file_name
stringlengths
21
73
function_name
stringlengths
1
699
stripped_function_name
stringlengths
4
22
clean_function_name
stringlengths
1
50
decompiled_code_original
stringlengths
34
273k
stripped_function_body
stringlengths
37
217k
S-Expression_of_decompiled_code_stripped
stringlengths
338
7.68M
assembly_code
stringlengths
3
132k
Replace_function_name_and_variable_name
stringlengths
39
257k
S-Expression_decompiled_code_original
stringlengths
339
6.76M
S-Expression_of_generate_modified_code
stringlengths
354
6.67M
Root Node
stringlengths
226
974k
837_pterm_and_pterm_strip.c
freetree234
FUN_00142ab9
freetree234
void freetree234(tree234 *t) { tree234 *t_local; freenode234(t->root); safefree(t); return; }
void FUN_00142ab9(undefined8 *param_1) { FUN_00142a55(*param_1); FUN_001284fc(param_1); return; }
(translation_unit "void FUN_00142ab9(undefined8 *param_1)\n\n{\n FUN_00142a55(*param_1);\n FUN_001284fc(param_1);\n return;\n}\n\n" (function_definition "void FUN_00142ab9(undefined8 *param_1)\n\n{\n FUN_00142a55(*param_1);\n FUN_001284fc(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00142ab9(u...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RDI,RAX CALL 0x00142a55 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001284fc NOP LEAVE RET
void function_1(type_1 *t) { type_1 *t_local; var_1(t->root); var_2(t); return; }
(translation_unit "void freetree234(tree234 *t)\n\n{\n tree234 *t_local;\n \n freenode234(t->root);\n safefree(t);\n return;\n}\n\n" (function_definition "void freetree234(tree234 *t)\n\n{\n tree234 *t_local;\n \n freenode234(t->root);\n safefree(t);\n return;\n}" primitive_type (function_declarator "freetree...
(translation_unit "void function_1(type_1 *t)\n\n{\n type_1 *t_local;\n \n var_1(t->root);\n var_2(t);\n return;\n}\n\n" (function_definition "void function_1(type_1 *t)\n\n{\n type_1 *t_local;\n \n var_1(t->root);\n var_2(t);\n return;\n}" primitive_type (function_declarator "function_1(type_1 *t)" identifie...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
1004_pterm_and_pterm_strip.c
x11font_draw_combining
FUN_001525c9
x11font_draw_combining
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_draw_combining (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len, wchar_t wide,wchar_t bold,wchar_t cellwidth) { wchar_t len_local; wchar_t *string_local; wchar_...
void FUN_001525c9(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4, long param_5,int param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9) { undefined4 local_c; for (local_c = 0; local_c < param_6; local_c = local_c + 1) { FUN_0015222a(param_1,param_2...
(translation_unit "void FUN_001525c9(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n long param_5,int param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n undefined4 local_c;\n \n for (local_c = 0; local_c < param_6; local_c = local_c + 1) {\n FUN...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV dword ptr [RBP + -0x28],ECX MOV qword ptr [RBP + -0x30],R8 MOV dword ptr [RBP + -0x34],R9D MOV dword ptr [RBP + -0x4],0x0 JMP 0x00152639 MOV EAX,dword ptr [RBP + -0x4] CDQE LEA RDX,[RAX*...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1 (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *var_4,type_3 var_2, type_3 wide,type_3 bold,type_3 cellwidth) { type_3 len_local; type_3 *string_local; type_3 y_local; type_3 x_local; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_draw_combining\n (unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,wchar_t len,\n wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wchar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *var_4,type_3 var_2,\n type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
728_pterm_and_pterm_strip.c
val2key
FUN_00129ec2
val2key
char * val2key(keyvalwhere *mapping,int nmaps,int val) { int val_local; int nmaps_local; keyvalwhere *mapping_local; int i; i = 0; while( true ) { if (nmaps <= i) { return (char *)0x0; } if (val == mapping[i].v) break; i = i + 1; } return mapping[i].s; }
undefined8 FUN_00129ec2(long param_1,int param_2,int param_3) { int local_c; local_c = 0; while( true ) { if (param_2 <= local_c) { return 0; } if (param_3 == *(int *)(param_1 + (long)local_c * 0x18 + 8)) break; local_c = local_c + 1; } return *(undefined8 *)(param_1 + (long)local_c...
(translation_unit "undefined8 FUN_00129ec2(long param_1,int param_2,int param_3)\n\n{\n int local_c;\n \n local_c = 0;\n while( true ) {\n if (param_2 <= local_c) {\n return 0;\n }\n if (param_3 == *(int *)(param_1 + (long)local_c * 0x18 + 8)) break;\n local_c = local_c + 1;\n }\n return *(undefi...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV dword ptr [RBP + -0x20],EDX MOV dword ptr [RBP + -0x4],0x0 JMP 0x00129f24 MOV EAX,dword ptr [RBP + -0x4] MOVSXD RDX,EAX MOV RAX,RDX ADD RAX,RAX ADD RAX,RDX SHL RAX,0x3 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] ADD RAX,RDX MOV EAX...
char * function_1(type_1 *mapping,int var_1,int var_3) { int val_local; int nmaps_local; type_1 *mapping_local; int var_2; var_2 = 0; while( true ) { if (var_1 <= var_2) { return (char *)0x0; } if (var_3 == mapping[var_2].v) break; var_2 = var_2 + 1; } return mapping[var_2].s;...
(translation_unit "char * val2key(keyvalwhere *mapping,int nmaps,int val)\n\n{\n int val_local;\n int nmaps_local;\n keyvalwhere *mapping_local;\n int i;\n \n i = 0;\n while( true ) {\n if (nmaps <= i) {\n return (char *)0x0;\n }\n if (val == mapping[i].v) break;\n i = i + 1;\n }\n return mapp...
(translation_unit "char * function_1(type_1 *mapping,int var_1,int var_3)\n\n{\n int val_local;\n int nmaps_local;\n type_1 *mapping_local;\n int var_2;\n \n var_2 = 0;\n while( true ) {\n if (var_1 <= var_2) {\n return (char *)0x0;\n }\n if (var_3 == mapping[var_2].v) break;\n var_2 = var_2 + 1...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
1432_puttytel_and_puttytel_strip.c
next_fd
FUN_00173f33
next_fd
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int next_fd(int *state,int *rwx) { int iVar1; int *piVar2; int *rwx_local; int *state_local; fd *fd; iVar1 = *state; *state = iVar1 + 1; piVar2 = (int *)index234(fds,iVar1); if (piVar2 == (int *)0x0) { iVar1 = -1; } els...
undefined4 FUN_00173f33(int *param_1,undefined4 *param_2) { int iVar1; undefined4 uVar2; undefined4 *puVar3; iVar1 = *param_1; *param_1 = iVar1 + 1; puVar3 = (undefined4 *)FUN_0014d2a4(DAT_001b8970,iVar1); if (puVar3 == (undefined4 *)0x0) { uVar2 = 0xffffffff; } else { *param_2 = puVar3[1...
(translation_unit "undefined4 FUN_00173f33(int *param_1,undefined4 *param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n iVar1 = *param_1;\n *param_1 = iVar1 + 1;\n puVar3 = (undefined4 *)FUN_0014d2a4(DAT_001b8970,iVar1);\n if (puVar3 == (undefined4 *)0x0) {\n uVar2 = 0xffffffff;\n }\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] LEA ECX,[RAX + 0x1] MOV RDX,qword ptr [RBP + -0x18] MOV dword ptr [RDX],ECX MOV RDX,qword ptr [0x001b8970] MOV ESI,EAX MOV RDI,RDX CALL 0x0014d2a4 MOV qword ptr [RBP ...
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int function_1(int *state,int *rwx) { int var_1; int *var_3; int *rwx_local; int *state_local; type_1 *type_1; var_1 = *state; *state = var_1 + 1; var_3 = (int *)var_2(fds,var_1); if (var_3 == (int *)0x0) { var_1 = -1; } ...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint next_fd(int *state,int *rwx)\n\n{\n int iVar1;\n int *piVar2;\n int *rwx_local;\n int *state_local;\n fd *fd;\n \n iVar1 = *state;\n *state = iVar1 + 1;\n piVar2 = (int *)index234(fds,iVar1);\n if (piVar2 == (int *)...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint function_1(int *state,int *rwx)\n\n{\n int var_1;\n int *var_3;\n int *rwx_local;\n int *state_local;\n type_1 *type_1;\n \n var_1 = *state;\n *state = var_1 + 1;\n var_3 = (int *)var_2(fds,var_1);\n if (var_3 == (i...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
1000_pterm_and_pterm_strip.c
x11font_cairo_draw_16
FUN_00151dd8
x11font_cairo_draw_16
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_cairo_draw_16 (unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,void *vstring, wchar_t start,wchar_t length) { wchar_t wVar1; int iVar2; undefined8 uVar3; wchar_t start_local; ...
void FUN_00151dd8(undefined8 param_1,undefined8 *param_2,int param_3,undefined4 param_4,long param_5 ,int param_6,int param_7) { int iVar1; undefined8 uVar2; int local_3c; int local_20; uVar2 = gdk_display_get_default(); uVar2 = gdk_x11_display_get_xdisplay(uVar2); param_5 = param_5 ...
(translation_unit "void FUN_00151dd8(undefined8 param_1,undefined8 *param_2,int param_3,undefined4 param_4,long param_5\n ,int param_6,int param_7)\n\n{\n int iVar1;\n undefined8 uVar2;\n int local_3c;\n int local_20;\n \n uVar2 = gdk_display_get_default();\n uVar2 = gdk_x11_display_get_xdisplay(...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x34],EDX MOV dword ptr [RBP + -0x38],ECX MOV qword ptr [RBP + -0x40],R8 MOV dword ptr [RBP + -0x44],R9D CALL 0x0010fd30 MOV RDI,RAX CALL 0x00110e10 MOV qword ptr [RBP + -0x10],RAX MOV EAX,dword ptr [...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1 (type_1 *ctx,type_2 *xfi,type_3 x,type_3 y,void *vstring, type_3 start,type_3 var_4) { type_3 var_6; int var_12; type_4 uVar3; type_3 start_local; void *vstring_local; type_3 y_local; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_cairo_draw_16\n (unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,wchar_t y,void *vstring,\n wchar_t start,wchar_t length)\n\n{\n wchar_t wVar1;\n int iVar2;\n undefined8 uVar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *ctx,type_2 *xfi,type_3 x,type_3 y,void *vstring,\n type_3 start,type_3 var_4)\n\n{\n type_3 var_6;\n int var_12;\n type_4 uVar3;\n type_3 start_local;\n void *vstrin...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
795_pterm_and_pterm_strip.c
term_print_setup
FUN_00135ca3
term_print_setup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_print_setup(Terminal *term,char *printer) { printer_job *ppVar1; char *printer_local; Terminal *term_local; bufchain_clear((bufchain_conflict *)&term->printer_buf); ppVar1 = printer_start_job(printer); term->print_job =...
void FUN_00135ca3(long param_1,undefined8 param_2) { undefined8 uVar1; FUN_00127e5d(param_1 + 0x148); uVar1 = FUN_00165533(param_2); *(undefined8 *)(param_1 + 0x160) = uVar1; return; }
(translation_unit "void FUN_00135ca3(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n FUN_00127e5d(param_1 + 0x148);\n uVar1 = FUN_00165533(param_2);\n *(undefined8 *)(param_1 + 0x160) = uVar1;\n return;\n}\n\n" (function_definition "void FUN_00135ca3(long param_1,undefined8 param_2)\n\n{\n undefin...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] ADD RAX,0x148 MOV RDI,RAX CALL 0x00127e5d MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x00165533 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x160],RDX NOP LEAVE RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,char *printer) { type_2 *ppVar1; char *printer_local; type_1 *term_local; var_1((type_3 *)&term->printer_buf); ppVar1 = var_2(printer); term->print_job = ppVar1; return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_print_setup(Terminal *term,char *printer)\n\n{\n printer_job *ppVar1;\n char *printer_local;\n Terminal *term_local;\n \n bufchain_clear((bufchain_conflict *)&term->printer_buf);\n ppVar1 = printer_start_job(p...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,char *printer)\n\n{\n type_2 *ppVar1;\n char *printer_local;\n type_1 *term_local;\n \n var_1((type_3 *)&term->printer_buf);\n ppVar1 = var_2(printer);\n term->print_job = ppVar1;\n return...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
1306_puttytel_and_puttytel_strip.c
change_font_size
FUN_0016bef8
change_font_size
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void change_font_size(gui_data *inst,wchar_t increment) { long lVar1; wchar_t h; wchar_t w; char *name; FontSpec *pFVar2; long in_FS_OFFSET; wchar_t increment_local; gui_data *inst_local; wchar_t i; char *errmsg; char *new...
void FUN_0016bef8(long param_1,undefined4 param_2) { undefined4 uVar1; undefined4 uVar2; long lVar3; undefined8 uVar4; long lVar5; long in_FS_OFFSET; uint local_7c; long local_78; long alStack_68 [4]; long alStack_48 [5]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); local_78 ...
(translation_unit "void FUN_0016bef8(long param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n long in_FS_OFFSET;\n uint local_7c;\n long local_78;\n long alStack_68 [4];\n long alStack_48 [5];\n long local_20;\n \n local_20 = *(long *)(...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x88 MOV qword ptr [RBP + -0x88],RDI MOV dword ptr [RBP + -0x8c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV qword ptr [RBP + -0x70],0x0 MOV dword ptr [RBP + -0x74],0x0 JMP 0x0016bf57 MOV EAX,dword ptr [RBP + -0x74] CDQE MOV qword ptr [RBP + RAX*...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst,type_2 increment) { long var_18; type_2 h; type_2 w; char *var_4; type_3 *pFVar2; long var_1; type_2 increment_local; type_1 *inst_local; type_2 var_2; char *var_11; char *newname; type_3 *ol...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid change_font_size(gui_data *inst,wchar_t increment)\n\n{\n long lVar1;\n wchar_t h;\n wchar_t w;\n char *name;\n FontSpec *pFVar2;\n long in_FS_OFFSET;\n wchar_t increment_local;\n gui_data *inst_local;\n wchar_t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 increment)\n\n{\n long var_18;\n type_2 h;\n type_2 w;\n char *var_4;\n type_3 *pFVar2;\n long var_1;\n type_2 increment_local;\n type_1 *inst_local;\n type_2 var_2;\n char *var_1...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
582_pterm_and_pterm_strip.c
printerbox_handler
FUN_0011787d
printerbox_handler
void printerbox_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; char *text; long in_FS_OFFSET; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int nprinters; int i; char *printer; Conf *conf; printer_enum *pe; char *printer_1; long local_10; ...
void FUN_0011787d(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { int iVar1; undefined8 uVar2; long in_FS_OFFSET; int local_38; int local_34; char *local_30; undefined8 local_28; undefined8 local_20; char *local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); ...
(translation_unit "void FUN_0011787d(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n int local_38;\n int local_34;\n char *local_30;\n undefined8 local_28;\n undefined8 local_20;\n char *local_18;\n long local_10;\n \n local_10 = *...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV qword ptr [RBP + -0x48],RDX MOV dword ptr [RBP + -0x4c],ECX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x20],RAX CMP dword ptr [RBP + -0...
void function_1(type_1 *ctrl,void *dlg,void *data,int var_2) { int var_17; char *text; long var_1; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int var_8; int var_7; char *var_12; type_2 *conf; type_3 *pe; char *printer_1; long var_20; var_20 = *(long *)(var...
(translation_unit "void printerbox_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n char *text;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int nprinters;\n int i;\n char *printer;\n Conf *conf;\n printer_enum *pe;\n char ...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_2)\n\n{\n int var_17;\n char *text;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_8;\n int var_7;\n char *var_12;\n type_2 *conf;\n type_3 *pe;\n char *printer_1;\n long v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1384_puttytel_and_puttytel_strip.c
new_unix_listener
FUN_00172058
new_unix_listener
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Socket new_unix_listener(SockAddr listenaddr,Plug plug) { int fd; int iVar1; Actual_Socket_conflict s_00; int *piVar2; char *pcVar3; long in_FS_OFFSET; Plug plug_local; SockAddr listenaddr_local; int s; int addrlen; int re...
undefined8 * FUN_00172058(long param_1,undefined8 param_2) { int __fd; int iVar1; undefined8 *puVar2; int *piVar3; char *pcVar4; long in_FS_OFFSET; sockaddr local_98 [8]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); puVar2 = (undefined8 *)FUN_001297e1(1,0xa0); *puVar2 = &PTR_FUN_...
(translation_unit "undefined8 * FUN_00172058(long param_1,undefined8 param_2)\n\n{\n int __fd;\n int iVar1;\n undefined8 *puVar2;\n int *piVar3;\n char *pcVar4;\n long in_FS_OFFSET;\n sockaddr local_98 [8];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n puVar2 = (undefined8 *)FUN_001297e1...
PUSH RBP MOV RBP,RSP SUB RSP,0xc0 MOV qword ptr [RBP + -0xb8],RDI MOV qword ptr [RBP + -0xc0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV ESI,0xa0 MOV EDI,0x1 CALL 0x001297e1 MOV qword ptr [RBP + -0xa0],RAX MOV RAX,qword ptr [RBP + -0xa0] LEA RDX,[0x1b7820] MOV qword ptr [RAX],RDX MOV...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 listenaddr,type_3 plug) { int var_7; int var_14; type_4 s_00; int *piVar2; char *pcVar3; long var_1; type_3 plug_local; type_2 listenaddr_local; int s; int addrlen; int retcode; type_4 ret; typ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSocket new_unix_listener(SockAddr listenaddr,Plug plug)\n\n{\n int fd;\n int iVar1;\n Actual_Socket_conflict s_00;\n int *piVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n Plug plug_local;\n SockAddr listenaddr_local;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 listenaddr,type_3 plug)\n\n{\n int var_7;\n int var_14;\n type_4 s_00;\n int *piVar2;\n char *pcVar3;\n long var_1;\n type_3 plug_local;\n type_2 listenaddr_local;\n int s;\n int addrlen;\n ...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compou...
1064_puttytel_and_puttytel_strip.c
listbox_doubleclick
FUN_00153ccf
listbox_doubleclick
void listbox_doubleclick(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column, gpointer data) { undefined8 uVar1; GtkWidget *w; uctrl *puVar2; gpointer data_local; GtkTreeViewColumn *column_local; GtkTreePath *path_local; GtkTreeView *treeview_local; dlgparam *dp; ...
void FUN_00153ccf(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4) { undefined8 uVar1; long *plVar2; uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(param_1,uVar1); plVar2 = (long *)FUN_00151d08(param_4,uVar1); if (plVar2 != (long *)0x0) { (**(code **)(*plVar...
(translation_unit "void FUN_00153ccf(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_00151d08(param_4,uVar1);\n if (plVar2 != (long *)0x0...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV qword ptr [RBP + -0x30],RCX MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x10],RAX CALL 0x001104e0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x001...
void function_1(type_1 *treeview,type_2 *path,type_3 *column, type_4 data) { type_5 uVar1; type_6 *w; type_7 *var_4; type_4 data_local; type_3 *column_local; type_2 *path_local; type_1 *treeview_local; type_8 *dp; type_7 *uc; uVar1 = var_1(); w = (type_6 *)var_2(treevi...
(translation_unit "void listbox_doubleclick(GtkTreeView *treeview,GtkTreePath *path,GtkTreeViewColumn *column,\n gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkTreeViewColumn *column_local;\n GtkTreePath *path_local;\n GtkTreeView *tree...
(translation_unit "void function_1(type_1 *treeview,type_2 *path,type_3 *column,\n type_4 data)\n\n{\n type_5 uVar1;\n type_6 *w;\n type_7 *var_4;\n type_4 data_local;\n type_3 *column_local;\n type_2 *path_local;\n type_1 *treeview_local;\n type_8 *dp;\n type_7 *uc;\n \n uVar1 = var_1...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1373_puttytel_and_puttytel_strip.c
sk_tcp_write_eof
FUN_001711c8
sk_tcp_write_eof
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void sk_tcp_write_eof(Socket sock) { Socket sock_local; Actual_Socket_conflict s; if (*(int *)(sock + 0xb) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c...
void FUN_001711c8(long param_1) { if (*(int *)(param_1 + 0x58) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4e4,"sk_tcp_write_eof"); } *(undefined4 *)(param_1 + 0x58) = 1; if (*(int *)(param_1 + 0x3c) != 0) { FUN_00170e...
(translation_unit "void FUN_001711c8(long param_1)\n\n{\n if (*(int *)(param_1 + 0x58) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4e4,"sk_tcp_write_eof");\n }\n *(undefined4 *)(param_1 + 0x58) = 1;\n if (*(int *)(param_1 + 0x...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x58] TEST EAX,EAX JZ 0x00171206 LEA RCX,[0x1a4680] MOV EDX,0x4e4 LEA RSI,[0x1a445d] LEA RDI,[0x1a4518] CALL 0x001109a0 MOV RAX,qword p...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 var_1) { type_1 sock_local; type_2 s; if (*(int *)(var_1 + 0xb) != 0) { /* WARNING: Subroutine does not return */ var_2("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4e4,"sk_tcp_write_eof");...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_tcp_write_eof(Socket sock)\n\n{\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (*(int *)(sock + 0xb) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("s->outgoing...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 var_1)\n\n{\n type_1 sock_local;\n type_2 s;\n \n if (*(int *)(var_1 + 0xb) != 0) {\n /* WARNING: Subroutine does not return */\n var_2("s->outgoingeof == EOF_NO","unix/uxnet.c...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)...
802_pterm_and_pterm_strip.c
do_paint
FUN_0013ddb5
do_paint
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void do_paint(Terminal *term,Context ctx,wchar_t may_optimise) { wchar_t wVar1; ulong bchr; bool bVar2; bool bVar3; bool bVar4; bool bVar5; int iVar6; wchar_t wVar7; wchar_t wVar8; uint uVar9; void *ptr; termline *ptVar1...
void FUN_0013ddb5(long param_1,undefined8 param_2) { ulong uVar1; bool bVar2; bool bVar3; bool bVar4; bool bVar5; int iVar6; int iVar7; int iVar8; uint uVar9; uint uVar10; uint uVar11; long lVar12; long lVar13; long *plVar14; short *psVar15; ulong *puVar16; int iVar17; ulong uVar18...
(translation_unit "void FUN_0013ddb5(long param_1,undefined8 param_2)\n\n{\n ulong uVar1;\n bool bVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n uint uVar9;\n uint uVar10;\n uint uVar11;\n long lVar12;\n long lVar13;\n long *plVar14;\n short *psVar15;\n ulong *p...
PUSH RBP MOV RBP,RSP SUB RSP,0x110 MOV qword ptr [RBP + -0xf8],RDI MOV qword ptr [RBP + -0x100],RSI MOV dword ptr [RBP + -0x104],EDX MOV dword ptr [RBP + -0xd4],0x400 MOV EAX,dword ptr [RBP + -0xd4] CDQE MOV ESI,0x4 MOV RDI,RAX CALL 0x001282f0 MOV qword ptr [RBP + -0x98],RAX MOV RAX,qword ptr [RBP + -0xf8] MOV EAX,dwor...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 ctx,type_3 may_optimise) { type_3 wVar1; type_4 var_28; bool bVar2; bool bVar3; bool bVar4; bool bVar5; int iVar6; type_3 var_20; type_3 var_21; type_5 var_14; void *ptr; type_6 *ptVar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_paint(Terminal *term,Context ctx,wchar_t may_optimise)\n\n{\n wchar_t wVar1;\n ulong bchr;\n bool bVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n wchar_t wVar7;\n wchar_t wVar8;\n uint uVar9;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 ctx,type_3 may_optimise)\n\n{\n type_3 wVar1;\n type_4 var_28;\n bool bVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n int iVar6;\n type_3 var_20;\n type_3 var_21;\n type_5 var_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1271_puttytel_and_puttytel_strip.c
sys_cursor
FUN_0016950c
sys_cursor
void sys_cursor(void *frontend,wchar_t x,wchar_t y) { wchar_t y_local; wchar_t x_local; void *frontend_local; return; }
void FUN_0016950c(void) { return; }
(translation_unit "void FUN_0016950c(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0016950c(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0016950c(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX NOP POP RBP RET
void function_1(void *frontend,type_1 x,type_1 y) { type_1 y_local; type_1 x_local; void *frontend_local; return; }
(translation_unit "void sys_cursor(void *frontend,wchar_t x,wchar_t y)\n\n{\n wchar_t y_local;\n wchar_t x_local;\n void *frontend_local;\n \n return;\n}\n\n" (function_definition "void sys_cursor(void *frontend,wchar_t x,wchar_t y)\n\n{\n wchar_t y_local;\n wchar_t x_local;\n void *frontend_local;\n \n retur...
(translation_unit "void function_1(void *frontend,type_1 x,type_1 y)\n\n{\n type_1 y_local;\n type_1 x_local;\n void *frontend_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *frontend,type_1 x,type_1 y)\n\n{\n type_1 y_local;\n type_1 x_local;\n void *frontend_local;\n \n return;\n}" p...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
1228_puttytel_and_puttytel_strip.c
delete_window
FUN_00164c82
delete_window
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ gint delete_window(GtkWidget *widget,GdkEvent *event,gpointer data) { int iVar1; gpointer data_local; GdkEvent *event_local; GtkWidget *widget_local; gui_data *i...
undefined8 FUN_00164c82(undefined8 param_1,undefined8 param_2,long param_3) { int iVar1; if (((*(int *)(param_3 + 0xdb0) == 0) && (iVar1 = FUN_001163b3(*(undefined8 *)(param_3 + 0x22d0),5), iVar1 != 0)) && (iVar1 = FUN_0015856d(param_3), iVar1 == 0)) { return 1; } return 0; }
(translation_unit "undefined8 FUN_00164c82(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n int iVar1;\n \n if (((*(int *)(param_3 + 0xdb0) == 0) &&\n (iVar1 = FUN_001163b3(*(undefined8 *)(param_3 + 0x22d0),5), iVar1 != 0)) &&\n (iVar1 = FUN_0015856d(param_3), iVar1 == 0)) {\n return 1;\n }\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0xdb0] TEST EAX,EAX JNZ 0x00164cdf MOV RAX,qword ptr [RBP + -0x8] MOV R...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *widget,type_3 *event,type_4 data) { int var_2; type_4 data_local; type_3 *event_local; type_2 *widget_local; type_5 *inst; if (((*...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ngint delete_window(GtkWidget *widget,GdkEvent *event,gpointer data)\n\n{\n int iVar1;\n gpointer data_local;\n GdkEvent *event_local;\n GtkWidget *...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n int var_2;\n type_4 data_local;\n type_3 *event_local;\n type_2 *widget_local;\n...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier...
1027_pterm_and_pterm_strip.c
unifont_draw_text
FUN_001549b2
unifont_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifont_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string, wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth) { wchar_t len_local; wchar_t *string_local; wchar_t y_local; w...
void FUN_001549b2(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4, undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { (**(code **)(*param_2 + 0x20)) (param_1,param_2,param_3,param_4,param_5,param_6,p...
(translation_unit "void FUN_001549b2(undefined8 param_1,long *param_2,undefined4 param_3,undefined4 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x20))\n (param_1,param_2,param_3,p...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV dword ptr [RBP + -0x18],ECX MOV qword ptr [RBP + -0x20],R8 MOV dword ptr [RBP + -0x24],R9D MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x20] MOV R9D,d...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string, type_3 len,type_3 wide,type_3 bold,type_3 cellwidth) { type_3 len_local; type_3 *string_local; type_3 y_local; type_3 x_local; type_2 *fo...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifont_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,\n wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n wchar_t len_local;\n wchar_t *string_loca...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *font,type_3 x,type_3 y,type_3 *string,\n type_3 len,type_3 wide,type_3 bold,type_3 cellwidth)\n\n{\n type_3 len_local;\n type_3 *string_local;\n type_3 y_local;\n t...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1071_puttytel_and_puttytel_strip.c
colourchoose_response
FUN_001540d5
colourchoose_response
void colourchoose_response(GtkDialog *dialog,gint response_id,gpointer data) { long lVar1; undefined8 uVar2; long *plVar3; long in_FS_OFFSET; gpointer data_local; gint response_id_local; GtkDialog *dialog_local; dlgparam *dp; uctrl *uc; GdkRGBA rgba; lVar1 = *(long *)(in_FS_OFFSET + 0x28); ...
void FUN_001540d5(undefined8 param_1,int param_2,long param_3) { undefined8 uVar1; long *plVar2; long in_FS_OFFSET; double local_38; double local_30; double local_28; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); uVar1 = g_type_check_instance_cast(param_1,0x50); plVar2 = (long *)g_o...
(translation_unit "void FUN_001540d5(undefined8 param_1,int param_2,long param_3)\n\n{\n undefined8 uVar1;\n long *plVar2;\n long in_FS_OFFSET;\n double local_38;\n double local_30;\n double local_28;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n uVar1 = g_type_check_instance_cast(param_1...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV qword ptr [RBP + -0x58],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x58] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP + -0x48] MOV ESI,0x50 MOV RDI,RA...
void function_1(type_1 *dialog,type_2 var_4,type_3 data) { long var_10; type_4 uVar2; long *plVar3; long var_1; type_3 data_local; type_2 response_id_local; type_1 *dialog_local; type_5 *dp; type_6 *uc; type_7 rgba; var_10 = *(long *)(var_1 + 0x28); uVar2 = var_2(dialog,0x50); plVar3 = (l...
(translation_unit "void colourchoose_response(GtkDialog *dialog,gint response_id,gpointer data)\n\n{\n long lVar1;\n undefined8 uVar2;\n long *plVar3;\n long in_FS_OFFSET;\n gpointer data_local;\n gint response_id_local;\n GtkDialog *dialog_local;\n dlgparam *dp;\n uctrl *uc;\n GdkRGBA rgba;\n \n lVar1 = *(...
(translation_unit "void function_1(type_1 *dialog,type_2 var_4,type_3 data)\n\n{\n long var_10;\n type_4 uVar2;\n long *plVar3;\n long var_1;\n type_3 data_local;\n type_2 response_id_local;\n type_1 *dialog_local;\n type_5 *dp;\n type_6 *uc;\n type_7 rgba;\n \n var_10 = *(long *)(var_1 + 0x28);\n uVar2 = ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
1405_puttytel_and_puttytel_strip.c
localproxy_tofd_cmp
FUN_00172b7b
localproxy_tofd_cmp
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int localproxy_tofd_cmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; Local_Proxy_Socket a; Local_Proxy_Socket b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((l...
undefined8 FUN_00172b7b(long param_1,long param_2) { undefined8 uVar1; if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_00172b7b(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX + 0x8] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword p...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 a; type_1 b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *(int *)((long)av +...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint localproxy_tofd_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n Local_Proxy_Socket a;\n Local_Proxy_Socket b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 a;\n type_1 b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((lo...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
710_pterm_and_pterm_strip.c
proxy_socks5_offerencryptedauth
FUN_00128dfc
proxy_socks5_offerencryptedauth
void proxy_socks5_offerencryptedauth(char *command,int *len) { int *len_local; char *command_local; return; }
void FUN_00128dfc(void) { return; }
(translation_unit "void FUN_00128dfc(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00128dfc(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00128dfc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI NOP POP RBP RET
void function_1(char *command,int *len) { int *len_local; char *command_local; return; }
(translation_unit "void proxy_socks5_offerencryptedauth(char *command,int *len)\n\n{\n int *len_local;\n char *command_local;\n \n return;\n}\n\n" (function_definition "void proxy_socks5_offerencryptedauth(char *command,int *len)\n\n{\n int *len_local;\n char *command_local;\n \n return;\n}" primitive_type (fun...
(translation_unit "void function_1(char *command,int *len)\n\n{\n int *len_local;\n char *command_local;\n \n return;\n}\n\n" (function_definition "void function_1(char *command,int *len)\n\n{\n int *len_local;\n char *command_local;\n \n return;\n}" primitive_type (function_declarator "function_1(char *command...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
905_pterm_and_pterm_strip.c
dlg_last_focused
FUN_001483ca
dlg_last_focused
control * dlg_last_focused(control *ctrl,void *dlg) { control *pcVar1; void *dlg_local; control *ctrl_local; dlgparam *dp; if (ctrl == *(control **)((long)dlg + 0x38)) { pcVar1 = *(control **)((long)dlg + 0x40); } else { pcVar1 = *(control **)((long)dlg + 0x38); } return pcVar1; }
undefined8 FUN_001483ca(long param_1,long param_2) { undefined8 uVar1; if (param_1 == *(long *)(param_2 + 0x38)) { uVar1 = *(undefined8 *)(param_2 + 0x40); } else { uVar1 = *(undefined8 *)(param_2 + 0x38); } return uVar1; }
(translation_unit "undefined8 FUN_001483ca(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (param_1 == *(long *)(param_2 + 0x38)) {\n uVar1 = *(undefined8 *)(param_2 + 0x40);\n }\n else {\n uVar1 = *(undefined8 *)(param_2 + 0x38);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x38] CMP qword ptr [RBP + -0x18],RAX JZ 0x001483f6 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x38] JM...
type_1 * function_1(type_1 *var_1,void *dlg) { type_1 *pcVar1; void *dlg_local; type_1 *ctrl_local; type_2 *dp; if (var_1 == *(type_1 **)((long)dlg + 0x38)) { pcVar1 = *(type_1 **)((long)dlg + 0x40); } else { pcVar1 = *(type_1 **)((long)dlg + 0x38); } return pcVar1; }
(translation_unit "control * dlg_last_focused(control *ctrl,void *dlg)\n\n{\n control *pcVar1;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n \n if (ctrl == *(control **)((long)dlg + 0x38)) {\n pcVar1 = *(control **)((long)dlg + 0x40);\n }\n else {\n pcVar1 = *(control **)((long)dlg + 0x38);\...
(translation_unit "type_1 * function_1(type_1 *var_1,void *dlg)\n\n{\n type_1 *pcVar1;\n void *dlg_local;\n type_1 *ctrl_local;\n type_2 *dp;\n \n if (var_1 == *(type_1 **)((long)dlg + 0x38)) {\n pcVar1 = *(type_1 **)((long)dlg + 0x40);\n }\n else {\n pcVar1 = *(type_1 **)((long)dlg + 0x38);\n }\n retur...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri...
1389_puttytel_and_puttytel_strip.c
pollwrap_clear
FUN_00172583
pollwrap_clear
void pollwrap_clear(pollwrapper *pw) { void *ptr; pollwrapper *pw_local; pollwrap_fdtopos *f2p; pw->nfd = 0; while( true ) { ptr = delpos234(pw->fdtopos,0); if (ptr == (void *)0x0) break; safefree(ptr); } return; }
void FUN_00172583(long param_1) { long lVar1; *(undefined8 *)(param_1 + 8) = 0; while( true ) { lVar1 = FUN_0014e53e(*(undefined8 *)(param_1 + 0x18),0); if (lVar1 == 0) break; FUN_001299ed(lVar1); } return; }
(translation_unit "void FUN_00172583(long param_1)\n\n{\n long lVar1;\n \n *(undefined8 *)(param_1 + 8) = 0;\n while( true ) {\n lVar1 = FUN_0014e53e(*(undefined8 *)(param_1 + 0x18),0);\n if (lVar1 == 0) break;\n FUN_001299ed(lVar1);\n }\n return;\n}\n\n" (function_definition "void FUN_00172583(long para...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RAX + 0x8],0x0 JMP 0x001725a9 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001299ed MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x18] MOV ESI,0x0 MOV RDI,RAX CALL 0x0014e53e MOV qword ptr [...
void function_1(type_1 *pw) { void *var_2; type_1 *pw_local; type_2 *f2p; pw->nfd = 0; while( true ) { var_2 = var_1(pw->fdtopos,0); if (var_2 == (void *)0x0) break; var_3(var_2); } return; }
(translation_unit "void pollwrap_clear(pollwrapper *pw)\n\n{\n void *ptr;\n pollwrapper *pw_local;\n pollwrap_fdtopos *f2p;\n \n pw->nfd = 0;\n while( true ) {\n ptr = delpos234(pw->fdtopos,0);\n if (ptr == (void *)0x0) break;\n safefree(ptr);\n }\n return;\n}\n\n" (function_definition "void pollwrap_c...
(translation_unit "void function_1(type_1 *pw)\n\n{\n void *var_2;\n type_1 *pw_local;\n type_2 *f2p;\n \n pw->nfd = 0;\n while( true ) {\n var_2 = var_1(pw->fdtopos,0);\n if (var_2 == (void *)0x0) break;\n var_3(var_2);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *pw)\n\n{\n vo...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
1480_puttytel_and_puttytel_strip.c
enum_settings_next
FUN_0017619b
enum_settings_next
char * enum_settings_next(void *handle,char *buffer,int buflen) { long lVar1; int iVar2; int iVar3; int iVar4; size_t sVar5; char *__src; dirent64 *pdVar6; long in_FS_OFFSET; int buflen_local; char *buffer_local; void *handle_local; int maxlen; int len; int thislen; char *fullpath; DIR...
char * FUN_0017619b(DIR *param_1,char *param_2,int param_3) { int iVar1; int iVar2; int iVar3; size_t sVar4; char *__src; dirent64 *pdVar5; long in_FS_OFFSET; int local_d4; char *local_c8; undefined local_a8 [24]; uint local_90; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); ...
(translation_unit "char * FUN_0017619b(DIR *param_1,char *param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n size_t sVar4;\n char *__src;\n dirent64 *pdVar5;\n long in_FS_OFFSET;\n int local_d4;\n char *local_c8;\n undefined local_a8 [24];\n uint local_90;\n long local_10;\n \n local_10 = ...
PUSH RBP MOV RBP,RSP SUB RSP,0xf0 MOV qword ptr [RBP + -0xd8],RDI MOV qword ptr [RBP + -0xe0],RSI MOV dword ptr [RBP + -0xe4],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xd8] MOV qword ptr [RBP + -0xb8],RAX MOV ESI,0x0 MOV EDI,0x4 CALL 0x00175214 MOV qword ptr [...
char * function_1(void *handle,char *buffer,int buflen) { long var_16; int var_7; int var_8; int var_10; size_t sVar5; char *__src; type_1 *var_5; long var_1; int buflen_local; char *buffer_local; void *handle_local; int var_9; int len; int thislen; char *var_13; type_2 *dp; type_3 *...
(translation_unit "char * enum_settings_next(void *handle,char *buffer,int buflen)\n\n{\n long lVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n size_t sVar5;\n char *__src;\n dirent64 *pdVar6;\n long in_FS_OFFSET;\n int buflen_local;\n char *buffer_local;\n void *handle_local;\n int maxlen;\n int len;\n in...
(translation_unit "char * function_1(void *handle,char *buffer,int buflen)\n\n{\n long var_16;\n int var_7;\n int var_8;\n int var_10;\n size_t sVar5;\n char *__src;\n type_1 *var_5;\n long var_1;\n int buflen_local;\n char *buffer_local;\n void *handle_local;\n int var_9;\n int len;\n int thislen;\n cha...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
595_pterm_and_pterm_strip.c
I
FUN_0011f781
I
intorptr I(int i) { intorptr iVar1; int i_local; intorptr ret; iVar1._4_4_ = ret._4_4_; iVar1.i = i; return (intorptr)iVar1.p; }
undefined8 FUN_0011f781(undefined4 param_1) { undefined4 uStack_c; return CONCAT44(uStack_c,param_1); }
(translation_unit "undefined8 FUN_0011f781(undefined4 param_1)\n\n{\n undefined4 uStack_c;\n \n return CONCAT44(uStack_c,param_1);\n}\n\n" (function_definition "undefined8 FUN_0011f781(undefined4 param_1)\n\n{\n undefined4 uStack_c;\n \n return CONCAT44(uStack_c,param_1);\n}" type_identifier (function_declarator ...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x14],EDI MOV EAX,dword ptr [RBP + -0x14] MOV dword ptr [RBP + -0x8],EAX MOV RAX,qword ptr [RBP + -0x8] POP RBP RET
type_1 function_1(int i) { type_1 iVar1; int i_local; type_1 ret; iVar1._4_4_ = ret._4_4_; iVar1.i = i; return (type_1)iVar1.p; }
(translation_unit "intorptr I(int i)\n\n{\n intorptr iVar1;\n int i_local;\n intorptr ret;\n \n iVar1._4_4_ = ret._4_4_;\n iVar1.i = i;\n return (intorptr)iVar1.p;\n}\n\n" (function_definition "intorptr I(int i)\n\n{\n intorptr iVar1;\n int i_local;\n intorptr ret;\n \n iVar1._4_4_ = ret._4_4_;\n iVar1.i =...
(translation_unit "type_1 function_1(int i)\n\n{\n type_1 iVar1;\n int i_local;\n type_1 ret;\n \n iVar1._4_4_ = ret._4_4_;\n iVar1.i = i;\n return (type_1)iVar1.p;\n}\n\n" (function_definition "type_1 function_1(int i)\n\n{\n type_1 iVar1;\n int i_local;\n type_1 ret;\n \n iVar1._4_4_ = ret._4_4_;\n iVar1...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declara...
877_pterm_and_pterm_strip.c
columns_gtk3_get_natfh_width
FUN_0014748a
columns_gtk3_get_natfh_width
gint columns_gtk3_get_natfh_width(ColumnsChild *child) { long in_FS_OFFSET; ColumnsChild *child_local; gint ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_width_for_height(child->widget,child->h,0,&ret); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { ...
undefined4 FUN_0014748a(undefined8 *param_1) { long in_FS_OFFSET; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_width_for_height (*param_1,*(undefined4 *)((long)param_1 + 0x3c),0,&local_14); if (local_10 != *(long *)(in_FS_OFFSET + 0...
(translation_unit "undefined4 FUN_0014748a(undefined8 *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width_for_height\n (*param_1,*(undefined4 *)((long)param_1 + 0x3c),0,&local_14);\n if (local_10 !...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x18] MOV ESI,dword ptr [RAX + 0x3c] MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] LEA RDX,[RBP + -0xc] MOV RCX,RDX MOV EDX,0x0 MOV RDI,RAX CALL 0x...
type_1 function_1(type_2 *child) { long var_1; type_2 *child_local; type_1 ret; long var_3; var_3 = *(long *)(var_1 + 0x28); var_2(child->widget,child->h,0,&ret); if (var_3 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_4(); } return ret; }
(translation_unit "gint columns_gtk3_get_natfh_width(ColumnsChild *child)\n\n{\n long in_FS_OFFSET;\n ColumnsChild *child_local;\n gint ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width_for_height(child->widget,child->h,0,&ret);\n if (local_10 != *(long *)(in...
(translation_unit "type_1 function_1(type_2 *child)\n\n{\n long var_1;\n type_2 *child_local;\n type_1 ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(child->widget,child->h,0,&ret);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n va...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specif...
1252_puttytel_and_puttytel_strip.c
set_window_background
FUN_00167e2b
set_window_background
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_window_background(gui_data *inst) { undefined8 uVar1; GtkWidget *pGVar2; gui_data *inst_local; if (inst->area != (GtkWidget *)0x0) { uVar1 = gtk_widget_get_type(); pGVar2 = (GtkWidget *)g_type_check_instance_cast(ins...
void FUN_00167e2b(long *param_1) { undefined8 uVar1; if (param_1[1] != 0) { uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(param_1[1],uVar1); FUN_00167d71(uVar1,param_1 + 0x19c); } if (*param_1 != 0) { uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(...
(translation_unit "void FUN_00167e2b(long *param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1[1] != 0) {\n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1[1],uVar1);\n FUN_00167d71(uVar1,param_1 + 0x19c);\n }\n if (*param_1 != 0) {\n uVar1 = gtk_widget_get_type();\n uVar1...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x18 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x00167e76 MOV RAX,qword ptr [RBP + -0x18] LEA RBX,[RAX + 0xce0] CALL 0x001104e0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV RSI,RDX ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst) { type_2 uVar1; type_3 *pGVar2; type_1 *inst_local; if (inst->area != (type_3 *)0x0) { uVar1 = var_1(); pGVar2 = (type_3 *)var_2(inst->area,uVar1); var_3(pGVar2,inst->cols + 0x102); } if ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_window_background(gui_data *inst)\n\n{\n undefined8 uVar1;\n GtkWidget *pGVar2;\n gui_data *inst_local;\n \n if (inst->area != (GtkWidget *)0x0) {\n uVar1 = gtk_widget_get_type();\n pGVar2 = (GtkWidget *)g...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 uVar1;\n type_3 *pGVar2;\n type_1 *inst_local;\n \n if (inst->area != (type_3 *)0x0) {\n uVar1 = var_1();\n pGVar2 = (type_3 *)var_2(inst->area,uVar1);\n var_3(pGVar2,...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
674_pterm_and_pterm_strip.c
dupvprintf_inner
FUN_00127572
dupvprintf_inner
char * dupvprintf_inner(char *buf,int oldlen,int *oldsize,char *fmt,__va_list_tag *ap) { long lVar1; int iVar2; long in_FS_OFFSET; __va_list_tag *ap_local; char *fmt_local; int *oldsize_local; int oldlen_local; char *buf_local; int size; int newsize; int len; va_list aq; lVar1 = *(long *)...
long FUN_00127572(long param_1,int param_2,int *param_3,char *param_4,undefined8 *param_5) { int iVar1; long in_FS_OFFSET; long local_40; int local_34; int local_30; undefined8 local_28; undefined8 local_20; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (*p...
(translation_unit "long FUN_00127572(long param_1,int param_2,int *param_3,char *param_4,undefined8 *param_5)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n long local_40;\n int local_34;\n int local_30;\n undefined8 local_28;\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV qword ptr [RBP + -0x48],RDX MOV qword ptr [RBP + -0x50],RCX MOV qword ptr [RBP + -0x58],R8 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV EAX,dword ptr [RAX] ...
char * function_1(char *buf,int var_2,int *oldsize,char *fmt,type_1 *ap) { long var_9; int var_8; long var_1; type_1 *ap_local; char *fmt_local; int *oldsize_local; int oldlen_local; char *var_7; int var_4; int newsize; int len; type_2 aq; var_9 = *(long *)(var_1 + 0x28); if (*oldsize <...
(translation_unit "char * dupvprintf_inner(char *buf,int oldlen,int *oldsize,char *fmt,__va_list_tag *ap)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n __va_list_tag *ap_local;\n char *fmt_local;\n int *oldsize_local;\n int oldlen_local;\n char *buf_local;\n int size;\n int newsize;\n int len;\n va...
(translation_unit "char * function_1(char *buf,int var_2,int *oldsize,char *fmt,type_1 *ap)\n\n{\n long var_9;\n int var_8;\n long var_1;\n type_1 *ap_local;\n char *fmt_local;\n int *oldsize_local;\n int oldlen_local;\n char *var_7;\n int var_4;\n int newsize;\n int len;\n type_2 aq;\n \n var_9 = *(long ...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
1142_puttytel_and_puttytel_strip.c
pangofont_enum_fonts
FUN_0015d98a
pangofont_enum_fonts
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void pangofont_enum_fonts(GtkWidget *widget,fontsel_add_entry callback,void *callback_ctx) { long lVar1; int iVar2; wchar_t wVar3; uint uVar4; long in_FS_OFFSET; void *callback_ctx_local; fontsel_add_entry callback_local; GtkWid...
void FUN_0015d98a(undefined8 param_1,code *param_2,undefined8 param_3) { int iVar1; uint uVar2; long in_FS_OFFSET; int local_11c; int local_118; int local_114 [7]; long local_f8; long local_f0; int *local_e8; long local_e0; long local_d8; undefined8 local_d0; undefined8 local_c8; undefined...
(translation_unit "void FUN_0015d98a(undefined8 param_1,code *param_2,undefined8 param_3)\n\n{\n int iVar1;\n uint uVar2;\n long in_FS_OFFSET;\n int local_11c;\n int local_118;\n int local_114 [7];\n long local_f8;\n long local_f0;\n int *local_e8;\n long local_e0;\n long local_d8;\n undefined8 local_d0;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x140 MOV qword ptr [RBP + -0x128],RDI MOV qword ptr [RBP + -0x130],RSI MOV qword ptr [RBP + -0x138],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x128] MOV RDI,RAX CALL 0x00111740 MOV qword ptr [RBP + -0xd8],RAX CMP qword ptr [RBP + -...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *widget,type_2 callback,void *callback_ctx) { long var_34; int var_10; type_3 wVar3; type_4 var_30; long var_1; void *callback_ctx_local; type_2 callback_local; type_1 *widget_local; type_3 var_8; type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_enum_fonts(GtkWidget *widget,fontsel_add_entry callback,void *callback_ctx)\n\n{\n long lVar1;\n int iVar2;\n wchar_t wVar3;\n uint uVar4;\n long in_FS_OFFSET;\n void *callback_ctx_local;\n fontsel_add_e...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *widget,type_2 callback,void *callback_ctx)\n\n{\n long var_34;\n int var_10;\n type_3 wVar3;\n type_4 var_30;\n long var_1;\n void *callback_ctx_local;\n type_2 callback_local;\n type_1 *widget...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
602_pterm_and_pterm_strip.c
ctrl_find_set
FUN_0011fa3c
ctrl_find_set
int ctrl_find_set(controlbox *b,char *path,int start) { int iVar1; int start_local; char *path_local; controlbox *b_local; int i; int last; int thisone; last = 0; i = 0; while( true ) { if (b->nctrlsets <= i) { return b->nctrlsets; } iVar1 = ctrl_path_compare(path,b->ctrlsets[...
int FUN_0011fa3c(int *param_1,undefined8 param_2,int param_3) { int iVar1; int local_14; int local_10; local_10 = 0; local_14 = 0; while( true ) { if (*param_1 <= local_14) { return *param_1; } iVar1 = FUN_0011f7df(param_2,**(undefined8 **)(*(long *)(param_1 + 2) + (long)local_14 * 8)...
(translation_unit "int FUN_0011fa3c(int *param_1,undefined8 param_2,int param_3)\n\n{\n int iVar1;\n int local_14;\n int local_10;\n \n local_10 = 0;\n local_14 = 0;\n while( true ) {\n if (*param_1 <= local_14) {\n return *param_1;\n }\n iVar1 = FUN_0011f7df(param_2,**(undefined8 **)(*(long *)(par...
PUSH RBP MOV RBP,RSP SUB RSP,0x28 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV dword ptr [RBP + -0x8],0x0 MOV dword ptr [RBP + -0xc],0x0 JMP 0x0011fab2 MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV EDX,dword ptr [RBP + -0xc] MOVSXD RDX,EDX SHL R...
int function_1(type_1 *b,char *path,int var_3) { int var_4; int start_local; char *path_local; type_1 *b_local; int var_1; int var_5; int thisone; var_5 = 0; var_1 = 0; while( true ) { if (b->nctrlsets <= var_1) { return b->nctrlsets; } var_4 = var_2(path,b->ctrlsets[var_1]->p...
(translation_unit "int ctrl_find_set(controlbox *b,char *path,int start)\n\n{\n int iVar1;\n int start_local;\n char *path_local;\n controlbox *b_local;\n int i;\n int last;\n int thisone;\n \n last = 0;\n i = 0;\n while( true ) {\n if (b->nctrlsets <= i) {\n return b->nctrlsets;\n }\n iVar1 = ...
(translation_unit "int function_1(type_1 *b,char *path,int var_3)\n\n{\n int var_4;\n int start_local;\n char *path_local;\n type_1 *b_local;\n int var_1;\n int var_5;\n int thisone;\n \n var_5 = 0;\n var_1 = 0;\n while( true ) {\n if (b->nctrlsets <= var_1) {\n return b->nctrlsets;\n }\n var_4...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1117_puttytel_and_puttytel_strip.c
x11font_width_16
FUN_0015b102
x11font_width_16
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t x11font_width_16(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start, wchar_t length) { wchar_t wVar1; wchar_t length_local; wchar_t start_local; void *vstring_local; x11font_indivi...
void FUN_0015b102(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5 ) { XTextWidth16(*param_2,(long)param_4 * 2 + param_3,param_5); return; }
(translation_unit "void FUN_0015b102(undefined8 param_1,undefined8 *param_2,long param_3,int param_4,undefined4 param_5\n )\n\n{\n XTextWidth16(*param_2,(long)param_4 * 2 + param_3,param_5);\n return;\n}\n\n" (function_definition "void FUN_0015b102(undefined8 param_1,undefined8 *param_2,long param_3,i...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV dword ptr [RBP + -0x2c],ECX MOV dword ptr [RBP + -0x30],R8D MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV EAX,dword ptr [RBP + -0x2c] CDQE LEA RDX,[RAX + RAX*0x1] MO...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start, type_1 length) { type_1 wVar1; type_1 length_local; type_1 start_local; void *vstring_local; type_3 *xfi_local; type_2 *ctx_local; type_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_width_16(unifont_drawctx *ctx,x11font_individual *xfi,void *vstring,wchar_t start,\n wchar_t length)\n\n{\n wchar_t wVar1;\n wchar_t length_local;\n wchar_t start_local;\n void *vstr...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *ctx,type_3 *xfi,void *vstring,type_1 start,\n type_1 length)\n\n{\n type_1 wVar1;\n type_1 length_local;\n type_1 start_local;\n void *vstring_local;\n type_3 *xfi_local;\...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat...
666_pterm_and_pterm_strip.c
add_prompt
FUN_00126fda
add_prompt
void add_prompt(prompts_t *p,char *promptstr,int echo) { prompt_t *ppVar1; prompt_t **pppVar2; int echo_local; char *promptstr_local; prompts_t *p_local; prompt_t *pr; ppVar1 = (prompt_t *)safemalloc(1,0x20); ppVar1->prompt = promptstr; ppVar1->echo = echo; ppVar1->result = (char *)0x0; ppVar...
void FUN_00126fda(long param_1,undefined8 param_2,undefined4 param_3) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_001282f0(1,0x20); *puVar1 = param_2; *(undefined4 *)(puVar1 + 1) = param_3; puVar1[2] = 0; puVar1[3] = 0; *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x28) + ...
(translation_unit "void FUN_00126fda(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001282f0(1,0x20);\n *puVar1 = param_2;\n *(undefined4 *)(puVar1 + 1) = param_3;\n puVar1[2] = 0;\n puVar1[3] = 0;\n *(long *)(param_1 + 0x28) =...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV ESI,0x20 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RBP + -0x20] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] ...
void function_1(type_1 *p,char *promptstr,int echo) { type_2 *ppVar1; type_2 **pppVar2; int echo_local; char *promptstr_local; type_1 *p_local; type_2 *pr; ppVar1 = (type_2 *)var_1(1,0x20); ppVar1->prompt = promptstr; ppVar1->echo = echo; ppVar1->result = (char *)0x0; ppVar1->resultsize = 0; ...
(translation_unit "void add_prompt(prompts_t *p,char *promptstr,int echo)\n\n{\n prompt_t *ppVar1;\n prompt_t **pppVar2;\n int echo_local;\n char *promptstr_local;\n prompts_t *p_local;\n prompt_t *pr;\n \n ppVar1 = (prompt_t *)safemalloc(1,0x20);\n ppVar1->prompt = promptstr;\n ppVar1->echo = echo;\n ppVar1...
(translation_unit "void function_1(type_1 *p,char *promptstr,int echo)\n\n{\n type_2 *ppVar1;\n type_2 **pppVar2;\n int echo_local;\n char *promptstr_local;\n type_1 *p_local;\n type_2 *pr;\n \n ppVar1 = (type_2 *)var_1(1,0x20);\n ppVar1->prompt = promptstr;\n ppVar1->echo = echo;\n ppVar1->result = (char *)...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1333_puttytel_and_puttytel_strip.c
nonblock
FUN_0016e931
nonblock
int nonblock(int fd) { uint uVar1; int iVar2; int *piVar3; char *pcVar4; int fd_local; int fdflags; uVar1 = fcntl64(fd,3); if ((int)uVar1 < 0) { piVar3 = __errno_location(); pcVar4 = strerror(*piVar3); fprintf(stderr,"%d: fcntl(F_GETFL): %s\n",(ulong)(uint)fd,pcVar4); ...
uint FUN_0016e931(uint param_1) { uint uVar1; int iVar2; int *piVar3; char *pcVar4; uVar1 = fcntl64(param_1,3); if ((int)uVar1 < 0) { piVar3 = __errno_location(); pcVar4 = strerror(*piVar3); fprintf(stderr,"%d: fcntl(F_GETFL): %s\n",(ulong)param_1,pcVar4); /* WARNING: Su...
(translation_unit "uint FUN_0016e931(uint param_1)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n \n uVar1 = fcntl64(param_1,3);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFL): %s\n",(ulong)param_1,pcVar4);\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI MOV EAX,dword ptr [RBP + -0x14] MOV ESI,0x3 MOV EDI,EAX MOV EAX,0x0 CALL 0x00111a60 MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x4],0x0 JNS 0x0016e992 CALL 0x00110070 MOV EAX,dword ptr [RAX] MOV EDI,EAX CALL 0x001104c0 MOV RCX,RAX MOV RAX,qword...
int function_1(int fd) { type_1 var_6; int var_7; int *piVar3; char *pcVar4; int fd_local; int fdflags; var_6 = var_1(fd,3); if ((int)var_6 < 0) { piVar3 = var_2(); pcVar4 = var_3(*piVar3); var_4(stderr,"%d: fcntl(F_GETFL): %s\n",(type_2)(type_1)fd,pcVar4); /* WARNIN...
(translation_unit "int nonblock(int fd)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n uVar1 = fcntl64(fd,3);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFL): %s\n",(ulong)(uin...
(translation_unit "int function_1(int fd)\n\n{\n type_1 var_6;\n int var_7;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n var_6 = var_1(fd,3);\n if ((int)var_6 < 0) {\n piVar3 = var_2();\n pcVar4 = var_3(*piVar3);\n var_4(stderr,"%d: fcntl(F_GETFL): %s\n",(type_2)(type_1)fd,pcVar4...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat...
888_pterm_and_pterm_strip.c
uxsel_input_add
FUN_00147d5d
uxsel_input_add
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ uxsel_id * uxsel_input_add(int fd,int rwx) { guint gVar1; uxsel_id *puVar2; GIOChannel *pGVar3; int rwx_local; int fd_local; int flags; uxsel_id *id; puVar2 = (uxsel_id *)safemalloc(1,0x10); flags = (int)((rwx & 1U) != 0); if...
undefined8 * FUN_00147d5d(undefined4 param_1,uint param_2) { undefined4 uVar1; undefined8 *puVar2; undefined8 uVar3; byte bVar4; puVar2 = (undefined8 *)FUN_001282f0(1,0x10); bVar4 = (param_2 & 1) != 0; if ((param_2 & 2) != 0) { bVar4 = bVar4 | 4; } if ((param_2 & 4) != 0) { bVar4 = bVar4 ...
(translation_unit "undefined8 * FUN_00147d5d(undefined4 param_1,uint param_2)\n\n{\n undefined4 uVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n byte bVar4;\n \n puVar2 = (undefined8 *)FUN_001282f0(1,0x10);\n bVar4 = (param_2 & 1) != 0;\n if ((param_2 & 2) != 0) {\n bVar4 = bVar4 | 4;\n }\n if ((param_2 ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI MOV dword ptr [RBP + -0x18],ESI MOV ESI,0x10 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0xc],0x0 MOV EAX,dword ptr [RBP + -0x18] AND EAX,0x1 TEST EAX,EAX JZ 0x00147d93 OR dword ptr [RBP + -0xc],0x1 MOV EAX,dword ptr ...
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ type_1 * function_1(int fd,int var_2) { type_2 gVar1; type_1 *puVar2; type_3 *pGVar3; int rwx_local; int fd_local; int var_3; type_1 *id; puVar2 = (type_1 *)var_1(1,0x10); var_3 = (int)((var_2 & 1U) != 0); if ((var_2 & 2U) !=...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nuxsel_id * uxsel_input_add(int fd,int rwx)\n\n{\n guint gVar1;\n uxsel_id *puVar2;\n GIOChannel *pGVar3;\n int rwx_local;\n int fd_local;\n int flags;\n uxsel_id *id;\n \n puVar2 = (uxsel_id *)safemalloc(1,0x10);\n flag...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ntype_1 * function_1(int fd,int var_2)\n\n{\n type_2 gVar1;\n type_1 *puVar2;\n type_3 *pGVar3;\n int rwx_local;\n int fd_local;\n int var_3;\n type_1 *id;\n \n puVar2 = (type_1 *)var_1(1,0x10);\n var_3 = (int)((var_2 & ...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator:...
1483_puttytel_and_puttytel_strip.c
have_ssh_host_key
FUN_00176630
have_ssh_host_key
int have_ssh_host_key(char *hostname,int port,char *keytype) { int iVar1; char *keytype_local; int port_local; char *hostname_local; iVar1 = verify_host_key(hostname,port,keytype,""); return (int)(iVar1 != 1); }
bool FUN_00176630(undefined8 param_1,undefined4 param_2,undefined8 param_3) { int iVar1; iVar1 = FUN_0017640b(param_1,param_2,param_3,&DAT_001a4b98); return iVar1 != 1; }
(translation_unit "bool FUN_00176630(undefined8 param_1,undefined4 param_2,undefined8 param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_0017640b(param_1,param_2,param_3,&DAT_001a4b98);\n return iVar1 != 1;\n}\n\n" (function_definition "bool FUN_00176630(undefined8 param_1,undefined4 param_2,undefined8 param_3)\n\n{\n in...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV RDX,qword ptr [RBP + -0x18] MOV ESI,dword ptr [RBP + -0xc] MOV RAX,qword ptr [RBP + -0x8] LEA RCX,[0x1a4b98] MOV RDI,RAX CALL 0x0017640b CMP EAX,0x1 SETNZ AL MOVZX EAX,AL LEAVE RET
int function_1(char *hostname,int port,char *keytype) { int var_2; char *keytype_local; int port_local; char *hostname_local; var_2 = var_1(hostname,port,keytype,""); return (int)(var_2 != 1); }
(translation_unit "int have_ssh_host_key(char *hostname,int port,char *keytype)\n\n{\n int iVar1;\n char *keytype_local;\n int port_local;\n char *hostname_local;\n \n iVar1 = verify_host_key(hostname,port,keytype,"");\n return (int)(iVar1 != 1);\n}\n\n" (function_definition "int have_ssh_host_key(char *hostname...
(translation_unit "int function_1(char *hostname,int port,char *keytype)\n\n{\n int var_2;\n char *keytype_local;\n int port_local;\n char *hostname_local;\n \n var_2 = var_1(hostname,port,keytype,"");\n return (int)(var_2 != 1);\n}\n\n" (function_definition "int function_1(char *hostname,int port,char *keytype)...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
1202_puttytel_and_puttytel_strip.c
buildinfo_gtk_version
FUN_001644f2
buildinfo_gtk_version
/* WARNING: Unknown calling convention */ char * buildinfo_gtk_version(void) { char *pcVar1; pcVar1 = dupprintf("%d.%d.%d",3,0x18,5); return pcVar1; }
void FUN_001644f2(void) { FUN_00128c21("%d.%d.%d",3,0x18,5); return; }
(translation_unit "void FUN_001644f2(void)\n\n{\n FUN_00128c21("%d.%d.%d",3,0x18,5);\n return;\n}\n\n" (function_definition "void FUN_001644f2(void)\n\n{\n FUN_00128c21("%d.%d.%d",3,0x18,5);\n return;\n}" primitive_type (function_declarator "FUN_001644f2(void)" identifier (parameter_list "(void)" ( (parameter_decla...
PUSH RBP MOV RBP,RSP MOV ECX,0x5 MOV EDX,0x18 MOV ESI,0x3 LEA RDI,[0x1a35ff] MOV EAX,0x0 CALL 0x00128c21 POP RBP RET
/* WARNING: Unknown calling convention */ char * function_1(void) { char *pcVar1; pcVar1 = var_1("%d.%d.%d",3,0x18,5); return pcVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * buildinfo_gtk_version(void)\n\n{\n char *pcVar1;\n \n pcVar1 = dupprintf("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}\n\n" comment (function_definition "char * buildinfo_gtk_version(void)\n\n{\n char *pcVar1;\n \n pcVar1 = dupprintf("%d.%d.%d",3...
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n char *pcVar1;\n \n pcVar1 = var_1("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}\n\n" comment (function_definition "char * function_1(void)\n\n{\n char *pcVar1;\n \n pcVar1 = var_1("%d.%d.%d",3,0x18,5);\n return pcVar1;\n}...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point...
1124_puttytel_and_puttytel_strip.c
x11font_really_draw_text
FUN_0015baa3
x11font_really_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_really_draw_text (x11font_drawfuncs *dfns,unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x, wchar_t y,void *string,wchar_t nchars,wchar_t shadowoffset,wchar_t fontvariable, wchar_t ...
void FUN_0015baa3(undefined8 *param_1,undefined8 param_2,undefined8 param_3,int param_4, undefined4 param_5,undefined8 param_6,int param_7,int param_8,int param_9, int param_10) { int iVar1; int local_44; int local_1c; int local_18; int local_14; int local_c; local_1...
(translation_unit "void FUN_0015baa3(undefined8 *param_1,undefined8 param_2,undefined8 param_3,int param_4,\n undefined4 param_5,undefined8 param_6,int param_7,int param_8,int param_9,\n int param_10)\n\n{\n int iVar1;\n int local_44;\n int local_1c;\n int local_18;\n int local_14;\...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV dword ptr [RBP + -0x3c],ECX MOV dword ptr [RBP + -0x40],R8D MOV qword ptr [RBP + -0x48],R9 MOV dword ptr [RBP + -0x14],0x0 CMP dword ptr [RBP + 0x20],0x0 JZ 0x0015bae5 MOV dword ptr [RBP...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1 (type_1 *dfns,type_2 *ctx,type_3 *xfi,type_4 x, type_4 y,void *string,type_4 nchars,type_4 var_6,type_4 var_1, type_4 var_4) { type_4 var_5; void *string_local; type_4 y_local; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_really_draw_text\n (x11font_drawfuncs *dfns,unifont_drawctx *ctx,x11font_individual *xfi,wchar_t x,\n wchar_t y,void *string,wchar_t nchars,wchar_t shadowoffset,wchar_t fontvariable,\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *dfns,type_2 *ctx,type_3 *xfi,type_4 x,\n type_4 y,void *string,type_4 nchars,type_4 var_6,type_4 var_1,\n type_4 var_4)\n\n{\n type_4 var_5;\n void *strin...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
774_pterm_and_pterm_strip.c
term_pwron
FUN_00131e27
term_pwron
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_pwron(Terminal *term,wchar_t clear) { wchar_t clear_local; Terminal *term_local; power_on(term,clear); if (term->ldisc != (void *)0x0) { ldisc_echoedit_update(term->ldisc); } term->disptop = L'\0'; deselect(term);...
void FUN_00131e27(long param_1,undefined4 param_2) { FUN_0013161b(param_1,param_2); if (*(long *)(param_1 + 0x1100) != 0) { FUN_00121408(*(undefined8 *)(param_1 + 0x1100)); } *(undefined4 *)(param_1 + 0x20) = 0; FUN_00141d9a(param_1); FUN_00131cab(param_1); return; }
(translation_unit "void FUN_00131e27(long param_1,undefined4 param_2)\n\n{\n FUN_0013161b(param_1,param_2);\n if (*(long *)(param_1 + 0x1100) != 0) {\n FUN_00121408(*(undefined8 *)(param_1 + 0x1100));\n }\n *(undefined4 *)(param_1 + 0x20) = 0;\n FUN_00141d9a(param_1);\n FUN_00131cab(param_1);\n return;\n}\n\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV EDX,dword ptr [RBP + -0xc] MOV RAX,qword ptr [RBP + -0x8] MOV ESI,EDX MOV RDI,RAX CALL 0x0013161b MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x1100] TEST RAX,RAX JZ 0x00131e6a MOV RAX,qword ptr [RBP + -0x8] ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 clear) { type_2 clear_local; type_1 *term_local; var_1(term,clear); if (term->ldisc != (void *)0x0) { var_2(term->ldisc); } term->disptop = L'\0'; var_3(term); var_4(term); return; } ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_pwron(Terminal *term,wchar_t clear)\n\n{\n wchar_t clear_local;\n Terminal *term_local;\n \n power_on(term,clear);\n if (term->ldisc != (void *)0x0) {\n ldisc_echoedit_update(term->ldisc);\n }\n term->disp...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 clear)\n\n{\n type_2 clear_local;\n type_1 *term_local;\n \n var_1(term,clear);\n if (term->ldisc != (void *)0x0) {\n var_2(term->ldisc);\n }\n term->disptop = L'\0';\n var_3(ter...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1495_puttytel_and_puttytel_strip.c
x11_error_handler
FUN_00177367
x11_error_handler
int x11_error_handler(Display *thisdisp,XErrorEvent *err) { int iVar1; XErrorEvent *err_local; Display *thisdisp_local; int i; i = 0; while( true ) { if (nerrs <= i) { iVar1 = (*orig_x11_error_handler)(thisdisp,err); return iVar1; } if (((thisdisp == errs[i].display) && (err->se...
undefined8 FUN_00177367(long param_1,long param_2) { undefined8 uVar1; int local_c; local_c = 0; while( true ) { if (DAT_001b89c8 <= local_c) { uVar1 = (*DAT_001b8988)(param_1,param_2); return uVar1; } if (((param_1 == *(long *)((long)local_c * 0x18 + DAT_001b89d0)) && (*(lo...
(translation_unit "undefined8 FUN_00177367(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n int local_c;\n \n local_c = 0;\n while( true ) {\n if (DAT_001b89c8 <= local_c) {\n uVar1 = (*DAT_001b8988)(param_1,param_2);\n return uVar1;\n }\n if (((param_1 == *(long *)((long)local_c * 0x18 + D...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x4],0x0 JMP 0x0017740f MOV RCX,qword ptr [0x001b89d0] MOV EAX,dword ptr [RBP + -0x4] MOVSXD RDX,EAX MOV RAX,RDX ADD RAX,RAX ADD RAX,RDX SHL RAX,0x3 ADD RAX,RCX MOV RAX,qword ptr [RAX] CMP qword ptr [...
int function_1(type_1 *var_3,type_2 *err) { int iVar1; type_2 *err_local; type_1 *thisdisp_local; int var_2; var_2 = 0; while( true ) { if (var_1 <= var_2) { iVar1 = (*orig_x11_error_handler)(var_3,err); return iVar1; } if (((var_3 == errs[var_2].display) && (err->serial == errs...
(translation_unit "int x11_error_handler(Display *thisdisp,XErrorEvent *err)\n\n{\n int iVar1;\n XErrorEvent *err_local;\n Display *thisdisp_local;\n int i;\n \n i = 0;\n while( true ) {\n if (nerrs <= i) {\n iVar1 = (*orig_x11_error_handler)(thisdisp,err);\n return iVar1;\n }\n if (((thisdisp...
(translation_unit "int function_1(type_1 *var_3,type_2 *err)\n\n{\n int iVar1;\n type_2 *err_local;\n type_1 *thisdisp_local;\n int var_2;\n \n var_2 = 0;\n while( true ) {\n if (var_1 <= var_2) {\n iVar1 = (*orig_x11_error_handler)(var_3,err);\n return iVar1;\n }\n if (((var_3 == errs[var_2]....
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1237_puttytel_and_puttytel_strip.c
button_internal
FUN_00167399
button_internal
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ gboolean button_internal(gui_data *inst,GdkEventButton *event) { double dVar1; double dVar2; uint uVar3; wchar_t wVar4; GdkEventType GVar5; wchar_t wVar6; wc...
undefined8 FUN_00167399(long param_1,int *param_2) { double dVar1; double dVar2; uint uVar3; uint uVar4; uint uVar5; uint uVar6; int iVar7; int iVar8; int iVar9; bool bVar10; int iVar11; undefined4 uVar12; undefined8 uVar13; undefined4 local_38; int local_34; *(int *)(param_1 + 0x22...
(translation_unit "undefined8 FUN_00167399(long param_1,int *param_2)\n\n{\n double dVar1;\n double dVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n bool bVar10;\n int iVar11;\n undefined4 uVar12;\n undefined8 uVar13;\n undefined4 local_38;\n int loc...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV RAX,qword ptr [RBP + -0x40] MOV EDX,dword ptr [RAX + 0x14] MOV RAX,qword ptr [RBP + -0x38] MOV dword ptr [RAX + 0x22e0],EDX MOV RAX,qword ptr [RBP + -0x38] MOV ESI,0x1 MOV RDI,RAX CALL 0x00164df9 MOV RAX,qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ type_1 function_1(type_2 *inst,type_3 *event) { double var_19; double var_20; type_4 var_22; type_5 var_21; type_6 var_12; type_5 wVar6; type_5 wVar7; type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngboolean button_internal(gui_data *inst,GdkEventButton *event)\n\n{\n double dVar1;\n double dVar2;\n uint uVar3;\n wchar_t wVar4;\n GdkEventType ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *inst,type_3 *event)\n\n{\n double var_19;\n double var_20;\n type_4 var_22;\n type_5 var_21;\n type_6 var_12;\n type_5 ...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier...
1320_puttytel_and_puttytel_strip.c
filename_from_str
FUN_0016e53e
filename_from_str
Filename * filename_from_str(char *str) { Filename *pFVar1; char *pcVar2; char *str_local; Filename *ret; pFVar1 = (Filename *)safemalloc(1,8); pcVar2 = dupstr(str); pFVar1->path = pcVar2; return pFVar1; }
undefined8 * FUN_0016e53e(undefined8 param_1) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_001297e1(1,8); uVar2 = FUN_0012874d(param_1); *puVar1 = uVar2; return puVar1; }
(translation_unit "undefined8 * FUN_0016e53e(undefined8 param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001297e1(1,8);\n uVar2 = FUN_0012874d(param_1);\n *puVar1 = uVar2;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_0016e53e(undefined8 param_1)\n\n{\n u...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x8 MOV EDI,0x1 CALL 0x001297e1 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x0012874d MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
type_1 * function_1(char *str) { type_1 *pFVar1; char *pcVar2; char *str_local; type_1 *ret; pFVar1 = (type_1 *)var_1(1,8); pcVar2 = var_2(str); pFVar1->path = pcVar2; return pFVar1; }
(translation_unit "Filename * filename_from_str(char *str)\n\n{\n Filename *pFVar1;\n char *pcVar2;\n char *str_local;\n Filename *ret;\n \n pFVar1 = (Filename *)safemalloc(1,8);\n pcVar2 = dupstr(str);\n pFVar1->path = pcVar2;\n return pFVar1;\n}\n\n" (function_definition "Filename * filename_from_str(char *s...
(translation_unit "type_1 * function_1(char *str)\n\n{\n type_1 *pFVar1;\n char *pcVar2;\n char *str_local;\n type_1 *ret;\n \n pFVar1 = (type_1 *)var_1(1,8);\n pcVar2 = var_2(str);\n pFVar1->path = pcVar2;\n return pFVar1;\n}\n\n" (function_definition "type_1 * function_1(char *str)\n\n{\n type_1 *pFVar1;\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
1285_puttytel_and_puttytel_strip.c
do_text_internal
FUN_00169c1f
do_text_internal
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void do_text_internal(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr, wchar_t lattr) { long lVar1; wchar_t wVar2; bool bVar3; int iVar4; wchar_t wVar5; undefined8 uVar6; bool bVar7; ulo...
void FUN_00169c1f(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6 ,uint param_7) { long lVar1; uint uVar2; bool bVar3; int iVar4; uint uVar5; undefined8 uVar6; bool bVar7; int local_64; int local_54; int local_48; uint local_44; uint local_40...
(translation_unit "void FUN_00169c1f(long *param_1,int param_2,int param_3,undefined8 param_4,int param_5,ulong param_6\n ,uint param_7)\n\n{\n long lVar1;\n uint uVar2;\n bool bVar3;\n int iVar4;\n uint uVar5;\n undefined8 uVar6;\n bool bVar7;\n int local_64;\n int local_54;\n int local_48;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV dword ptr [RBP + -0x50],EDX MOV qword ptr [RBP + -0x58],RCX MOV dword ptr [RBP + -0x5c],R8D MOV qword ptr [RBP + -0x68],R9 MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10]...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ctx,type_2 var_14,type_2 var_20,type_2 *text,type_2 len,type_3 var_5, type_2 var_13) { long var_2; type_2 wVar2; bool var_6; int var_4; type_2 var_11; type_4 uVar6; bool bVar7; type_3 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_text_internal(Context ctx,wchar_t x,wchar_t y,wchar_t *text,wchar_t len,ulong attr,\n wchar_t lattr)\n\n{\n long lVar1;\n wchar_t wVar2;\n bool bVar3;\n int iVar4;\n wchar_t wVar5;\n undefine...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ctx,type_2 var_14,type_2 var_20,type_2 *text,type_2 len,type_3 var_5,\n type_2 var_13)\n\n{\n long var_2;\n type_2 wVar2;\n bool var_6;\n int var_4;\n type_2 var_11;\n type_4 u...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla...
531_pterm_and_pterm_strip.c
cmdline_cleanup
FUN_00112565
cmdline_cleanup
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void cmdline_cleanup(void) { size_t n; int pri; if (cmdline_password != (char *)0x0) { n = strlen(cmdline_password); smemclr(cmdline_password,n); safefree(cmdline_password); cmdline_password = (char *)0x0; } for...
void FUN_00112565(void) { size_t sVar1; int local_c; if (DAT_001a7680 != (char *)0x0) { sVar1 = strlen(DAT_001a7680); FUN_001285c4(DAT_001a7680,sVar1); FUN_001284fc(DAT_001a7680); DAT_001a7680 = (char *)0x0; } for (local_c = 0; local_c < 2; local_c = local_c + 1) { FUN_001284fc(*(unde...
(translation_unit "void FUN_00112565(void)\n\n{\n size_t sVar1;\n int local_c;\n \n if (DAT_001a7680 != (char *)0x0) {\n sVar1 = strlen(DAT_001a7680);\n FUN_001285c4(DAT_001a7680,sVar1);\n FUN_001284fc(DAT_001a7680);\n DAT_001a7680 = (char *)0x0;\n }\n for (local_c = 0; local_c < 2; local_c = local_c ...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV RAX,qword ptr [0x001a7680] TEST RAX,RAX JZ 0x001125b7 MOV RAX,qword ptr [0x001a7680] MOV RDI,RAX CALL 0x0010f5e0 MOV RDX,RAX MOV RAX,qword ptr [0x001a7680] MOV RSI,RDX MOV RDI,RAX CALL 0x001285c4 MOV RAX,qword ptr [0x001a7680] MOV RDI,RAX CALL 0x001284fc MOV qword ptr [0x001a7680],...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { size_t n; int var_5; if (var_1 != (char *)0x0) { n = var_2(var_1); var_3(var_1,n); var_4(var_1); var_1 = (char *)0x0; } for (var_5 = 0; var_5 < 2; var_5 = var_5 + 1) { var_4(saves[var...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid cmdline_cleanup(void)\n\n{\n size_t n;\n int pri;\n \n if (cmdline_password != (char *)0x0) {\n n = strlen(cmdline_password);\n smemclr(cmdline_password,n);\n safefree(cmdline_password);\n cmdline_pas...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n size_t n;\n int var_5;\n \n if (var_1 != (char *)0x0) {\n n = var_2(var_1);\n var_3(var_1,n);\n var_4(var_1);\n var_1 = (char *)0x0;\n }\n for (var_5 = 0; var_5 < 2; var_5 = ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primi...
1166_puttytel_and_puttytel_strip.c
unifontsel_set_filter_buttons
FUN_0015f269
unifontsel_set_filter_buttons
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_set_filter_buttons(unifontsel_internal *fs) { wchar_t wVar1; uint uVar2; undefined8 uVar3; unifontsel_internal *fs_local; wchar_t i; wchar_t flagbit; for (i = L'\0'; i < fs->n_filter_buttons; i = i + L'\x01') { ...
void FUN_0015f269(long param_1) { uint uVar1; uint uVar2; undefined8 uVar3; int local_20; for (local_20 = 0; local_20 < *(int *)(param_1 + 0x78); local_20 = local_20 + 1) { uVar3 = g_type_check_instance_cast (*(undefined8 *)(param_1 + 8 + ((long)local_20 + 10) * 8),0x50); uV...
(translation_unit "void FUN_0015f269(long param_1)\n\n{\n uint uVar1;\n uint uVar2;\n undefined8 uVar3;\n int local_20;\n \n for (local_20 = 0; local_20 < *(int *)(param_1 + 0x78); local_20 = local_20 + 1) {\n uVar3 = g_type_check_instance_cast\n (*(undefined8 *)(param_1 + 8 + ((long)local...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x28 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x18],0x0 JMP 0x0015f2fa MOV RAX,qword ptr [RBP + -0x28] MOV EDX,dword ptr [RBP + -0x18] MOVSXD RDX,EDX ADD RDX,0xa MOV RAX,qword ptr [RAX + RDX*0x8 + 0x8] MOV ESI,0x50 MOV RDI,RAX CALL 0x00110540 LEA RSI,[0x1a29a5] MOV RDI...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *fs) { type_2 var_6; type_3 var_7; type_4 uVar3; type_1 *fs_local; type_2 var_1; type_2 flagbit; for (var_1 = L'\0'; var_1 < fs->n_filter_buttons; var_1 = var_1 + L'\x01') { uVar3 = var_2(fs->filter_b...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_set_filter_buttons(unifontsel_internal *fs)\n\n{\n wchar_t wVar1;\n uint uVar2;\n undefined8 uVar3;\n unifontsel_internal *fs_local;\n wchar_t i;\n wchar_t flagbit;\n \n for (i = L'\0'; i < fs->n_filte...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs)\n\n{\n type_2 var_6;\n type_3 var_7;\n type_4 uVar3;\n type_1 *fs_local;\n type_2 var_1;\n type_2 flagbit;\n \n for (var_1 = L'\0'; var_1 < fs->n_filter_buttons; var_1 = var_1 + L'\x01') {\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
987_pterm_and_pterm_strip.c
x11_guess_derived_font_name
FUN_00150b89
x11_guess_derived_font_name
char * x11_guess_derived_font_name(XFontStruct *xfs,wchar_t bold,wchar_t wide) { int iVar1; undefined8 uVar2; char *pcVar3; long in_FS_OFFSET; wchar_t wide_local; wchar_t bold_local; XFontStruct *xfs_local; ulong ret; Display *disp; Atom fontprop; char *name; xlfd_decomposed *xlfd; char *ret...
undefined8 FUN_00150b89(undefined8 param_1,int param_2,int param_3) { int iVar1; undefined8 uVar2; long in_FS_OFFSET; undefined8 local_40; undefined8 local_38; undefined8 local_30; undefined8 local_28; long local_20; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28...
(translation_unit "undefined8 FUN_00150b89(undefined8 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined8 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n long local_20;\n undefined8 local_18;\n long local_10;\n \n local_10...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV dword ptr [RBP + -0x50],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX CALL 0x0010fd30 MOV RDI,RAX CALL 0x00110e10 MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x30] MOV EDX,0x0...
char * function_1(type_1 *xfs,type_2 var_10,type_2 var_11) { int var_6; type_3 uVar2; char *pcVar3; long var_1; type_2 wide_local; type_2 bold_local; type_1 *xfs_local; type_4 ret; type_5 *disp; type_6 fontprop; char *name; type_7 *var_9; char *ret_1; long var_14; var_14 = *(long *)(v...
(translation_unit "char * x11_guess_derived_font_name(XFontStruct *xfs,wchar_t bold,wchar_t wide)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n wchar_t wide_local;\n wchar_t bold_local;\n XFontStruct *xfs_local;\n ulong ret;\n Display *disp;\n Atom fontprop;\n char *name;\n xl...
(translation_unit "char * function_1(type_1 *xfs,type_2 var_10,type_2 var_11)\n\n{\n int var_6;\n type_3 uVar2;\n char *pcVar3;\n long var_1;\n type_2 wide_local;\n type_2 bold_local;\n type_1 *xfs_local;\n type_4 ret;\n type_5 *disp;\n type_6 fontprop;\n char *name;\n type_7 *var_9;\n char *ret_1;\n long...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type...
556_pterm_and_pterm_strip.c
conf_get_filename
FUN_0011558e
conf_get_filename
Filename * conf_get_filename(Conf *conf,int primary) { long lVar1; void *pvVar2; long in_FS_OFFSET; int primary_local; Conf *conf_local; conf_entry *entry; key key; lVar1 = *(long *)(in_FS_OFFSET + 0x28); if (subkeytypes[primary] != 0) { /* WARNING: Subroutine does not return ...
undefined8 FUN_0011558e(undefined8 *param_1,int param_2) { long lVar1; long in_FS_OFFSET; int local_28 [6]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("...
(translation_unit "undefined8 FUN_0011558e(undefined8 *param_1,int param_2)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int local_28 [6];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (*(int *)(&DAT_001a6020 + (long)param_2 * 4) != 0) {\n /* WARNING: Subroutine does not r...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [RBP + -0x3c] CDQE LEA RDX,[RAX*0x4] LEA RAX,[0x1a6020] MOV EAX,dword ptr [RDX + RAX*0x1] TEST EAX,EAX JZ 0x001155e6 LEA RCX,[0x18abd...
type_1 * function_1(type_2 *conf,int primary) { long var_5; void *var_4; long var_1; int primary_local; type_2 *conf_local; type_3 *entry; type_4 type_4; var_5 = *(long *)(var_1 + 0x28); if (subkeytypes[primary] != 0) { /* WARNING: Subroutine does not return */ var_2("subk...
(translation_unit "Filename * conf_get_filename(Conf *conf,int primary)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n int primary_local;\n Conf *conf_local;\n conf_entry *entry;\n key key;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (subkeytypes[primary] != 0) {\n /* WARNI...
(translation_unit "type_1 * function_1(type_2 *conf,int primary)\n\n{\n long var_5;\n void *var_4;\n long var_1;\n int primary_local;\n type_2 *conf_local;\n type_3 *entry;\n type_4 type_4;\n \n var_5 = *(long *)(var_1 + 0x28);\n if (subkeytypes[primary] != 0) {\n /* WARNING: Subroutine doe...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri...
869_pterm_and_pterm_strip.c
columns_focus
FUN_00146545
columns_focus
gint columns_focus(GtkWidget *super,GtkDirectionType dir) { GtkWidget *pGVar1; int iVar2; gint gVar3; GType GVar4; long lVar5; undefined8 uVar6; GtkDirectionType dir_local; GtkWidget *super_local; gboolean __r; gboolean __r_1; gboolean __r_2; GList *pos; GtkWidget *focuschild; GTypeInstanc...
undefined8 FUN_00146545(long *param_1,int param_2) { long *plVar1; int iVar2; long lVar3; undefined8 uVar4; int local_64; int local_60; int local_5c; long *local_58; long *local_50; if (param_1 == (long *)0x0) { g_return_if_fail_warning(0,"columns_focus","super != NULL"); } else { l...
(translation_unit "undefined8 FUN_00146545(long *param_1,int param_2)\n\n{\n long *plVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n int local_64;\n int local_60;\n int local_5c;\n long *local_58;\n long *local_50;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_focus","sup...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x68],RDI MOV dword ptr [RBP + -0x6c],ESI CMP qword ptr [RBP + -0x68],0x0 JNZ 0x0014657d LEA RDX,[0x192ec3] LEA RSI,[0x192fe8] MOV EDI,0x0 CALL 0x0010f210 MOV EAX,0x0 JMP 0x00146922 MOV RAX,qword ptr [RBP + -0x68] MOV qword ptr [RBP + -0x40],RAX CALL 0x00145243 MO...
type_1 function_1(type_2 *var_1,type_3 var_13) { type_2 *var_23; int var_10; type_1 gVar3; type_4 var_4; long var_19; type_5 uVar6; type_3 dir_local; type_2 *super_local; type_6 var_6; type_6 var_27; type_6 var_24; type_7 *var_21; type_2 *var_22; type_8 *__inst; type_4 __t; type_9 *col...
(translation_unit "gint columns_focus(GtkWidget *super,GtkDirectionType dir)\n\n{\n GtkWidget *pGVar1;\n int iVar2;\n gint gVar3;\n GType GVar4;\n long lVar5;\n undefined8 uVar6;\n GtkDirectionType dir_local;\n GtkWidget *super_local;\n gboolean __r;\n gboolean __r_1;\n gboolean __r_2;\n GList *pos;\n GtkW...
(translation_unit "type_1 function_1(type_2 *var_1,type_3 var_13)\n\n{\n type_2 *var_23;\n int var_10;\n type_1 gVar3;\n type_4 var_4;\n long var_19;\n type_5 uVar6;\n type_3 dir_local;\n type_2 *super_local;\n type_6 var_6;\n type_6 var_27;\n type_6 var_24;\n type_7 *var_21;\n type_2 *var_22;\n type_8 *_...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident...
635_pterm_and_pterm_strip.c
luni_send
FUN_001221ca
luni_send
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void luni_send(void *handle,wchar_t *widebuf,wchar_t len,wchar_t interactive) { byte *pbVar1; int iVar2; wchar_t wVar3; char *mbstr; byte bVar4; wchar_t interactive_local; wchar_t len_local; wchar_t *widebuf_local; void *handl...
void FUN_001221ca(long *param_1,long param_2,int param_3,undefined4 param_4) { byte *pbVar1; int iVar2; byte *pbVar3; byte bVar4; int local_38; byte *local_28; ulong local_20; if ((*(int *)(*param_1 + 300) == 0) && (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) != 0x37)) { iVar2 = 1; } else...
(translation_unit "void FUN_001221ca(long *param_1,long param_2,int param_3,undefined4 param_4)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte bVar4;\n int local_38;\n byte *local_28;\n ulong local_20;\n \n if ((*(int *)(*param_1 + 300) == 0) && (*(int *)(*(long *)(*param_1 + 0x1118) + 0x10) != 0x37)...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV dword ptr [RBP + -0x44],EDX MOV dword ptr [RBP + -0x48],ECX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV EAX,dword ptr [RAX + 0x12c] TEST E...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,type_1 *widebuf,type_1 var_1,type_1 interactive) { type_2 *pbVar1; int var_2; type_1 var_5; char *var_6; type_2 var_10; type_1 interactive_local; type_1 len_local; type_1 *widebuf_local; void *hand...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid luni_send(void *handle,wchar_t *widebuf,wchar_t len,wchar_t interactive)\n\n{\n byte *pbVar1;\n int iVar2;\n wchar_t wVar3;\n char *mbstr;\n byte bVar4;\n wchar_t interactive_local;\n wchar_t len_local;\n wchar_t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,type_1 *widebuf,type_1 var_1,type_1 interactive)\n\n{\n type_2 *pbVar1;\n int var_2;\n type_1 var_5;\n char *var_6;\n type_2 var_10;\n type_1 interactive_local;\n type_1 len_local;\n type_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
1175_puttytel_and_puttytel_strip.c
size_changed
FUN_001606be
size_changed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void size_changed(GtkTreeSelection *treeselection,gpointer data) { long lVar1; int iVar2; long in_FS_OFFSET; gpointer data_local; GtkTreeSelection *treeselection_local; wchar_t minval; wchar_t size; GtkTreeModel *treemodel; un...
void FUN_001606be(undefined8 param_1,long param_2) { int iVar1; long in_FS_OFFSET; undefined4 local_58; undefined4 local_54; undefined8 local_50; long local_48; long local_40; undefined local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_48 = param_2; if ((*(int *...
(translation_unit "void FUN_001606be(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n undefined4 local_58;\n undefined4 local_54;\n undefined8 local_50;\n long local_48;\n long local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n lo...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP + -0x40] MOV EAX,dword ptr [RAX + 0xd0] TEST EAX,EAX JNZ 0x00160...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *treeselection,type_2 data) { long var_7; int var_3; long var_1; type_2 data_local; type_1 *treeselection_local; type_3 minval; type_3 size; type_4 *treemodel; type_5 *fs; type_6 *info; type_7 treeit...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid size_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\n wchar_t size;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_7;\n int var_3;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 minval;\n type_3 size;\n type_4 *treemodel;\n type_5 *fs;\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1165_puttytel_and_puttytel_strip.c
unifontsel_setup_sizelist
FUN_0015f011
unifontsel_setup_sizelist
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end) { long lVar1; void *pvVar2; long in_FS_OFFSET; wchar_t end_local; wchar_t start_local; unifontsel_internal *fs_local; wchar_t i; wchar_t listindex...
void FUN_0015f011(long param_1,int param_2,int param_3) { long lVar1; long in_FS_OFFSET; int local_6c; int local_68; uint local_64; undefined local_58 [32]; char local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_list_store_clear(*(undefined8 *)(param_1 + 0x30)); loc...
(translation_unit "void FUN_0015f011(long param_1,int param_2,int param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int local_6c;\n int local_68;\n uint local_64;\n undefined local_58 [32];\n char local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_list_store_clear(*(undefi...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x78],RDI MOV dword ptr [RBP + -0x7c],ESI MOV dword ptr [RBP + -0x80],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x78] MOV RAX,qword ptr [RAX + 0x30] MOV RDI,RAX CALL 0x00111e40 MOV dword ptr [RBP + -0x60]...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *fs,type_2 var_8,type_2 var_3) { long var_5; void *pvVar2; long var_1; type_2 end_local; type_2 start_local; type_1 *fs_local; type_2 var_4; type_2 var_14; type_2 var_10; type_3 *info; type_4 iter; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n wchar_t end_local;\n wchar_t start_local;\n unifontsel_internal *fs_local;\n w...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs,type_2 var_8,type_2 var_3)\n\n{\n long var_5;\n void *pvVar2;\n long var_1;\n type_2 end_local;\n type_2 start_local;\n type_1 *fs_local;\n type_2 var_4;\n type_2 var_14;\n type_2 var_10;\n...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
517_pterm_and_pterm_strip.c
charset_localenc_nth
FUN_001115d6
charset_localenc_nth
int charset_localenc_nth(int n) { bool bVar1; int n_local; int i; i = 0; n_local = n; while( true ) { if (0x37 < i) { return 0; } if ((localencs[i].return_in_enum != 0) && (bVar1 = n_local == 0, n_local = n_local + -1, bVar1)) break; i = i + 1; } return localencs[i].charse...
undefined4 FUN_001115d6(int param_1) { bool bVar1; int local_1c; int local_c; local_c = 0; local_1c = param_1; while( true ) { if (0x37 < local_c) { return 0; } if ((*(int *)(&DAT_001a224c + (long)local_c * 0x10) != 0) && (bVar1 = local_1c == 0, local_1c = local_1c + -1, bVar1)...
(translation_unit "undefined4 FUN_001115d6(int param_1)\n\n{\n bool bVar1;\n int local_1c;\n int local_c;\n \n local_c = 0;\n local_1c = param_1;\n while( true ) {\n if (0x37 < local_c) {\n return 0;\n }\n if ((*(int *)(&DAT_001a224c + (long)local_c * 0x10) != 0) &&\n (bVar1 = local_1c == 0, ...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x14],EDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x00111629 MOV EAX,dword ptr [RBP + -0x4] CDQE SHL RAX,0x4 MOV RDX,RAX LEA RAX,[0x1a224c] MOV EAX,dword ptr [RDX + RAX*0x1] TEST EAX,EAX JZ 0x00111625 MOV EAX,dword ptr [RBP + -0x14] LEA EDX,[RAX + -0x1] MOV dword ptr [RBP + -0x14],...
int function_1(int n) { bool bVar1; int var_2; int var_1; var_1 = 0; var_2 = n; while( true ) { if (0x37 < var_1) { return 0; } if ((localencs[var_1].return_in_enum != 0) && (bVar1 = var_2 == 0, var_2 = var_2 + -1, bVar1)) break; var_1 = var_1 + 1; } return localencs[var_1...
(translation_unit "int charset_localenc_nth(int n)\n\n{\n bool bVar1;\n int n_local;\n int i;\n \n i = 0;\n n_local = n;\n while( true ) {\n if (0x37 < i) {\n return 0;\n }\n if ((localencs[i].return_in_enum != 0) && (bVar1 = n_local == 0, n_local = n_local + -1, bVar1))\n break;\n i = i + 1;...
(translation_unit "int function_1(int n)\n\n{\n bool bVar1;\n int var_2;\n int var_1;\n \n var_1 = 0;\n var_2 = n;\n while( true ) {\n if (0x37 < var_1) {\n return 0;\n }\n if ((localencs[var_1].return_in_enum != 0) && (bVar1 = var_2 == 0, var_2 = var_2 + -1, bVar1))\n break;\n var_1 = var_1 ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati...
737_pterm_and_pterm_strip.c
sessioncmp
FUN_0012eec4
sessioncmp
int sessioncmp(void *av,void *bv) { char *__s1; char *__s1_00; int iVar1; void *bv_local; void *av_local; char *a; char *b; /* WARNING: Load size is inaccurate */ __s1 = *av; /* WARNING: Load size is inaccurate */ __s1_00 = *bv; iVar1 = strcmp(__s1,"Defau...
int FUN_0012eec4(undefined8 *param_1,undefined8 *param_2) { char *__s1; char *__s1_00; int iVar1; __s1 = (char *)*param_1; __s1_00 = (char *)*param_2; iVar1 = strcmp(__s1,"Default Settings"); if (iVar1 == 0) { iVar1 = -1; } else { iVar1 = strcmp(__s1_00,"Default Settings"); if (iVar1 ...
(translation_unit "int FUN_0012eec4(undefined8 *param_1,undefined8 *param_2)\n\n{\n char *__s1;\n char *__s1_00;\n int iVar1;\n \n __s1 = (char *)*param_1;\n __s1_00 = (char *)*param_2;\n iVar1 = strcmp(__s1,"Default Settings");\n if (iVar1 == 0) {\n iVar1 = -1;\n }\n else {\n iVar1 = strcmp(__s1_00,"De...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] LEA RSI,[0x191b...
int function_1(void *av,void *bv) { char *__s1; char *__s1_00; int var_2; void *bv_local; void *av_local; char *a; char *b; /* WARNING: Load size is inaccurate */ __s1 = *av; /* WARNING: Load size is inaccurate */ __s1_00 = *bv; var_2 = var_1(__s1,"Defaul...
(translation_unit "int sessioncmp(void *av,void *bv)\n\n{\n char *__s1;\n char *__s1_00;\n int iVar1;\n void *bv_local;\n void *av_local;\n char *a;\n char *b;\n \n /* WARNING: Load size is inaccurate */\n __s1 = *av;\n /* WARNING: Load size is inaccurate */\n __s1_00 = *...
(translation_unit "int function_1(void *av,void *bv)\n\n{\n char *__s1;\n char *__s1_00;\n int var_2;\n void *bv_local;\n void *av_local;\n char *a;\n char *b;\n \n /* WARNING: Load size is inaccurate */\n __s1 = *av;\n /* WARNING: Load size is inaccurate */\n __s1_00 = *...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
1106_puttytel_and_puttytel_strip.c
askappend
FUN_00159e77
askappend
/* WARNING: Variable defined which should be unmapped: ctx_local */ /* WARNING: Variable defined which should be unmapped: callback_local */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int askappend(void *frontend,Filename *filename,_func_void_void_ptr_int *callback,void *ctx) { int iV...
undefined4 FUN_00159e77(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4) { undefined4 uVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; uVar2 = FUN_00128c21("The session log file \"%.*s\" already exists. You can overwrite it with a new session log, append your sess...
(translation_unit "undefined4\nFUN_00159e77(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n uVar2 = FUN_00128c21("The session log file \"%.*s\" already exists. You can overwrite it with a new se...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV qword ptr [RBP + -0x48],RDX MOV qword ptr [RBP + -0x50],RCX MOV RAX,qword ptr [RBP + -0x40] MOV RAX,qword ptr [RAX] MOV RDX,RAX MOV ESI,0x1000 LEA RDI,[0x1a2700] MOV EAX,0x0 CALL 0x00128c21 MOV qword ptr [RBP ...
/* WARNING: Variable defined which should be unmapped: ctx_local */ /* WARNING: Variable defined which should be unmapped: callback_local */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *frontend,type_1 *filename,type_2 *callback,void *ctx) { int iVar1; char *msg; ...
(translation_unit "/* WARNING: Variable defined which should be unmapped: ctx_local */\n/* WARNING: Variable defined which should be unmapped: callback_local */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint askappend(void *frontend,Filename *filename,_func_void_void_ptr_int *callback,...
(translation_unit "/* WARNING: Variable defined which should be unmapped: ctx_local */\n/* WARNING: Variable defined which should be unmapped: callback_local */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,type_1 *filename,type_2 *callback,void *ctx)\n\n{\n ...
(translation_unit (comment) (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_id...
907_pterm_and_pterm_strip.c
dlg_radiobutton_get
FUN_001484c6
dlg_radiobutton_get
int dlg_radiobutton_get(control *ctrl,void *dlg) { int iVar1; uctrl *puVar2; undefined8 uVar3; void *dlg_local; control *ctrl_local; int i; dlgparam *dp; uctrl *uc; puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl); if ((puVar2->ctrl->generic).type != 2) { /* WARNING: Subroutin...
int FUN_001484c6(undefined8 param_1,undefined8 param_2) { int iVar1; undefined8 *puVar2; undefined8 uVar3; int local_1c; puVar2 = (undefined8 *)FUN_00148310(param_2,param_1); if (*(int *)*puVar2 != 2) { /* WARNING: Subroutine does not return */ __assert_fail("uc->ctrl->generic.t...
(translation_unit "int FUN_001484c6(undefined8 param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n int local_1c;\n \n puVar2 = (undefined8 *)FUN_00148310(param_2,param_1);\n if (*(int *)*puVar2 != 2) {\n /* WARNING: Subroutine does not return */\n __ass...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x10],RAX MOV RDX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RBP + -0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x00148310 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP ...
int function_1(type_1 *ctrl,void *dlg) { int var_7; type_2 *puVar2; type_3 uVar3; void *dlg_local; type_1 *ctrl_local; int var_3; type_4 *dp; type_2 *uc; puVar2 = var_1((type_4 *)dlg,ctrl); if ((puVar2->ctrl->generic).type != 2) { /* WARNING: Subroutine does not return */ ...
(translation_unit "int dlg_radiobutton_get(control *ctrl,void *dlg)\n\n{\n int iVar1;\n uctrl *puVar2;\n undefined8 uVar3;\n void *dlg_local;\n control *ctrl_local;\n int i;\n dlgparam *dp;\n uctrl *uc;\n \n puVar2 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar2->ctrl->generic).type != 2) {\n ...
(translation_unit "int function_1(type_1 *ctrl,void *dlg)\n\n{\n int var_7;\n type_2 *puVar2;\n type_3 uVar3;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_3;\n type_4 *dp;\n type_2 *uc;\n \n puVar2 = var_1((type_4 *)dlg,ctrl);\n if ((puVar2->ctrl->generic).type != 2) {\n /* WARNING: ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
956_pterm_and_pterm_strip.c
shortcut_add
FUN_0014ceb3
shortcut_add
void shortcut_add(Shortcuts *scs,GtkWidget *labelw,int chr,int action,void *ptr) { int chr_00; void *ptr_local; int action_local; int chr_local; GtkWidget *labelw_local; Shortcuts *scs_local; if (chr != 0) { chr_00 = tolower(chr & 0xff); if (scs->sc[chr_00].action != 0) { ...
void FUN_0014ceb3(long param_1,undefined8 param_2,uint param_3,int param_4,undefined8 param_5) { int iVar1; if (param_3 != 0) { iVar1 = tolower(param_3 & 0xff); if (*(int *)((long)iVar1 * 0x18 + param_1 + 0x10) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s...
(translation_unit "void FUN_0014ceb3(long param_1,undefined8 param_2,uint param_3,int param_4,undefined8 param_5)\n\n{\n int iVar1;\n \n if (param_3 != 0) {\n iVar1 = tolower(param_3 & 0xff);\n if (*(int *)((long)iVar1 * 0x18 + param_1 + 0x10) != 0) {\n /* WARNING: Subroutine does not return...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV dword ptr [RBP + -0x18],ECX MOV qword ptr [RBP + -0x20],R8 CMP dword ptr [RBP + -0x14],0x0 JZ 0x0014cffb MOV EAX,dword ptr [RBP + -0x14] MOVZX EAX,AL MOV EDI,EAX CALL 0x001106b0 MOV dword...
void function_1(type_1 *scs,type_2 *labelw,int var_1,int var_4,void *ptr) { int chr_00; void *ptr_local; int action_local; int chr_local; type_2 *labelw_local; type_1 *scs_local; if (var_1 != 0) { chr_00 = var_2(var_1 & 0xff); if (scs->sc[chr_00].var_4 != 0) { /* WARNING: ...
(translation_unit "void shortcut_add(Shortcuts *scs,GtkWidget *labelw,int chr,int action,void *ptr)\n\n{\n int chr_00;\n void *ptr_local;\n int action_local;\n int chr_local;\n GtkWidget *labelw_local;\n Shortcuts *scs_local;\n \n if (chr != 0) {\n chr_00 = tolower(chr & 0xff);\n if (scs->sc[chr_00].actio...
(translation_unit "void function_1(type_1 *scs,type_2 *labelw,int var_1,int var_4,void *ptr)\n\n{\n int chr_00;\n void *ptr_local;\n int action_local;\n int chr_local;\n type_2 *labelw_local;\n type_1 *scs_local;\n \n if (var_1 != 0) {\n chr_00 = var_2(var_1 & 0xff);\n if (scs->sc[chr_00].var_4 != 0) {\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1418_puttytel_and_puttytel_strip.c
localproxy_select_result
FUN_001730ff
localproxy_select_result
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void localproxy_select_result(int fd,int event) { long lVar1; _func_void_Plug_char_ptr_int_int *p_Var2; _func_void_Plug_int *p_Var3; int iVar4; ssize_t sVar5; int *piVar6; char *pcVar7; long in_FS_OFFSET; int event_local; in...
void FUN_001730ff(int param_1,int param_2) { code *pcVar1; int iVar2; undefined4 uVar3; ulong uVar4; int *piVar5; char *pcVar6; long in_FS_OFFSET; int local_503c [2]; int local_5034; long local_5030; undefined local_5028 [20488]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); ...
(translation_unit "void FUN_001730ff(int param_1,int param_2)\n\n{\n code *pcVar1;\n int iVar2;\n undefined4 uVar3;\n ulong uVar4;\n int *piVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n int local_503c [2];\n int local_5034;\n long local_5030;\n undefined local_5028 [20488];\n long local_20;\n \n local_20 =...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x5030 MOV dword ptr [RBP + -0x5034],EDI MOV dword ptr [RBP + -0x5038],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [0x001b8950] LEA RCX,[RBP + -0x5034] LEA RDX,[0x172b31] MOV RSI,RCX MOV RDI,RAX CALL 0x0014d60d MOV qword pt...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(int fd,int var_4) { long var_15; type_1 *p_Var2; type_2 *p_Var3; int var_13; ssize_t sVar5; int *piVar6; char *pcVar7; long var_1; int event_local; int var_5; int var_7; type_3 var_3; char buf [20480]; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid localproxy_select_result(int fd,int event)\n\n{\n long lVar1;\n _func_void_Plug_char_ptr_int_int *p_Var2;\n _func_void_Plug_int *p_Var3;\n int iVar4;\n ssize_t sVar5;\n int *piVar6;\n char *pcVar7;\n long in_FS_O...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(int fd,int var_4)\n\n{\n long var_15;\n type_1 *p_Var2;\n type_2 *p_Var3;\n int var_13;\n ssize_t sVar5;\n int *piVar6;\n char *pcVar7;\n long var_1;\n int event_local;\n int var_5;\n int var_7;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_...
1317_puttytel_and_puttytel_strip.c
new_session_window
FUN_0016cce0
new_session_window
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ gui_data * new_session_window(Conf *conf,char *geometry_string) { GdkGravity GVar1; uint uVar2; int iVar3; wchar_t wVar4; GtkWidget *pGVar5; undefined8 uVar6; ...
undefined8 * FUN_0016cce0(undefined8 param_1,long param_2) { int iVar1; undefined4 uVar2; undefined8 uVar3; undefined8 uVar4; long in_FS_OFFSET; undefined4 local_90; int local_8c; int local_88; int local_84; int local_80; uint local_7c; undefined8 *local_78; long local_70; char *local_68; ...
(translation_unit "undefined8 * FUN_0016cce0(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n undefined4 local_90;\n int local_8c;\n int local_88;\n int local_84;\n int local_80;\n uint local_7c;\n undefined8 *local_78;\n ...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x90 MOV qword ptr [RBP + -0x98],RDI MOV qword ptr [RBP + -0xa0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV ESI,0x2308 MOV EDI,0x1 CALL 0x001297e1 MOV qword ptr [RBP + -0x70],RAX MOV RAX,qword ptr [RBP + -0x70] MOV EDX,0x2308 MOV ESI,0x...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ type_1 * function_1(type_2 *conf,char *var_4) { type_3 GVar1; type_4 uVar2; int var_25; type_5 wVar4; type_6 *pGVar5; type_7 uVar6; type_8 *pGVar7; type_7 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngui_data * new_session_window(Conf *conf,char *geometry_string)\n\n{\n GdkGravity GVar1;\n uint uVar2;\n int iVar3;\n wchar_t wVar4;\n GtkWidget *...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *conf,char *var_4)\n\n{\n type_3 GVar1;\n type_4 uVar2;\n int var_25;\n type_5 wVar4;\n type_6 *pGVar5;\n type_7 uVar6...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_de...
1095_puttytel_and_puttytel_strip.c
about_key_press
FUN_00158bff
about_key_press
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void about_key_press(GtkWidget *widget,GdkEventKey *event,gpointer data) { gpointer data_local; GdkEventKey *event_local; GtkWidget *widget_local; if ((event->keyval == 0xff1b) && (aboutbox != (GtkWidget *)0x0)) { gtk_widget_dest...
void FUN_00158bff(undefined8 param_1,long param_2) { if ((*(int *)(param_2 + 0x1c) == 0xff1b) && (DAT_001b8910 != 0)) { gtk_widget_destroy(DAT_001b8910); DAT_001b8910 = 0; } return; }
(translation_unit "void FUN_00158bff(undefined8 param_1,long param_2)\n\n{\n if ((*(int *)(param_2 + 0x1c) == 0xff1b) && (DAT_001b8910 != 0)) {\n gtk_widget_destroy(DAT_001b8910);\n DAT_001b8910 = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_00158bff(undefined8 param_1,long param_2)\n\n{\n if ((*(i...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX + 0x1c] CMP EAX,0xff1b JNZ 0x00158c47 MOV RAX,qword ptr [0x001b8910] TEST RAX,RAX JZ 0x00158c47 MOV RAX,qword ptr [0x001b8910] MOV RDI,R...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void function_1(type_1 *widget,type_2 *event,type_3 data) { type_3 data_local; type_2 *event_local; type_1 *widget_local; if ((event->keyval == 0xff1b) && (var_1 != (type_1 *)0x0)) { var_2(var_1); var_1 = (type_1 *)0x0; } ...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid about_key_press(GtkWidget *widget,GdkEventKey *event,gpointer data)\n\n{\n gpointer data_local;\n GdkEventKey *event_local;\n GtkWidget *widget_local;\n \n if ((event->keyval == 0xff1b) && (aboutbox != (GtkWidget *)...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(type_1 *widget,type_2 *event,type_3 data)\n\n{\n type_3 data_local;\n type_2 *event_local;\n type_1 *widget_local;\n \n if ((event->keyval == 0xff1b) && (var_1 != (type_1 *)0x0)) {\n var_2(var_1);\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1398_puttytel_and_puttytel_strip.c
printer_job_data
FUN_00172a36
printer_job_data
void printer_job_data(printer_job *pj,void *data,int len) { int len_local; void *data_local; printer_job *pj_local; if (pj != (printer_job *)0x0) { fwrite(data,1,(long)len,(FILE *)pj->fp); } return; }
void FUN_00172a36(undefined8 *param_1,void *param_2,int param_3) { if (param_1 != (undefined8 *)0x0) { fwrite(param_2,1,(long)param_3,(FILE *)*param_1); } return; }
(translation_unit "void FUN_00172a36(undefined8 *param_1,void *param_2,int param_3)\n\n{\n if (param_1 != (undefined8 *)0x0) {\n fwrite(param_2,1,(long)param_3,(FILE *)*param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_00172a36(undefined8 *param_1,void *param_2,int param_3)\n\n{\n if (param_1 != (un...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX CMP qword ptr [RBP + -0x8],0x0 JZ 0x00172a70 MOV RAX,qword ptr [RBP + -0x8] MOV RCX,qword ptr [RAX] MOV EAX,dword ptr [RBP + -0x14] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x1 ...
void function_1(type_1 *var_1,void *data,int len) { int len_local; void *data_local; type_1 *pj_local; if (var_1 != (type_1 *)0x0) { var_2(data,1,(long)len,(type_2 *)var_1->fp); } return; }
(translation_unit "void printer_job_data(printer_job *pj,void *data,int len)\n\n{\n int len_local;\n void *data_local;\n printer_job *pj_local;\n \n if (pj != (printer_job *)0x0) {\n fwrite(data,1,(long)len,(FILE *)pj->fp);\n }\n return;\n}\n\n" (function_definition "void printer_job_data(printer_job *pj,void...
(translation_unit "void function_1(type_1 *var_1,void *data,int len)\n\n{\n int len_local;\n void *data_local;\n type_1 *pj_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_2(data,1,(long)len,(type_2 *)var_1->fp);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *var_1,void *data,int len)\n\n...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1244_puttytel_and_puttytel_strip.c
destroy
FUN_00167a78
destroy
void destroy(GtkWidget *widget,gpointer data) { gpointer data_local; GtkWidget *widget_local; gtk_main_quit(); return; }
void FUN_00167a78(void) { gtk_main_quit(); return; }
(translation_unit "void FUN_00167a78(void)\n\n{\n gtk_main_quit();\n return;\n}\n\n" (function_definition "void FUN_00167a78(void)\n\n{\n gtk_main_quit();\n return;\n}" primitive_type (function_declarator "FUN_00167a78(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (c...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI CALL 0x00111ac0 NOP LEAVE RET
void function_1(type_1 *widget,type_2 data) { type_2 data_local; type_1 *widget_local; var_1(); return; }
(translation_unit "void destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n return;\n}\n\n" (function_definition "void destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n ret...
(translation_unit "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}\n\n" (function_definition "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}" primitive_type (funct...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
1043_pterm_and_pterm_strip.c
unifontsel_setup_sizelist
FUN_0015565b
unifontsel_setup_sizelist
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end) { long lVar1; void *pvVar2; long in_FS_OFFSET; wchar_t end_local; wchar_t start_local; unifontsel_internal *fs_local; wchar_t i; wchar_t listindex...
void FUN_0015565b(long param_1,int param_2,int param_3) { long lVar1; long in_FS_OFFSET; int local_6c; int local_68; uint local_64; undefined local_58 [32]; char local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_list_store_clear(*(undefined8 *)(param_1 + 0x30)); loc...
(translation_unit "void FUN_0015565b(long param_1,int param_2,int param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int local_6c;\n int local_68;\n uint local_64;\n undefined local_58 [32];\n char local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_list_store_clear(*(undefi...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x78],RDI MOV dword ptr [RBP + -0x7c],ESI MOV dword ptr [RBP + -0x80],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x78] MOV RAX,qword ptr [RAX + 0x30] MOV RDI,RAX CALL 0x00110d70 MOV dword ptr [RBP + -0x60]...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *fs,type_2 var_8,type_2 var_3) { long var_5; void *pvVar2; long var_1; type_2 end_local; type_2 start_local; type_1 *fs_local; type_2 var_4; type_2 var_14; type_2 var_10; type_3 *info; type_4 iter; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_sizelist(unifontsel_internal *fs,wchar_t start,wchar_t end)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n wchar_t end_local;\n wchar_t start_local;\n unifontsel_internal *fs_local;\n w...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs,type_2 var_8,type_2 var_3)\n\n{\n long var_5;\n void *pvVar2;\n long var_1;\n type_2 end_local;\n type_2 start_local;\n type_1 *fs_local;\n type_2 var_4;\n type_2 var_14;\n type_2 var_10;\n...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
878_pterm_and_pterm_strip.c
columns_gtk3_get_min_height
FUN_001474e0
columns_gtk3_get_min_height
gint columns_gtk3_get_min_height(ColumnsChild *child) { long in_FS_OFFSET; ColumnsChild *child_local; gint ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_height(child->widget,&ret,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WAR...
undefined4 FUN_001474e0(undefined8 *param_1) { long in_FS_OFFSET; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_height(*param_1,&local_14,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not r...
(translation_unit "undefined4 FUN_001474e0(undefined8 *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_height(*param_1,&local_14,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WA...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] LEA RCX,[RBP + -0xc] MOV EDX,0x0 MOV RSI,RCX MOV RDI,RAX CALL 0x0010f490 MOV EAX,dword ptr [RBP + -0xc] MOV RDX,qword ptr [RBP ...
type_1 function_1(type_2 *child) { long var_1; type_2 *child_local; type_1 ret; long var_3; var_3 = *(long *)(var_1 + 0x28); var_2(child->widget,&ret,0); if (var_3 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_4(); } return ret; }
(translation_unit "gint columns_gtk3_get_min_height(ColumnsChild *child)\n\n{\n long in_FS_OFFSET;\n ColumnsChild *child_local;\n gint ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_height(child->widget,&ret,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) ...
(translation_unit "type_1 function_1(type_2 *child)\n\n{\n long var_1;\n type_2 *child_local;\n type_1 ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(child->widget,&ret,0);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n var_4();\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specif...
780_pterm_and_pterm_strip.c
term_free
FUN_00132f41
term_free
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_free(Terminal *term) { beeptime *ptr; void *ptr_00; termline *ptVar1; Terminal *term_local; wchar_t i; termline *line; beeptime *beep; while( true ) { ptr_00 = delpos234(term->scrollback,0); if (ptr_00 == (v...
void FUN_00132f41(long param_1) { undefined8 *puVar1; long lVar2; undefined4 local_1c; while( true ) { lVar2 = FUN_00144b88(*(undefined8 *)(param_1 + 8),0); if (lVar2 == 0) break; FUN_001284fc(lVar2); } FUN_00142ab9(*(undefined8 *)(param_1 + 8)); while( true ) { lVar2 = FUN_00144b88(*...
(translation_unit "void FUN_00132f41(long param_1)\n\n{\n undefined8 *puVar1;\n long lVar2;\n undefined4 local_1c;\n \n while( true ) {\n lVar2 = FUN_00144b88(*(undefined8 *)(param_1 + 8),0);\n if (lVar2 == 0) break;\n FUN_001284fc(lVar2);\n }\n FUN_00142ab9(*(undefined8 *)(param_1 + 8));\n while( true...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI JMP 0x00132f5b MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x001284fc MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX + 0x8] MOV ESI,0x0 MOV RDI,RAX CALL 0x00144b88 MOV qword ptr [RBP + -0x10],RAX CMP qword ptr [RBP + -0x10],0x0 JNZ 0x00132f4...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 *ptr; void *var_2; type_3 *var_5; type_1 *term_local; type_4 var_7; type_3 *line; type_2 *beep; while( true ) { var_2 = var_1(term->scrollback,0); if (var_2 == (void *)0x0) break...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_free(Terminal *term)\n\n{\n beeptime *ptr;\n void *ptr_00;\n termline *ptVar1;\n Terminal *term_local;\n wchar_t i;\n termline *line;\n beeptime *beep;\n \n while( true ) {\n ptr_00 = delpos234(term->scr...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 *ptr;\n void *var_2;\n type_3 *var_5;\n type_1 *term_local;\n type_4 var_7;\n type_3 *line;\n type_2 *beep;\n \n while( true ) {\n var_2 = var_1(term->scrollback,0);\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
1312_puttytel_and_puttytel_strip.c
update_savedsess_menu
FUN_0016c377
update_savedsess_menu
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void update_savedsess_menu(GtkMenuItem *menuitem,gpointer data) { long lVar1; undefined8 uVar2; char *pcVar3; undefined8 uVar4; long in_FS_OFFSET; gpointer data_local; GtkMenuItem *menuitem_local; wchar_t i; gui_data *inst; ...
void FUN_0016c377(undefined8 param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; undefined8 uVar3; long in_FS_OFFSET; int local_54; int local_38 [2]; long local_30; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); uVar1 = gtk_container_get_type(); uVar1 = g_type_check_instanc...
(translation_unit "void FUN_0016c377(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_54;\n int local_38 [2];\n long local_30;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n uVar1 = gtk_container_get_type();...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x58 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x48],RAX CALL 0x00110a30 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *menuitem,type_2 data) { long var_14; type_3 uVar2; char *pcVar3; type_3 uVar4; long var_1; type_2 data_local; type_1 *menuitem_local; type_4 var_6; type_5 *inst; type_6 *menuitem_1; type_6 *menuitem...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid update_savedsess_menu(GtkMenuItem *menuitem,gpointer data)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkMenuItem *menuitem_local;\n w...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *menuitem,type_2 data)\n\n{\n long var_14;\n type_3 uVar2;\n char *pcVar3;\n type_3 uVar4;\n long var_1;\n type_2 data_local;\n type_1 *menuitem_local;\n type_4 var_6;\n type_5 *inst;\n type_6...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1492_puttytel_and_puttytel_strip.c
cp_name
FUN_001772c3
cp_name
char * cp_name(wchar_t codepage) { char *pcVar1; wchar_t codepage_local; if (codepage == L'\0') { pcVar1 = "Use font encoding"; } else { pcVar1 = charset_to_localenc(codepage); } return pcVar1; }
char * FUN_001772c3(int param_1) { char *pcVar1; if (param_1 == 0) { pcVar1 = "Use font encoding"; } else { pcVar1 = (char *)FUN_00112967(param_1); } return pcVar1; }
(translation_unit "char * FUN_001772c3(int param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = (char *)FUN_00112967(param_1);\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_001772c3(int param_1)\n\n{\n char *pcVar1;\n \n if (param...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x0 JNZ 0x001772dd LEA RAX,[0x1a4e60] JMP 0x001772e7 MOV EAX,dword ptr [RBP + -0x4] MOV EDI,EAX CALL 0x00112967 LEAVE RET
char * function_1(type_1 var_1) { char *pcVar1; type_1 codepage_local; if (var_1 == L'\0') { pcVar1 = "Use font encoding"; } else { pcVar1 = var_2(var_1); } return pcVar1; }
(translation_unit "char * cp_name(wchar_t codepage)\n\n{\n char *pcVar1;\n wchar_t codepage_local;\n \n if (codepage == L'\0') {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = charset_to_localenc(codepage);\n }\n return pcVar1;\n}\n\n" (function_definition "char * cp_name(wchar_t codepage)\n\n{\n...
(translation_unit "char * function_1(type_1 var_1)\n\n{\n char *pcVar1;\n type_1 codepage_local;\n \n if (var_1 == L'\0') {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = var_2(var_1);\n }\n return pcVar1;\n}\n\n" (function_definition "char * function_1(type_1 var_1)\n\n{\n char *pcVar1;\n type...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
719_pterm_and_pterm_strip.c
gpps_raw
FUN_0012977d
gpps_raw
char * gpps_raw(void *handle,char *name,char *def) { char *def_local; char *name_local; void *handle_local; char *ret; ret = read_setting_s(handle,name); if (ret == (char *)0x0) { ret = platform_default_s(name); } if (ret == (char *)0x0) { if (def == (char *)0x0) { ret = (char *)0x0; ...
long FUN_0012977d(undefined8 param_1,undefined8 param_2,long param_3) { undefined8 local_10; local_10 = FUN_0016852c(param_1,param_2); if (local_10 == 0) { local_10 = FUN_0015ad8a(param_2); } if (local_10 == 0) { if (param_3 == 0) { local_10 = 0; } else { local_10 = FUN_001272...
(translation_unit "long FUN_0012977d(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 local_10;\n \n local_10 = FUN_0016852c(param_1,param_2);\n if (local_10 == 0) {\n local_10 = FUN_0015ad8a(param_2);\n }\n if (local_10 == 0) {\n if (param_3 == 0) {\n local_10 = 0;\n }\n els...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV RDX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x0016852c MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JNZ 0x001297bf MOV RAX,q...
char * function_1(void *handle,char *name,char *var_4) { char *def_local; char *name_local; void *handle_local; char *var_2; var_2 = var_1(handle,name); if (var_2 == (char *)0x0) { var_2 = var_3(name); } if (var_2 == (char *)0x0) { if (var_4 == (char *)0x0) { var_2 = (char *)0x0; ...
(translation_unit "char * gpps_raw(void *handle,char *name,char *def)\n\n{\n char *def_local;\n char *name_local;\n void *handle_local;\n char *ret;\n \n ret = read_setting_s(handle,name);\n if (ret == (char *)0x0) {\n ret = platform_default_s(name);\n }\n if (ret == (char *)0x0) {\n if (def == (char *)0...
(translation_unit "char * function_1(void *handle,char *name,char *var_4)\n\n{\n char *def_local;\n char *name_local;\n void *handle_local;\n char *var_2;\n \n var_2 = var_1(handle,name);\n if (var_2 == (char *)0x0) {\n var_2 = var_3(name);\n }\n if (var_2 == (char *)0x0) {\n if (var_4 == (char *)0x0) {\...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
1353_puttytel_and_puttytel_strip.c
sk_hostname_is_local
FUN_0016f4d7
sk_hostname_is_local
int sk_hostname_is_local(char *name) { int iVar1; char *name_local; iVar1 = strcmp(name,"localhost"); if (((iVar1 != 0) && (iVar1 = strcmp(name,"::1"), iVar1 != 0)) && (iVar1 = strncmp(name,"127.",4), iVar1 != 0)) { return 0; } return 1; }
undefined8 FUN_0016f4d7(char *param_1) { int iVar1; iVar1 = strcmp(param_1,"localhost"); if (((iVar1 != 0) && (iVar1 = strcmp(param_1,"::1"), iVar1 != 0)) && (iVar1 = strncmp(param_1,"127.",4), iVar1 != 0)) { return 0; } return 1; }
(translation_unit "undefined8 FUN_0016f4d7(char *param_1)\n\n{\n int iVar1;\n \n iVar1 = strcmp(param_1,"localhost");\n if (((iVar1 != 0) && (iVar1 = strcmp(param_1,"::1"), iVar1 != 0)) &&\n (iVar1 = strncmp(param_1,"127.",4), iVar1 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definition "undefin...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] LEA RSI,[0x1a444a] MOV RDI,RAX CALL 0x00111660 TEST EAX,EAX JZ 0x0016f52d MOV RAX,qword ptr [RBP + -0x8] LEA RSI,[0x1a4454] MOV RDI,RAX CALL 0x00111660 TEST EAX,EAX JZ 0x0016f52d MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x4 LE...
int function_1(char *name) { int var_2; char *name_local; var_2 = var_1(name,"localhost"); if (((var_2 != 0) && (var_2 = var_1(name,"::1"), var_2 != 0)) && (var_2 = var_3(name,"127.",4), var_2 != 0)) { return 0; } return 1; }
(translation_unit "int sk_hostname_is_local(char *name)\n\n{\n int iVar1;\n char *name_local;\n \n iVar1 = strcmp(name,"localhost");\n if (((iVar1 != 0) && (iVar1 = strcmp(name,"::1"), iVar1 != 0)) &&\n (iVar1 = strncmp(name,"127.",4), iVar1 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definitio...
(translation_unit "int function_1(char *name)\n\n{\n int var_2;\n char *name_local;\n \n var_2 = var_1(name,"localhost");\n if (((var_2 != 0) && (var_2 = var_1(name,"::1"), var_2 != 0)) &&\n (var_2 = var_3(name,"127.",4), var_2 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definition "int functio...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
1390_puttytel_and_puttytel_strip.c
pollwrap_add_fd_events
FUN_001725cc
pollwrap_add_fd_events
void pollwrap_add_fd_events(pollwrapper *pw,int fd,int events) { long lVar1; size_t sVar2; pollfd *ppVar3; pollwrap_fdtopos *ppVar4; long in_FS_OFFSET; int events_local; int fd_local; pollwrapper *pw_local; pollwrap_fdtopos *f2p; size_t index; pollwrap_fdtopos *added; pollwrap_fdtopos f2p_find...
void FUN_001725cc(long *param_1,int param_2,ushort param_3) { long lVar1; long lVar2; int *piVar3; long in_FS_OFFSET; int *local_40; int local_28 [6]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (param_2 < 0) { /* WARNING: Subroutine does not return */ __a...
(translation_unit "void FUN_001725cc(long *param_1,int param_2,ushort param_3)\n\n{\n long lVar1;\n long lVar2;\n int *piVar3;\n long in_FS_OFFSET;\n int *local_40;\n int local_28 [6];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 < 0) {\n /* WARNING: Subrou...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV dword ptr [RBP + -0x50],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX CMP dword ptr [RBP + -0x4c],0x0 JNS 0x00172612 LEA RCX,[0x1a4720] MOV EDX,0x39 LEA RSI,[0x1a46e0] LEA RDI,[0x1a46ee] CA...
void function_1(type_1 *pw,int var_2,int events) { long var_11; size_t var_7; type_2 *ppVar3; type_3 *var_10; long var_1; int events_local; int fd_local; type_1 *pw_local; type_3 *var_5; size_t index; type_3 *added; type_3 f2p_find; var_11 = *(long *)(var_1 + 0x28); if (var_2 < 0) { ...
(translation_unit "void pollwrap_add_fd_events(pollwrapper *pw,int fd,int events)\n\n{\n long lVar1;\n size_t sVar2;\n pollfd *ppVar3;\n pollwrap_fdtopos *ppVar4;\n long in_FS_OFFSET;\n int events_local;\n int fd_local;\n pollwrapper *pw_local;\n pollwrap_fdtopos *f2p;\n size_t index;\n pollwrap_fdtopos *add...
(translation_unit "void function_1(type_1 *pw,int var_2,int events)\n\n{\n long var_11;\n size_t var_7;\n type_2 *ppVar3;\n type_3 *var_10;\n long var_1;\n int events_local;\n int fd_local;\n type_1 *pw_local;\n type_3 *var_5;\n size_t index;\n type_3 *added;\n type_3 f2p_find;\n \n var_11 = *(long *)(var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
1010_pterm_and_pterm_strip.c
pangofont_create_internal
FUN_0015351d
pangofont_create_internal
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ unifont * pangofont_create_internal (GtkWidget *widget,PangoContext *ctx,PangoFontDescription *desc,wchar_t wide, wchar_t bold,wchar_t shadowoffset,wchar_t shadowalways) { int iVar1; long lVar2; und...
undefined8 * FUN_0015351d(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { int iVar1; long lVar2; undefined8 uVar3; long lVar4; undefined8 *puVar5; lVar2 = pango_context_get_font_map(param_2); if (lVar...
(translation_unit "undefined8 *\nFUN_0015351d(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n int iVar1;\n long lVar2;\n undefined8 uVar3;\n long lVar4;\n undefined8 *puVar5;\n \n lVar2 = pango_context_get_...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV dword ptr [RBP + -0x3c],ECX MOV dword ptr [RBP + -0x40],R8D MOV dword ptr [RBP + -0x44],R9D MOV RAX,qword ptr [RBP + -0x30] MOV RDI,RAX CALL 0x0010fda0 MOV qword ptr [RBP + -0x20],RAX CM...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1 (type_2 *widget,type_3 *ctx,type_4 *desc,type_5 wide, type_5 bold,type_5 shadowoffset,type_5 shadowalways) { int var_9; long var_2; type_6 uVar3; long var_7; type_1 *puVar5; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * pangofont_create_internal\n (GtkWidget *widget,PangoContext *ctx,PangoFontDescription *desc,wchar_t wide,\n wchar_t bold,wchar_t shadowoffset,wchar_t shadowalways)\n\n{\n int i...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1\n (type_2 *widget,type_3 *ctx,type_4 *desc,type_5 wide,\n type_5 bold,type_5 shadowoffset,type_5 shadowalways)\n\n{\n int var_9;\n long var_2;\n type_6 uVar3;\n lo...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
1198_puttytel_and_puttytel_strip.c
our_dialog_new
FUN_0016428c
our_dialog_new
/* WARNING: Unknown calling convention */ GtkWidget * our_dialog_new(void) { GtkWidget *pGVar1; undefined8 uVar2; undefined8 uVar3; GtkWidget *w; GtkWidget *vbox; pGVar1 = (GtkWidget *)gtk_window_new(0); uVar2 = gtk_box_new(1,8); uVar3 = gtk_container_get_type(); uVar3 = g_type_check_instance_ca...
undefined8 FUN_0016428c(void) { undefined8 uVar1; undefined8 uVar2; undefined8 uVar3; uVar1 = gtk_window_new(0); uVar2 = gtk_box_new(1,8); uVar3 = gtk_container_get_type(); uVar3 = g_type_check_instance_cast(uVar1,uVar3); gtk_container_add(uVar3,uVar2); gtk_widget_show(uVar2); return uVar1; }
(translation_unit "undefined8 FUN_0016428c(void)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n uVar1 = gtk_window_new(0);\n uVar2 = gtk_box_new(1,8);\n uVar3 = gtk_container_get_type();\n uVar3 = g_type_check_instance_cast(uVar1,uVar3);\n gtk_container_add(uVar3,uVar2);\n gtk_widget_sh...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV EDI,0x0 CALL 0x001111f0 MOV qword ptr [RBP + -0x10],RAX MOV ESI,0x8 MOV EDI,0x1 CALL 0x00110750 MOV qword ptr [RBP + -0x8],RAX CALL 0x00110a30 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x00110540 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RAX ...
/* WARNING: Unknown calling convention */ type_1 * function_1(void) { type_1 *pGVar1; type_2 uVar2; type_2 uVar3; type_1 *w; type_1 *vbox; pGVar1 = (type_1 *)var_1(0); uVar2 = var_2(1,8); uVar3 = var_3(); uVar3 = var_4(pGVar1,uVar3); var_5(uVar3,uVar2); var_6(uVar2); return pGVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nGtkWidget * our_dialog_new(void)\n\n{\n GtkWidget *pGVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n GtkWidget *w;\n GtkWidget *vbox;\n \n pGVar1 = (GtkWidget *)gtk_window_new(0);\n uVar2 = gtk_box_new(1,8);\n uVar3 = gtk_container_get_type();\n ...
(translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *pGVar1;\n type_2 uVar2;\n type_2 uVar3;\n type_1 *w;\n type_1 *vbox;\n \n pGVar1 = (type_1 *)var_1(0);\n uVar2 = var_2(1,8);\n uVar3 = var_3();\n uVar3 = var_4(pGVar1,uVar3);\n var_5(uVar3,uVar2);\n var_...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poi...
1173_puttytel_and_puttytel_strip.c
family_changed
FUN_00160452
family_changed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void family_changed(GtkTreeSelection *treeselection,gpointer data) { long lVar1; int iVar2; wchar_t size; long in_FS_OFFSET; gpointer data_local; GtkTreeSelection *treeselection_local; wchar_t minval; GtkTreeModel *treemodel; ...
void FUN_00160452(undefined8 param_1,long param_2) { int iVar1; undefined4 uVar2; long in_FS_OFFSET; undefined4 local_54; undefined8 local_50; long local_48; long local_40; undefined local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_48 = param_2; if ((*(int *)(p...
(translation_unit "void FUN_00160452(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n long in_FS_OFFSET;\n undefined4 local_54;\n undefined8 local_50;\n long local_48;\n long local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP + -0x40] MOV EAX,dword ptr [RAX + 0xd0] TEST EAX,EAX JNZ 0x00160...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *treeselection,type_2 data) { long var_9; int var_3; type_3 size; long var_1; type_2 data_local; type_1 *treeselection_local; type_3 minval; type_4 *treemodel; type_5 *fs; type_6 *var_7; type_7 treei...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid family_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n wchar_t size;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_9;\n int var_3;\n type_3 size;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 minval;\n type_4 *treemodel;\n type_5 *fs;\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
830_pterm_and_pterm_strip.c
init_timers
FUN_00142766
init_timers
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void init_timers(void) { if (timers == (tree234 *)0x0) { timers = newtree234(compare_timers); timer_contexts = newtree234(compare_timer_contexts); now = getticks(); } return; }
void FUN_00142766(void) { if (DAT_001a7690 == 0) { DAT_001a7690 = FUN_00142a19(FUN_0014263b); DAT_001a7698 = FUN_00142a19(FUN_00142721); DAT_001a76a0 = FUN_00164acd(); } return; }
(translation_unit "void FUN_00142766(void)\n\n{\n if (DAT_001a7690 == 0) {\n DAT_001a7690 = FUN_00142a19(FUN_0014263b);\n DAT_001a7698 = FUN_00142a19(FUN_00142721);\n DAT_001a76a0 = FUN_00164acd();\n }\n return;\n}\n\n" (function_definition "void FUN_00142766(void)\n\n{\n if (DAT_001a7690 == 0) {\n DAT_...
PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [0x001a7690] TEST RAX,RAX JNZ 0x001427a8 LEA RDI,[0x14263b] CALL 0x00142a19 MOV qword ptr [0x001a7690],RAX LEA RDI,[0x142721] CALL 0x00142a19 MOV qword ptr [0x001a7698],RAX CALL 0x00164acd MOV qword ptr [0x001a76a0],RAX NOP POP RBP RET
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { if (var_1 == (type_1 *)0x0) { var_1 = var_2(compare_timers); timer_contexts = var_2(compare_timer_contexts); now = var_3(); } return; }
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid init_timers(void)\n\n{\n if (timers == (tree234 *)0x0) {\n timers = newtree234(compare_timers);\n timer_contexts = newtree234(compare_timer_contexts);\n now = getticks();\n }\n return;\n}\n\n" comment (fu...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n if (var_1 == (type_1 *)0x0) {\n var_1 = var_2(compare_timers);\n timer_contexts = var_2(compare_timer_contexts);\n now = var_3();\n }\n return;\n}\n\n" comment (function_definition...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier...
1099_puttytel_and_puttytel_strip.c
eventlog_ok_handler
FUN_001591ac
eventlog_ok_handler
void eventlog_ok_handler(control *ctrl,void *dlg,void *data,int event) { int event_local; void *data_local; void *dlg_local; control *ctrl_local; if (event == 1) { dlg_end(dlg,0); } return; }
void FUN_001591ac(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4) { if (param_4 == 1) { FUN_00153671(param_2,0); } return; }
(translation_unit "void FUN_001591ac(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_00153671(param_2,0);\n }\n return;\n}\n\n" (function_definition "void FUN_001591ac(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 =...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x001591da MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x0 MOV RDI,RAX CALL 0x00153671 NOP LEAVE RET
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; if (var_1 == 1) { var_2(dlg,0); } return; }
(translation_unit "void eventlog_ok_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n \n if (event == 1) {\n dlg_end(dlg,0);\n }\n return;\n}\n\n" (function_definition "void eventlog_ok_handler(control *ctrl,void *dlg...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n \n if (var_1 == 1) {\n var_2(dlg,0);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1402_puttytel_and_puttytel_strip.c
printer_finish_enum
FUN_00172ad1
printer_finish_enum
void printer_finish_enum(printer_enum *pe) { printer_enum *pe_local; return; }
void FUN_00172ad1(void) { return; }
(translation_unit "void FUN_00172ad1(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00172ad1(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00172ad1(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI NOP POP RBP RET
void function_1(type_1 *pe) { type_1 *pe_local; return; }
(translation_unit "void printer_finish_enum(printer_enum *pe)\n\n{\n printer_enum *pe_local;\n \n return;\n}\n\n" (function_definition "void printer_finish_enum(printer_enum *pe)\n\n{\n printer_enum *pe_local;\n \n return;\n}" primitive_type (function_declarator "printer_finish_enum(printer_enum *pe)" identifier ...
(translation_unit "void function_1(type_1 *pe)\n\n{\n type_1 *pe_local;\n \n return;\n}\n\n" (function_definition "void function_1(type_1 *pe)\n\n{\n type_1 *pe_local;\n \n return;\n}" primitive_type (function_declarator "function_1(type_1 *pe)" identifier (parameter_list "(type_1 *pe)" ( (parameter_declaration "...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
971_pterm_and_pterm_strip.c
nonfatal
FUN_0014f127
nonfatal
void nonfatal(char *p,...) { long lVar1; char in_AL; char *msg_00; undefined8 in_RCX; undefined8 in_RDX; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_...
void FUN_0014f127(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12, undefined8 param...
(translation_unit "void FUN_0014f127(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xf0 MOV qword ptr [RBP + -0xe8],RDI MOV qword ptr [RBP + -0xa8],RSI MOV qword ptr [RBP + -0xa0],RDX MOV qword ptr [RBP + -0x98],RCX MOV qword ptr [RBP + -0x90],R8 MOV qword ptr [RBP + -0x88],R9 TEST AL,AL JZ 0x0014f180 MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70],...
void function_1(char *p,...) { long var_6; char var_1; char *msg_00; type_1 in_RCX; type_1 in_RDX; type_1 in_RSI; type_1 in_R8; type_1 in_R9; long var_2; type_1 in_XMM0_Qa; type_1 in_XMM1_Qa; type_1 in_XMM2_Qa; type_1 in_XMM3_Qa; type_1 in_XMM4_Qa; type_1 in_XMM5_Qa; type_1 in_XMM6_Qa;...
(translation_unit "void nonfatal(char *p,...)\n\n{\n long lVar1;\n char in_AL;\n char *msg_00;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 ...
(translation_unit "void function_1(char *p,...)\n\n{\n long var_6;\n char var_1;\n char *msg_00;\n type_1 in_RCX;\n type_1 in_RDX;\n type_1 in_RSI;\n type_1 in_R8;\n type_1 in_R9;\n long var_2;\n type_1 in_XMM0_Qa;\n type_1 in_XMM1_Qa;\n type_1 in_XMM2_Qa;\n type_1 in_XMM3_Qa;\n type_1 in_XMM4_Qa;\n type...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declaration type:...
1191_puttytel_and_puttytel_strip.c
version
FUN_00162dc4
version
void version(FILE *fp) { int iVar1; char *ptr; FILE *fp_local; char *buildinfo_text; ptr = buildinfo("\n"); iVar1 = fprintf((FILE *)fp,"%s: %s\n%s\n",appname,"Release 0.70",ptr); if (-1 < iVar1) { iVar1 = fflush((FILE *)fp); if (-1 < iVar1) { safefree(ptr); return; } } per...
void FUN_00162dc4(FILE *param_1) { int iVar1; undefined8 uVar2; uVar2 = FUN_0012a136(&DAT_001a33bc); iVar1 = fprintf(param_1,"%s: %s\n%s\n",PTR_s_PuTTYtel_001b2de0,"Release 0.70",uVar2); if (-1 < iVar1) { iVar1 = fflush(param_1); if (-1 < iVar1) { FUN_001299ed(uVar2); return; } ...
(translation_unit "void FUN_00162dc4(FILE *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_0012a136(&DAT_001a33bc);\n iVar1 = fprintf(param_1,"%s: %s\n%s\n",PTR_s_PuTTYtel_001b2de0,"Release 0.70",uVar2);\n if (-1 < iVar1) {\n iVar1 = fflush(param_1);\n if (-1 < iVar1) {\n FUN_001299ed(u...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI LEA RDI,[0x1a33bc] CALL 0x0012a136 MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [0x001b2de0] MOV RCX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x18] MOV R8,RCX LEA RCX,[0x1a7e40] LEA RSI,[0x1a33be] MOV RDI,RAX MOV EAX,0x0 CALL 0x00111700 TEST ...
void function_1(type_1 *fp) { int var_3; char *ptr; type_1 *fp_local; char *buildinfo_text; ptr = var_1("\n"); var_3 = var_2((type_1 *)fp,"%s: %s\n%s\n",appname,"Release 0.70",ptr); if (-1 < var_3) { var_3 = var_4((type_1 *)fp); if (-1 < var_3) { var_5(ptr); return; } } va...
(translation_unit "void version(FILE *fp)\n\n{\n int iVar1;\n char *ptr;\n FILE *fp_local;\n char *buildinfo_text;\n \n ptr = buildinfo("\n");\n iVar1 = fprintf((FILE *)fp,"%s: %s\n%s\n",appname,"Release 0.70",ptr);\n if (-1 < iVar1) {\n iVar1 = fflush((FILE *)fp);\n if (-1 < iVar1) {\n safefree(ptr)...
(translation_unit "void function_1(type_1 *fp)\n\n{\n int var_3;\n char *ptr;\n type_1 *fp_local;\n char *buildinfo_text;\n \n ptr = var_1("\n");\n var_3 = var_2((type_1 *)fp,"%s: %s\n%s\n",appname,"Release 0.70",ptr);\n if (-1 < var_3) {\n var_3 = var_4((type_1 *)fp);\n if (-1 < var_3) {\n var_5(ptr...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
514_pterm_and_pterm_strip.c
charset_from_unicode
FUN_00111332
charset_from_unicode
wchar_t charset_from_unicode (wchar_t **input,wchar_t *inlen,char *output,wchar_t outlen,wchar_t charset, charset_state *state,char *errstr,wchar_t errlen) { long lVar1; int iVar2; charset_spec_conflict *pcVar3; long in_FS_OFFSET; char *errstr_local; charset_state *stat...
ulong FUN_00111332(long *param_1,int *param_2,long param_3,undefined4 param_4,undefined4 param_5, undefined8 *param_6,undefined8 param_7,undefined4 param_8) { int iVar1; ulong uVar2; long in_FS_OFFSET; undefined8 local_48; long local_40; long local_38; undefined4 local_30; undefined8...
(translation_unit "ulong FUN_00111332(long *param_1,int *param_2,long param_3,undefined4 param_4,undefined4 param_5,\n undefined8 *param_6,undefined8 param_7,undefined4 param_8)\n\n{\n int iVar1;\n ulong uVar2;\n long in_FS_OFFSET;\n undefined8 local_48;\n long local_40;\n long local_38;\n undef...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV qword ptr [RBP + -0x68],RDX MOV dword ptr [RBP + -0x6c],ECX MOV dword ptr [RBP + -0x70],R8D MOV qword ptr [RBP + -0x78],R9 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x80],RAX MOV RAX,qword ptr FS:[0x28] MOV...
type_1 function_1 (type_1 **input,type_1 *inlen,char *output,type_1 outlen,type_1 charset, type_2 *var_3,char *errstr,type_1 errlen) { long var_4; int var_6; type_3 *pcVar3; long var_1; char *errstr_local; type_2 *state_local; type_1 charset_local; type_1 outlen_loc...
(translation_unit "wchar_t charset_from_unicode\n (wchar_t **input,wchar_t *inlen,char *output,wchar_t outlen,wchar_t charset,\n charset_state *state,char *errstr,wchar_t errlen)\n\n{\n long lVar1;\n int iVar2;\n charset_spec_conflict *pcVar3;\n long in_FS_OFFSET;\n char *errstr_l...
(translation_unit "type_1 function_1\n (type_1 **input,type_1 *inlen,char *output,type_1 outlen,type_1 charset,\n type_2 *var_3,char *errstr,type_1 errlen)\n\n{\n long var_4;\n int var_6;\n type_3 *pcVar3;\n long var_1;\n char *errstr_local;\n type_2 *state_local;\n type_1 chars...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (parameter_declaration type: (ty...
1448_puttytel_and_puttytel_strip.c
serial_special
FUN_00174d09
serial_special
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void serial_special(void *handle,Telnet_Special code) { Telnet_Special code_local; void *handle_local; Serial serial; if ((-1 < *(int *)((long)handle + 8)) && (code == TS_BRK)) { tcsendbreak(*(int *)((long)handle + 8),0); ...
void FUN_00174d09(undefined8 *param_1,int param_2) { if ((-1 < *(int *)(param_1 + 1)) && (param_2 == 1)) { tcsendbreak(*(int *)(param_1 + 1),0); FUN_001648f7(*param_1,"Sending serial break at user request"); } return; }
(translation_unit "void FUN_00174d09(undefined8 *param_1,int param_2)\n\n{\n if ((-1 < *(int *)(param_1 + 1)) && (param_2 == 1)) {\n tcsendbreak(*(int *)(param_1 + 1),0);\n FUN_001648f7(*param_1,"Sending serial break at user request");\n }\n return;\n}\n\n" (function_definition "void FUN_00174d09(undefined8 *p...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] TEST EAX,EAX JS 0x00174d5b CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x00174d5b MOV RAX,qword ptr [RBP +...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,type_1 var_1) { type_1 code_local; void *handle_local; type_2 serial; if ((-1 < *(int *)((long)handle + 8)) && (var_1 == var_2)) { var_3(*(int *)((long)handle + 8),0); /* WARNING: ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid serial_special(void *handle,Telnet_Special code)\n\n{\n Telnet_Special code_local;\n void *handle_local;\n Serial serial;\n \n if ((-1 < *(int *)((long)handle + 8)) && (code == TS_BRK)) {\n tcsendbreak(*(int *)((...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,type_1 var_1)\n\n{\n type_1 code_local;\n void *handle_local;\n type_2 serial;\n \n if ((-1 < *(int *)((long)handle + 8)) && (var_1 == var_2)) {\n var_3(*(int *)((long)handle + 8),0);\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
669_pterm_and_pterm_strip.c
free_prompts
FUN_00127194
free_prompts
void free_prompts(prompts_t *p) { prompt_t *ptr; prompts_t *p_local; size_t i; prompt_t *pr; for (i = 0; i < p->n_prompts; i = i + 1) { ptr = p->prompts[i]; smemclr(ptr->result,ptr->resultsize); safefree(ptr->result); safefree(ptr->prompt); safefree(ptr); } safefree(p->prompts); ...
void FUN_00127194(long param_1) { undefined8 *puVar1; ulong local_18; for (local_18 = 0; local_18 < *(ulong *)(param_1 + 0x28); local_18 = local_18 + 1) { puVar1 = *(undefined8 **)(*(long *)(param_1 + 0x30) + local_18 * 8); FUN_001285c4(puVar1[2],puVar1[3]); FUN_001284fc(puVar1[2]); FUN_00128...
(translation_unit "void FUN_00127194(long param_1)\n\n{\n undefined8 *puVar1;\n ulong local_18;\n \n for (local_18 = 0; local_18 < *(ulong *)(param_1 + 0x28); local_18 = local_18 + 1) {\n puVar1 = *(undefined8 **)(*(long *)(param_1 + 0x30) + local_18 * 8);\n FUN_001285c4(puVar1[2],puVar1[3]);\n FUN_001284f...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x10],0x0 JMP 0x0012720f MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x30] MOV RDX,qword ptr [RBP + -0x10] SHL RDX,0x3 ADD RAX,RDX MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MO...
void function_1(type_1 *p) { type_2 *ptr; type_1 *p_local; size_t var_1; type_2 *pr; for (var_1 = 0; var_1 < p->n_prompts; var_1 = var_1 + 1) { ptr = p->prompts[var_1]; var_2(ptr->result,ptr->resultsize); var_3(ptr->result); var_3(ptr->prompt); var_3(ptr); } var_3(p->prompts); v...
(translation_unit "void free_prompts(prompts_t *p)\n\n{\n prompt_t *ptr;\n prompts_t *p_local;\n size_t i;\n prompt_t *pr;\n \n for (i = 0; i < p->n_prompts; i = i + 1) {\n ptr = p->prompts[i];\n smemclr(ptr->result,ptr->resultsize);\n safefree(ptr->result);\n safefree(ptr->prompt);\n safefree(ptr)...
(translation_unit "void function_1(type_1 *p)\n\n{\n type_2 *ptr;\n type_1 *p_local;\n size_t var_1;\n type_2 *pr;\n \n for (var_1 = 0; var_1 < p->n_prompts; var_1 = var_1 + 1) {\n ptr = p->prompts[var_1];\n var_2(ptr->result,ptr->resultsize);\n var_3(ptr->result);\n var_3(ptr->prompt);\n var_3(ptr...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
1369_puttytel_and_puttytel_strip.c
socket_error_callback
FUN_00170dfb
socket_error_callback
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void socket_error_callback(void *vs) { undefined4 uVar1; code *pcVar2; void *pvVar3; char *pcVar4; void *vs_local; Actual_Socket_conflict s; pvVar3 = find234(sktree,vs,(cmpfn234)0x0); if ((pvVar3 != (void *)0x0) && (*(int *)(...
void FUN_00170dfb(long param_1) { undefined4 uVar1; code *pcVar2; long lVar3; char *pcVar4; lVar3 = FUN_0014d60d(DAT_001b8948,param_1,0); if ((lVar3 != 0) && (*(int *)(param_1 + 0x60) != 0)) { pcVar2 = *(code **)(**(long **)(param_1 + 0x18) + 8); uVar1 = *(undefined4 *)(param_1 + 0x60); pcV...
(translation_unit "void FUN_00170dfb(long param_1)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n long lVar3;\n char *pcVar4;\n \n lVar3 = FUN_0014d60d(DAT_001b8948,param_1,0);\n if ((lVar3 != 0) && (*(int *)(param_1 + 0x60) != 0)) {\n pcVar2 = *(code **)(**(long **)(param_1 + 0x18) + 8);\n uVar1 = *(undefined...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x20 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [0x001b8948] MOV RCX,qword ptr [RBP + -0x18] MOV EDX,0x0 MOV RSI,RCX MOV RDI,RAX CALL 0x0014d60d TEST RAX,RAX JZ 0x00170e7c MOV RAX,qword ptr [RBP + -0x18...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *vs) { type_1 uVar1; type_2 *pcVar2; void *var_2; char *pcVar4; void *vs_local; type_3 s; var_2 = var_1(sktree,vs,(type_4)0x0); if ((var_2 != (void *)0x0) && (*(int *)((long)vs + 0x60) != 0)) { pcVar2...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid socket_error_callback(void *vs)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n void *pvVar3;\n char *pcVar4;\n void *vs_local;\n Actual_Socket_conflict s;\n \n pvVar3 = find234(sktree,vs,(cmpfn234)0x0);\n if ((pvVar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *vs)\n\n{\n type_1 uVar1;\n type_2 *pcVar2;\n void *var_2;\n char *pcVar4;\n void *vs_local;\n type_3 s;\n \n var_2 = var_1(sktree,vs,(type_4)0x0);\n if ((var_2 != (void *)0x0) && (*(int *)((long...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_iden...
1068_puttytel_and_puttytel_strip.c
droplist_selchange
FUN_00153ef5
droplist_selchange
void droplist_selchange(GtkComboBox *combo,gpointer data) { undefined8 uVar1; GtkWidget *w; uctrl *puVar2; gpointer data_local; GtkComboBox *combo_local; dlgparam *dp; uctrl *uc; uVar1 = gtk_widget_get_type(); w = (GtkWidget *)g_type_check_instance_cast(combo,uVar1); puVar2 = dlg_find_bywidget(...
void FUN_00153ef5(undefined8 param_1,long param_2) { undefined8 uVar1; long *plVar2; uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(param_1,uVar1); plVar2 = (long *)FUN_00151d08(param_2,uVar1); if (plVar2 != (long *)0x0) { (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined...
(translation_unit "void FUN_00153ef5(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n long *plVar2;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n plVar2 = (long *)FUN_00151d08(param_2,uVar1);\n if (plVar2 != (long *)0x0) {\n (**(code **)(*plVar2 + 0x18))...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x10],RAX CALL 0x001104e0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x00110540 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x10] MOV RSI,RDX MO...
void function_1(type_1 *combo,type_2 data) { type_3 uVar1; type_4 *w; type_5 *var_4; type_2 data_local; type_1 *combo_local; type_6 *dp; type_5 *uc; uVar1 = var_1(); w = (type_4 *)var_2(combo,uVar1); var_4 = var_3((type_6 *)data,w); if (var_4 != (type_5 *)0x0) { (*(var_4->ctrl->generic).h...
(translation_unit "void droplist_selchange(GtkComboBox *combo,gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkComboBox *combo_local;\n dlgparam *dp;\n uctrl *uc;\n \n uVar1 = gtk_widget_get_type();\n w = (GtkWidget *)g_type_check_instance_cast(combo,uVar1);...
(translation_unit "void function_1(type_1 *combo,type_2 data)\n\n{\n type_3 uVar1;\n type_4 *w;\n type_5 *var_4;\n type_2 data_local;\n type_1 *combo_local;\n type_6 *dp;\n type_5 *uc;\n \n uVar1 = var_1();\n w = (type_4 *)var_2(combo,uVar1);\n var_4 = var_3((type_6 *)data,w);\n if (var_4 != (type_5 *)0x0) ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
853_pterm_and_pterm_strip.c
columns_get_type
FUN_00145243
columns_get_type
/* WARNING: Unknown calling convention */ GType columns_get_type(void) { undefined8 uVar1; if (columns_get_type::columns_type == 0) { uVar1 = gtk_container_get_type(); columns_get_type::columns_type = g_type_register_static(uVar1,"Columns",&columns_get_type::lexical_block_1::columns_info,0); ...
long FUN_00145243(void) { undefined8 uVar1; if (DAT_001a76b8 == 0) { uVar1 = gtk_container_get_type(); DAT_001a76b8 = g_type_register_static(uVar1,"Columns",&DAT_001a3b00,0); } return DAT_001a76b8; }
(translation_unit "long FUN_00145243(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001a76b8 == 0) {\n uVar1 = gtk_container_get_type();\n DAT_001a76b8 = g_type_register_static(uVar1,"Columns",&DAT_001a3b00,0);\n }\n return DAT_001a76b8;\n}\n\n" (function_definition "long FUN_00145243(void)\n\n{\n undefined8 u...
PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [0x001a76b8] TEST RAX,RAX JNZ 0x0014527a CALL 0x0010fa00 MOV ECX,0x0 LEA RDX,[0x1a3b00] LEA RSI,[0x192d80] MOV RDI,RAX CALL 0x0010f170 MOV qword ptr [0x001a76b8],RAX MOV RAX,qword ptr [0x001a76b8] POP RBP RET
/* WARNING: Unknown calling convention */ type_1 function_1(void) { type_2 uVar1; if (function_1::columns_type == 0) { uVar1 = var_1(); columns_get_type::columns_type = var_2(uVar1,"Columns",&function_1::lexical_block_1::columns_info,0); } return function_1::columns_type; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nGType columns_get_type(void)\n\n{\n undefined8 uVar1;\n \n if (columns_get_type::columns_type == 0) {\n uVar1 = gtk_container_get_type();\n columns_get_type::columns_type =\n g_type_register_static(uVar1,"Columns",&columns_get_type::lexica...
(translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 function_1(void)\n\n{\n type_2 uVar1;\n \n if (function_1::columns_type == 0) {\n uVar1 = var_1();\n columns_get_type::columns_type =\n var_2(uVar1,"Columns",&function_1::lexical_block_1::columns_info,0);\n }\n return function_1::...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition...
834_pterm_and_pterm_strip.c
expire_timer_context
FUN_001429ef
expire_timer_context
void expire_timer_context(void *ctx) { void *ctx_local; init_timers(); del234(timer_contexts,ctx); return; }
void FUN_001429ef(undefined8 param_1) { FUN_00142766(); FUN_00144bcb(DAT_001a7698,param_1); return; }
(translation_unit "void FUN_001429ef(undefined8 param_1)\n\n{\n FUN_00142766();\n FUN_00144bcb(DAT_001a7698,param_1);\n return;\n}\n\n" (function_definition "void FUN_001429ef(undefined8 param_1)\n\n{\n FUN_00142766();\n FUN_00144bcb(DAT_001a7698,param_1);\n return;\n}" primitive_type (function_declarator "FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CALL 0x00142766 MOV RAX,qword ptr [0x001a7698] MOV RDX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x00144bcb NOP LEAVE RET
void function_1(void *ctx) { void *ctx_local; var_1(); var_2(timer_contexts,ctx); return; }
(translation_unit "void expire_timer_context(void *ctx)\n\n{\n void *ctx_local;\n \n init_timers();\n del234(timer_contexts,ctx);\n return;\n}\n\n" (function_definition "void expire_timer_context(void *ctx)\n\n{\n void *ctx_local;\n \n init_timers();\n del234(timer_contexts,ctx);\n return;\n}" primitive_type ...
(translation_unit "void function_1(void *ctx)\n\n{\n void *ctx_local;\n \n var_1();\n var_2(timer_contexts,ctx);\n return;\n}\n\n" (function_definition "void function_1(void *ctx)\n\n{\n void *ctx_local;\n \n var_1();\n var_2(timer_contexts,ctx);\n return;\n}" primitive_type (function_declarator "function_1(v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
852_pterm_and_pterm_strip.c
gtk_setup_config_box
FUN_00144c6e
gtk_setup_config_box
void gtk_setup_config_box(controlbox *b,int midsession,void *win) { controlset *pcVar1; intorptr iVar2; intorptr iVar3; control *pcVar4; intorptr iVar5; void *win_local; int midsession_local; controlbox *b_local; int i; controlset *s; control *c; controlset *s2; if (midsession == 0) { ...
void FUN_00144c6e(int *param_1,int param_2,undefined8 param_3) { int *piVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; long lVar5; undefined8 uVar6; int local_34; if (param_2 == 0) { uVar2 = FUN_0011fcc5(param_1,&DAT_00192a80,&DAT_00192a80,&DAT_00192a80); uVar3 = FUN_0011f794(p...
(translation_unit "void FUN_00144c6e(int *param_1,int param_2,undefined8 param_3)\n\n{\n int *piVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n undefined8 uVar6;\n int local_34;\n \n if (param_2 == 0) {\n uVar2 = FUN_0011fcc5(param_1,&DAT_00192a80,&DAT_00192a80,&DAT_00192a8...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV qword ptr [RBP + -0x48],RDX CMP dword ptr [RBP + -0x3c],0x0 JNZ 0x00144cff MOV RAX,qword ptr [RBP + -0x38] LEA RCX,[0x192a80] LEA RDX,[0x192a80] LEA RSI,[0x192a80] MOV RDI,RAX CALL 0x0011fcc5 MOV qwor...
void function_1(type_1 *b,int var_1,void *win) { type_2 *var_13; type_3 iVar2; type_3 iVar3; type_4 *pcVar4; type_3 iVar5; void *win_local; int midsession_local; type_1 *b_local; int var_7; type_2 *s; type_4 *c; type_2 *s2; if (var_1 == 0) { var_13 = var_2(b,"","",""); iVar2 = var...
(translation_unit "void gtk_setup_config_box(controlbox *b,int midsession,void *win)\n\n{\n controlset *pcVar1;\n intorptr iVar2;\n intorptr iVar3;\n control *pcVar4;\n intorptr iVar5;\n void *win_local;\n int midsession_local;\n controlbox *b_local;\n int i;\n controlset *s;\n control *c;\n controlset *s2;...
(translation_unit "void function_1(type_1 *b,int var_1,void *win)\n\n{\n type_2 *var_13;\n type_3 iVar2;\n type_3 iVar3;\n type_4 *pcVar4;\n type_3 iVar5;\n void *win_local;\n int midsession_local;\n type_1 *b_local;\n int var_7;\n type_2 *s;\n type_4 *c;\n type_2 *s2;\n \n if (var_1 == 0) {\n var_13 =...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
1456_puttytel_and_puttytel_strip.c
serial_exitcode
FUN_00174ded
serial_exitcode
int serial_exitcode(void *handle) { int iVar1; void *handle_local; Serial serial; if (*(int *)((long)handle + 8) < 0) { iVar1 = 0x7fffffff; } else { iVar1 = -1; } return iVar1; }
undefined8 FUN_00174ded(long param_1) { undefined8 uVar1; if (*(int *)(param_1 + 8) < 0) { uVar1 = 0x7fffffff; } else { uVar1 = 0xffffffff; } return uVar1; }
(translation_unit "undefined8 FUN_00174ded(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 8) < 0) {\n uVar1 = 0x7fffffff;\n }\n else {\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00174ded(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] TEST EAX,EAX JS 0x00174e0f MOV EAX,0xffffffff JMP 0x00174e14 MOV EAX,0x7fffffff POP RBP RET
int function_1(void *handle) { int iVar1; void *handle_local; type_1 serial; if (*(int *)((long)handle + 8) < 0) { iVar1 = 0x7fffffff; } else { iVar1 = -1; } return iVar1; }
(translation_unit "int serial_exitcode(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n Serial serial;\n \n if (*(int *)((long)handle + 8) < 0) {\n iVar1 = 0x7fffffff;\n }\n else {\n iVar1 = -1;\n }\n return iVar1;\n}\n\n" (function_definition "int serial_exitcode(void *handle)\n\n{\n int iVar1;\...
(translation_unit "int function_1(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n type_1 serial;\n \n if (*(int *)((long)handle + 8) < 0) {\n iVar1 = 0x7fffffff;\n }\n else {\n iVar1 = -1;\n }\n return iVar1;\n}\n\n" (function_definition "int function_1(void *handle)\n\n{\n int iVar1;\n void *h...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
581_pterm_and_pterm_strip.c
hklist_handler
FUN_00117734
hklist_handler
void hklist_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int i; int j; int i_1; int k; char *kstr; Conf *conf; if (event == 0) { dlg_update_start(ctrl,dlg); dlg_listbox_clear(ctrl,dlg); ...
void FUN_00117734(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4) { int iVar1; undefined4 uVar2; int local_28; uint local_24; int local_20; undefined *local_18; if (param_4 == 0) { FUN_00149a4e(param_1,param_2); FUN_001488da(param_1,param_2); for (local_28 = 0; local...
(translation_unit "void FUN_00117734(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n undefined4 uVar2;\n int local_28;\n uint local_24;\n int local_20;\n undefined *local_18;\n \n if (param_4 == 0) {\n FUN_00149a4e(param_1,param_2);\n FUN_001488da(param_1,param_2)...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV dword ptr [RBP + -0x3c],ECX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x8],RAX CMP dword ptr [RBP + -0x3c],0x0 JNZ 0x00117835 MOV RDX,qword ptr [RBP + -0x30] MOV RAX,qword pt...
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int var_7; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int var_4; int var_6; int var_10; int k; char *kstr; type_2 *conf; if (var_1 == 0) { var_2(ctrl,dlg); var_3(ctrl,dlg); for (var_4 = 0...
(translation_unit "void hklist_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int j;\n int i_1;\n int k;\n char *kstr;\n Conf *conf;\n \n if (event == 0) {\n dlg_update_start(ctrl,dlg);\n...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_7;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_4;\n int var_6;\n int var_10;\n int k;\n char *kstr;\n type_2 *conf;\n \n if (var_1 == 0) {\n var_2(ctrl,dlg);\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
664_pterm_and_pterm_strip.c
host_strduptrim
FUN_00126e63
host_strduptrim
char * host_strduptrim(char *s) { ushort **ppuVar1; char *pcVar2; char *s_local; int colons; char *p; if (*s == '[') { p = s + 1; colons = 0; do { if ((*p == '\0') || (*p == ']')) goto LAB_00126ee7; ppuVar1 = __ctype_b_loc(); if (((*ppuVar1)[(byte)*p] & 0x1000) == 0) { ...
void FUN_00126e63(char *param_1) { ushort **ppuVar1; int local_14; byte *local_10; if (*param_1 == '[') { local_10 = (byte *)(param_1 + 1); local_14 = 0; do { if ((*local_10 == 0) || (*local_10 == 0x5d)) goto LAB_00126ee7; ppuVar1 = __ctype_b_loc(); if (((*ppuVar1)[*local_10] ...
(translation_unit "void FUN_00126e63(char *param_1)\n\n{\n ushort **ppuVar1;\n int local_14;\n byte *local_10;\n \n if (*param_1 == '[') {\n local_10 = (byte *)(param_1 + 1);\n local_14 = 0;\n do {\n if ((*local_10 == 0) || (*local_10 == 0x5d)) goto LAB_00126ee7;\n ppuVar1 = __ctype_b_loc();\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOVZX EAX,byte ptr [RAX] CMP AL,0x5b JNZ 0x00126f38 MOV RAX,qword ptr [RBP + -0x18] ADD RAX,0x1 MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0xc],0x0 JMP 0x00126ece CALL 0x001100b0 MOV RDX,qword ptr [RAX] MOV RAX,q...
char * function_1(char *var_1) { type_1 **ppuVar1; char *pcVar2; char *s_local; int var_4; char *var_3; if (*var_1 == '[') { var_3 = var_1 + 1; var_4 = 0; do { if ((*var_3 == '\0') || (*var_3 == ']')) goto LAB_00126ee7; ppuVar1 = var_2(); if (((*ppuVar1)[(byte)*var_3] & 0x...
(translation_unit "char * host_strduptrim(char *s)\n\n{\n ushort **ppuVar1;\n char *pcVar2;\n char *s_local;\n int colons;\n char *p;\n \n if (*s == '[') {\n p = s + 1;\n colons = 0;\n do {\n if ((*p == '\0') || (*p == ']')) goto LAB_00126ee7;\n ppuVar1 = __ctype_b_loc();\n if (((*ppuVar1...
(translation_unit "char * function_1(char *var_1)\n\n{\n type_1 **ppuVar1;\n char *pcVar2;\n char *s_local;\n int var_4;\n char *var_3;\n \n if (*var_1 == '[') {\n var_3 = var_1 + 1;\n var_4 = 0;\n do {\n if ((*var_3 == '\0') || (*var_3 == ']')) goto LAB_00126ee7;\n ppuVar1 = var_2();\n i...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla...
1087_puttytel_and_puttytel_strip.c
askalg
FUN_00158777
askalg
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int askalg(void *frontend,char *algtype,char *algname,_func_void_void_ptr_int *callback,void *ctx) { int iVar1; char *msg; undefined8 uVar2; void *pvVar3; GtkWidget *parentwin; void *ctx_local; _func_void_void_ptr_int *callback_lo...
bool FUN_00158777(undefined8 param_1,undefined8 param_2,undefined8 param_3) { undefined4 uVar1; int iVar2; undefined8 uVar3; undefined8 uVar4; undefined8 uVar5; uVar3 = FUN_00128c21("The first %s supported by the server is %s, which is below the configured warning threshold.\nContinue with connection?"...
(translation_unit "bool FUN_00158777(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n \n uVar3 = FUN_00128c21("The first %s supported by the server is %s, which is below the configured warning threshold.\...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV qword ptr [RBP + -0x40],RCX MOV qword ptr [RBP + -0x48],R8 MOV RDX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RBP + -0x30] MOV RSI,RAX LEA RDI,[0x1a2540] MOV EAX,0x0 CA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *frontend,char *algtype,char *algname,type_1 *callback,void *ctx) { int var_8; char *msg; type_2 uVar2; void *pvVar3; type_3 *parentwin; void *ctx_local; type_1 *callback_local; char *algname_local; char *a...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint askalg(void *frontend,char *algtype,char *algname,_func_void_void_ptr_int *callback,void *ctx)\n\n{\n int iVar1;\n char *msg;\n undefined8 uVar2;\n void *pvVar3;\n GtkWidget *parentwin;\n void *ctx_local;\n _func_v...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,char *algtype,char *algname,type_1 *callback,void *ctx)\n\n{\n int var_8;\n char *msg;\n type_2 uVar2;\n void *pvVar3;\n type_3 *parentwin;\n void *ctx_local;\n type_1 *callback_local;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
1224_puttytel_and_puttytel_strip.c
is_iconic
FUN_00164b7c
is_iconic
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t is_iconic(void *frontend) { int iVar1; undefined8 uVar2; void *frontend_local; gui_data *inst; /* WARNING: Load size is inaccurate */ uVar2 = gtk_widget_get_window(*frontend); iVar1 = gdk_window_is_vie...
bool FUN_00164b7c(undefined8 *param_1) { int iVar1; undefined8 uVar2; uVar2 = gtk_widget_get_window(*param_1); iVar1 = gdk_window_is_viewable(uVar2); return iVar1 == 0; }
(translation_unit "bool FUN_00164b7c(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n uVar2 = gtk_widget_get_window(*param_1);\n iVar1 = gdk_window_is_viewable(uVar2);\n return iVar1 == 0;\n}\n\n" (function_definition "bool FUN_00164b7c(undefined8 *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RDI,RAX CALL 0x001105b0 MOV RDI,RAX CALL 0x00110a50 TEST EAX,EAX SETZ AL MOVZX EAX,AL LEAVE RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(void *frontend) { int var_3; type_2 uVar2; void *frontend_local; type_3 *inst; /* WARNING: Load size is inaccurate */ uVar2 = var_1(*frontend); var_3 = var_2(uVar2); return (type_1)(var_3 =...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t is_iconic(void *frontend)\n\n{\n int iVar1;\n undefined8 uVar2;\n void *frontend_local;\n gui_data *inst;\n \n /* WARNING: Load size is inaccurate */\n uVar2 = gtk_widget_get_window(*frontend)...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend)\n\n{\n int var_3;\n type_2 uVar2;\n void *frontend_local;\n type_3 *inst;\n \n /* WARNING: Load size is inaccurate */\n uVar2 = var_1(*frontend);\n var_3 = var_2(uVa...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
1294_puttytel_and_puttytel_strip.c
setup_fonts_ucs
FUN_0016ace7
setup_fonts_ucs
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * setup_fonts_ucs(gui_data *inst) { long lVar1; wchar_t wVar2; wchar_t wVar3; wchar_t utf8_override; FontSpec *pFVar4; char *pcVar5; long in_FS_OFFSET; gui_data *inst_local; wchar_t i; wchar_t shadowbold; wchar_t shad...
undefined8 FUN_0016ace7(long param_1) { int iVar1; undefined4 uVar2; undefined4 uVar3; undefined4 uVar4; undefined8 *puVar5; undefined8 uVar6; long in_FS_OFFSET; int local_6c; long local_58 [5]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); iVar1 = FUN_001163b3(*(undefined8 *)(p...
(translation_unit "undefined8 FUN_0016ace7(long param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined8 *puVar5;\n undefined8 uVar6;\n long in_FS_OFFSET;\n int local_6c;\n long local_58 [5];\n long local_30;\n \n local_30 = *(long *)(in_FS_OFFSET + 0x28);\n iVar1...
PUSH RBP MOV RBP,RSP PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV qword ptr [RBP + -0x78],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x78] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0xb1 MOV RDI,RAX CALL 0x001163b3 MOV dword ptr [RBP + -0x60],EAX MOV RAX,qword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(type_1 *inst) { long var_11; type_2 var_6; type_2 wVar3; type_2 utf8_override; type_3 *pFVar4; char *pcVar5; long var_1; type_1 *inst_local; type_2 var_8; type_2 shadowbold; type_2 shadowboldoffset; typ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * setup_fonts_ucs(gui_data *inst)\n\n{\n long lVar1;\n wchar_t wVar2;\n wchar_t wVar3;\n wchar_t utf8_override;\n FontSpec *pFVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n gui_data *inst_local;\n wchar_t i;\n wc...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *inst)\n\n{\n long var_11;\n type_2 var_6;\n type_2 wVar3;\n type_2 utf8_override;\n type_3 *pFVar4;\n char *pcVar5;\n long var_1;\n type_1 *inst_local;\n type_2 var_8;\n type_2 shadowbold;\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_state...
872_pterm_and_pterm_strip.c
columns_compute_height
FUN_00146d28
columns_compute_height
gint columns_compute_height(Columns *cols,widget_dim_fn_t get_height) { ColumnsChild *pCVar1; gint gVar2; int iVar3; undefined8 uVar4; widget_dim_fn_t get_height_local; Columns *cols_local; gint i; gint ncols; gint retheight; gint childheight; int topy; gint childheight2; gint colspan; int...
int FUN_00146d28(long param_1,code *param_2) { long *plVar1; int iVar2; int iVar3; undefined8 uVar4; int local_40; int local_3c; int local_38; int local_34; int local_30; undefined8 *local_20; int *local_18; local_38 = *(int *)(param_1 + 0x38); local_3c = 1; local_18 = (int *)g_malloc_n...
(translation_unit "int FUN_00146d28(long param_1,code *param_2)\n\n{\n long *plVar1;\n int iVar2;\n int iVar3;\n undefined8 uVar4;\n int local_40;\n int local_3c;\n int local_38;\n int local_34;\n int local_30;\n undefined8 *local_20;\n int *local_18;\n \n local_38 = *(int *)(param_1 + 0x38);\n local_3c =...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV RAX,qword ptr [RBP + -0x48] MOV EAX,dword ptr [RAX + 0x38] MOV dword ptr [RBP + -0x30],EAX MOV dword ptr [RBP + -0x34],0x1 MOV ESI,0x4 MOV EDI,0x1 CALL 0x0010f090 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP ...
type_1 function_1(type_2 *cols,type_3 get_height) { type_4 *var_3; type_1 var_10; int var_8; type_5 uVar4; type_3 get_height_local; type_2 *cols_local; type_1 var_4; type_1 var_5; type_1 var_12; type_1 var_9; int var_11; type_1 childheight2; type_1 colspan; int boty; type_6 *var_2; typ...
(translation_unit "gint columns_compute_height(Columns *cols,widget_dim_fn_t get_height)\n\n{\n ColumnsChild *pCVar1;\n gint gVar2;\n int iVar3;\n undefined8 uVar4;\n widget_dim_fn_t get_height_local;\n Columns *cols_local;\n gint i;\n gint ncols;\n gint retheight;\n gint childheight;\n int topy;\n gint chi...
(translation_unit "type_1 function_1(type_2 *cols,type_3 get_height)\n\n{\n type_4 *var_3;\n type_1 var_10;\n int var_8;\n type_5 uVar4;\n type_3 get_height_local;\n type_2 *cols_local;\n type_1 var_4;\n type_1 var_5;\n type_1 var_12;\n type_1 var_9;\n int var_11;\n type_1 childheight2;\n type_1 colspan;\n...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident...
711_pterm_and_pterm_strip.c
proxy_socks5_handlechap
FUN_00128e0b
proxy_socks5_handlechap
int proxy_socks5_handlechap(Proxy_Socket p) { Proxy_Socket p_local; (*(*p->plug)->closing) (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000 ,0); return 1; }
undefined8 FUN_00128e0b(long param_1) { (**(code **)(**(long **)(param_1 + 0x18) + 8)) (*(undefined8 *)(param_1 + 0x18), "Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000,0); return 1; }
(translation_unit "undefined8 FUN_00128e0b(long param_1)\n\n{\n (**(code **)(**(long **)(param_1 + 0x18) + 8))\n (*(undefined8 *)(param_1 + 0x18),\n "Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000,0);\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00128...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x18] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x8] MOV RDX,qword ptr [RBP + -0x8] MOV RDI,qword ptr [RDX + 0x18] MOV ECX,0x0 MOV EDX,0x1f40 LEA RSI,[0x190d98] CALL RAX MOV EAX,0x1 LEAVE RET
int function_1(type_1 p) { type_1 p_local; (*(*p->plug)->closing) (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000 ,0); return 1; }
(translation_unit "int proxy_socks5_handlechap(Proxy_Socket p)\n\n{\n Proxy_Socket p_local;\n \n (*(*p->plug)->closing)\n (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000\n ,0);\n return 1;\n}\n\n" (function_definition "int proxy_socks5_handlechap(Proxy...
(translation_unit "int function_1(type_1 p)\n\n{\n type_1 p_local;\n \n (*(*p->plug)->closing)\n (p->plug,"Proxy error: Trying to handle a SOCKS5 CHAP request in telnet-only build",8000\n ,0);\n return 1;\n}\n\n" (function_definition "int function_1(type_1 p)\n\n{\n type_1 p_local;\n \n (*...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (express...
798_pterm_and_pterm_strip.c
term_out
FUN_00135eee
term_out
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_out(Terminal *term) { uchar *puVar1; char cVar2; byte c_00; long lVar3; undefined uVar4; wchar_t wVar5; wchar_t x_00; uint uVar6; int iVar7; termline *destline; ulong uVar8; size_t sVar9; long lVar10; ushor...
void FUN_00135eee(uint *param_1) { byte *pbVar1; char cVar2; undefined uVar3; uint uVar4; uint uVar5; int iVar6; undefined8 uVar7; ulong uVar8; size_t sVar9; long lVar10; ushort **ppuVar11; undefined *puVar12; char *pcVar13; uint *puVar14; long in_FS_OFFSET; byte bVar15; uint local_2...
(translation_unit "void FUN_00135eee(uint *param_1)\n\n{\n byte *pbVar1;\n char cVar2;\n undefined uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n undefined8 uVar7;\n ulong uVar8;\n size_t sVar9;\n long lVar10;\n ushort **ppuVar11;\n undefined *puVar12;\n char *pcVar13;\n uint *puVar14;\n long in_FS_OF...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x250 MOV qword ptr [RBP + -0x258],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x24c],0x0 MOV dword ptr [RBP + -0x248],0xffffffff MOV qword ptr [RBP + -0x1e8],0x0 JMP 0x0013d031 CMP dword ptr [RBP + -0x248],-0x1 JNZ 0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 *puVar1; char var_92; type_3 c_00; long var_8; type_4 uVar4; type_5 var_21; type_5 x_00; type_6 var_38; int var_5; type_7 *destline; type_8 var_47; size_t sVar9; long var_54; ty...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_out(Terminal *term)\n\n{\n uchar *puVar1;\n char cVar2;\n byte c_00;\n long lVar3;\n undefined uVar4;\n wchar_t wVar5;\n wchar_t x_00;\n uint uVar6;\n int iVar7;\n termline *destline;\n ulong uVar8;\n si...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 *puVar1;\n char var_92;\n type_3 c_00;\n long var_8;\n type_4 uVar4;\n type_5 var_21;\n type_5 x_00;\n type_6 var_38;\n int var_5;\n type_7 *destline;\n type_8 var_47;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
902_pterm_and_pterm_strip.c
dlg_add_uctrl
FUN_001482d0
dlg_add_uctrl
void dlg_add_uctrl(dlgparam *dp,uctrl *uc) { uctrl *uc_local; dlgparam *dp_local; add234(dp->byctrl,uc); add234(dp->bywidget,uc); return; }
void FUN_001482d0(undefined8 *param_1,undefined8 param_2) { FUN_0014386b(*param_1,param_2); FUN_0014386b(param_1[1],param_2); return; }
(translation_unit "void FUN_001482d0(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_0014386b(*param_1,param_2);\n FUN_0014386b(param_1[1],param_2);\n return;\n}\n\n" (function_definition "void FUN_001482d0(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_0014386b(*param_1,param_2);\n FUN_0014386b(param_1[1],...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RDX,qword ptr [RBP + -0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x0014386b MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV RDX,qword ptr [RBP + -0x10] MOV...
void function_1(type_1 *dp,type_2 *uc) { type_2 *uc_local; type_1 *dp_local; var_1(dp->byctrl,uc); var_1(dp->bywidget,uc); return; }
(translation_unit "void dlg_add_uctrl(dlgparam *dp,uctrl *uc)\n\n{\n uctrl *uc_local;\n dlgparam *dp_local;\n \n add234(dp->byctrl,uc);\n add234(dp->bywidget,uc);\n return;\n}\n\n" (function_definition "void dlg_add_uctrl(dlgparam *dp,uctrl *uc)\n\n{\n uctrl *uc_local;\n dlgparam *dp_local;\n \n add234(dp->by...
(translation_unit "void function_1(type_1 *dp,type_2 *uc)\n\n{\n type_2 *uc_local;\n type_1 *dp_local;\n \n var_1(dp->byctrl,uc);\n var_1(dp->bywidget,uc);\n return;\n}\n\n" (function_definition "void function_1(type_1 *dp,type_2 *uc)\n\n{\n type_2 *uc_local;\n type_1 *dp_local;\n \n var_1(dp->byctrl,uc);\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1203_puttytel_and_puttytel_strip.c
cache_conf_values
FUN_00164518
cache_conf_values
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void cache_conf_values(gui_data *inst) { wchar_t wVar1; gui_data *inst_local; wVar1 = conf_get_int(inst->conf,0x88); inst->bold_style = wVar1; wVar1 = conf_get_int(inst->conf,0x7f); inst->window_border = wVar1; wVar1 = conf_get...
void FUN_00164518(long param_1) { undefined4 uVar1; uVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x88); *(undefined4 *)(param_1 + 0x22f0) = uVar1; uVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x7f); *(undefined4 *)(param_1 + 0x22f4) = uVar1; uVar1 = FUN_001163b3(*(undefined8 *)(para...
(translation_unit "void FUN_00164518(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x88);\n *(undefined4 *)(param_1 + 0x22f0) = uVar1;\n uVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x7f);\n *(undefined4 *)(param_1 + 0x22f4) = uVar1;\n uVar1 = FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x88 MOV RDI,RAX CALL 0x001163b3 MOV EDX,EAX MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x22f0],EDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst) { type_2 wVar1; type_1 *inst_local; wVar1 = var_1(inst->conf,0x88); inst->bold_style = wVar1; wVar1 = var_1(inst->conf,0x7f); inst->window_border = wVar1; wVar1 = var_1(inst->conf,100); inst->cur...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid cache_conf_values(gui_data *inst)\n\n{\n wchar_t wVar1;\n gui_data *inst_local;\n \n wVar1 = conf_get_int(inst->conf,0x88);\n inst->bold_style = wVar1;\n wVar1 = conf_get_int(inst->conf,0x7f);\n inst->window_borde...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 wVar1;\n type_1 *inst_local;\n \n wVar1 = var_1(inst->conf,0x88);\n inst->bold_style = wVar1;\n wVar1 = var_1(inst->conf,0x7f);\n inst->window_border = wVar1;\n wVar1 = var_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
1336_puttytel_and_puttytel_strip.c
fontspec_new
FUN_0016eb55
fontspec_new
FontSpec * fontspec_new(char *name) { FontSpec *pFVar1; char *pcVar2; char *name_local; FontSpec *f; pFVar1 = (FontSpec *)safemalloc(1,8); pcVar2 = dupstr(name); pFVar1->name = pcVar2; return pFVar1; }
undefined8 * FUN_0016eb55(undefined8 param_1) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_001297e1(1,8); uVar2 = FUN_0012874d(param_1); *puVar1 = uVar2; return puVar1; }
(translation_unit "undefined8 * FUN_0016eb55(undefined8 param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001297e1(1,8);\n uVar2 = FUN_0012874d(param_1);\n *puVar1 = uVar2;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_0016eb55(undefined8 param_1)\n\n{\n u...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x8 MOV EDI,0x1 CALL 0x001297e1 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x0012874d MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
type_1 * function_1(char *name) { type_1 *pFVar1; char *pcVar2; char *name_local; type_1 *f; pFVar1 = (type_1 *)var_1(1,8); pcVar2 = var_2(name); pFVar1->name = pcVar2; return pFVar1; }
(translation_unit "FontSpec * fontspec_new(char *name)\n\n{\n FontSpec *pFVar1;\n char *pcVar2;\n char *name_local;\n FontSpec *f;\n \n pFVar1 = (FontSpec *)safemalloc(1,8);\n pcVar2 = dupstr(name);\n pFVar1->name = pcVar2;\n return pFVar1;\n}\n\n" (function_definition "FontSpec * fontspec_new(char *name)\n\n{...
(translation_unit "type_1 * function_1(char *name)\n\n{\n type_1 *pFVar1;\n char *pcVar2;\n char *name_local;\n type_1 *f;\n \n pFVar1 = (type_1 *)var_1(1,8);\n pcVar2 = var_2(name);\n pFVar1->name = pcVar2;\n return pFVar1;\n}\n\n" (function_definition "type_1 * function_1(char *name)\n\n{\n type_1 *pFVar1;\...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
646_pterm_and_pterm_strip.c
log_free
FUN_00123582
log_free
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void log_free(void *handle) { void *handle_local; LogContext *ctx; logfclose(handle); bufchain_clear((bufchain_conflict *)((long)handle + 0x10)); if (*(long *)((long)handle + 0x28) != 0) { filename_free(*(Filename **)((long)han...
void FUN_00123582(long param_1) { FUN_00122cbf(param_1); FUN_00127e5d(param_1 + 0x10); if (*(long *)(param_1 + 0x28) != 0) { FUN_00164c40(*(undefined8 *)(param_1 + 0x28)); } FUN_00114cfc(*(undefined8 *)(param_1 + 0x38)); FUN_001284fc(param_1); return; }
(translation_unit "void FUN_00123582(long param_1)\n\n{\n FUN_00122cbf(param_1);\n FUN_00127e5d(param_1 + 0x10);\n if (*(long *)(param_1 + 0x28) != 0) {\n FUN_00164c40(*(undefined8 *)(param_1 + 0x28));\n }\n FUN_00114cfc(*(undefined8 *)(param_1 + 0x38));\n FUN_001284fc(param_1);\n return;\n}\n\n" (function_de...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00122cbf MOV RAX,qword ptr [RBP + -0x8] ADD RAX,0x10 MOV RDI,RAX CALL 0x00127e5d MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x28...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle) { void *handle_local; type_1 *ctx; var_1(handle); var_2((type_2 *)((long)handle + 0x10)); if (*(long *)((long)handle + 0x28) != 0) { var_3(*(type_3 **)((long)handle + 0x28)); } var_4(*(type_4 *...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid log_free(void *handle)\n\n{\n void *handle_local;\n LogContext *ctx;\n \n logfclose(handle);\n bufchain_clear((bufchain_conflict *)((long)handle + 0x10));\n if (*(long *)((long)handle + 0x28) != 0) {\n filename_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *ctx;\n \n var_1(handle);\n var_2((type_2 *)((long)handle + 0x10));\n if (*(long *)((long)handle + 0x28) != 0) {\n var_3(*(type_3 **)((long)handle + 0...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive...
613_pterm_and_pterm_strip.c
ctrl_radiobuttons
FUN_001204bb
ctrl_radiobuttons
control * ctrl_radiobuttons(controlset *s,char *label,char shortcut,int ncolumns,intorptr helpctx, handler_fn handler,intorptr context,...) { long lVar1; char in_AL; control *pcVar2; char *pcVar3; long *plVar4; char **ppcVar5; intorptr *piVar6; undefined8 *puVar7; undefine...
long FUN_001204bb(undefined8 param_1,undefined8 param_2,undefined8 param_3_00,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7_00,undefined8 param_8, undefined8 param_9,long param_10,undefined param_3,undefined4 param_12, undefined8 param_1...
(translation_unit "long FUN_001204bb(undefined8 param_1,undefined8 param_2,undefined8 param_3_00,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7_00,undefined8 param_8,\n undefined8 param_9,long param_10,undefined param_3,undefined4 param_12,\n ...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x118 MOV qword ptr [RBP + -0xf8],RDI MOV qword ptr [RBP + -0x100],RSI MOV dword ptr [RBP + -0x108],ECX MOV qword ptr [RBP + -0x110],R8 MOV qword ptr [RBP + -0x118],R9 TEST AL,AL JZ 0x00120510 MOVAPS xmmword ptr [RBP + -0x90],XMM0 MOVAPS xmmword ptr [RBP + -0x80],XMM1 MOVAPS xmmwor...
type_1 * function_1(type_2 *s,char *var_4,char shortcut,int ncolumns,type_3 helpctx, type_4 handler,type_3 context,...) { long var_9; char var_1; type_1 *pcVar2; char *pcVar3; long *plVar4; char **ppcVar5; type_3 *piVar6; type_5 *puVar7; type_6 *puVar8; type_7 var_6; l...
(translation_unit "control * ctrl_radiobuttons(controlset *s,char *label,char shortcut,int ncolumns,intorptr helpctx,\n handler_fn handler,intorptr context,...)\n\n{\n long lVar1;\n char in_AL;\n control *pcVar2;\n char *pcVar3;\n long *plVar4;\n char **ppcVar5;\n intorptr *piVar6;\n u...
(translation_unit "type_1 * function_1(type_2 *s,char *var_4,char shortcut,int ncolumns,type_3 helpctx,\n type_4 handler,type_3 context,...)\n\n{\n long var_9;\n char var_1;\n type_1 *pcVar2;\n char *pcVar3;\n long *plVar4;\n char **ppcVar5;\n type_3 *piVar6;\n type_5 *puVar7;\n type_...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri...
787_pterm_and_pterm_strip.c
scroll
FUN_001342f3
scroll
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void scroll(Terminal *term,wchar_t topline,wchar_t botline,wchar_t lines,wchar_t sb) { wchar_t wVar1; wchar_t wVar2; wchar_t wVar3; termline *ptVar4; void *ptr; uchar *e; wchar_t sb_local; wchar_t lines_local; wchar_t botline_...
void FUN_001342f3(long param_1,int param_2,int param_3,int param_4,int param_5) { int iVar1; int iVar2; int iVar3; undefined2 *puVar4; undefined8 uVar5; int local_40; int local_3c; int local_28; int local_24; if ((param_2 != 0) || (local_40 = param_5, *(int *)(param_1 + 0x20c) != 0)) { loca...
(translation_unit "void FUN_001342f3(long param_1,int param_2,int param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined2 *puVar4;\n undefined8 uVar5;\n int local_40;\n int local_3c;\n int local_28;\n int local_24;\n \n if ((param_2 != 0) || (local_40 = param_5, *(int *)(par...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV dword ptr [RBP + -0x30],EDX MOV dword ptr [RBP + -0x34],ECX MOV dword ptr [RBP + -0x38],R8D CMP dword ptr [RBP + -0x2c],0x0 JNZ 0x00134320 MOV RAX,qword ptr [RBP + -0x28] MOV EAX,dword ptr [RAX + 0x20c] TEST EAX,EAX JZ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 var_1,type_2 var_2,type_2 var_3,type_2 sb) { type_2 var_4; type_2 var_17; type_2 var_16; type_3 *ptVar4; void *ptr; type_4 *e; type_2 var_11; type_2 var_5; type_2 botline_local; type_2 top...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid scroll(Terminal *term,wchar_t topline,wchar_t botline,wchar_t lines,wchar_t sb)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n wchar_t wVar3;\n termline *ptVar4;\n void *ptr;\n uchar *e;\n wchar_t sb_local;\n wchar_t l...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_1,type_2 var_2,type_2 var_3,type_2 sb)\n\n{\n type_2 var_4;\n type_2 var_17;\n type_2 var_16;\n type_3 *ptVar4;\n void *ptr;\n type_4 *e;\n type_2 var_11;\n type_2 var_5;\n typ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1066_puttytel_and_puttytel_strip.c
draglist_valchange
FUN_00153dcf
draglist_valchange
gboolean draglist_valchange(gpointer data) { gpointer data_local; draglist_valchange_ctx *ctx; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ (**(code **)(**data + 0x18)) (**data,*(undefined8 *)((long)data + 8), *...
undefined8 FUN_00153dcf(undefined8 *param_1) { (**(code **)(*(long *)*param_1 + 0x18)) (*(undefined8 *)*param_1,param_1[1],*(undefined8 *)(param_1[1] + 0x10),2); FUN_001299ed(param_1); return 0; }
(translation_unit "undefined8 FUN_00153dcf(undefined8 *param_1)\n\n{\n (**(code **)(*(long *)*param_1 + 0x18))\n (*(undefined8 *)*param_1,param_1[1],*(undefined8 *)(param_1[1] + 0x10),2);\n FUN_001299ed(param_1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00153dcf(undefined8 *param_1)\n\n{\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x18] MOV RDX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RDX + 0x8] MOV RDX,qword ptr [R...
type_1 function_1(type_2 data) { type_2 data_local; type_3 *ctx; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ (**(type_4 **)(**data + 0x18)) (**data,*(type_5 *)((long)data + 8), *(type_5 *)(*(long *)((long)data ...
(translation_unit "gboolean draglist_valchange(gpointer data)\n\n{\n gpointer data_local;\n draglist_valchange_ctx *ctx;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n (**(code **)(**data + 0x18))\n (**data,*(undefined8 *)((lon...
(translation_unit "type_1 function_1(type_2 data)\n\n{\n type_2 data_local;\n type_3 *ctx;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n (**(type_4 **)(**data + 0x18))\n (**data,*(type_5 *)((long)data + 8),\n *(typ...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declar...
1176_puttytel_and_puttytel_strip.c
size_entry_changed
FUN_001607b7
size_entry_changed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void size_entry_changed(GtkEditable *ed,gpointer data) { wchar_t size_00; undefined8 uVar1; char *__nptr; gpointer data_local; GtkEditable *ed_local; wchar_t size; unifontsel_internal *fs; char *text; if (*(int *)((long)dat...
void FUN_001607b7(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; char *__nptr; if (*(int *)(param_2 + 0xd0) == 0) { uVar2 = gtk_entry_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); __nptr = (char *)gtk_entry_get_text(uVar2); iVar1 = atoi(__nptr); if (0 <...
(translation_unit "void FUN_001607b7(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *__nptr;\n \n if (*(int *)(param_2 + 0xd0) == 0) {\n uVar2 = gtk_entry_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n __nptr = (char *)gtk_entry_get_text(uVar2);\n iVar...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX + 0xd0] TEST EAX,EAX JNZ 0x00160871 CALL 0x00111a10 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x28] MOV RSI...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ed,type_2 data) { type_3 var_5; type_4 uVar1; char *__nptr; type_2 data_local; type_1 *ed_local; type_3 size; type_5 *fs; char *text; if (*(int *)((long)data + 0xd0) == 0) { uVar1 = var_1(); ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid size_entry_changed(GtkEditable *ed,gpointer data)\n\n{\n wchar_t size_00;\n undefined8 uVar1;\n char *__nptr;\n gpointer data_local;\n GtkEditable *ed_local;\n wchar_t size;\n unifontsel_internal *fs;\n char *tex...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ed,type_2 data)\n\n{\n type_3 var_5;\n type_4 uVar1;\n char *__nptr;\n type_2 data_local;\n type_1 *ed_local;\n type_3 size;\n type_5 *fs;\n char *text;\n \n if (*(int *)((long)data + 0xd0) =...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1371_puttytel_and_puttytel_strip.c
sk_tcp_write
FUN_00171065
sk_tcp_write
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_tcp_write(Socket sock,char *buf,int len) { int iVar1; int len_local; char *buf_local; Socket sock_local; Actual_Socket_conflict s; if (*(int *)(sock + 0xb) != 0) { /* WARNING: Subroutine does not return...
void FUN_00171065(long param_1,undefined8 param_2,undefined4 param_3) { if (*(int *)(param_1 + 0x58) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4ad,"sk_tcp_write"); } FUN_001293bb(param_1 + 0x20,param_2,param_3); if (*(in...
(translation_unit "void FUN_00171065(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x58) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4ad,"sk_tcp_write");\n }\n FUN_001293bb(param_1 + 0x20,par...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x58] TEST EAX,EAX JZ 0x001710aa LEA RCX,[0x1a4650] MOV EDX,0x4ad LEA R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 var_1,char *buf,int len) { int iVar1; int len_local; char *buf_local; type_1 sock_local; type_2 s; if (*(int *)(var_1 + 0xb) != 0) { /* WARNING: Subroutine does not return */ var_2("s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_tcp_write(Socket sock,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (*(int *)(sock + 0xb) != 0) {\n /* WARNI...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_1,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n type_1 sock_local;\n type_2 s;\n \n if (*(int *)(var_1 + 0xb) != 0) {\n /* WARNING: Subroutine d...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:...
1304_puttytel_and_puttytel_strip.c
event_log_menuitem
FUN_0016b6c0
event_log_menuitem
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void event_log_menuitem(GtkMenuItem *item,gpointer data) { gpointer data_local; GtkMenuItem *item_local; gui_data *inst; /* WARNING: Load size is inaccurate */ showeventlog(*(void **)((long)data + 0x22d8),*data); ...
void FUN_0016b6c0(undefined8 param_1,undefined8 *param_2) { FUN_001595e2(param_2[0x45b],*param_2); return; }
(translation_unit "void FUN_0016b6c0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_001595e2(param_2[0x45b],*param_2);\n return;\n}\n\n" (function_definition "void FUN_0016b6c0(undefined8 param_1,undefined8 *param_2)\n\n{\n FUN_001595e2(param_2[0x45b],*param_2);\n return;\n}" primitive_type (function_declarator...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RAX] MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d8] MOV RSI,RDX MOV RDI,RAX CALL 0x001595e2 ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *item,type_2 data) { type_2 data_local; type_1 *item_local; type_3 *inst; /* WARNING: Load size is inaccurate */ var_1(*(void **)((long)data + 0x22d8),*data); return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid event_log_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n gpointer data_local;\n GtkMenuItem *item_local;\n gui_data *inst;\n \n /* WARNING: Load size is inaccurate */\n showeventlog(*(void **)((...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *item,type_2 data)\n\n{\n type_2 data_local;\n type_1 *item_local;\n type_3 *inst;\n \n /* WARNING: Load size is inaccurate */\n var_1(*(void **)((long)data + 0x22d8),*data);\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...