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
1460_puttytel_and_puttytel_strip.c
mungestr
FUN_00174f6c
mungestr
char * mungestr(char *in) { size_t sVar1; char *pcVar2; char *in_local; char *out; char *ret; if ((in == (char *)0x0) || (in_local = in, *in == '\0')) { in_local = "Default Settings"; } sVar1 = strlen(in_local); pcVar2 = (char *)safemalloc(sVar1 * 3 + 1,1); out = pcVar2; for (; *in_local ...
byte * FUN_00174f6c(byte *param_1) { size_t sVar1; byte *pbVar2; byte *local_20; byte *local_18; if ((param_1 == (byte *)0x0) || (local_20 = param_1, *param_1 == 0)) { local_20 = (byte *)0x1a4b60; } sVar1 = strlen((char *)local_20); pbVar2 = (byte *)FUN_001297e1(sVar1 * 3 + 1,1); local_18 = p...
(translation_unit "byte * FUN_00174f6c(byte *param_1)\n\n{\n size_t sVar1;\n byte *pbVar2;\n byte *local_20;\n byte *local_18;\n \n if ((param_1 == (byte *)0x0) || (local_20 = param_1, *param_1 == 0)) {\n local_20 = (byte *)0x1a4b60;\n }\n sVar1 = strlen((char *)local_20);\n pbVar2 = (byte *)FUN_001297e1(sV...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI CMP qword ptr [RBP + -0x18],0x0 JZ 0x00174f8a MOV RAX,qword ptr [RBP + -0x18] MOVZX EAX,byte ptr [RAX] TEST AL,AL JNZ 0x00174f95 LEA RAX,[0x1a4b60] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x001105f0 MOV RDX,RAX MO...
char * function_1(char *var_1) { size_t var_4; char *pcVar2; char *var_5; char *var_6; char *ret; if ((var_1 == (char *)0x0) || (var_5 = var_1, *var_1 == '\0')) { var_5 = "Default Settings"; } var_4 = var_2(var_5); pcVar2 = (char *)var_3(var_4 * 3 + 1,1); var_6 = pcVar2; for (; *var_5 != ...
(translation_unit "char * mungestr(char *in)\n\n{\n size_t sVar1;\n char *pcVar2;\n char *in_local;\n char *out;\n char *ret;\n \n if ((in == (char *)0x0) || (in_local = in, *in == '\0')) {\n in_local = "Default Settings";\n }\n sVar1 = strlen(in_local);\n pcVar2 = (char *)safemalloc(sVar1 * 3 + 1,1);\n o...
(translation_unit "char * function_1(char *var_1)\n\n{\n size_t var_4;\n char *pcVar2;\n char *var_5;\n char *var_6;\n char *ret;\n \n if ((var_1 == (char *)0x0) || (var_5 = var_1, *var_1 == '\0')) {\n var_5 = "Default Settings";\n }\n var_4 = var_2(var_5);\n pcVar2 = (char *)var_3(var_4 * 3 + 1,1);\n var...
(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...
722_pterm_and_pterm_strip.c
gppfile
FUN_001298ae
gppfile
void gppfile(void *handle,char *name,Conf *conf,int primary) { int primary_local; Conf *conf_local; char *name_local; void *handle_local; Filename *result; result = read_setting_filename(handle,name); if (result == (Filename *)0x0) { result = platform_default_filename(name); } conf_set_filena...
void FUN_001298ae(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4) { undefined8 local_10; local_10 = FUN_001687e0(param_1,param_2); if (local_10 == 0) { local_10 = FUN_0015ad4b(param_2); } FUN_00115bdd(param_3,param_4,local_10); FUN_00164c40(local_10); return; }
(translation_unit "void FUN_001298ae(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4)\n\n{\n undefined8 local_10;\n \n local_10 = FUN_001687e0(param_1,param_2);\n if (local_10 == 0) {\n local_10 = FUN_0015ad4b(param_2);\n }\n FUN_00115bdd(param_3,param_4,local_10);\n FUN_00164c40(l...
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 RDX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x001687e0 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0...
void function_1(void *handle,char *name,type_1 *conf,int primary) { int primary_local; type_1 *conf_local; char *name_local; void *handle_local; type_2 *var_2; var_2 = var_1(handle,name); if (var_2 == (type_2 *)0x0) { var_2 = var_3(name); } var_4(conf,primary,var_2); var_5(var_2); return;...
(translation_unit "void gppfile(void *handle,char *name,Conf *conf,int primary)\n\n{\n int primary_local;\n Conf *conf_local;\n char *name_local;\n void *handle_local;\n Filename *result;\n \n result = read_setting_filename(handle,name);\n if (result == (Filename *)0x0) {\n result = platform_default_filename...
(translation_unit "void function_1(void *handle,char *name,type_1 *conf,int primary)\n\n{\n int primary_local;\n type_1 *conf_local;\n char *name_local;\n void *handle_local;\n type_2 *var_2;\n \n var_2 = var_1(handle,name);\n if (var_2 == (type_2 *)0x0) {\n var_2 = var_3(name);\n }\n var_4(conf,primary,va...
(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_...
670_pterm_and_pterm_strip.c
dupstr
FUN_0012725c
dupstr
char * dupstr(char *s) { size_t sVar1; char *s_local; int len; char *p; p = (char *)0x0; if (s != (char *)0x0) { sVar1 = strlen(s); p = (char *)safemalloc((long)((int)sVar1 + 1),1); strcpy(p,s); } return p; }
char * FUN_0012725c(char *param_1) { size_t sVar1; undefined8 local_10; local_10 = (char *)0x0; if (param_1 != (char *)0x0) { sVar1 = strlen(param_1); local_10 = (char *)FUN_001282f0((long)((int)sVar1 + 1),1); strcpy(local_10,param_1); } return local_10; }
(translation_unit "char * FUN_0012725c(char *param_1)\n\n{\n size_t sVar1;\n undefined8 local_10;\n \n local_10 = (char *)0x0;\n if (param_1 != (char *)0x0) {\n sVar1 = strlen(param_1);\n local_10 = (char *)FUN_001282f0((long)((int)sVar1 + 1),1);\n strcpy(local_10,param_1);\n }\n return local_10;\n}\n\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x8],0x0 CMP qword ptr [RBP + -0x18],0x0 JZ 0x001272b2 MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x0010f5e0 MOV dword ptr [RBP + -0xc],EAX MOV EAX,dword ptr [RBP + -0xc] ADD EAX,0x1 CDQE MOV ESI,0x1 MOV RDI,RAX CALL 0x001282f...
char * function_1(char *var_1) { size_t sVar1; char *s_local; int len; char *p; p = (char *)0x0; if (var_1 != (char *)0x0) { sVar1 = var_2(var_1); p = (char *)var_3((long)((int)sVar1 + 1),1); var_4(p,var_1); } return p; }
(translation_unit "char * dupstr(char *s)\n\n{\n size_t sVar1;\n char *s_local;\n int len;\n char *p;\n \n p = (char *)0x0;\n if (s != (char *)0x0) {\n sVar1 = strlen(s);\n p = (char *)safemalloc((long)((int)sVar1 + 1),1);\n strcpy(p,s);\n }\n return p;\n}\n\n" (function_definition "char * dupstr(char...
(translation_unit "char * function_1(char *var_1)\n\n{\n size_t sVar1;\n char *s_local;\n int len;\n char *p;\n \n p = (char *)0x0;\n if (var_1 != (char *)0x0) {\n sVar1 = var_2(var_1);\n p = (char *)var_3((long)((int)sVar1 + 1),1);\n var_4(p,var_1);\n }\n return p;\n}\n\n" (function_definition "char ...
(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...
557_pterm_and_pterm_strip.c
conf_get_fontspec
FUN_0011568a
conf_get_fontspec
FontSpec * conf_get_fontspec(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_0011568a(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_0011568a(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 0x001156e2 LEA RCX,[0x18abf...
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 "FontSpec * conf_get_fontspec(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...
903_pterm_and_pterm_strip.c
dlg_find_byctrl
FUN_00148310
dlg_find_byctrl
uctrl * dlg_find_byctrl(dlgparam *dp,control *ctrl) { uctrl *puVar1; control *ctrl_local; dlgparam *dp_local; if (dp->byctrl == (tree234 *)0x0) { puVar1 = (uctrl *)0x0; } else { puVar1 = (uctrl *)find234(dp->byctrl,ctrl,uctrl_cmp_byctrl_find); } return puVar1; }
undefined8 FUN_00148310(long *param_1,undefined8 param_2) { undefined8 uVar1; if (*param_1 == 0) { uVar1 = 0; } else { uVar1 = FUN_00143c57(*param_1,param_2,FUN_001480cc); } return uVar1; }
(translation_unit "undefined8 FUN_00148310(long *param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 == 0) {\n uVar1 = 0;\n }\n else {\n uVar1 = FUN_00143c57(*param_1,param_2,FUN_001480cc);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00148310(long *param_1,undefined8...
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] TEST RAX,RAX JNZ 0x00148333 MOV EAX,0x0 JMP 0x00148350 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RCX,qword ptr [RBP + -0x10] LEA RDX,[0x1480cc] MOV RSI...
type_1 * function_1(type_2 *dp,type_3 *ctrl) { type_1 *puVar1; type_3 *ctrl_local; type_2 *dp_local; if (dp->byctrl == (type_4 *)0x0) { puVar1 = (type_1 *)0x0; } else { puVar1 = (type_1 *)var_1(dp->byctrl,ctrl,uctrl_cmp_byctrl_find); } return puVar1; }
(translation_unit "uctrl * dlg_find_byctrl(dlgparam *dp,control *ctrl)\n\n{\n uctrl *puVar1;\n control *ctrl_local;\n dlgparam *dp_local;\n \n if (dp->byctrl == (tree234 *)0x0) {\n puVar1 = (uctrl *)0x0;\n }\n else {\n puVar1 = (uctrl *)find234(dp->byctrl,ctrl,uctrl_cmp_byctrl_find);\n }\n return puVar1;...
(translation_unit "type_1 * function_1(type_2 *dp,type_3 *ctrl)\n\n{\n type_1 *puVar1;\n type_3 *ctrl_local;\n type_2 *dp_local;\n \n if (dp->byctrl == (type_4 *)0x0) {\n puVar1 = (type_1 *)0x0;\n }\n else {\n puVar1 = (type_1 *)var_1(dp->byctrl,ctrl,uctrl_cmp_byctrl_find);\n }\n return puVar1;\n}\n\n" (...
(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: (typ...
1185_puttytel_and_puttytel_strip.c
fork_and_exec_self
FUN_001623fa
fork_and_exec_self
void fork_and_exec_self(int fd_to_close,...) { int iVar1; long lVar2; char in_AL; long lVar3; long *plVar4; undefined8 in_RCX; ulong uVar5; undefined8 in_RDX; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined...
void FUN_001623fa(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, int param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12, undefined8 param_13,und...
(translation_unit "void FUN_001623fa(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 int param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n un...
PUSH RBP MOV RBP,RSP SUB RSP,0x100 MOV dword ptr [RBP + -0xf4],EDI 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 0x00162452 MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70]...
void function_1(int var_16,...) { int var_8; long var_21; char var_1; long lVar3; long *plVar4; type_1 in_RCX; type_2 var_4; 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_XMM...
(translation_unit "void fork_and_exec_self(int fd_to_close,...)\n\n{\n int iVar1;\n long lVar2;\n char in_AL;\n long lVar3;\n long *plVar4;\n undefined8 in_RCX;\n ulong uVar5;\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 ...
(translation_unit "void function_1(int var_16,...)\n\n{\n int var_8;\n long var_21;\n char var_1;\n long lVar3;\n long *plVar4;\n type_1 in_RCX;\n type_2 var_4;\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...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (id...
855_pterm_and_pterm_strip.c
columns_init
FUN_001453d1
columns_init
void columns_init(Columns *cols) { undefined8 uVar1; Columns *cols_local; uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(cols,uVar1); gtk_widget_set_has_window(uVar1,0); cols->children = (GList *)0x0; cols->spacing = 0; return; }
void FUN_001453d1(long param_1) { undefined8 uVar1; uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(param_1,uVar1); gtk_widget_set_has_window(uVar1,0); *(undefined8 *)(param_1 + 0x28) = 0; *(undefined4 *)(param_1 + 0x38) = 0; return; }
(translation_unit "void FUN_001453d1(long param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1,uVar1);\n gtk_widget_set_has_window(uVar1,0);\n *(undefined8 *)(param_1 + 0x28) = 0;\n *(undefined4 *)(param_1 + 0x38) = 0;\n return;\n}\n\n" (function_def...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CALL 0x0010f4c0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x0010f530 MOV ESI,0x0 MOV RDI,RAX CALL 0x0010f180 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x28],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x...
void function_1(type_1 *cols) { type_2 uVar1; type_1 *cols_local; uVar1 = var_1(); uVar1 = var_2(cols,uVar1); var_3(uVar1,0); cols->children = (type_3 *)0x0; cols->spacing = 0; return; }
(translation_unit "void columns_init(Columns *cols)\n\n{\n undefined8 uVar1;\n Columns *cols_local;\n \n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(cols,uVar1);\n gtk_widget_set_has_window(uVar1,0);\n cols->children = (GList *)0x0;\n cols->spacing = 0;\n return;\n}\n\n" (function_defin...
(translation_unit "void function_1(type_1 *cols)\n\n{\n type_2 uVar1;\n type_1 *cols_local;\n \n uVar1 = var_1();\n uVar1 = var_2(cols,uVar1);\n var_3(uVar1,0);\n cols->children = (type_3 *)0x0;\n cols->spacing = 0;\n return;\n}\n\n" (function_definition "void function_1(type_1 *cols)\n\n{\n type_2 uVar1;\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))))) body: (compound_statement (declaration type: (type_identifier) d...
1125_puttytel_and_puttytel_strip.c
x11font_draw_text
FUN_0015bbe0
x11font_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_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) { int iVar1; int iVar2; int iVar3; wchar_t nchars; void *str...
void FUN_0015bbe0(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5, int param_6,int param_7,int param_8,int param_9) { int iVar1; int iVar2; undefined4 uVar3; long lVar4; undefined8 uVar5; int local_38; undefined4 local_34; int local_30; local_34 = 0; ...
(translation_unit "void FUN_0015bbe0(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5,\n int param_6,int param_7,int param_8,int param_9)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n undefined8 uVar5;\n int local_38;\n undefined4 local_34;\n int ...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 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 qword ptr [RBP + -0x50],R8 MOV dword ptr [RBP + -0x54],R9D MOV RAX,qword ptr [RBP + -0x40] MOV qword ptr [RBP + -0x18],RAX MOV dword ptr [RBP + -0x2c],0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string, type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12) { int var_3; int var_10; int var_13; type_3 nchars; void *string_00; char *mbst...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_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 int iVar1;\n int iVar2;\n int iVar3;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string,\n type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12)\n\n{\n int var_3;\n int var_10;\n int var_13;\n type_3 nchars;\n v...
(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...
680_pterm_and_pterm_strip.c
strbuf_to_str
FUN_001278a4
strbuf_to_str
char * strbuf_to_str(strbuf *buf) { char *pcVar1; strbuf *buf_local; char *ret; pcVar1 = buf->s; safefree(buf); return pcVar1; }
undefined8 FUN_001278a4(undefined8 *param_1) { undefined8 uVar1; uVar1 = *param_1; FUN_001284fc(param_1); return uVar1; }
(translation_unit "undefined8 FUN_001278a4(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_001284fc(param_1);\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_001278a4(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_001284fc(param_1);\n return ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x001284fc MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
char * function_1(type_1 *buf) { char *pcVar1; type_1 *buf_local; char *ret; pcVar1 = buf->s; var_1(buf); return pcVar1; }
(translation_unit "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n safefree(buf);\n return pcVar1;\n}\n\n" (function_definition "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n ...
(translation_unit "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf);\n return pcVar1;\n}\n\n" (function_definition "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf...
(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)))))) body: (compound_statement (decl...
1017_pterm_and_pterm_strip.c
pangofont_draw_internal
FUN_00153a53
pangofont_draw_internal
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void pangofont_draw_internal (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 combining) { int iVar1; long lVar2; bool b...
void FUN_00153a53(int *param_1,long param_2,int param_3,int param_4,undefined4 *param_5,int param_6, int param_7,int param_8,int param_9,int param_10) { bool bVar1; int iVar2; int iVar3; int iVar4; undefined8 uVar5; undefined8 uVar6; long lVar7; long in_FS_OFFSET; undefined4 *local_...
(translation_unit "void FUN_00153a53(int *param_1,long param_2,int param_3,int param_4,undefined4 *param_5,int param_6,\n int param_7,int param_8,int param_9,int param_10)\n\n{\n bool bVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n long lVar7;\n long in_FS...
PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x78],RDI MOV qword ptr [RBP + -0x80],RSI MOV dword ptr [RBP + -0x84],EDX MOV dword ptr [RBP + -0x88],ECX MOV qword ptr [RBP + -0x90],R8 MOV dword ptr [RBP + -0x94],R9D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP +...
/* 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 var_5,type_3 *string,type_3 var_13, type_3 var_3,type_3 var_9,type_3 var_4,type_3 var_20) { int var_32; long var_18; bool bVar3; type_3 var_28; ty...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_draw_internal\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,wchar_t combining)\n\n{\n int iVar...
(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 var_5,type_3 *string,type_3 var_13,\n type_3 var_3,type_3 var_9,type_3 var_4,type_3 var_20)\n\n{\n int var_32;\n long var_18;\n bool b...
(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...
982_pterm_and_pterm_strip.c
eventlogstuff_new
FUN_001501fb
eventlogstuff_new
/* WARNING: Unknown calling convention */ void * eventlogstuff_new(void) { void *__s; eventlog_stuff *es; __s = safemalloc(1,0xca0); memset(__s,0,0xca0); return __s; }
void * FUN_001501fb(void) { void *__s; __s = (void *)FUN_001282f0(1,0xca0); memset(__s,0,0xca0); return __s; }
(translation_unit "void * FUN_001501fb(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_001282f0(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" (function_definition "void * FUN_001501fb(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_001282f0(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}" primitive_t...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0xca0 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0xca0 MOV ESI,0x0 MOV RDI,RAX CALL 0x0010f800 MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ void * function_1(void) { void *__s; type_1 *es; __s = var_1(1,0xca0); var_2(__s,0,0xca0); return __s; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;\n \n __s = safemalloc(1,0xca0);\n memset(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var_2(__s,0,0xca0);\n return __s;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *__s;\n type_1 *es;\n \n __s = var_1(1,0xca0);\n var...
(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...
943_pterm_and_pterm_strip.c
listbox_selchange
FUN_0014a395
listbox_selchange
void listbox_selchange(GtkTreeSelection *treeselection,gpointer data) { undefined8 uVar1; undefined8 uVar2; GtkWidget *w; uctrl *puVar3; gpointer data_local; GtkTreeSelection *treeselection_local; dlgparam *dp; GtkTreeView *tree; uctrl *uc; uVar1 = gtk_tree_selection_get_tree_view(treeselection...
void FUN_0014a395(undefined8 param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; long *plVar3; uVar1 = gtk_tree_selection_get_tree_view(param_1); uVar2 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(uVar1,uVar2); plVar3 = (long *)FUN_00148352(param_2,uVar1); if (plVar3 != (long...
(translation_unit "void FUN_0014a395(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long *plVar3;\n \n uVar1 = gtk_tree_selection_get_tree_view(param_1);\n uVar2 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(uVar1,uVar2);\n plVar3 = (long *)FUN_00148352(param_2,u...
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 + -0x18],RAX MOV RAX,qword ptr [RBP + -0x28] MOV RDI,RAX CALL 0x00110120 MOV qword ptr [RBP + -0x10],RAX CALL 0x0010f4c0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x10] MOV RS...
void function_1(type_1 *treeselection,type_2 data) { type_3 uVar1; type_3 uVar2; type_4 *w; type_5 *var_5; type_2 data_local; type_1 *treeselection_local; type_6 *dp; type_7 *tree; type_5 *uc; uVar1 = var_1(treeselection); uVar2 = var_2(); w = (type_4 *)var_3(uVar1,uVar2); var_5 = var_4((...
(translation_unit "void listbox_selchange(GtkTreeSelection *treeselection,gpointer data)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n GtkWidget *w;\n uctrl *puVar3;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n dlgparam *dp;\n GtkTreeView *tree;\n uctrl *uc;\n \n uVar1 = gtk_tree_select...
(translation_unit "void function_1(type_1 *treeselection,type_2 data)\n\n{\n type_3 uVar1;\n type_3 uVar2;\n type_4 *w;\n type_5 *var_5;\n type_2 data_local;\n type_1 *treeselection_local;\n type_6 *dp;\n type_7 *tree;\n type_5 *uc;\n \n uVar1 = var_1(treeselection);\n uVar2 = var_2();\n w = (type_4 *)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: (type_identifier) declarator: (identi...
1329_puttytel_and_puttytel_strip.c
get_username
FUN_0016e6f2
get_username
/* WARNING: Unknown calling convention */ char * get_username(void) { __uid_t __uid; passwd *ppVar1; char *pcVar2; uid_t uid; passwd *p; char *ret; char *user; __uid = getuid(); ret = getlogin(); setpwent(); if (ret == (char *)0x0) { p = (passwd *)0x0; } else { p = (passwd *)getp...
undefined8 FUN_0016e6f2(void) { __uid_t __uid; passwd *ppVar1; undefined8 uVar2; passwd *local_20; char *local_18; __uid = getuid(); local_18 = getlogin(); setpwent(); if (local_18 == (char *)0x0) { local_20 = (passwd *)0x0; } else { local_20 = getpwnam(local_18); } if ((local_20 ...
(translation_unit "undefined8 FUN_0016e6f2(void)\n\n{\n __uid_t __uid;\n passwd *ppVar1;\n undefined8 uVar2;\n passwd *local_20;\n char *local_18;\n \n __uid = getuid();\n local_18 = getlogin();\n setpwent();\n if (local_18 == (char *)0x0) {\n local_20 = (passwd *)0x0;\n }\n else {\n local_20 = getpwn...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 CALL 0x00110700 MOV dword ptr [RBP + -0x1c],EAX MOV qword ptr [RBP + -0x10],0x0 CALL 0x00110fe0 MOV qword ptr [RBP + -0x8],RAX CALL 0x001112d0 CMP qword ptr [RBP + -0x8],0x0 JZ 0x0016e731 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00110bf0 MOV qword ptr [RBP + -0x18],RAX JMP 0x0...
/* WARNING: Unknown calling convention */ char * function_1(void) { type_1 var_7; type_2 *var_9; char *pcVar2; type_3 uid; type_2 *var_6; char *var_4; char *user; var_7 = var_1(); var_4 = var_2(); var_3(); if (var_4 == (char *)0x0) { var_6 = (type_2 *)0x0; } else { var_6 = (type_...
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * get_username(void)\n\n{\n __uid_t __uid;\n passwd *ppVar1;\n char *pcVar2;\n uid_t uid;\n passwd *p;\n char *ret;\n char *user;\n \n __uid = getuid();\n ret = getlogin();\n setpwent();\n if (ret == (char *)0x0) {\n p = (passwd *)0x0;\...
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n type_1 var_7;\n type_2 *var_9;\n char *pcVar2;\n type_3 uid;\n type_2 *var_6;\n char *var_4;\n char *user;\n \n var_7 = var_1();\n var_4 = var_2();\n var_3();\n if (var_4 == (char *)0x0) {\n var_6 = (type_2 *)0...
(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: (type_identifier) declarator: (iden...
927_pterm_and_pterm_strip.c
dlg_update_done
FUN_00149a5d
dlg_update_done
void dlg_update_done(control *ctrl,void *dlg) { void *dlg_local; control *ctrl_local; return; }
void FUN_00149a5d(void) { return; }
(translation_unit "void FUN_00149a5d(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00149a5d(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00149a5d(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(type_1 *ctrl,void *dlg) { void *dlg_local; type_1 *ctrl_local; return; }
(translation_unit "void dlg_update_done(control *ctrl,void *dlg)\n\n{\n void *dlg_local;\n control *ctrl_local;\n \n return;\n}\n\n" (function_definition "void dlg_update_done(control *ctrl,void *dlg)\n\n{\n void *dlg_local;\n control *ctrl_local;\n \n return;\n}" primitive_type (function_declarator "dlg_update...
(translation_unit "void function_1(type_1 *ctrl,void *dlg)\n\n{\n void *dlg_local;\n type_1 *ctrl_local;\n \n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg)\n\n{\n void *dlg_local;\n type_1 *ctrl_local;\n \n return;\n}" primitive_type (function_declarator "function_1(type_1 *ctrl,...
(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...
805_pterm_and_pterm_strip.c
term_scroll
FUN_0013f7b9
term_scroll
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_scroll(Terminal *term,wchar_t rel,wchar_t where) { wchar_t wVar1; wchar_t wVar2; wchar_t where_local; wchar_t rel_local; Terminal *term_local; wchar_t sbtop; wVar1 = sblines(term); wVar1 = -wVar1; if (rel < L'\0')...
void FUN_0013f7b9(long param_1,int param_2,int param_3) { int iVar1; int iVar2; iVar1 = FUN_00130f8a(param_1); iVar1 = -iVar1; if (param_2 < 0) { iVar2 = 0; } else { iVar2 = iVar1; if (param_2 < 1) { iVar2 = *(int *)(param_1 + 0x20); } } *(int *)(param_1 + 0x20) = param_3 + ...
(translation_unit "void FUN_0013f7b9(long param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = FUN_00130f8a(param_1);\n iVar1 = -iVar1;\n if (param_2 < 0) {\n iVar2 = 0;\n }\n else {\n iVar2 = iVar1;\n if (param_2 < 1) {\n iVar2 = *(int *)(param_1 + 0x20);\n }\n }\n *(...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV dword ptr [RBP + -0x20],EDX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00130f8a NEG EAX MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x1c],0x0 JS 0x0013f7f6 CMP dword ptr [RBP + -0x1c],0x0 JG 0x0013f7f1...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 var_2,type_2 var_3) { type_2 var_5; type_2 var_4; type_2 where_local; type_2 rel_local; type_1 *term_local; type_2 sbtop; var_5 = var_1(term); var_5 = -var_5; if (var_2 < L'\0') { var...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_scroll(Terminal *term,wchar_t rel,wchar_t where)\n\n{\n wchar_t wVar1;\n wchar_t wVar2;\n wchar_t where_local;\n wchar_t rel_local;\n Terminal *term_local;\n wchar_t sbtop;\n \n wVar1 = sblines(term);\n wVa...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_2,type_2 var_3)\n\n{\n type_2 var_5;\n type_2 var_4;\n type_2 where_local;\n type_2 rel_local;\n type_1 *term_local;\n type_2 sbtop;\n \n var_5 = var_1(term);\n var_5 = -var_5;...
(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...
1368_puttytel_and_puttytel_strip.c
sk_getxdmdata
FUN_00170a58
sk_getxdmdata
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * sk_getxdmdata(void *sock,int *lenp) { bool bVar1; uint uVar2; char cVar3; uint16_t uVar4; int iVar5; uint32_t uVar6; __pid_t _Var7; char *pcVar8; long in_FS_OFFSET; int *lenp_local; void *sock_local; socklen_t add...
undefined4 * FUN_00170a58(long *param_1,int *param_2) { bool bVar1; uint uVar2; undefined uVar3; uint16_t uVar4; int iVar5; uint32_t uVar6; __pid_t _Var7; undefined4 *puVar8; long in_FS_OFFSET; socklen_t local_c4; undefined4 *local_c0; long *local_b8; char *local_b0; sockaddr local_a8; u...
(translation_unit "undefined4 * FUN_00170a58(long *param_1,int *param_2)\n\n{\n bool bVar1;\n uint uVar2;\n undefined uVar3;\n uint16_t uVar4;\n int iVar5;\n uint32_t uVar6;\n __pid_t _Var7;\n undefined4 *puVar8;\n long in_FS_OFFSET;\n socklen_t local_c4;\n undefined4 *local_c0;\n long *local_b8;\n char *l...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0xc8 MOV qword ptr [RBP + -0xc8],RDI MOV qword ptr [RBP + -0xd0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xc8] MOV qword ptr [RBP + -0xb0],RAX MOV RAX,qword ptr [RBP + -0xb0] MOV RAX,qword ptr [RAX] LEA RDX,[0x1b7820] CM...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * function_1(void *sock,int *lenp) { bool bVar1; type_1 uVar2; char cVar3; uint16_t var_8; int var_3; uint32_t var_6; type_2 _Var7; char *pcVar8; long var_1; int *lenp_local; void *sock_local; type_3 addrlen; char...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * sk_getxdmdata(void *sock,int *lenp)\n\n{\n bool bVar1;\n uint uVar2;\n char cVar3;\n uint16_t uVar4;\n int iVar5;\n uint32_t uVar6;\n __pid_t _Var7;\n char *pcVar8;\n long in_FS_OFFSET;\n int *lenp_local;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(void *sock,int *lenp)\n\n{\n bool bVar1;\n type_1 uVar2;\n char cVar3;\n uint16_t var_8;\n int var_3;\n uint32_t var_6;\n type_2 _Var7;\n char *pcVar8;\n long var_1;\n int *lenp_local;\n void *soc...
(translation_unit (comment) (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 ty...
593_pterm_and_pterm_strip.c
manual_hostkey_handler
FUN_00119bdb
manual_hostkey_handler
void manual_hostkey_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; char *pcVar2; long in_FS_OFFSET; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int i; char *key; char *val; Conf *conf; manual_hostkey_data *mh; char *key_1; char *key_2; lon...
void FUN_00119bdb(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { int iVar1; long lVar2; long in_FS_OFFSET; undefined8 local_40; long local_38; undefined8 local_30; long *local_28; char *local_20; long local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); loc...
(translation_unit "void FUN_00119bdb(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n undefined8 local_40;\n long local_38;\n undefined8 local_30;\n long *local_28;\n char *local_20;\n long local_18;\n long local_10;\n \n local_10 = *(lon...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDX MOV dword ptr [RBP + -0x5c],ECX 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 + -0x28],RAX MOV RAX,qword ptr [RBP ...
void function_1(type_1 *var_3,void *dlg,void *data,int var_2) { int var_14; char *var_16; long var_1; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int i; char *key; char *var_7; type_2 *conf; type_3 *mh; char *key_1; char *var_22; long var_25; var_25 = *(l...
(translation_unit "void manual_hostkey_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n char *key;\n char *val;\n Conf *conf;\n manual_hostkey_data *mh;\n ...
(translation_unit "void function_1(type_1 *var_3,void *dlg,void *data,int var_2)\n\n{\n int var_14;\n char *var_16;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int i;\n char *key;\n char *var_7;\n type_2 *conf;\n type_3 *mh;\n char *key_1;\n char *var_22...
(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...
1223_puttytel_and_puttytel_strip.c
set_zoomed
FUN_00164b16
set_zoomed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_zoomed(void *frontend,wchar_t zoomed) { undefined8 uVar1; wchar_t zoomed_local; void *frontend_local; gui_data *inst; if (zoomed == L'\0') { uVar1 = gtk_window_get_type(); /* WARNING: Load size is i...
void FUN_00164b16(undefined8 *param_1,int param_2) { undefined8 uVar1; if (param_2 == 0) { uVar1 = gtk_window_get_type(); uVar1 = g_type_check_instance_cast(*param_1,uVar1); gtk_window_unmaximize(uVar1); } else { uVar1 = gtk_window_get_type(); uVar1 = g_type_check_instance_cast(*param_1...
(translation_unit "void FUN_00164b16(undefined8 *param_1,int param_2)\n\n{\n undefined8 uVar1;\n \n if (param_2 == 0) {\n uVar1 = gtk_window_get_type();\n uVar1 = g_type_check_instance_cast(*param_1,uVar1);\n gtk_window_unmaximize(uVar1);\n }\n else {\n uVar1 = gtk_window_get_type();\n uVar1 = g_typ...
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 CMP dword ptr [RBP + -0x1c],0x0 JZ 0x00164b57 CALL 0x00111f50 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RSI,RDX MOV RDI,RAX CALL 0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,type_1 var_1) { type_2 uVar1; type_1 zoomed_local; void *frontend_local; type_3 *inst; if (var_1 == L'\0') { uVar1 = var_2(); /* WARNING: Load size is inaccurate */ uVar1 =...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_zoomed(void *frontend,wchar_t zoomed)\n\n{\n undefined8 uVar1;\n wchar_t zoomed_local;\n void *frontend_local;\n gui_data *inst;\n \n if (zoomed == L'\0') {\n uVar1 = gtk_window_get_type();\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 var_1)\n\n{\n type_2 uVar1;\n type_1 zoomed_local;\n void *frontend_local;\n type_3 *inst;\n \n if (var_1 == L'\0') {\n uVar1 = var_2();\n /* WARNING: Load siz...
(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...
1420_puttytel_and_puttytel_strip.c
cleanup_exit
FUN_0017399d
cleanup_exit
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void cleanup_exit(int code) { int code_local; sk_cleanup(); random_save_seed(); /* WARNING: Subroutine does not return */ exit(code); }
void FUN_0017399d(int param_1) { FUN_0016efc6(); FUN_0011251d(); /* WARNING: Subroutine does not return */ exit(param_1); }
(translation_unit "void FUN_0017399d(int param_1)\n\n{\n FUN_0016efc6();\n FUN_0011251d();\n /* WARNING: Subroutine does not return */\n exit(param_1);\n}\n\n" (function_definition "void FUN_0017399d(int param_1)\n\n{\n FUN_0016efc6();\n FUN_0011251d();\n /* WARNING: Subroutin...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI CALL 0x0016efc6 CALL 0x0011251d MOV EAX,dword ptr [RBP + -0x4] MOV EDI,EAX CALL 0x00111300
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(int code) { int code_local; var_1(); var_2(); /* WARNING: Subroutine does not return */ var_3(code); }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid cleanup_exit(int code)\n\n{\n int code_local;\n \n sk_cleanup();\n random_save_seed();\n /* WARNING: Subroutine does not return */\n exit(code);\n}\n\n" comment (function_definition "void cleanup_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(int code)\n\n{\n int code_local;\n \n var_1();\n var_2();\n /* WARNING: Subroutine does not return */\n var_3(code);\n}\n\n" comment (function_definition "void function_1(int code)\n\n{...
(translation_unit (comment) (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)) ...
571_pterm_and_pterm_strip.c
conf_filesel_handler
FUN_00116a56
conf_filesel_handler
void conf_filesel_handler(control *ctrl,void *dlg,void *data,int event) { int primary; Filename *pFVar1; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int key; Conf *conf; Filename *filename; primary = (ctrl->generic).context.i; if (event == 0) { pFVar1 = conf_g...
void FUN_00116a56(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { undefined4 uVar1; undefined8 uVar2; uVar1 = *(undefined4 *)(param_1 + 0x20); if (param_4 == 0) { uVar2 = FUN_0011558e(param_3,uVar1); FUN_0014972e(param_1,param_2,uVar2); } else if (param_4 == 2) { uVar2 = F...
(translation_unit "void FUN_00116a56(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar1 = *(undefined4 *)(param_1 + 0x20);\n if (param_4 == 0) {\n uVar2 = FUN_0011558e(param_3,uVar1);\n FUN_0014972e(param_1,param_2,uVar2);\n }\n else if (...
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 + -0x28] MOV EAX,dword ptr [RAX + 0x20] MOV dword ptr [RBP + -0x14],EAX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x10],RAX...
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int primary; type_2 *pFVar1; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int key; type_3 *conf; type_2 *filename; primary = (ctrl->generic).context.i; if (var_1 == 0) { pFVar1 = var_2((type_3 *)data...
(translation_unit "void conf_filesel_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int primary;\n Filename *pFVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int key;\n Conf *conf;\n Filename *filename;\n \n primary = (ctrl->generic).context.i;\n if (e...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int primary;\n type_2 *pFVar1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int key;\n type_3 *conf;\n type_2 *filename;\n \n primary = (ctrl->generic).context.i;\n if (var_1 == 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: (primitive_type) declarator: (pointer...
1259_puttytel_and_puttytel_strip.c
selection_clear
FUN_00168979
selection_clear
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ gint selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data) { gpointer data_local; GdkEventSelection *seldata_local; GtkWidget *widget_local; ...
undefined8 FUN_00168979(undefined8 param_1,undefined8 param_2,long param_3) { FUN_0014b7b3(*(undefined8 *)(param_3 + 0xda0)); if (*(long *)(param_3 + 0xd28) != 0) { FUN_001299ed(*(undefined8 *)(param_3 + 0xd28)); } if (*(long *)(param_3 + 0xd30) != 0) { FUN_001299ed(*(undefined8 *)(param_3 + 0xd30)); ...
(translation_unit "undefined8 FUN_00168979(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n FUN_0014b7b3(*(undefined8 *)(param_3 + 0xda0));\n if (*(long *)(param_3 + 0xd28) != 0) {\n FUN_001299ed(*(undefined8 *)(param_3 + 0xd28));\n }\n if (*(long *)(param_3 + 0xd30) != 0) {\n FUN_001299ed(*(undefin...
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 RAX,qword ptr [RAX + 0xda0] MOV RDI,RAX CALL 0x0014b7b3 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 *seldata,type_4 data) { type_4 data_local; type_3 *seldata_local; type_2 *widget_local; type_5 *inst; var_1(*(type_6 *...
(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 selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data)\n\n{\n gpointer data_local;\n GdkEventSelection *seldata_local;\n G...
(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 *seldata,type_4 data)\n\n{\n type_4 data_local;\n type_3 *seldata_local;\n type_2 *widget_local;\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...
1284_puttytel_and_puttytel_strip.c
draw_backing_rect
FUN_00169b4b
draw_backing_rect
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void draw_backing_rect(gui_data *inst) { wchar_t w_00; wchar_t h_00; draw_ctx *dctx_00; gui_data *inst_local; wchar_t w; wchar_t h; draw_ctx *dctx; dctx_00 = (draw_ctx *)get_ctx(inst); w_00 = inst->window_border * 2 + inst-...
void FUN_00169b4b(long param_1) { int iVar1; int iVar2; undefined8 uVar3; uVar3 = FUN_00169554(param_1); iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c); iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int *)(param_1 + 0xd50); FUN_...
(translation_unit "void FUN_00169b4b(long param_1)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar3 = FUN_00169554(param_1);\n iVar1 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd54) * *(int *)(param_1 + 0xd4c);\n iVar2 = *(int *)(param_1 + 0x22f4) * 2 + *(int *)(param_1 + 0xd58) * *(int ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00169554 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RAX + 0xd54] MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0xd4c] IMUL EDX,EAX MOV RAX,qword ptr [RBP...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst) { type_2 w_00; type_2 h_00; type_3 *dctx_00; type_1 *inst_local; type_2 w; type_2 h; type_3 *dctx; dctx_00 = (type_3 *)var_1(inst); w_00 = inst->window_border * 2 + inst->width * inst->font_wid...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_backing_rect(gui_data *inst)\n\n{\n wchar_t w_00;\n wchar_t h_00;\n draw_ctx *dctx_00;\n gui_data *inst_local;\n wchar_t w;\n wchar_t h;\n draw_ctx *dctx;\n \n dctx_00 = (draw_ctx *)get_ctx(inst);\n w_00 =...
(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 w_00;\n type_2 h_00;\n type_3 *dctx_00;\n type_1 *inst_local;\n type_2 w;\n type_2 h;\n type_3 *dctx;\n \n dctx_00 = (type_3 *)var_1(inst);\n w_00 = inst->window_border * ...
(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...
1150_puttytel_and_puttytel_strip.c
unifont_draw_combining
FUN_0015e3c9
unifont_draw_combining
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifont_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_0015e3c9(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 + 0x28)) (param_1,param_2,param_3,param_4,param_5,param_6,p...
(translation_unit "void FUN_0015e3c9(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 + 0x28))\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 + 0x28] 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; t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifont_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 *string,type_3 len,\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_l...
(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...
1030_pterm_and_pterm_strip.c
multifont_create
FUN_00154a9e
multifont_create
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ unifont * multifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold, wchar_t shadowoffset,wchar_t shadowalways) { unifont_vtable *puVar1; unifont *puVar2; wchar_t shadowalways_local; wchar_t shado...
undefined8 * FUN_00154a9e(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { long lVar1; undefined8 *puVar2; uint local_24; long local_20; lVar1 = FUN_001548d4(param_1,param_2,param_3,param_4,param_5,param_6); if (lVar1 == 0...
(translation_unit "undefined8 *\nFUN_00154a9e(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n long lVar1;\n undefined8 *puVar2;\n uint local_24;\n long local_20;\n \n lVar1 = FUN_001548d4(param_1,param_2,param_3,param_4,param_...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 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 dword ptr [RBP + -0x3c],R8D MOV dword ptr [RBP + -0x40],R9D MOV R8D,dword ptr [RBP + -0x40] MOV EDI,dword ptr [RBP + -0x3c] MOV ECX,dword ptr [RBP + -0x38...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold, type_3 shadowoffset,type_3 shadowalways) { type_4 *var_2; type_1 *puVar2; type_3 shadowalways_local; type_3 shadowoffset_local; type_3 bo...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * multifont_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,\n wchar_t shadowoffset,wchar_t shadowalways)\n\n{\n unifont_vtable *puVar1;\n unifont *puVar2;\n wchar_t shadowalw...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,\n type_3 shadowoffset,type_3 shadowalways)\n\n{\n type_4 *var_2;\n type_1 *puVar2;\n type_3 shadowalways_local;\n type_3 shad...
(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 ...
946_pterm_and_pterm_strip.c
droplist_selchange
FUN_0014a53f
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_0014a53f(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_00148352(param_2,uVar1); if (plVar2 != (long *)0x0) { (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined...
(translation_unit "void FUN_0014a53f(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_00148352(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 0x0010f4c0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x0010f530 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...
991_pterm_and_pterm_strip.c
x11font_create
FUN_00150e8e
x11font_create
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ unifont * x11font_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset ,wchar_t shadowalways) { int iVar1; wchar_t wVar2; undefined8 uVar3; char *pcVar4; x11font *pxVar5; long in...
undefined8 * FUN_00150e8e(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { int iVar1; undefined4 uVar2; undefined8 uVar3; char *pcVar4; undefined8 *puVar5; long in_FS_OFFSET; int local_90; int local_8c; uint local_88; ...
(translation_unit "undefined8 *\nFUN_00150e8e(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *pcVar4;\n undefined8 *puVar5;\n long in_FS_OFFSET;\n int local_90;\n in...
PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV qword ptr [RBP + -0x98],RDI MOV qword ptr [RBP + -0xa0],RSI MOV dword ptr [RBP + -0xa4],EDX MOV dword ptr [RBP + -0xa8],ECX MOV dword ptr [RBP + -0xac],R8D MOV dword ptr [RBP + -0xb0],R9D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX CALL 0x0010fd30 MOV RDI...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,type_3 shadowoffset ,type_3 shadowalways) { int var_8; type_3 var_18; type_4 uVar3; char *var_22; type_5 *pxVar5; long var_1; type_3 sha...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nunifont * x11font_create(GtkWidget *widget,char *name,wchar_t wide,wchar_t bold,wchar_t shadowoffset\n ,wchar_t shadowalways)\n\n{\n int iVar1;\n wchar_t wVar2;\n undefined8 uVar3;\n char *pcVar4;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *widget,char *name,type_3 wide,type_3 bold,type_3 shadowoffset\n ,type_3 shadowalways)\n\n{\n int var_8;\n type_3 var_18;\n type_4 uVar3;\n char *var_22;\n type_5 *pxVar5...
(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 ...
1395_puttytel_and_puttytel_strip.c
pollwrap_get_fd_events
FUN_001728cf
pollwrap_get_fd_events
int pollwrap_get_fd_events(pollwrapper *pw,int fd) { long lVar1; int iVar2; void *pvVar3; long in_FS_OFFSET; int fd_local; pollwrapper *pw_local; pollwrap_fdtopos *f2p; pollwrap_fdtopos f2p_find; lVar1 = *(long *)(in_FS_OFFSET + 0x28); if (fd < 0) { /* WARNING: Subroutine do...
int FUN_001728cf(long *param_1,int param_2) { int iVar1; long lVar2; long in_FS_OFFSET; int local_28 [6]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (param_2 < 0) { /* WARNING: Subroutine does not return */ __assert_fail("fd >= 0","unix/uxpoll.c",0x78,"pollwr...
(translation_unit "int FUN_001728cf(long *param_1,int param_2)\n\n{\n int iVar1;\n long lVar2;\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 (param_2 < 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("fd >= 0...
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 CMP dword ptr [RBP + -0x3c],0x0 JNS 0x00172912 LEA RCX,[0x1a4760] MOV EDX,0x78 LEA RSI,[0x1a46e0] LEA RDI,[0x1a46ee] CALL 0x001109a0 MOV EAX,dword ptr ...
int function_1(type_1 *pw,int var_2) { long var_6; int iVar2; void *var_5; long var_1; int fd_local; type_1 *pw_local; type_2 *f2p; type_2 f2p_find; var_6 = *(long *)(var_1 + 0x28); if (var_2 < 0) { /* WARNING: Subroutine does not return */ var_3("fd >= 0","unix/uxpoll.c...
(translation_unit "int pollwrap_get_fd_events(pollwrapper *pw,int fd)\n\n{\n long lVar1;\n int iVar2;\n void *pvVar3;\n long in_FS_OFFSET;\n int fd_local;\n pollwrapper *pw_local;\n pollwrap_fdtopos *f2p;\n pollwrap_fdtopos f2p_find;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (fd < 0) {\n ...
(translation_unit "int function_1(type_1 *pw,int var_2)\n\n{\n long var_6;\n int iVar2;\n void *var_5;\n long var_1;\n int fd_local;\n type_1 *pw_local;\n type_2 *f2p;\n type_2 f2p_find;\n \n var_6 = *(long *)(var_1 + 0x28);\n if (var_2 < 0) {\n /* WARNING: Subroutine does not return */\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: (identif...
1188_puttytel_and_puttytel_strip.c
launch_saved_session
FUN_00162a70
launch_saved_session
void launch_saved_session(char *str) { char *str_local; fork_and_exec_self(-1,"-load",str,0); return; }
void FUN_00162a70(undefined8 param_1) { FUN_001623fa(0xffffffff,"-load",param_1,0); return; }
(translation_unit "void FUN_00162a70(undefined8 param_1)\n\n{\n FUN_001623fa(0xffffffff,"-load",param_1,0);\n return;\n}\n\n" (function_definition "void FUN_00162a70(undefined8 param_1)\n\n{\n FUN_001623fa(0xffffffff,"-load",param_1,0);\n return;\n}" primitive_type (function_declarator "FUN_00162a70(undefined8 para...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV ECX,0x0 MOV RDX,RAX LEA RSI,[0x1a2edd] MOV EDI,0xffffffff MOV EAX,0x0 CALL 0x001623fa NOP LEAVE RET
void function_1(char *str) { char *str_local; var_1(-1,"-load",str,0); return; }
(translation_unit "void launch_saved_session(char *str)\n\n{\n char *str_local;\n \n fork_and_exec_self(-1,"-load",str,0);\n return;\n}\n\n" (function_definition "void launch_saved_session(char *str)\n\n{\n char *str_local;\n \n fork_and_exec_self(-1,"-load",str,0);\n return;\n}" primitive_type (function_declar...
(translation_unit "void function_1(char *str)\n\n{\n char *str_local;\n \n var_1(-1,"-load",str,0);\n return;\n}\n\n" (function_definition "void function_1(char *str)\n\n{\n char *str_local;\n \n var_1(-1,"-load",str,0);\n return;\n}" primitive_type (function_declarator "function_1(char *str)" identifier (param...
(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...
665_pterm_and_pterm_strip.c
new_prompts
FUN_00126f46
new_prompts
prompts_t * new_prompts(void *frontend) { prompts_t *ppVar1; void *frontend_local; prompts_t *p; ppVar1 = (prompts_t *)safemalloc(1,0x48); ppVar1->prompts = (prompt_t **)0x0; ppVar1->n_prompts = 0; ppVar1->frontend = frontend; ppVar1->data = (void *)0x0; ppVar1->to_server = 1; ppVar1->instructi...
undefined4 * FUN_00126f46(undefined8 param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)FUN_001282f0(1,0x48); *(undefined8 *)(puVar1 + 0xc) = 0; *(undefined8 *)(puVar1 + 10) = 0; *(undefined8 *)(puVar1 + 0xe) = param_1; *(undefined8 *)(puVar1 + 0x10) = 0; *puVar1 = 1; *(undefined8 *)(puVar1 + 6)...
(translation_unit "undefined4 * FUN_00126f46(undefined8 param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)FUN_001282f0(1,0x48);\n *(undefined8 *)(puVar1 + 0xc) = 0;\n *(undefined8 *)(puVar1 + 10) = 0;\n *(undefined8 *)(puVar1 + 0xe) = param_1;\n *(undefined8 *)(puVar1 + 0x10) = 0;\n *puVar1 = 1;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x48 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x30],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x28],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RBP + -0...
type_1 * function_1(void *frontend) { type_1 *ppVar1; void *frontend_local; type_1 *p; ppVar1 = (type_1 *)var_1(1,0x48); ppVar1->prompts = (type_2 **)0x0; ppVar1->n_prompts = 0; ppVar1->frontend = frontend; ppVar1->data = (void *)0x0; ppVar1->to_server = 1; ppVar1->instruction = (char *)0x0; ...
(translation_unit "prompts_t * new_prompts(void *frontend)\n\n{\n prompts_t *ppVar1;\n void *frontend_local;\n prompts_t *p;\n \n ppVar1 = (prompts_t *)safemalloc(1,0x48);\n ppVar1->prompts = (prompt_t **)0x0;\n ppVar1->n_prompts = 0;\n ppVar1->frontend = frontend;\n ppVar1->data = (void *)0x0;\n ppVar1->to_s...
(translation_unit "type_1 * function_1(void *frontend)\n\n{\n type_1 *ppVar1;\n void *frontend_local;\n type_1 *p;\n \n ppVar1 = (type_1 *)var_1(1,0x48);\n ppVar1->prompts = (type_2 **)0x0;\n ppVar1->n_prompts = 0;\n ppVar1->frontend = frontend;\n ppVar1->data = (void *)0x0;\n ppVar1->to_server = 1;\n ppVar1...
(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...
543_pterm_and_pterm_strip.c
conf_new
FUN_00114c89
conf_new
/* WARNING: Unknown calling convention */ Conf * conf_new(void) { Conf *pCVar1; tree234 *ptVar2; Conf *conf; pCVar1 = (Conf *)safemalloc(1,8); ptVar2 = newtree234(conf_cmp); pCVar1->tree = ptVar2; return pCVar1; }
undefined8 * FUN_00114c89(void) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_001282f0(1,8); uVar2 = FUN_00142a19(FUN_001148ee); *puVar1 = uVar2; return puVar1; }
(translation_unit "undefined8 * FUN_00114c89(void)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001282f0(1,8);\n uVar2 = FUN_00142a19(FUN_001148ee);\n *puVar1 = uVar2;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_00114c89(void)\n\n{\n undefined8 *puVar1;\n u...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0x8 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX LEA RDI,[0x1148ee] CALL 0x00142a19 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ type_1 * function_1(void) { type_1 *pCVar1; type_2 *ptVar2; type_1 *conf; pCVar1 = (type_1 *)var_1(1,8); ptVar2 = var_2(conf_cmp); pCVar1->tree = ptVar2; return pCVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nConf * conf_new(void)\n\n{\n Conf *pCVar1;\n tree234 *ptVar2;\n Conf *conf;\n \n pCVar1 = (Conf *)safemalloc(1,8);\n ptVar2 = newtree234(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "Conf * conf_new(void...
(translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *pCVar1;\n type_2 *ptVar2;\n type_1 *conf;\n \n pCVar1 = (type_1 *)var_1(1,8);\n ptVar2 = var_2(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "type_1 * function_1(v...
(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...
1419_puttytel_and_puttytel_strip.c
platform_new_connection
FUN_00173406
platform_new_connection
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GIOFlags": Some values do not have unique names */ Socket platform_new_connection (SockAddr addr,char *hostname,int port,int privport,int oobinline,int nodelay, int keepalive,Plug plug,Conf *co...
undefined8 * FUN_00173406(undefined8 param_1,undefined8 param_2,undefined4 param_3) { int iVar1; __pid_t _Var2; undefined8 *puVar3; undefined8 uVar4; undefined8 uVar5; int *piVar6; char *pcVar7; char *pcVar8; long in_FS_OFFSET; undefined8 *param_8; undefined8 param_9; int local_28; undefined...
(translation_unit "undefined8 * FUN_00173406(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n int iVar1;\n __pid_t _Var2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n int *piVar6;\n char *pcVar7;\n char *pcVar8;\n long in_FS_OFFSET;\n undefined8 *param_8;\n undefined8 param...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV dword ptr [RBP + -0x54],EDX MOV dword ptr [RBP + -0x58],ECX MOV dword ptr [RBP + -0x5c],R8D MOV dword ptr [RBP + -0x60],R9D MOV RAX,qword ptr [RBP + 0x18] MOV qword ptr [RBP + -0x68],RAX MOV RAX,qword ptr [RBP + 0x20] ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GIOFlags": Some values do not have unique names */ type_1 function_1 (type_2 addr,char *hostname,int port,int privport,int oobinline,int nodelay, int keepalive,type_3 plug,type_4 *conf) { lo...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nSocket platform_new_connection\n (SockAddr addr,char *hostname,int port,int privport,int oobinline,int nodelay,\n int keepa...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ntype_1 function_1\n (type_2 addr,char *hostname,int port,int privport,int oobinline,int nodelay,\n int keepalive,type_3 plu...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator ...
1247_puttytel_and_puttytel_strip.c
set_raw_mouse_mode
FUN_00167b2a
set_raw_mouse_mode
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_raw_mouse_mode(void *frontend,wchar_t activate) { int iVar1; wchar_t activate_local; void *frontend_local; gui_data *inst; if (activate != L'\0') { iVar1 = conf_get_int(*(Conf **)((long)frontend + 0x22d0),0x44); if...
void FUN_00167b2a(long param_1,int param_2) { int iVar1; if (param_2 != 0) { iVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x44); if (iVar1 == 0) { DAT_001b8940 = 1; goto LAB_00167b6f; } } DAT_001b8940 = 0; LAB_00167b6f: FUN_00164ce6(param_1); return; }
(translation_unit "void FUN_00167b2a(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_001163b3(*(undefined8 *)(param_1 + 0x22d0),0x44);\n if (iVar1 == 0) {\n DAT_001b8940 = 1;\n goto LAB_00167b6f;\n }\n }\n DAT_001b8940 = 0;\nLAB_00167b6f:\n FUN_00164ce6(param_...
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 CMP dword ptr [RBP + -0x1c],0x0 JZ 0x00167b6a MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x44 MOV RDI,RAX CALL 0x001163b3 TEST EAX...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,type_1 var_1) { int var_3; type_1 activate_local; void *frontend_local; type_2 *inst; if (var_1 != L'\0') { var_3 = var_2(*(type_3 **)((long)frontend + 0x22d0),0x44); if (var_3 == 0) { s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_raw_mouse_mode(void *frontend,wchar_t activate)\n\n{\n int iVar1;\n wchar_t activate_local;\n void *frontend_local;\n gui_data *inst;\n \n if (activate != L'\0') {\n iVar1 = conf_get_int(*(Conf **)((long)fro...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 var_1)\n\n{\n int var_3;\n type_1 activate_local;\n void *frontend_local;\n type_2 *inst;\n \n if (var_1 != L'\0') {\n var_3 = var_2(*(type_3 **)((long)frontend + 0x22d0),0x44);\...
(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...
731_pterm_and_pterm_strip.c
wprefs
FUN_0012a382
wprefs
void wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary) { int iVar1; size_t sVar2; char *pcVar3; char *pcVar4; undefined1 *puVar5; Conf *conf_local; int primary_local; int nvals_local; keyvalwhere *mapping_local; char *name_local; void *sesskey_local; int i;...
void FUN_0012a382(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4, undefined8 param_5,undefined4 param_6) { undefined4 uVar1; int iVar2; size_t sVar3; char *pcVar4; long lVar5; undefined1 *puVar6; int local_40; int local_3c; char *local_38; local_3c = 0; ...
(translation_unit "void FUN_0012a382(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4,\n undefined8 param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n int iVar2;\n size_t sVar3;\n char *pcVar4;\n long lVar5;\n undefined1 *puVar6;\n int local_40;\n int local_3c;\n char *l...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x68 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDX MOV dword ptr [RBP + -0x5c],ECX MOV qword ptr [RBP + -0x68],R8 MOV dword ptr [RBP + -0x60],R9D MOV dword ptr [RBP + -0x38],0x0 MOV EAX,dword ptr [RBP + -0x38] MOV dword ptr [RBP + -...
void function_1(void *sesskey,char *name,type_1 *mapping,int var_2,type_2 *conf,int primary) { int var_12; size_t sVar2; char *var_5; char *var_9; type_3 *puVar5; type_2 *conf_local; int primary_local; int nvals_local; type_1 *mapping_local; char *name_local; void *sesskey_local; int var_1; ...
(translation_unit "void wprefs(void *sesskey,char *name,keyvalwhere *mapping,int nvals,Conf *conf,int primary)\n\n{\n int iVar1;\n size_t sVar2;\n char *pcVar3;\n char *pcVar4;\n undefined1 *puVar5;\n Conf *conf_local;\n int primary_local;\n int nvals_local;\n keyvalwhere *mapping_local;\n char *name_local;\n...
(translation_unit "void function_1(void *sesskey,char *name,type_1 *mapping,int var_2,type_2 *conf,int primary)\n\n{\n int var_12;\n size_t sVar2;\n char *var_5;\n char *var_9;\n type_3 *puVar5;\n type_2 *conf_local;\n int primary_local;\n int nvals_local;\n type_1 *mapping_local;\n char *name_local;\n void ...
(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_...
628_pterm_and_pterm_strip.c
bsb
FUN_001211d0
bsb
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void bsb(Ldisc ldisc,wchar_t n) { wchar_t n_local; Ldisc ldisc_local; n_local = n; while (n_local != L'\0') { c_write(ldisc,"\b \b",L'\x03'); n_local = n_local + L'\xffffffff'; } return; }
void FUN_001211d0(undefined8 param_1,int param_2) { int local_14; local_14 = param_2; while (local_14 != 0) { FUN_00120f3c(param_1,&DAT_0018d7ef,3); local_14 = local_14 + -1; } return; }
(translation_unit "void FUN_001211d0(undefined8 param_1,int param_2)\n\n{\n int local_14;\n \n local_14 = param_2;\n while (local_14 != 0) {\n FUN_00120f3c(param_1,&DAT_0018d7ef,3);\n local_14 = local_14 + -1;\n }\n return;\n}\n\n" (function_definition "void FUN_001211d0(undefined8 param_1,int param_2)\n\n{...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI JMP 0x001211f9 MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x3 LEA RSI,[0x18d7ef] MOV RDI,RAX CALL 0x00120f3c MOV EAX,dword ptr [RBP + -0xc] LEA EDX,[RAX + -0x1] MOV dword ptr [RBP + -0xc],EDX TEST EAX,EAX JNZ 0x001211e1 NOP LEAV...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ldisc,type_2 n) { type_2 var_1; type_1 ldisc_local; var_1 = n; while (var_1 != L'\0') { var_2(ldisc,"\b \b",L'\x03'); var_1 = var_1 + L'\xffffffff'; } return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid bsb(Ldisc ldisc,wchar_t n)\n\n{\n wchar_t n_local;\n Ldisc ldisc_local;\n \n n_local = n;\n while (n_local != L'\0') {\n c_write(ldisc,"\b \b",L'\x03');\n n_local = n_local + L'\xffffffff';\n }\n return;\n}\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ldisc,type_2 n)\n\n{\n type_2 var_1;\n type_1 ldisc_local;\n \n var_1 = n;\n while (var_1 != L'\0') {\n var_2(ldisc,"\b \b",L'\x03');\n var_1 = var_1 + L'\xffffffff';\n }\n return;\n}\n\n" ...
(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)))) body: (compoun...
945_pterm_and_pterm_strip.c
listbox_reorder
FUN_0014a473
listbox_reorder
void listbox_reorder(GtkTreeModel *treemodel,GtkTreePath *path,GtkTreeIter *iter,gpointer data) { undefined8 uVar1; undefined8 uVar2; GtkWidget *w; uctrl *puVar3; undefined8 *puVar4; gpointer data_local; GtkTreeIter *iter_local; GtkTreePath *path_local; GtkTreeModel *treemodel_local; dlgparam *dp;...
void FUN_0014a473(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4) { undefined8 uVar1; undefined8 uVar2; long lVar3; long *plVar4; if ((*(uint *)(param_4 + 0x1c) & 2) == 0) { uVar1 = g_type_check_instance_cast(param_1,0x50); uVar1 = g_object_get_data(uVar1,"user-data"); ...
(translation_unit "void FUN_0014a473(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long lVar3;\n long *plVar4;\n \n if ((*(uint *)(param_4 + 0x1c) & 2) == 0) {\n uVar1 = g_type_check_instance_cast(param_1,0x50);\n uVar1 = g_object_get_d...
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 qword ptr [RBP + -0x40],RCX MOV RAX,qword ptr [RBP + -0x40] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX + 0x1c] AND EAX,0x2 TEST EAX,EAX JNZ 0x...
void function_1(type_1 *treemodel,type_2 *path,type_3 *iter,type_4 data) { type_5 uVar1; type_5 uVar2; type_6 *w; type_7 *var_5; type_5 *puVar4; type_4 data_local; type_3 *iter_local; type_2 *path_local; type_1 *treemodel_local; type_8 *dp; type_4 tree; type_7 *uc; type_9 *ctx; if ((*(t...
(translation_unit "void listbox_reorder(GtkTreeModel *treemodel,GtkTreePath *path,GtkTreeIter *iter,gpointer data)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n GtkWidget *w;\n uctrl *puVar3;\n undefined8 *puVar4;\n gpointer data_local;\n GtkTreeIter *iter_local;\n GtkTreePath *path_local;\n GtkTreeModel *tre...
(translation_unit "void function_1(type_1 *treemodel,type_2 *path,type_3 *iter,type_4 data)\n\n{\n type_5 uVar1;\n type_5 uVar2;\n type_6 *w;\n type_7 *var_5;\n type_5 *puVar4;\n type_4 data_local;\n type_3 *iter_local;\n type_2 *path_local;\n type_1 *treemodel_local;\n type_8 *dp;\n type_4 tree;\n type_7 *...
(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...
1108_puttytel_and_puttytel_strip.c
xlfd_recompose
FUN_0015a2c6
xlfd_recompose
char * xlfd_recompose(xlfd_decomposed *dec) { char *pcVar1; ulong uVar2; undefined *puVar3; undefined *puVar4; undefined *puVar5; undefined *puVar6; undefined *puVar7; ulong uVar8; wchar_t local_4c; wchar_t local_48; wchar_t local_44; xlfd_decomposed *dec_local; if (dec->average_width == ...
void FUN_0015a2c6(undefined8 *param_1) { undefined4 uVar1; undefined *puVar2; undefined *puVar3; undefined *puVar4; undefined *puVar5; undefined *puVar6; undefined4 uVar7; undefined4 local_4c; undefined4 local_48; undefined4 local_44; if (*(int *)(param_1 + 9) == -0x80000000) { uVar7 = 0;...
(translation_unit "void FUN_0015a2c6(undefined8 *param_1)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n undefined *puVar3;\n undefined *puVar4;\n undefined *puVar5;\n undefined *puVar6;\n undefined4 uVar7;\n undefined4 local_4c;\n undefined4 local_48;\n undefined4 local_44;\n \n if (*(int *)(param_1 + 9) ...
PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x38],RDI MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX + 0x58] MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX + 0x50] MOV qword ptr [RBP + -0x58],RAX MOV RAX,qword ptr [...
char * function_1(type_1 *dec) { char *pcVar1; type_2 uVar2; type_3 *puVar3; type_3 *puVar4; type_3 *puVar5; type_3 *puVar6; type_3 *puVar7; type_2 uVar8; type_4 local_4c; type_4 local_48; type_4 local_44; type_1 *dec_local; if (dec->average_width == L'\x80000000') { uVar8 = 0; } ...
(translation_unit "char * xlfd_recompose(xlfd_decomposed *dec)\n\n{\n char *pcVar1;\n ulong uVar2;\n undefined *puVar3;\n undefined *puVar4;\n undefined *puVar5;\n undefined *puVar6;\n undefined *puVar7;\n ulong uVar8;\n wchar_t local_4c;\n wchar_t local_48;\n wchar_t local_44;\n xlfd_decomposed *dec_local;...
(translation_unit "char * function_1(type_1 *dec)\n\n{\n char *pcVar1;\n type_2 uVar2;\n type_3 *puVar3;\n type_3 *puVar4;\n type_3 *puVar5;\n type_3 *puVar6;\n type_3 *puVar7;\n type_2 uVar8;\n type_4 local_4c;\n type_4 local_48;\n type_4 local_44;\n type_1 *dec_local;\n \n if (dec->average_width == L'\x...
(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)))))) body: (compound_statement (decl...
1377_puttytel_and_puttytel_strip.c
sk_tcp_set_frozen
FUN_00171ac5
sk_tcp_set_frozen
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void sk_tcp_set_frozen(Socket sock,int is_frozen) { int is_frozen_local; Socket sock_local; Actual_Socket_conflict s; if (is_frozen != *(int *)(sock + 8)) { *(int *)(sock + 8) = is_frozen; uxsel_tell((Actual_Socket_conflict)s...
void FUN_00171ac5(long param_1,int param_2) { if (param_2 != *(int *)(param_1 + 0x40)) { *(int *)(param_1 + 0x40) = param_2; FUN_00171d39(param_1); } return; }
(translation_unit "void FUN_00171ac5(long param_1,int param_2)\n\n{\n if (param_2 != *(int *)(param_1 + 0x40)) {\n *(int *)(param_1 + 0x40) = param_2;\n FUN_00171d39(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_00171ac5(long param_1,int param_2)\n\n{\n if (param_2 != *(int *)(param_1 + 0x40)...
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 + 0x40] CMP dword ptr [RBP + -0x1c],EAX JZ 0x00171b00 MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 var_2,int var_1) { int is_frozen_local; type_1 sock_local; type_2 s; if (var_1 != *(int *)(var_2 + 8)) { *(int *)(var_2 + 8) = var_1; var_3((type_2)var_2); } return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_tcp_set_frozen(Socket sock,int is_frozen)\n\n{\n int is_frozen_local;\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (is_frozen != *(int *)(sock + 8)) {\n *(int *)(sock + 8) = is_frozen;\n uxsel_t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 var_2,int var_1)\n\n{\n int is_frozen_local;\n type_1 sock_local;\n type_2 s;\n \n if (var_1 != *(int *)(var_2 + 8)) {\n *(int *)(var_2 + 8) = var_1;\n var_3((type_2)var_2);\n }\n return;\n...
(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: (identifier)))) body: (compound...
1145_puttytel_and_puttytel_strip.c
pangofont_size_increment
FUN_0015e09f
pangofont_size_increment
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * pangofont_size_increment(unifont *font,wchar_t increment) { int iVar1; undefined8 uVar2; undefined8 uVar3; wchar_t increment_local; unifont *font_local; wchar_t size; char *retname; pangofont *pfont; PangoFontDescriptio...
undefined8 FUN_0015e09f(long *param_1,int param_2) { int iVar1; undefined8 uVar2; undefined8 uVar3; undefined8 local_28; uVar2 = pango_font_description_copy_static(param_1[5]); iVar1 = pango_font_description_get_size(uVar2); iVar1 = iVar1 + param_2 * 0x400; if (iVar1 < 1) { local_28 = 0; } ...
(translation_unit "undefined8 FUN_0015e09f(long *param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 local_28;\n \n uVar2 = pango_font_description_copy_static(param_1[5]);\n iVar1 = pango_font_description_get_size(uVar2);\n iVar1 = iVar1 + param_2 * 0x400;\n if (iVar1 < ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x28] MOV RDI,RAX CALL 0x00111fd0 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(type_1 *font,type_2 var_4) { int var_3; type_3 uVar2; type_3 uVar3; type_2 increment_local; type_1 *font_local; type_2 size; char *retname; type_4 *pfont; type_5 *desc; char *newname; uVar2 = var_1(fon...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * pangofont_size_increment(unifont *font,wchar_t increment)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n wchar_t increment_local;\n unifont *font_local;\n wchar_t size;\n char *retname;\n pangofont...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *font,type_2 var_4)\n\n{\n int var_3;\n type_3 uVar2;\n type_3 uVar3;\n type_2 increment_local;\n type_1 *font_local;\n type_2 size;\n char *retname;\n type_4 *pfont;\n type_5 *desc;\n char ...
(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))) (parameter_declaration t...
1361_puttytel_and_puttytel_strip.c
sk_tcp_plug
FUN_0016f805
sk_tcp_plug
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Plug sk_tcp_plug(Socket sock,Plug p) { socket_function_table *psVar1; Plug p_local; Socket sock_local; Actual_Socket_conflict s; Plug ret; psVar1 = sock[3]; if (p != (Plug)0x0) { sock[3] = (socket_function_table *)p; } ...
undefined8 FUN_0016f805(long param_1,long param_2) { undefined8 uVar1; uVar1 = *(undefined8 *)(param_1 + 0x18); if (param_2 != 0) { *(long *)(param_1 + 0x18) = param_2; } return uVar1; }
(translation_unit "undefined8 FUN_0016f805(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = *(undefined8 *)(param_1 + 0x18);\n if (param_2 != 0) {\n *(long *)(param_1 + 0x18) = param_2;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0016f805(long param_1,long param_2)\n\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 + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x20],0x0 JZ 0x0016f838 MOV RAX,qword ptr [RBP + -0x10]...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 sock,type_1 var_1) { type_3 *psVar1; type_1 p_local; type_2 sock_local; type_4 s; type_1 ret; psVar1 = sock[3]; if (var_1 != (type_1)0x0) { sock[3] = (type_3 *)var_1; } return (type_1)psVar1; } ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nPlug sk_tcp_plug(Socket sock,Plug p)\n\n{\n socket_function_table *psVar1;\n Plug p_local;\n Socket sock_local;\n Actual_Socket_conflict s;\n Plug ret;\n \n psVar1 = sock[3];\n if (p != (Plug)0x0) {\n sock[3] = (so...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 sock,type_1 var_1)\n\n{\n type_3 *psVar1;\n type_1 p_local;\n type_2 sock_local;\n type_4 s;\n type_1 ret;\n \n psVar1 = sock[3];\n if (var_1 != (type_1)0x0) {\n sock[3] = (type_3 *)var_1;\...
(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...
1018_pterm_and_pterm_strip.c
pangofont_draw_text
FUN_00153eba
pangofont_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void pangofont_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;...
void FUN_00153eba(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4, undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { FUN_00153a53(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,0);...
(translation_unit "void FUN_00153eba(undefined8 param_1,undefined8 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 FUN_00153a53(param_1,param_2,param_3,param_4,param_5,param_6,para...
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 R9D,dword ptr [RBP + -0x24] MOV R8,qword ptr [RBP + -0x20] MOV ECX,dword ptr [RBP + -0x18] M...
/* 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 *...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid pangofont_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_...
(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 ...
(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...
1348_puttytel_and_puttytel_strip.c
sk_nonamelookup
FUN_0016f273
sk_nonamelookup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ SockAddr sk_nonamelookup(char *host) { SockAddr pSVar1; char *host_local; SockAddr ret; pSVar1 = (SockAddr)safemalloc(1,0x220); pSVar1->error = (char *)0x0; pSVar1->superfamily = ADDRTYPE_UNSPEC; strncpy(pSVar1->hostname,host,0...
undefined4 * FUN_0016f273(char *param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)FUN_001297e1(1,0x220); *(undefined8 *)(puVar1 + 2) = 0; puVar1[4] = 0; strncpy((char *)(puVar1 + 8),param_1,0x200); *(undefined *)((long)puVar1 + 0x21f) = 0; *(undefined8 *)(puVar1 + 6) = 0; *puVar1 = 1; return ...
(translation_unit "undefined4 * FUN_0016f273(char *param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)FUN_001297e1(1,0x220);\n *(undefined8 *)(puVar1 + 2) = 0;\n puVar1[4] = 0;\n strncpy((char *)(puVar1 + 8),param_1,0x200);\n *(undefined *)((long)puVar1 + 0x21f) = 0;\n *(undefined8 *)(puVar1 + 6) =...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x220 MOV EDI,0x1 CALL 0x001297e1 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x8],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x10],0x0 MOV RAX,qword ptr [RBP + -0x8] LEA RCX,[RAX + 0x20] MOV RA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(char *host) { type_1 pSVar1; char *host_local; type_1 ret; pSVar1 = (type_1)var_1(1,0x220); pSVar1->error = (char *)0x0; pSVar1->superfamily = ADDRTYPE_UNSPEC; var_2(pSVar1->hostname,host,0x200); pSVar1->hos...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr sk_nonamelookup(char *host)\n\n{\n SockAddr pSVar1;\n char *host_local;\n SockAddr ret;\n \n pSVar1 = (SockAddr)safemalloc(1,0x220);\n pSVar1->error = (char *)0x0;\n pSVar1->superfamily = ADDRTYPE_UNSPEC;\n s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *host)\n\n{\n type_1 pSVar1;\n char *host_local;\n type_1 ret;\n \n pSVar1 = (type_1)var_1(1,0x220);\n pSVar1->error = (char *)0x0;\n pSVar1->superfamily = ADDRTYPE_UNSPEC;\n var_2(pSVar1->hostn...
(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: (type_ide...
1326_puttytel_and_puttytel_strip.c
filename_serialise
FUN_0016e620
filename_serialise
int filename_serialise(Filename *f,void *vdata) { size_t sVar1; void *vdata_local; Filename *f_local; int len; char *data; sVar1 = strlen(f->path); if (vdata != (void *)0x0) { strcpy((char *)vdata,f->path); } return (int)sVar1 + 1; }
int FUN_0016e620(undefined8 *param_1,char *param_2) { size_t sVar1; sVar1 = strlen((char *)*param_1); if (param_2 != (char *)0x0) { strcpy(param_2,(char *)*param_1); } return (int)sVar1 + 1; }
(translation_unit "int FUN_0016e620(undefined8 *param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen((char *)*param_1);\n if (param_2 != (char *)0x0) {\n strcpy(param_2,(char *)*param_1);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "int FUN_0016e620(undefined8 *param_1,char *param_2)\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 + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV RDI,RAX CALL 0x001105f0 ADD EAX,0x1 MOV dword ptr [RBP + -0xc],EAX CMP qword ptr [RBP + -0x8],0x0 J...
int function_1(type_1 *f,void *var_2) { size_t sVar1; void *vdata_local; type_1 *f_local; int len; char *data; sVar1 = var_1(f->path); if (var_2 != (void *)0x0) { var_3((char *)var_2,f->path); } return (int)sVar1 + 1; }
(translation_unit "int filename_serialise(Filename *f,void *vdata)\n\n{\n size_t sVar1;\n void *vdata_local;\n Filename *f_local;\n int len;\n char *data;\n \n sVar1 = strlen(f->path);\n if (vdata != (void *)0x0) {\n strcpy((char *)vdata,f->path);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "...
(translation_unit "int function_1(type_1 *f,void *var_2)\n\n{\n size_t sVar1;\n void *vdata_local;\n type_1 *f_local;\n int len;\n char *data;\n \n sVar1 = var_1(f->path);\n if (var_2 != (void *)0x0) {\n var_3((char *)var_2,f->path);\n }\n return (int)sVar1 + 1;\n}\n\n" (function_definition "int function_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...
968_pterm_and_pterm_strip.c
fatal_message_box
FUN_0014ef7c
fatal_message_box
void fatal_message_box(void *window,char *msg) { int minwid; char *msg_local; void *window_local; minwid = string_width("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY"); messagebox((GtkWidget *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_00193686,0x6f,1,1,0); return; }
void FUN_0014ef7c(undefined8 param_1,undefined8 param_2) { undefined4 uVar1; uVar1 = FUN_0015a86b("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY"); FUN_0014e1e3(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_00193686,0x6f,1,1,0); return; }
(translation_unit "void FUN_0014ef7c(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0015a86b("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n FUN_0014e1e3(param_1,"PuTTY Fatal Error",param_2,uVar1,0,&DAT_00193686,0x6f,1,1,0);\n return;\n}\n\n" (function_definition "void FUN_001...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI LEA RDI,[0x193658] CALL 0x0015a86b MOV ECX,EAX MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] PUSH 0x0 PUSH 0x1 PUSH 0x1 PUSH 0x6f LEA R9,[0x193686] MOV R8D,0x0 LEA RSI,[0x193689] MOV RDI,RAX MOV EAX,0x0 CAL...
void function_1(void *window,char *msg) { int minwid; char *msg_local; void *window_local; minwid = var_1("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY"); var_2((type_1 *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_00193686,0x6f,1,1,0); return; }
(translation_unit "void fatal_message_box(void *window,char *msg)\n\n{\n int minwid;\n char *msg_local;\n void *window_local;\n \n minwid = string_width("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n messagebox((GtkWidget *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_00193686,0x6f,1,1,0);\n return;\n}\n\n"...
(translation_unit "void function_1(void *window,char *msg)\n\n{\n int minwid;\n char *msg_local;\n void *window_local;\n \n minwid = var_1("REASONABLY LONG LINE OF TEXT FOR BASIC SANITY");\n var_2((type_1 *)window,"PuTTY Fatal Error",msg,minwid,0,&DAT_00193686,0x6f,1,1,0);\n return;\n}\n\n" (function_definition ...
(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_...
645_pterm_and_pterm_strip.c
log_init
FUN_001234e6
log_init
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * log_init(void *frontend,Conf *conf) { int iVar1; undefined8 *puVar2; Conf *pCVar3; Conf *conf_local; void *frontend_local; LogContext *ctx; puVar2 = (undefined8 *)safemalloc(1,0x48); *puVar2 = 0; *(undefined4 *)(puVa...
undefined8 * FUN_001234e6(undefined8 param_1,undefined8 param_2) { undefined4 uVar1; undefined8 *puVar2; undefined8 uVar3; puVar2 = (undefined8 *)FUN_001282f0(1,0x48); *puVar2 = 0; *(undefined4 *)(puVar2 + 1) = 0; puVar2[6] = param_1; uVar3 = FUN_00114e94(param_2); puVar2[7] = uVar3; uVar1 = FU...
(translation_unit "undefined8 * FUN_001234e6(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n \n puVar2 = (undefined8 *)FUN_001282f0(1,0x48);\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0;\n puVar2[6] = param_1;\n uVar3 = FUN_00114e94(param_2);\n p...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV ESI,0x48 MOV EDI,0x1 CALL 0x001282f0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x8],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * function_1(void *frontend,type_1 *conf) { int iVar1; type_2 *var_2; type_1 *pCVar3; type_1 *conf_local; void *frontend_local; type_3 *ctx; var_2 = (type_2 *)var_1(1,0x48); *var_2 = 0; *(type_4 *)(var_2 + 1) = 0; va...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * log_init(void *frontend,Conf *conf)\n\n{\n int iVar1;\n undefined8 *puVar2;\n Conf *pCVar3;\n Conf *conf_local;\n void *frontend_local;\n LogContext *ctx;\n \n puVar2 = (undefined8 *)safemalloc(1,0x48);\n *puV...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(void *frontend,type_1 *conf)\n\n{\n int iVar1;\n type_2 *var_2;\n type_1 *pCVar3;\n type_1 *conf_local;\n void *frontend_local;\n type_3 *ctx;\n \n var_2 = (type_2 *)var_1(1,0x48);\n *var_2 = 0;\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) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty...
1488_puttytel_and_puttytel_strip.c
is_dbcs_leadbyte
FUN_00176bb3
is_dbcs_leadbyte
wchar_t is_dbcs_leadbyte(wchar_t codepage,char byte) { char byte_local; wchar_t codepage_local; return L'\0'; }
undefined8 FUN_00176bb3(void) { return 0; }
(translation_unit "undefined8 FUN_00176bb3(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00176bb3(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00176bb3(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI MOV EAX,ESI MOV byte ptr [RBP + -0x8],AL MOV EAX,0x0 POP RBP RET
type_1 function_1(type_1 codepage,char byte) { char byte_local; type_1 codepage_local; return L'\0'; }
(translation_unit "wchar_t is_dbcs_leadbyte(wchar_t codepage,char byte)\n\n{\n char byte_local;\n wchar_t codepage_local;\n \n return L'\0';\n}\n\n" (function_definition "wchar_t is_dbcs_leadbyte(wchar_t codepage,char byte)\n\n{\n char byte_local;\n wchar_t codepage_local;\n \n return L'\0';\n}" type_identifier...
(translation_unit "type_1 function_1(type_1 codepage,char byte)\n\n{\n char byte_local;\n type_1 codepage_local;\n \n return L'\0';\n}\n\n" (function_definition "type_1 function_1(type_1 codepage,char byte)\n\n{\n char byte_local;\n type_1 codepage_local;\n \n return L'\0';\n}" type_identifier (function_declara...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statemen...
881_pterm_and_pterm_strip.c
columns_gtk3_get_natfw_height
FUN_001475ce
columns_gtk3_get_natfw_height
gint columns_gtk3_get_natfw_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_for_width(child->widget,child->w,0,&ret); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { ...
undefined4 FUN_001475ce(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_for_width(*param_1,*(undefined4 *)(param_1 + 7),0,&local_14); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { ...
(translation_unit "undefined4 FUN_001475ce(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_for_width(*param_1,*(undefined4 *)(param_1 + 7),0,&local_14);\n if (local_10 != *(long *)(in_FS_OFFSE...
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 + 0x38] 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->w,0,&ret); if (var_3 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_4(); } return ret; }
(translation_unit "gint columns_gtk3_get_natfw_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_for_width(child->widget,child->w,0,&ret);\n if (local_10 != *(long *)(i...
(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->w,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...
614_pterm_and_pterm_strip.c
ctrl_pushbutton
FUN_001208fa
ctrl_pushbutton
control * ctrl_pushbutton(controlset *s,char *label,char shortcut,intorptr helpctx, handler_fn handler,intorptr context) { control *pcVar1; char *pcVar2; intorptr context_local; handler_fn handler_local; intorptr helpctx_local; char shortcut_local; char *label_local; controlse...
long FUN_001208fa(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6) { long lVar1; undefined8 uVar2; lVar1 = FUN_00120055(param_1,4,param_4,param_5,param_6); if (param_2 == 0) { uVar2 = 0; } else { uVar2 = FUN_0012725c(p...
(translation_unit "long FUN_001208fa(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00120055(param_1,4,param_4,param_5,param_6);\n if (param_2 == 0) {\n uVar2 = 0;\n }\n else...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV EAX,EDX MOV qword ptr [RBP + -0x30],RCX MOV qword ptr [RBP + -0x38],R8 MOV qword ptr [RBP + -0x40],R9 MOV byte ptr [RBP + -0x24],AL MOV RSI,qword ptr [RBP + -0x40] MOV RCX,qword ptr [RBP + -0x38] MOV RDX,qword ptr [RBP...
type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx, type_4 handler,type_3 context) { type_1 *pcVar1; char *pcVar2; type_3 context_local; type_4 handler_local; type_3 helpctx_local; char shortcut_local; char *label_local; type_2 *s_local; type_1 *c; p...
(translation_unit "control * ctrl_pushbutton(controlset *s,char *label,char shortcut,intorptr helpctx,\n handler_fn handler,intorptr context)\n\n{\n control *pcVar1;\n char *pcVar2;\n intorptr context_local;\n handler_fn handler_local;\n intorptr helpctx_local;\n char shortcut_local;\n ch...
(translation_unit "type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx,\n type_4 handler,type_3 context)\n\n{\n type_1 *pcVar1;\n char *pcVar2;\n type_3 context_local;\n type_4 handler_local;\n type_3 helpctx_local;\n char shortcut_local;\n char *label_local;\n type_2 ...
(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...
923_pterm_and_pterm_strip.c
dlg_filesel_get
FUN_00149809
dlg_filesel_get
Filename * dlg_filesel_get(control *ctrl,void *dlg) { uctrl *puVar1; undefined8 uVar2; char *str; Filename *pFVar3; void *dlg_local; control *ctrl_local; dlgparam *dp; uctrl *uc; puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl); if ((puVar1->ctrl->generic).type != 7) { /* WARN...
void FUN_00149809(undefined8 param_1,undefined8 param_2) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_00148310(param_2,param_1); if (*(int *)*puVar1 != 7) { /* WARNING: Subroutine does not return */ __assert_fail("uc->ctrl->generic.type == CTRL_FILESELECT","uni...
(translation_unit "void FUN_00149809(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);\n if (*(int *)*puVar1 != 7) {\n /* WARNING: Subroutine does not return */\n __assert_fail("uc->ctrl->generic.ty...
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 MOV RDX,qword ptr [RBP + -0x18] 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 ...
type_1 * function_1(type_2 *ctrl,void *dlg) { type_3 *puVar1; type_4 uVar2; char *str; type_1 *pFVar3; void *dlg_local; type_2 *ctrl_local; type_5 *dp; type_3 *uc; puVar1 = var_1((type_5 *)dlg,ctrl); if ((puVar1->ctrl->generic).type != 7) { /* WARNING: Subroutine does not re...
(translation_unit "Filename * dlg_filesel_get(control *ctrl,void *dlg)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n char *str;\n Filename *pFVar3;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 7...
(translation_unit "type_1 * function_1(type_2 *ctrl,void *dlg)\n\n{\n type_3 *puVar1;\n type_4 uVar2;\n char *str;\n type_1 *pFVar3;\n void *dlg_local;\n type_2 *ctrl_local;\n type_5 *dp;\n type_3 *uc;\n \n puVar1 = var_1((type_5 *)dlg,ctrl);\n if ((puVar1->ctrl->generic).type != 7) {\n /*...
(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...
1310_puttytel_and_puttytel_strip.c
saved_session_menuitem
FUN_0016c2f1
saved_session_menuitem
void saved_session_menuitem(GtkMenuItem *item,gpointer data) { undefined8 uVar1; char *str_00; gpointer data_local; GtkMenuItem *item_local; char *str; uVar1 = g_type_check_instance_cast(item,0x50); str_00 = (char *)g_object_get_data(uVar1,"user-data"); launch_saved_session(str_00); return; }
void FUN_0016c2f1(undefined8 param_1) { undefined8 uVar1; uVar1 = g_type_check_instance_cast(param_1,0x50); uVar1 = g_object_get_data(uVar1,"user-data"); FUN_00162a70(uVar1); return; }
(translation_unit "void FUN_0016c2f1(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = g_type_check_instance_cast(param_1,0x50);\n uVar1 = g_object_get_data(uVar1,"user-data");\n FUN_00162a70(uVar1);\n return;\n}\n\n" (function_definition "void FUN_0016c2f1(undefined8 param_1)\n\n{\n undefined8 uVar1;\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 ESI,0x50 MOV RDI,RAX CALL 0x00110540 LEA RSI,[0x1a3bcb] MOV RDI,RAX CALL 0x00111eb0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00162a70 NOP LEAVE RE...
void function_1(type_1 *item,type_2 data) { type_3 uVar1; char *str_00; type_2 data_local; type_1 *item_local; char *str; uVar1 = var_1(item,0x50); str_00 = (char *)var_2(uVar1,"user-data"); var_3(str_00); return; }
(translation_unit "void saved_session_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n undefined8 uVar1;\n char *str_00;\n gpointer data_local;\n GtkMenuItem *item_local;\n char *str;\n \n uVar1 = g_type_check_instance_cast(item,0x50);\n str_00 = (char *)g_object_get_data(uVar1,"user-data");\n launch_saved_ses...
(translation_unit "void function_1(type_1 *item,type_2 data)\n\n{\n type_3 uVar1;\n char *str_00;\n type_2 data_local;\n type_1 *item_local;\n char *str;\n \n uVar1 = var_1(item,0x50);\n str_00 = (char *)var_2(uVar1,"user-data");\n var_3(str_00);\n return;\n}\n\n" (function_definition "void function_1(type_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: (identi...
622_pterm_and_pterm_strip.c
ctrl_checkbox
FUN_00120dc5
ctrl_checkbox
control * ctrl_checkbox(controlset *s,char *label,char shortcut,intorptr helpctx,handler_fn handler, intorptr context) { control *pcVar1; char *pcVar2; intorptr context_local; handler_fn handler_local; intorptr helpctx_local; char shortcut_local; char *label_local; controlset *s...
long FUN_00120dc5(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6) { long lVar1; undefined8 uVar2; lVar1 = FUN_00120055(param_1,3,param_4,param_5,param_6); if (param_2 == 0) { uVar2 = 0; } else { uVar2 = FUN_0012725c(p...
(translation_unit "long FUN_00120dc5(undefined8 param_1,long param_2,undefined param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00120055(param_1,3,param_4,param_5,param_6);\n if (param_2 == 0) {\n uVar2 = 0;\n }\n else...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV EAX,EDX MOV qword ptr [RBP + -0x30],RCX MOV qword ptr [RBP + -0x38],R8 MOV qword ptr [RBP + -0x40],R9 MOV byte ptr [RBP + -0x24],AL MOV RSI,qword ptr [RBP + -0x40] MOV RCX,qword ptr [RBP + -0x38] MOV RDX,qword ptr [RBP...
type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx,type_4 handler, type_3 context) { type_1 *pcVar1; char *pcVar2; type_3 context_local; type_4 handler_local; type_3 helpctx_local; char shortcut_local; char *label_local; type_2 *s_local; type_1 *c; pcV...
(translation_unit "control * ctrl_checkbox(controlset *s,char *label,char shortcut,intorptr helpctx,handler_fn handler,\n intorptr context)\n\n{\n control *pcVar1;\n char *pcVar2;\n intorptr context_local;\n handler_fn handler_local;\n intorptr helpctx_local;\n char shortcut_local;\n char *...
(translation_unit "type_1 * function_1(type_2 *s,char *var_2,char shortcut,type_3 helpctx,type_4 handler,\n type_3 context)\n\n{\n type_1 *pcVar1;\n char *pcVar2;\n type_3 context_local;\n type_4 handler_local;\n type_3 helpctx_local;\n char shortcut_local;\n char *label_local;\n type_2 *s...
(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...
1072_puttytel_and_puttytel_strip.c
filefont_clicked
FUN_0015421d
filefont_clicked
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void filefont_clicked(GtkButton *button,gpointer data) { int iVar1; undefined8 uVar2; GtkWidget *w; uctrl *puVar3; undefined8 uVar4; char *fontname_00; unifontsel *fontsel_00; gpointer data_local; GtkButton *button_local; dl...
void FUN_0015421d(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; long *plVar3; undefined8 uVar4; undefined8 *puVar5; uVar2 = gtk_widget_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); plVar3 = (long *)FUN_00151d08(param_2,uVar2); if (*(int *)*plVar3 == 7) { iVa...
(translation_unit "void FUN_0015421d(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n \n uVar2 = gtk_widget_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n plVar3 = (long *)FUN_00151d08(param_2,uVar2);\n if (*...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV RAX,qword ptr [RBP + -0x50] MOV qword ptr [RBP + -0x38],RAX CALL 0x001104e0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x48] MOV RSI,RDX MOV RDI,RAX CALL 0x00110540 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x38] MOV R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *button,type_2 data) { int var_6; type_3 uVar2; type_4 *w; type_5 *puVar3; type_3 uVar4; char *fontname_00; type_6 *fontsel_00; type_2 data_local; type_1 *button_local; type_7 *dp; type_5 *uc; type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid filefont_clicked(GtkButton *button,gpointer data)\n\n{\n int iVar1;\n undefined8 uVar2;\n GtkWidget *w;\n uctrl *puVar3;\n undefined8 uVar4;\n char *fontname_00;\n unifontsel *fontsel_00;\n gpointer data_local;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *button,type_2 data)\n\n{\n int var_6;\n type_3 uVar2;\n type_4 *w;\n type_5 *puVar3;\n type_3 uVar4;\n char *fontname_00;\n type_6 *fontsel_00;\n type_2 data_local;\n type_1 *button_local;\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...
1079_puttytel_and_puttytel_strip.c
get_listitemheight
FUN_001569b4
get_listitemheight
int get_listitemheight(GtkWidget *w) { long lVar1; undefined8 uVar2; undefined8 uVar3; long in_FS_OFFSET; GtkWidget *w_local; int height; GtkCellRenderer *cr; GtkRequisition req; lVar1 = *(long *)(in_FS_OFFSET + 0x28); uVar2 = gtk_cell_renderer_text_new(); gtk_cell_renderer_get_preferred_size...
undefined4 FUN_001569b4(undefined8 param_1) { undefined8 uVar1; undefined8 uVar2; long in_FS_OFFSET; undefined local_18 [4]; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); uVar1 = gtk_cell_renderer_text_new(); gtk_cell_renderer_get_preferred_size(uVar1,param_1,loca...
(translation_unit "undefined4 FUN_001569b4(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined local_18 [4];\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n uVar1 = gtk_cell_renderer_text_new();\n gtk_cell_renderer_get_pre...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX CALL 0x00110ce0 MOV qword ptr [RBP + -0x18],RAX LEA RDX,[RBP + -0x10] MOV RSI,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RBP + -0x18] MOV ECX,0x0 MOV RDI,RAX CALL 0x00110820 MOV EAX,d...
int function_1(type_1 *w) { long var_8; type_2 uVar2; type_2 uVar3; long var_1; type_1 *w_local; int height; type_3 *cr; type_4 req; var_8 = *(long *)(var_1 + 0x28); uVar2 = var_2(); var_3(uVar2,w,&req,0); uVar3 = var_4(uVar2,0x50); var_5(uVar3); uVar3 = var_4(uVar2,0x50); var_6(uVar3...
(translation_unit "int get_listitemheight(GtkWidget *w)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n GtkWidget *w_local;\n int height;\n GtkCellRenderer *cr;\n GtkRequisition req;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n uVar2 = gtk_cell_renderer_text_new();\n gtk_...
(translation_unit "int function_1(type_1 *w)\n\n{\n long var_8;\n type_2 uVar2;\n type_2 uVar3;\n long var_1;\n type_1 *w_local;\n int height;\n type_3 *cr;\n type_4 req;\n \n var_8 = *(long *)(var_1 + 0x28);\n uVar2 = var_2();\n var_3(uVar2,w,&req,0);\n uVar3 = var_4(uVar2,0x50);\n var_5(uVar3);\n uVar3...
(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: (sized_type_specifi...
661_pterm_and_pterm_strip.c
host_strcspn
FUN_00126d6a
host_strcspn
size_t host_strcspn(char *s,char *set) { char *pcVar1; size_t sVar2; char *set_local; char *s_local; char *answer; pcVar1 = host_strchr_internal(s,set,1); if (pcVar1 == (char *)0x0) { sVar2 = strlen(s); } else { sVar2 = (long)pcVar1 - (long)s; } return sVar2; }
size_t FUN_00126d6a(char *param_1,undefined8 param_2) { long lVar1; size_t sVar2; lVar1 = FUN_00126cc1(param_1,param_2,1); if (lVar1 == 0) { sVar2 = strlen(param_1); } else { sVar2 = lVar1 - (long)param_1; } return sVar2; }
(translation_unit "size_t FUN_00126d6a(char *param_1,undefined8 param_2)\n\n{\n long lVar1;\n size_t sVar2;\n \n lVar1 = FUN_00126cc1(param_1,param_2,1);\n if (lVar1 == 0) {\n sVar2 = strlen(param_1);\n }\n else {\n sVar2 = lVar1 - (long)param_1;\n }\n return sVar2;\n}\n\n" (function_definition "size_t F...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RCX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x18] MOV EDX,0x1 MOV RSI,RCX MOV RDI,RAX CALL 0x00126cc1 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JZ 0x00126da7 MOV RAX,qword ptr [RBP + -0x8]...
size_t function_1(char *s,char *set) { char *var_2; size_t sVar2; char *set_local; char *s_local; char *answer; var_2 = var_1(s,set,1); if (var_2 == (char *)0x0) { sVar2 = var_3(s); } else { sVar2 = (long)var_2 - (long)s; } return sVar2; }
(translation_unit "size_t host_strcspn(char *s,char *set)\n\n{\n char *pcVar1;\n size_t sVar2;\n char *set_local;\n char *s_local;\n char *answer;\n \n pcVar1 = host_strchr_internal(s,set,1);\n if (pcVar1 == (char *)0x0) {\n sVar2 = strlen(s);\n }\n else {\n sVar2 = (long)pcVar1 - (long)s;\n }\n retur...
(translation_unit "size_t function_1(char *s,char *set)\n\n{\n char *var_2;\n size_t sVar2;\n char *set_local;\n char *s_local;\n char *answer;\n \n var_2 = var_1(s,set,1);\n if (var_2 == (char *)0x0) {\n sVar2 = var_3(s);\n }\n else {\n sVar2 = (long)var_2 - (long)s;\n }\n return sVar2;\n}\n\n" (func...
(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_...
1059_puttytel_and_puttytel_strip.c
button_clicked
FUN_00153a4a
button_clicked
void button_clicked(GtkButton *button,gpointer data) { undefined8 uVar1; GtkWidget *w; uctrl *puVar2; gpointer data_local; GtkButton *button_local; dlgparam *dp; uctrl *uc; uVar1 = gtk_widget_get_type(); w = (GtkWidget *)g_type_check_instance_cast(button,uVar1); puVar2 = dlg_find_bywidget((dlgp...
void FUN_00153a4a(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); (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(param_2 + 0x10),1); return...
(translation_unit "void FUN_00153a4a(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 (**(code **)(*plVar2 + 0x18))(*plVar2,param_2,*(undefined8 *)(p...
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 *button,type_2 data) { type_3 uVar1; type_4 *w; type_5 *puVar2; type_2 data_local; type_1 *button_local; type_6 *dp; type_5 *uc; uVar1 = var_1(); w = (type_4 *)var_2(button,uVar1); puVar2 = var_3((type_6 *)data,w); (*(puVar2->ctrl->generic).handler)(puVar2->ctrl,data,*(...
(translation_unit "void button_clicked(GtkButton *button,gpointer data)\n\n{\n undefined8 uVar1;\n GtkWidget *w;\n uctrl *puVar2;\n gpointer data_local;\n GtkButton *button_local;\n dlgparam *dp;\n uctrl *uc;\n \n uVar1 = gtk_widget_get_type();\n w = (GtkWidget *)g_type_check_instance_cast(button,uVar1);\n p...
(translation_unit "void function_1(type_1 *button,type_2 data)\n\n{\n type_3 uVar1;\n type_4 *w;\n type_5 *puVar2;\n type_2 data_local;\n type_1 *button_local;\n type_6 *dp;\n type_5 *uc;\n \n uVar1 = var_1();\n w = (type_4 *)var_2(button,uVar1);\n puVar2 = var_3((type_6 *)data,w);\n (*(puVar2->ctrl->generi...
(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...
1270_puttytel_and_puttytel_strip.c
show_scrollbar
FUN_001694c8
show_scrollbar
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void show_scrollbar(gui_data *inst,gboolean visible) { gboolean visible_local; gui_data *inst_local; inst->sbar_visible = visible; if (visible == 0) { gtk_widget_hide(inst->sbar); } else { gtk_widget_show(inst->sbar); }...
void FUN_001694c8(long param_1,int param_2) { *(int *)(param_1 + 0x18) = param_2; if (param_2 == 0) { gtk_widget_hide(*(undefined8 *)(param_1 + 0x10)); } else { gtk_widget_show(*(undefined8 *)(param_1 + 0x10)); } return; }
(translation_unit "void FUN_001694c8(long param_1,int param_2)\n\n{\n *(int *)(param_1 + 0x18) = param_2;\n if (param_2 == 0) {\n gtk_widget_hide(*(undefined8 *)(param_1 + 0x10));\n }\n else {\n gtk_widget_show(*(undefined8 *)(param_1 + 0x10));\n }\n return;\n}\n\n" (function_definition "void FUN_001694c8(l...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [RBP + -0xc] MOV dword ptr [RAX + 0x18],EDX CMP dword ptr [RBP + -0xc],0x0 JZ 0x001694f9 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] MOV RDI,RAX CALL 0x00111...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst,type_2 var_1) { type_2 visible_local; type_1 *inst_local; inst->sbar_visible = var_1; if (var_1 == 0) { var_2(inst->sbar); } else { var_3(inst->sbar); } return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid show_scrollbar(gui_data *inst,gboolean visible)\n\n{\n gboolean visible_local;\n gui_data *inst_local;\n \n inst->sbar_visible = visible;\n if (visible == 0) {\n gtk_widget_hide(inst->sbar);\n }\n else {\n g...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 var_1)\n\n{\n type_2 visible_local;\n type_1 *inst_local;\n \n inst->sbar_visible = var_1;\n if (var_1 == 0) {\n var_2(inst->sbar);\n }\n else {\n var_3(inst->sbar);\n }\n re...
(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...
864_pterm_and_pterm_strip.c
columns_add
FUN_00145e07
columns_add
void columns_add(Columns *cols,GtkWidget *child,gint colstart,gint colspan) { int iVar1; GType GVar2; long lVar3; undefined8 *puVar4; GList *pGVar5; undefined8 uVar6; gint colspan_local; gint colstart_local; GtkWidget *child_local; Columns *cols_local; gboolean __r; GTypeInstance *__inst; GT...
void FUN_00145e07(long *param_1,long param_2,undefined4 param_3,undefined4 param_4) { int iVar1; long lVar2; long *plVar3; undefined8 uVar4; int local_24; if (param_1 == (long *)0x0) { g_return_if_fail_warning(0,"columns_add","cols != NULL"); } else { lVar2 = FUN_00145243(); if (param_1...
(translation_unit "void FUN_00145e07(long *param_1,long param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n long lVar2;\n long *plVar3;\n undefined8 uVar4;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_add","cols != NULL");\n }\n else {\n lVar2 = ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x34],EDX MOV dword ptr [RBP + -0x38],ECX CMP qword ptr [RBP + -0x28],0x0 JNZ 0x00145e41 LEA RDX,[0x192e18] LEA RSI,[0x192f78] MOV EDI,0x0 CALL 0x0010f210 JMP 0x00146066 MOV RAX,qword ptr [RBP + -0x28...
void function_1(type_1 *var_1,type_2 *var_7,type_3 colstart,type_3 colspan) { int var_17; type_4 var_4; long var_9; type_5 *var_11; type_6 *pGVar5; type_5 uVar6; type_3 colspan_local; type_3 colstart_local; type_2 *child_local; type_1 *cols_local; type_7 var_6; type_8 *__inst; type_4 __t; ...
(translation_unit "void columns_add(Columns *cols,GtkWidget *child,gint colstart,gint colspan)\n\n{\n int iVar1;\n GType GVar2;\n long lVar3;\n undefined8 *puVar4;\n GList *pGVar5;\n undefined8 uVar6;\n gint colspan_local;\n gint colstart_local;\n GtkWidget *child_local;\n Columns *cols_local;\n gboolean __r...
(translation_unit "void function_1(type_1 *var_1,type_2 *var_7,type_3 colstart,type_3 colspan)\n\n{\n int var_17;\n type_4 var_4;\n long var_9;\n type_5 *var_11;\n type_6 *pGVar5;\n type_5 uVar6;\n type_3 colspan_local;\n type_3 colstart_local;\n type_2 *child_local;\n type_1 *cols_local;\n type_7 var_6;\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...
1345_puttytel_and_puttytel_strip.c
sk_init
FUN_0016efac
sk_init
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void sk_init(void) { sktree = newtree234(cmpfortree); return; }
void FUN_0016efac(void) { DAT_001b8948 = FUN_0014c3cf(FUN_0016eee9); return; }
(translation_unit "void FUN_0016efac(void)\n\n{\n DAT_001b8948 = FUN_0014c3cf(FUN_0016eee9);\n return;\n}\n\n" (function_definition "void FUN_0016efac(void)\n\n{\n DAT_001b8948 = FUN_0014c3cf(FUN_0016eee9);\n return;\n}" primitive_type (function_declarator "FUN_0016efac(void)" identifier (parameter_list "(void)" ( ...
PUSH RBP MOV RBP,RSP LEA RDI,[0x16eee9] CALL 0x0014c3cf MOV qword ptr [0x001b8948],RAX NOP POP RBP RET
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void) { sktree = var_1(cmpfortree); return; }
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_init(void)\n\n{\n sktree = newtree234(cmpfortree);\n return;\n}\n\n" comment comment (function_definition "void sk_init(void)\n\n{\n skt...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void)\n\n{\n sktree = var_1(cmpfortree);\n return;\n}\n\n" comment comment (function_definition "void function_1(void)\n\n{\n sk...
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_...
1103_puttytel_and_puttytel_strip.c
showeventlog
FUN_001595e2
showeventlog
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void showeventlog(void *estuff,void *parentwin) { int iVar1; undefined8 uVar2; GtkWidget *parent_00; controlbox *pcVar3; controlset *s; intorptr iVar4; intorptr iVar5; control *pcVar6; controlset *s_00; char *pcVar7; GtkWi...
void FUN_001595e2(long param_1,undefined8 param_2) { int iVar1; undefined8 uVar2; long lVar3; undefined8 uVar4; undefined8 uVar5; long lVar6; undefined8 uVar7; undefined8 uVar8; uint local_64; uVar2 = gtk_widget_get_type(); lVar3 = g_type_check_instance_cast(param_2,uVar2); if (*(long *)(pa...
(translation_unit "void FUN_001595e2(long param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n uint local_64;\n \n uVar2 = gtk_widget_get_type();\n lVar3 = g_type_check_instance_cast(pa...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x68 MOV qword ptr [RBP + -0x68],RDI MOV qword ptr [RBP + -0x70],RSI MOV RAX,qword ptr [RBP + -0x68] MOV qword ptr [RBP + -0x58],RAX CALL 0x001104e0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x70] MOV RSI,RDX MOV RDI,RAX CALL 0x00110540 MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void function_1(void *estuff,void *parentwin) { int var_24; type_1 uVar2; type_2 *var_27; type_3 *pcVar3; type_4 *s; type_5 iVar4; type_5 iVar5; type_6 *pcVar6; type_4 *s_00; char *pcVar7; type_2 *child; type_7 *pGVar8; ...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid showeventlog(void *estuff,void *parentwin)\n\n{\n int iVar1;\n undefined8 uVar2;\n GtkWidget *parent_00;\n controlbox *pcVar3;\n controlset *s;\n intorptr iVar4;\n intorptr iVar5;\n control *pcVar6;\n controlset...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(void *estuff,void *parentwin)\n\n{\n int var_24;\n type_1 uVar2;\n type_2 *var_27;\n type_3 *pcVar3;\n type_4 *s;\n type_5 iVar4;\n type_5 iVar5;\n type_6 *pcVar6;\n type_4 *s_00;\n char *pcVar7;\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:...
586_pterm_and_pterm_strip.c
load_selected_session
FUN_00117d3a
load_selected_session
int load_selected_session(sessionsaver_data *ssd,void *dlg,Conf *conf,int *maybe_launch) { int iVar1; int iVar2; char *pcVar3; int *maybe_launch_local; Conf *conf_local; void *dlg_local; sessionsaver_data *ssd_local; int i; int isdef; iVar1 = dlg_listbox_index(ssd->listbox,dlg); if (iVar1 < 0...
undefined8 FUN_00117d3a(long param_1,undefined8 param_2,undefined8 param_3,uint *param_4) { int iVar1; int iVar2; undefined8 uVar3; undefined *puVar4; iVar1 = FUN_00148ebb(*(undefined8 *)(param_1 + 8),param_2); if (iVar1 < 0) { FUN_00149bfc(param_2); uVar3 = 0; } else { iVar2 = strcmp(*...
(translation_unit "undefined8 FUN_00117d3a(long param_1,undefined8 param_2,undefined8 param_3,uint *param_4)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n undefined *puVar4;\n \n iVar1 = FUN_00148ebb(*(undefined8 *)(param_1 + 8),param_2);\n if (iVar1 < 0) {\n FUN_00149bfc(param_2);\n uVar3 = 0;\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 qword ptr [RBP + -0x30],RCX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV RDX,qword ptr [RBP + -0x20] MOV RSI,RDX MOV RDI,RAX CALL 0x00148ebb MOV dword ptr [RBP + -0x...
int function_1(type_1 *ssd,void *dlg,type_2 *conf,int *var_9) { int var_2; int var_7; char *pcVar3; int *maybe_launch_local; type_2 *conf_local; void *dlg_local; type_1 *ssd_local; int i; int isdef; var_2 = var_1(ssd->listbox,dlg); if (var_2 < 0) { var_3(dlg); var_2 = 0; } else { ...
(translation_unit "int load_selected_session(sessionsaver_data *ssd,void *dlg,Conf *conf,int *maybe_launch)\n\n{\n int iVar1;\n int iVar2;\n char *pcVar3;\n int *maybe_launch_local;\n Conf *conf_local;\n void *dlg_local;\n sessionsaver_data *ssd_local;\n int i;\n int isdef;\n \n iVar1 = dlg_listbox_index(ssd...
(translation_unit "int function_1(type_1 *ssd,void *dlg,type_2 *conf,int *var_9)\n\n{\n int var_2;\n int var_7;\n char *pcVar3;\n int *maybe_launch_local;\n type_2 *conf_local;\n void *dlg_local;\n type_1 *ssd_local;\n int i;\n int isdef;\n \n var_2 = var_1(ssd->listbox,dlg);\n if (var_2 < 0) {\n var_3(d...
(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...
1258_puttytel_and_puttytel_strip.c
selection_get
FUN_00168896
selection_get
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: time_stamp_local */ /* WARNING: Variable defined which should be unmapped: seldata_local */ /* WARNING: Variable defined which should be unmapped: widget_local */ /* WARNING: Enum "anon_enum_32":...
void FUN_00168896(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4, long param_5,undefined8 param_6) { long lVar1; long lVar2; lVar2 = param_5; lVar1 = gtk_selection_data_get_target(param_2); if (lVar1 == DAT_001b89a0) { gtk_selection_data_set ...
(translation_unit "void FUN_00168896(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n long param_5,undefined8 param_6)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = param_5;\n lVar1 = gtk_selection_data_get_target(param_2);\n if (lVar1 == DAT_001b89a0) {\n gtk_sele...
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 dword ptr [RBP + -0x28],ECX MOV qword ptr [RBP + -0x30],R8 MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RDI,RAX CALL 0x001102f0 MOV...
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: time_stamp_local */ /* WARNING: Variable defined which should be unmapped: seldata_local */ /* WARNING: Variable defined which should be unmapped: widget_local */ /* WARNING: Enum "anon_enum_32":...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n/* WARNING...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n/* WARNING...
(translation_unit (comment) (comment) (comment) (comment) (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_decla...
648_pterm_and_pterm_strip.c
xlatlognam
FUN_001236ec
xlatlognam
Filename * xlatlognam(Filename *src,char *hostname,int port,tm *tm) { char *pcVar1; byte *pbVar2; byte bVar3; long lVar4; bool bVar5; int iVar6; size_t sVar7; Filename *pFVar8; long in_FS_OFFSET; tm *tm_local; int port_local; char *hostname_local; Filename *src_local; char c_1; char c; ...
undefined8 FUN_001236ec(undefined8 param_1,byte *param_2,uint param_3,tm *param_4) { byte *pbVar1; byte bVar2; bool bVar3; int iVar4; size_t sVar5; undefined8 uVar6; long in_FS_OFFSET; byte local_6a; int local_68; int local_64; int local_60; byte *local_58; long local_50; byte *local_48; ...
(translation_unit "undefined8 FUN_001236ec(undefined8 param_1,byte *param_2,uint param_3,tm *param_4)\n\n{\n byte *pbVar1;\n byte bVar2;\n bool bVar3;\n int iVar4;\n size_t sVar5;\n undefined8 uVar6;\n long in_FS_OFFSET;\n byte local_6a;\n int local_68;\n int local_64;\n int local_60;\n byte *local_58;\n l...
PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV qword ptr [RBP + -0x78],RDI MOV qword ptr [RBP + -0x80],RSI MOV dword ptr [RBP + -0x84],EDX MOV qword ptr [RBP + -0x90],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x58],0x1000 MOV EAX,dword ptr [RBP + -0x58] CDQE MOV ESI,0x1 MOV...
type_1 * function_1(type_1 *src,char *hostname,int port,type_2 *type_2) { char *pcVar1; type_3 *pbVar2; type_3 var_7; long var_19; bool bVar5; int var_13; size_t sVar7; type_1 *pFVar8; long var_1; type_2 *tm_local; int port_local; char *hostname_local; type_1 *src_local; char c_1; char c...
(translation_unit "Filename * xlatlognam(Filename *src,char *hostname,int port,tm *tm)\n\n{\n char *pcVar1;\n byte *pbVar2;\n byte bVar3;\n long lVar4;\n bool bVar5;\n int iVar6;\n size_t sVar7;\n Filename *pFVar8;\n long in_FS_OFFSET;\n tm *tm_local;\n int port_local;\n char *hostname_local;\n Filename *s...
(translation_unit "type_1 * function_1(type_1 *src,char *hostname,int port,type_2 *type_2)\n\n{\n char *pcVar1;\n type_3 *pbVar2;\n type_3 var_7;\n long var_19;\n bool bVar5;\n int var_13;\n size_t sVar7;\n type_1 *pFVar8;\n long var_1;\n type_2 *tm_local;\n int port_local;\n char *hostname_local;\n type_1...
(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...
736_pterm_and_pterm_strip.c
do_defaults
FUN_0012ee9e
do_defaults
void do_defaults(char *session,Conf *conf) { Conf *conf_local; char *session_local; load_settings(session,conf); return; }
void FUN_0012ee9e(undefined8 param_1,undefined8 param_2) { FUN_0012c745(param_1,param_2); return; }
(translation_unit "void FUN_0012ee9e(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0012c745(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0012ee9e(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0012c745(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0012ee9e(und...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x0012c745 NOP LEAVE RET
void function_1(char *session,type_1 *conf) { type_1 *conf_local; char *session_local; var_1(session,conf); return; }
(translation_unit "void do_defaults(char *session,Conf *conf)\n\n{\n Conf *conf_local;\n char *session_local;\n \n load_settings(session,conf);\n return;\n}\n\n" (function_definition "void do_defaults(char *session,Conf *conf)\n\n{\n Conf *conf_local;\n char *session_local;\n \n load_settings(session,conf);\n ...
(translation_unit "void function_1(char *session,type_1 *conf)\n\n{\n type_1 *conf_local;\n char *session_local;\n \n var_1(session,conf);\n return;\n}\n\n" (function_definition "void function_1(char *session,type_1 *conf)\n\n{\n type_1 *conf_local;\n char *session_local;\n \n var_1(session,conf);\n return;\n...
(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: (pointer...
706_pterm_and_pterm_strip.c
strendswith
FUN_00128bd8
strendswith
int strendswith(char *s,char *t) { int iVar1; size_t sVar2; size_t sVar3; char *t_local; char *s_local; size_t slen; size_t tlen; sVar2 = strlen(s); sVar3 = strlen(t); if ((sVar3 <= sVar2) && (iVar1 = strcmp(s + (sVar2 - sVar3),t), iVar1 == 0)) { return 1; } return 0; }
undefined8 FUN_00128bd8(char *param_1,char *param_2) { int iVar1; size_t sVar2; size_t sVar3; sVar2 = strlen(param_1); sVar3 = strlen(param_2); if ((sVar3 <= sVar2) && (iVar1 = strcmp(param_1 + (sVar2 - sVar3),param_2), iVar1 == 0)) { return 1; } return 0; }
(translation_unit "undefined8 FUN_00128bd8(char *param_1,char *param_2)\n\n{\n int iVar1;\n size_t sVar2;\n size_t sVar3;\n \n sVar2 = strlen(param_1);\n sVar3 = strlen(param_2);\n if ((sVar3 <= sVar2) && (iVar1 = strcmp(param_1 + (sVar2 - sVar3),param_2), iVar1 == 0)) {\n return 1;\n }\n return 0;\n}\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 RDI,RAX CALL 0x0010f5e0 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RDI,RAX CALL 0x0010f5e0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] CMP RAX...
int function_1(char *var_5,char *t) { int var_6; size_t var_3; size_t var_2; char *t_local; char *s_local; size_t slen; size_t tlen; var_3 = var_1(var_5); var_2 = var_1(t); if ((var_2 <= var_3) && (var_6 = var_4(var_5 + (var_3 - var_2),t), var_6 == 0)) { return 1; } return 0; }
(translation_unit "int strendswith(char *s,char *t)\n\n{\n int iVar1;\n size_t sVar2;\n size_t sVar3;\n char *t_local;\n char *s_local;\n size_t slen;\n size_t tlen;\n \n sVar2 = strlen(s);\n sVar3 = strlen(t);\n if ((sVar3 <= sVar2) && (iVar1 = strcmp(s + (sVar2 - sVar3),t), iVar1 == 0)) {\n return 1;\n ...
(translation_unit "int function_1(char *var_5,char *t)\n\n{\n int var_6;\n size_t var_3;\n size_t var_2;\n char *t_local;\n char *s_local;\n size_t slen;\n size_t tlen;\n \n var_3 = var_1(var_5);\n var_2 = var_1(t);\n if ((var_2 <= var_3) && (var_6 = var_4(var_5 + (var_3 - var_2),t), var_6 == 0)) {\n retu...
(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_...
910_pterm_and_pterm_strip.c
dlg_editbox_set
FUN_001486b8
dlg_editbox_set
void dlg_editbox_set(control *ctrl,void *dlg,char *text) { uctrl *puVar1; undefined8 uVar2; char *ptr; char *text_local; void *dlg_local; control *ctrl_local; GtkWidget *entry; dlgparam *dp; uctrl *uc; char *tmpstring; puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl); if ((puVar1->ctrl->gener...
void FUN_001486b8(undefined8 param_1,undefined8 param_2,undefined8 param_3) { undefined8 *puVar1; undefined8 uVar2; undefined8 uVar3; long local_28; puVar1 = (undefined8 *)FUN_00148310(param_2,param_1); if (*(int *)*puVar1 != 1) { /* WARNING: Subroutine does not return */ __asse...
(translation_unit "void FUN_001486b8(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long local_28;\n \n puVar1 = (undefined8 *)FUN_00148310(param_2,param_1);\n if (*(int *)*puVar1 != 1) {\n /* WARNING: Subroutine d...
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 RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x18],RAX MOV RDX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x00148310 MOV qword ptr [RBP + -...
void function_1(type_1 *ctrl,void *dlg,char *text) { type_2 *puVar1; type_3 uVar2; char *ptr; char *text_local; void *dlg_local; type_1 *ctrl_local; type_4 *var_6; type_5 *dp; type_2 *uc; char *tmpstring; puVar1 = var_1((type_5 *)dlg,ctrl); if ((puVar1->ctrl->generic).type != 1) { ...
(translation_unit "void dlg_editbox_set(control *ctrl,void *dlg,char *text)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n char *ptr;\n char *text_local;\n void *dlg_local;\n control *ctrl_local;\n GtkWidget *entry;\n dlgparam *dp;\n uctrl *uc;\n char *tmpstring;\n \n puVar1 = dlg_find_byctrl((dlgparam *)dlg,c...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,char *text)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n char *ptr;\n char *text_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *var_6;\n type_5 *dp;\n type_2 *uc;\n char *tmpstring;\n \n puVar1 = var_1((type_5 *)dlg,ctrl);\n if ((puVar1->ctrl...
(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...
1119_puttytel_and_puttytel_strip.c
x11font_cairo_setup
FUN_0015b195
x11font_cairo_setup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_cairo_setup(unifont_drawctx *ctx,x11font_individual *xfi) { wchar_t wVar1; long lVar2; int iVar3; wchar_t wVar4; undefined8 uVar5; long lVar6; Pixmap PVar7; GC p_Var8; long in_FS_OFFSET; x11font_individual *xfi_...
void FUN_0015b195(long param_1,long *param_2) { undefined4 uVar1; int iVar2; undefined4 uVar3; undefined8 uVar4; long lVar5; long lVar6; long in_FS_OFFSET; undefined local_a8 [16]; undefined8 local_98; undefined8 local_90; undefined8 local_50; long local_20; local_20 = *(long *)(in_FS_OFF...
(translation_unit "void FUN_0015b195(long param_1,long *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n long lVar5;\n long lVar6;\n long in_FS_OFFSET;\n undefined local_a8 [16];\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_50;\n long local_20;\n ...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0xc0 MOV qword ptr [RBP + -0xc8],RDI MOV qword ptr [RBP + -0xd0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xd0] MOV RAX,qword ptr [RAX + 0x20] TEST RAX,RAX JNZ 0x0015b410 CALL 0x00110d80 MOV RDI,RAX CALL 0x00111e...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ctx,type_2 *xfi) { type_3 wVar1; long var_13; int iVar3; type_3 wVar4; type_4 uVar5; long var_11; type_5 PVar7; type_6 p_Var8; long var_1; type_2 *xfi_local; type_1 *ctx_local; type_3 widgetscr; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_cairo_setup(unifont_drawctx *ctx,x11font_individual *xfi)\n\n{\n wchar_t wVar1;\n long lVar2;\n int iVar3;\n wchar_t wVar4;\n undefined8 uVar5;\n long lVar6;\n Pixmap PVar7;\n GC p_Var8;\n long in_FS_OFF...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *xfi)\n\n{\n type_3 wVar1;\n long var_13;\n int iVar3;\n type_3 wVar4;\n type_4 uVar5;\n long var_11;\n type_5 PVar7;\n type_6 p_Var8;\n long var_1;\n type_2 *xfi_local;\n type_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...
587_pterm_and_pterm_strip.c
sessionsaver_handler
FUN_00117e74
sessionsaver_handler
void sessionsaver_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; char *pcVar2; control *pcVar3; long in_FS_OFFSET; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int mbl; int mbl_1; int i; int top; int bottom; int halfway; int i_1; int isde...
void FUN_00117e74(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { int iVar1; long lVar2; undefined *puVar3; long in_FS_OFFSET; int local_58; int local_54; int local_50; int local_4c; int local_48; int local_44; int local_40; uint local_3c; int local_38; int local_34; un...
(translation_unit "void FUN_00117e74(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n long lVar2;\n undefined *puVar3;\n long in_FS_OFFSET;\n int local_58;\n int local_54;\n int local_50;\n int local_4c;\n int local_48;\n int local_44;\n int local_40;\n uint local_3c;\n i...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 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 RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x68] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP ...
void function_1(type_1 *var_3,void *dlg,void *data,int var_2) { int var_18; char *pcVar2; type_1 *var_35; long var_1; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int var_19; int var_38; int var_7; int var_12; int var_13; int halfway; int var_15; int var_25; ...
(translation_unit "void sessionsaver_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n char *pcVar2;\n control *pcVar3;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int mbl;\n int mbl_1;\n int i;\n int top;\n int bottom;\n ...
(translation_unit "void function_1(type_1 *var_3,void *dlg,void *data,int var_2)\n\n{\n int var_18;\n char *pcVar2;\n type_1 *var_35;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_19;\n int var_38;\n int var_7;\n int var_12;\n int var_13;\n int hal...
(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...
1156_puttytel_and_puttytel_strip.c
multifont_draw_combining
FUN_0015e7b0
multifont_draw_combining
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void multifont_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; wcha...
void FUN_0015e7b0(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined4 param_4, undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { FUN_0015e626(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,0, ...
(translation_unit "void FUN_0015e7b0(undefined8 param_1,undefined8 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 FUN_0015e626(param_1,param_2,param_3,param_4,param_5,param_6,para...
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 R9D,dword ptr [RBP + -0x24] MOV R8,qword ptr [RBP + -0x20] MOV ECX,dword ptr [RBP + -0x18] M...
/* 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; t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid multifont_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 wch...
(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 *string,type_3 len,\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_l...
(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...
537_pterm_and_pterm_strip.c
conf_cmp_constkey
FUN_001149c5
conf_cmp_constkey
int conf_cmp_constkey(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; key *a; constkey *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* WARNING: ...
int FUN_001149c5(int *param_1,int *param_2) { int iVar1; if (*param_1 < *param_2) { iVar1 = -1; } else if (*param_2 < *param_1) { iVar1 = 1; } else if (*(int *)(&DAT_001a6020 + (long)*param_1 * 4) == 1) { if (param_1[2] < param_2[2]) { iVar1 = -1; } else if (param_2[2] < param...
(translation_unit "int FUN_001149c5(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n if (*param_1 < *param_2) {\n iVar1 = -1;\n }\n else if (*param_2 < *param_1) {\n iVar1 = 1;\n }\n else if (*(int *)(&DAT_001a6020 + (long)*param_1 * 4) == 1) {\n if (param_1[2] < param_2[2]) {\n iVar1 = -1;\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 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] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_2 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* WARNING: Load s...
(translation_unit "int conf_cmp_constkey(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n key *a;\n constkey *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\...
(translation_unit "int 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_2 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ...
(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_...
634_pterm_and_pterm_strip.c
lpage_send
FUN_00122113
lpage_send
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void lpage_send(void *handle,wchar_t codepage,char *buf,wchar_t len,wchar_t interactive) { wchar_t len_00; wchar_t *wcstr; wchar_t interactive_local; char *buf_local; wchar_t len_local; wchar_t codepage_local; void *handle_local; ...
void FUN_00122113(undefined8 param_1,int param_2,undefined8 param_3,int param_4,undefined4 param_5) { undefined4 uVar1; undefined8 uVar2; if (param_2 < 0) { FUN_001214f3(param_1,param_3,param_4,param_5); } else { uVar2 = FUN_001282f0((long)(param_4 * 2),4); uVar1 = FUN_001693f2(param_2,0,para...
(translation_unit "void FUN_00122113(undefined8 param_1,int param_2,undefined8 param_3,int param_4,undefined4 param_5)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n if (param_2 < 0) {\n FUN_001214f3(param_1,param_3,param_4,param_5);\n }\n else {\n uVar2 = FUN_001282f0((long)(param_4 * 2),4);\n uVar1 ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV qword ptr [RBP + -0x38],RDX MOV dword ptr [RBP + -0x30],ECX MOV dword ptr [RBP + -0x3c],R8D MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x10],RAX MOV qword ptr [RBP + -0x8],0x0 MOV dword ptr [RBP + -0x18],0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,type_1 var_1,char *buf,type_1 var_4,type_1 interactive) { type_1 len_00; type_1 *wcstr; type_1 interactive_local; char *buf_local; type_1 len_local; type_1 codepage_local; void *handle_local; type_1 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid lpage_send(void *handle,wchar_t codepage,char *buf,wchar_t len,wchar_t interactive)\n\n{\n wchar_t len_00;\n wchar_t *wcstr;\n wchar_t interactive_local;\n char *buf_local;\n wchar_t len_local;\n wchar_t codepage_l...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,type_1 var_1,char *buf,type_1 var_4,type_1 interactive)\n\n{\n type_1 len_00;\n type_1 *wcstr;\n type_1 interactive_local;\n char *buf_local;\n type_1 len_local;\n type_1 codepage_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: (type_identifier) declarator...
785_pterm_and_pterm_strip.c
update_sbar
FUN_0013420e
update_sbar
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void update_sbar(Terminal *term) { wchar_t wVar1; Terminal *term_local; wchar_t nscroll; wVar1 = sblines(term); set_sbar(term->frontend,term->rows + wVar1,term->disptop + wVar1,term->rows); return; }
void FUN_0013420e(long param_1) { int iVar1; iVar1 = FUN_00130f8a(param_1); FUN_0015f9ba(*(undefined8 *)(param_1 + 0x1108),*(int *)(param_1 + 0x188) + iVar1, *(int *)(param_1 + 0x20) + iVar1,*(undefined4 *)(param_1 + 0x188)); return; }
(translation_unit "void FUN_0013420e(long param_1)\n\n{\n int iVar1;\n \n iVar1 = FUN_00130f8a(param_1);\n FUN_0015f9ba(*(undefined8 *)(param_1 + 0x1108),*(int *)(param_1 + 0x188) + iVar1,\n *(int *)(param_1 + 0x20) + iVar1,*(undefined4 *)(param_1 + 0x188));\n return;\n}\n\n" (function_definition "vo...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00130f8a MOV dword ptr [RBP + -0x4],EAX MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RAX + 0x188] MOV RAX,qword ptr [RBP + -0x18] MOV ECX,dword ptr [RAX + 0x20] MOV EAX,dword ptr [RBP + -0x4] LEA E...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 var_3; type_1 *term_local; type_2 nscroll; var_3 = var_1(term); var_2(term->frontend,term->rows + var_3,term->disptop + var_3,term->rows); return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid update_sbar(Terminal *term)\n\n{\n wchar_t wVar1;\n Terminal *term_local;\n wchar_t nscroll;\n \n wVar1 = sblines(term);\n set_sbar(term->frontend,term->rows + wVar1,term->disptop + wVar1,term->rows);\n return;\n}...
(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 var_3;\n type_1 *term_local;\n type_2 nscroll;\n \n var_3 = var_1(term);\n var_2(term->frontend,term->rows + var_3,term->disptop + var_3,term->rows);\n return;\n}\n\n" commen...
(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...
1341_puttytel_and_puttytel_strip.c
make_dir_and_check_ours
FUN_0016ec83
make_dir_and_check_ours
char * make_dir_and_check_ours(char *dirname) { long lVar1; __uid_t _Var2; int iVar3; __uid_t _Var4; int *piVar5; char *pcVar6; long in_FS_OFFSET; char *dirname_local; stat st; lVar1 = *(long *)(in_FS_OFFSET + 0x28); iVar3 = mkdir(dirname,0x1c0); if (iVar3 < 0) { piVar5 = __errno_locati...
undefined8 FUN_0016ec83(char *param_1) { __uid_t _Var1; int iVar2; __uid_t _Var3; int *piVar4; char *pcVar5; undefined8 uVar6; long in_FS_OFFSET; undefined local_b8 [24]; uint local_a0; __uid_t local_9c; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); iVar2 = mkdir(param_1,0x1c0...
(translation_unit "undefined8 FUN_0016ec83(char *param_1)\n\n{\n __uid_t _Var1;\n int iVar2;\n __uid_t _Var3;\n int *piVar4;\n char *pcVar5;\n undefined8 uVar6;\n long in_FS_OFFSET;\n undefined local_b8 [24];\n uint local_a0;\n __uid_t local_9c;\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x2...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0xb8 MOV qword ptr [RBP + -0xb8],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xb8] MOV ESI,0x1c0 MOV RDI,RAX CALL 0x00110630 TEST EAX,EAX JNS 0x0016ecfa CALL 0x00110070 MOV EAX,dword ptr [RAX] CMP EAX,0x11 JZ 0x0016ecfa CALL...
char * function_1(char *dirname) { long var_11; type_1 var_9; int var_3; type_1 var_10; int *piVar5; char *pcVar6; long var_1; char *dirname_local; type_2 st; var_11 = *(long *)(var_1 + 0x28); var_3 = var_2(dirname,0x1c0); if (var_3 < 0) { piVar5 = var_4(); if (*piVar5 != 0x11) { ...
(translation_unit "char * make_dir_and_check_ours(char *dirname)\n\n{\n long lVar1;\n __uid_t _Var2;\n int iVar3;\n __uid_t _Var4;\n int *piVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n char *dirname_local;\n stat st;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n iVar3 = mkdir(dirname,0x1c0);\n if (iVar3 <...
(translation_unit "char * function_1(char *dirname)\n\n{\n long var_11;\n type_1 var_9;\n int var_3;\n type_1 var_10;\n int *piVar5;\n char *pcVar6;\n long var_1;\n char *dirname_local;\n type_2 st;\n \n var_11 = *(long *)(var_1 + 0x28);\n var_3 = var_2(dirname,0x1c0);\n if (var_3 < 0) {\n piVar5 = var_...
(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...
1338_puttytel_and_puttytel_strip.c
fontspec_free
FUN_0016ebad
fontspec_free
void fontspec_free(FontSpec *f) { FontSpec *f_local; safefree(f->name); safefree(f); return; }
void FUN_0016ebad(undefined8 *param_1) { FUN_001299ed(*param_1); FUN_001299ed(param_1); return; }
(translation_unit "void FUN_0016ebad(undefined8 *param_1)\n\n{\n FUN_001299ed(*param_1);\n FUN_001299ed(param_1);\n return;\n}\n\n" (function_definition "void FUN_0016ebad(undefined8 *param_1)\n\n{\n FUN_001299ed(*param_1);\n FUN_001299ed(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0016ebad(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 0x001299ed MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001299ed NOP LEAVE RET
void function_1(type_1 *f) { type_1 *f_local; var_1(f->name); var_1(f); return; }
(translation_unit "void fontspec_free(FontSpec *f)\n\n{\n FontSpec *f_local;\n \n safefree(f->name);\n safefree(f);\n return;\n}\n\n" (function_definition "void fontspec_free(FontSpec *f)\n\n{\n FontSpec *f_local;\n \n safefree(f->name);\n safefree(f);\n return;\n}" primitive_type (function_declarator "fontsp...
(translation_unit "void function_1(type_1 *f)\n\n{\n type_1 *f_local;\n \n var_1(f->name);\n var_1(f);\n return;\n}\n\n" (function_definition "void function_1(type_1 *f)\n\n{\n type_1 *f_local;\n \n var_1(f->name);\n var_1(f);\n return;\n}" primitive_type (function_declarator "function_1(type_1 *f)" 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...
696_pterm_and_pterm_strip.c
safefree
FUN_001284fc
safefree
void safefree(void *ptr) { void *ptr_local; if (ptr != (void *)0x0) { free(ptr); } return; }
void FUN_001284fc(void *param_1) { if (param_1 != (void *)0x0) { free(param_1); } return; }
(translation_unit "void FUN_001284fc(void *param_1)\n\n{\n if (param_1 != (void *)0x0) {\n free(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001284fc(void *param_1)\n\n{\n if (param_1 != (void *)0x0) {\n free(param_1);\n }\n return;\n}" primitive_type (function_declarator "FUN_001284fc(voi...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CMP qword ptr [RBP + -0x8],0x0 JZ 0x0012851b MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00110240 NOP LEAVE RET
void function_1(void *var_1) { void *ptr_local; if (var_1 != (void *)0x0) { var_2(var_1); } return; }
(translation_unit "void safefree(void *ptr)\n\n{\n void *ptr_local;\n \n if (ptr != (void *)0x0) {\n free(ptr);\n }\n return;\n}\n\n" (function_definition "void safefree(void *ptr)\n\n{\n void *ptr_local;\n \n if (ptr != (void *)0x0) {\n free(ptr);\n }\n return;\n}" primitive_type (function_declarator "...
(translation_unit "void function_1(void *var_1)\n\n{\n void *ptr_local;\n \n if (var_1 != (void *)0x0) {\n var_2(var_1);\n }\n return;\n}\n\n" (function_definition "void function_1(void *var_1)\n\n{\n void *ptr_local;\n \n if (var_1 != (void *)0x0) {\n var_2(var_1);\n }\n return;\n}" primitive_type (fun...
(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...
1088_puttytel_and_puttytel_strip.c
askhk
FUN_00158851
askhk
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int askhk(void *frontend,char *algname,char *betteralgs,_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_...
bool FUN_00158851(undefined8 param_1,undefined8 param_2,undefined8 param_3) { undefined4 uVar1; int iVar2; undefined8 uVar3; undefined8 uVar4; undefined8 uVar5; uVar3 = FUN_00128c21("The first host key type we have stored for this server\nis %s, which is below the configured warning threshold.\nThe ser...
(translation_unit "bool FUN_00158851(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 host key type we have stored for this server\nis %s, which is below the configured ...
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,[0x1a25c0] MOV EAX,0x0 CA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *frontend,char *algname,char *betteralgs,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 *betteralgs_local; c...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint askhk(void *frontend,char *algname,char *betteralgs,_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...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,char *algname,char *betteralgs,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;\...
(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:...
633_pterm_and_pterm_strip.c
ldisc_send
FUN_001214f3
ldisc_send
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ldisc_send(void *handle,char *buf,wchar_t len,wchar_t interactive) { uint uVar1; char *pcVar2; byte bVar3; char cVar4; int iVar5; wchar_t wVar6; wchar_t wVar7; size_t sVar8; ushort **ppuVar9; void *pvVar10; undefined4...
void FUN_001214f3(long *param_1,byte *param_2,int param_3,int param_4) { byte *pbVar1; byte bVar2; int iVar3; uint uVar4; undefined4 uVar5; size_t sVar6; ushort **ppuVar7; long lVar8; int local_3c; byte *local_38; int local_1c; uint local_18; int local_14; local_1c = 0; if (*param_1 =...
(translation_unit "void FUN_001214f3(long *param_1,byte *param_2,int param_3,int param_4)\n\n{\n byte *pbVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n size_t sVar6;\n ushort **ppuVar7;\n long lVar8;\n int local_3c;\n byte *local_38;\n int local_1c;\n uint local_18;\n int local_14;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 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 RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x14],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] TEST RAX...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,char *buf,type_1 var_3,type_1 var_5) { type_2 uVar1; char *pcVar2; type_3 bVar3; char var_25; int var_8; type_1 var_10; type_1 var_15; size_t sVar8; type_4 **ppuVar9; void *pvVar10; type_5 in_r...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ldisc_send(void *handle,char *buf,wchar_t len,wchar_t interactive)\n\n{\n uint uVar1;\n char *pcVar2;\n byte bVar3;\n char cVar4;\n int iVar5;\n wchar_t wVar6;\n wchar_t wVar7;\n size_t sVar8;\n ushort **ppuVar9...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,char *buf,type_1 var_3,type_1 var_5)\n\n{\n type_2 uVar1;\n char *pcVar2;\n type_3 bVar3;\n char var_25;\n int var_8;\n type_1 var_10;\n type_1 var_15;\n size_t sVar8;\n type_4 **ppuVar9;...
(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:...
1356_puttytel_and_puttytel_strip.c
sk_address_is_special_local
FUN_0016f63b
sk_address_is_special_local
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_address_is_special_local(SockAddr addr) { SockAddr addr_local; return (int)(addr->superfamily == ABOUT_TO); }
bool FUN_0016f63b(long param_1) { return *(int *)(param_1 + 0x10) == 1; }
(translation_unit "bool FUN_0016f63b(long param_1)\n\n{\n return *(int *)(param_1 + 0x10) == 1;\n}\n\n" (function_definition "bool FUN_0016f63b(long param_1)\n\n{\n return *(int *)(param_1 + 0x10) == 1;\n}" primitive_type (function_declarator "FUN_0016f63b(long param_1)" identifier (parameter_list "(long param_1)" ( ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x10] CMP EAX,0x1 SETZ AL MOVZX EAX,AL POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 addr) { type_1 addr_local; return (int)(addr->superfamily == var_1); }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_address_is_special_local(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n return (int)(addr->superfamily == ABOUT_TO);\n}\n\n" comment (function_definition "int sk_address_is_special_local(SockAddr addr)\n\n{\n Sock...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return (int)(addr->superfamily == var_1);\n}\n\n" comment (function_definition "int function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return (int)(addr->su...
(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)...
723_pterm_and_pterm_strip.c
gppi_raw
FUN_00129917
gppi_raw
int gppi_raw(void *handle,char *name,int def) { wchar_t defvalue; int iVar1; int def_local; char *name_local; void *handle_local; defvalue = platform_default_i(name,def); iVar1 = read_setting_i(handle,name,defvalue); return iVar1; }
void FUN_00129917(undefined8 param_1,undefined8 param_2,undefined4 param_3) { undefined4 uVar1; uVar1 = FUN_0015adc2(param_2,param_3); FUN_001685fa(param_1,param_2,uVar1); return; }
(translation_unit "void FUN_00129917(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0015adc2(param_2,param_3);\n FUN_001685fa(param_1,param_2,uVar1);\n return;\n}\n\n" (function_definition "void FUN_00129917(undefined8 param_1,undefined8 param_2,undefined4 param...
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 EDX,dword ptr [RBP + -0x14] MOV RAX,qword ptr [RBP + -0x10] MOV ESI,EDX MOV RDI,RAX CALL 0x0015adc2 MOV dword ptr [RBP + -0x14],EAX MOV EDX,dword ptr [RBP + -0x14] MOV RCX,qword ptr [RBP ...
int function_1(void *handle,char *name,int def) { type_1 defvalue; int iVar1; int def_local; char *name_local; void *handle_local; defvalue = var_1(name,def); iVar1 = var_2(handle,name,defvalue); return iVar1; }
(translation_unit "int gppi_raw(void *handle,char *name,int def)\n\n{\n wchar_t defvalue;\n int iVar1;\n int def_local;\n char *name_local;\n void *handle_local;\n \n defvalue = platform_default_i(name,def);\n iVar1 = read_setting_i(handle,name,defvalue);\n return iVar1;\n}\n\n" (function_definition "int gppi_...
(translation_unit "int function_1(void *handle,char *name,int def)\n\n{\n type_1 defvalue;\n int iVar1;\n int def_local;\n char *name_local;\n void *handle_local;\n \n defvalue = var_1(name,def);\n iVar1 = var_2(handle,name,defvalue);\n return iVar1;\n}\n\n" (function_definition "int function_1(void *handle,ch...
(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_...
1115_puttytel_and_puttytel_strip.c
x11_alloc_subfont
FUN_0015af69
x11_alloc_subfont
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_alloc_subfont(x11font *xfont,wchar_t sfid) { undefined8 uVar1; char *ptr; XFontStruct *pXVar2; wchar_t sfid_local; x11font *xfont_local; Display *disp; char *derived_name; uVar1 = gdk_display_get_default(); uVar1 =...
void FUN_0015af69(long param_1,uint param_2) { undefined8 uVar1; undefined8 uVar2; uVar1 = gdk_display_get_default(); uVar1 = gdk_x11_display_get_xdisplay(uVar1); uVar2 = FUN_0015a53f(*(undefined8 *)(param_1 + 0x28),param_2 & 1,(param_2 & 2) != 0); uVar1 = XLoadQueryFont(uVar1,uVar2); *(undefined8 *)...
(translation_unit "void FUN_0015af69(long param_1,uint param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gdk_display_get_default();\n uVar1 = gdk_x11_display_get_xdisplay(uVar1);\n uVar2 = FUN_0015a53f(*(undefined8 *)(param_1 + 0x28),param_2 & 1,(param_2 & 2) != 0);\n uVar1 = XLoadQueryFont(uVar...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI CALL 0x00110d80 MOV RDI,RAX CALL 0x00111ee0 MOV qword ptr [RBP + -0x10],RAX MOV EAX,dword ptr [RBP + -0x1c] AND EAX,0x2 TEST EAX,EAX SETNZ AL MOVZX EDX,AL MOV EAX,dword ptr [RBP + -0x1c] AND EAX,0x1 MOV ECX,EAX MOV RAX,qwo...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *xfont,type_2 var_4) { type_3 uVar1; char *ptr; type_4 *pXVar2; type_2 sfid_local; type_1 *xfont_local; type_5 *disp; char *derived_name; uVar1 = var_1(); uVar1 = var_2(uVar1); ptr = var_3(xfont->fo...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_alloc_subfont(x11font *xfont,wchar_t sfid)\n\n{\n undefined8 uVar1;\n char *ptr;\n XFontStruct *pXVar2;\n wchar_t sfid_local;\n x11font *xfont_local;\n Display *disp;\n char *derived_name;\n \n uVar1 = gdk_d...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *xfont,type_2 var_4)\n\n{\n type_3 uVar1;\n char *ptr;\n type_4 *pXVar2;\n type_2 sfid_local;\n type_1 *xfont_local;\n type_5 *disp;\n char *derived_name;\n \n uVar1 = var_1();\n uVar1 = var_2...
(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...
1324_puttytel_and_puttytel_strip.c
filename_is_null
FUN_0016e5da
filename_is_null
int filename_is_null(Filename *fn) { Filename *fn_local; return (int)(*fn->path == '\0'); }
bool FUN_0016e5da(undefined8 *param_1) { return *(char *)*param_1 == '\0'; }
(translation_unit "bool FUN_0016e5da(undefined8 *param_1)\n\n{\n return *(char *)*param_1 == '\0';\n}\n\n" (function_definition "bool FUN_0016e5da(undefined8 *param_1)\n\n{\n return *(char *)*param_1 == '\0';\n}" primitive_type (function_declarator "FUN_0016e5da(undefined8 *param_1)" identifier (parameter_list "(unde...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOVZX EAX,byte ptr [RAX] TEST AL,AL SETZ AL MOVZX EAX,AL POP RBP RET
int function_1(type_1 *fn) { type_1 *fn_local; return (int)(*fn->path == '\0'); }
(translation_unit "int filename_is_null(Filename *fn)\n\n{\n Filename *fn_local;\n \n return (int)(*fn->path == '\0');\n}\n\n" (function_definition "int filename_is_null(Filename *fn)\n\n{\n Filename *fn_local;\n \n return (int)(*fn->path == '\0');\n}" primitive_type (function_declarator "filename_is_null(Filenam...
(translation_unit "int function_1(type_1 *fn)\n\n{\n type_1 *fn_local;\n \n return (int)(*fn->path == '\0');\n}\n\n" (function_definition "int function_1(type_1 *fn)\n\n{\n type_1 *fn_local;\n \n return (int)(*fn->path == '\0');\n}" primitive_type (function_declarator "function_1(type_1 *fn)" identifier (paramete...
(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...
1116_puttytel_and_puttytel_strip.c
x11font_has_glyph
FUN_0015b021
x11font_has_glyph
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t x11font_has_glyph(unifont *font,wchar_t glyph) { long lVar1; wchar_t wVar2; long in_FS_OFFSET; wchar_t glyph_local; unifont *font_local; wchar_t sblen; x11font *xfont; char sbstring [2]; lVar1 = *(long *)(in_FS_OFFS...
undefined8 FUN_0015b021(long param_1,uint param_2) { undefined8 uVar1; long in_FS_OFFSET; uint local_34; long local_30; int local_24; long local_20; char local_12 [2]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_34 = param_2; local_30 = param_1; local_20 = param_1; if ...
(translation_unit "undefined8 FUN_0015b021(long param_1,uint param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n uint local_34;\n long local_30;\n int local_24;\n long local_20;\n char local_12 [2];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_34 = param_2;\n local_30 = para...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x168] TEST EAX,EAX JZ 0x0015b...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *font,type_1 glyph) { long var_5; type_1 wVar2; long var_1; type_1 glyph_local; type_2 *font_local; type_1 var_3; type_3 *xfont; char sbstring [2]; var_5 = *(long *)(var_1 + 0x28); glyph_local = g...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_has_glyph(unifont *font,wchar_t glyph)\n\n{\n long lVar1;\n wchar_t wVar2;\n long in_FS_OFFSET;\n wchar_t glyph_local;\n unifont *font_local;\n wchar_t sblen;\n x11font *xfont;\n char sbstring [2];\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *font,type_1 glyph)\n\n{\n long var_5;\n type_1 wVar2;\n long var_1;\n type_1 glyph_local;\n type_2 *font_local;\n type_1 var_3;\n type_3 *xfont;\n char sbstring [2];\n \n var_5 = *(long *)(...
(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...
1367_puttytel_and_puttytel_strip.c
sk_tcp_close
FUN_001709a7
sk_tcp_close
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GIOFlags": Some values do not have unique names */ void sk_tcp_close(Socket sock) { Socket sock_local; Actual_Socket_conflict s; if (sock[0x13] != (socket_function_table *)0x0) { sk_tcp_close((Socket)sock[0x13]); ...
void FUN_001709a7(long param_1) { if (*(long *)(param_1 + 0x98) != 0) { FUN_001709a7(*(undefined8 *)(param_1 + 0x98)); } FUN_0012934e(param_1 + 0x20); FUN_00173ebe(*(undefined4 *)(param_1 + 0x10)); FUN_0014e581(DAT_001b8948,param_1); close(*(int *)(param_1 + 0x10)); if (*(long *)(param_1 + 0x78) != ...
(translation_unit "void FUN_001709a7(long param_1)\n\n{\n if (*(long *)(param_1 + 0x98) != 0) {\n FUN_001709a7(*(undefined8 *)(param_1 + 0x98));\n }\n FUN_0012934e(param_1 + 0x20);\n FUN_00173ebe(*(undefined4 *)(param_1 + 0x10));\n FUN_0014e581(DAT_001b8948,param_1);\n close(*(int *)(param_1 + 0x10));\n if (*...
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 + 0x98] TEST RAX,RAX JZ 0x001709de MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x98] MOV RDI,RAX CALL 0x001709a7 MOV RAX,qwor...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GIOFlags": Some values do not have unique names */ void function_1(type_1 var_2) { type_1 sock_local; type_2 s; if (var_2[0x13] != (type_3 *)0x0) { function_1((type_1)var_2[0x13]); } var_1((type_4 *)(var_2 + 4...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid sk_tcp_close(Socket sock)\n\n{\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (sock[0x13] != (socket_function_table *)0x0) {\n sk_tcp...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(type_1 var_2)\n\n{\n type_1 sock_local;\n type_2 s;\n \n if (var_2[0x13] != (type_3 *)0x0) {\n function_1((type_1)var_2[0x13]);\n }...
(translation_unit (comment) (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: (i...
592_pterm_and_pterm_strip.c
portfwd_handler
FUN_0011954a
portfwd_handler
void portfwd_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; char *pcVar2; long in_FS_OFFSET; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int dir; int whichbutton; int i; int idx; char *key; char *val; char *p; char *family; char *type; ...
void FUN_0011954a(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { int iVar1; long lVar2; char *pcVar3; long in_FS_OFFSET; int local_98; undefined8 local_88; char *local_80; char *local_78; undefined *local_70; char *local_68; char *local_60; char *local_58; char *local_50; ...
(translation_unit "void FUN_0011954a(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n int iVar1;\n long lVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n int local_98;\n undefined8 local_88;\n char *local_80;\n char *local_78;\n undefined *local_70;\n char *local_68;\n char *local_60;\n ch...
PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV qword ptr [RBP + -0x98],RDI MOV qword ptr [RBP + -0xa0],RSI MOV qword ptr [RBP + -0xa8],RDX MOV dword ptr [RBP + -0xac],ECX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xa8] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP ...
void function_1(type_1 *var_3,void *dlg,void *data,int var_2) { int var_9; char *var_22; long var_1; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int dir; int whichbutton; int i; int idx; char *key; char *var_7; char *p; char *family; char *type; char *val_...
(translation_unit "void portfwd_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int dir;\n int whichbutton;\n int i;\n int idx;\n char *key;\n char *val;\n char *...
(translation_unit "void function_1(type_1 *var_3,void *dlg,void *data,int var_2)\n\n{\n int var_9;\n char *var_22;\n long var_1;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int dir;\n int whichbutton;\n int i;\n int idx;\n char *key;\n char *var_7;\n char *p;\n 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...
1042_pterm_and_pterm_strip.c
unifontsel_setup_stylelist
FUN_001553d0
unifontsel_setup_stylelist
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_setup_stylelist(unifontsel_internal *fs,wchar_t start,wchar_t end) { long lVar1; bool bVar2; wchar_t wVar3; long in_FS_OFFSET; wchar_t end_local; wchar_t start_local; unifontsel_internal *fs_local; wchar_t i; w...
void FUN_001553d0(long param_1,int param_2,int param_3) { bool bVar1; int iVar2; long in_FS_OFFSET; int local_64; int local_60; int local_5c; int local_58; undefined8 local_50; long local_48; long local_40; undefined local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28);...
(translation_unit "void FUN_001553d0(long param_1,int param_2,int param_3)\n\n{\n bool bVar1;\n int iVar2;\n long in_FS_OFFSET;\n int local_64;\n int local_60;\n int local_5c;\n int local_58;\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...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x68],RDI MOV dword ptr [RBP + -0x6c],ESI MOV dword ptr [RBP + -0x70],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x54],0xffffffff MOV dword ptr [RBP + -0x50],0xffffffff MOV dword ptr [RBP + -0x4c],0x0 MOV qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *fs,type_2 start,type_2 var_4) { long var_14; bool bVar2; type_2 var_8; long var_1; type_2 end_local; type_2 start_local; type_1 *fs_local; type_2 var_3; type_2 var_13; type_2 minpos; type_2 var_12; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_setup_stylelist(unifontsel_internal *fs,wchar_t start,wchar_t end)\n\n{\n long lVar1;\n bool bVar2;\n wchar_t wVar3;\n long in_FS_OFFSET;\n wchar_t end_local;\n wchar_t start_local;\n unifontsel_interna...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *fs,type_2 start,type_2 var_4)\n\n{\n long var_14;\n bool bVar2;\n type_2 var_8;\n long var_1;\n type_2 end_local;\n type_2 start_local;\n type_1 *fs_local;\n type_2 var_3;\n type_2 var_13;\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...
758_pterm_and_pterm_strip.c
readliteral_cc
FUN_00130a58
readliteral_cc
void readliteral_cc(buf *b,termchar *c,termline *ldata,ulong *state) { long lVar1; termchar *ptVar2; long in_FS_OFFSET; ulong *state_local; termline *ldata_local; termchar *c_local; buf *b_local; wchar_t x; ulong zstate; termchar n; lVar1 = *(long *)(in_FS_OFFSET + 0x28); ptVar2 = ldata->ch...
void FUN_00130a58(undefined8 param_1,long param_2,long param_3,undefined8 param_4,undefined8 param_5 ,undefined8 param_6) { long lVar1; long in_FS_OFFSET; undefined8 local_30; long local_28 [3]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); lVar1 = *(long *)(param_3 + 0x1...
(translation_unit "void FUN_00130a58(undefined8 param_1,long param_2,long param_3,undefined8 param_4,undefined8 param_5\n ,undefined8 param_6)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n undefined8 local_30;\n long local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n lV...
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 qword ptr [RBP + -0x50],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX + 0x18] MOV RDX,qword ptr [RBP +...
void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state) { long var_4; type_2 *ptVar2; long var_1; type_4 *state_local; type_3 *ldata_local; type_2 *c_local; type_1 *b_local; type_5 x; type_4 zstate; type_2 n; var_4 = *(long *)(var_1 + 0x28); ptVar2 = ldata->chars; c->cc_next = L'...
(translation_unit "void readliteral_cc(buf *b,termchar *c,termline *ldata,ulong *state)\n\n{\n long lVar1;\n termchar *ptVar2;\n long in_FS_OFFSET;\n ulong *state_local;\n termline *ldata_local;\n termchar *c_local;\n buf *b_local;\n wchar_t x;\n ulong zstate;\n termchar n;\n \n lVar1 = *(long *)(in_FS_OFFS...
(translation_unit "void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state)\n\n{\n long var_4;\n type_2 *ptVar2;\n long var_1;\n type_4 *state_local;\n type_3 *ldata_local;\n type_2 *c_local;\n type_1 *b_local;\n type_5 x;\n type_4 zstate;\n type_2 n;\n \n var_4 = *(long *)(var_1 + 0x28);\n ptVar2 ...
(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...
797_pterm_and_pterm_strip.c
term_print_finish
FUN_00135d9e
term_print_finish
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_print_finish(Terminal *term) { long in_FS_OFFSET; Terminal *term_local; char c; wchar_t len; wchar_t size; void *data; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if ((term->printing != L'\0') || (te...
void FUN_00135d9e(long param_1) { long in_FS_OFFSET; char local_21; undefined local_20 [4]; int local_1c; char *local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if ((*(int *)(param_1 + 0x13c) != 0) || (*(int *)(param_1 + 0x140) != 0)) { FUN_00135ce2(param_1); while( true ...
(translation_unit "void FUN_00135d9e(long param_1)\n\n{\n long in_FS_OFFSET;\n char local_21;\n undefined local_20 [4];\n int local_1c;\n char *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if ((*(int *)(param_1 + 0x13c) != 0) || (*(int *)(param_1 + 0x140) != 0)) {\n FUN_00135...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x28] MOV EAX,dword ptr [RAX + 0x13c] TEST EAX,EAX JNZ 0x00135dd9 MOV RAX,qword ptr [RBP + -0x28] MOV EAX,dword ptr [RAX + 0x140] TEST EAX,EAX JZ 0x00135ed7 ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { long var_1; type_1 *term_local; char var_6; type_2 len; type_2 var_4; void *data; long var_10; var_10 = *(long *)(var_1 + 0x28); if ((term->printing != L'\0') || (term->only_printing != L'\0'...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_print_finish(Terminal *term)\n\n{\n long in_FS_OFFSET;\n Terminal *term_local;\n char c;\n wchar_t len;\n wchar_t size;\n void *data;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n long var_1;\n type_1 *term_local;\n char var_6;\n type_2 len;\n type_2 var_4;\n void *data;\n long var_10;\n \n var_10 = *(long *)(var_1 + 0x28);\n if ((term->printing != L'\0') ...
(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: (sized_ty...
1376_puttytel_and_puttytel_strip.c
sk_tcp_socket_error
FUN_00171aab
sk_tcp_socket_error
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * sk_tcp_socket_error(Socket sock) { Socket sock_local; Actual_Socket_conflict s; return (char *)sock[1]; }
undefined8 FUN_00171aab(long param_1) { return *(undefined8 *)(param_1 + 8); }
(translation_unit "undefined8 FUN_00171aab(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_00171aab(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_00171aab(long param_1)" identifier (parameter_list "(long p...
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 RAX,qword ptr [RAX + 0x8] POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(type_1 sock) { type_1 sock_local; type_2 s; return (char *)sock[1]; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * sk_tcp_socket_error(Socket sock)\n\n{\n Socket sock_local;\n Actual_Socket_conflict s;\n \n return (char *)sock[1];\n}\n\n" comment (function_definition "char * sk_tcp_socket_error(Socket sock)\n\n{\n Socket sock_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 sock)\n\n{\n type_1 sock_local;\n type_2 s;\n \n return (char *)sock[1];\n}\n\n" comment (function_definition "char * function_1(type_1 sock)\n\n{\n type_1 sock_local;\n type_2 s;\n \n return ...
(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: (identifier))))) body: (compound_statement (declaration type: (type_ide...
1431_puttytel_and_puttytel_strip.c
uxsel_del
FUN_00173ebe
uxsel_del
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ void uxsel_del(int fd) { int fd_local; fd *oldfd; fd_local = fd; oldfd = (fd *)find234(fds,&fd_local,uxsel_fd_findcmp); if (oldfd != (fd *)0x0) { if (oldfd->id != (uxsel_id *)0x0) { uxsel_input_remove(oldfd->id); } de...
void FUN_00173ebe(undefined4 param_1) { undefined4 local_1c [3]; long local_10; local_1c[0] = param_1; local_10 = FUN_0014d60d(DAT_001b8970,local_1c,FUN_00173da7); if (local_10 != 0) { if (*(long *)(local_10 + 0x10) != 0) { FUN_001517cb(*(undefined8 *)(local_10 + 0x10)); } FUN_0014e581(...
(translation_unit "void FUN_00173ebe(undefined4 param_1)\n\n{\n undefined4 local_1c [3];\n long local_10;\n \n local_1c[0] = param_1;\n local_10 = FUN_0014d60d(DAT_001b8970,local_1c,FUN_00173da7);\n if (local_10 != 0) {\n if (*(long *)(local_10 + 0x10) != 0) {\n FUN_001517cb(*(undefined8 *)(local_10 + 0x1...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI MOV RAX,qword ptr [0x001b8970] LEA RCX,[RBP + -0x14] LEA RDX,[0x173da7] MOV RSI,RCX MOV RDI,RAX CALL 0x0014d60d MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JZ 0x00173f30 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] TEST...
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ void function_1(int type_1) { int fd_local; type_1 *var_2; fd_local = type_1; var_2 = (type_1 *)var_1(fds,&fd_local,uxsel_fd_findcmp); if (var_2 != (type_1 *)0x0) { if (var_2->id != (type_2 *)0x0) { var_3(var_2->id); } ...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid uxsel_del(int fd)\n\n{\n int fd_local;\n fd *oldfd;\n \n fd_local = fd;\n oldfd = (fd *)find234(fds,&fd_local,uxsel_fd_findcmp);\n if (oldfd != (fd *)0x0) {\n if (oldfd->id != (uxsel_id *)0x0) {\n uxsel_input_r...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nvoid function_1(int type_1)\n\n{\n int fd_local;\n type_1 *var_2;\n \n fd_local = type_1;\n var_2 = (type_1 *)var_1(fds,&fd_local,uxsel_fd_findcmp);\n if (var_2 != (type_1 *)0x0) {\n if (var_2->id != (type_2 *)0x0) {\n ...
(translation_unit (comment) (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)) ...
1500_puttytel_and_puttytel_strip.c
mk_wcswidth
FUN_0017781b
mk_wcswidth
int mk_wcswidth(uint *pwcs,size_t n) { int iVar1; size_t n_local; uint *pwcs_local; int width; int w; width = 0; n_local = n; pwcs_local = pwcs; while( true ) { if (*pwcs_local == 0) { return width; } if (n_local == 0) break; iVar1 = mk_wcwidth(*pwcs_local); if (iVar1 < ...
int FUN_0017781b(int *param_1,long param_2) { int iVar1; long local_28; int *local_20; int local_10; local_10 = 0; local_28 = param_2; local_20 = param_1; while( true ) { if (*local_20 == 0) { return local_10; } if (local_28 == 0) break; iVar1 = FUN_0017779e(*local_20); if...
(translation_unit "int FUN_0017781b(int *param_1,long param_2)\n\n{\n int iVar1;\n long local_28;\n int *local_20;\n int local_10;\n \n local_10 = 0;\n local_28 = param_2;\n local_20 = param_1;\n while( true ) {\n if (*local_20 == 0) {\n return local_10;\n }\n if (local_28 == 0) break;\n iVar1...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x8],0x0 JMP 0x0017785c MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV EDI,EAX CALL 0x0017779e MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x4],0x0 JNS 0x00177851 MOV EAX,0xfffff...
int function_1(type_1 *pwcs,size_t n) { int var_3; size_t var_1; type_1 *var_5; int var_4; int w; var_4 = 0; var_1 = n; var_5 = pwcs; while( true ) { if (*var_5 == 0) { return var_4; } if (var_1 == 0) break; var_3 = var_2(*var_5); if (var_3 < 0) { return -1; } ...
(translation_unit "int mk_wcswidth(uint *pwcs,size_t n)\n\n{\n int iVar1;\n size_t n_local;\n uint *pwcs_local;\n int width;\n int w;\n \n width = 0;\n n_local = n;\n pwcs_local = pwcs;\n while( true ) {\n if (*pwcs_local == 0) {\n return width;\n }\n if (n_local == 0) break;\n iVar1 = mk_wcw...
(translation_unit "int function_1(type_1 *pwcs,size_t n)\n\n{\n int var_3;\n size_t var_1;\n type_1 *var_5;\n int var_4;\n int w;\n \n var_4 = 0;\n var_1 = n;\n var_5 = pwcs;\n while( true ) {\n if (*var_5 == 0) {\n return var_4;\n }\n if (var_1 == 0) break;\n var_3 = var_2(*var_5);\n if (...
(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...
566_pterm_and_pterm_strip.c
conf_serialise
FUN_00115eab
conf_serialise
void conf_serialise(Conf *conf,void *vdata) { uchar *puVar1; int iVar2; size_t sVar3; int *piVar4; void *vdata_local; Conf *conf_local; int i; int len; uchar *data; conf_entry *entry; i = 0; data = (uchar *)vdata; while (piVar4 = (int *)index234(conf->tree,i), piVar4 != (int *)0x0) { ...
void FUN_00115eab(undefined8 *param_1,undefined *param_2) { undefined *puVar1; int iVar2; size_t sVar3; int *piVar4; int local_20; undefined *local_18; local_20 = 0; local_18 = param_2; while (piVar4 = (int *)FUN_001438ee(*param_1,local_20), piVar4 != (int *)0x0) { *local_18 = (char)((uint)*p...
(translation_unit "void FUN_00115eab(undefined8 *param_1,undefined *param_2)\n\n{\n undefined *puVar1;\n int iVar2;\n size_t sVar3;\n int *piVar4;\n int local_20;\n undefined *local_18;\n \n local_20 = 0;\n local_18 = param_2;\n while (piVar4 = (int *)FUN_001438ee(*param_1,local_20), piVar4 != (int *)0x0) {\n...
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 dword ptr [RBP + -0x18],0x0 JMP 0x00116110 MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX] SAR EAX,0x18 MOV EDX,EAX MOV RAX,qword ptr [RBP + -0x10]...
void function_1(type_1 *conf,void *vdata) { type_2 *var_6; int var_7; size_t sVar3; int *var_2; void *vdata_local; type_1 *conf_local; int var_10; int len; type_2 *var_3; type_3 *entry; var_10 = 0; var_3 = (type_2 *)vdata; while (var_2 = (int *)var_1(conf->tree,var_10), var_2 != (int *)0x...
(translation_unit "void conf_serialise(Conf *conf,void *vdata)\n\n{\n uchar *puVar1;\n int iVar2;\n size_t sVar3;\n int *piVar4;\n void *vdata_local;\n Conf *conf_local;\n int i;\n int len;\n uchar *data;\n conf_entry *entry;\n \n i = 0;\n data = (uchar *)vdata;\n while (piVar4 = (int *)index234(conf->tre...
(translation_unit "void function_1(type_1 *conf,void *vdata)\n\n{\n type_2 *var_6;\n int var_7;\n size_t sVar3;\n int *var_2;\n void *vdata_local;\n type_1 *conf_local;\n int var_10;\n int len;\n type_2 *var_3;\n type_3 *entry;\n \n var_10 = 0;\n var_3 = (type_2 *)vdata;\n while (var_2 = (int *)var_1(conf...
(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...
1267_puttytel_and_puttytel_strip.c
set_title_and_icon
FUN_001692eb
set_title_and_icon
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_title_and_icon(void *frontend,char *title,char *icon) { char *pcVar1; char *icon_local; char *title_local; void *frontend_local; gui_data *inst; safefree(*(void **)((long)frontend + 0xd70)); pcVar1 = dupstr(title); *...
void FUN_001692eb(long param_1,undefined8 param_2,undefined8 param_3) { undefined8 uVar1; FUN_001299ed(*(undefined8 *)(param_1 + 0xd70)); uVar1 = FUN_0012874d(param_2); *(undefined8 *)(param_1 + 0xd70) = uVar1; FUN_001299ed(*(undefined8 *)(param_1 + 0xd78)); uVar1 = FUN_0012874d(param_3); *(undefined...
(translation_unit "void FUN_001692eb(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 uVar1;\n \n FUN_001299ed(*(undefined8 *)(param_1 + 0xd70));\n uVar1 = FUN_0012874d(param_2);\n *(undefined8 *)(param_1 + 0xd70) = uVar1;\n FUN_001299ed(*(undefined8 *)(param_1 + 0xd78));\n uVar1 = FUN_00128...
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 + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0xd70] MOV RDI,RAX CALL 0x001299ed MOV RAX,qword ptr [RBP + -0x20] MOV ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,char *title,char *icon) { char *pcVar1; char *icon_local; char *title_local; void *frontend_local; type_1 *inst; var_1(*(void **)((long)frontend + 0xd70)); pcVar1 = var_2(title); *(char **)((lon...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_title_and_icon(void *frontend,char *title,char *icon)\n\n{\n char *pcVar1;\n char *icon_local;\n char *title_local;\n void *frontend_local;\n gui_data *inst;\n \n safefree(*(void **)((long)frontend + 0xd70));\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,char *title,char *icon)\n\n{\n char *pcVar1;\n char *icon_local;\n char *title_local;\n void *frontend_local;\n type_1 *inst;\n \n var_1(*(void **)((long)frontend + 0xd70));\n pcVar1 = v...
(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:...
831_pterm_and_pterm_strip.c
schedule_timer
FUN_001427ab
schedule_timer
ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx) { undefined8 *e; undefined8 *puVar1; void *ctx_local; timer_fn_t fn_local; int ticks_local; ulong when; timer *t; timer *first; init_timers(); now = getticks(); when = now + (long)ticks; if (when == now) { when = now + 1; } e =...
long FUN_001427ab(int param_1,undefined8 param_2,undefined8 param_3) { undefined8 *puVar1; undefined8 *puVar2; long local_20; FUN_00142766(); DAT_001a76a0 = FUN_00164acd(); local_20 = DAT_001a76a0 + param_1; if (local_20 == DAT_001a76a0) { local_20 = DAT_001a76a0 + 1; } puVar1 = (undefined8 *...
(translation_unit "long FUN_001427ab(int param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long local_20;\n \n FUN_00142766();\n DAT_001a76a0 = FUN_00164acd();\n local_20 = DAT_001a76a0 + param_1;\n if (local_20 == DAT_001a76a0) {\n local_20 = DAT_001a76a0 + 1;...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV dword ptr [RBP + -0x24],EDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX CALL 0x00142766 CALL 0x00164acd MOV qword ptr [0x001a76a0],RAX MOV EAX,dword ptr [RBP + -0x24] MOVSXD RDX,EAX MOV RAX,qword ptr [0x001a76a0] ADD RAX,RDX MOV qword ptr [RBP + -0x18],RAX MOV R...
type_1 function_1(int ticks,type_2 fn,void *ctx) { type_3 *var_7; type_3 *var_8; void *ctx_local; type_2 fn_local; int ticks_local; type_1 var_4; type_4 *t; type_4 *first; var_1(); var_3 = var_2(); var_4 = var_3 + (long)ticks; if (var_4 == var_3) { var_4 = var_3 + 1; } var_7 = (type...
(translation_unit "ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx)\n\n{\n undefined8 *e;\n undefined8 *puVar1;\n void *ctx_local;\n timer_fn_t fn_local;\n int ticks_local;\n ulong when;\n timer *t;\n timer *first;\n \n init_timers();\n now = getticks();\n when = now + (long)ticks;\n if (when == now...
(translation_unit "type_1 function_1(int ticks,type_2 fn,void *ctx)\n\n{\n type_3 *var_7;\n type_3 *var_8;\n void *ctx_local;\n type_2 fn_local;\n int ticks_local;\n type_1 var_4;\n type_4 *t;\n type_4 *first;\n \n var_1();\n var_3 = var_2();\n var_4 = var_3 + (long)ticks;\n if (var_4 == var_3) {\n var_...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
1485_puttytel_and_puttytel_strip.c
read_random_seed
FUN_001768f6
read_random_seed
void read_random_seed(noise_consumer_t consumer) { long lVar1; int __fd; char *__file; ssize_t sVar2; long in_FS_OFFSET; noise_consumer_t consumer_local; int fd; int ret; char *fname; char buf [512]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); __file = make_filename(3,(char *)0x0); __fd = ope...
void FUN_001768f6(code *param_1) { int __fd; char *__file; ulong uVar1; long in_FS_OFFSET; undefined local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); __file = (char *)FUN_00175214(3,0); __fd = open64(__file,0); FUN_001299ed(__file); if (-1 < __fd) { while (uVar1 ...
(translation_unit "void FUN_001768f6(code *param_1)\n\n{\n int __fd;\n char *__file;\n ulong uVar1;\n long in_FS_OFFSET;\n undefined local_218 [520];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n __file = (char *)FUN_00175214(3,0);\n __fd = open64(__file,0);\n FUN_001299ed(__file);\n if...
PUSH RBP MOV RBP,RSP SUB RSP,0x230 MOV qword ptr [RBP + -0x228],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV ESI,0x0 MOV EDI,0x3 CALL 0x00175214 MOV qword ptr [RBP + -0x218],RAX MOV RAX,qword ptr [RBP + -0x218] MOV ESI,0x0 MOV RDI,RAX MOV EAX,0x0 CALL 0x00111bb0 MOV dword ptr [RBP + -0...
void function_1(type_1 consumer) { long var_8; int var_5; char *__file; ssize_t sVar2; long var_1; type_1 consumer_local; int fd; int ret; char *fname; char buf [512]; var_8 = *(long *)(var_1 + 0x28); __file = var_2(3,(char *)0x0); var_5 = var_3(__file,0); var_4(__file); if (-1 < var_...
(translation_unit "void read_random_seed(noise_consumer_t consumer)\n\n{\n long lVar1;\n int __fd;\n char *__file;\n ssize_t sVar2;\n long in_FS_OFFSET;\n noise_consumer_t consumer_local;\n int fd;\n int ret;\n char *fname;\n char buf [512];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n __file = make_file...
(translation_unit "void function_1(type_1 consumer)\n\n{\n long var_8;\n int var_5;\n char *__file;\n ssize_t sVar2;\n long var_1;\n type_1 consumer_local;\n int fd;\n int ret;\n char *fname;\n char buf [512];\n \n var_8 = *(long *)(var_1 + 0x28);\n __file = var_2(3,(char *)0x0);\n var_5 = var_3(__file,0)...
(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: (sized_type_specifier) declarator: (identifier)) (de...
808_pterm_and_pterm_strip.c
clipme
FUN_0013fa0a
clipme
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void clipme(Terminal *term,pos top,pos bottom,wchar_t rect,wchar_t desel) { long lVar1; ulong uVar2; bool bVar3; wchar_t wVar4; char byte; uint uVar5; wchar_t wVar6; termline *line; long in_FS_OFFSET; wchar_t desel_local; ...
void FUN_0013fa0a(long param_1,ulong param_2,undefined8 param_3,int param_4,undefined4 param_5) { undefined8 uVar1; bool bVar2; undefined4 uVar3; char cVar4; uint uVar5; int iVar6; undefined4 uVar7; ushort *puVar8; long in_FS_OFFSET; int local_f0; int iStack_ec; undefined8 local_e8; int loca...
(translation_unit "void FUN_0013fa0a(long param_1,ulong param_2,undefined8 param_3,int param_4,undefined4 param_5)\n\n{\n undefined8 uVar1;\n bool bVar2;\n undefined4 uVar3;\n char cVar4;\n uint uVar5;\n int iVar6;\n undefined4 uVar7;\n ushort *puVar8;\n long in_FS_OFFSET;\n int local_f0;\n int iStack_ec;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xf0 MOV qword ptr [RBP + -0xd8],RDI MOV qword ptr [RBP + -0xe0],RSI MOV qword ptr [RBP + -0xe8],RDX MOV dword ptr [RBP + -0xec],ECX MOV dword ptr [RBP + -0xf0],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x90],0x1400 MOV dword ptr [RBP +...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 top,type_2 bottom,type_3 var_8,type_3 desel) { long var_5; type_4 uVar2; bool bVar3; type_3 wVar4; char byte; type_5 var_10; type_3 var_12; type_6 *line; long var_1; type_3 desel_local; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid clipme(Terminal *term,pos top,pos bottom,wchar_t rect,wchar_t desel)\n\n{\n long lVar1;\n ulong uVar2;\n bool bVar3;\n wchar_t wVar4;\n char byte;\n uint uVar5;\n wchar_t wVar6;\n termline *line;\n long in_FS_OF...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 top,type_2 bottom,type_3 var_8,type_3 desel)\n\n{\n long var_5;\n type_4 uVar2;\n bool bVar3;\n type_3 wVar4;\n char byte;\n type_5 var_10;\n type_3 var_12;\n type_6 *line;\n long ...
(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...
1137_puttytel_and_puttytel_strip.c
pangofont_has_glyph
FUN_0015d3ad
pangofont_has_glyph
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t pangofont_has_glyph(unifont *font,wchar_t glyph) { wchar_t glyph_local; unifont *font_local; return L'\x01'; }
undefined8 FUN_0015d3ad(void) { return 1; }
(translation_unit "undefined8 FUN_0015d3ad(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_0015d3ad(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_0015d3ad(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV EAX,0x1 POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *font,type_1 glyph) { type_1 glyph_local; type_2 *font_local; return L'\x01'; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t pangofont_has_glyph(unifont *font,wchar_t glyph)\n\n{\n wchar_t glyph_local;\n unifont *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "wchar_t pangofont_has_glyph(unifont *font,wchar_t glyp...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_local;\n type_2 *font_local;\n \n return L'\x01';\n}\n\n" comment (function_definition "type_1 function_1(type_2 *font,type_1 glyph)\n\n{\n type_1 glyph_lo...
(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...
1112_puttytel_and_puttytel_strip.c
x11_font_has_glyph
FUN_0015a7d8
x11_font_has_glyph
wchar_t x11_font_has_glyph(XFontStruct *xfs,uchar byte1,uchar byte2) { wchar_t wVar1; XCharStruct *pXVar2; uchar byte2_local; uchar byte1_local; XFontStruct *xfs_local; XCharStruct *xcs; pXVar2 = x11_char_struct(xfs,byte1,byte2); if ((pXVar2 == (XCharStruct *)0x0) || (((int)pXVar2->descent + (...
undefined8 FUN_0015a7d8(undefined8 param_1,undefined param_2,undefined param_3) { long lVar1; undefined8 uVar2; lVar1 = FUN_0015a6dd(param_1,param_2,param_3); if ((lVar1 == 0) || (((int)*(short *)(lVar1 + 8) + (int)*(short *)(lVar1 + 6) < 1 && (*(short *)(lVar1 + 4) < 1)))) { uVar2 = 0; } el...
(translation_unit "undefined8 FUN_0015a7d8(undefined8 param_1,undefined param_2,undefined param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0015a6dd(param_1,param_2,param_3);\n if ((lVar1 == 0) ||\n (((int)*(short *)(lVar1 + 8) + (int)*(short *)(lVar1 + 6) < 1 && (*(short *)(lVar1 + 4) < 1))))\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV EAX,ESI MOV byte ptr [RBP + -0x1c],AL MOV EAX,EDX MOV byte ptr [RBP + -0x20],AL MOVZX EDX,byte ptr [RBP + -0x20] MOVZX ECX,byte ptr [RBP + -0x1c] MOV RAX,qword ptr [RBP + -0x18] MOV ESI,ECX MOV RDI,RAX CALL 0x0015a6dd MOV qword ptr [RBP + -0x8],RAX C...
type_1 function_1(type_2 *xfs,type_3 byte1,type_3 byte2) { type_1 wVar1; type_4 *var_2; type_3 byte2_local; type_3 byte1_local; type_2 *xfs_local; type_4 *xcs; var_2 = var_1(xfs,byte1,byte2); if ((var_2 == (type_4 *)0x0) || (((int)var_2->descent + (int)var_2->ascent < 1 && (var_2->width < 1)))...
(translation_unit "wchar_t x11_font_has_glyph(XFontStruct *xfs,uchar byte1,uchar byte2)\n\n{\n wchar_t wVar1;\n XCharStruct *pXVar2;\n uchar byte2_local;\n uchar byte1_local;\n XFontStruct *xfs_local;\n XCharStruct *xcs;\n \n pXVar2 = x11_char_struct(xfs,byte1,byte2);\n if ((pXVar2 == (XCharStruct *)0x0) ||\n ...
(translation_unit "type_1 function_1(type_2 *xfs,type_3 byte1,type_3 byte2)\n\n{\n type_1 wVar1;\n type_4 *var_2;\n type_3 byte2_local;\n type_3 byte1_local;\n type_2 *xfs_local;\n type_4 *xcs;\n \n var_2 = var_1(xfs,byte1,byte2);\n if ((var_2 == (type_4 *)0x0) ||\n (((int)var_2->descent + (int)var_2->asce...
(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...
870_pterm_and_pterm_strip.c
columns_compute_width
FUN_00146924
columns_compute_width
gint columns_compute_width(Columns *cols,widget_dim_fn_t get_width) { ColumnsChild *pCVar1; gint gVar2; int iVar3; undefined8 uVar4; gint gVar5; widget_dim_fn_t get_width_local; Columns *cols_local; gint i; gint ncols; gint retwidth; int percent; gint childwidth; gint colspan; int thiswid;...
int FUN_00146924(long param_1,code *param_2) { long *plVar1; int iVar2; undefined8 uVar3; int iVar4; int local_40; int local_3c; int local_38; int local_34; undefined8 *local_20; undefined *local_18; local_38 = 0; local_3c = 1; local_18 = &DAT_00192ff8; for (local_20 = *(undefined8 **)(...
(translation_unit "int FUN_00146924(long param_1,code *param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 uVar3;\n int iVar4;\n int local_40;\n int local_3c;\n int local_38;\n int local_34;\n undefined8 *local_20;\n undefined *local_18;\n \n local_38 = 0;\n local_3c = 1;\n local_18 = &DAT_00192ff8;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV dword ptr [RBP + -0x30],0x0 MOV dword ptr [RBP + -0x34],0x1 LEA RAX,[0x192ff8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x18],RAX JMP 0x00146a...
type_1 function_1(type_2 *cols,type_3 get_width) { type_4 *var_2; type_1 var_9; int var_4; type_5 uVar4; type_1 var_7; type_3 get_width_local; type_2 *cols_local; type_1 var_6; type_1 var_5; type_1 var_10; int var_8; type_1 childwidth; type_1 colspan; int thiswid; int fullwid; type_6 *...
(translation_unit "gint columns_compute_width(Columns *cols,widget_dim_fn_t get_width)\n\n{\n ColumnsChild *pCVar1;\n gint gVar2;\n int iVar3;\n undefined8 uVar4;\n gint gVar5;\n widget_dim_fn_t get_width_local;\n Columns *cols_local;\n gint i;\n gint ncols;\n gint retwidth;\n int percent;\n gint childwidth...
(translation_unit "type_1 function_1(type_2 *cols,type_3 get_width)\n\n{\n type_4 *var_2;\n type_1 var_9;\n int var_4;\n type_5 uVar4;\n type_1 var_7;\n type_3 get_width_local;\n type_2 *cols_local;\n type_1 var_6;\n type_1 var_5;\n type_1 var_10;\n int var_8;\n type_1 childwidth;\n type_1 colspan;\n int ...
(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...
760_pterm_and_pterm_strip.c
resizeline
FUN_00130cf5
resizeline
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void resizeline(Terminal *term,termline *line,wchar_t cols) { wchar_t wVar1; ulong uVar2; undefined4 uVar3; termchar *ptVar4; wchar_t cols_local; termline *line_local; Terminal *term_local; wchar_t i; wchar_t oldcols; if ...
void FUN_00130cf5(long param_1,long param_2,int param_3) { undefined8 *puVar1; int iVar2; undefined8 uVar3; int local_10; if (param_3 != *(int *)(param_2 + 4)) { iVar2 = *(int *)(param_2 + 4); for (local_10 = param_3; local_10 < iVar2; local_10 = local_10 + 1) { FUN_0012f72a(param_2,local_1...
(translation_unit "void FUN_00130cf5(long param_1,long param_2,int param_3)\n\n{\n undefined8 *puVar1;\n int iVar2;\n undefined8 uVar3;\n int local_10;\n \n if (param_3 != *(int *)(param_2 + 4)) {\n iVar2 = *(int *)(param_2 + 4);\n for (local_10 = param_3; local_10 < iVar2; local_10 = local_10 + 1) {\n ...
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 + -0x20] MOV EAX,dword ptr [RAX + 0x4] CMP dword ptr [RBP + -0x24],EAX JZ 0x00130f87 MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX + 0x4] MOV dword ptr [RBP +...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 *line,type_3 var_1) { type_3 var_3; type_4 uVar2; type_5 uVar3; type_6 *ptVar4; type_3 cols_local; type_2 *line_local; type_1 *term_local; type_3 var_2; type_3 oldcols; if (var_1 != lin...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid resizeline(Terminal *term,termline *line,wchar_t cols)\n\n{\n wchar_t wVar1;\n ulong uVar2;\n undefined4 uVar3;\n termchar *ptVar4;\n wchar_t cols_local;\n termline *line_local;\n Terminal *term_local;\n wchar_t ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 *line,type_3 var_1)\n\n{\n type_3 var_3;\n type_4 uVar2;\n type_5 uVar3;\n type_6 *ptVar4;\n type_3 cols_local;\n type_2 *line_local;\n type_1 *term_local;\n type_3 var_2;\n type_3...
(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...
1400_puttytel_and_puttytel_strip.c
printer_start_enum
FUN_00172aa6
printer_start_enum
printer_enum * printer_start_enum(int *nprinters_ptr) { int *nprinters_ptr_local; *nprinters_ptr = 0; return (printer_enum *)0x0; }
undefined8 FUN_00172aa6(undefined4 *param_1) { *param_1 = 0; return 0; }
(translation_unit "undefined8 FUN_00172aa6(undefined4 *param_1)\n\n{\n *param_1 = 0;\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00172aa6(undefined4 *param_1)\n\n{\n *param_1 = 0;\n return 0;\n}" type_identifier (function_declarator "FUN_00172aa6(undefined4 *param_1)" identifier (parameter_list "(undef...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX],0x0 MOV EAX,0x0 POP RBP RET
type_1 * function_1(int *nprinters_ptr) { int *nprinters_ptr_local; *nprinters_ptr = 0; return (type_1 *)0x0; }
(translation_unit "printer_enum * printer_start_enum(int *nprinters_ptr)\n\n{\n int *nprinters_ptr_local;\n \n *nprinters_ptr = 0;\n return (printer_enum *)0x0;\n}\n\n" (function_definition "printer_enum * printer_start_enum(int *nprinters_ptr)\n\n{\n int *nprinters_ptr_local;\n \n *nprinters_ptr = 0;\n return ...
(translation_unit "type_1 * function_1(int *nprinters_ptr)\n\n{\n int *nprinters_ptr_local;\n \n *nprinters_ptr = 0;\n return (type_1 *)0x0;\n}\n\n" (function_definition "type_1 * function_1(int *nprinters_ptr)\n\n{\n int *nprinters_ptr_local;\n \n *nprinters_ptr = 0;\n return (type_1 *)0x0;\n}" type_identifier...
(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...
980_pterm_and_pterm_strip.c
eventlog_selection_clear
FUN_0014fb41
eventlog_selection_clear
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ gint eventlog_selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data) { uctrl *puVar1; undefined8 uVar2; gpointer data_local; GdkEventSelection *seldata_local; GtkWidget *widget_local; eventlog_stuff *es; uctrl...
undefined8 FUN_0014fb41(undefined8 param_1,undefined8 param_2,long param_3) { long lVar1; undefined8 uVar2; lVar1 = FUN_00148310(param_3 + 0xc18,*(undefined8 *)(param_3 + 0xc78)); *(undefined4 *)(param_3 + 0xc9c) = 1; if (*(long *)(lVar1 + 0x38) == 0) { /* WARNING: Subroutine does not...
(translation_unit "undefined8 FUN_0014fb41(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_00148310(param_3 + 0xc18,*(undefined8 *)(param_3 + 0xc78));\n *(undefined4 *)(param_3 + 0xc9c) = 1;\n if (*(long *)(lVar1 + 0x38) == 0) {\n /* W...
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 + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0xc78] MOV RDX,qword ptr [RBP + -0x10] ADD RDX,0xc18 MOV RSI,RAX MOV ...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ type_1 function_1(type_2 *widget,type_3 *seldata,type_4 data) { type_5 *puVar1; type_6 uVar2; type_4 data_local; type_3 *seldata_local; type_2 *widget_local; type_7 *es; type_5 *uc; puVar1 = var_1((type_8 *)((long)data + 0xc1...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngint eventlog_selection_clear(GtkWidget *widget,GdkEventSelection *seldata,gpointer data)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n gpointer data_local;\n GdkEventSelection *seldata_local;\n GtkWidget *widget_local;\n ...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *seldata,type_4 data)\n\n{\n type_5 *puVar1;\n type_6 uVar2;\n type_4 data_local;\n type_3 *seldata_local;\n type_2 *widget_local;\n type_7 *es;\n type_5 *uc;\n \n puVar1 = var...
(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...
1305_puttytel_and_puttytel_strip.c
change_settings_menuitem
FUN_0016b6f8
change_settings_menuitem
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void change_settings_menuitem(GtkMenuItem *item,gpointer data) { Conf *conf; int iVar1; wchar_t r; int iVar2; wchar_t wVar3; wchar_t wVar4; char *title_00; Conf *conf_00; char *pcVar5; char *pcVar6; FontSpec *pFVar7; boo...
void FUN_0016b6f8(undefined8 param_1,undefined8 *param_2) { undefined8 uVar1; undefined4 uVar2; int iVar3; undefined4 uVar4; int iVar5; undefined4 uVar6; undefined8 uVar7; undefined8 uVar8; char *pcVar9; char *pcVar10; undefined8 uVar11; undefined8 *puVar12; long lVar13; bool bVar14; int...
(translation_unit "void FUN_0016b6f8(undefined8 param_1,undefined8 *param_2)\n\n{\n undefined8 uVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n char *pcVar9;\n char *pcVar10;\n undefined8 uVar11;\n undefined8 *puVar12;\n ...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x50 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP + -0x40] MOV EAX,dword ptr [RAX + 0x22e4] TEST EAX,EAX JNZ 0x0016beee MOV RAX,qword ptr [RBP + -0x40] MOV dword ptr [...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *item,type_2 data) { type_3 *conf; int var_4; type_4 r; int var_14; type_4 wVar3; type_4 wVar4; char *title_00; type_3 *conf_00; char *var_27; char *pcVar6; type_5 *pFVar7; bool bVar8; type_2 dat...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid change_settings_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n Conf *conf;\n int iVar1;\n wchar_t r;\n int iVar2;\n wchar_t wVar3;\n wchar_t wVar4;\n char *title_00;\n Conf *conf_00;\n char *pcVar5;\n char *p...
(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_3 *conf;\n int var_4;\n type_4 r;\n int var_14;\n type_4 wVar3;\n type_4 wVar4;\n char *title_00;\n type_3 *conf_00;\n char *var_27;\n char *pcVar6;\n type_5 *p...
(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...