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
2263_putty_and_putty_strip.c
enum_settings_start
FUN_001d908f
enum_settings_start
/* WARNING: Unknown calling convention */ void * enum_settings_start(void) { char *__name; DIR *pDVar1; char *filename; DIR *dp; __name = make_filename(4,(char *)0x0); pDVar1 = opendir(__name); safefree(__name); return pDVar1; }
DIR * FUN_001d908f(void) { char *__name; DIR *pDVar1; __name = (char *)FUN_001d8145(4,0); pDVar1 = opendir(__name); FUN_0012e243(__name); return pDVar1; }
(translation_unit "DIR * FUN_001d908f(void)\n\n{\n char *__name;\n DIR *pDVar1;\n \n __name = (char *)FUN_001d8145(4,0);\n pDVar1 = opendir(__name);\n FUN_0012e243(__name);\n return pDVar1;\n}\n\n" (function_definition "DIR * FUN_001d908f(void)\n\n{\n char *__name;\n DIR *pDVar1;\n \n __name = (char *)FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0x0 MOV EDI,0x4 CALL 0x001d8145 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x001158c0 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x0012e243 MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ void * function_1(void) { char *__name; type_1 *pDVar1; char *filename; type_1 *dp; __name = var_1(4,(char *)0x0); pDVar1 = var_2(__name); var_3(__name); return pDVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * enum_settings_start(void)\n\n{\n char *__name;\n DIR *pDVar1;\n char *filename;\n DIR *dp;\n \n __name = make_filename(4,(char *)0x0);\n pDVar1 = opendir(__name);\n safefree(__name);\n return pDVar1;\n}\n\n" comment (function_definition "vo...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n char *__name;\n type_1 *pDVar1;\n char *filename;\n type_1 *dp;\n \n __name = var_1(4,(char *)0x0);\n pDVar1 = var_2(__name);\n var_3(__name);\n return pDVar1;\n}\n\n" comment (function_definition "void * function_1(...
(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...
1963_putty_and_putty_strip.c
our_dialog_make_action_hbox
FUN_001c540d
our_dialog_make_action_hbox
GtkBox * our_dialog_make_action_hbox(GtkWindow *dlg) { GtkWidget *w; undefined8 uVar1; GtkBox *pGVar2; GtkWindow *dlg_local; GtkWidget *hbox; w = (GtkWidget *)gtk_box_new(0,0); our_dialog_set_action_area(dlg,w); uVar1 = g_type_check_instance_cast(w,0x50); g_object_set(uVar1,"margin",0,0); uVar1...
void FUN_001c540d(undefined8 param_1) { undefined8 uVar1; undefined8 uVar2; uVar1 = gtk_box_new(0,0); FUN_001c5335(param_1,uVar1); uVar2 = g_type_check_instance_cast(uVar1,0x50); g_object_set(uVar2,"margin",0,0); uVar2 = g_type_check_instance_cast(uVar1,0x50); g_object_set(uVar2,"spacing",8,0); g...
(translation_unit "void FUN_001c540d(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gtk_box_new(0,0);\n FUN_001c5335(param_1,uVar1);\n uVar2 = g_type_check_instance_cast(uVar1,0x50);\n g_object_set(uVar2,"margin",0,0);\n uVar2 = g_type_check_instance_cast(uVar1,0x50);\n g_object_...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x0 MOV EDI,0x0 CALL 0x00114790 MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x18] MOV RSI,RDX MOV RDI,RAX CALL 0x001c5335 MOV RAX,qword ptr [RBP + -0x8] MOV ESI,0x50 MOV RDI,RAX CALL 0x00114570 MOV ECX,...
type_1 * function_1(type_2 *dlg) { type_3 *w; type_4 uVar1; type_1 *pGVar2; type_2 *dlg_local; type_3 *hbox; w = (type_3 *)var_1(0,0); var_2(dlg,w); uVar1 = var_3(w,0x50); var_4(uVar1,"margin",0,0); uVar1 = var_3(w,0x50); var_4(uVar1,"spacing",8,0); var_5(w); uVar1 = var_6(); pGVar2 = (...
(translation_unit "GtkBox * our_dialog_make_action_hbox(GtkWindow *dlg)\n\n{\n GtkWidget *w;\n undefined8 uVar1;\n GtkBox *pGVar2;\n GtkWindow *dlg_local;\n GtkWidget *hbox;\n \n w = (GtkWidget *)gtk_box_new(0,0);\n our_dialog_set_action_area(dlg,w);\n uVar1 = g_type_check_instance_cast(w,0x50);\n g_object_se...
(translation_unit "type_1 * function_1(type_2 *dlg)\n\n{\n type_3 *w;\n type_4 uVar1;\n type_1 *pGVar2;\n type_2 *dlg_local;\n type_3 *hbox;\n \n w = (type_3 *)var_1(0,0);\n var_2(dlg,w);\n uVar1 = var_3(w,0x50);\n var_4(uVar1,"margin",0,0);\n uVar1 = var_3(w,0x50);\n var_4(uVar1,"spacing",8,0);\n var_5(w)...
(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)))))) body: (compound_statement (dec...
1918_putty_and_putty_strip.c
multifont_draw_text
FUN_001bf796
multifont_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void multifont_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_001bf796(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_001bf66b(param_1,param_2,param_3,param_4,param_5,param_6,param_7,param_8,param_9,par...
(translation_unit "void FUN_001bf796(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_001bf66b(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 multifont_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...
1932_putty_and_putty_strip.c
unifontsel_select_font
FUN_001c0789
unifontsel_select_font
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_select_font (unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist, wchar_t size_is_explicit) { wchar_t wVar1; long lVar2; undefined8 uVar3; long in_FS_OFFSET; wchar_t size_...
void FUN_001c0789(long param_1,long param_2,uint param_3,int param_4,int param_5) { int iVar1; undefined8 uVar2; long in_FS_OFFSET; uint local_9c; int local_84; undefined4 local_80; undefined4 local_7c; uint local_78; int local_74; undefined8 local_70; undefined local_68 [32]; char local_48 [4...
(translation_unit "void FUN_001c0789(long param_1,long param_2,uint param_3,int param_4,int param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n uint local_9c;\n int local_84;\n undefined4 local_80;\n undefined4 local_7c;\n uint local_78;\n int local_74;\n undefined8 local_70;\n undefined lo...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x98 MOV qword ptr [RBP + -0x88],RDI MOV qword ptr [RBP + -0x90],RSI MOV dword ptr [RBP + -0x94],EDX MOV dword ptr [RBP + -0x98],ECX MOV dword ptr [RBP + -0x9c],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x88] MOV dword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1 (type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7, type_3 var_2) { type_3 var_31; long var_33; type_4 uVar3; long var_1; type_3 size_is_explicit_local; type_3 leftlist_local; type_3 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_select_font\n (unifontsel_internal *fs,fontinfo *info,wchar_t size,wchar_t leftlist,\n wchar_t size_is_explicit)\n\n{\n wchar_t wVar1;\n long lVar2;\n undefined8 uVar3;\n long i...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1\n (type_1 *fs,type_2 *info,type_3 var_26,type_3 var_7,\n type_3 var_2)\n\n{\n type_3 var_31;\n long var_33;\n type_4 uVar3;\n long var_1;\n type_3 size_is_explicit_local;\n ty...
(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...
2039_putty_and_putty_strip.c
draw_update
FUN_001ca699
draw_update
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void draw_update(draw_ctx *dctx,wchar_t x,wchar_t y,wchar_t w,wchar_t h) { wchar_t h_local; wchar_t w_local; wchar_t y_local; wchar_t x_local; draw_ctx *dctx_local; gtk_widget_queue_draw_area(dctx->inst->area,x,y,w,h); return; ...
void FUN_001ca699(long *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { gtk_widget_queue_draw_area(*(undefined8 *)(*param_1 + 8),param_2,param_3,param_4,param_5); return; }
(translation_unit "void FUN_001ca699(long *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n gtk_widget_queue_draw_area(*(undefined8 *)(*param_1 + 8),param_2,param_3,param_4,param_5);\n return;\n}\n\n" (function_definition "void FUN_001ca699(long *param_1,u...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV dword ptr [RBP + -0x14],ECX MOV dword ptr [RBP + -0x18],R8D MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x8] MOV EDI,dword ptr [RBP + -0x18] MOV ECX,dwo...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *dctx,type_2 x,type_2 y,type_2 w,type_2 h) { type_2 h_local; type_2 w_local; type_2 y_local; type_2 x_local; type_1 *dctx_local; var_1(dctx->inst->area,x,y,w,h); return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_update(draw_ctx *dctx,wchar_t x,wchar_t y,wchar_t w,wchar_t h)\n\n{\n wchar_t h_local;\n wchar_t w_local;\n wchar_t y_local;\n wchar_t x_local;\n draw_ctx *dctx_local;\n \n gtk_widget_queue_draw_area(dctx->in...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 x,type_2 y,type_2 w,type_2 h)\n\n{\n type_2 h_local;\n type_2 w_local;\n type_2 y_local;\n type_2 x_local;\n type_1 *dctx_local;\n \n var_1(dctx->inst->area,x,y,w,h);\n return;\n}\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...
2017_putty_and_putty_strip.c
palette_reset
FUN_001c8f87
palette_reset
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void palette_reset(void *frontend) { long lVar1; short sVar2; int iVar3; void *frontend_local; wchar_t i; wchar_t r; wchar_t g; wchar_t b; wchar_t shade; gui_data *inst; for (i = L'\0'; i < L'\x16'; i = i + L'\x01') { ...
void FUN_001c8f87(long param_1) { short sVar1; long lVar2; int iVar3; int local_24; for (local_24 = 0; local_24 < 0x16; local_24 = local_24 + 1) { sVar1 = FUN_0011a5bc(*(undefined8 *)(param_1 + 0x22d0),0x89,local_24 * 3); *(short *)((long)*(int *)(&DAT_002162a0 + (long)local_24 * 4) * 0xc + param...
(translation_unit "void FUN_001c8f87(long param_1)\n\n{\n short sVar1;\n long lVar2;\n int iVar3;\n int local_24;\n \n for (local_24 = 0; local_24 < 0x16; local_24 = local_24 + 1) {\n sVar1 = FUN_0011a5bc(*(undefined8 *)(param_1 + 0x22d0),0x89,local_24 * 3);\n *(short *)((long)*(int *)(&DAT_002162a0 + (long...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x1c],0x0 JMP 0x001c90d4 MOV EDX,dword ptr [RBP + -0x1c] MOV EAX,EDX ADD EAX,EAX ADD EDX,EAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x89...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend) { long var_6; short sVar2; int var_3; void *frontend_local; type_1 var_1; type_1 r; type_1 g; type_1 b; type_1 shade; type_2 *inst; for (var_1 = L'\0'; var_1 < L'\x16'; var_1 = var_1 + L'...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid palette_reset(void *frontend)\n\n{\n long lVar1;\n short sVar2;\n int iVar3;\n void *frontend_local;\n wchar_t i;\n wchar_t r;\n wchar_t g;\n wchar_t b;\n wchar_t shade;\n gui_data *inst;\n \n for (i = L'\0';...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n long var_6;\n short sVar2;\n int var_3;\n void *frontend_local;\n type_1 var_1;\n type_1 r;\n type_1 g;\n type_1 b;\n type_1 shade;\n type_2 *inst;\n \n for (var_1 = L'\0'; 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))))) body: (compound_statement (declaration type: (sized_typ...
2197_putty_and_putty_strip.c
sk_localproxy_socket_error
FUN_001d51d0
sk_localproxy_socket_error
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * sk_localproxy_socket_error(Socket s) { Socket s_local; Local_Proxy_Socket ps; return (char *)s[3]; }
undefined8 FUN_001d51d0(long param_1) { return *(undefined8 *)(param_1 + 0x18); }
(translation_unit "undefined8 FUN_001d51d0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x18);\n}\n\n" (function_definition "undefined8 FUN_001d51d0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x18);\n}" type_identifier (function_declarator "FUN_001d51d0(long param_1)" identifier (parameter_list "(...
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 + 0x18] POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(type_1 s) { type_1 s_local; type_2 ps; return (char *)s[3]; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * sk_localproxy_socket_error(Socket s)\n\n{\n Socket s_local;\n Local_Proxy_Socket ps;\n \n return (char *)s[3];\n}\n\n" comment (function_definition "char * sk_localproxy_socket_error(Socket s)\n\n{\n Socket s_loca...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 s)\n\n{\n type_1 s_local;\n type_2 ps;\n \n return (char *)s[3];\n}\n\n" comment (function_definition "char * function_1(type_1 s)\n\n{\n type_1 s_local;\n type_2 ps;\n \n return (char *)s[3];...
(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...
2097_putty_and_putty_strip.c
filename_equal
FUN_001d017b
filename_equal
int filename_equal(Filename *f1,Filename *f2) { int iVar1; Filename *f2_local; Filename *f1_local; iVar1 = strcmp(f1->path,f2->path); return (int)(iVar1 == 0); }
bool FUN_001d017b(undefined8 *param_1,undefined8 *param_2) { int iVar1; iVar1 = strcmp((char *)*param_1,(char *)*param_2); return iVar1 == 0; }
(translation_unit "bool FUN_001d017b(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = strcmp((char *)*param_1,(char *)*param_2);\n return iVar1 == 0;\n}\n\n" (function_definition "bool FUN_001d017b(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = strcmp((char *)*para...
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 + -0x10] MOV RDX,qword ptr [RAX] MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RSI,RDX MOV RDI,RAX CALL 0x001156d0 TEST EAX,EAX SETZ AL MOVZX EAX,AL LEAVE RET
int function_1(type_1 *f1,type_1 *f2) { int var_2; type_1 *f2_local; type_1 *f1_local; var_2 = var_1(f1->path,f2->path); return (int)(var_2 == 0); }
(translation_unit "int filename_equal(Filename *f1,Filename *f2)\n\n{\n int iVar1;\n Filename *f2_local;\n Filename *f1_local;\n \n iVar1 = strcmp(f1->path,f2->path);\n return (int)(iVar1 == 0);\n}\n\n" (function_definition "int filename_equal(Filename *f1,Filename *f2)\n\n{\n int iVar1;\n Filename *f2_local;\n...
(translation_unit "int function_1(type_1 *f1,type_1 *f2)\n\n{\n int var_2;\n type_1 *f2_local;\n type_1 *f1_local;\n \n var_2 = var_1(f1->path,f2->path);\n return (int)(var_2 == 0);\n}\n\n" (function_definition "int function_1(type_1 *f1,type_1 *f2)\n\n{\n int var_2;\n type_1 *f2_local;\n type_1 *f1_local;\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...
2077_putty_and_putty_strip.c
update_specials_menu
FUN_001cd6c7
update_specials_menu
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void update_specials_menu(void *frontend) { wchar_t wVar1; undefined8 uVar2; GtkWidget *pGVar3; undefined8 uVar4; void *frontend_local; wchar_t i; wchar_t nesting; telnet_special_conflict *specials; GtkWidget *menu; GtkWidge...
void FUN_001cd6c7(long param_1) { int iVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; int local_48; int local_44; long local_40; undefined8 local_38; undefined8 local_30; long local_28; if (*(long *)(param_1 + 0xd90) == 0) { local_40 = 0; } else { local_40 = (**(code ...
(translation_unit "void FUN_001cd6c7(long param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n int local_48;\n int local_44;\n long local_40;\n undefined8 local_38;\n undefined8 local_30;\n long local_28;\n \n if (*(long *)(param_1 + 0xd90) == 0) {\n local_40 = 0;\n }...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x48],RDI MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0xd90] TEST RAX,RAX JZ 0x001cd711 MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0xd90] MOV RAX,qword ptr [RAX + 0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend) { type_1 var_7; type_2 uVar2; type_3 *pGVar3; type_2 uVar4; void *frontend_local; type_1 var_19; type_1 var_6; type_4 *var_4; type_3 *menu; type_3 *saved_menu; type_3 *var_18; type_5 *inst...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid update_specials_menu(void *frontend)\n\n{\n wchar_t wVar1;\n undefined8 uVar2;\n GtkWidget *pGVar3;\n undefined8 uVar4;\n void *frontend_local;\n wchar_t i;\n wchar_t nesting;\n telnet_special_conflict *specials;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend)\n\n{\n type_1 var_7;\n type_2 uVar2;\n type_3 *pGVar3;\n type_2 uVar4;\n void *frontend_local;\n type_1 var_19;\n type_1 var_6;\n type_4 *var_4;\n type_3 *menu;\n type_3 *saved_menu;\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_iden...
1962_putty_and_putty_strip.c
our_dialog_set_action_area
FUN_001c5335
our_dialog_set_action_area
void our_dialog_set_action_area(GtkWindow *dlg,GtkWidget *w) { undefined8 uVar1; undefined8 uVar2; GtkWidget *w_local; GtkWindow *dlg_local; GtkBox *vbox; GtkWidget *sep; uVar1 = gtk_box_get_type(); uVar2 = gtk_bin_get_type(); uVar2 = g_type_check_instance_cast(dlg,uVar2); uVar2 = gtk_bin_get_c...
void FUN_001c5335(undefined8 param_1,undefined8 param_2) { undefined8 uVar1; undefined8 uVar2; uVar1 = gtk_box_get_type(); uVar2 = gtk_bin_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); uVar2 = gtk_bin_get_child(uVar2); uVar1 = g_type_check_instance_cast(uVar2,uVar1); uVar2 = g_type...
(translation_unit "void FUN_001c5335(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n uVar1 = gtk_box_get_type();\n uVar2 = gtk_bin_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n uVar2 = gtk_bin_get_child(uVar2);\n uVar1 = g_type_check_instance_cast(uV...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x28 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI CALL 0x00114f10 MOV RBX,RAX CALL 0x001152d0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x28] MOV RSI,RDX MOV RDI,RAX CALL 0x00114570 MOV RDI,RAX CALL 0x001155a0 MOV RSI,RBX MOV RDI,RAX CALL 0x00114570 MOV qword ptr [RB...
void function_1(type_1 *dlg,type_2 *w) { type_3 uVar1; type_3 uVar2; type_2 *w_local; type_1 *dlg_local; type_4 *vbox; type_2 *sep; uVar1 = var_1(); uVar2 = var_2(); uVar2 = var_3(dlg,uVar2); uVar2 = var_4(uVar2); uVar1 = var_3(uVar2,uVar1); uVar2 = var_3(w,0x50); var_5(uVar2,"margin",8,0...
(translation_unit "void our_dialog_set_action_area(GtkWindow *dlg,GtkWidget *w)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n GtkWidget *w_local;\n GtkWindow *dlg_local;\n GtkBox *vbox;\n GtkWidget *sep;\n \n uVar1 = gtk_box_get_type();\n uVar2 = gtk_bin_get_type();\n uVar2 = g_type_check_instance_cast(dlg,u...
(translation_unit "void function_1(type_1 *dlg,type_2 *w)\n\n{\n type_3 uVar1;\n type_3 uVar2;\n type_2 *w_local;\n type_1 *dlg_local;\n type_4 *vbox;\n type_2 *sep;\n \n uVar1 = var_1();\n uVar2 = var_2();\n uVar2 = var_3(dlg,uVar2);\n uVar2 = var_4(uVar2);\n uVar1 = var_3(uVar2,uVar1);\n uVar2 = var_3(w,...
(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...
2233_putty_and_putty_strip.c
serial_ldisc
FUN_001d6ea8
serial_ldisc
int serial_ldisc(void *handle,int option) { int option_local; void *handle_local; return 0; }
undefined8 FUN_001d6ea8(void) { return 0; }
(translation_unit "undefined8 FUN_001d6ea8(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001d6ea8(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001d6ea8(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,0x0 POP RBP RET
int function_1(void *handle,int option) { int option_local; void *handle_local; return 0; }
(translation_unit "int serial_ldisc(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int serial_ldisc(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "serial_ldisc(v...
(translation_unit "int function_1(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int function_1(void *handle,int option)\n\n{\n int option_local;\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "function_1(void *h...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
2216_putty_and_putty_strip.c
serial_find_by_fd
FUN_001d6146
serial_find_by_fd
int serial_find_by_fd(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; Serial b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *av) { iVar1 = 1; } else { iVar1 = 0;...
undefined8 FUN_001d6146(int *param_1,long param_2) { undefined8 uVar1; if (*param_1 < *(int *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 8) < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d6146(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 8) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0xc],EAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] CMP dword ptr [RBP + -0x...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; type_1 b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *av) { iVar1 = 1; } else { iVar1 = 0; } ...
(translation_unit "int serial_find_by_fd(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n Serial b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 8) < *av) {\n iVar1 ...
(translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n type_1 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 8) < *av) {\n iVar1 = 1;\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_...
2145_putty_and_putty_strip.c
sk_tcp_write
FUN_001d2c39
sk_tcp_write
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_tcp_write(Socket sock,char *buf,int len) { int iVar1; int len_local; char *buf_local; Socket sock_local; Actual_Socket_conflict s; if (*(int *)(sock + 0xb) != 0) { /* WARNING: Subroutine does not return...
void FUN_001d2c39(long param_1,undefined8 param_2,undefined4 param_3) { if (*(int *)(param_1 + 0x58) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4ad,"sk_tcp_write"); } FUN_0012dc11(param_1 + 0x20,param_2,param_3); if (*(in...
(translation_unit "void FUN_001d2c39(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x58) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4ad,"sk_tcp_write");\n }\n FUN_0012dc11(param_1 + 0x20,par...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x58] TEST EAX,EAX JZ 0x001d2c7e LEA RCX,[0x216d00] MOV EDX,0x4ad LEA R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 var_1,char *buf,int len) { int iVar1; int len_local; char *buf_local; type_1 sock_local; type_2 s; if (*(int *)(var_1 + 0xb) != 0) { /* WARNING: Subroutine does not return */ var_2("s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_tcp_write(Socket sock,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (*(int *)(sock + 0xb) != 0) {\n /* WARNI...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_1,char *buf,int len)\n\n{\n int iVar1;\n int len_local;\n char *buf_local;\n type_1 sock_local;\n type_2 s;\n \n if (*(int *)(var_1 + 0xb) != 0) {\n /* WARNING: Subroutine d...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:...
2227_putty_and_putty_strip.c
serial_size
FUN_001d6de3
serial_size
void serial_size(void *handle,int width,int height) { int height_local; int width_local; void *handle_local; return; }
void FUN_001d6de3(void) { return; }
(translation_unit "void FUN_001d6de3(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001d6de3(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001d6de3(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX NOP POP RBP RET
void function_1(void *handle,int width,int height) { int height_local; int width_local; void *handle_local; return; }
(translation_unit "void serial_size(void *handle,int width,int height)\n\n{\n int height_local;\n int width_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void serial_size(void *handle,int width,int height)\n\n{\n int height_local;\n int width_local;\n void *handle_local;\n \n return;...
(translation_unit "void function_1(void *handle,int width,int height)\n\n{\n int height_local;\n int width_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *handle,int width,int height)\n\n{\n int height_local;\n int width_local;\n void *handle_local;\n \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: (primitive_type) declarator: (identifi...
2150_putty_and_putty_strip.c
sk_tcp_socket_error
FUN_001d367f
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_001d367f(long param_1) { return *(undefined8 *)(param_1 + 8); }
(translation_unit "undefined8 FUN_001d367f(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_001d367f(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_001d367f(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...
2235_putty_and_putty_strip.c
serial_provide_logctx
FUN_001d6ec9
serial_provide_logctx
void serial_provide_logctx(void *handle,void *logctx) { void *logctx_local; void *handle_local; return; }
void FUN_001d6ec9(void) { return; }
(translation_unit "void FUN_001d6ec9(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001d6ec9(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001d6ec9(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(void *handle,void *logctx) { void *logctx_local; void *handle_local; return; }
(translation_unit "void serial_provide_logctx(void *handle,void *logctx)\n\n{\n void *logctx_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void serial_provide_logctx(void *handle,void *logctx)\n\n{\n void *logctx_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_de...
(translation_unit "void function_1(void *handle,void *logctx)\n\n{\n void *logctx_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *handle,void *logctx)\n\n{\n void *logctx_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarator "function_1(v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
2123_putty_and_putty_strip.c
sk_nextaddr
FUN_001d0ec0
sk_nextaddr
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_nextaddr(SockAddr addr,SockAddrStep *step) { int iVar1; SockAddrStep *step_local; SockAddr addr_local; if ((step->ai == (addrinfo *)0x0) || (step->ai->ai_next == (addrinfo *)0x0)) { iVar1 = 0; } else { step->ai = s...
undefined8 FUN_001d0ec0(undefined8 param_1,long *param_2) { undefined8 uVar1; if ((*param_2 == 0) || (*(long *)(*param_2 + 0x28) == 0)) { uVar1 = 0; } else { *param_2 = *(long *)(*param_2 + 0x28); uVar1 = 1; } return uVar1; }
(translation_unit "undefined8 FUN_001d0ec0(undefined8 param_1,long *param_2)\n\n{\n undefined8 uVar1;\n \n if ((*param_2 == 0) || (*(long *)(*param_2 + 0x28) == 0)) {\n uVar1 = 0;\n }\n else {\n *param_2 = *(long *)(*param_2 + 0x28);\n uVar1 = 1;\n }\n return uVar1;\n}\n\n" (function_definition "undefin...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x001d0f01 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x28] TEST RAX,RAX JZ 0x001d0f01 MOV RAX,qword ptr [RBP + -0x10] MOV RAX...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 addr,type_2 *step) { int iVar1; type_2 *step_local; type_1 addr_local; if ((step->ai == (type_3 *)0x0) || (step->ai->ai_next == (type_3 *)0x0)) { iVar1 = 0; } else { step->ai = step->ai->ai_next; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_nextaddr(SockAddr addr,SockAddrStep *step)\n\n{\n int iVar1;\n SockAddrStep *step_local;\n SockAddr addr_local;\n \n if ((step->ai == (addrinfo *)0x0) || (step->ai->ai_next == (addrinfo *)0x0)) {\n iVar1 = 0;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 addr,type_2 *step)\n\n{\n int iVar1;\n type_2 *step_local;\n type_1 addr_local;\n \n if ((step->ai == (type_3 *)0x0) || (step->ai->ai_next == (type_3 *)0x0)) {\n iVar1 = 0;\n }\n else {\n st...
(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: (pointer_declarator declarator...
2020_putty_and_putty_strip.c
write_clip
FUN_001c9412
write_clip
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void write_clip(void *frontend,wchar_t *data,wchar_t *attr,wchar_t len,wchar_t must_deselect) { long lVar1; wchar_t wVar2; int iVar3; undefined8 uVar4; char *pcVar5; long in_FS_OFFSET; wchar_t must_deselect_local; wchar_t len_lo...
void FUN_001c9412(long param_1,undefined8 param_2,undefined8 param_3,int param_4,int param_5) { undefined4 uVar1; int iVar2; undefined8 uVar3; long in_FS_OFFSET; int local_54; undefined8 local_50; long local_48; undefined8 local_40; void *local_38 [3]; size_t local_20; undefined8 local_18; lon...
(translation_unit "void FUN_001c9412(long param_1,undefined8 param_2,undefined8 param_3,int param_4,int param_5)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_54;\n undefined8 local_50;\n long local_48;\n undefined8 local_40;\n void *local_38 [3];\n size_t local_20...
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 dword ptr [RBP + -0x70],R8D 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 + -0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,type_1 *data,type_1 *attr,type_1 var_6,type_1 var_18) { long var_20; type_1 wVar2; int var_10; type_2 uVar4; char *pcVar5; long var_1; type_1 must_deselect_local; type_1 len_local; type_1 *attr_l...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid write_clip(void *frontend,wchar_t *data,wchar_t *attr,wchar_t len,wchar_t must_deselect)\n\n{\n long lVar1;\n wchar_t wVar2;\n int iVar3;\n undefined8 uVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n wchar_t must_des...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 *data,type_1 *attr,type_1 var_6,type_1 var_18)\n\n{\n long var_20;\n type_1 wVar2;\n int var_10;\n type_2 uVar4;\n char *pcVar5;\n long var_1;\n type_1 must_deselect_local;\n type...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
2041_putty_and_putty_strip.c
draw_rectangle
FUN_001ca7bf
draw_rectangle
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void draw_rectangle(draw_ctx *dctx,wchar_t filled,wchar_t x,wchar_t y,wchar_t w,wchar_t h) { wchar_t h_local; wchar_t w_local; wchar_t y_local; wchar_t x_local; wchar_t filled_local; draw_ctx *dctx_local; if ((dctx->uctx).type ...
void FUN_001ca7bf(long param_1,int param_2,int param_3,int param_4,int param_5,int param_6) { if (*(int *)(param_1 + 8) == 0) { cairo_new_path(*(undefined8 *)(param_1 + 0x18)); if (param_2 == 0) { cairo_rectangle(DAT_002163d8 + (double)param_3,(double)param_4 + DAT_002163d8,(double)param_5, ...
(translation_unit "void FUN_001ca7bf(long param_1,int param_2,int param_3,int param_4,int param_5,int param_6)\n\n{\n if (*(int *)(param_1 + 8) == 0) {\n cairo_new_path(*(undefined8 *)(param_1 + 0x18));\n if (param_2 == 0) {\n cairo_rectangle(DAT_002163d8 + (double)param_3,(double)param_4 + DAT_002163d8,(do...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV dword ptr [RBP + -0x14],ECX MOV dword ptr [RBP + -0x18],R8D MOV dword ptr [RBP + -0x1c],R9D MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] TEST EAX,EAX JNZ 0x001ca89b MOV RAX...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *dctx,type_2 var_3,type_2 x,type_2 y,type_2 w,type_2 h) { type_2 h_local; type_2 w_local; type_2 y_local; type_2 x_local; type_2 filled_local; type_1 *dctx_local; if ((dctx->uctx).type == var_1) { var...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid draw_rectangle(draw_ctx *dctx,wchar_t filled,wchar_t x,wchar_t y,wchar_t w,wchar_t h)\n\n{\n wchar_t h_local;\n wchar_t w_local;\n wchar_t y_local;\n wchar_t x_local;\n wchar_t filled_local;\n draw_ctx *dctx_local;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 var_3,type_2 x,type_2 y,type_2 w,type_2 h)\n\n{\n type_2 h_local;\n type_2 w_local;\n type_2 y_local;\n type_2 x_local;\n type_2 filled_local;\n type_1 *dctx_local;\n \n if ((dctx->...
(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...
2276_putty_and_putty_strip.c
cp_name
FUN_001da1f4
cp_name
char * cp_name(wchar_t codepage) { char *pcVar1; wchar_t codepage_local; if (codepage == L'\0') { pcVar1 = "Use font encoding"; } else { pcVar1 = charset_to_localenc(codepage); } return pcVar1; }
char * FUN_001da1f4(int param_1) { char *pcVar1; if (param_1 == 0) { pcVar1 = "Use font encoding"; } else { pcVar1 = (char *)FUN_00116a75(param_1); } return pcVar1; }
(translation_unit "char * FUN_001da1f4(int param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = (char *)FUN_00116a75(param_1);\n }\n return pcVar1;\n}\n\n" (function_definition "char * FUN_001da1f4(int param_1)\n\n{\n char *pcVar1;\n \n if (param...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x0 JNZ 0x001da20e LEA RAX,[0x217740] JMP 0x001da218 MOV EAX,dword ptr [RBP + -0x4] MOV EDI,EAX CALL 0x00116a75 LEAVE RET
char * function_1(type_1 var_1) { char *pcVar1; type_1 codepage_local; if (var_1 == L'\0') { pcVar1 = "Use font encoding"; } else { pcVar1 = var_2(var_1); } return pcVar1; }
(translation_unit "char * cp_name(wchar_t codepage)\n\n{\n char *pcVar1;\n wchar_t codepage_local;\n \n if (codepage == L'\0') {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = charset_to_localenc(codepage);\n }\n return pcVar1;\n}\n\n" (function_definition "char * cp_name(wchar_t codepage)\n\n{\n...
(translation_unit "char * function_1(type_1 var_1)\n\n{\n char *pcVar1;\n type_1 codepage_local;\n \n if (var_1 == L'\0') {\n pcVar1 = "Use font encoding";\n }\n else {\n pcVar1 = var_2(var_1);\n }\n return pcVar1;\n}\n\n" (function_definition "char * function_1(type_1 var_1)\n\n{\n char *pcVar1;\n type...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
2118_putty_and_putty_strip.c
cmpforsearch
FUN_001d0b34
cmpforsearch
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int cmpforsearch(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int as; int bs; Actual_Socket_conflict b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 0x10)) { iV...
undefined8 FUN_001d0b34(int *param_1,long param_2) { undefined8 uVar1; if (*param_1 < *(int *)(param_2 + 0x10)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 0x10) < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d0b34(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 0x10)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 0x10) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_defini...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0x10],EAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x10] MOV dword ptr [RBP + -...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int as; int bs; type_1 b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 0x10)) { iVar1 = -1; } el...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint cmpforsearch(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int as;\n int bs;\n Actual_Socket_conflict b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(in...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int as;\n int bs;\n type_1 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 0x...
(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:...
1981_putty_and_putty_strip.c
get_window
FUN_001c59f1
get_window
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * get_window(void *frontend) { void *frontend_local; gui_data *inst; /* WARNING: Load size is inaccurate */ return *frontend; }
undefined8 FUN_001c59f1(undefined8 *param_1) { return *param_1; }
(translation_unit "undefined8 FUN_001c59f1(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_001c59f1(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_001c59f1(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (...
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] POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * function_1(void *frontend) { void *frontend_local; type_1 *inst; /* WARNING: Load size is inaccurate */ return *frontend; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * get_window(void *frontend)\n\n{\n void *frontend_local;\n gui_data *inst;\n \n /* WARNING: Load size is inaccurate */\n return *frontend;\n}\n\n" comment (function_definition "void * get_window(v...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(void *frontend)\n\n{\n void *frontend_local;\n type_1 *inst;\n \n /* WARNING: Load size is inaccurate */\n return *frontend;\n}\n\n" comment (function_definition "void * function_1(voi...
(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)))))) body: (compound_statem...
2256_putty_and_putty_strip.c
read_setting_i
FUN_001d8cff
read_setting_i
int read_setting_i(void *handle,char *key,int defvalue) { long lVar1; void *pvVar2; long in_FS_OFFSET; int defvalue_local; char *key_local; void *handle_local; char *val; tree234 *tree; skeyval *kv; skeyval tmp; lVar1 = *(long *)(in_FS_OFFSET + 0x28); tmp.key = key; if ((handle == (void *...
int FUN_001d8cff(long param_1,undefined8 param_2,int param_3) { long lVar1; long in_FS_OFFSET; char *local_40; undefined8 local_28 [3]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_28[0] = param_2; if ((param_1 == 0) || (lVar1 = FUN_001ae652(param_1,local_28,0), lVar1 == 0)) { ...
(translation_unit "int FUN_001d8cff(long param_1,undefined8 param_2,int param_3)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n char *local_40;\n undefined8 local_28 [3];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_28[0] = param_2;\n if ((param_1 == 0) || (lVar1 = FUN_001ae652(param_1,l...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV dword ptr [RBP + -0x54],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x50] MOV qword ptr [RBP + -0...
int function_1(void *var_2,char *key,int defvalue) { long var_9; void *var_4; long var_1; int defvalue_local; char *key_local; void *handle_local; char *var_6; type_1 *tree; type_2 *kv; type_2 tmp; var_9 = *(long *)(var_1 + 0x28); tmp.key = key; if ((var_2 == (void *)0x0) || (var_4 =...
(translation_unit "int read_setting_i(void *handle,char *key,int defvalue)\n\n{\n long lVar1;\n void *pvVar2;\n long in_FS_OFFSET;\n int defvalue_local;\n char *key_local;\n void *handle_local;\n char *val;\n tree234 *tree;\n skeyval *kv;\n skeyval tmp;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n tmp.ke...
(translation_unit "int function_1(void *var_2,char *key,int defvalue)\n\n{\n long var_9;\n void *var_4;\n long var_1;\n int defvalue_local;\n char *key_local;\n void *handle_local;\n char *var_6;\n type_1 *tree;\n type_2 *kv;\n type_2 tmp;\n \n var_9 = *(long *)(var_1 + 0x28);\n tmp.key = key;\n if ((var_...
(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_...
2114_putty_and_putty_strip.c
fontspec_deserialise
FUN_001d07f2
fontspec_deserialise
FontSpec * fontspec_deserialise(void *vdata,int maxsize,int *used) { void *pvVar1; FontSpec *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; pvVar1 = memchr(vdata,0,(long)maxsize); if (pvVar1 == (void *)0x0) { pFVar2 = (FontSpec *)0x0; } else { *u...
undefined8 FUN_001d07f2(void *param_1,int param_2,int *param_3) { void *pvVar1; undefined8 uVar2; pvVar1 = memchr(param_1,0,(long)param_2); if (pvVar1 == (void *)0x0) { uVar2 = 0; } else { *param_3 = ((int)pvVar1 - (int)param_1) + 1; uVar2 = FUN_001d0729(param_1); } return uVar2; }
(translation_unit "undefined8 FUN_001d07f2(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 uVar2;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n uVar2 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 - (int)param_1) + 1;\n uVar2 = FUN_001d0729(param_...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV EAX,dword ptr [RBP + -0x1c] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x0 MOV RDI,RAX CALL 0x001151d0 MOV qwo...
type_1 * function_1(void *vdata,int maxsize,int *used) { void *var_2; type_1 *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; var_2 = var_1(vdata,0,(long)maxsize); if (var_2 == (void *)0x0) { pFVar2 = (type_1 *)0x0; } else { *used = ((int)var_2 - ...
(translation_unit "FontSpec * fontspec_deserialise(void *vdata,int maxsize,int *used)\n\n{\n void *pvVar1;\n FontSpec *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n pvVar1 = memchr(vdata,0,(long)maxsize);\n if (pvVar1 == (void *)0x0) {\n pFVar2 = (Font...
(translation_unit "type_1 * function_1(void *vdata,int maxsize,int *used)\n\n{\n void *var_2;\n type_1 *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n var_2 = var_1(vdata,0,(long)maxsize);\n if (var_2 == (void *)0x0) {\n pFVar2 = (type_1 *)0x0;\n }\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
2133_putty_and_putty_strip.c
sk_addr_free
FUN_001d1369
sk_addr_free
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void sk_addr_free(SockAddr addr) { SockAddr addr_local; addr->refcount = addr->refcount + -1; if (addr->refcount < 1) { if (addr->ais != (addrinfo *)0x0) { freeaddrinfo((addrinfo *)addr->ais); } safefree(addr); } ...
void FUN_001d1369(int *param_1) { *param_1 = *param_1 + -1; if (*param_1 < 1) { if (*(long *)(param_1 + 6) != 0) { freeaddrinfo(*(addrinfo **)(param_1 + 6)); } FUN_0012e243(param_1); } return; }
(translation_unit "void FUN_001d1369(int *param_1)\n\n{\n *param_1 = *param_1 + -1;\n if (*param_1 < 1) {\n if (*(long *)(param_1 + 6) != 0) {\n freeaddrinfo(*(addrinfo **)(param_1 + 6));\n }\n FUN_0012e243(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001d1369(int *param_1)\n\n{\n *...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX] LEA EDX,[RAX + -0x1] MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX],EDX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX] TEST EAX,EAX JG 0x001d13b9 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qwo...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 addr) { type_1 addr_local; addr->refcount = addr->refcount + -1; if (addr->refcount < 1) { if (addr->ais != (type_2 *)0x0) { var_1((type_2 *)addr->ais); } var_2(addr); } return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_addr_free(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n addr->refcount = addr->refcount + -1;\n if (addr->refcount < 1) {\n if (addr->ais != (addrinfo *)0x0) {\n freeaddrinfo((addrinfo *)addr->ais);\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n addr->refcount = addr->refcount + -1;\n if (addr->refcount < 1) {\n if (addr->ais != (type_2 *)0x0) {\n var_1((type_2 *)addr->ais);\n }\n var_2(add...
(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)...
2257_putty_and_putty_strip.c
read_setting_fontspec
FUN_001d8dce
read_setting_fontspec
FontSpec * read_setting_fontspec(void *handle,char *name) { char *pcVar1; char *pcVar2; FontSpec *pFVar3; char *name_local; void *handle_local; char *suffname; char *tmp; FontSpec *fs; char *tmp2; FontSpec *fs_1; pcVar1 = dupcat(name,&DAT_002175b9,0); pcVar2 = read_setting_s(handle,pcVar1);...
undefined8 FUN_001d8dce(undefined8 param_1,undefined8 param_2) { undefined8 uVar1; long lVar2; undefined8 uVar3; char *pcVar4; uVar1 = FUN_0012cfff(param_2,&DAT_002175b9,0); lVar2 = FUN_001d8c31(param_1,uVar1); if (lVar2 == 0) { FUN_0012e243(uVar1); pcVar4 = (char *)FUN_001d8c31(param_1,param...
(translation_unit "undefined8 FUN_001d8dce(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n long lVar2;\n undefined8 uVar3;\n char *pcVar4;\n \n uVar1 = FUN_0012cfff(param_2,&DAT_002175b9,0);\n lVar2 = FUN_001d8c31(param_1,uVar1);\n if (lVar2 == 0) {\n FUN_0012e243(uVar1);\n pcVar4 = (cha...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV RAX,qword ptr [RBP + -0x40] MOV EDX,0x0 LEA RSI,[0x2175b9] MOV RDI,RAX MOV EAX,0x0 CALL 0x0012cfff MOV qword ptr [RBP + -0x28],RAX MOV RDX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RBP + -0x38] MOV RSI,RDX MOV RDI,RAX...
type_1 * function_1(void *handle,char *name) { char *var_5; char *var_3; type_1 *pFVar3; char *name_local; void *handle_local; char *suffname; char *tmp; type_1 *fs; char *tmp2; type_1 *fs_1; var_5 = var_1(name,&DAT_002175b9,0); var_3 = var_2(handle,var_5); if (var_3 == (char *)0x0) { ...
(translation_unit "FontSpec * read_setting_fontspec(void *handle,char *name)\n\n{\n char *pcVar1;\n char *pcVar2;\n FontSpec *pFVar3;\n char *name_local;\n void *handle_local;\n char *suffname;\n char *tmp;\n FontSpec *fs;\n char *tmp2;\n FontSpec *fs_1;\n \n pcVar1 = dupcat(name,&DAT_002175b9,0);\n pcVar2...
(translation_unit "type_1 * function_1(void *handle,char *name)\n\n{\n char *var_5;\n char *var_3;\n type_1 *pFVar3;\n char *name_local;\n void *handle_local;\n char *suffname;\n char *tmp;\n type_1 *fs;\n char *tmp2;\n type_1 *fs_1;\n \n var_5 = var_1(name,&DAT_002175b9,0);\n var_3 = var_2(handle,var_5);\...
(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))) (parameter_declaration type: (prim...
2129_putty_and_putty_strip.c
sk_address_is_local
FUN_001d11c8
sk_address_is_local
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_address_is_local(SockAddr addr) { int iVar1; SockAddr addr_local; if (addr->superfamily == ADDRTYPE_UNSPEC) { iVar1 = 0; } else if (addr->superfamily == ABOUT_TO) { iVar1 = 1; } else { iVar1 = sockaddr_is_loo...
undefined8 FUN_001d11c8(long param_1) { undefined8 uVar1; if (*(int *)(param_1 + 0x10) == 0) { uVar1 = 0; } else if (*(int *)(param_1 + 0x10) == 1) { uVar1 = 1; } else { uVar1 = FUN_001d110f(*(undefined8 *)(*(long *)(param_1 + 0x18) + 0x18)); } return uVar1; }
(translation_unit "undefined8 FUN_001d11c8(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 0x10) == 0) {\n uVar1 = 0;\n }\n else if (*(int *)(param_1 + 0x10) == 1) {\n uVar1 = 1;\n }\n else {\n uVar1 = FUN_001d110f(*(undefined8 *)(*(long *)(param_1 + 0x18) + 0x18));\n }\n return uVa...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x10] TEST EAX,EAX JNZ 0x001d11e6 MOV EAX,0x0 JMP 0x001d120d MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x10] CMP EAX,0x1 JNZ 0x001d11f9 MOV EAX,0x1 JMP 0x001d120d MOV RAX,qword ptr [RBP...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 addr) { int iVar1; type_1 addr_local; if (addr->superfamily == var_1) { iVar1 = 0; } else if (addr->superfamily == var_2) { iVar1 = 1; } else { iVar1 = var_3(addr->ais->ai_addr); } return i...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_address_is_local(SockAddr addr)\n\n{\n int iVar1;\n SockAddr addr_local;\n \n if (addr->superfamily == ADDRTYPE_UNSPEC) {\n iVar1 = 0;\n }\n else if (addr->superfamily == ABOUT_TO) {\n iVar1 = 1;\n }\n el...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 addr)\n\n{\n int iVar1;\n type_1 addr_local;\n \n if (addr->superfamily == var_1) {\n iVar1 = 0;\n }\n else if (addr->superfamily == var_2) {\n iVar1 = 1;\n }\n else {\n iVar1 = var_3(ad...
(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: (primitive_type) declarator: (identifier))...
2266_putty_and_putty_strip.c
verify_host_key
FUN_001d933c
verify_host_key
int verify_host_key(char *hostname,int port,char *keytype,char *key) { char *pcVar1; long lVar2; int iVar3; char *pcVar4; FILE *__stream; size_t sVar5; long in_FS_OFFSET; char *key_local; char *keytype_local; int port_local; char *hostname_local; int ret; int i; char *filename; FILE *fp;...
int FUN_001d933c(char *param_1,uint param_2,char *param_3,char *param_4) { char *pcVar1; int iVar2; char *pcVar3; FILE *__stream; size_t sVar4; long in_FS_OFFSET; int local_50; char local_28 [24]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); pcVar3 = (char *)FUN_001d8145(1,0); ...
(translation_unit "int FUN_001d933c(char *param_1,uint param_2,char *param_3,char *param_4)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n FILE *__stream;\n size_t sVar4;\n long in_FS_OFFSET;\n int local_50;\n char local_28 [24];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n pcVar3...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x58],RDI MOV dword ptr [RBP + -0x5c],ESI MOV qword ptr [RBP + -0x68],RDX MOV qword ptr [RBP + -0x70],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV ESI,0x0 MOV EDI,0x1 CALL 0x001d8145 MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword p...
int function_1(char *hostname,int port,char *keytype,char *key) { char *var_12; long var_17; int var_11; char *var_7; type_1 *var_5; size_t sVar5; long var_1; char *key_local; char *keytype_local; int port_local; char *hostname_local; int var_15; int i; char *filename; type_1 *fp; char...
(translation_unit "int verify_host_key(char *hostname,int port,char *keytype,char *key)\n\n{\n char *pcVar1;\n long lVar2;\n int iVar3;\n char *pcVar4;\n FILE *__stream;\n size_t sVar5;\n long in_FS_OFFSET;\n char *key_local;\n char *keytype_local;\n int port_local;\n char *hostname_local;\n int ret;\n int...
(translation_unit "int function_1(char *hostname,int port,char *keytype,char *key)\n\n{\n char *var_12;\n long var_17;\n int var_11;\n char *var_7;\n type_1 *var_5;\n size_t sVar5;\n long var_1;\n char *key_local;\n char *keytype_local;\n int port_local;\n char *hostname_local;\n int var_15;\n int i;\n 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: (identifi...
2219_putty_and_putty_strip.c
serial_close
FUN_001d69b3
serial_close
void serial_close(Serial serial) { Serial serial_local; if (-1 < serial->fd) { close(serial->fd); serial->fd = -1; } return; }
void FUN_001d69b3(long param_1) { if (-1 < *(int *)(param_1 + 8)) { close(*(int *)(param_1 + 8)); *(undefined4 *)(param_1 + 8) = 0xffffffff; } return; }
(translation_unit "void FUN_001d69b3(long param_1)\n\n{\n if (-1 < *(int *)(param_1 + 8)) {\n close(*(int *)(param_1 + 8));\n *(undefined4 *)(param_1 + 8) = 0xffffffff;\n }\n return;\n}\n\n" (function_definition "void FUN_001d69b3(long param_1)\n\n{\n if (-1 < *(int *)(param_1 + 8)) {\n close(*(int *)(para...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] TEST EAX,EAX JS 0x001d69e3 MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] MOV EDI,EAX CALL 0x00116020 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x8],0xffffffff NOP LEAVE ...
void function_1(type_1 serial) { type_1 serial_local; if (-1 < serial->fd) { var_1(serial->fd); serial->fd = -1; } return; }
(translation_unit "void serial_close(Serial serial)\n\n{\n Serial serial_local;\n \n if (-1 < serial->fd) {\n close(serial->fd);\n serial->fd = -1;\n }\n return;\n}\n\n" (function_definition "void serial_close(Serial serial)\n\n{\n Serial serial_local;\n \n if (-1 < serial->fd) {\n close(serial->fd);\n...
(translation_unit "void function_1(type_1 serial)\n\n{\n type_1 serial_local;\n \n if (-1 < serial->fd) {\n var_1(serial->fd);\n serial->fd = -1;\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 serial)\n\n{\n type_1 serial_local;\n \n if (-1 < serial->fd) {\n var_1(serial->fd);\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_stat...
2078_putty_and_putty_strip.c
start_backend
FUN_001cd9e3
start_backend
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void start_backend(gui_data *inst) { _func_char_ptr_void_ptr_void_ptr_ptr_Conf_ptr_char_ptr_wchar_t_char_ptr_ptr_wchar_t_wchar_t *p_Var1; wchar_t wVar2; wchar_t wVar3; wchar_t wVar4; Backend_conflict *pBVar5; char *pcVar6; void ...
void FUN_001cd9e3(undefined8 *param_1) { code *pcVar1; undefined4 uVar2; undefined4 uVar3; undefined4 uVar4; undefined8 uVar5; long in_FS_OFFSET; undefined8 local_58; long local_50; undefined8 local_48; char *local_40; undefined8 local_38; long local_30; local_30 = *(long *)(in_FS_OFFSET ...
(translation_unit "void FUN_001cd9e3(undefined8 *param_1)\n\n{\n code *pcVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n long in_FS_OFFSET;\n undefined8 local_58;\n long local_50;\n undefined8 local_48;\n char *local_40;\n undefined8 local_38;\n long local_30;\n \n ...
PUSH RBP MOV RBP,RSP PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x40 MOV qword ptr [RBP + -0x58],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x58] MOV RAX,qword ptr [RAX + 0x22d0] MOV RDI,RAX CALL 0x001d5aa7 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x58] MOV qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst) { type_2 *p_Var1; type_3 wVar2; type_3 wVar3; type_3 wVar4; type_4 *pBVar5; char *pcVar6; void *pvVar7; long var_1; type_1 *inst_local; char *realhost; char *var_5; char *msg; char *s; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid start_backend(gui_data *inst)\n\n{\n _func_char_ptr_void_ptr_void_ptr_ptr_Conf_ptr_char_ptr_wchar_t_char_ptr_ptr_wchar_t_wchar_t\n *p_Var1;\n wchar_t wVar2;\n wchar_t wVar3;\n wchar_t wVar4;\n Backend_conflict *pBV...
(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\n *p_Var1;\n type_3 wVar2;\n type_3 wVar3;\n type_3 wVar4;\n type_4 *pBVar5;\n char *pcVar6;\n void *pvVar7;\n long var_1;\n type_1 *inst_local;\n char *realhost;\n char...
(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...
2181_putty_and_putty_strip.c
printer_get_name
FUN_001d4baa
printer_get_name
char * printer_get_name(printer_enum *pe,int i) { int i_local; printer_enum *pe_local; return (char *)0x0; }
undefined8 FUN_001d4baa(void) { return 0; }
(translation_unit "undefined8 FUN_001d4baa(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001d4baa(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001d4baa(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,0x0 POP RBP RET
char * function_1(type_1 *pe,int i) { int i_local; type_1 *pe_local; return (char *)0x0; }
(translation_unit "char * printer_get_name(printer_enum *pe,int i)\n\n{\n int i_local;\n printer_enum *pe_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * printer_get_name(printer_enum *pe,int i)\n\n{\n int i_local;\n printer_enum *pe_local;\n \n return (char *)0x0;\n}" primitive_type (point...
(translation_unit "char * function_1(type_1 *pe,int i)\n\n{\n int i_local;\n type_1 *pe_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * function_1(type_1 *pe,int i)\n\n{\n int i_local;\n type_1 *pe_local;\n \n return (char *)0x0;\n}" primitive_type (pointer_declarator "* function_1(type_1 *...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
2199_putty_and_putty_strip.c
platform_new_connection
FUN_001d54f1
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_001d54f1(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_001d54f1(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 ...
2140_putty_and_putty_strip.c
sk_newlistener
FUN_001d1ea1
sk_newlistener
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Socket sk_newlistener(char *srcaddr,int port,Plug plug,int param_4,int orig_address_family) { long lVar1; int iVar2; int *piVar3; char *pcVar4; Actual_Socket_conflict pSVar5; long in_FS_OFFSET; int orig_address_family_local; Plu...
undefined8 * FUN_001d1ea1(long param_1,uint param_2,undefined8 param_3,int param_4,int param_5) { int iVar1; int *piVar2; char *pcVar3; undefined8 *puVar4; long in_FS_OFFSET; undefined4 local_104; int local_100; socklen_t local_fc; int local_f8; int local_f4; addrinfo *local_f0; sockaddr *loca...
(translation_unit "undefined8 * FUN_001d1ea1(long param_1,uint param_2,undefined8 param_3,int param_4,int param_5)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined8 *puVar4;\n long in_FS_OFFSET;\n undefined4 local_104;\n int local_100;\n socklen_t local_fc;\n int local_f8;\n int local_f4;\n addri...
PUSH RBP MOV RBP,RSP SUB RSP,0x120 MOV qword ptr [RBP + -0x108],RDI MOV dword ptr [RBP + -0x10c],ESI MOV qword ptr [RBP + -0x118],RDX MOV dword ptr [RBP + -0x110],ECX MOV dword ptr [RBP + -0x11c],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV qword ptr [RBP + -0xe8],0x0 MOV dword ptr [RB...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(char *var_14,int var_15,type_2 plug,int var_24,int var_4) { long var_33; int var_12; int *piVar3; char *pcVar4; type_3 pSVar5; long var_1; int orig_address_family_local; type_2 plug_local; int local_host_only...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSocket sk_newlistener(char *srcaddr,int port,Plug plug,int param_4,int orig_address_family)\n\n{\n long lVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n Actual_Socket_conflict pSVar5;\n long in_FS_OFFSET;\n int ori...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *var_14,int var_15,type_2 plug,int var_24,int var_4)\n\n{\n long var_33;\n int var_12;\n int *piVar3;\n char *pcVar4;\n type_3 pSVar5;\n long var_1;\n int orig_address_family_local;\n type_2 plu...
(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))) (parameter_declaration type: (primitive_type) declarator...
2246_putty_and_putty_strip.c
make_filename
FUN_001d8145
make_filename
char * make_filename(int index,char *subname) { __uid_t __uid; int iVar1; char *pcVar2; passwd *ppVar3; char *pcVar4; char *subname_local; int index_local; char *tmp; char *ret; char *xdg_dir; char *old_dir; char *old_dir2; char *pwd_home; char *env; char *home; passwd *pwd; char *ol...
char * FUN_001d8145(int param_1,undefined8 param_2) { __uid_t __uid; int iVar1; char *pcVar2; passwd *ppVar3; char *pcVar4; undefined8 uVar5; undefined8 uVar6; char *local_60; char *local_58; char *local_50; char *local_48; char *local_40; char *local_38; if (param_1 == 0) { pcVar2 ...
(translation_unit "char * FUN_001d8145(int param_1,undefined8 param_2)\n\n{\n __uid_t __uid;\n int iVar1;\n char *pcVar2;\n passwd *ppVar3;\n char *pcVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n char *local_60;\n char *local_58;\n char *local_50;\n char *local_48;\n char *local_40;\n char *local_38;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV dword ptr [RBP + -0x64],EDI MOV qword ptr [RBP + -0x70],RSI CMP dword ptr [RBP + -0x64],0x0 JNZ 0x001d83e7 LEA RDI,[0x217451] CALL 0x00115390 MOV qword ptr [RBP + -0x28],RAX CMP qword ptr [RBP + -0x28],0x0 JZ 0x001d8186 MOV RAX,qword ptr [RBP + -0x28] MOV RDI,RAX CALL 0x0012cfa3 JM...
char * function_1(int var_1,char *subname) { type_1 __uid; int var_12; char *var_3; type_2 *var_6; char *var_7; char *subname_local; int index_local; char *tmp; char *var_16; char *var_9; char *var_14; char *var_15; char *var_10; char *env; char *home; type_2 *pwd; char *old_dir3; ...
(translation_unit "char * make_filename(int index,char *subname)\n\n{\n __uid_t __uid;\n int iVar1;\n char *pcVar2;\n passwd *ppVar3;\n char *pcVar4;\n char *subname_local;\n int index_local;\n char *tmp;\n char *ret;\n char *xdg_dir;\n char *old_dir;\n char *old_dir2;\n char *pwd_home;\n char *env;\n ch...
(translation_unit "char * function_1(int var_1,char *subname)\n\n{\n type_1 __uid;\n int var_12;\n char *var_3;\n type_2 *var_6;\n char *var_7;\n char *subname_local;\n int index_local;\n char *tmp;\n char *var_16;\n char *var_9;\n char *var_14;\n char *var_15;\n char *var_10;\n char *env;\n char *home;\...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_d...
2024_putty_and_putty_strip.c
selection_received
FUN_001c9b27
selection_received
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void selection_received(GtkWidget *widget,GtkSelectionData *seldata,guint time,gpointer data) { long lVar1; wchar_t wVar2; undefined8 uVar3; size_t sVar4; wchar_t *pwVar5; long in_FS_OFFSET; gpointer data_local; guint time_local...
void FUN_001c9b27(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4) { undefined4 uVar1; size_t sVar2; undefined8 uVar3; long in_FS_OFFSET; int local_8c; int local_88; int local_84; int local_80; undefined4 local_7c; int local_78; int local_74; undefined8 *local_70; undef...
(translation_unit "void FUN_001c9b27(undefined8 param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined4 uVar1;\n size_t sVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_8c;\n int local_88;\n int local_84;\n int local_80;\n undefined4 local_7c;\n int local_78;\n int local_74;\...
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 qword ptr [RBP + -0xb0],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xb0] MOV qword ptr [RBP + -0x58],RAX MOV dword ptr [RBP + -0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *widget,type_2 *seldata,type_3 time,type_4 data) { long var_29; type_5 wVar2; type_6 uVar3; size_t sVar4; type_5 *pwVar5; long var_1; type_4 data_local; type_3 time_local; type_2 *seldata_local; type_1...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid selection_received(GtkWidget *widget,GtkSelectionData *seldata,guint time,gpointer data)\n\n{\n long lVar1;\n wchar_t wVar2;\n undefined8 uVar3;\n size_t sVar4;\n wchar_t *pwVar5;\n long in_FS_OFFSET;\n gpointer d...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *widget,type_2 *seldata,type_3 time,type_4 data)\n\n{\n long var_29;\n type_5 wVar2;\n type_6 uVar3;\n size_t sVar4;\n type_5 *pwVar5;\n long var_1;\n type_4 data_local;\n type_3 time_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...
1933_putty_and_putty_strip.c
unifontsel_button_toggled
FUN_001c0f43
unifontsel_button_toggled
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_button_toggled(GtkToggleButton *tb,gpointer data) { int iVar1; uint uVar2; undefined8 uVar3; gpointer data_local; GtkToggleButton *tb_local; wchar_t newflags; wchar_t newstate; wchar_t flagbit; unifontsel_inter...
void FUN_001c0f43(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; uint local_1c; iVar1 = gtk_toggle_button_get_active(param_1); uVar2 = g_type_check_instance_cast(param_1,0x50); local_1c = g_object_get_data(uVar2,"user-data"); if (iVar1 == 0) { local_1c = *(uint *)(param_2 + 0xa8)...
(translation_unit "void FUN_001c0f43(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n uint local_1c;\n \n iVar1 = gtk_toggle_button_get_active(param_1);\n uVar2 = g_type_check_instance_cast(param_1,0x50);\n local_1c = g_object_get_data(uVar2,"user-data");\n if (iVar1 == 0) {\n local_1...
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 + -0x8],RAX MOV RAX,qword ptr [RBP + -0x28] MOV RDI,RAX CALL 0x001160a0 MOV dword ptr [RBP + -0x10],EAX MOV RAX,qword ptr [RBP + -0x28] MOV ESI,0x50 MOV RDI,RAX CALL 0x001...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *tb,type_2 data) { int var_4; type_3 var_5; type_4 uVar3; type_2 data_local; type_1 *tb_local; type_5 var_6; type_5 newstate; type_5 flagbit; type_6 *fs; var_4 = var_1(tb); uVar3 = var_2(tb,0x50);...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_button_toggled(GtkToggleButton *tb,gpointer data)\n\n{\n int iVar1;\n uint uVar2;\n undefined8 uVar3;\n gpointer data_local;\n GtkToggleButton *tb_local;\n wchar_t newflags;\n wchar_t newstate;\n wchar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *tb,type_2 data)\n\n{\n int var_4;\n type_3 var_5;\n type_4 uVar3;\n type_2 data_local;\n type_1 *tb_local;\n type_5 var_6;\n type_5 newstate;\n type_5 flagbit;\n type_6 *fs;\n \n var_4 = var...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1906_putty_and_putty_strip.c
pangofont_canonify_fontname
FUN_001bee81
pangofont_canonify_fontname
char * pangofont_canonify_fontname (GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases) { wchar_t wVar1; int iVar2; PangoFontDescription *desc_00; PangoContext *ctx_00; long lVar3; undefined8 uVar4; long lVar5; char *s; char *pcVar6; wchar_t resolve_...
undefined8 FUN_001bee81(undefined8 param_1,undefined8 param_2,int *param_3,undefined4 *param_4) { int iVar1; long lVar2; long lVar3; long lVar4; undefined8 uVar5; undefined8 uVar6; lVar2 = pango_font_description_from_string(param_2); if (lVar2 != 0) { lVar3 = gtk_widget_get_pango_context(param_...
(translation_unit "undefined8 FUN_001bee81(undefined8 param_1,undefined8 param_2,int *param_3,undefined4 *param_4)\n\n{\n int iVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n \n lVar2 = pango_font_description_from_string(param_2);\n if (lVar2 != 0) {\n lVar3 = gtk_w...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDX MOV qword ptr [RBP + -0x60],RCX MOV dword ptr [RBP + -0x64],R8D MOV RAX,qword ptr [RBP + -0x50] MOV RDI,RAX CALL 0x00115ca0 MOV qword ptr [RBP + -0x38],RAX CMP qword ptr [RBP + -0x38],0x0 JN...
char * function_1 (type_1 *widget,char *name,type_2 *size,type_2 *flags,type_2 resolve_aliases) { type_2 var_7; int var_15; type_3 *var_2; type_4 *var_4; long var_9; type_5 uVar4; long var_13; char *s; char *pcVar6; type_2 resolve_aliases_local; type_2 *flags_local; type_2 *si...
(translation_unit "char * pangofont_canonify_fontname\n (GtkWidget *widget,char *name,wchar_t *size,wchar_t *flags,wchar_t resolve_aliases)\n\n{\n wchar_t wVar1;\n int iVar2;\n PangoFontDescription *desc_00;\n PangoContext *ctx_00;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n char *s;\n ch...
(translation_unit "char * function_1\n (type_1 *widget,char *name,type_2 *size,type_2 *flags,type_2 resolve_aliases)\n\n{\n type_2 var_7;\n int var_15;\n type_3 *var_2;\n type_4 *var_4;\n long var_9;\n type_5 uVar4;\n long var_13;\n char *s;\n char *pcVar6;\n type_2 resolve_aliases_local;\n t...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
2185_putty_and_putty_strip.c
localproxy_tofd_cmp
FUN_001d4c66
localproxy_tofd_cmp
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int localproxy_tofd_cmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; Local_Proxy_Socket a; Local_Proxy_Socket b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((l...
undefined8 FUN_001d4c66(long param_1,long param_2) { undefined8 uVar1; if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d4c66(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX + 0x8] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword p...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 a; type_1 b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *(int *)((long)av +...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint localproxy_tofd_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n Local_Proxy_Socket a;\n Local_Proxy_Socket b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 a;\n type_1 b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((lo...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
2080_putty_and_putty_strip.c
new_session_window
FUN_001cdd25
new_session_window
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ gui_data * new_session_window(Conf *conf,char *geometry_string) { GdkGravity GVar1; uint uVar2; int iVar3; wchar_t wVar4; GtkWidget *pGVar5; undefined8 uVar6; ...
undefined8 * FUN_001cdd25(undefined8 param_1,long param_2) { int iVar1; undefined4 uVar2; undefined8 uVar3; undefined8 uVar4; long in_FS_OFFSET; undefined4 local_90; int local_8c; int local_88; int local_84; int local_80; uint local_7c; undefined8 *local_78; long local_70; char *local_68; ...
(translation_unit "undefined8 * FUN_001cdd25(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long in_FS_OFFSET;\n undefined4 local_90;\n int local_8c;\n int local_88;\n int local_84;\n int local_80;\n uint local_7c;\n undefined8 *local_78;\n ...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x90 MOV qword ptr [RBP + -0x98],RDI MOV qword ptr [RBP + -0xa0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV ESI,0x2308 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [RBP + -0x70],RAX MOV RAX,qword ptr [RBP + -0x70] MOV EDX,0x2308 MOV ESI,0x...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GdkEventType": Some values do not have unique names */ type_1 * function_1(type_2 *conf,char *var_4) { type_3 GVar1; type_4 uVar2; int var_25; type_5 wVar4; type_6 *pGVar5; type_7 uVar6; type_8 *pGVar7; type_7 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngui_data * new_session_window(Conf *conf,char *geometry_string)\n\n{\n GdkGravity GVar1;\n uint uVar2;\n int iVar3;\n wchar_t wVar4;\n GtkWidget *...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *conf,char *var_4)\n\n{\n type_3 GVar1;\n type_4 uVar2;\n int var_25;\n type_5 wVar4;\n type_6 *pGVar5;\n type_7 uVar6...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_de...
2186_putty_and_putty_strip.c
localproxy_tofd_find
FUN_001d4cbb
localproxy_tofd_find
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int localproxy_tofd_find(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; Local_Proxy_Socket b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 8)) { iVar1 = -1; ...
undefined8 FUN_001d4cbb(int *param_1,long param_2) { undefined8 uVar1; if (*param_1 < *(int *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 8) < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d4cbb(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 8) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0xc],EAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] CMP dword ptr [RBP + -0x...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; type_1 b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint localproxy_tofd_find(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n Local_Proxy_Socket b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((lo...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n type_1 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 8)) {\n iVa...
(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:...
2274_putty_and_putty_strip.c
wc_to_mb
FUN_001d9c5a
wc_to_mb
wchar_t wc_to_mb(wchar_t codepage,wchar_t flags,wchar_t *wcstr,wchar_t wclen,char *mbstr, wchar_t mblen,char *defchr,wchar_t *defused,unicode_data *ucsdata) { long lVar1; wchar_t wVar2; size_t sVar3; long in_FS_OFFSET; unicode_data *ucsdata_local; wchar_t *defused_local; char *defchr_loc...
ulong FUN_001d9c5a(int param_1,undefined4 param_2,wchar_t *param_3,int param_4,long param_5, int param_6,undefined *param_7,undefined4 *param_8) { size_t sVar1; ulong uVar2; long in_FS_OFFSET; int local_5c; wchar_t *local_58; undefined4 local_50; int local_4c; uint local_3c; uint l...
(translation_unit "ulong FUN_001d9c5a(int param_1,undefined4 param_2,wchar_t *param_3,int param_4,long param_5,\n int param_6,undefined *param_7,undefined4 *param_8)\n\n{\n size_t sVar1;\n ulong uVar2;\n long in_FS_OFFSET;\n int local_5c;\n wchar_t *local_58;\n undefined4 local_50;\n int local_4...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV dword ptr [RBP + -0x44],EDI MOV dword ptr [RBP + -0x48],ESI MOV qword ptr [RBP + -0x50],RDX MOV dword ptr [RBP + -0x54],ECX MOV qword ptr [RBP + -0x60],R8 MOV dword ptr [RBP + -0x58],R9D MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x68],RAX MOV RAX,qword ptr [RBP + 0x18] ...
type_1 function_1(type_1 var_3,type_1 flags,type_1 *wcstr,type_1 wclen,char *var_11, type_1 var_9,char *var_14,type_1 *var_2,type_2 *ucsdata) { long var_16; type_1 wVar2; size_t sVar3; long var_1; type_2 *ucsdata_local; type_1 *defused_local; char *defchr_local; char *mbstr_local; ty...
(translation_unit "wchar_t wc_to_mb(wchar_t codepage,wchar_t flags,wchar_t *wcstr,wchar_t wclen,char *mbstr,\n wchar_t mblen,char *defchr,wchar_t *defused,unicode_data *ucsdata)\n\n{\n long lVar1;\n wchar_t wVar2;\n size_t sVar3;\n long in_FS_OFFSET;\n unicode_data *ucsdata_local;\n wchar_t *defuse...
(translation_unit "type_1 function_1(type_1 var_3,type_1 flags,type_1 *wcstr,type_1 wclen,char *var_11,\n type_1 var_9,char *var_14,type_1 *var_2,type_2 *ucsdata)\n\n{\n long var_16;\n type_1 wVar2;\n size_t sVar3;\n long var_1;\n type_2 *ucsdata_local;\n type_1 *defused_local;\n char *defchr_loca...
(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: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
2007_putty_and_putty_strip.c
destroy
FUN_001c8abd
destroy
void destroy(GtkWidget *widget,gpointer data) { gpointer data_local; GtkWidget *widget_local; gtk_main_quit(); return; }
void FUN_001c8abd(void) { gtk_main_quit(); return; }
(translation_unit "void FUN_001c8abd(void)\n\n{\n gtk_main_quit();\n return;\n}\n\n" (function_definition "void FUN_001c8abd(void)\n\n{\n gtk_main_quit();\n return;\n}" primitive_type (function_declarator "FUN_001c8abd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (c...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI CALL 0x00115b50 NOP LEAVE RET
void function_1(type_1 *widget,type_2 data) { type_2 data_local; type_1 *widget_local; var_1(); return; }
(translation_unit "void destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n return;\n}\n\n" (function_definition "void destroy(GtkWidget *widget,gpointer data)\n\n{\n gpointer data_local;\n GtkWidget *widget_local;\n \n gtk_main_quit();\n ret...
(translation_unit "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}\n\n" (function_definition "void function_1(type_1 *widget,type_2 data)\n\n{\n type_2 data_local;\n type_1 *widget_local;\n \n var_1();\n return;\n}" primitive_type (funct...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
2074_putty_and_putty_strip.c
saved_session_freedata
FUN_001cd379
saved_session_freedata
void saved_session_freedata(GtkMenuItem *item,gpointer data) { undefined8 uVar1; void *ptr; gpointer data_local; GtkMenuItem *item_local; char *str; uVar1 = g_type_check_instance_cast(item,0x50); ptr = (void *)g_object_get_data(uVar1,"user-data"); safefree(ptr); return; }
void FUN_001cd379(undefined8 param_1) { undefined8 uVar1; uVar1 = g_type_check_instance_cast(param_1,0x50); uVar1 = g_object_get_data(uVar1,"user-data"); FUN_0012e243(uVar1); return; }
(translation_unit "void FUN_001cd379(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_0012e243(uVar1);\n return;\n}\n\n" (function_definition "void FUN_001cd379(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 0x00114570 LEA RSI,[0x215feb] MOV RDI,RAX CALL 0x00115f70 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0012e243 NOP LEAVE RE...
void function_1(type_1 *item,type_2 data) { type_3 uVar1; void *ptr; type_2 data_local; type_1 *item_local; char *str; uVar1 = var_1(item,0x50); ptr = (void *)var_2(uVar1,"user-data"); var_3(ptr); return; }
(translation_unit "void saved_session_freedata(GtkMenuItem *item,gpointer data)\n\n{\n undefined8 uVar1;\n void *ptr;\n gpointer data_local;\n GtkMenuItem *item_local;\n char *str;\n \n uVar1 = g_type_check_instance_cast(item,0x50);\n ptr = (void *)g_object_get_data(uVar1,"user-data");\n safefree(ptr);\n retu...
(translation_unit "void function_1(type_1 *item,type_2 data)\n\n{\n type_3 uVar1;\n void *ptr;\n type_2 data_local;\n type_1 *item_local;\n char *str;\n \n uVar1 = var_1(item,0x50);\n ptr = (void *)var_2(uVar1,"user-data");\n var_3(ptr);\n return;\n}\n\n" (function_definition "void function_1(type_1 *item,typ...
(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...
2157_putty_and_putty_strip.c
unix_sock_addr
FUN_001d3b70
unix_sock_addr
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ SockAddr unix_sock_addr(char *path) { uint uVar1; SockAddr __s; char *path_local; int n; SockAddr ret; __s = (SockAddr)safemalloc(1,0x220); memset(__s,0,0x220); __s->superfamily = ABOUT_TO; uVar1 = snprintf(__s->hostname,0x...
undefined4 * FUN_001d3b70(undefined8 param_1) { uint uVar1; undefined4 *__s; __s = (undefined4 *)FUN_0012e037(1,0x220); memset(__s,0,0x220); __s[4] = 1; uVar1 = snprintf((char *)(__s + 8),0x200,"%s",param_1); if ((int)uVar1 < 0) { *(char **)(__s + 2) = "snprintf failed"; } else if ((0x1ff < u...
(translation_unit "undefined4 * FUN_001d3b70(undefined8 param_1)\n\n{\n uint uVar1;\n undefined4 *__s;\n \n __s = (undefined4 *)FUN_0012e037(1,0x220);\n memset(__s,0,0x220);\n __s[4] = 1;\n uVar1 = snprintf((char *)(__s + 8),0x200,"%s",param_1);\n if ((int)uVar1 < 0) {\n *(char **)(__s + 2) = "snprintf faile...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x220 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x220 MOV ESI,0x0 MOV RDI,RAX CALL 0x00114850 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x10],0x1 MOV RAX,qword ptr [RBP + -0x8] LEA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(char *path) { type_2 var_4; type_1 __s; char *path_local; int n; type_1 ret; __s = (type_1)var_1(1,0x220); var_2(__s,0,0x220); __s->superfamily = ABOUT_TO; var_4 = var_3(__s->hostname,0x200,"%s",path); i...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr unix_sock_addr(char *path)\n\n{\n uint uVar1;\n SockAddr __s;\n char *path_local;\n int n;\n SockAddr ret;\n \n __s = (SockAddr)safemalloc(1,0x220);\n memset(__s,0,0x220);\n __s->superfamily = ABOUT_TO;\n u...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *path)\n\n{\n type_2 var_4;\n type_1 __s;\n char *path_local;\n int n;\n type_1 ret;\n \n __s = (type_1)var_1(1,0x220);\n var_2(__s,0,0x220);\n __s->superfamily = ABOUT_TO;\n var_4 = var_3(__s...
(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...
2206_putty_and_putty_strip.c
setup
FUN_001d5de6
setup
void setup(int single) { Backend *pBVar1; int single_local; Backend *b; sk_init(); flags = L'\x05'; default_protocol = be_default_protocol; pBVar1 = backend_from_proto(be_default_protocol); default_port = L'\0'; if (pBVar1 != (Backend *)0x0) { default_port = pBVar1->default_port; } return...
void FUN_001d5de6(void) { long lVar1; FUN_001d0b80(); DAT_00236358 = 5; DAT_00236348 = DAT_001de050; lVar1 = FUN_0013629e(DAT_001de050); DAT_0023634c = 0; if (lVar1 != 0) { DAT_0023634c = *(undefined4 *)(lVar1 + 0x94); } return; }
(translation_unit "void FUN_001d5de6(void)\n\n{\n long lVar1;\n \n FUN_001d0b80();\n DAT_00236358 = 5;\n DAT_00236348 = DAT_001de050;\n lVar1 = FUN_0013629e(DAT_001de050);\n DAT_0023634c = 0;\n if (lVar1 != 0) {\n DAT_0023634c = *(undefined4 *)(lVar1 + 0x94);\n }\n return;\n}\n\n" (function_definition "voi...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI CALL 0x001d0b80 MOV dword ptr [0x00236358],0x5 MOV EAX,dword ptr [0x001de050] MOV dword ptr [0x00236348],EAX MOV EAX,dword ptr [0x00236348] MOV EDI,EAX CALL 0x0013629e MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [0x0023634c],0x0 CMP qword ptr [RBP + -0x...
void function_1(int single) { type_1 *var_3; int single_local; type_1 *b; var_1(); flags = L'\x05'; default_protocol = be_default_protocol; var_3 = var_2(be_default_protocol); default_port = L'\0'; if (var_3 != (type_1 *)0x0) { default_port = var_3->default_port; } return; }
(translation_unit "void setup(int single)\n\n{\n Backend *pBVar1;\n int single_local;\n Backend *b;\n \n sk_init();\n flags = L'\x05';\n default_protocol = be_default_protocol;\n pBVar1 = backend_from_proto(be_default_protocol);\n default_port = L'\0';\n if (pBVar1 != (Backend *)0x0) {\n default_port = pBV...
(translation_unit "void function_1(int single)\n\n{\n type_1 *var_3;\n int single_local;\n type_1 *b;\n \n var_1();\n flags = L'\x05';\n default_protocol = be_default_protocol;\n var_3 = var_2(be_default_protocol);\n default_port = L'\0';\n if (var_3 != (type_1 *)0x0) {\n default_port = var_3->default_port...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec...
2184_putty_and_putty_strip.c
localproxy_fromfd_find
FUN_001d4c1c
localproxy_fromfd_find
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int localproxy_fromfd_find(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; Local_Proxy_Socket b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 0xc)) { iVar1 = ...
undefined8 FUN_001d4c1c(int *param_1,long param_2) { undefined8 uVar1; if (*param_1 < *(int *)(param_2 + 0xc)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 0xc) < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d4c1c(int *param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *(int *)(param_2 + 0xc)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 0xc) < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definiti...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0xc],EAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0xc] CMP dword ptr [RBP + -0x...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int a; type_1 b; /* WARNING: Load size is inaccurate */ if (*av < *(int *)((long)bv + 0xc)) { iVar1 = -1; } else if (*(int...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint localproxy_fromfd_find(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n Local_Proxy_Socket b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int a;\n type_1 b;\n \n /* WARNING: Load size is inaccurate */\n if (*av < *(int *)((long)bv + 0xc)) {\n i...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
2175_putty_and_putty_strip.c
pollwrap_get_fd_events
FUN_001d49ba
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_001d49ba(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_001d49ba(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 0x001d49fd LEA RCX,[0x216ea0] MOV EDX,0x78 LEA RSI,[0x216e20] LEA RDI,[0x216e2e] CALL 0x00114a00 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...
2012_putty_and_putty_strip.c
real_palette_set
FUN_001c8c64
real_palette_set
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void real_palette_set(gui_data *inst,wchar_t n,wchar_t r,wchar_t g,wchar_t b) { wchar_t b_local; wchar_t g_local; wchar_t r_local; wchar_t n_local; gui_data *inst_local; inst->cols[n].red = (short)(r << 8) + (short)r; inst->col...
void FUN_001c8c64(long param_1,int param_2,int param_3,int param_4,int param_5) { *(short *)((long)param_2 * 0xc + param_1 + 0xcc) = (short)(param_3 << 8) + (short)param_3; *(short *)((long)param_2 * 0xc + param_1 + 0xce) = (short)(param_4 << 8) + (short)param_4; *(short *)((long)param_2 * 0xc + param_1 + 0xd0)...
(translation_unit "void FUN_001c8c64(long param_1,int param_2,int param_3,int param_4,int param_5)\n\n{\n *(short *)((long)param_2 * 0xc + param_1 + 0xcc) = (short)(param_3 << 8) + (short)param_3;\n *(short *)((long)param_2 * 0xc + param_1 + 0xce) = (short)(param_4 << 8) + (short)param_4;\n *(short *)((long)param_2 ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV dword ptr [RBP + -0x14],ECX MOV dword ptr [RBP + -0x18],R8D MOV EAX,dword ptr [RBP + -0x10] MOV EDX,EAX MOV EAX,EDX SHL EAX,0x8 LEA ECX,[RAX + RDX*0x1] MOV RSI,qword ptr [RBP + -0x8] MOV EAX,dword ptr ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst,type_2 n,type_2 var_1,type_2 var_2,type_2 var_3) { type_2 b_local; type_2 g_local; type_2 r_local; type_2 n_local; type_1 *inst_local; inst->cols[n].red = (short)(var_1 << 8) + (short)var_1; inst->c...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid real_palette_set(gui_data *inst,wchar_t n,wchar_t r,wchar_t g,wchar_t b)\n\n{\n wchar_t b_local;\n wchar_t g_local;\n wchar_t r_local;\n wchar_t n_local;\n gui_data *inst_local;\n \n inst->cols[n].red = (short)(r ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 n,type_2 var_1,type_2 var_2,type_2 var_3)\n\n{\n type_2 b_local;\n type_2 g_local;\n type_2 r_local;\n type_2 n_local;\n type_1 *inst_local;\n \n inst->cols[n].red = (short)(var_1 <<...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
2291_putty_and_putty_strip.c
xdmseen_cmp
FUN_001dad5c
xdmseen_cmp
int xdmseen_cmp(void *a,void *b) { int iVar1; void *b_local; void *a_local; XDMSeen *sa; XDMSeen *sb; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*b < *a) { iVar1 = 1; } else { /* WARNING: Load siz...
int FUN_001dad5c(uint *param_1,uint *param_2) { int iVar1; if (*param_2 < *param_1) { iVar1 = 1; } else if (*param_1 < *param_2) { iVar1 = -1; } else { iVar1 = memcmp(param_1 + 1,param_2 + 1,6); } return iVar1; }
(translation_unit "int FUN_001dad5c(uint *param_1,uint *param_2)\n\n{\n int iVar1;\n \n if (*param_2 < *param_1) {\n iVar1 = 1;\n }\n else if (*param_1 < *param_2) {\n iVar1 = -1;\n }\n else {\n iVar1 = memcmp(param_1 + 1,param_2 + 1,6);\n }\n return iVar1;\n}\n\n" (function_definition "int FUN_001dad...
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 *a,void *b) { int iVar1; void *b_local; void *a_local; type_1 *sa; type_1 *sb; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*b < *a) { iVar1 = 1; } else { /* WARNING: Load size i...
(translation_unit "int xdmseen_cmp(void *a,void *b)\n\n{\n int iVar1;\n void *b_local;\n void *a_local;\n XDMSeen *sa;\n XDMSeen *sb;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*b < *a) {\n iVar1 = 1;\n }\n else {\n ...
(translation_unit "int function_1(void *a,void *b)\n\n{\n int iVar1;\n void *b_local;\n void *a_local;\n type_1 *sa;\n type_1 *sb;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*b < *a) {\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_...
2192_putty_and_putty_strip.c
sk_localproxy_write
FUN_001d507b
sk_localproxy_write
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_localproxy_write(Socket s,char *data,int len) { int iVar1; int len_local; char *data_local; Socket s_local; Local_Proxy_Socket ps; if (*(int *)(s + 0xe) != 0) { /* WARNING: Subroutine does not return */...
void FUN_001d507b(long param_1,undefined8 param_2,undefined4 param_3) { if (*(int *)(param_1 + 0x70) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write"); } FUN_0012dc11(param_1 + 0x28,param_2,param_3); ...
(translation_unit "void FUN_001d507b(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write");\n }\n FUN_0012dc11(param_1 +...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x70] TEST EAX,EAX JZ 0x001d50c0 LEA RCX,[0x216f70] MOV EDX,0xb6 LEA RS...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 var_1,char *data,int len) { int iVar1; int len_local; char *data_local; type_1 s_local; type_2 ps; if (*(int *)(var_1 + 0xe) != 0) { /* WARNING: Subroutine does not return */ var_2("p...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_localproxy_write(Socket s,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n Socket s_local;\n Local_Proxy_Socket ps;\n \n if (*(int *)(s + 0xe) != 0) {\n /* WARNING:...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_1,char *data,int len)\n\n{\n int iVar1;\n int len_local;\n char *data_local;\n type_1 s_local;\n type_2 ps;\n \n if (*(int *)(var_1 + 0xe) != 0) {\n /* WARNING: Subroutine d...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator:...
2308_putty_and_putty_strip.c
x11_get_screen_number
FUN_001dc48d
x11_get_screen_number
int x11_get_screen_number(char *display) { int iVar1; size_t sVar2; size_t sVar3; char *display_local; int n; sVar2 = host_strcspn(display,":"); if (display[(int)sVar2] == '\0') { iVar1 = 0; } else { sVar3 = strcspn(display,"."); if (display[(int)sVar3] == '\0') { iVar1 = 0; ...
int FUN_001dc48d(char *param_1) { int iVar1; size_t sVar2; iVar1 = FUN_0012cab1(param_1,&DAT_0021aa24); if (param_1[iVar1] == '\0') { iVar1 = 0; } else { sVar2 = strcspn(param_1,"."); if (param_1[(int)sVar2] == '\0') { iVar1 = 0; } else { iVar1 = atoi(param_1 + (long)(in...
(translation_unit "int FUN_001dc48d(char *param_1)\n\n{\n int iVar1;\n size_t sVar2;\n \n iVar1 = FUN_0012cab1(param_1,&DAT_0021aa24);\n if (param_1[iVar1] == '\0') {\n iVar1 = 0;\n }\n else {\n sVar2 = strcspn(param_1,".");\n if (param_1[(int)sVar2] == '\0') {\n iVar1 = 0;\n }\n else {\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] LEA RSI,[0x21aa24] MOV RDI,RAX CALL 0x0012cab1 MOV dword ptr [RBP + -0x4],EAX MOV EAX,dword ptr [RBP + -0x4] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x18] ADD RAX,RDX MOVZX EAX,byte ptr [RAX] TEST AL,AL JNZ 0x001dc4ca MOV...
int function_1(char *var_4) { int iVar1; size_t sVar2; size_t sVar3; char *display_local; int n; sVar2 = var_1(var_4,":"); if (var_4[(int)sVar2] == '\0') { iVar1 = 0; } else { sVar3 = var_2(var_4,"."); if (var_4[(int)sVar3] == '\0') { iVar1 = 0; } else { iVar1 = va...
(translation_unit "int x11_get_screen_number(char *display)\n\n{\n int iVar1;\n size_t sVar2;\n size_t sVar3;\n char *display_local;\n int n;\n \n sVar2 = host_strcspn(display,":");\n if (display[(int)sVar2] == '\0') {\n iVar1 = 0;\n }\n else {\n sVar3 = strcspn(display,".");\n if (display[(int)sVar3...
(translation_unit "int function_1(char *var_4)\n\n{\n int iVar1;\n size_t sVar2;\n size_t sVar3;\n char *display_local;\n int n;\n \n sVar2 = var_1(var_4,":");\n if (var_4[(int)sVar2] == '\0') {\n iVar1 = 0;\n }\n else {\n sVar3 = var_2(var_4,".");\n if (var_4[(int)sVar3] == '\0') {\n iVar1 = 0;...
(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...
2305_putty_and_putty_strip.c
x11_closing
FUN_001dc344
x11_closing
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_closing(Plug plug,char *error_msg,int error_code,int calling_back) { char *err_message_00; int calling_back_local; int error_code_local; char *error_msg_local; Plug plug_local; X11Connection *xconn; char *err_message; ...
void FUN_001dc344(long param_1,long param_2) { undefined8 uVar1; if (param_2 == 0) { if (*(long *)(param_1 + 0x70) != 0) { FUN_001490bb(*(undefined8 *)(param_1 + 0x70)); } } else { if (*(int *)(param_1 + 0x58) != 0) { uVar1 = FUN_0012d477("unable to connect to forwarded X server: %s...
(translation_unit "void FUN_001dc344(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (param_2 == 0) {\n if (*(long *)(param_1 + 0x70) != 0) {\n FUN_001490bb(*(undefined8 *)(param_1 + 0x70));\n }\n }\n else {\n if (*(int *)(param_1 + 0x58) != 0) {\n uVar1 = FUN_0012d477("unable to con...
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 RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX CMP qword ptr [RBP + -0x20],0x0 JZ 0x001dc3c8 MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword pt...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 var_3,char *var_1,int error_code,int calling_back) { char *err_message_00; int calling_back_local; int error_code_local; char *error_msg_local; type_1 plug_local; type_2 *xconn; char *err_message; if (v...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_closing(Plug plug,char *error_msg,int error_code,int calling_back)\n\n{\n char *err_message_00;\n int calling_back_local;\n int error_code_local;\n char *error_msg_local;\n Plug plug_local;\n X11Connection *xco...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 var_3,char *var_1,int error_code,int calling_back)\n\n{\n char *err_message_00;\n int calling_back_local;\n int error_code_local;\n char *error_msg_local;\n type_1 plug_local;\n type_2 *xconn;\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: (pointer_declarator declarator:...
2128_putty_and_putty_strip.c
sockaddr_is_loopback
FUN_001d110f
sockaddr_is_loopback
int sockaddr_is_loopback(sockaddr *sa) { sa_family_t sVar1; int iVar2; uint32_t uVar3; uint32_t uVar4; uint uVar5; sockaddr *sa_local; sockaddr_union *u; in6_addr *__a; sVar1 = sa->sa_family; if (sVar1 == 2) { uVar5 = *(uint *)(sa->sa_data + 2); uVar3 = htonl(0xff000000); uVar4 = ht...
bool FUN_001d110f(short *param_1) { short sVar1; uint uVar2; uint32_t uVar3; uint32_t uVar4; bool bVar5; sVar1 = *param_1; if (sVar1 == 2) { uVar2 = *(uint *)(param_1 + 2); uVar3 = htonl(0xff000000); uVar4 = htonl(0x7f000000); bVar5 = (uVar2 & uVar3) == uVar4; } else if (sVar1 == ...
(translation_unit "bool FUN_001d110f(short *param_1)\n\n{\n short sVar1;\n uint uVar2;\n uint32_t uVar3;\n uint32_t uVar4;\n bool bVar5;\n \n sVar1 = *param_1;\n if (sVar1 == 2) {\n uVar2 = *(uint *)(param_1 + 2);\n uVar3 = htonl(0xff000000);\n uVar4 = htonl(0x7f000000);\n bVar5 = (uVar2 & uVar3) ==...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x28 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOVZX EAX,word ptr [RAX] MOVZX EAX,AX CMP EAX,0x2 JZ 0x001d113f CMP EAX,0xa JZ 0x001d1166 CMP EAX,0x1 JZ 0x001d11b5 JMP 0x001d11bc MOV RAX,qword ptr ...
int function_1(type_1 *sa) { type_2 var_1; int var_6; uint32_t var_4; uint32_t var_5; type_3 var_3; type_1 *sa_local; type_4 *u; type_5 *__a; var_1 = sa->sa_family; if (var_1 == 2) { var_3 = *(type_3 *)(sa->sa_data + 2); var_4 = var_2(0xff000000); var_5 = var_2(0x7f000000); var_...
(translation_unit "int sockaddr_is_loopback(sockaddr *sa)\n\n{\n sa_family_t sVar1;\n int iVar2;\n uint32_t uVar3;\n uint32_t uVar4;\n uint uVar5;\n sockaddr *sa_local;\n sockaddr_union *u;\n in6_addr *__a;\n \n sVar1 = sa->sa_family;\n if (sVar1 == 2) {\n uVar5 = *(uint *)(sa->sa_data + 2);\n uVar3 = ...
(translation_unit "int function_1(type_1 *sa)\n\n{\n type_2 var_1;\n int var_6;\n uint32_t var_4;\n uint32_t var_5;\n type_3 var_3;\n type_1 *sa_local;\n type_4 *u;\n type_5 *__a;\n \n var_1 = sa->sa_family;\n if (var_1 == 2) {\n var_3 = *(type_3 *)(sa->sa_data + 2);\n var_4 = var_2(0xff000000);\n v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
2160_putty_and_putty_strip.c
noise_get_heavy
FUN_001d405f
noise_get_heavy
void noise_get_heavy(_func_void_void_ptr_int *func) { long lVar1; int iVar2; FILE *pFVar3; size_t sVar4; int *piVar5; char *pcVar6; long in_FS_OFFSET; bool bVar7; _func_void_void_ptr_int *func_local; int got_dev_urandom; int ret; FILE *fp; char buf [512]; lVar1 = *(long *)(in_FS_OFFSET ...
void FUN_001d405f(code *param_1) { int iVar1; FILE *pFVar2; size_t sVar3; int *piVar4; char *pcVar5; long in_FS_OFFSET; bool bVar6; undefined local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); iVar1 = FUN_001d3fc5(local_218,0x20); bVar6 = iVar1 != 0; if (bVar6) { ...
(translation_unit "void FUN_001d405f(code *param_1)\n\n{\n int iVar1;\n FILE *pFVar2;\n size_t sVar3;\n int *piVar4;\n char *pcVar5;\n long in_FS_OFFSET;\n bool bVar6;\n undefined local_218 [520];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n iVar1 = FUN_001d3fc5(local_218,0x20);\n bVa...
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 dword ptr [RBP + -0x220],0x0 LEA RAX,[RBP + -0x210] MOV ESI,0x20 MOV RDI,RAX CALL 0x001d3fc5 TEST EAX,EAX JZ 0x001d40c4 MOV dword ptr [RBP + -0x220],0x1 LEA RDX,[RBP + -0x210] M...
void function_1(type_1 *func) { long var_14; int var_3; type_2 *var_5; size_t sVar4; int *piVar5; char *pcVar6; long var_1; bool bVar7; type_1 *func_local; int got_dev_urandom; int ret; type_2 *fp; char buf [512]; var_14 = *(long *)(var_1 + 0x28); var_3 = var_2(buf,0x20); bVar7 = va...
(translation_unit "void noise_get_heavy(_func_void_void_ptr_int *func)\n\n{\n long lVar1;\n int iVar2;\n FILE *pFVar3;\n size_t sVar4;\n int *piVar5;\n char *pcVar6;\n long in_FS_OFFSET;\n bool bVar7;\n _func_void_void_ptr_int *func_local;\n int got_dev_urandom;\n int ret;\n FILE *fp;\n char buf [512];\n ...
(translation_unit "void function_1(type_1 *func)\n\n{\n long var_14;\n int var_3;\n type_2 *var_5;\n size_t sVar4;\n int *piVar5;\n char *pcVar6;\n long var_1;\n bool bVar7;\n type_1 *func_local;\n int got_dev_urandom;\n int ret;\n type_2 *fp;\n char buf [512];\n \n var_14 = *(long *)(var_1 + 0x28);\n v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifi...
2059_putty_and_putty_strip.c
compute_geom_hints
FUN_001cc20c
compute_geom_hints
/* WARNING: Removing unreachable block (ram,0x001cc3f2) */ /* WARNING: Removing unreachable block (ram,0x001cc478) */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void compute_geom_hints(gui_data *inst,GdkGeometry *geom) { int iVar1; long lVar2; undefined8 uVar3; long in_FS_OFFSET...
void FUN_001cc20c(undefined8 *param_1,int *param_2) { undefined8 uVar1; long in_FS_OFFSET; int local_30; int local_2c; int local_28; int iStack_24; long local_20; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); param_2[3] = -1; param_2[2] = param_2[3]; param_2[10] = 0; param_2[0...
(translation_unit "void FUN_001cc20c(undefined8 *param_1,int *param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n int local_30;\n int local_2c;\n int local_28;\n int iStack_24;\n long local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n param_2[3] = -1;\n param_2[2] = param_2[3]...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x50] MOV dword ptr [RAX + 0xc],0xffffffff MOV RAX,qword ptr [RBP + -0x50] MOV EDX,dword ptr [RAX + 0xc] MOV RAX,qword ptr [R...
/* WARNING: Removing unreachable block (ram,0x001cc3f2) */ /* WARNING: Removing unreachable block (ram,0x001cc478) */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst,type_2 *geom) { int var_3; long var_7; type_3 uVar3; long var_1; type_2 *geom_local; ...
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001cc3f2) */\n/* WARNING: Removing unreachable block (ram,0x001cc478) */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid compute_geom_hints(gui_data *inst,GdkGeometry *geom)\n\n{\n int iVar1;\n long lVar2;\n undefined8...
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001cc3f2) */\n/* WARNING: Removing unreachable block (ram,0x001cc478) */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst,type_2 *geom)\n\n{\n int var_3;\n long var_7;\n type_3 uVar3;\n long var...
(translation_unit (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_declaration type: (type_i...
2031_putty_and_putty_strip.c
set_sbar
FUN_001ca3b5
set_sbar
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_sbar(void *frontend,wchar_t total,wchar_t start,wchar_t page) { int iVar1; wchar_t page_local; wchar_t start_local; wchar_t total_local; void *frontend_local; gui_data *inst; iVar1 = conf_get_int(*(Conf **)((long)front...
void FUN_001ca3b5(long param_1,int param_2,int param_3,int param_4) { int iVar1; iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x22d0),0x6d); if (iVar1 != 0) { gtk_adjustment_set_lower(0,*(undefined8 *)(param_1 + 0x28)); gtk_adjustment_set_upper((double)param_2,*(undefined8 *)(param_1 + 0x28)); ...
(translation_unit "void FUN_001ca3b5(long param_1,int param_2,int param_3,int param_4)\n\n{\n int iVar1;\n \n iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x22d0),0x6d);\n if (iVar1 != 0) {\n gtk_adjustment_set_lower(0,*(undefined8 *)(param_1 + 0x28));\n gtk_adjustment_set_upper((double)param_2,*(undefined8...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV dword ptr [RBP + -0x20],EDX MOV dword ptr [RBP + -0x24],ECX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x6d MOV RDI,RAX CALL 0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,type_1 total,type_1 start,type_1 var_9) { int var_2; type_1 page_local; type_1 start_local; type_1 total_local; void *frontend_local; type_2 *inst; var_2 = var_1(*(type_3 **)((long)frontend + 0x22...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_sbar(void *frontend,wchar_t total,wchar_t start,wchar_t page)\n\n{\n int iVar1;\n wchar_t page_local;\n wchar_t start_local;\n wchar_t total_local;\n void *frontend_local;\n gui_data *inst;\n \n iVar1 = conf_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,type_1 total,type_1 start,type_1 var_9)\n\n{\n int var_2;\n type_1 page_local;\n type_1 start_local;\n type_1 total_local;\n void *frontend_local;\n type_2 *inst;\n \n var_2 = var_1(*(ty...
(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...
2092_putty_and_putty_strip.c
ssh_gss_cleanup
FUN_001cff7c
ssh_gss_cleanup
void ssh_gss_cleanup(ssh_gss_liblist *list) { ssh_gss_liblist *list_local; int i; for (i = 0; i < list->nlibraries; i = i + 1) { dlclose(list->libraries[i].handle); if (list->libraries[i].id == 3) { safefree(list->libraries[i].gsslogmsg); } } safefree(list->libraries); safefree(list);...
void FUN_001cff7c(long *param_1) { int local_c; for (local_c = 0; local_c < *(int *)(param_1 + 1); local_c = local_c + 1) { dlclose(*(undefined8 *)((long)local_c * 0xa8 + *param_1 + 0xa0)); if (*(int *)((long)local_c * 0xa8 + *param_1) == 3) { FUN_0012e243(*(undefined8 *)((long)local_c * 0xa8 + *...
(translation_unit "void FUN_001cff7c(long *param_1)\n\n{\n int local_c;\n \n for (local_c = 0; local_c < *(int *)(param_1 + 1); local_c = local_c + 1) {\n dlclose(*(undefined8 *)((long)local_c * 0xa8 + *param_1 + 0xa0));\n if (*(int *)((long)local_c * 0xa8 + *param_1) == 3) {\n FUN_0012e243(*(undefined8 *...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x001d0029 MOV RAX,qword ptr [RBP + -0x18] MOV RCX,qword ptr [RAX] MOV EAX,dword ptr [RBP + -0x4] MOVSXD RDX,EAX MOV RAX,RDX SHL RAX,0x2 ADD RAX,RDX SHL RAX,0x2 ADD RAX,RDX SHL RAX,0x3 ADD RAX,RCX MOV RAX,qword ptr [RAX...
void function_1(type_1 *list) { type_1 *list_local; int var_1; for (var_1 = 0; var_1 < list->nlibraries; var_1 = var_1 + 1) { var_2(list->libraries[var_1].handle); if (list->libraries[var_1].id == 3) { var_3(list->libraries[var_1].gsslogmsg); } } var_3(list->libraries); var_3(list); ...
(translation_unit "void ssh_gss_cleanup(ssh_gss_liblist *list)\n\n{\n ssh_gss_liblist *list_local;\n int i;\n \n for (i = 0; i < list->nlibraries; i = i + 1) {\n dlclose(list->libraries[i].handle);\n if (list->libraries[i].id == 3) {\n safefree(list->libraries[i].gsslogmsg);\n }\n }\n safefree(list-...
(translation_unit "void function_1(type_1 *list)\n\n{\n type_1 *list_local;\n int var_1;\n \n for (var_1 = 0; var_1 < list->nlibraries; var_1 = var_1 + 1) {\n var_2(list->libraries[var_1].handle);\n if (list->libraries[var_1].id == 3) {\n var_3(list->libraries[var_1].gsslogmsg);\n }\n }\n var_3(list...
(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...
2153_putty_and_putty_strip.c
uxsel_tell
FUN_001d390d
uxsel_tell
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ /* WARNING: Enum "GIOFlags": Some values do not have unique names */ void uxsel_tell(Actual_Socket_conflict s) { int iVar1; Actual_Socket_conflict s_local; int rwx; rwx = 0; if (s->pending_error == 0) { if (s->listener == 0) { ...
void FUN_001d390d(long param_1) { int iVar1; uint local_c; local_c = 0; if (*(int *)(param_1 + 0x60) == 0) { if (*(int *)(param_1 + 100) == 0) { if (*(int *)(param_1 + 0x38) == 0) { local_c = 2; } if (((*(int *)(param_1 + 0x38) != 0) && (*(int *)(param_1 + 0x40) == 0)) && ...
(translation_unit "void FUN_001d390d(long param_1)\n\n{\n int iVar1;\n uint local_c;\n \n local_c = 0;\n if (*(int *)(param_1 + 0x60) == 0) {\n if (*(int *)(param_1 + 100) == 0) {\n if (*(int *)(param_1 + 0x38) == 0) {\n local_c = 2;\n }\n if (((*(int *)(param_1 + 0x38) != 0) && (*(int *)(...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x60] TEST EAX,EAX JNZ 0x001d3988 MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x64] TEST EAX,EAX JZ 0x001d393c OR dword ptr [RBP + -0x4],0x1 JMP 0x001d39...
/* 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 s) { int var_3; type_1 s_local; int var_1; var_1 = 0; if (s->pending_error == 0) { if (s->listener == 0) { if (s->connected == 0)...
(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 uxsel_tell(Actual_Socket_conflict s)\n\n{\n int iVar1;\n Actual_Socket_conflict s_local;\n int rwx;\n \n rwx = 0;\n if (s->pending_error == 0) {...
(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 s)\n\n{\n int var_3;\n type_1 s_local;\n int var_1;\n \n var_1 = 0;\n if (s->pending_error == 0) {\n if (s->listener == 0) ...
(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: (primitive_type) declarator: (id...
2127_putty_and_putty_strip.c
sk_hostname_is_local
FUN_001d10ab
sk_hostname_is_local
int sk_hostname_is_local(char *name) { int iVar1; char *name_local; iVar1 = strcmp(name,"localhost"); if (((iVar1 != 0) && (iVar1 = strcmp(name,"::1"), iVar1 != 0)) && (iVar1 = strncmp(name,"127.",4), iVar1 != 0)) { return 0; } return 1; }
undefined8 FUN_001d10ab(char *param_1) { int iVar1; iVar1 = strcmp(param_1,"localhost"); if (((iVar1 != 0) && (iVar1 = strcmp(param_1,"::1"), iVar1 != 0)) && (iVar1 = strncmp(param_1,"127.",4), iVar1 != 0)) { return 0; } return 1; }
(translation_unit "undefined8 FUN_001d10ab(char *param_1)\n\n{\n int iVar1;\n \n iVar1 = strcmp(param_1,"localhost");\n if (((iVar1 != 0) && (iVar1 = strcmp(param_1,"::1"), iVar1 != 0)) &&\n (iVar1 = strncmp(param_1,"127.",4), iVar1 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definition "undefin...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] LEA RSI,[0x216afa] MOV RDI,RAX CALL 0x001156d0 TEST EAX,EAX JZ 0x001d1101 MOV RAX,qword ptr [RBP + -0x8] LEA RSI,[0x216b04] MOV RDI,RAX CALL 0x001156d0 TEST EAX,EAX JZ 0x001d1101 MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x4 LE...
int function_1(char *name) { int var_2; char *name_local; var_2 = var_1(name,"localhost"); if (((var_2 != 0) && (var_2 = var_1(name,"::1"), var_2 != 0)) && (var_2 = var_3(name,"127.",4), var_2 != 0)) { return 0; } return 1; }
(translation_unit "int sk_hostname_is_local(char *name)\n\n{\n int iVar1;\n char *name_local;\n \n iVar1 = strcmp(name,"localhost");\n if (((iVar1 != 0) && (iVar1 = strcmp(name,"::1"), iVar1 != 0)) &&\n (iVar1 = strncmp(name,"127.",4), iVar1 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definitio...
(translation_unit "int function_1(char *name)\n\n{\n int var_2;\n char *name_local;\n \n var_2 = var_1(name,"localhost");\n if (((var_2 != 0) && (var_2 = var_1(name,"::1"), var_2 != 0)) &&\n (var_2 = var_3(name,"127.",4), var_2 != 0)) {\n return 0;\n }\n return 1;\n}\n\n" (function_definition "int functio...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
2010_putty_and_putty_strip.c
set_raw_mouse_mode
FUN_001c8b6f
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_001c8b6f(long param_1,int param_2) { int iVar1; if (param_2 != 0) { iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x22d0),0x44); if (iVar1 == 0) { DAT_002362e0 = 1; goto LAB_001c8bb4; } } DAT_002362e0 = 0; LAB_001c8bb4: FUN_001c5d2b(param_1); return; }
(translation_unit "void FUN_001c8b6f(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x22d0),0x44);\n if (iVar1 == 0) {\n DAT_002362e0 = 1;\n goto LAB_001c8bb4;\n }\n }\n DAT_002362e0 = 0;\nLAB_001c8bb4:\n FUN_001c5d2b(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 0x001c8baf MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x22d0] MOV ESI,0x44 MOV RDI,RAX CALL 0x0011a4c1 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...
2015_putty_and_putty_strip.c
set_window_background
FUN_001c8e70
set_window_background
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_window_background(gui_data *inst) { undefined8 uVar1; GtkWidget *pGVar2; gui_data *inst_local; if (inst->area != (GtkWidget *)0x0) { uVar1 = gtk_widget_get_type(); pGVar2 = (GtkWidget *)g_type_check_instance_cast(ins...
void FUN_001c8e70(long *param_1) { undefined8 uVar1; if (param_1[1] != 0) { uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(param_1[1],uVar1); FUN_001c8db6(uVar1,param_1 + 0x19c); } if (*param_1 != 0) { uVar1 = gtk_widget_get_type(); uVar1 = g_type_check_instance_cast(...
(translation_unit "void FUN_001c8e70(long *param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1[1] != 0) {\n uVar1 = gtk_widget_get_type();\n uVar1 = g_type_check_instance_cast(param_1[1],uVar1);\n FUN_001c8db6(uVar1,param_1 + 0x19c);\n }\n if (*param_1 != 0) {\n uVar1 = gtk_widget_get_type();\n uVar1...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x18 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x001c8ebb MOV RAX,qword ptr [RBP + -0x18] LEA RBX,[RAX + 0xce0] CALL 0x00114510 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV RSI,RDX ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *inst) { type_2 uVar1; type_3 *pGVar2; type_1 *inst_local; if (inst->area != (type_3 *)0x0) { uVar1 = var_1(); pGVar2 = (type_3 *)var_2(inst->area,uVar1); var_3(pGVar2,inst->cols + 0x102); } if ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_window_background(gui_data *inst)\n\n{\n undefined8 uVar1;\n GtkWidget *pGVar2;\n gui_data *inst_local;\n \n if (inst->area != (GtkWidget *)0x0) {\n uVar1 = gtk_widget_get_type();\n pGVar2 = (GtkWidget *)g...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *inst)\n\n{\n type_2 uVar1;\n type_3 *pGVar2;\n type_1 *inst_local;\n \n if (inst->area != (type_3 *)0x0) {\n uVar1 = var_1();\n pGVar2 = (type_3 *)var_2(inst->area,uVar1);\n var_3(pGVar2,...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
2119_putty_and_putty_strip.c
sk_init
FUN_001d0b80
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_001d0b80(void) { DAT_002362f0 = FUN_001ad414(FUN_001d0abd); return; }
(translation_unit "void FUN_001d0b80(void)\n\n{\n DAT_002362f0 = FUN_001ad414(FUN_001d0abd);\n return;\n}\n\n" (function_definition "void FUN_001d0b80(void)\n\n{\n DAT_002362f0 = FUN_001ad414(FUN_001d0abd);\n return;\n}" primitive_type (function_declarator "FUN_001d0b80(void)" identifier (parameter_list "(void)" ( ...
PUSH RBP MOV RBP,RSP LEA RDI,[0x1d0abd] CALL 0x001ad414 MOV qword ptr [0x002362f0],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_...
2241_putty_and_putty_strip.c
platform_ssh_share_cleanup
FUN_001d7c6c
platform_ssh_share_cleanup
void platform_ssh_share_cleanup(char *name) { long in_FS_OFFSET; char *name_local; char *logtext; char *dirname; char *filename; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); dirname = make_dirname(name,&logtext); if (dirname == (char *)0x0) { safefree(logtext); } else { f...
void FUN_001d7c6c(undefined8 param_1) { long in_FS_OFFSET; undefined8 local_28; char *local_20; char *local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_20 = (char *)FUN_001d6f80(param_1,&local_28); if (local_20 == (char *)0x0) { FUN_0012e243(local_28); } else { l...
(translation_unit "void FUN_001d7c6c(undefined8 param_1)\n\n{\n long in_FS_OFFSET;\n undefined8 local_28;\n char *local_20;\n char *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_20 = (char *)FUN_001d6f80(param_1,&local_28);\n if (local_20 == (char *)0x0) {\n FUN_0012e243...
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 LEA RDX,[RBP + -0x20] MOV RAX,qword ptr [RBP + -0x28] MOV RSI,RDX MOV RDI,RAX CALL 0x001d6f80 MOV qword ptr [RBP + -0x18],RAX CMP qword ptr [RBP + -0x18],0x0 JNZ 0x001d7cb6 MOV RAX,qw...
void function_1(char *name) { long var_1; char *name_local; char *logtext; char *var_3; char *filename; long var_8; var_8 = *(long *)(var_1 + 0x28); var_3 = var_2(name,&logtext); if (var_3 == (char *)0x0) { var_4(logtext); } else { filename = var_5(var_3,"/socket",0); var_6(filena...
(translation_unit "void platform_ssh_share_cleanup(char *name)\n\n{\n long in_FS_OFFSET;\n char *name_local;\n char *logtext;\n char *dirname;\n char *filename;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n dirname = make_dirname(name,&logtext);\n if (dirname == (char *)0x0) {\n safefr...
(translation_unit "void function_1(char *name)\n\n{\n long var_1;\n char *name_local;\n char *logtext;\n char *var_3;\n char *filename;\n long var_8;\n \n var_8 = *(long *)(var_1 + 0x28);\n var_3 = var_2(name,&logtext);\n if (var_3 == (char *)0x0) {\n var_4(logtext);\n }\n else {\n filename = var_5(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))))) body: (compound_statement (declaration type: (sized_type_specifie...
2182_putty_and_putty_strip.c
printer_finish_enum
FUN_001d4bbc
printer_finish_enum
void printer_finish_enum(printer_enum *pe) { printer_enum *pe_local; return; }
void FUN_001d4bbc(void) { return; }
(translation_unit "void FUN_001d4bbc(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001d4bbc(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001d4bbc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI NOP POP RBP RET
void function_1(type_1 *pe) { type_1 *pe_local; return; }
(translation_unit "void printer_finish_enum(printer_enum *pe)\n\n{\n printer_enum *pe_local;\n \n return;\n}\n\n" (function_definition "void printer_finish_enum(printer_enum *pe)\n\n{\n printer_enum *pe_local;\n \n return;\n}" primitive_type (function_declarator "printer_finish_enum(printer_enum *pe)" identifier ...
(translation_unit "void function_1(type_1 *pe)\n\n{\n type_1 *pe_local;\n \n return;\n}\n\n" (function_definition "void function_1(type_1 *pe)\n\n{\n type_1 *pe_local;\n \n return;\n}" primitive_type (function_declarator "function_1(type_1 *pe)" identifier (parameter_list "(type_1 *pe)" ( (parameter_declaration "...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
2022_putty_and_putty_strip.c
selection_clear
FUN_001c99be
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_001c99be(undefined8 param_1,undefined8 param_2,long param_3) { FUN_001ac7f8(*(undefined8 *)(param_3 + 0xda0)); if (*(long *)(param_3 + 0xd28) != 0) { FUN_0012e243(*(undefined8 *)(param_3 + 0xd28)); } if (*(long *)(param_3 + 0xd30) != 0) { FUN_0012e243(*(undefined8 *)(param_3 + 0xd30)); ...
(translation_unit "undefined8 FUN_001c99be(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n FUN_001ac7f8(*(undefined8 *)(param_3 + 0xda0));\n if (*(long *)(param_3 + 0xd28) != 0) {\n FUN_0012e243(*(undefined8 *)(param_3 + 0xd28));\n }\n if (*(long *)(param_3 + 0xd30) != 0) {\n FUN_0012e243(*(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 0x001ac7f8 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...
2250_putty_and_putty_strip.c
close_settings_w
FUN_001d884f
close_settings_w
void close_settings_w(void *handle) { void *handle_local; FILE *fp; fclose((FILE *)handle); return; }
void FUN_001d884f(FILE *param_1) { fclose(param_1); return; }
(translation_unit "void FUN_001d884f(FILE *param_1)\n\n{\n fclose(param_1);\n return;\n}\n\n" (function_definition "void FUN_001d884f(FILE *param_1)\n\n{\n fclose(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001d884f(FILE *param_1)" identifier (parameter_list "(FILE *param_1)" ( (parameter_decla...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00115040 NOP LEAVE RET
void function_1(void *handle) { void *handle_local; type_1 *fp; var_1((type_1 *)handle); return; }
(translation_unit "void close_settings_w(void *handle)\n\n{\n void *handle_local;\n FILE *fp;\n \n fclose((FILE *)handle);\n return;\n}\n\n" (function_definition "void close_settings_w(void *handle)\n\n{\n void *handle_local;\n FILE *fp;\n \n fclose((FILE *)handle);\n return;\n}" primitive_type (function_decl...
(translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *fp;\n \n var_1((type_1 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *fp;\n \n var_1((type_1 *)handle);\n return;\n}" primitive_type (function_declarator...
(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...
2002_putty_and_putty_strip.c
scroll_event
FUN_001c8716
scroll_event
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ gboolean scroll_event(GtkWidget *widget,GdkEventScroll *event,gpointer data) { int iVar1; gboolean gVar2; long in_FS_OFFSET; gpointer data_local; GdkEventScroll ...
undefined8 FUN_001c8716(undefined8 param_1,long param_2,undefined8 param_3) { int iVar1; undefined8 uVar2; long in_FS_OFFSET; undefined local_28 [8]; undefined8 local_20; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_18 = param_3; iVar1 = gdk_event_get_scr...
(translation_unit "undefined8 FUN_001c8716(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n undefined local_28 [8];\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = param_...
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 FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x10],RAX LEA RDX,[RBP + -0x18] LEA RCX,[RBP + -0x20] MOV RAX,qwo...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *widget,type_3 *event,type_4 data) { int var_3; type_1 gVar2; long var_1; type_4 data_local; type_3 *event_local; type_2 *widget_local...
(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\ngboolean scroll_event(GtkWidget *widget,GdkEventScroll *event,gpointer data)\n\n{\n int iVar1;\n gboolean gVar2;\n long in_FS_OFFSET;\n gpointer da...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n int var_3;\n type_1 gVar2;\n long var_1;\n type_4 data_local;\n type_3 *event_l...
(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...
2213_putty_and_putty_strip.c
first_fd
FUN_001d6075
first_fd
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int first_fd(int *state,int *rwx) { int iVar1; int *rwx_local; int *state_local; *state = 0; iVar1 = next_fd(state,rwx); return iVar1; }
void FUN_001d6075(undefined4 *param_1,undefined8 param_2) { *param_1 = 0; FUN_001d601e(param_1,param_2); return; }
(translation_unit "void FUN_001d6075(undefined4 *param_1,undefined8 param_2)\n\n{\n *param_1 = 0;\n FUN_001d601e(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001d6075(undefined4 *param_1,undefined8 param_2)\n\n{\n *param_1 = 0;\n FUN_001d601e(param_1,param_2);\n return;\n}" primitive_type (f...
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 dword ptr [RAX],0x0 MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x001d601e LEAVE RET
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int function_1(int *state,int *rwx) { int iVar1; int *rwx_local; int *state_local; *state = 0; iVar1 = var_1(state,rwx); return iVar1; }
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint first_fd(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = 0;\n iVar1 = next_fd(state,rwx);\n return iVar1;\n}\n\n" comment (function_definition "int first_fd(int *state,int *rw...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint function_1(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = 0;\n iVar1 = var_1(state,rwx);\n return iVar1;\n}\n\n" comment (function_definition "int function_1(int *state,int *...
(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:...
2028_putty_and_putty_strip.c
set_title
FUN_001ca288
set_title
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void set_title(void *frontend,char *title) { char *pcVar1; char *title_local; void *frontend_local; gui_data *inst; safefree(*(void **)((long)frontend + 0xd70)); pcVar1 = dupstr(title); *(char **)((long)frontend + 0xd70) = pcVa...
void FUN_001ca288(long param_1,undefined8 param_2) { undefined8 uVar1; FUN_0012e243(*(undefined8 *)(param_1 + 0xd70)); uVar1 = FUN_0012cfa3(param_2); *(undefined8 *)(param_1 + 0xd70) = uVar1; FUN_001ca202(param_1); return; }
(translation_unit "void FUN_001ca288(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n FUN_0012e243(*(undefined8 *)(param_1 + 0xd70));\n uVar1 = FUN_0012cfa3(param_2);\n *(undefined8 *)(param_1 + 0xd70) = uVar1;\n FUN_001ca202(param_1);\n return;\n}\n\n" (function_definition "void FUN_001ca288(long ...
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 + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0xd70] MOV RDI,RAX CALL 0x0012e243 MOV RAX,qword ptr [RBP + -0x20] MOV RDI,RAX CALL 0x0012cfa3 MOV RDX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *frontend,char *title) { char *pcVar1; char *title_local; void *frontend_local; type_1 *inst; var_1(*(void **)((long)frontend + 0xd70)); pcVar1 = var_2(title); *(char **)((long)frontend + 0xd70) = pcVar1; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid set_title(void *frontend,char *title)\n\n{\n char *pcVar1;\n char *title_local;\n void *frontend_local;\n gui_data *inst;\n \n safefree(*(void **)((long)frontend + 0xd70));\n pcVar1 = dupstr(title);\n *(char **)(...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *frontend,char *title)\n\n{\n char *pcVar1;\n char *title_local;\n void *frontend_local;\n type_1 *inst;\n \n var_1(*(void **)((long)frontend + 0xd70));\n pcVar1 = var_2(title);\n *(char **)((long...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
2207_putty_and_putty_strip.c
uxsel_fd_cmp
FUN_001d5e41
uxsel_fd_cmp
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int uxsel_fd_cmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; fd *a; fd *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { ...
undefined8 FUN_001d5e41(int *param_1,int *param_2) { undefined8 uVar1; if (*param_1 < *param_2) { uVar1 = 0xffffffff; } else if (*param_2 < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d5e41(int *param_1,int *param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *param_2) {\n uVar1 = 0xffffffff;\n }\n else if (*param_2 < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_001d5e41(in...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RA...
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_1 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv)...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint uxsel_fd_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n fd *a;\n fd *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccu...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is ...
(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:...
1939_putty_and_putty_strip.c
size_entry_changed
FUN_001c17fc
size_entry_changed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void size_entry_changed(GtkEditable *ed,gpointer data) { wchar_t size_00; undefined8 uVar1; char *__nptr; gpointer data_local; GtkEditable *ed_local; wchar_t size; unifontsel_internal *fs; char *text; if (*(int *)((long)dat...
void FUN_001c17fc(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; char *__nptr; if (*(int *)(param_2 + 0xd0) == 0) { uVar2 = gtk_entry_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); __nptr = (char *)gtk_entry_get_text(uVar2); iVar1 = atoi(__nptr); if (0 <...
(translation_unit "void FUN_001c17fc(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n char *__nptr;\n \n if (*(int *)(param_2 + 0xd0) == 0) {\n uVar2 = gtk_entry_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n __nptr = (char *)gtk_entry_get_text(uVar2);\n iVar...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX + 0xd0] TEST EAX,EAX JNZ 0x001c18b6 CALL 0x00115aa0 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x28] MOV RSI...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ed,type_2 data) { type_3 var_5; type_4 uVar1; char *__nptr; type_2 data_local; type_1 *ed_local; type_3 size; type_5 *fs; char *text; if (*(int *)((long)data + 0xd0) == 0) { uVar1 = var_1(); ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid size_entry_changed(GtkEditable *ed,gpointer data)\n\n{\n wchar_t size_00;\n undefined8 uVar1;\n char *__nptr;\n gpointer data_local;\n GtkEditable *ed_local;\n wchar_t size;\n unifontsel_internal *fs;\n char *tex...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ed,type_2 data)\n\n{\n type_3 var_5;\n type_4 uVar1;\n char *__nptr;\n type_2 data_local;\n type_1 *ed_local;\n type_3 size;\n type_5 *fs;\n char *text;\n \n if (*(int *)((long)data + 0xd0) =...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
2290_putty_and_putty_strip.c
wc_unescape
FUN_001dac95
wc_unescape
int wc_unescape(char *output,char *wildcard) { char *pcVar1; char *wildcard_local; char *output_local; pcVar1 = wildcard; output_local = output; while( true ) { while( true ) { wildcard_local = pcVar1; if (*wildcard_local == '\0') { if (output_local != (char *)0x0) { *...
undefined8 FUN_001dac95(char *param_1,char *param_2) { char *pcVar1; char *local_18; char *local_10; pcVar1 = param_2; local_10 = param_1; while( true ) { while( true ) { local_18 = pcVar1; if (*local_18 == '\0') { if (local_10 != (char *)0x0) { *local_10 = '\0'; ...
(translation_unit "undefined8 FUN_001dac95(char *param_1,char *param_2)\n\n{\n char *pcVar1;\n char *local_18;\n char *local_10;\n \n pcVar1 = param_2;\n local_10 = param_1;\n while( true ) {\n while( true ) {\n local_18 = pcVar1;\n if (*local_18 == '\0') {\n if (local_10 != (char *)0x0) {\n ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI JMP 0x001dad38 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] CMP AL,0x5c JNZ 0x001dace4 ADD qword ptr [RBP + -0x10],0x1 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] TEST AL,AL JZ 0x001dad38 CMP qword ptr [RBP + -0...
int function_1(char *output,char *wildcard) { char *pcVar1; char *var_2; char *var_1; pcVar1 = wildcard; var_1 = output; while( true ) { while( true ) { var_2 = pcVar1; if (*var_2 == '\0') { if (var_1 != (char *)0x0) { *var_1 = '\0'; } return 1; }...
(translation_unit "int wc_unescape(char *output,char *wildcard)\n\n{\n char *pcVar1;\n char *wildcard_local;\n char *output_local;\n \n pcVar1 = wildcard;\n output_local = output;\n while( true ) {\n while( true ) {\n wildcard_local = pcVar1;\n if (*wildcard_local == '\0') {\n if (output_loca...
(translation_unit "int function_1(char *output,char *wildcard)\n\n{\n char *pcVar1;\n char *var_2;\n char *var_1;\n \n pcVar1 = wildcard;\n var_1 = output;\n while( true ) {\n while( true ) {\n var_2 = pcVar1;\n if (*var_2 == '\0') {\n if (var_1 != (char *)0x0) {\n *var_1 = '\0';\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_...
1960_putty_and_putty_strip.c
align_label_left
FUN_001c52b2
align_label_left
void align_label_left(GtkLabel *label) { GtkLabel *label_local; gtk_label_set_xalign(0,label); return; }
void FUN_001c52b2(undefined8 param_1) { gtk_label_set_xalign(0,param_1); return; }
(translation_unit "void FUN_001c52b2(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}\n\n" (function_definition "void FUN_001c52b2(undefined8 param_1)\n\n{\n gtk_label_set_xalign(0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_001c52b2(undefined8 param_1)" identifier (para...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] PXOR XMM0,XMM0 MOV RDI,RAX CALL 0x00114f70 NOP LEAVE RET
void function_1(type_1 *label) { type_1 *label_local; var_1(0,label); return; }
(translation_unit "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}\n\n" (function_definition "void align_label_left(GtkLabel *label)\n\n{\n GtkLabel *label_local;\n \n gtk_label_set_xalign(0,label);\n return;\n}" primitive_type (function_decl...
(translation_unit "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}\n\n" (function_definition "void function_1(type_1 *label)\n\n{\n type_1 *label_local;\n \n var_1(0,label);\n return;\n}" primitive_type (function_declarator "function_1(type_1 *label)" identifier (par...
(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...
1980_putty_and_putty_strip.c
translate_button
FUN_001c59bc
translate_button
Mouse_Button translate_button(Mouse_Button button) { Mouse_Button MVar1; Mouse_Button button_local; if (button == MBT_LEFT) { MVar1 = MBT_SELECT; } else if (button == MBT_MIDDLE) { MVar1 = MBT_PASTE; } else if (button == MBT_RIGHT) { MVar1 = MBT_EXTEND; } else { MVar1 = MBT_NOTHIN...
undefined8 FUN_001c59bc(int param_1) { undefined8 uVar1; if (param_1 == 1) { uVar1 = 4; } else if (param_1 == 2) { uVar1 = 6; } else if (param_1 == 3) { uVar1 = 5; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001c59bc(int param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1 == 1) {\n uVar1 = 4;\n }\n else if (param_1 == 2) {\n uVar1 = 6;\n }\n else if (param_1 == 3) {\n uVar1 = 5;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x1 JNZ 0x001c59d0 MOV EAX,0x4 JMP 0x001c59ef CMP dword ptr [RBP + -0x4],0x2 JNZ 0x001c59dd MOV EAX,0x6 JMP 0x001c59ef CMP dword ptr [RBP + -0x4],0x3 JNZ 0x001c59ea MOV EAX,0x5 JMP 0x001c59ef MOV EAX,0x0 POP RBP RET
type_1 function_1(type_1 var_1) { type_1 MVar1; type_1 button_local; if (var_1 == var_2) { MVar1 = MBT_SELECT; } else if (var_1 == var_3) { MVar1 = MBT_PASTE; } else if (var_1 == var_4) { MVar1 = MBT_EXTEND; } else { MVar1 = MBT_NOTHING; } return MVar1; }
(translation_unit "Mouse_Button translate_button(Mouse_Button button)\n\n{\n Mouse_Button MVar1;\n Mouse_Button button_local;\n \n if (button == MBT_LEFT) {\n MVar1 = MBT_SELECT;\n }\n else if (button == MBT_MIDDLE) {\n MVar1 = MBT_PASTE;\n }\n else if (button == MBT_RIGHT) {\n MVar1 = MBT_EXTEND;\n }...
(translation_unit "type_1 function_1(type_1 var_1)\n\n{\n type_1 MVar1;\n type_1 button_local;\n \n if (var_1 == var_2) {\n MVar1 = MBT_SELECT;\n }\n else if (var_1 == var_3) {\n MVar1 = MBT_PASTE;\n }\n else if (var_1 == var_4) {\n MVar1 = MBT_EXTEND;\n }\n else {\n MVar1 = MBT_NOTHING;\n }\n r...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declar...
2137_putty_and_putty_strip.c
sk_tcp_accept
FUN_001d141d
sk_tcp_accept
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Socket sk_tcp_accept(accept_ctx_t ctx,Plug plug) { Actual_Socket_conflict s; int *piVar1; char *pcVar2; Plug plug_local; accept_ctx_t ctx_local; int sockfd; Actual_Socket_conflict ret; ctx_local.i = ctx.i; s = (Actual_Socke...
undefined8 * FUN_001d141d(undefined4 param_1,undefined8 param_2) { undefined8 *puVar1; int *piVar2; char *pcVar3; puVar1 = (undefined8 *)FUN_0012e037(1,0xa0); *puVar1 = &PTR_FUN_002349c0; puVar1[1] = 0; puVar1[3] = param_2; FUN_0012db73(puVar1 + 4); *(undefined4 *)((long)puVar1 + 0x3c) = 1; *(u...
(translation_unit "undefined8 * FUN_001d141d(undefined4 param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n int *piVar2;\n char *pcVar3;\n \n puVar1 = (undefined8 *)FUN_0012e037(1,0xa0);\n *puVar1 = &PTR_FUN_002349c0;\n puVar1[1] = 0;\n puVar1[3] = param_2;\n FUN_0012db73(puVar1 + 4);\n *(undefined4 *)((...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV EAX,dword ptr [RBP + -0x18] MOV dword ptr [RBP + -0xc],EAX MOV ESI,0xa0 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] LEA RDX,[0x2349c0] MOV qword ptr [RAX],RDX MOV RAX,qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 ctx,type_3 plug) { type_4 s; int *piVar1; char *pcVar2; type_3 plug_local; type_2 ctx_local; int sockfd; type_4 ret; ctx_local.i = ctx.i; s = (type_4)var_1(1,0xa0); s->fn = &tcp_fn_table; s->err...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSocket sk_tcp_accept(accept_ctx_t ctx,Plug plug)\n\n{\n Actual_Socket_conflict s;\n int *piVar1;\n char *pcVar2;\n Plug plug_local;\n accept_ctx_t ctx_local;\n int sockfd;\n Actual_Socket_conflict ret;\n \n ctx_local...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 ctx,type_3 plug)\n\n{\n type_4 s;\n int *piVar1;\n char *pcVar2;\n type_3 plug_local;\n type_2 ctx_local;\n int sockfd;\n type_4 ret;\n \n ctx_local.i = ctx.i;\n s = (type_4)var_1(1,0xa0);\n...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compou...
2081_putty_and_putty_strip.c
platform_get_x11_auth
FUN_001cf1e7
platform_get_x11_auth
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void platform_get_x11_auth(X11Display *disp,Conf *conf) { bool bVar1; Conf *conf_local; X11Display *disp_local; int needs_free; char *xauthfile; bVar1 = false; xauthfile = getenv("XAUTHORITY"); if (xauthfile == (char *)0x0) {...
void FUN_001cf1e7(undefined8 param_1) { bool bVar1; char *local_10; bVar1 = false; local_10 = getenv("XAUTHORITY"); if (local_10 == (char *)0x0) { local_10 = getenv("HOME"); if (local_10 != (char *)0x0) { local_10 = (char *)FUN_0012cfff(local_10,"/.Xauthority",0); bVar1 = true; } ...
(translation_unit "void FUN_001cf1e7(undefined8 param_1)\n\n{\n bool bVar1;\n char *local_10;\n \n bVar1 = false;\n local_10 = getenv("XAUTHORITY");\n if (local_10 == (char *)0x0) {\n local_10 = getenv("HOME");\n if (local_10 != (char *)0x0) {\n local_10 = (char *)FUN_0012cfff(local_10,"/.Xauthority",0...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0xc],0x0 LEA RDI,[0x2163e8] CALL 0x00115390 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JNZ 0x001cf254 LEA RDI,[0x2163f3] CALL 0x00115390 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *disp,type_2 *conf) { bool bVar1; type_2 *conf_local; type_1 *disp_local; int needs_free; char *var_2; bVar1 = false; var_2 = var_1("XAUTHORITY"); if (var_2 == (char *)0x0) { var_2 = var_1("HOME"); ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid platform_get_x11_auth(X11Display *disp,Conf *conf)\n\n{\n bool bVar1;\n Conf *conf_local;\n X11Display *disp_local;\n int needs_free;\n char *xauthfile;\n \n bVar1 = false;\n xauthfile = getenv("XAUTHORITY");\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *disp,type_2 *conf)\n\n{\n bool bVar1;\n type_2 *conf_local;\n type_1 *disp_local;\n int needs_free;\n char *var_2;\n \n bVar1 = false;\n var_2 = var_1("XAUTHORITY");\n if (var_2 == (char *)0x0...
(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...
2054_putty_and_putty_strip.c
get_x_display
FUN_001cbcbe
get_x_display
char * get_x_display(void *frontend) { undefined8 uVar1; char *pcVar2; void *frontend_local; uVar1 = gdk_display_get_default(); pcVar2 = (char *)gdk_display_get_name(uVar1); return pcVar2; }
void FUN_001cbcbe(void) { undefined8 uVar1; uVar1 = gdk_display_get_default(); gdk_display_get_name(uVar1); return; }
(translation_unit "void FUN_001cbcbe(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = gdk_display_get_default();\n gdk_display_get_name(uVar1);\n return;\n}\n\n" (function_definition "void FUN_001cbcbe(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = gdk_display_get_default();\n gdk_display_get_name(uVar1);\n return;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CALL 0x00114df0 MOV RDI,RAX CALL 0x00115590 LEAVE RET
char * function_1(void *frontend) { type_1 uVar1; char *pcVar2; void *frontend_local; uVar1 = var_1(); pcVar2 = (char *)var_2(uVar1); return pcVar2; }
(translation_unit "char * get_x_display(void *frontend)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n void *frontend_local;\n \n uVar1 = gdk_display_get_default();\n pcVar2 = (char *)gdk_display_get_name(uVar1);\n return pcVar2;\n}\n\n" (function_definition "char * get_x_display(void *frontend)\n\n{\n undefined8 u...
(translation_unit "char * function_1(void *frontend)\n\n{\n type_1 uVar1;\n char *pcVar2;\n void *frontend_local;\n \n uVar1 = var_1();\n pcVar2 = (char *)var_2(uVar1);\n return pcVar2;\n}\n\n" (function_definition "char * function_1(void *frontend)\n\n{\n type_1 uVar1;\n char *pcVar2;\n void *frontend_local;...
(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...
1907_putty_and_putty_strip.c
pangofont_scale_fontname
FUN_001bf05f
pangofont_scale_fontname
char * pangofont_scale_fontname(GtkWidget *widget,char *name,wchar_t size) { long lVar1; char *pcVar2; char *s; wchar_t size_local; char *name_local; GtkWidget *widget_local; PangoFontDescription *desc; char *newname; char *retname; lVar1 = pango_font_description_from_string(name); if (lVar1 ...
undefined8 FUN_001bf05f(undefined8 param_1,undefined8 param_2,int param_3) { long lVar1; undefined8 uVar2; undefined8 uVar3; lVar1 = pango_font_description_from_string(param_2); if (lVar1 == 0) { uVar2 = 0; } else { pango_font_description_set_size(lVar1,param_3 << 10); uVar3 = pango_font_...
(translation_unit "undefined8 FUN_001bf05f(undefined8 param_1,undefined8 param_2,int param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n lVar1 = pango_font_description_from_string(param_2);\n if (lVar1 == 0) {\n uVar2 = 0;\n }\n else {\n pango_font_description_set_size(lVar1,param_3 <...
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 RAX,qword ptr [RBP + -0x30] MOV RDI,RAX CALL 0x00115ca0 MOV qword ptr [RBP + -0x18],RAX CMP qword ptr [RBP + -0x18],0x0 JNZ 0x001bf090 MOV EAX,0x0 JMP 0x001bf0e2 MOV EAX,dword ptr [RBP +...
char * function_1(type_1 *widget,char *name,type_2 var_4) { long var_2; char *pcVar2; char *s; type_2 size_local; char *name_local; type_1 *widget_local; type_3 *desc; char *newname; char *retname; var_2 = var_1(name); if (var_2 == 0) { pcVar2 = (char *)0x0; } else { var_3(var_2,v...
(translation_unit "char * pangofont_scale_fontname(GtkWidget *widget,char *name,wchar_t size)\n\n{\n long lVar1;\n char *pcVar2;\n char *s;\n wchar_t size_local;\n char *name_local;\n GtkWidget *widget_local;\n PangoFontDescription *desc;\n char *newname;\n char *retname;\n \n lVar1 = pango_font_description_...
(translation_unit "char * function_1(type_1 *widget,char *name,type_2 var_4)\n\n{\n long var_2;\n char *pcVar2;\n char *s;\n type_2 size_local;\n char *name_local;\n type_1 *widget_local;\n type_3 *desc;\n char *newname;\n char *retname;\n \n var_2 = var_1(name);\n if (var_2 == 0) {\n pcVar2 = (char *)0x...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
1930_putty_and_putty_strip.c
unifontsel_draw_preview_text_inner
FUN_001c0357
unifontsel_draw_preview_text_inner
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void unifontsel_draw_preview_text_inner(unifont_drawctx *dctx,unifontsel_internal *fs) { wchar_t wVar1; fontinfo *pfVar2; _func_char_ptr_GtkWidget_ptr_ch...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_001c0357(int *param_1,long param_2) { undefined4 uVar1; long *plVar2; code *pcVar3; undefined8 uVar4; long lVar5; long local_40; long local_38; local_38 = 0; plVar2 = *(long **)(param_2 + 0xc0); if (p...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_001c0357(int *param_1,long param_2)\n\n{\n undefined4 uVar1;\n long *plVar2;\n code *pcVar3;\n undefined8 uVar4;\n long lVar5;\n long local_40;\n long local_38;\n \n local_38 = 0;\n plVar2 = *(l...
PUSH RBP MOV RBP,RSP PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x30],0x0 MOV RAX,qword ptr [RBP + -0x50] MOV RAX,qword ptr [RAX + 0xc0] MOV qword ptr [RBP + -0x28],RAX CMP qword ptr [RBP + -0x28],0x0 JZ 0x001c0435 MOV RAX,qword ptr [RBP...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *dctx,type_2 *fs) { type_3 wVar1; type_4 *var_1; type_5 *p_Var3; type_6 *p_Var4; type_7 uVar5; type_8 *pGVar6; char *pcVar...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid unifontsel_draw_preview_text_inner(unifont_drawctx *dctx,unifontsel_internal *fs)\n\n{\n wchar_t wVar1;\n fontinfo *pfVar2;\n _func...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *dctx,type_2 *fs)\n\n{\n type_3 wVar1;\n type_4 *var_1;\n type_5 *p_Var3;\n type_6 *p_Var4;\n type_7 uVar5;\n ...
(translation_unit (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_declaration type: (type_identifier)...
1923_putty_and_putty_strip.c
fontinfo_realname_find
FUN_001bf968
fontinfo_realname_find
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t fontinfo_realname_find(void *av,void *bv) { wchar_t wVar1; void *bv_local; void *av_local; wchar_t i; fontinfo_realname_find *a; fontinfo *b; /* WARNING: Load size is inaccurate */ ...
int FUN_001bf968(undefined8 *param_1,undefined8 *param_2) { int iVar1; iVar1 = FUN_001bf880(*param_1,*param_2); if (iVar1 == 0) { if (((*(uint *)((long)param_2 + 0x2c) ^ *(uint *)(param_1 + 1)) & 7) == 0) { iVar1 = 0; } else if ((*(uint *)(param_1 + 1) & 7) < (*(uint *)((long)param_2 + 0x2c...
(translation_unit "int FUN_001bf968(undefined8 *param_1,undefined8 *param_2)\n\n{\n int iVar1;\n \n iVar1 = FUN_001bf880(*param_1,*param_2);\n if (iVar1 == 0) {\n if (((*(uint *)((long)param_2 + 0x2c) ^ *(uint *)(param_1 + 1)) & 7) == 0) {\n iVar1 = 0;\n }\n else if ((*(uint *)(param_1 + 1) & 7) < (*(...
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 + -0x28] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RAX] MOV RAX,qword ptr [RBP + -0x10] MOV RAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(void *av,void *bv) { type_1 var_2; void *bv_local; void *av_local; type_1 i; function_1 *a; type_2 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inac...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t fontinfo_realname_find(void *av,void *bv)\n\n{\n wchar_t wVar1;\n void *bv_local;\n void *av_local;\n wchar_t i;\n fontinfo_realname_find *a;\n fontinfo *b;\n \n /* WARNING: Load size is inac...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *av,void *bv)\n\n{\n type_1 var_2;\n void *bv_local;\n void *av_local;\n type_1 i;\n function_1 *a;\n type_2 *b;\n \n /* WARNING: Load size is inaccurate */\n ...
(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))) (parameter_declaration type: (primitive_type) declarator...
2065_putty_and_putty_strip.c
special_menuitem
FUN_001cc669
special_menuitem
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void special_menuitem(GtkMenuItem *item,gpointer data) { undefined4 uVar1; undefined8 uVar2; gpointer data_local; GtkMenuItem *item_local; wchar_t code; gui_data *inst; uVar2 = g_type_check_instance_cast(item,0x50); uVar1 = g...
void FUN_001cc669(undefined8 param_1,long param_2) { undefined4 uVar1; undefined8 uVar2; uVar2 = g_type_check_instance_cast(param_1,0x50); uVar1 = g_object_get_data(uVar2,"user-data"); if (*(long *)(param_2 + 0xd90) != 0) { (**(code **)(*(long *)(param_2 + 0xd90) + 0x30))(*(undefined8 *)(param_2 + 0x...
(translation_unit "void FUN_001cc669(undefined8 param_1,long param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar2 = g_type_check_instance_cast(param_1,0x50);\n uVar1 = g_object_get_data(uVar2,"user-data");\n if (*(long *)(param_2 + 0xd90) != 0) {\n (**(code **)(*(long *)(param_2 + 0xd90) + 0x30))(*...
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 ESI,0x50 MOV RDI,RAX CALL 0x00114570 LEA RSI,[0x215feb] MOV RDI,RAX CALL 0x00115f70 MOV dword ptr [RBP + -0xc],EAX MOV RAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *item,type_2 data) { type_3 uVar1; type_4 uVar2; type_2 data_local; type_1 *item_local; type_5 type_7; type_6 *inst; uVar2 = var_1(item,0x50); uVar1 = var_2(uVar2,"user-data"); if (*(long *)((long)dat...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid special_menuitem(GtkMenuItem *item,gpointer data)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n gpointer data_local;\n GtkMenuItem *item_local;\n wchar_t code;\n gui_data *inst;\n \n uVar2 = g_type_check_instanc...
(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 uVar1;\n type_4 uVar2;\n type_2 data_local;\n type_1 *item_local;\n type_5 type_7;\n type_6 *inst;\n \n uVar2 = var_1(item,0x50);\n uVar1 = var_2(uVar2,"user-da...
(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...
2037_putty_and_putty_strip.c
get_ctx
FUN_001ca599
get_ctx
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Context get_ctx(void *frontend) { long lVar1; draw_ctx *dctx_00; undefined8 uVar2; GtkWidget *pGVar3; cairo_t *pcVar4; void *frontend_local; gui_data *inst; draw_ctx *dctx; lVar1 = gtk_widget_get_window(*(undefined8 *)((lon...
long * FUN_001ca599(long param_1) { long lVar1; long *plVar2; undefined8 uVar3; lVar1 = gtk_widget_get_window(*(undefined8 *)(param_1 + 8)); if (lVar1 == 0) { plVar2 = (long *)0x0; } else { plVar2 = (long *)FUN_0012e037(1,0x60); *plVar2 = param_1; *(undefined4 *)(plVar2 + 1) = *(undef...
(translation_unit "long * FUN_001ca599(long param_1)\n\n{\n long lVar1;\n long *plVar2;\n undefined8 uVar3;\n \n lVar1 = gtk_widget_get_window(*(undefined8 *)(param_1 + 8));\n if (lVar1 == 0) {\n plVar2 = (long *)0x0;\n }\n else {\n plVar2 = (long *)FUN_0012e037(1,0x60);\n *plVar2 = param_1;\n *(und...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x8] MOV RDI,RAX CALL 0x001145f0 TEST RAX,RAX JNZ 0x001ca5cc MOV EAX,0x0 JMP 0x001ca659 MOV ESI,0x60 MOV EDI,0x1 CALL 0x0012e037 MOV ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(void *frontend) { long var_2; type_2 *dctx_00; type_3 uVar2; type_4 *pGVar3; type_5 *pcVar4; void *frontend_local; type_6 *inst; type_2 *dctx; var_2 = var_1(*(type_3 *)((long)frontend + 8)); if (var_2 ==...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nContext get_ctx(void *frontend)\n\n{\n long lVar1;\n draw_ctx *dctx_00;\n undefined8 uVar2;\n GtkWidget *pGVar3;\n cairo_t *pcVar4;\n void *frontend_local;\n gui_data *inst;\n draw_ctx *dctx;\n \n lVar1 = gtk_widget...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(void *frontend)\n\n{\n long var_2;\n type_2 *dctx_00;\n type_3 uVar2;\n type_4 *pGVar3;\n type_5 *pcVar4;\n void *frontend_local;\n type_6 *inst;\n type_2 *dctx;\n \n var_2 = var_1(*(type_3 *)((lon...
(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: (sized_ty...
2237_putty_and_putty_strip.c
serial_cfg_info
FUN_001d6f01
serial_cfg_info
int serial_cfg_info(void *handle) { void *handle_local; return 0; }
undefined8 FUN_001d6f01(void) { return 0; }
(translation_unit "undefined8 FUN_001d6f01(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001d6f01(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001d6f01(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 EAX,0x0 POP RBP RET
int function_1(void *handle) { void *handle_local; return 0; }
(translation_unit "int serial_cfg_info(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int serial_cfg_info(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "serial_cfg_info(void *handle)" identifier (parameter_list "(void *handle...
(translation_unit "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}\n\n" (function_definition "int function_1(void *handle)\n\n{\n void *handle_local;\n \n return 0;\n}" primitive_type (function_declarator "function_1(void *handle)" identifier (parameter_list "(void *handle)" ( (parameter...
(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...
2205_putty_and_putty_strip.c
platform_get_x_display
FUN_001d5da8
platform_get_x_display
/* WARNING: Unknown calling convention */ char * platform_get_x_display(void) { undefined8 uVar1; char *pcVar2; char *display; uVar1 = gdk_display_get_default(); display = (char *)gdk_display_get_name(uVar1); if (display == (char *)0x0) { display = getenv("DISPLAY"); } pcVar2 = dupstr(display)...
void FUN_001d5da8(void) { undefined8 uVar1; char *local_10; uVar1 = gdk_display_get_default(); local_10 = (char *)gdk_display_get_name(uVar1); if (local_10 == (char *)0x0) { local_10 = getenv("DISPLAY"); } FUN_0012cfa3(local_10); return; }
(translation_unit "void FUN_001d5da8(void)\n\n{\n undefined8 uVar1;\n char *local_10;\n \n uVar1 = gdk_display_get_default();\n local_10 = (char *)gdk_display_get_name(uVar1);\n if (local_10 == (char *)0x0) {\n local_10 = getenv("DISPLAY");\n }\n FUN_0012cfa3(local_10);\n return;\n}\n\n" (function_definitio...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 CALL 0x00114df0 MOV RDI,RAX CALL 0x00115590 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JNZ 0x001d5dd8 LEA RDI,[0x21702b] CALL 0x00115390 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0012cfa3 LEAVE RET
/* WARNING: Unknown calling convention */ char * function_1(void) { type_1 uVar1; char *pcVar2; char *var_3; uVar1 = var_1(); var_3 = (char *)var_2(uVar1); if (var_3 == (char *)0x0) { var_3 = var_4("DISPLAY"); } pcVar2 = var_5(var_3); return pcVar2; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * platform_get_x_display(void)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n char *display;\n \n uVar1 = gdk_display_get_default();\n display = (char *)gdk_display_get_name(uVar1);\n if (display == (char *)0x0) {\n display = getenv("DISPLAY");\...
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * function_1(void)\n\n{\n type_1 uVar1;\n char *pcVar2;\n char *var_3;\n \n uVar1 = var_1();\n var_3 = (char *)var_2(uVar1);\n if (var_3 == (char *)0x0) {\n var_3 = var_4("DISPLAY");\n }\n pcVar2 = var_5(var_3);\n return pcVar2;\n}\n\n" c...
(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...
2116_putty_and_putty_strip.c
make_dir_path
FUN_001d09a5
make_dir_path
char * make_dir_path(char *path,mode_t mode) { uint uVar1; int iVar2; size_t sVar3; char *__path; int *piVar4; char *pcVar5; mode_t mode_local; char *path_local; int pos; char *prefix; char *ret; pos = 0; do { sVar3 = strcspn(path + pos,"/"); uVar1 = pos + (int)sVar3; if (0 < ...
undefined8 FUN_001d09a5(long param_1,__mode_t param_2) { int iVar1; size_t sVar2; char *__path; int *piVar3; char *pcVar4; undefined8 uVar5; int local_1c; local_1c = 0; do { sVar2 = strcspn((char *)(param_1 + local_1c),"/"); local_1c = local_1c + (int)sVar2; if (0 < local_1c) { ...
(translation_unit "undefined8 FUN_001d09a5(long param_1,__mode_t param_2)\n\n{\n int iVar1;\n size_t sVar2;\n char *__path;\n int *piVar3;\n char *pcVar4;\n undefined8 uVar5;\n int local_1c;\n \n local_1c = 0;\n do {\n sVar2 = strcspn((char *)(param_1 + local_1c),"/");\n local_1c = local_1c + (int)sVar2...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV dword ptr [RBP + -0x14],0x0 MOV EAX,dword ptr [RBP + -0x14] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x28] ADD RAX,RDX LEA RSI,[0x216adf] MOV RDI,RAX CALL 0x00114120 MOV EDX,EAX MOV EAX,dword ptr [RBP + -0x14] ADD EAX,...
char * function_1(char *var_2,type_1 mode) { type_2 var_11; int var_6; size_t sVar3; char *__path; int *piVar4; char *pcVar5; type_1 mode_local; char *path_local; int var_3; char *prefix; char *ret; var_3 = 0; do { sVar3 = var_1(var_2 + var_3,"/"); var_11 = var_3 + (int)sVar3; ...
(translation_unit "char * make_dir_path(char *path,mode_t mode)\n\n{\n uint uVar1;\n int iVar2;\n size_t sVar3;\n char *__path;\n int *piVar4;\n char *pcVar5;\n mode_t mode_local;\n char *path_local;\n int pos;\n char *prefix;\n char *ret;\n \n pos = 0;\n do {\n sVar3 = strcspn(path + pos,"/");\n uV...
(translation_unit "char * function_1(char *var_2,type_1 mode)\n\n{\n type_2 var_11;\n int var_6;\n size_t sVar3;\n char *__path;\n int *piVar4;\n char *pcVar5;\n type_1 mode_local;\n char *path_local;\n int var_3;\n char *prefix;\n char *ret;\n \n var_3 = 0;\n do {\n sVar3 = var_1(var_2 + var_3,"/");\n...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_...
1990_putty_and_putty_strip.c
get_window_title
FUN_001c5c94
get_window_title
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * get_window_title(void *frontend,wchar_t icon) { char *pcVar1; wchar_t icon_local; void *frontend_local; gui_data *inst; if (icon == L'\0') { pcVar1 = *(char **)((long)frontend + 0xd70); } else { pcVar1 = *(char *...
undefined8 FUN_001c5c94(long param_1,int param_2) { undefined8 uVar1; if (param_2 == 0) { uVar1 = *(undefined8 *)(param_1 + 0xd70); } else { uVar1 = *(undefined8 *)(param_1 + 0xd78); } return uVar1; }
(translation_unit "undefined8 FUN_001c5c94(long param_1,int param_2)\n\n{\n undefined8 uVar1;\n \n if (param_2 == 0) {\n uVar1 = *(undefined8 *)(param_1 + 0xd70);\n }\n else {\n uVar1 = *(undefined8 *)(param_1 + 0xd78);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_001c5c94(long param_1,...
PUSH RBP MOV RBP,RSP 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 0x001c5cba MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0xd78] JMP 0x001c5cc5 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(void *frontend,type_1 var_1) { char *pcVar1; type_1 icon_local; void *frontend_local; type_2 *inst; if (var_1 == L'\0') { pcVar1 = *(char **)((long)frontend + 0xd70); } else { pcVar1 = *(char **)((long...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * get_window_title(void *frontend,wchar_t icon)\n\n{\n char *pcVar1;\n wchar_t icon_local;\n void *frontend_local;\n gui_data *inst;\n \n if (icon == L'\0') {\n pcVar1 = *(char **)((long)frontend + 0xd70);\n }\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(void *frontend,type_1 var_1)\n\n{\n char *pcVar1;\n type_1 icon_local;\n void *frontend_local;\n type_2 *inst;\n \n if (var_1 == L'\0') {\n pcVar1 = *(char **)((long)frontend + 0xd70);\n }\n else ...
(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...
1946_putty_and_putty_strip.c
unifontsel_get_name
FUN_001c32d1
unifontsel_get_name
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * unifontsel_get_name(unifontsel *fontsel) { undefined4 uVar1; code *pcVar2; undefined8 uVar3; char *pcVar4; undefined8 uVar5; void *ptr; unifontsel *fontsel_local; unifontsel_internal *fs; char *name; char *ret; i...
undefined8 FUN_001c32d1(long param_1) { undefined4 uVar1; code *pcVar2; undefined8 uVar3; undefined8 uVar4; long lVar5; if (*(long *)(param_1 + 0xc0) == 0) { uVar3 = 0; } else { if (*(int *)(*(long *)(param_1 + 0xc0) + 0x28) == 0) { pcVar2 = *(code **)(*(long *)(*(long *)(param_1 + 0x...
(translation_unit "undefined8 FUN_001c32d1(long param_1)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n \n if (*(long *)(param_1 + 0xc0) == 0) {\n uVar3 = 0;\n }\n else {\n if (*(int *)(*(long *)(param_1 + 0xc0) + 0x28) == 0) {\n pcVar2 = *(code **)(...
PUSH RBP MOV RBP,RSP PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x48],RDI MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x38],RAX MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX + 0xc0] TEST RAX,RAX JNZ 0x001c3304 MOV EAX,0x0 JMP 0x001c33f7 MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(type_1 *fontsel) { type_2 uVar1; type_3 *pcVar2; type_4 uVar3; char *pcVar4; type_4 uVar5; void *var_3; type_1 *fontsel_local; type_5 *fs; char *name; char *ret; if (fontsel[6].user_data == (void *)0x0...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * unifontsel_get_name(unifontsel *fontsel)\n\n{\n undefined4 uVar1;\n code *pcVar2;\n undefined8 uVar3;\n char *pcVar4;\n undefined8 uVar5;\n void *ptr;\n unifontsel *fontsel_local;\n unifontsel_internal *fs;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 *fontsel)\n\n{\n type_2 uVar1;\n type_3 *pcVar2;\n type_4 uVar3;\n char *pcVar4;\n type_4 uVar5;\n void *var_3;\n type_1 *fontsel_local;\n type_5 *fs;\n char *name;\n char *ret;\n \n if (f...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_state...
2135_putty_and_putty_strip.c
sk_tcp_plug
FUN_001d13d9
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_001d13d9(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_001d13d9(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_001d13d9(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 0x001d140c 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...
2215_putty_and_putty_strip.c
serial_compare_by_fd
FUN_001d60f1
serial_compare_by_fd
int serial_compare_by_fd(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; Serial a; Serial b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *(int *)((long)av + 8)) { iVar1 = 1; } else { iVar1 = 0; } return i...
undefined8 FUN_001d60f1(long param_1,long param_2) { undefined8 uVar1; if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001d60f1(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 8) < *(int *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(int *)(param_2 + 8) < *(int *)(param_1 + 8)) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX + 0x8] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword p...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 a; type_1 b; if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) { iVar1 = -1; } else if (*(int *)((long)bv + 8) < *(int *)((long)av + 8)) { iVar1 = 1; } else { iVar1 = 0; } return iVar1; }
(translation_unit "int serial_compare_by_fd(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n Serial a;\n Serial b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 8) < *(int *)((long)av + 8)) {\n iVar1 = 1;\n }\n els...
(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_1 b;\n \n if (*(int *)((long)av + 8) < *(int *)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(int *)((long)bv + 8) < *(int *)((long)av + 8)) {\n iVar1 = 1;\n }\n else {\n i...
(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_...
2313_putty_and_putty_strip.c
x11_send_init_error
FUN_001dc764
x11_send_init_error
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_send_init_error(X11Connection *xconn,char *err_message) { int iVar1; uint uVar2; char *__s; size_t sVar3; char *buf; char cVar4; char *err_message_local; X11Connection *xconn_local; int msglen; int msgsize; char *...
void FUN_001dc764(long param_1,undefined8 param_2) { int iVar1; uint uVar2; char *__s; size_t sVar3; undefined *puVar4; undefined uVar5; undefined uVar6; __s = (char *)FUN_0012d477("%s X11 proxy: %s\n",PTR_s_PuTTY_0022de40,param_2); sVar3 = strlen(__s); iVar1 = (int)sVar3; puVar4 = (undefined...
(translation_unit "void FUN_001dc764(long param_1,undefined8 param_2)\n\n{\n int iVar1;\n uint uVar2;\n char *__s;\n size_t sVar3;\n undefined *puVar4;\n undefined uVar5;\n undefined uVar6;\n \n __s = (char *)FUN_0012d477("%s X11 proxy: %s\n",PTR_s_PuTTY_0022de40,param_2);\n sVar3 = strlen(__s);\n iVar1 = (i...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [0x0022de40] MOV RDX,qword ptr [RBP + -0x30] MOV RSI,RAX LEA RDI,[0x21aa28] MOV EAX,0x0 CALL 0x0012d477 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x00114630 MOV dwor...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *xconn,char *err_message) { int var_4; type_2 var_7; char *__s; size_t sVar3; char *var_5; char cVar4; char *err_message_local; type_1 *xconn_local; int msglen; int msgsize; char *full_message; typ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_send_init_error(X11Connection *xconn,char *err_message)\n\n{\n int iVar1;\n uint uVar2;\n char *__s;\n size_t sVar3;\n char *buf;\n char cVar4;\n char *err_message_local;\n X11Connection *xconn_local;\n int ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *xconn,char *err_message)\n\n{\n int var_4;\n type_2 var_7;\n char *__s;\n size_t sVar3;\n char *var_5;\n char cVar4;\n char *err_message_local;\n type_1 *xconn_local;\n int msglen;\n int msgs...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
2073_putty_and_putty_strip.c
saved_session_menuitem
FUN_001cd336
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_001cd336(undefined8 param_1) { undefined8 uVar1; uVar1 = g_type_check_instance_cast(param_1,0x50); uVar1 = g_object_get_data(uVar1,"user-data"); FUN_001c3ab5(uVar1); return; }
(translation_unit "void FUN_001cd336(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_001c3ab5(uVar1);\n return;\n}\n\n" (function_definition "void FUN_001cd336(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 0x00114570 LEA RSI,[0x215feb] MOV RDI,RAX CALL 0x00115f70 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001c3ab5 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...
1936_putty_and_putty_strip.c
family_changed
FUN_001c1497
family_changed
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void family_changed(GtkTreeSelection *treeselection,gpointer data) { long lVar1; int iVar2; wchar_t size; long in_FS_OFFSET; gpointer data_local; GtkTreeSelection *treeselection_local; wchar_t minval; GtkTreeModel *treemodel; ...
void FUN_001c1497(undefined8 param_1,long param_2) { int iVar1; undefined4 uVar2; long in_FS_OFFSET; undefined4 local_54; undefined8 local_50; long local_48; long local_40; undefined local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_48 = param_2; if ((*(int *)(p...
(translation_unit "void FUN_001c1497(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n long in_FS_OFFSET;\n undefined4 local_54;\n undefined8 local_50;\n long local_48;\n long local_40;\n undefined local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword ptr [RBP + -0x40] MOV EAX,dword ptr [RAX + 0xd0] TEST EAX,EAX JNZ 0x001c1...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *treeselection,type_2 data) { long var_9; int var_3; type_3 size; long var_1; type_2 data_local; type_1 *treeselection_local; type_3 minval; type_4 *treemodel; type_5 *fs; type_6 *var_7; type_7 treei...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid family_changed(GtkTreeSelection *treeselection,gpointer data)\n\n{\n long lVar1;\n int iVar2;\n wchar_t size;\n long in_FS_OFFSET;\n gpointer data_local;\n GtkTreeSelection *treeselection_local;\n wchar_t minval;\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *treeselection,type_2 data)\n\n{\n long var_9;\n int var_3;\n type_3 size;\n long var_1;\n type_2 data_local;\n type_1 *treeselection_local;\n type_3 minval;\n type_4 *treemodel;\n type_5 *fs;\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
2228_putty_and_putty_strip.c
serial_special
FUN_001d6df4
serial_special
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void serial_special(void *handle,Telnet_Special code) { Telnet_Special code_local; void *handle_local; Serial serial; if ((-1 < *(int *)((long)handle + 8)) && (code == TS_BRK)) { tcsendbreak(*(int *)((long)handle + 8),0); ...
void FUN_001d6df4(undefined8 *param_1,int param_2) { if ((-1 < *(int *)(param_1 + 1)) && (param_2 == 1)) { tcsendbreak(*(int *)(param_1 + 1),0); FUN_001c593c(*param_1,"Sending serial break at user request"); } return; }
(translation_unit "void FUN_001d6df4(undefined8 *param_1,int param_2)\n\n{\n if ((-1 < *(int *)(param_1 + 1)) && (param_2 == 1)) {\n tcsendbreak(*(int *)(param_1 + 1),0);\n FUN_001c593c(*param_1,"Sending serial break at user request");\n }\n return;\n}\n\n" (function_definition "void FUN_001d6df4(undefined8 *p...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x8] TEST EAX,EAX JS 0x001d6e46 CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x001d6e46 MOV RAX,qword ptr [RBP +...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,type_1 var_1) { type_1 code_local; void *handle_local; type_2 serial; if ((-1 < *(int *)((long)handle + 8)) && (var_1 == var_2)) { var_3(*(int *)((long)handle + 8),0); /* WARNING: ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid serial_special(void *handle,Telnet_Special code)\n\n{\n Telnet_Special code_local;\n void *handle_local;\n Serial serial;\n \n if ((-1 < *(int *)((long)handle + 8)) && (code == TS_BRK)) {\n tcsendbreak(*(int *)((...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,type_1 var_1)\n\n{\n type_1 code_local;\n void *handle_local;\n type_2 serial;\n \n if ((-1 < *(int *)((long)handle + 8)) && (var_1 == var_2)) {\n var_3(*(int *)((long)handle + 8),0);\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
2101_putty_and_putty_strip.c
filename_deserialise
FUN_001d0243
filename_deserialise
Filename * filename_deserialise(void *vdata,int maxsize,int *used) { void *pvVar1; Filename *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; pvVar1 = memchr(vdata,0,(long)maxsize); if (pvVar1 == (void *)0x0) { pFVar2 = (Filename *)0x0; } else { *u...
undefined8 FUN_001d0243(void *param_1,int param_2,int *param_3) { void *pvVar1; undefined8 uVar2; pvVar1 = memchr(param_1,0,(long)param_2); if (pvVar1 == (void *)0x0) { uVar2 = 0; } else { *param_3 = ((int)pvVar1 + 1) - (int)param_1; uVar2 = FUN_001d0112(param_1); } return uVar2; }
(translation_unit "undefined8 FUN_001d0243(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 uVar2;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n uVar2 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 + 1) - (int)param_1;\n uVar2 = FUN_001d0112(param_...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV EAX,dword ptr [RBP + -0x1c] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x0 MOV RDI,RAX CALL 0x001151d0 MOV qwo...
type_1 * function_1(void *vdata,int maxsize,int *used) { void *var_2; type_1 *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; var_2 = var_1(vdata,0,(long)maxsize); if (var_2 == (void *)0x0) { pFVar2 = (type_1 *)0x0; } else { *used = ((int)var_2 + ...
(translation_unit "Filename * filename_deserialise(void *vdata,int maxsize,int *used)\n\n{\n void *pvVar1;\n Filename *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n pvVar1 = memchr(vdata,0,(long)maxsize);\n if (pvVar1 == (void *)0x0) {\n pFVar2 = (File...
(translation_unit "type_1 * function_1(void *vdata,int maxsize,int *used)\n\n{\n void *var_2;\n type_1 *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n var_2 = var_1(vdata,0,(long)maxsize);\n if (var_2 == (void *)0x0) {\n pFVar2 = (type_1 *)0x0;\n }\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
2177_putty_and_putty_strip.c
printer_start_job
FUN_001d4abf
printer_start_job
printer_job * printer_start_job(char *printer) { FILE *pFVar1; char *printer_local; printer_job *ret; ret = (printer_job *)safemalloc(1,8); pFVar1 = popen(printer,"w"); ret->fp = (FILE *)pFVar1; if (ret->fp == (FILE *)0x0) { safefree(ret); ret = (printer_job *)0x0; } return ret; }
long * FUN_001d4abf(char *param_1) { FILE *pFVar1; long *local_10; local_10 = (long *)FUN_0012e037(1,8); pFVar1 = popen(param_1,"w"); *local_10 = (long)pFVar1; if (*local_10 == 0) { FUN_0012e243(local_10); local_10 = (long *)0x0; } return local_10; }
(translation_unit "long * FUN_001d4abf(char *param_1)\n\n{\n FILE *pFVar1;\n long *local_10;\n \n local_10 = (long *)FUN_0012e037(1,8);\n pFVar1 = popen(param_1,"w");\n *local_10 = (long)pFVar1;\n if (*local_10 == 0) {\n FUN_0012e243(local_10);\n local_10 = (long *)0x0;\n }\n return local_10;\n}\n\n" (fu...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV ESI,0x8 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] LEA RSI,[0x216eb7] MOV RDI,RAX CALL 0x00114430 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] MOV RA...
type_1 * function_1(char *printer) { type_2 *pFVar1; char *printer_local; type_1 *ret; ret = (type_1 *)var_1(1,8); pFVar1 = var_2(printer,"w"); ret->fp = (type_2 *)pFVar1; if (ret->fp == (type_2 *)0x0) { var_3(ret); ret = (type_1 *)0x0; } return ret; }
(translation_unit "printer_job * printer_start_job(char *printer)\n\n{\n FILE *pFVar1;\n char *printer_local;\n printer_job *ret;\n \n ret = (printer_job *)safemalloc(1,8);\n pFVar1 = popen(printer,"w");\n ret->fp = (FILE *)pFVar1;\n if (ret->fp == (FILE *)0x0) {\n safefree(ret);\n ret = (printer_job *)0x...
(translation_unit "type_1 * function_1(char *printer)\n\n{\n type_2 *pFVar1;\n char *printer_local;\n type_1 *ret;\n \n ret = (type_1 *)var_1(1,8);\n pFVar1 = var_2(printer,"w");\n ret->fp = (type_2 *)pFVar1;\n if (ret->fp == (type_2 *)0x0) {\n var_3(ret);\n ret = (type_1 *)0x0;\n }\n return ret;\n}\n\n...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
2149_putty_and_putty_strip.c
sk_addr_error
FUN_001d366d
sk_addr_error
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * sk_addr_error(SockAddr addr) { SockAddr addr_local; return addr->error; }
undefined8 FUN_001d366d(long param_1) { return *(undefined8 *)(param_1 + 8); }
(translation_unit "undefined8 FUN_001d366d(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}\n\n" (function_definition "undefined8 FUN_001d366d(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_001d366d(long param_1)" identifier (parameter_list "(long p...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI 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 addr) { type_1 addr_local; return addr->error; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * sk_addr_error(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n return addr->error;\n}\n\n" comment (function_definition "char * sk_addr_error(SockAddr addr)\n\n{\n SockAddr addr_local;\n \n return addr->error;\n}"...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return addr->error;\n}\n\n" comment (function_definition "char * function_1(type_1 addr)\n\n{\n type_1 addr_local;\n \n return addr->error;\n}" primitive_typ...
(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...
2251_putty_and_putty_strip.c
keycmp
FUN_001d8872
keycmp
int keycmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; skeyval *a; skeyval *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ iVar1 = strcmp(*av,*bv); return iVar1; }
void FUN_001d8872(undefined8 *param_1,undefined8 *param_2) { strcmp((char *)*param_1,(char *)*param_2); return; }
(translation_unit "void FUN_001d8872(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" (function_definition "void FUN_001d8872(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_...
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 + -0x8] MOV RDX,qword ptr [RAX] MOV RAX,qword ptr [RBP + -0x10] MOV RAX,...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_1 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ iVar1 = var_1(*av,*bv); return iVar1; }
(translation_unit "int keycmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n skeyval *a;\n skeyval *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*av,*bv);\n return iVar1;\n}\n\n" (functi...
(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_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = var_1(*av,*bv);\n return iVar1;\n}\n\n" (funct...
(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_...
1899_putty_and_putty_strip.c
pangofont_char_width
FUN_001be2c4
pangofont_char_width
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t pangofont_char_width (PangoLayout *layout,pangofont *pfont,wchar_t uchr,char *utfchr,wchar_t utflen) { uint uVar1; long lVar2; uint uVar3; wchar_t *pwVar4; long in_FS_OFFSET; char *utfchr_local; wchar_t u...
undefined4 FUN_001be2c4(undefined8 param_1,long param_2,uint param_3,undefined8 param_4,undefined4 param_5) { uint uVar1; uint uVar2; undefined8 uVar3; long in_FS_OFFSET; undefined local_28 [8]; undefined4 local_20; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (*(uint *)(param_2 +...
(translation_unit "undefined4\nFUN_001be2c4(undefined8 param_1,long param_2,uint param_3,undefined8 param_4,undefined4 param_5)\n\n{\n uint uVar1;\n uint uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined local_28 [8];\n undefined4 local_20;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV dword ptr [RBP + -0x44],EDX MOV qword ptr [RBP + -0x50],RCX MOV dword ptr [RBP + -0x48],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x40] MOV EDX,dword ptr [RAX ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1 (type_2 *layout,type_3 *pfont,type_1 var_2,char *utfchr,type_1 utflen) { type_4 var_5; long var_8; type_4 var_4; type_1 *pwVar4; long var_1; char *utfchr_local; type_1 utflen_local; type_1 uch...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t pangofont_char_width\n (PangoLayout *layout,pangofont *pfont,wchar_t uchr,char *utfchr,wchar_t utflen)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n wchar_t *pwVar4;\n long in_FS_OFFSET;\n ch...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1\n (type_2 *layout,type_3 *pfont,type_1 var_2,char *utfchr,type_1 utflen)\n\n{\n type_4 var_5;\n long var_8;\n type_4 var_4;\n type_1 *pwVar4;\n long var_1;\n char *utfchr_local;\n typ...
(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...
2151_putty_and_putty_strip.c
sk_tcp_set_frozen
FUN_001d3699
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_001d3699(long param_1,int param_2) { if (param_2 != *(int *)(param_1 + 0x40)) { *(int *)(param_1 + 0x40) = param_2; FUN_001d390d(param_1); } return; }
(translation_unit "void FUN_001d3699(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_001d390d(param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_001d3699(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 0x001d36d4 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...
2301_putty_and_putty_strip.c
x11_free_display
FUN_001db89e
x11_free_display
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_free_display(X11Display *disp) { X11Display *disp_local; safefree(disp->hostname); safefree(disp->unixsocketpath); if (disp->localauthdata != (uchar *)0x0) { smemclr(disp->localauthdata,(long)disp->localauthdatalen); }...
void FUN_001db89e(long param_1) { FUN_0012e243(*(undefined8 *)(param_1 + 8)); FUN_0012e243(*(undefined8 *)(param_1 + 0x18)); if (*(long *)(param_1 + 0x40) != 0) { FUN_0012e30b(*(undefined8 *)(param_1 + 0x40),(long)*(int *)(param_1 + 0x48)); } FUN_0012e243(*(undefined8 *)(param_1 + 0x40)); FUN_001d1369...
(translation_unit "void FUN_001db89e(long param_1)\n\n{\n FUN_0012e243(*(undefined8 *)(param_1 + 8));\n FUN_0012e243(*(undefined8 *)(param_1 + 0x18));\n if (*(long *)(param_1 + 0x40) != 0) {\n FUN_0012e30b(*(undefined8 *)(param_1 + 0x40),(long)*(int *)(param_1 + 0x48));\n }\n FUN_0012e243(*(undefined8 *)(param_...
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 + 0x8] MOV RDI,RAX CALL 0x0012e243 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x18] MOV RDI,RAX CALL 0x0012e243 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x40] TEST RAX,RAX J...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *disp) { type_1 *disp_local; var_1(disp->hostname); var_1(disp->unixsocketpath); if (disp->localauthdata != (type_2 *)0x0) { var_2(disp->localauthdata,(long)disp->localauthdatalen); } var_1(disp->locala...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_free_display(X11Display *disp)\n\n{\n X11Display *disp_local;\n \n safefree(disp->hostname);\n safefree(disp->unixsocketpath);\n if (disp->localauthdata != (uchar *)0x0) {\n smemclr(disp->localauthdata,(long)...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *disp)\n\n{\n type_1 *disp_local;\n \n var_1(disp->hostname);\n var_1(disp->unixsocketpath);\n if (disp->localauthdata != (type_2 *)0x0) {\n var_2(disp->localauthdata,(long)disp->localauthdatale...
(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...