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
1552_putty_and_putty_strip.c
getstring_size
FUN_0019100e
getstring_size
int getstring_size(void *data,int datalen) { int iVar1; long in_FS_OFFSET; int datalen_local; void *data_local; int ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); iVar1 = getstring_inner(data,datalen,(char **)0x0,&ret); if (iVar1 == 0) { ret = -1; } if (local_10 == *(long ...
undefined4 FUN_0019100e(undefined8 param_1,undefined4 param_2) { int iVar1; long in_FS_OFFSET; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); iVar1 = FUN_00190ed4(param_1,param_2,0,&local_14); if (iVar1 == 0) { local_14 = 0xffffffff; } if (local_10 == *(long *)...
(translation_unit "undefined4 FUN_0019100e(undefined8 param_1,undefined4 param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n iVar1 = FUN_00190ed4(param_1,param_2,0,&local_14);\n if (iVar1 == 0) {\n local_14 = 0xffffffff;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX LEA RDX,[RBP + -0xc] MOV ESI,dword ptr [RBP + -0x1c] MOV RAX,qword ptr [RBP + -0x18] MOV RCX,RDX MOV EDX,0x0 MOV RDI,RAX CALL 0x00190ed4 TEST EAX,EAX J...
int function_1(void *data,int datalen) { int var_3; long var_1; int datalen_local; void *data_local; int ret; long var_4; var_4 = *(long *)(var_1 + 0x28); var_3 = var_2(data,datalen,(char **)0x0,&ret); if (var_3 == 0) { ret = -1; } if (var_4 == *(long *)(var_1 + 0x28)) { return ret; ...
(translation_unit "int getstring_size(void *data,int datalen)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n int datalen_local;\n void *data_local;\n int ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n iVar1 = getstring_inner(data,datalen,(char **)0x0,&ret);\n if (iVar1 == 0) {\n ret = -1...
(translation_unit "int function_1(void *data,int datalen)\n\n{\n int var_3;\n long var_1;\n int datalen_local;\n void *data_local;\n int ret;\n long var_4;\n \n var_4 = *(long *)(var_1 + 0x28);\n var_3 = var_2(data,datalen,(char **)0x0,&ret);\n if (var_3 == 0) {\n ret = -1;\n }\n if (var_4 == *(long *)(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: (identifi...
1859_putty_and_putty_strip.c
licence_clicked
FUN_001b9c8f
licence_clicked
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: button_local */ void licence_clicked(GtkButton *button,gpointer data) { int minwid; char *title_00; gpointer data_local; GtkButton *button_local; char *title; title_00 = dupcat(a...
void FUN_001b9c8f(undefined8 param_1,undefined8 param_2) { undefined4 uVar1; undefined8 uVar2; uVar2 = FUN_0012cfff(PTR_s_PuTTY_0022de40," Licence",0); if (DAT_002362b0 == 0) { /* WARNING: Subroutine does not return */ __assert_fail("aboutbox != NULL","unix/gtkdlg.c",0xe4f,"licence_...
(translation_unit "void FUN_001b9c8f(undefined8 param_1,undefined8 param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_0012cfff(PTR_s_PuTTY_0022de40," Licence",0);\n if (DAT_002362b0 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("aboutbox != NULL","uni...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [0x0022de40] MOV EDX,0x0 LEA RSI,[0x213bc7] MOV RDI,RAX MOV EAX,0x0 CALL 0x0012cfff MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [0x002362b0] TEST RAX,RAX JNZ 0x001b9cee LEA RCX,[0x214ae0] MOV EDX,0xe...
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: button_local */ void function_1(type_1 *button,type_2 data) { int minwid; char *title_00; type_2 data_local; type_1 *button_local; char *title; title_00 = var_1(appname," Licence...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: button_local */\n\nvoid licence_clicked(GtkButton *button,gpointer data)\n\n{\n int minwid;\n char *title_00;\n gpointer data_local;\n GtkButton *button_local;\n char *tit...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: button_local */\n\nvoid function_1(type_1 *button,type_2 data)\n\n{\n int minwid;\n char *title_00;\n type_2 data_local;\n type_1 *button_local;\n char *title;\n \n titl...
(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)...
1082_putty_and_putty_strip.c
aes_encrypt_nb_6
FUN_0015e353
aes_encrypt_nb_6
void aes_encrypt_nb_6(AESContext *ctx,word32 *block) { uint *puVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; byte bVar9; byte bVar10; byte bVar11; byte bVar12; byte bVar13; byte bVar14; byte bVar15; byte bVar16; byte bVar17; byte bVar18; ...
void FUN_0015e353(uint *param_1,uint *param_2) { uint *puVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; byte bVar9; byte bVar10; byte bVar11; byte bVar12; byte bVar13; byte bVar14; byte bVar15; byte bVar16; byte bVar17; byte bVar18; byte...
(translation_unit "void FUN_0015e353(uint *param_1,uint *param_2)\n\n{\n uint *puVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n byte bVar10;\n byte bVar11;\n byte bVar12;\n byte bVar13;\n byte bVar14;\n byte bVar15;\n byte bVar16;\...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI 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 + -0x28],RAX MOV dword ptr [RBP + -0x2c],0x0 JMP 0x0015ea1f MOV RAX,qword ptr [RBP + -0x28] LEA RDX,...
void function_1(type_1 *ctx,type_2 *block) { type_3 *puVar1; type_4 bVar2; type_4 bVar3; type_4 bVar4; type_4 bVar5; type_4 bVar6; type_4 bVar7; type_4 bVar8; type_4 bVar9; type_4 bVar10; type_4 bVar11; type_4 bVar12; type_4 bVar13; type_4 bVar14; type_4 bVar15; type_4 bVar16; type_4...
(translation_unit "void aes_encrypt_nb_6(AESContext *ctx,word32 *block)\n\n{\n uint *puVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n byte bVar10;\n byte bVar11;\n byte bVar12;\n byte bVar13;\n byte bVar14;\n byte bVar15;\n byte bV...
(translation_unit "void function_1(type_1 *ctx,type_2 *block)\n\n{\n type_3 *puVar1;\n type_4 bVar2;\n type_4 bVar3;\n type_4 bVar4;\n type_4 bVar5;\n type_4 bVar6;\n type_4 bVar7;\n type_4 bVar8;\n type_4 bVar9;\n type_4 bVar10;\n type_4 bVar11;\n type_4 bVar12;\n type_4 bVar13;\n type_4 bVar14;\n type_...
(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...
1007_putty_and_putty_strip.c
ssh_is_simple
FUN_00151e10
ssh_is_simple
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int ssh_is_simple(Ssh_conflict ssh) { int iVar1; Ssh_conflict ssh_local; iVar1 = conf_get_int(ssh->conf,0xa9); if (((iVar1 == 0) || (ssh->bare_connection != 0)) || (ssh->connshare != (void *)0x0)) { iVar1 = 0; } else { iV...
undefined8 FUN_00151e10(long param_1) { int iVar1; undefined8 uVar2; iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x380),0xa9); if (((iVar1 == 0) || (*(int *)(param_1 + 0x158) != 0)) || (*(long *)(param_1 + 0x160) != 0)) { uVar2 = 0; } else { uVar2 = 1; } return uVar2; }
(translation_unit "undefined8 FUN_00151e10(long param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n iVar1 = FUN_0011a4c1(*(undefined8 *)(param_1 + 0x380),0xa9);\n if (((iVar1 == 0) || (*(int *)(param_1 + 0x158) != 0)) || (*(long *)(param_1 + 0x160) != 0)) {\n uVar2 = 0;\n }\n else {\n uVar2 = 1;\n }\n re...
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 + 0x380] MOV ESI,0xa9 MOV RDI,RAX CALL 0x0011a4c1 TEST EAX,EAX JZ 0x00151e5d MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x158] TEST EAX,EAX JNZ 0x00151e5d MOV RAX,qword ptr [RBP + -0x8] MO...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 ssh) { int var_2; type_1 ssh_local; var_2 = var_1(ssh->conf,0xa9); if (((var_2 == 0) || (ssh->bare_connection != 0)) || (ssh->connshare != (void *)0x0)) { var_2 = 0; } else { var_2 = 1; } return ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_is_simple(Ssh_conflict ssh)\n\n{\n int iVar1;\n Ssh_conflict ssh_local;\n \n iVar1 = conf_get_int(ssh->conf,0xa9);\n if (((iVar1 == 0) || (ssh->bare_connection != 0)) || (ssh->connshare != (void *)0x0)) {\n iV...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 ssh)\n\n{\n int var_2;\n type_1 ssh_local;\n \n var_2 = var_1(ssh->conf,0xa9);\n if (((var_2 == 0) || (ssh->bare_connection != 0)) || (ssh->connshare != (void *)0x0)) {\n var_2 = 0;\n }\n else ...
(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))...
1511_putty_and_putty_strip.c
sha1_generate
FUN_0018eda0
sha1_generate
void sha1_generate(void *handle,uchar *blk,int len,ulong seq) { ulong seq_local; int len_local; uchar *blk_local; void *handle_local; sha1_do_hmac(handle,blk,len,seq,blk + len); return; }
void FUN_0018eda0(undefined8 param_1,long param_2,int param_3,undefined8 param_4) { FUN_0018ecea(param_1,param_2,param_3,param_4,param_3 + param_2); return; }
(translation_unit "void FUN_0018eda0(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n FUN_0018ecea(param_1,param_2,param_3,param_4,param_3 + param_2);\n return;\n}\n\n" (function_definition "void FUN_0018eda0(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n FUN_0018ecea(pa...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV qword ptr [RBP + -0x20],RCX MOV EAX,dword ptr [RBP + -0x14] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x10] LEA RDI,[RDX + RAX*0x1] MOV RCX,qword ptr [RBP + -0x20] MOV EDX,dword ptr [RBP +...
void function_1(void *handle,type_1 *var_2,int var_3,type_2 seq) { type_2 seq_local; int len_local; type_1 *blk_local; void *handle_local; var_1(handle,var_2,var_3,seq,var_2 + var_3); return; }
(translation_unit "void sha1_generate(void *handle,uchar *blk,int len,ulong seq)\n\n{\n ulong seq_local;\n int len_local;\n uchar *blk_local;\n void *handle_local;\n \n sha1_do_hmac(handle,blk,len,seq,blk + len);\n return;\n}\n\n" (function_definition "void sha1_generate(void *handle,uchar *blk,int len,ulong seq...
(translation_unit "void function_1(void *handle,type_1 *var_2,int var_3,type_2 seq)\n\n{\n type_2 seq_local;\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n \n var_1(handle,var_2,var_3,seq,var_2 + var_3);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *var_2,int var_3,t...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1501_putty_and_putty_strip.c
sha1_final
FUN_0018e86a
sha1_final
void sha1_final(void *handle,uchar *output) { uchar *output_local; void *handle_local; SHA_State *s; SHA_Final((SHA_State *)handle,output); sha1_free(handle); return; }
void FUN_0018e86a(undefined8 param_1,undefined8 param_2) { FUN_0018e4df(param_1,param_2); FUN_0018e802(param_1); return; }
(translation_unit "void FUN_0018e86a(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0018e4df(param_1,param_2);\n FUN_0018e802(param_1);\n return;\n}\n\n" (function_definition "void FUN_0018e86a(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0018e4df(param_1,param_2);\n FUN_0018e802(param_1);\n return;\n}" p...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x0018e4df MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0018e8...
void function_1(void *handle,type_1 *output) { type_1 *output_local; void *handle_local; type_2 *s; var_1((type_2 *)handle,output); var_2(handle); return; }
(translation_unit "void sha1_final(void *handle,uchar *output)\n\n{\n uchar *output_local;\n void *handle_local;\n SHA_State *s;\n \n SHA_Final((SHA_State *)handle,output);\n sha1_free(handle);\n return;\n}\n\n" (function_definition "void sha1_final(void *handle,uchar *output)\n\n{\n uchar *output_local;\n voi...
(translation_unit "void function_1(void *handle,type_1 *output)\n\n{\n type_1 *output_local;\n void *handle_local;\n type_2 *s;\n \n var_1((type_2 *)handle,output);\n var_2(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *output)\n\n{\n type_1 *output_local;\n void *handle_...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1072_putty_and_putty_strip.c
ssh_send_port_open
FUN_0015d729
ssh_send_port_open
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh_send_port_open(void *channel,char *hostname,int port,char *org) { Ssh_conflict ssh_00; Packet *pkt; char *data; char *org_local; int port_local; char *hostname_local; void *channel_local; ssh_channel *c; Ssh_conflict ...
void FUN_0015d729(long *param_1,undefined8 param_2,int param_3,undefined8 param_4) { long lVar1; undefined8 uVar2; undefined8 uVar3; lVar1 = *param_1; FUN_0013c7b6(lVar1,"Opening connection to %s:%d for %s",param_2,param_3,param_4); if (*(int *)(lVar1 + 0x250) == 1) { FUN_00140386(lVar1,0x1d,1,*(un...
(translation_unit "void FUN_0015d729(long *param_1,undefined8 param_2,int param_3,undefined8 param_4)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n lVar1 = *param_1;\n FUN_0013c7b6(lVar1,"Opening connection to %s:%d for %s",param_2,param_3,param_4);\n if (*(int *)(lVar1 + 0x250) == 1) {\n FU...
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 qword ptr [RBP + -0x40],RCX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX MOV RS...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *channel,char *hostname,int port,char *org) { type_1 ssh_00; type_2 *pkt; char *data; char *org_local; int port_local; char *hostname_local; void *channel_local; type_3 *c; type_1 ssh; type_2 *pktout; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_send_port_open(void *channel,char *hostname,int port,char *org)\n\n{\n Ssh_conflict ssh_00;\n Packet *pkt;\n char *data;\n char *org_local;\n int port_local;\n char *hostname_local;\n void *channel_local;\n s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *channel,char *hostname,int port,char *org)\n\n{\n type_1 ssh_00;\n type_2 *pkt;\n char *data;\n char *org_local;\n int port_local;\n char *hostname_local;\n void *channel_local;\n type_3 *c;\n t...
(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:...
1193_putty_and_putty_strip.c
bigval_mul_mod_p
FUN_0016d3b7
bigval_mul_mod_p
void bigval_mul_mod_p(bigval *r,bigval *a,bigval *b) { ulong uVar1; ulong uVar2; ulong uVar3; ulong uVar4; ulong uVar5; ulong uVar6; ulong uVar7; undefined auVar8 [16]; undefined auVar9 [16]; undefined auVar10 [16]; undefined auVar11 [16]; undefined auVar12 [16]; undefined auVar13 [16]; un...
void FUN_0016d3b7(long *param_1,ulong *param_2,ulong *param_3) { ulong uVar1; ulong uVar2; ulong uVar3; ulong uVar4; ulong uVar5; ulong uVar6; ulong uVar7; undefined auVar8 [16]; undefined auVar9 [16]; undefined auVar10 [16]; undefined auVar11 [16]; undefined auVar12 [16]; undefined auVar13 ...
(translation_unit "void FUN_0016d3b7(long *param_1,ulong *param_2,ulong *param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong uVar3;\n ulong uVar4;\n ulong uVar5;\n ulong uVar6;\n ulong uVar7;\n undefined auVar8 [16];\n undefined auVar9 [16];\n undefined auVar10 [16];\n undefined auVar11 [16];\n undefined au...
PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 SUB RSP,0x338 MOV qword ptr [RBP + -0x258],RDI MOV qword ptr [RBP + -0x260],RSI MOV qword ptr [RBP + -0x268],RDX MOV RAX,qword ptr [RBP + -0x260] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x250],RAX MOV RAX,qword ptr [RBP + -0x260] MOV RAX,qword ptr [RAX + 0x...
void function_1(type_1 *r,type_1 *a,type_1 *b) { type_2 var_22; type_2 var_37; type_2 var_17; type_2 var_16; type_2 var_29; type_2 var_30; type_2 var_32; type_3 var_2 [16]; type_3 var_4 [16]; type_3 var_7 [16]; type_3 var_10 [16]; type_3 var_13 [16]; type_3 var_20 [16]; type_3 var_23 [16];...
(translation_unit "void bigval_mul_mod_p(bigval *r,bigval *a,bigval *b)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong uVar3;\n ulong uVar4;\n ulong uVar5;\n ulong uVar6;\n ulong uVar7;\n undefined auVar8 [16];\n undefined auVar9 [16];\n undefined auVar10 [16];\n undefined auVar11 [16];\n undefined auVar12 [16]...
(translation_unit "void function_1(type_1 *r,type_1 *a,type_1 *b)\n\n{\n type_2 var_22;\n type_2 var_37;\n type_2 var_17;\n type_2 var_16;\n type_2 var_29;\n type_2 var_30;\n type_2 var_32;\n type_3 var_2 [16];\n type_3 var_4 [16];\n type_3 var_7 [16];\n type_3 var_10 [16];\n type_3 var_13 [16];\n type_3 v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1654_putty_and_putty_strip.c
term_reset_cblink
FUN_0019bf40
term_reset_cblink
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_reset_cblink(Terminal *term) { Terminal *term_local; seen_disp_event(term); term->cblinker = L'\x01'; term->cblink_pending = L'\0'; term_schedule_cblink(term); return; }
void FUN_0019bf40(long param_1) { FUN_0019be0f(param_1); *(undefined4 *)(param_1 + 0x10c) = 1; *(undefined4 *)(param_1 + 0x113c) = 0; FUN_0019beb5(param_1); return; }
(translation_unit "void FUN_0019bf40(long param_1)\n\n{\n FUN_0019be0f(param_1);\n *(undefined4 *)(param_1 + 0x10c) = 1;\n *(undefined4 *)(param_1 + 0x113c) = 0;\n FUN_0019beb5(param_1);\n return;\n}\n\n" (function_definition "void FUN_0019bf40(long param_1)\n\n{\n FUN_0019be0f(param_1);\n *(undefined4 *)(param_...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0019be0f MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x10c],0x1 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x113c],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0019beb5 NOP LEAVE ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_1 *term_local; var_1(term); term->cblinker = L'\x01'; term->cblink_pending = L'\0'; var_2(term); return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_reset_cblink(Terminal *term)\n\n{\n Terminal *term_local;\n \n seen_disp_event(term);\n term->cblinker = L'\x01';\n term->cblink_pending = L'\0';\n term_schedule_cblink(term);\n return;\n}\n\n" comment (funct...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n var_1(term);\n term->cblinker = L'\x01';\n term->cblink_pending = L'\0';\n var_2(term);\n return;\n}\n\n" comment (function_definition "void function_1(type...
(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...
1607_putty_and_putty_strip.c
telnet_sent
FUN_00198dc9
telnet_sent
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void telnet_sent(Plug plug,int bufsize) { int bufsize_local; Plug plug_local; Telnet telnet; *(int *)((long)plug + 100) = bufsize; return; }
void FUN_00198dc9(long param_1,undefined4 param_2) { *(undefined4 *)(param_1 + 100) = param_2; return; }
(translation_unit "void FUN_00198dc9(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 100) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00198dc9(long param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 100) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_00...
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 MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [RBP + -0x1c] MOV dword ptr [RAX + 0x64],EDX NOP POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 plug,int bufsize) { int bufsize_local; type_1 plug_local; type_2 telnet; *(int *)((long)plug + 100) = bufsize; return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid telnet_sent(Plug plug,int bufsize)\n\n{\n int bufsize_local;\n Plug plug_local;\n Telnet telnet;\n \n *(int *)((long)plug + 100) = bufsize;\n return;\n}\n\n" comment (function_definition "void telnet_sent(Plug plug...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 plug,int bufsize)\n\n{\n int bufsize_local;\n type_1 plug_local;\n type_2 telnet;\n \n *(int *)((long)plug + 100) = bufsize;\n return;\n}\n\n" comment (function_definition "void function_1(type_1 ...
(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...
1618_putty_and_putty_strip.c
telnet_unthrottle
FUN_00199bf3
telnet_unthrottle
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void telnet_unthrottle(void *handle,int backlog) { int backlog_local; void *handle_local; Telnet telnet; (**(code **)(**(long **)((long)handle + 8) + 0x30)) (*(undefined8 *)((long)handle + 8),0x1000 < backlog); return; ...
void FUN_00199bf3(long param_1,int param_2) { (**(code **)(**(long **)(param_1 + 8) + 0x30))(*(undefined8 *)(param_1 + 8),0x1000 < param_2); return; }
(translation_unit "void FUN_00199bf3(long param_1,int param_2)\n\n{\n (**(code **)(**(long **)(param_1 + 8) + 0x30))(*(undefined8 *)(param_1 + 8),0x1000 < param_2);\n return;\n}\n\n" (function_definition "void FUN_00199bf3(long param_1,int param_2)\n\n{\n (**(code **)(**(long **)(param_1 + 8) + 0x30))(*(undefined8 *...
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 RAX,qword ptr [RAX + 0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x30] CMP dword ptr [RBP + -0x1c],0x1000 SETG DL ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,int var_1) { int backlog_local; void *handle_local; type_1 telnet; (**(type_2 **)(**(long **)((long)handle + 8) + 0x30)) (*(type_3 *)((long)handle + 8),0x1000 < var_1); return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid telnet_unthrottle(void *handle,int backlog)\n\n{\n int backlog_local;\n void *handle_local;\n Telnet telnet;\n \n (**(code **)(**(long **)((long)handle + 8) + 0x30))\n (*(undefined8 *)((long)handle + 8),0...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,int var_1)\n\n{\n int backlog_local;\n void *handle_local;\n type_1 telnet;\n \n (**(type_2 **)(**(long **)((long)handle + 8) + 0x30))\n (*(type_3 *)((long)handle + 8),0x1000 < var...
(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:...
1580_putty_and_putty_strip.c
zlib_match
FUN_00195517
zlib_match
void zlib_match(LZ77Context *ectx,int distance,int len) { Outbuf *out_00; int iVar1; int iVar2; int iVar3; coderecord *pcVar4; int len_local; int distance_local; LZ77Context *ectx_local; int i; int j; int thislen; int k; Outbuf *out; coderecord *l; coderecord *d; out_00 = (Outbuf *)...
void FUN_00195517(long param_1,int param_2,int param_3) { long lVar1; int iVar2; int iVar3; int iVar4; long lVar5; short *psVar6; int local_48; int local_30; int local_2c; lVar1 = *(long *)(param_1 + 8); local_48 = param_3; if (*(int *)(lVar1 + 0x20) != 0) { /* WARNING: ...
(translation_unit "void FUN_00195517(long param_1,int param_2,int param_3)\n\n{\n long lVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n short *psVar6;\n int local_48;\n int local_30;\n int local_2c;\n \n lVar1 = *(long *)(param_1 + 8);\n local_48 = param_3;\n if (*(int *)(lVar1 + 0x20) != 0) {...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV dword ptr [RBP + -0x40],EDX MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x20] TEST EAX,EAX JZ 0x00195836 LEA RC...
void function_1(type_1 *ectx,int var_9,int len) { type_2 *out_00; int var_3; int var_7; int iVar3; type_3 *pcVar4; int var_2; int distance_local; type_1 *ectx_local; int var_5; int var_4; int thislen; int k; type_2 *out; type_3 *l; type_3 *d; out_00 = (type_2 *)ectx->userdata; var...
(translation_unit "void zlib_match(LZ77Context *ectx,int distance,int len)\n\n{\n Outbuf *out_00;\n int iVar1;\n int iVar2;\n int iVar3;\n coderecord *pcVar4;\n int len_local;\n int distance_local;\n LZ77Context *ectx_local;\n int i;\n int j;\n int thislen;\n int k;\n Outbuf *out;\n coderecord *l;\n code...
(translation_unit "void function_1(type_1 *ectx,int var_9,int len)\n\n{\n type_2 *out_00;\n int var_3;\n int var_7;\n int iVar3;\n type_3 *pcVar4;\n int var_2;\n int distance_local;\n type_1 *ectx_local;\n int var_5;\n int var_4;\n int thislen;\n int k;\n type_2 *out;\n type_3 *l;\n type_3 *d;\n \n out...
(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...
1874_putty_and_putty_strip.c
x11_char_struct
FUN_001bb722
x11_char_struct
XCharStruct * x11_char_struct(XFontStruct *xfs,uchar byte1,uchar byte2) { XCharStruct *pXVar1; uchar byte2_local; uchar byte1_local; XFontStruct *xfs_local; wchar_t index; if (((uint)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (uint)byte2)) { pXVar1 = (XCharStruct *)0x0; } else...
long FUN_001bb722(long param_1,byte param_2,byte param_3) { int local_c; if (((uint)param_3 < *(uint *)(param_1 + 0x14)) || (*(uint *)(param_1 + 0x18) < (uint)param_3)) { param_1 = 0; } else { if ((*(int *)(param_1 + 0x1c) == 0) && (*(int *)(param_1 + 0x20) == 0)) { local_c = (uint)param_3 - ...
(translation_unit "long FUN_001bb722(long param_1,byte param_2,byte param_3)\n\n{\n int local_c;\n \n if (((uint)param_3 < *(uint *)(param_1 + 0x14)) || (*(uint *)(param_1 + 0x18) < (uint)param_3)) {\n param_1 = 0;\n }\n else {\n if ((*(int *)(param_1 + 0x1c) == 0) && (*(int *)(param_1 + 0x20) == 0)) {\n ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV EAX,ESI MOV byte ptr [RBP + -0x1c],AL MOV EAX,EDX MOV byte ptr [RBP + -0x20],AL MOVZX EDX,byte ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x14] CMP EDX,EAX JC 0x001bb752 MOVZX EDX,byte ptr [RBP + -0x20] MOV RAX,qword ptr [RBP + -0x...
type_1 * function_1(type_2 *xfs,type_3 byte1,type_3 byte2) { type_1 *pXVar1; type_3 byte2_local; type_3 byte1_local; type_2 *xfs_local; type_4 var_1; if (((type_5)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (type_5)byte2)) { pXVar1 = (type_1 *)0x0; } else { if ((xfs->min_by...
(translation_unit "XCharStruct * x11_char_struct(XFontStruct *xfs,uchar byte1,uchar byte2)\n\n{\n XCharStruct *pXVar1;\n uchar byte2_local;\n uchar byte1_local;\n XFontStruct *xfs_local;\n wchar_t index;\n \n if (((uint)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (uint)byte2)) {\n pXVar1 = (X...
(translation_unit "type_1 * function_1(type_2 *xfs,type_3 byte1,type_3 byte2)\n\n{\n type_1 *pXVar1;\n type_3 byte2_local;\n type_3 byte1_local;\n type_2 *xfs_local;\n type_4 var_1;\n \n if (((type_5)byte2 < xfs->min_char_or_byte2) || (xfs->max_char_or_byte2 < (type_5)byte2)) {\n pXVar1 = (type_1 *)0x0;\n }\...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ...
1412_putty_and_putty_strip.c
random_add_noise
FUN_001844e8
random_add_noise
void random_add_noise(void *noise,int length) { bool bVar1; long lVar2; long lVar3; int length_local; void *noise_local; int i; int need_stir; uchar *p; length_local = length; p = (uchar *)noise; if (random_active != 0) { while (0x40 - pool.incomingpos <= length_local) { bVar1 = fal...
void FUN_001844e8(void *param_1,int param_2) { bool bVar1; long lVar2; long lVar3; int local_24; int local_18; void *local_10; local_24 = param_2; local_10 = param_1; if (DAT_00235d40 != 0) { while (0x40 - DAT_00236268 <= local_24) { bVar1 = false; memcpy(&DAT_00236228 + DAT_00236...
(translation_unit "void FUN_001844e8(void *param_1,int param_2)\n\n{\n bool bVar1;\n long lVar2;\n long lVar3;\n int local_24;\n int local_18;\n void *local_10;\n \n local_24 = param_2;\n local_10 = param_1;\n if (DAT_00235d40 != 0) {\n while (0x40 - DAT_00236268 <= local_24) {\n bVar1 = false;\n ...
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 EAX,dword ptr [0x00235d40] TEST EAX,EAX JZ 0x0018465c JMP 0x0018460a MOV dword ptr [RBP + -0xc],0x0 MOV EAX,dword ptr [0x00236268] MOV EDX,0x40 SUB EDX,EAX...
void function_1(void *noise,int length) { bool bVar1; long lVar2; long lVar3; int var_2; void *noise_local; int var_6; int need_stir; type_1 *var_4; var_2 = length; var_4 = (type_1 *)noise; if (var_1 != 0) { while (0x40 - pool.incomingpos <= var_2) { bVar1 = false; var_3(pool....
(translation_unit "void random_add_noise(void *noise,int length)\n\n{\n bool bVar1;\n long lVar2;\n long lVar3;\n int length_local;\n void *noise_local;\n int i;\n int need_stir;\n uchar *p;\n \n length_local = length;\n p = (uchar *)noise;\n if (random_active != 0) {\n while (0x40 - pool.incomingpos <= ...
(translation_unit "void function_1(void *noise,int length)\n\n{\n bool bVar1;\n long lVar2;\n long lVar3;\n int var_2;\n void *noise_local;\n int var_6;\n int need_stir;\n type_1 *var_4;\n \n var_2 = length;\n var_4 = (type_1 *)noise;\n if (var_1 != 0) {\n while (0x40 - pool.incomingpos <= var_2) {\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...
1879_putty_and_putty_strip.c
x11font_has_glyph
FUN_001bc066
x11font_has_glyph
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ wchar_t x11font_has_glyph(unifont *font,wchar_t glyph) { long lVar1; wchar_t wVar2; long in_FS_OFFSET; wchar_t glyph_local; unifont *font_local; wchar_t sblen; x11font *xfont; char sbstring [2]; lVar1 = *(long *)(in_FS_OFFS...
undefined8 FUN_001bc066(long param_1,uint param_2) { undefined8 uVar1; long in_FS_OFFSET; uint local_34; long local_30; int local_24; long local_20; char local_12 [2]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_34 = param_2; local_30 = param_1; local_20 = param_1; if ...
(translation_unit "undefined8 FUN_001bc066(long param_1,uint param_2)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n uint local_34;\n long local_30;\n int local_24;\n long local_20;\n char local_12 [2];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_34 = param_2;\n local_30 = para...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x168] TEST EAX,EAX JZ 0x001bc...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *font,type_1 glyph) { long var_5; type_1 wVar2; long var_1; type_1 glyph_local; type_2 *font_local; type_1 var_3; type_3 *xfont; char sbstring [2]; var_5 = *(long *)(var_1 + 0x28); glyph_local = g...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nwchar_t x11font_has_glyph(unifont *font,wchar_t glyph)\n\n{\n long lVar1;\n wchar_t wVar2;\n long in_FS_OFFSET;\n wchar_t glyph_local;\n unifont *font_local;\n wchar_t sblen;\n x11font *xfont;\n char sbstring [2];\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *font,type_1 glyph)\n\n{\n long var_5;\n type_1 wVar2;\n long var_1;\n type_1 glyph_local;\n type_2 *font_local;\n type_1 var_3;\n type_3 *xfont;\n char sbstring [2];\n \n var_5 = *(long *)(...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarat...
937_putty_and_putty_strip.c
ssh_detect_bugs
FUN_00142475
ssh_detect_bugs
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh_detect_bugs(Ssh_conflict ssh,char *vstring) { int iVar1; size_t sVar2; char *vstring_local; Ssh_conflict ssh_local; char *imp; sVar2 = strcspn(vstring,"-"); imp = vstring + sVar2; if (*imp != '\0') { imp = imp + ...
void FUN_00142475(long param_1,char *param_2) { int iVar1; size_t sVar2; char *local_10; sVar2 = strcspn(param_2,"-"); local_10 = param_2 + sVar2; if (*local_10 != '\0') { local_10 = local_10 + 1; } sVar2 = strcspn(local_10,"-"); local_10 = local_10 + sVar2; if (*local_10 != '\0') { loc...
(translation_unit "void FUN_00142475(long param_1,char *param_2)\n\n{\n int iVar1;\n size_t sVar2;\n char *local_10;\n \n sVar2 = strcspn(param_2,"-");\n local_10 = param_2 + sVar2;\n if (*local_10 != '\0') {\n local_10 = local_10 + 1;\n }\n sVar2 = strcspn(local_10,"-");\n local_10 = local_10 + sVar2;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] LEA RSI,[0x2059ee] MOV RDI,RAX CALL 0x00114120 ADD qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOVZX EAX,byte ptr ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,char *var_2) { int var_6; size_t var_3; char *vstring_local; type_1 ssh_local; char *var_4; var_3 = var_1(var_2,"-"); var_4 = var_2 + var_3; if (*var_4 != '\0') { var_4 = var_4 + 1; } var_3 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_detect_bugs(Ssh_conflict ssh,char *vstring)\n\n{\n int iVar1;\n size_t sVar2;\n char *vstring_local;\n Ssh_conflict ssh_local;\n char *imp;\n \n sVar2 = strcspn(vstring,"-");\n imp = vstring + sVar2;\n if (*...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,char *var_2)\n\n{\n int var_6;\n size_t var_3;\n char *vstring_local;\n type_1 ssh_local;\n char *var_4;\n \n var_3 = var_1(var_2,"-");\n var_4 = var_2 + var_3;\n if (*var_4 != '\0') {\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:...
1804_putty_and_putty_strip.c
dlg_listbox_select
FUN_001b3c4a
dlg_listbox_select
void dlg_listbox_select(control *ctrl,void *dlg,int index) { uctrl *puVar1; undefined8 uVar2; undefined8 uVar3; int index_local; void *dlg_local; control *ctrl_local; dlgparam *dp; uctrl *uc; GtkTreeSelection *treesel; GtkTreePath *path; puVar1 = dlg_find_byctrl((dlgparam *)dlg,ctrl); if ((...
void FUN_001b3c4a(undefined8 param_1,undefined8 param_2,undefined4 param_3) { undefined8 *puVar1; undefined8 uVar2; undefined8 uVar3; puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1); if ((*(int *)*puVar1 != 1) && (*(int *)*puVar1 != 5)) { /* WARNING: Subroutine does not return */...
(translation_unit "void FUN_001b3c4a(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined8 *)FUN_001b2d0b(param_2,param_1);\n if ((*(int *)*puVar1 != 1) && (*(int *)*puVar1 != 5)) {\n /* WARNING: Su...
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 qword ptr [RBP + -0x20],RAX MOV RDX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RBP + -0x20] MOV RSI,RDX MOV RDI,RAX CALL 0x001b2d0b MOV qword ptr [RBP + -...
void function_1(type_1 *ctrl,void *dlg,int index) { type_2 *puVar1; type_3 uVar2; type_3 uVar3; int index_local; void *dlg_local; type_1 *ctrl_local; type_4 *dp; type_2 *uc; type_5 *treesel; type_6 *path; puVar1 = var_1((type_4 *)dlg,ctrl); if (((puVar1->ctrl->generic).type != 1) && ((puVar...
(translation_unit "void dlg_listbox_select(control *ctrl,void *dlg,int index)\n\n{\n uctrl *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n int index_local;\n void *dlg_local;\n control *ctrl_local;\n dlgparam *dp;\n uctrl *uc;\n GtkTreeSelection *treesel;\n GtkTreePath *path;\n \n puVar1 = dlg_find_byctr...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,int index)\n\n{\n type_2 *puVar1;\n type_3 uVar2;\n type_3 uVar3;\n int index_local;\n void *dlg_local;\n type_1 *ctrl_local;\n type_4 *dp;\n type_2 *uc;\n type_5 *treesel;\n type_6 *path;\n \n puVar1 = var_1((type_4 *)dlg,ctrl);\n if (((puVar1->ctr...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1049_putty_and_putty_strip.c
ssh2_msg_debug
FUN_0015afb4
ssh2_msg_debug
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_msg_debug(Ssh_conflict ssh,Packet *pktin) { long in_FS_OFFSET; Packet *pktin_local; Ssh_conflict ssh_local; int msglen; char *msg; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); ssh2_pkt_getbool(pktin); ...
void FUN_0015afb4(undefined8 param_1,undefined8 param_2) { long in_FS_OFFSET; undefined4 local_1c; undefined *local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_00141cb5(param_2); FUN_00141d1a(param_2,&local_18,&local_1c); if (local_18 == (undefined *)0x0) { local_18 = &DAT...
(translation_unit "void FUN_0015afb4(undefined8 param_1,undefined8 param_2)\n\n{\n long in_FS_OFFSET;\n undefined4 local_1c;\n undefined *local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_00141cb5(param_2);\n FUN_00141d1a(param_2,&local_18,&local_1c);\n if (local_18 == (undefined...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x30] MOV RDI,RAX CALL 0x00141cb5 LEA RDX,[RBP + -0x14] LEA RCX,[RBP + -0x10] MOV RAX,qword ptr [RBP + -0x30] MOV RSI,RCX MOV...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,type_2 *pktin) { long var_1; type_2 *pktin_local; type_1 ssh_local; int msglen; char *var_4; long var_6; var_6 = *(long *)(var_1 + 0x28); var_2(pktin); var_3(pktin,&var_4,&msglen); if (var_4 == ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_msg_debug(Ssh_conflict ssh,Packet *pktin)\n\n{\n long in_FS_OFFSET;\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n int msglen;\n char *msg;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28)...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n long var_1;\n type_2 *pktin_local;\n type_1 ssh_local;\n int msglen;\n char *var_4;\n long var_6;\n \n var_6 = *(long *)(var_1 + 0x28);\n var_2(pktin);\n var_3(pktin,...
(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...
1746_putty_and_putty_strip.c
columns_child_type
FUN_001b05f1
columns_child_type
GType columns_child_type(GtkContainer *container) { GType GVar1; GtkContainer *container_local; GVar1 = gtk_widget_get_type(); return GVar1; }
void FUN_001b05f1(void) { gtk_widget_get_type(); return; }
(translation_unit "void FUN_001b05f1(void)\n\n{\n gtk_widget_get_type();\n return;\n}\n\n" (function_definition "void FUN_001b05f1(void)\n\n{\n gtk_widget_get_type();\n return;\n}" primitive_type (function_declarator "FUN_001b05f1(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CALL 0x00114510 LEAVE RET
type_1 function_1(type_2 *container) { type_1 GVar1; type_2 *container_local; GVar1 = var_1(); return GVar1; }
(translation_unit "GType columns_child_type(GtkContainer *container)\n\n{\n GType GVar1;\n GtkContainer *container_local;\n \n GVar1 = gtk_widget_get_type();\n return GVar1;\n}\n\n" (function_definition "GType columns_child_type(GtkContainer *container)\n\n{\n GType GVar1;\n GtkContainer *container_local;\n \n ...
(translation_unit "type_1 function_1(type_2 *container)\n\n{\n type_1 GVar1;\n type_2 *container_local;\n \n GVar1 = var_1();\n return GVar1;\n}\n\n" (function_definition "type_1 function_1(type_2 *container)\n\n{\n type_1 GVar1;\n type_2 *container_local;\n \n GVar1 = var_1();\n return GVar1;\n}" type_identi...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) ...
1063_putty_and_putty_strip.c
ssh_sendbuffer
FUN_0015c808
ssh_sendbuffer
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int ssh_sendbuffer(void *handle) { int iVar1; void *handle_local; int override_value; Ssh_conflict ssh; if (((handle == (void *)0x0) || (*(long *)((long)handle + 0x20) == 0)) || (*(long *)((long)handle + 0x368) == 0)) { ov...
int FUN_0015c808(long param_1) { int iVar1; undefined4 local_14; if (((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(long *)(param_1 + 0x368) == 0)) { local_14 = 0; } else { local_14 = 0; if (*(int *)(param_1 + 0x25c) != 0) { local_14 = *(int *)(param_1 + 600); } if (...
(translation_unit "int FUN_0015c808(long param_1)\n\n{\n int iVar1;\n undefined4 local_14;\n \n if (((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(long *)(param_1 + 0x368) == 0)) {\n local_14 = 0;\n }\n else {\n local_14 = 0;\n if (*(int *)(param_1 + 0x25c) != 0) {\n local_14 = *(int *)(...
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 CMP qword ptr [RBP + -0x8],0x0 JZ 0x0015c840 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] TEST RAX,RAX JZ 0x0015c840 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *var_1) { int var_4; void *handle_local; int var_3; type_1 ssh; if (((var_1 == (void *)0x0) || (*(long *)((long)var_1 + 0x20) == 0)) || (*(long *)((long)var_1 + 0x368) == 0)) { var_3 = 0; } else { ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ssh_sendbuffer(void *handle)\n\n{\n int iVar1;\n void *handle_local;\n int override_value;\n Ssh_conflict ssh;\n \n if (((handle == (void *)0x0) || (*(long *)((long)handle + 0x20) == 0)) ||\n (*(long *)((long)ha...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *var_1)\n\n{\n int var_4;\n void *handle_local;\n int var_3;\n type_1 ssh;\n \n if (((var_1 == (void *)0x0) || (*(long *)((long)var_1 + 0x20) == 0)) ||\n (*(long *)((long)var_1 + 0x368) == 0)) {\...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive...
908_putty_and_putty_strip.c
ssh2_pkt_addbool
FUN_001408e5
ssh2_pkt_addbool
void ssh2_pkt_addbool(Packet *pkt,uchar value) { uchar value_local; Packet *pkt_local; value_local = value; pkt_local = pkt; ssh_pkt_adddata(pkt,&value_local,1); return; }
void FUN_001408e5(undefined8 param_1,undefined param_2) { undefined local_14 [4]; undefined8 local_10; local_14[0] = param_2; local_10 = param_1; FUN_00140841(param_1,local_14,1); return; }
(translation_unit "void FUN_001408e5(undefined8 param_1,undefined param_2)\n\n{\n undefined local_14 [4];\n undefined8 local_10;\n \n local_14[0] = param_2;\n local_10 = param_1;\n FUN_00140841(param_1,local_14,1);\n return;\n}\n\n" (function_definition "void FUN_001408e5(undefined8 param_1,undefined param_2)\n\...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV EAX,ESI MOV byte ptr [RBP + -0xc],AL LEA RCX,[RBP + -0xc] MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x1 MOV RSI,RCX MOV RDI,RAX CALL 0x00140841 NOP LEAVE RET
void function_1(type_1 *pkt,type_2 value) { type_2 value_local; type_1 *pkt_local; value_local = value; pkt_local = pkt; var_1(pkt,&value_local,1); return; }
(translation_unit "void ssh2_pkt_addbool(Packet *pkt,uchar value)\n\n{\n uchar value_local;\n Packet *pkt_local;\n \n value_local = value;\n pkt_local = pkt;\n ssh_pkt_adddata(pkt,&value_local,1);\n return;\n}\n\n" (function_definition "void ssh2_pkt_addbool(Packet *pkt,uchar value)\n\n{\n uchar value_local;\n ...
(translation_unit "void function_1(type_1 *pkt,type_2 value)\n\n{\n type_2 value_local;\n type_1 *pkt_local;\n \n value_local = value;\n pkt_local = pkt;\n var_1(pkt,&value_local,1);\n return;\n}\n\n" (function_definition "void function_1(type_1 *pkt,type_2 value)\n\n{\n type_2 value_local;\n type_1 *pkt_local...
(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...
1406_putty_and_putty_strip.c
ssh2_fingerprint_blob
FUN_00183b50
ssh2_fingerprint_blob
char * ssh2_fingerprint_blob(void *blob,int bloblen) { long lVar1; uint namelen; uint uVar2; char *pcVar3; ssh_signkey *psVar4; undefined *puVar5; long in_FS_OFFSET; int bloblen_local; void *blob_local; int i; int alglen; int bits; char *algstr; ssh_signkey *alg; uchar digest [16]; cha...
void FUN_00183b50(byte *param_1,int param_2) { int iVar1; undefined4 uVar2; byte *pbVar3; long lVar4; undefined *puVar5; long in_FS_OFFSET; int local_74; byte local_58 [16]; char local_48 [56]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0017ede2(param_1,param_2,local_58);...
(translation_unit "void FUN_00183b50(byte *param_1,int param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n byte *pbVar3;\n long lVar4;\n undefined *puVar5;\n long in_FS_OFFSET;\n int local_74;\n byte local_58 [16];\n char local_48 [56];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_00...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x78],RDI MOV dword ptr [RBP + -0x7c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV ECX,dword ptr [RBP + -0x7c] LEA RDX,[RBP + -0x50] MOV RAX,qword ptr [RBP + -0x78] MOV ESI,ECX MOV RDI,RAX CALL 0x0017ede2 MOV dword ptr [RBP + -0x...
char * function_1(void *var_7,int var_8) { long var_13; type_1 namelen; type_1 uVar2; char *pcVar3; type_2 *var_11; type_3 *puVar5; long var_1; int bloblen_local; void *blob_local; int var_3; int alglen; int bits; char *algstr; type_2 *alg; type_4 digest [16]; char var_5 [48]; var...
(translation_unit "char * ssh2_fingerprint_blob(void *blob,int bloblen)\n\n{\n long lVar1;\n uint namelen;\n uint uVar2;\n char *pcVar3;\n ssh_signkey *psVar4;\n undefined *puVar5;\n long in_FS_OFFSET;\n int bloblen_local;\n void *blob_local;\n int i;\n int alglen;\n int bits;\n char *algstr;\n ssh_signke...
(translation_unit "char * function_1(void *var_7,int var_8)\n\n{\n long var_13;\n type_1 namelen;\n type_1 uVar2;\n char *pcVar3;\n type_2 *var_11;\n type_3 *puVar5;\n long var_1;\n int bloblen_local;\n void *blob_local;\n int var_3;\n int alglen;\n int bits;\n char *algstr;\n type_2 *alg;\n type_4 diges...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
940_putty_and_putty_strip.c
do_ssh_init
FUN_00142fb6
do_ssh_init
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int do_ssh_init(Ssh_conflict ssh,uchar c) { int *piVar1; long lVar2; uint uVar3; int iVar4; void *pvVar5; size_t sVar6; char *pcVar7; Pinger ppVar8; uchar c_local; Ssh_conflict ssh_local; do_ssh_init_state *s; int *crLin...
undefined8 FUN_00142fb6(long param_1,char param_2) { int *piVar1; long lVar2; uint uVar3; int iVar4; undefined8 uVar5; size_t sVar6; if (*(long *)(param_1 + 0x288) == 0) { uVar5 = FUN_0012e037(1,0x30); *(undefined8 *)(param_1 + 0x288) = uVar5; **(undefined4 **)(param_1 + 0x288) = 0; } ...
(translation_unit "undefined8 FUN_00142fb6(long param_1,char param_2)\n\n{\n int *piVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n undefined8 uVar5;\n size_t sVar6;\n \n if (*(long *)(param_1 + 0x288) == 0) {\n uVar5 = FUN_0012e037(1,0x30);\n *(undefined8 *)(param_1 + 0x288) = uVar5;\n **(undefined4 ...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x38],RDI MOV EAX,ESI MOV byte ptr [RBP + -0x3c],AL MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX + 0x288] TEST RAX,RAX JNZ 0x0014300e MOV ESI,0x30 MOV EDI,0x1 CALL 0x0012e037 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RAX + 0x288...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 ssh,type_2 var_3) { int *var_4; long var_10; type_3 var_14; int var_2; void *pvVar5; size_t var_9; char *pcVar7; type_4 ppVar8; type_2 c_local; type_1 ssh_local; type_5 *s; int *crLine; size_t len...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint do_ssh_init(Ssh_conflict ssh,uchar c)\n\n{\n int *piVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n void *pvVar5;\n size_t sVar6;\n char *pcVar7;\n Pinger ppVar8;\n uchar c_local;\n Ssh_conflict ssh_local;\n d...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 ssh,type_2 var_3)\n\n{\n int *var_4;\n long var_10;\n type_3 var_14;\n int var_2;\n void *pvVar5;\n size_t var_9;\n char *pcVar7;\n type_4 ppVar8;\n type_2 c_local;\n type_1 ssh_local;\n type_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compoun...
1866_putty_and_putty_strip.c
showeventlog
FUN_001ba627
showeventlog
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void showeventlog(void *estuff,void *parentwin) { int iVar1; undefined8 uVar2; GtkWidget *parent_00; controlbox *pcVar3; controlset *s; intorptr iVar4; intorptr iVar5; control *pcVar6; controlset *s_00; char *pcVar7; GtkWi...
void FUN_001ba627(long param_1,undefined8 param_2) { int iVar1; undefined8 uVar2; long lVar3; undefined8 uVar4; undefined8 uVar5; long lVar6; undefined8 uVar7; undefined8 uVar8; uint local_64; uVar2 = gtk_widget_get_type(); lVar3 = g_type_check_instance_cast(param_2,uVar2); if (*(long *)(pa...
(translation_unit "void FUN_001ba627(long param_1,undefined8 param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n undefined8 uVar7;\n undefined8 uVar8;\n uint local_64;\n \n uVar2 = gtk_widget_get_type();\n lVar3 = g_type_check_instance_cast(pa...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x68 MOV qword ptr [RBP + -0x68],RDI MOV qword ptr [RBP + -0x70],RSI MOV RAX,qword ptr [RBP + -0x68] MOV qword ptr [RBP + -0x58],RAX CALL 0x00114510 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x70] MOV RSI,RDX MOV RDI,RAX CALL 0x00114570 MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void function_1(void *estuff,void *parentwin) { int var_24; type_1 uVar2; type_2 *var_27; type_3 *pcVar3; type_4 *s; type_5 iVar4; type_5 iVar5; type_6 *pcVar6; type_4 *s_00; char *pcVar7; type_2 *child; type_7 *pGVar8; ...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid showeventlog(void *estuff,void *parentwin)\n\n{\n int iVar1;\n undefined8 uVar2;\n GtkWidget *parent_00;\n controlbox *pcVar3;\n controlset *s;\n intorptr iVar4;\n intorptr iVar5;\n control *pcVar6;\n controlset...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(void *estuff,void *parentwin)\n\n{\n int var_24;\n type_1 uVar2;\n type_2 *var_27;\n type_3 *pcVar3;\n type_4 *s;\n type_5 iVar4;\n type_5 iVar5;\n type_6 *pcVar6;\n type_4 *s_00;\n char *pcVar7;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
1835_putty_and_putty_strip.c
filefont_clicked
FUN_001b5262
filefont_clicked
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void filefont_clicked(GtkButton *button,gpointer data) { int iVar1; undefined8 uVar2; GtkWidget *w; uctrl *puVar3; undefined8 uVar4; char *fontname_00; unifontsel *fontsel_00; gpointer data_local; GtkButton *button_local; dl...
void FUN_001b5262(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; long *plVar3; undefined8 uVar4; undefined8 *puVar5; uVar2 = gtk_widget_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); plVar3 = (long *)FUN_001b2d4d(param_2,uVar2); if (*(int *)*plVar3 == 7) { iVa...
(translation_unit "void FUN_001b5262(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 uVar4;\n undefined8 *puVar5;\n \n uVar2 = gtk_widget_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n plVar3 = (long *)FUN_001b2d4d(param_2,uVar2);\n if (*...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV RAX,qword ptr [RBP + -0x50] MOV qword ptr [RBP + -0x38],RAX CALL 0x00114510 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x48] MOV RSI,RDX MOV RDI,RAX CALL 0x00114570 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x38] MOV R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *button,type_2 data) { int var_6; type_3 uVar2; type_4 *w; type_5 *puVar3; type_3 uVar4; char *fontname_00; type_6 *fontsel_00; type_2 data_local; type_1 *button_local; type_7 *dp; type_5 *uc; type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid filefont_clicked(GtkButton *button,gpointer data)\n\n{\n int iVar1;\n undefined8 uVar2;\n GtkWidget *w;\n uctrl *puVar3;\n undefined8 uVar4;\n char *fontname_00;\n unifontsel *fontsel_00;\n gpointer data_local;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *button,type_2 data)\n\n{\n int var_6;\n type_3 uVar2;\n type_4 *w;\n type_5 *puVar3;\n type_3 uVar4;\n char *fontname_00;\n type_6 *fontsel_00;\n type_2 data_local;\n type_1 *button_local;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1410_putty_and_putty_strip.c
key_type_to_str
FUN_00184250
key_type_to_str
char * key_type_to_str(int type) { char *pcVar1; int type_local; switch(type) { case 0: pcVar1 = "unable to open file"; break; case 1: pcVar1 = "not a recognised key file format"; break; case 2: pcVar1 = "SSH-1 private key"; break; case 3: pcVar1 = "PuTTY SSH-2 private key...
char * FUN_00184250(undefined4 param_1) { char *pcVar1; switch(param_1) { case 0: pcVar1 = "unable to open file"; break; case 1: pcVar1 = "not a recognised key file format"; break; case 2: pcVar1 = "SSH-1 private key"; break; case 3: pcVar1 = "PuTTY SSH-2 private key"; b...
(translation_unit "char * FUN_00184250(undefined4 param_1)\n\n{\n char *pcVar1;\n \n switch(param_1) {\n case 0:\n pcVar1 = "unable to open file";\n break;\n case 1:\n pcVar1 = "not a recognised key file format";\n break;\n case 2:\n pcVar1 = "SSH-1 private key";\n break;\n case 3:\n pcVar1 ...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0xa JA 0x001842e7 MOV EAX,dword ptr [RBP + -0x4] LEA RDX,[RAX*0x4] LEA RAX,[0x210308] MOV EAX,dword ptr [RDX + RAX*0x1] CDQE LEA RDX,[0x210308] ADD RAX,RDX JMP RAX LEA RAX,[0x2101a4] JMP 0x001842ee LEA RAX,[0x2101b8] JMP 0x001842ee LEA RAX,[...
char * function_1(int type) { char *pcVar1; int type_local; switch(type) { case 0: pcVar1 = "unable to open file"; break; case 1: pcVar1 = "not a recognised key file format"; break; case 2: pcVar1 = "SSH-1 private key"; break; case 3: pcVar1 = "PuTTY SSH-2 private key"; ...
(translation_unit "char * key_type_to_str(int type)\n\n{\n char *pcVar1;\n int type_local;\n \n switch(type) {\n case 0:\n pcVar1 = "unable to open file";\n break;\n case 1:\n pcVar1 = "not a recognised key file format";\n break;\n case 2:\n pcVar1 = "SSH-1 private key";\n break;\n case 3:\n ...
(translation_unit "char * function_1(int type)\n\n{\n char *pcVar1;\n int type_local;\n \n switch(type) {\n case 0:\n pcVar1 = "unable to open file";\n break;\n case 1:\n pcVar1 = "not a recognised key file format";\n break;\n case 2:\n pcVar1 = "SSH-1 private key";\n break;\n case 3:\n pcV...
(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))))) body: (compound_statement (declaration type: (primitive_type) dec...
1847_putty_and_putty_strip.c
messagebox
FUN_001b8bde
messagebox
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ int messagebox(GtkWidget *parentwin,char *title,char *msg,int minwid,int selectable,...) { int iVar1; undefined4 uVar2; int iVar3; long lVar4; char in_AL; controlbox *b; long *plVar5; controlset *s; control *pcVar6; char *pc...
undefined4 FUN_001b8bde(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,long param_9 ,undefined8 param_10,undefined8 param_11,int param_12,int param_13,undefined8 param_14) { int iVar1; ...
(translation_unit "undefined4\nFUN_001b8bde(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,long param_9\n ,undefined8 param_10,undefined8 param_11,int param_12,int param_13,undefined8 param_...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0xdd8 MOV qword ptr [RBP + -0xdc8],RDI MOV qword ptr [RBP + -0xdd0],RSI MOV qword ptr [RBP + -0xdd8],RDX MOV dword ptr [RBP + -0xddc],ECX MOV dword ptr [RBP + -0xde0],R8D MOV qword ptr [RBP + -0x98],R9 TEST AL,AL JZ 0x001b8c3a MOVAPS xmmword ptr [RBP + -0x90],XMM0 MOVAPS xmmword pt...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ int function_1(type_1 *var_37,char *title,char *msg,int var_28,int var_30,...) { int iVar1; type_2 uVar2; int var_16; long var_48; char var_1; type_3 *b; long *plVar5; type_4 *s; type_5 *pcVar6; char *var_12; type_6 *puVar...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nint messagebox(GtkWidget *parentwin,char *title,char *msg,int minwid,int selectable,...)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n long lVar4;\n char in_AL;\n controlbox *b;\n long *plVar5;\n controlset *s;...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nint function_1(type_1 *var_37,char *title,char *msg,int var_28,int var_30,...)\n\n{\n int iVar1;\n type_2 uVar2;\n int var_16;\n long var_48;\n char var_1;\n type_3 *b;\n long *plVar5;\n type_4 *s;\n type_5 *pcVar6;\...
(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...
1375_putty_and_putty_strip.c
hmacmd5_genresult
FUN_0017f0ff
hmacmd5_genresult
void hmacmd5_genresult(void *handle,uchar *hmac) { long lVar1; long in_FS_OFFSET; uchar *hmac_local; void *handle_local; MD5Context *keys; MD5Context s; uchar intermediate [16]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); s.core.h._0_8_ = *(undefined8 *)((long)handle + 0xb8); s.core.h._8_8_ = *(und...
void FUN_0017f0ff(long param_1,undefined8 param_2) { long in_FS_OFFSET; undefined8 local_88; undefined8 local_80; undefined8 local_78; undefined8 local_70; undefined8 local_68; undefined8 local_60; undefined8 local_58; undefined8 local_50; undefined8 local_48; undefined8 local_40; undefined8 l...
(translation_unit "void FUN_0017f0ff(long param_1,undefined8 param_2)\n\n{\n long in_FS_OFFSET;\n undefined8 local_88;\n undefined8 local_80;\n undefined8 local_78;\n undefined8 local_70;\n undefined8 local_68;\n undefined8 local_60;\n undefined8 local_58;\n undefined8 local_50;\n undefined8 local_48;\n unde...
PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x98],RDI MOV qword ptr [RBP + -0xa0],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x98] MOV qword ptr [RBP + -0x88],RAX MOV RAX,qword ptr [RBP + -0x88] MOV RDX,qword ptr [RAX + 0xb8] MOV RCX,qword ptr [RAX +...
void function_1(void *handle,type_1 *hmac) { long var_4; long var_1; type_1 *hmac_local; void *handle_local; type_2 *keys; type_2 s; type_1 intermediate [16]; var_4 = *(long *)(var_1 + 0x28); s.core.h._0_8_ = *(type_3 *)((long)handle + 0xb8); s.core.h._8_8_ = *(type_3 *)((long)handle + 0xc0); ...
(translation_unit "void hmacmd5_genresult(void *handle,uchar *hmac)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n uchar *hmac_local;\n void *handle_local;\n MD5Context *keys;\n MD5Context s;\n uchar intermediate [16];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n s.core.h._0_8_ = *(undefined8 *)((long)handle + 0...
(translation_unit "void function_1(void *handle,type_1 *hmac)\n\n{\n long var_4;\n long var_1;\n type_1 *hmac_local;\n void *handle_local;\n type_2 *keys;\n type_2 s;\n type_1 intermediate [16];\n \n var_4 = *(long *)(var_1 + 0x28);\n s.core.h._0_8_ = *(type_3 *)((long)handle + 0xb8);\n s.core.h._8_8_ = *(ty...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1175_putty_and_putty_strip.c
bignum_bitmask
FUN_0016ba6e
bignum_bitmask
Bignum_conflict bignum_bitmask(Bignum_conflict n) { Bignum_conflict pBVar1; Bignum_conflict n_local; int i; BignumInt j; Bignum_conflict ret; pBVar1 = copybn(n); for (i = (int)*pBVar1; (n[i] == 0 && (0 < i)); i = i + -1) { } if (0 < i) { for (j = 1; j < n[i]; j = j * 2 + 1) { } pBVar1...
undefined8 * FUN_0016ba6e(long param_1) { undefined8 *puVar1; int local_1c; ulong local_18; puVar1 = (undefined8 *)FUN_00166d30(param_1); for (local_1c = (int)*puVar1; (*(long *)(param_1 + (long)local_1c * 8) == 0 && (0 < local_1c)); local_1c = local_1c + -1) { } if (0 < local_1c) { for (lo...
(translation_unit "undefined8 * FUN_0016ba6e(long param_1)\n\n{\n undefined8 *puVar1;\n int local_1c;\n ulong local_18;\n \n puVar1 = (undefined8 *)FUN_00166d30(param_1);\n for (local_1c = (int)*puVar1; (*(long *)(param_1 + (long)local_1c * 8) == 0 && (0 < local_1c));\n local_1c = local_1c + -1) {\n }\n if...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV RDI,RAX CALL 0x00166d30 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV dword ptr [RBP + -0x14],EAX JMP 0x0016ba9a SUB dword ptr [RBP + -0x14],0x1 MOV EAX,dword ptr [RBP + -0x1...
type_1 function_1(type_1 n) { type_1 pBVar1; type_1 n_local; int var_2; type_2 var_3; type_1 ret; pBVar1 = var_1(n); for (var_2 = (int)*pBVar1; (n[var_2] == 0 && (0 < var_2)); var_2 = var_2 + -1) { } if (0 < var_2) { for (var_3 = 1; var_3 < n[var_2]; var_3 = var_3 * 2 + 1) { } pBVar1[...
(translation_unit "Bignum_conflict bignum_bitmask(Bignum_conflict n)\n\n{\n Bignum_conflict pBVar1;\n Bignum_conflict n_local;\n int i;\n BignumInt j;\n Bignum_conflict ret;\n \n pBVar1 = copybn(n);\n for (i = (int)*pBVar1; (n[i] == 0 && (0 < i)); i = i + -1) {\n }\n if (0 < i) {\n for (j = 1; j < n[i]; j ...
(translation_unit "type_1 function_1(type_1 n)\n\n{\n type_1 pBVar1;\n type_1 n_local;\n int var_2;\n type_2 var_3;\n type_1 ret;\n \n pBVar1 = var_1(n);\n for (var_2 = (int)*pBVar1; (n[var_2] == 0 && (0 < var_2)); var_2 = var_2 + -1) {\n }\n if (0 < var_2) {\n for (var_3 = 1; var_3 < n[var_2]; var_3 = var...
(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...
1613_putty_and_putty_strip.c
telnet_size
FUN_00199467
telnet_size
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void telnet_size(void *handle,int width,int height) { long lVar1; int iVar2; undefined4 uVar3; char *string; long in_FS_OFFSET; int height_local; int width_local; void *handle_local; int n; Telnet telnet; char *logbuf; u...
void FUN_00199467(long param_1,undefined4 param_2,undefined4 param_3) { int iVar1; undefined4 uVar2; undefined8 uVar3; long in_FS_OFFSET; int local_3c; char local_28 [4]; undefined uStack_24; char acStack_23 [19]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); *(undefined4 *)(param...
(translation_unit "void FUN_00199467(long param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n int local_3c;\n char local_28 [4];\n undefined uStack_24;\n char acStack_23 [19];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET +...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV dword ptr [RBP + -0x50],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x30] MOV EDX,dword ptr [RBP ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *handle,int width,int height) { long var_6; int iVar2; type_1 uVar3; char *string; long var_1; int height_local; int width_local; void *handle_local; int var_2; type_2 telnet; char *logbuf; type_3 b ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid telnet_size(void *handle,int width,int height)\n\n{\n long lVar1;\n int iVar2;\n undefined4 uVar3;\n char *string;\n long in_FS_OFFSET;\n int height_local;\n int width_local;\n void *handle_local;\n int n;\n Te...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *handle,int width,int height)\n\n{\n long var_6;\n int iVar2;\n type_1 uVar3;\n char *string;\n long var_1;\n int height_local;\n int width_local;\n void *handle_local;\n int var_2;\n type_2 tel...
(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:...
1772_putty_and_putty_strip.c
fd_input_func
FUN_001b26e4
fd_input_func
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ gboolean fd_input_func(GIOChannel *source,GIOCondition condition,gpointer data) { int fd; gpointer data_local; GIOCondition condition_local; GIOChannel *source_local; int sourcefd; fd = g_io_channel_unix_get_fd(source); if ((condit...
undefined8 FUN_001b26e4(undefined8 param_1,uint param_2) { undefined4 uVar1; uVar1 = g_io_channel_unix_get_fd(param_1); if ((param_2 & 2) != 0) { FUN_001d60a4(uVar1,4); } if ((param_2 & 1) != 0) { FUN_001d60a4(uVar1,1); } if ((param_2 & 4) != 0) { FUN_001d60a4(uVar1,2); } return 1; } ...
(translation_unit "undefined8 FUN_001b26e4(undefined8 param_1,uint param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = g_io_channel_unix_get_fd(param_1);\n if ((param_2 & 2) != 0) {\n FUN_001d60a4(uVar1,4);\n }\n if ((param_2 & 1) != 0) {\n FUN_001d60a4(uVar1,1);\n }\n if ((param_2 & 4) != 0) {\n FUN_001d60...
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 RDI,RAX CALL 0x00115cb0 MOV dword ptr [RBP + -0x4],EAX MOV EAX,dword ptr [RBP + -0x1c] AND EAX,0x2 TEST EAX,EAX JZ 0x001b271f MOV EAX,dword ptr [RBP + -0x...
/* WARNING: Enum "GIOFlags": Some values do not have unique names */ type_1 function_1(type_2 *source,type_3 var_2,type_4 data) { int fd; type_4 data_local; type_3 condition_local; type_2 *source_local; int sourcefd; fd = var_1(source); if ((var_2 & var_3) != 0) { var_4(fd,4); } if ((var_2 &...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ngboolean fd_input_func(GIOChannel *source,GIOCondition condition,gpointer data)\n\n{\n int fd;\n gpointer data_local;\n GIOCondition condition_local;\n GIOChannel *source_local;\n int sourcefd;\n \n fd = g_io_channel_unix_...
(translation_unit "/* WARNING: Enum "GIOFlags": Some values do not have unique names */\n\ntype_1 function_1(type_2 *source,type_3 var_2,type_4 data)\n\n{\n int fd;\n type_4 data_local;\n type_3 condition_local;\n type_2 *source_local;\n int sourcefd;\n \n fd = var_1(source);\n if ((var_2 & var_3) != 0) {\n ...
(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...
1117_putty_and_putty_strip.c
blowfish_msb_encrypt_cbc
FUN_00165bab
blowfish_msb_encrypt_cbc
void blowfish_msb_encrypt_cbc(uchar *blk,int len,BlowfishContext *ctx) { long lVar1; long in_FS_OFFSET; BlowfishContext *ctx_local; int len_local; uchar *blk_local; word32 iv0; word32 iv1; word32 xL; word32 xR; word32 out [2]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); if ((len & 7U) != 0) { ...
void FUN_00165bab(byte *param_1,uint param_2,long param_3) { long in_FS_OFFSET; uint local_34; byte *local_30; uint local_28; uint local_24; uint local_18; uint local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if ((param_2 & 7) != 0) { /* WARNING: Subrouti...
(translation_unit "void FUN_00165bab(byte *param_1,uint param_2,long param_3)\n\n{\n long in_FS_OFFSET;\n uint local_34;\n byte *local_30;\n uint local_28;\n uint local_24;\n uint local_18;\n uint local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if ((param_2 & 7) != 0) {\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV qword ptr [RBP + -0x38],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [RBP + -0x2c] AND EAX,0x7 TEST EAX,EAX JZ 0x00165bf6 LEA RCX,[0x20d8c0] MOV EDX,0x17d LEA RSI,[0x20d8...
void function_1(type_1 *blk,int var_2,type_2 *ctx) { long var_9; long var_1; type_2 *ctx_local; int var_4; type_1 *var_7; type_3 var_6; type_3 var_8; type_3 xL; type_3 xR; type_3 out [2]; var_9 = *(long *)(var_1 + 0x28); if ((var_2 & 7U) != 0) { /* WARNING: Subroutine do...
(translation_unit "void blowfish_msb_encrypt_cbc(uchar *blk,int len,BlowfishContext *ctx)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n BlowfishContext *ctx_local;\n int len_local;\n uchar *blk_local;\n word32 iv0;\n word32 iv1;\n word32 xL;\n word32 xR;\n word32 out [2];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0...
(translation_unit "void function_1(type_1 *blk,int var_2,type_2 *ctx)\n\n{\n long var_9;\n long var_1;\n type_2 *ctx_local;\n int var_4;\n type_1 *var_7;\n type_3 var_6;\n type_3 var_8;\n type_3 xL;\n type_3 xR;\n type_3 out [2];\n \n var_9 = *(long *)(var_1 + 0x28);\n if ((var_2 & 7U) != 0) {\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
918_putty_and_putty_strip.c
ssh2_pkt_init
FUN_00140d83
ssh2_pkt_init
Packet * ssh2_pkt_init(int pkt_type) { Packet *pkt_00; int pkt_type_local; Packet *pkt; pkt_00 = ssh_new_packet(); pkt_00->length = 5; pkt_00->forcepad = 0; pkt_00->type = pkt_type; ssh_pkt_addbyte(pkt_00,(uchar)pkt_type); pkt_00->body = pkt_00->data + pkt_00->length; pkt_00->downstream_id = 0;...
long * FUN_00140d83(uint param_1) { long *plVar1; plVar1 = (long *)FUN_0013d05d(); *plVar1 = 5; plVar1[1] = 0; *(uint *)(plVar1 + 2) = param_1; FUN_001408b9(plVar1,param_1 & 0xff); plVar1[5] = plVar1[4] + *plVar1; *(undefined4 *)(plVar1 + 9) = 0; plVar1[10] = 0; return plVar1; }
(translation_unit "long * FUN_00140d83(uint param_1)\n\n{\n long *plVar1;\n \n plVar1 = (long *)FUN_0013d05d();\n *plVar1 = 5;\n plVar1[1] = 0;\n *(uint *)(plVar1 + 2) = param_1;\n FUN_001408b9(plVar1,param_1 & 0xff);\n plVar1[5] = plVar1[4] + *plVar1;\n *(undefined4 *)(plVar1 + 9) = 0;\n plVar1[10] = 0;\n r...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI CALL 0x0013d05d MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],0x5 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x8],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [RBP + -0x14] MOV dword ptr [RAX + 0x10],E...
type_1 * function_1(int pkt_type) { type_1 *pkt_00; int pkt_type_local; type_1 *pkt; pkt_00 = var_1(); pkt_00->length = 5; pkt_00->forcepad = 0; pkt_00->type = pkt_type; var_2(pkt_00,(type_2)pkt_type); pkt_00->body = pkt_00->data + pkt_00->length; pkt_00->downstream_id = 0; pkt_00->additional...
(translation_unit "Packet * ssh2_pkt_init(int pkt_type)\n\n{\n Packet *pkt_00;\n int pkt_type_local;\n Packet *pkt;\n \n pkt_00 = ssh_new_packet();\n pkt_00->length = 5;\n pkt_00->forcepad = 0;\n pkt_00->type = pkt_type;\n ssh_pkt_addbyte(pkt_00,(uchar)pkt_type);\n pkt_00->body = pkt_00->data + pkt_00->length...
(translation_unit "type_1 * function_1(int pkt_type)\n\n{\n type_1 *pkt_00;\n int pkt_type_local;\n type_1 *pkt;\n \n pkt_00 = var_1();\n pkt_00->length = 5;\n pkt_00->forcepad = 0;\n pkt_00->type = pkt_type;\n var_2(pkt_00,(type_2)pkt_type);\n pkt_00->body = pkt_00->data + pkt_00->length;\n pkt_00->downstre...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
1849_putty_and_putty_strip.c
verify_ssh_host_key
FUN_001b9671
verify_ssh_host_key
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int verify_ssh_host_key(void *frontend,char *host,int port,char *keytype,char *keystr, char *fingerprint,_func_void_void_ptr_int *callback,void *ctx) { int iVar1; char *pcVar2; undefined8 uVar3; void *pvVar4; Gt...
undefined8 FUN_001b9671(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6) { int iVar1; undefined4 uVar2; undefined8 uVar3; char *pcVar4; undefined8 uVar5; undefined8 uVar6; iVar1 = FUN_001d933c(param_2,param_3,param_4,param...
(translation_unit "undefined8\nFUN_001b9671(undefined8 param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *pcVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n \n iVar1 = FUN_001d933c...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x34],EDX MOV qword ptr [RBP + -0x40],RCX MOV qword ptr [RBP + -0x48],R8 MOV qword ptr [RBP + -0x50],R9 MOV RCX,qword ptr [RBP + -0x48] MOV RDX,qword ptr [RBP + -0x40] MOV ESI,dword ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *frontend,char *host,int port,char *keytype,char *keystr, char *fingerprint,type_1 *callback,void *ctx) { int var_2; char *pcVar2; type_2 uVar3; void *pvVar4; type_3 *parentwin; char *finge...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint verify_ssh_host_key(void *frontend,char *host,int port,char *keytype,char *keystr,\n char *fingerprint,_func_void_void_ptr_int *callback,void *ctx)\n\n{\n int iVar1;\n char *pcVar2;\n undefined8 u...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *frontend,char *host,int port,char *keytype,char *keystr,\n char *fingerprint,type_1 *callback,void *ctx)\n\n{\n int var_2;\n char *pcVar2;\n type_2 uVar3;\n void *pvVar4;\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: (primitive_type) declarator:...
1329_putty_and_putty_strip.c
ecdsa_freekey
FUN_0017a135
ecdsa_freekey
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ecdsa_freekey(void *key) { void *key_local; ec_key *ec; if (key != (void *)0x0) { if (*(long *)((long)key + 0x10) != 0) { freebn(*(Bignum_conflict *)((long)key + 0x10)); } if (*(long *)((long)key + 0x18) != 0) { ...
void FUN_0017a135(long param_1) { if (param_1 != 0) { if (*(long *)(param_1 + 0x10) != 0) { FUN_00166d90(*(undefined8 *)(param_1 + 0x10)); } if (*(long *)(param_1 + 0x18) != 0) { FUN_00166d90(*(undefined8 *)(param_1 + 0x18)); } if (*(long *)(param_1 + 0x20) != 0) { FUN_00166d90...
(translation_unit "void FUN_0017a135(long param_1)\n\n{\n if (param_1 != 0) {\n if (*(long *)(param_1 + 0x10) != 0) {\n FUN_00166d90(*(undefined8 *)(param_1 + 0x10));\n }\n if (*(long *)(param_1 + 0x18) != 0) {\n FUN_00166d90(*(undefined8 *)(param_1 + 0x18));\n }\n if (*(long *)(param_1 + 0x20...
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 CMP qword ptr [RBP + -0x8],0x0 JZ 0x0017a1d6 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x0017a171 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void *var_1) { void *key_local; type_1 *ec; if (var_1 != (void *)0x0) { if (*(long *)((long)var_1 + 0x10) != 0) { var_2(*(type_2 *)((long)var_1 + 0x10)); } if (*(long *)((long)var_1 + 0x18) != 0) { ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ecdsa_freekey(void *key)\n\n{\n void *key_local;\n ec_key *ec;\n \n if (key != (void *)0x0) {\n if (*(long *)((long)key + 0x10) != 0) {\n freebn(*(Bignum_conflict *)((long)key + 0x10));\n }\n if (*(long...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void *var_1)\n\n{\n void *key_local;\n type_1 *ec;\n \n if (var_1 != (void *)0x0) {\n if (*(long *)((long)var_1 + 0x10) != 0) {\n var_2(*(type_2 *)((long)var_1 + 0x10));\n }\n if (*(long *)((...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive...
1846_putty_and_putty_strip.c
messagebox_handler
FUN_001b8ba9
messagebox_handler
void messagebox_handler(control *ctrl,void *dlg,void *data,int event) { int event_local; void *data_local; void *dlg_local; control *ctrl_local; if (event == 1) { dlg_end(dlg,(ctrl->generic).context.i); } return; }
void FUN_001b8ba9(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { if (param_4 == 1) { FUN_001b46b6(param_2,*(undefined4 *)(param_1 + 0x20)); } return; }
(translation_unit "void FUN_001b8ba9(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_001b46b6(param_2,*(undefined4 *)(param_1 + 0x20));\n }\n return;\n}\n\n" (function_definition "void FUN_001b8ba9(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x001b8bdb MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [RAX + 0x20] MOV RAX,qword ptr [RBP + -0x10] MOV ESI,EDX MOV RD...
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; if (var_1 == 1) { var_2(dlg,(ctrl->generic).context.i); } return; }
(translation_unit "void messagebox_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n \n if (event == 1) {\n dlg_end(dlg,(ctrl->generic).context.i);\n }\n return;\n}\n\n" (function_definition "void messagebox_handler(c...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n \n if (var_1 == 1) {\n var_2(dlg,(ctrl->generic).context.i);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dl...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1256_putty_and_putty_strip.c
des3_encrypt_pubkey_ossh
FUN_001739ea
des3_encrypt_pubkey_ossh
void des3_encrypt_pubkey_ossh(uchar *key,uchar *iv,uchar *blk,int len) { long lVar1; long in_FS_OFFSET; int len_local; uchar *blk_local; uchar *iv_local; uchar *key_local; DESContext ourkeys [3]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); des_key_setup((uint)*key << 0x18 | (uint)key[1] << 0x10 | (ui...
void FUN_001739ea(byte *param_1,byte *param_2,undefined8 param_3,undefined4 param_4) { long in_FS_OFFSET; undefined local_1a8 [128]; uint local_128; uint local_124; undefined auStack_120 [136]; undefined auStack_98 [136]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0016f437((uin...
(translation_unit "void FUN_001739ea(byte *param_1,byte *param_2,undefined8 param_3,undefined4 param_4)\n\n{\n long in_FS_OFFSET;\n undefined local_1a8 [128];\n uint local_128;\n uint local_124;\n undefined auStack_120 [136];\n undefined auStack_98 [136];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET...
PUSH RBP MOV RBP,RSP SUB RSP,0x1c0 MOV qword ptr [RBP + -0x1a8],RDI MOV qword ptr [RBP + -0x1b0],RSI MOV qword ptr [RBP + -0x1b8],RDX MOV dword ptr [RBP + -0x1bc],ECX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x1a8] ADD RAX,0x4 MOVZX EAX,byte ptr [RAX] MOVZX EAX,AL...
void function_1(type_1 *var_3,type_1 *var_5,type_1 *blk,int len) { long var_8; long var_1; int len_local; type_1 *blk_local; type_1 *iv_local; type_1 *key_local; type_2 var_4 [3]; var_8 = *(long *)(var_1 + 0x28); var_2((type_3)*var_3 << 0x18 | (type_3)var_3[1] << 0x10 | (type_3)var_3[2] << 8 | (t...
(translation_unit "void des3_encrypt_pubkey_ossh(uchar *key,uchar *iv,uchar *blk,int len)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int len_local;\n uchar *blk_local;\n uchar *iv_local;\n uchar *key_local;\n DESContext ourkeys [3];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n des_key_setup((uint)*key << 0x1...
(translation_unit "void function_1(type_1 *var_3,type_1 *var_5,type_1 *blk,int len)\n\n{\n long var_8;\n long var_1;\n int len_local;\n type_1 *blk_local;\n type_1 *iv_local;\n type_1 *key_local;\n type_2 var_4 [3];\n \n var_8 = *(long *)(var_1 + 0x28);\n var_2((type_3)*var_3 << 0x18 | (type_3)var_3[1] << 0x1...
(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...
1121_putty_and_putty_strip.c
blowfish_expandkey
FUN_001662a3
blowfish_expandkey
void blowfish_expandkey(BlowfishContext *ctx,uchar *key,short keybytes,uchar *salt,short saltbytes) { long lVar1; int iVar2; long in_FS_OFFSET; uchar *salt_local; short saltbytes_local; short keybytes_local; uchar *key_local; BlowfishContext *ctx_local; int i; int j; int saltpos; word32 *S0; ...
void FUN_001662a3(long param_1,long param_2,short param_3,undefined *param_4,short param_5) { int iVar1; long lVar2; long in_FS_OFFSET; undefined *local_78; short local_70; int local_54; int local_50; int local_4c; uint local_1c [2]; undefined local_11; long local_10; local_10 = *(long *)(i...
(translation_unit "void FUN_001662a3(long param_1,long param_2,short param_3,undefined *param_4,short param_5)\n\n{\n int iVar1;\n long lVar2;\n long in_FS_OFFSET;\n undefined *local_78;\n short local_70;\n int local_54;\n int local_50;\n int local_4c;\n uint local_1c [2];\n undefined local_11;\n long local_...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV EAX,EDX MOV qword ptr [RBP + -0x70],RCX MOV EDX,R8D MOV word ptr [RBP + -0x64],AX MOV EAX,EDX MOV word ptr [RBP + -0x68],AX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP ...
void function_1(type_1 *ctx,type_2 *key,short keybytes,type_2 *var_2,short saltbytes) { long var_8; int var_5; long var_1; type_2 *salt_local; short saltbytes_local; short keybytes_local; type_2 *key_local; type_1 *ctx_local; int var_3; int var_4; int var_6; type_3 *S0; type_3 *S1; type_3 ...
(translation_unit "void blowfish_expandkey(BlowfishContext *ctx,uchar *key,short keybytes,uchar *salt,short saltbytes)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n uchar *salt_local;\n short saltbytes_local;\n short keybytes_local;\n uchar *key_local;\n BlowfishContext *ctx_local;\n int i;\n int j;\...
(translation_unit "void function_1(type_1 *ctx,type_2 *key,short keybytes,type_2 *var_2,short saltbytes)\n\n{\n long var_8;\n int var_5;\n long var_1;\n type_2 *salt_local;\n short saltbytes_local;\n short keybytes_local;\n type_2 *key_local;\n type_1 *ctx_local;\n int var_3;\n int var_4;\n int var_6;\n 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: (pointe...
929_putty_and_putty_strip.c
ssh_pkt_getuint32
FUN_00141be2
ssh_pkt_getuint32
ulong ssh_pkt_getuint32(Packet *pkt) { ulong uVar1; Packet *pkt_local; ulong value; if (pkt->length - pkt->savedpos < 4) { uVar1 = 0; } else { uVar1 = (ulong)pkt->body[pkt->savedpos + 3] | (ulong)pkt->body[pkt->savedpos] << 0x18 | (ulong)pkt->body[pkt->savedpos + 1] << 0x10 | ...
ulong FUN_00141be2(long *param_1) { ulong uVar1; if (*param_1 - param_1[6] < 4) { uVar1 = 0; } else { uVar1 = (ulong)*(byte *)(param_1[6] + 3 + param_1[5]) | (ulong)*(byte *)(param_1[6] + param_1[5]) << 0x18 | (ulong)*(byte *)(param_1[6] + 1 + param_1[5]) << 0x10 | ...
(translation_unit "ulong FUN_00141be2(long *param_1)\n\n{\n ulong uVar1;\n \n if (*param_1 - param_1[6] < 4) {\n uVar1 = 0;\n }\n else {\n uVar1 = (ulong)*(byte *)(param_1[6] + 3 + param_1[5]) |\n (ulong)*(byte *)(param_1[6] + param_1[5]) << 0x18 |\n (ulong)*(byte *)(param_1[6] + 1 + pa...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RDX,qword ptr [RAX] MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x30] SUB RDX,RAX MOV RAX,RDX CMP RAX,0x3 JG 0x00141c0f MOV EAX,0x0 JMP 0x00141cb3 MOV RAX,qword ptr [RBP + -0x18] MOV RDX,qword ptr [RAX + 0x28] MOV RAX,...
type_1 function_1(type_2 *pkt) { type_1 uVar1; type_2 *pkt_local; type_1 value; if (pkt->length - pkt->savedpos < 4) { uVar1 = 0; } else { uVar1 = (type_1)pkt->body[pkt->savedpos + 3] | (type_1)pkt->body[pkt->savedpos] << 0x18 | (type_1)pkt->body[pkt->savedpos + 1] << 0x10 | ...
(translation_unit "ulong ssh_pkt_getuint32(Packet *pkt)\n\n{\n ulong uVar1;\n Packet *pkt_local;\n ulong value;\n \n if (pkt->length - pkt->savedpos < 4) {\n uVar1 = 0;\n }\n else {\n uVar1 = (ulong)pkt->body[pkt->savedpos + 3] |\n (ulong)pkt->body[pkt->savedpos] << 0x18 | (ulong)pkt->body[pkt->...
(translation_unit "type_1 function_1(type_2 *pkt)\n\n{\n type_1 uVar1;\n type_2 *pkt_local;\n type_1 value;\n \n if (pkt->length - pkt->savedpos < 4) {\n uVar1 = 0;\n }\n else {\n uVar1 = (type_1)pkt->body[pkt->savedpos + 3] |\n (type_1)pkt->body[pkt->savedpos] << 0x18 | (type_1)pkt->body[pkt->s...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) ...
1860_putty_and_putty_strip.c
about_box
FUN_001b9d45
about_box
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void about_box(void *window) { undefined8 uVar1; char *pcVar2; undefined8 uVar3; GtkWindow *pGVar4; GtkBox *pGVar5; GtkWidget *pGVar6; GtkWidget *parent; void *window_local; char *title; GtkWidget *w; GtkBox *action_area; ...
void FUN_001b9d45(undefined8 param_1) { long lVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; if (DAT_002362b0 == 0) { DAT_002362b0 = FUN_001c52d1(); uVar2 = gtk_container_get_type(); uVar2 = g_type_check_instance_cast(DAT_002362b0,uVar2); gtk_container_set_border_width(uVar2,...
(translation_unit "void FUN_001b9d45(undefined8 param_1)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n if (DAT_002362b0 == 0) {\n DAT_002362b0 = FUN_001c52d1();\n uVar2 = gtk_container_get_type();\n uVar2 = g_type_check_instance_cast(DAT_002362b0,uVar2);\n gtk_con...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x48],RDI MOV RAX,qword ptr [0x002362b0] TEST RAX,RAX JZ 0x001b9d72 MOV RAX,qword ptr [0x002362b0] MOV RDI,RAX CALL 0x001148b0 JMP 0x001ba17f CALL 0x001c52d1 MOV qword ptr [0x002362b0],RAX CALL 0x00114a90 MOV RDX,RAX MOV RAX,qword ptr [0x002362b0] MOV RSI...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ void function_1(void *window) { type_1 uVar1; char *pcVar2; type_1 uVar3; type_2 *pGVar4; type_3 *pGVar5; type_4 *pGVar6; type_4 *parent; void *window_local; char *title; type_4 *w; type_3 *action_area; char *buildinfo_t...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid about_box(void *window)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n undefined8 uVar3;\n GtkWindow *pGVar4;\n GtkBox *pGVar5;\n GtkWidget *pGVar6;\n GtkWidget *parent;\n void *window_local;\n char *title;\n GtkWi...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\nvoid function_1(void *window)\n\n{\n type_1 uVar1;\n char *pcVar2;\n type_1 uVar3;\n type_2 *pGVar4;\n type_3 *pGVar5;\n type_4 *pGVar6;\n type_4 *parent;\n void *window_local;\n char *title;\n type_4 *w;\n type_3 ...
(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...
1266_putty_and_putty_strip.c
dh_setup_gex
FUN_00174144
dh_setup_gex
void * dh_setup_gex(Bignum pval,Bignum gval) { dh_ctx *ctx_00; Bignum_conflict pBVar1; Bignum gval_local; Bignum pval_local; dh_ctx *ctx; ctx_00 = (dh_ctx *)safemalloc(1,0x30); pBVar1 = copybn((Bignum_conflict)pval); ctx_00->p = pBVar1; pBVar1 = copybn((Bignum_conflict)gval); ctx_00->g = pBVar1...
long FUN_00174144(undefined8 param_1,undefined8 param_2) { long lVar1; undefined8 uVar2; lVar1 = FUN_0012e037(1,0x30); uVar2 = FUN_00166d30(param_1); *(undefined8 *)(lVar1 + 0x10) = uVar2; uVar2 = FUN_00166d30(param_2); *(undefined8 *)(lVar1 + 0x28) = uVar2; FUN_00174035(lVar1); return lVar1; }
(translation_unit "long FUN_00174144(undefined8 param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n \n lVar1 = FUN_0012e037(1,0x30);\n uVar2 = FUN_00166d30(param_1);\n *(undefined8 *)(lVar1 + 0x10) = uVar2;\n uVar2 = FUN_00166d30(param_2);\n *(undefined8 *)(lVar1 + 0x28) = uVar2;\n FUN_0017403...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV ESI,0x30 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00166d30 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x10],RDX MOV RAX,qword pt...
void * function_1(type_1 pval,type_1 gval) { type_2 *ctx_00; type_3 pBVar1; type_1 gval_local; type_1 pval_local; type_2 *ctx; ctx_00 = (type_2 *)var_1(1,0x30); pBVar1 = var_2((type_3)pval); ctx_00->p = pBVar1; pBVar1 = var_2((type_3)gval); ctx_00->g = pBVar1; var_3(ctx_00); return ctx_00; ...
(translation_unit "void * dh_setup_gex(Bignum pval,Bignum gval)\n\n{\n dh_ctx *ctx_00;\n Bignum_conflict pBVar1;\n Bignum gval_local;\n Bignum pval_local;\n dh_ctx *ctx;\n \n ctx_00 = (dh_ctx *)safemalloc(1,0x30);\n pBVar1 = copybn((Bignum_conflict)pval);\n ctx_00->p = pBVar1;\n pBVar1 = copybn((Bignum_confli...
(translation_unit "void * function_1(type_1 pval,type_1 gval)\n\n{\n type_2 *ctx_00;\n type_3 pBVar1;\n type_1 gval_local;\n type_1 pval_local;\n type_2 *ctx;\n \n ctx_00 = (type_2 *)var_1(1,0x30);\n pBVar1 = var_2((type_3)pval);\n ctx_00->p = pBVar1;\n pBVar1 = var_2((type_3)gval);\n ctx_00->g = pBVar1;\n ...
(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)) (parameter_declaration type: (type_identifier) declarator: (identif...
1361_putty_and_putty_strip.c
ssh_gssapi_free_mic
FUN_0017dbd1
ssh_gssapi_free_mic
Ssh_gss_stat ssh_gssapi_free_mic(ssh_gss_library *lib,Ssh_gss_buf *hash) { Ssh_gss_stat SVar1; Ssh_gss_buf *hash_local; ssh_gss_library *lib_local; SVar1 = ssh_gssapi_free_tok(lib,hash); return SVar1; }
void FUN_0017dbd1(undefined8 param_1,undefined8 param_2) { FUN_0017d9e0(param_1,param_2); return; }
(translation_unit "void FUN_0017dbd1(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0017d9e0(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0017dbd1(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0017d9e0(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0017dbd1(und...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x0017d9e0 LEAVE RET
type_1 function_1(type_2 *lib,type_3 *hash) { type_1 SVar1; type_3 *hash_local; type_2 *lib_local; SVar1 = var_1(lib,hash); return SVar1; }
(translation_unit "Ssh_gss_stat ssh_gssapi_free_mic(ssh_gss_library *lib,Ssh_gss_buf *hash)\n\n{\n Ssh_gss_stat SVar1;\n Ssh_gss_buf *hash_local;\n ssh_gss_library *lib_local;\n \n SVar1 = ssh_gssapi_free_tok(lib,hash);\n return SVar1;\n}\n\n" (function_definition "Ssh_gss_stat ssh_gssapi_free_mic(ssh_gss_library...
(translation_unit "type_1 function_1(type_2 *lib,type_3 *hash)\n\n{\n type_1 SVar1;\n type_3 *hash_local;\n type_2 *lib_local;\n \n SVar1 = var_1(lib,hash);\n return SVar1;\n}\n\n" (function_definition "type_1 function_1(type_2 *lib,type_3 *hash)\n\n{\n type_1 SVar1;\n type_3 *hash_local;\n type_2 *lib_local;\...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (point...
1862_putty_and_putty_strip.c
eventlog_ok_handler
FUN_001ba1f1
eventlog_ok_handler
void eventlog_ok_handler(control *ctrl,void *dlg,void *data,int event) { int event_local; void *data_local; void *dlg_local; control *ctrl_local; if (event == 1) { dlg_end(dlg,0); } return; }
void FUN_001ba1f1(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4) { if (param_4 == 1) { FUN_001b46b6(param_2,0); } return; }
(translation_unit "void FUN_001ba1f1(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_001b46b6(param_2,0);\n }\n return;\n}\n\n" (function_definition "void FUN_001ba1f1(undefined8 param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 =...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x001ba21f MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x0 MOV RDI,RAX CALL 0x001b46b6 NOP LEAVE RET
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; if (var_1 == 1) { var_2(dlg,0); } return; }
(translation_unit "void eventlog_ok_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n \n if (event == 1) {\n dlg_end(dlg,0);\n }\n return;\n}\n\n" (function_definition "void eventlog_ok_handler(control *ctrl,void *dlg...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n \n if (var_1 == 1) {\n var_2(dlg,0);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1745_putty_and_putty_strip.c
columns_forall
FUN_001b049a
columns_forall
void columns_forall(GtkContainer *container,gboolean include_internals,GtkCallback callback, gpointer callback_data) { long *plVar1; GType GVar2; long lVar3; gpointer callback_data_local; GtkCallback callback_local; gboolean include_internals_local; GtkContainer *container_local; gb...
void FUN_001b049a(long *param_1,undefined8 param_2,code *param_3,undefined8 param_4) { long *plVar1; long lVar2; undefined8 uVar3; int local_3c; undefined8 *local_38; if (param_1 == (long *)0x0) { g_return_if_fail_warning(0,"columns_forall","container != NULL"); } else { lVar2 = FUN_001afc3...
(translation_unit "void FUN_001b049a(long *param_1,undefined8 param_2,code *param_3,undefined8 param_4)\n\n{\n long *plVar1;\n long lVar2;\n undefined8 uVar3;\n int local_3c;\n undefined8 *local_38;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_forall","container != NULL");\n }\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV qword ptr [RBP + -0x58],RDX MOV qword ptr [RBP + -0x60],RCX CMP qword ptr [RBP + -0x48],0x0 JNZ 0x001b04d5 LEA RDX,[0x2132ca] LEA RSI,[0x213468] MOV EDI,0x0 CALL 0x00114230 JMP 0x001b05ef MOV RAX,qword ptr [RBP + -0x48...
void function_1(type_1 *var_1,type_2 include_internals,type_3 var_7, type_4 callback_data) { long *var_11; type_5 var_4; long var_9; type_4 callback_data_local; type_3 callback_local; type_2 include_internals_local; type_1 *container_local; type_2 var_6; type_6 *var_10; type_7 *...
(translation_unit "void columns_forall(GtkContainer *container,gboolean include_internals,GtkCallback callback,\n gpointer callback_data)\n\n{\n long *plVar1;\n GType GVar2;\n long lVar3;\n gpointer callback_data_local;\n GtkCallback callback_local;\n gboolean include_internals_local;\n GtkCont...
(translation_unit "void function_1(type_1 *var_1,type_2 include_internals,type_3 var_7,\n type_4 callback_data)\n\n{\n long *var_11;\n type_5 var_4;\n long var_9;\n type_4 callback_data_local;\n type_3 callback_local;\n type_2 include_internals_local;\n type_1 *container_local;\n type_2 var_6;...
(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...
1599_putty_and_putty_strip.c
activate_option
FUN_001979b7
activate_option
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void activate_option(Telnet telnet,Opt *o) { Opt *o_00; Opt *o_local; Telnet telnet_local; if ((o->send == 0xfb) && (o->option == 0x1f)) { telnet_size(telnet,telnet->term_width,telnet->term_height); } if ((o->send == 0xfb) &&...
void FUN_001979b7(long param_1,int *param_2) { undefined *puVar1; if ((*param_2 == 0xfb) && (param_2[4] == 0x1f)) { FUN_00199467(param_1,*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c)); } if ((*param_2 == 0xfb) && ((param_2[4] == 0x27 || (param_2[4] == 0x24)))) { if (param_2[4] == ...
(translation_unit "void FUN_001979b7(long param_1,int *param_2)\n\n{\n undefined *puVar1;\n \n if ((*param_2 == 0xfb) && (param_2[4] == 0x1f)) {\n FUN_00199467(param_1,*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c));\n }\n if ((*param_2 == 0xfb) && ((param_2[4] == 0x27 || (param_2[4] == 0x24)))...
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 EAX,dword ptr [RAX] CMP EAX,0xfb JNZ 0x001979fc MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX + 0x10] CMP EAX,0x1f JNZ 0x001979fc MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 telnet,type_2 *o) { type_2 *o_00; type_2 *o_local; type_1 telnet_local; if ((o->send == 0xfb) && (o->option == 0x1f)) { var_1(telnet,telnet->term_width,telnet->term_height); } if ((o->send == 0xfb) && (...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid activate_option(Telnet telnet,Opt *o)\n\n{\n Opt *o_00;\n Opt *o_local;\n Telnet telnet_local;\n \n if ((o->send == 0xfb) && (o->option == 0x1f)) {\n telnet_size(telnet,telnet->term_width,telnet->term_height);\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 telnet,type_2 *o)\n\n{\n type_2 *o_00;\n type_2 *o_local;\n type_1 telnet_local;\n \n if ((o->send == 0xfb) && (o->option == 0x1f)) {\n var_1(telnet,telnet->term_width,telnet->term_height);\n }...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator...
1736_putty_and_putty_strip.c
about_handler
FUN_001af639
about_handler
void about_handler(control *ctrl,void *dlg,void *data,int event) { int event_local; void *data_local; void *dlg_local; control *ctrl_local; if (event == 1) { about_box((ctrl->generic).context.p); } return; }
void FUN_001af639(long param_1,undefined8 param_2,undefined8 param_3,int param_4) { if (param_4 == 1) { FUN_001b9d45(*(undefined8 *)(param_1 + 0x20)); } return; }
(translation_unit "void FUN_001af639(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if (param_4 == 1) {\n FUN_001b9d45(*(undefined8 *)(param_1 + 0x20));\n }\n return;\n}\n\n" (function_definition "void FUN_001af639(long param_1,undefined8 param_2,undefined8 param_3,int param_4)\n\n{\n if ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX CMP dword ptr [RBP + -0x1c],0x1 JNZ 0x001af666 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] MOV RDI,RAX CALL 0x001b9d45 NOP LEAVE RET
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; if (var_1 == 1) { var_2((ctrl->generic).context.p); } return; }
(translation_unit "void about_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n \n if (event == 1) {\n about_box((ctrl->generic).context.p);\n }\n return;\n}\n\n" (function_definition "void about_handler(control *ctrl...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n \n if (var_1 == 1) {\n var_2((ctrl->generic).context.p);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctrl,void *dlg,vo...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1086_putty_and_putty_strip.c
aes_decrypt_nb_8
FUN_00161c2f
aes_decrypt_nb_8
void aes_decrypt_nb_8(AESContext *ctx,word32 *block) { uint *puVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; byte bVar9; byte bVar10; byte bVar11; byte bVar12; byte bVar13; byte bVar14; byte bVar15; byte bVar16; byte bVar17; byte bVar18; ...
void FUN_00161c2f(long param_1,uint *param_2) { uint *puVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; byte bVar9; byte bVar10; byte bVar11; byte bVar12; byte bVar13; byte bVar14; byte bVar15; byte bVar16; byte bVar17; byte bVar18; byte ...
(translation_unit "void FUN_00161c2f(long param_1,uint *param_2)\n\n{\n uint *puVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n byte bVar10;\n byte bVar11;\n byte bVar12;\n byte bVar13;\n byte bVar14;\n byte bVar15;\n byte bVar16;\n...
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 + -0x48] ADD RAX,0x1e0 MOV qword ptr [RBP + -0x38],RAX MOV dword ptr [RBP + -0x3c],0x0 JMP 0x0016253b MOV RAX,qword ptr [RBP + -...
void function_1(type_1 *ctx,type_2 *block) { type_3 *puVar1; type_4 bVar2; type_4 bVar3; type_4 bVar4; type_4 bVar5; type_4 bVar6; type_4 bVar7; type_4 bVar8; type_4 bVar9; type_4 bVar10; type_4 bVar11; type_4 bVar12; type_4 bVar13; type_4 bVar14; type_4 bVar15; type_4 bVar16; type_4...
(translation_unit "void aes_decrypt_nb_8(AESContext *ctx,word32 *block)\n\n{\n uint *puVar1;\n byte bVar2;\n byte bVar3;\n byte bVar4;\n byte bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n byte bVar10;\n byte bVar11;\n byte bVar12;\n byte bVar13;\n byte bVar14;\n byte bVar15;\n byte bV...
(translation_unit "void function_1(type_1 *ctx,type_2 *block)\n\n{\n type_3 *puVar1;\n type_4 bVar2;\n type_4 bVar3;\n type_4 bVar4;\n type_4 bVar5;\n type_4 bVar6;\n type_4 bVar7;\n type_4 bVar8;\n type_4 bVar9;\n type_4 bVar10;\n type_4 bVar11;\n type_4 bVar12;\n type_4 bVar13;\n type_4 bVar14;\n type_...
(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...
1749_putty_and_putty_strip.c
columns_add
FUN_001b0802
columns_add
void columns_add(Columns *cols,GtkWidget *child,gint colstart,gint colspan) { int iVar1; GType GVar2; long lVar3; undefined8 *puVar4; GList *pGVar5; undefined8 uVar6; gint colspan_local; gint colstart_local; GtkWidget *child_local; Columns *cols_local; gboolean __r; GTypeInstance *__inst; GT...
void FUN_001b0802(long *param_1,long param_2,undefined4 param_3,undefined4 param_4) { int iVar1; long lVar2; long *plVar3; undefined8 uVar4; int local_24; if (param_1 == (long *)0x0) { g_return_if_fail_warning(0,"columns_add","cols != NULL"); } else { lVar2 = FUN_001afc3e(); if (param_1...
(translation_unit "void FUN_001b0802(long *param_1,long param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n long lVar2;\n long *plVar3;\n undefined8 uVar4;\n int local_24;\n \n if (param_1 == (long *)0x0) {\n g_return_if_fail_warning(0,"columns_add","cols != NULL");\n }\n else {\n lVar2 = ...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x34],EDX MOV dword ptr [RBP + -0x38],ECX CMP qword ptr [RBP + -0x28],0x0 JNZ 0x001b083c LEA RDX,[0x213338] LEA RSI,[0x213498] MOV EDI,0x0 CALL 0x00114230 JMP 0x001b0a61 MOV RAX,qword ptr [RBP + -0x28...
void function_1(type_1 *var_1,type_2 *var_7,type_3 colstart,type_3 colspan) { int var_17; type_4 var_4; long var_9; type_5 *var_11; type_6 *pGVar5; type_5 uVar6; type_3 colspan_local; type_3 colstart_local; type_2 *child_local; type_1 *cols_local; type_7 var_6; type_8 *__inst; type_4 __t; ...
(translation_unit "void columns_add(Columns *cols,GtkWidget *child,gint colstart,gint colspan)\n\n{\n int iVar1;\n GType GVar2;\n long lVar3;\n undefined8 *puVar4;\n GList *pGVar5;\n undefined8 uVar6;\n gint colspan_local;\n gint colstart_local;\n GtkWidget *child_local;\n Columns *cols_local;\n gboolean __r...
(translation_unit "void function_1(type_1 *var_1,type_2 *var_7,type_3 colstart,type_3 colspan)\n\n{\n int var_17;\n type_4 var_4;\n long var_9;\n type_5 *var_11;\n type_6 *pGVar5;\n type_5 uVar6;\n type_3 colspan_local;\n type_3 colstart_local;\n type_2 *child_local;\n type_1 *cols_local;\n type_7 var_6;\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1759_putty_and_putty_strip.c
columns_gtk3_get_min_width
FUN_001b1c88
columns_gtk3_get_min_width
gint columns_gtk3_get_min_width(ColumnsChild *child) { long in_FS_OFFSET; ColumnsChild *child_local; gint ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_width(child->widget,&ret,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNI...
undefined4 FUN_001b1c88(undefined8 *param_1) { long in_FS_OFFSET; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); gtk_widget_get_preferred_width(*param_1,&local_14,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not re...
(translation_unit "undefined4 FUN_001b1c88(undefined8 *param_1)\n\n{\n long in_FS_OFFSET;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width(*param_1,&local_14,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WAR...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] LEA RCX,[RBP + -0xc] MOV EDX,0x0 MOV RSI,RCX MOV RDI,RAX CALL 0x00114440 MOV EAX,dword ptr [RBP + -0xc] MOV RDX,qword ptr [RBP ...
type_1 function_1(type_2 *child) { long var_1; type_2 *child_local; type_1 ret; long var_3; var_3 = *(long *)(var_1 + 0x28); var_2(child->widget,&ret,0); if (var_3 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_4(); } return ret; }
(translation_unit "gint columns_gtk3_get_min_width(ColumnsChild *child)\n\n{\n long in_FS_OFFSET;\n ColumnsChild *child_local;\n gint ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n gtk_widget_get_preferred_width(child->widget,&ret,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\...
(translation_unit "type_1 function_1(type_2 *child)\n\n{\n long var_1;\n type_2 *child_local;\n type_1 ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(child->widget,&ret,0);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n var_4();\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specif...
1398_putty_and_putty_strip.c
base64_lines
FUN_00182a11
base64_lines
int base64_lines(int datalen) { int datalen_local; return (datalen + 0x2f) / 0x30; }
int FUN_00182a11(int param_1) { return (param_1 + 0x2f) / 0x30; }
(translation_unit "int FUN_00182a11(int param_1)\n\n{\n return (param_1 + 0x2f) / 0x30;\n}\n\n" (function_definition "int FUN_00182a11(int param_1)\n\n{\n return (param_1 + 0x2f) / 0x30;\n}" primitive_type (function_declarator "FUN_00182a11(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declara...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI MOV EAX,dword ptr [RBP + -0x4] LEA ECX,[RAX + 0x2f] MOV EDX,0x2aaaaaab MOV EAX,ECX IMUL EDX SAR EDX,0x3 MOV EAX,ECX SAR EAX,0x1f SUB EDX,EAX MOV EAX,EDX POP RBP RET
int function_1(int var_1) { int datalen_local; return (var_1 + 0x2f) / 0x30; }
(translation_unit "int base64_lines(int datalen)\n\n{\n int datalen_local;\n \n return (datalen + 0x2f) / 0x30;\n}\n\n" (function_definition "int base64_lines(int datalen)\n\n{\n int datalen_local;\n \n return (datalen + 0x2f) / 0x30;\n}" primitive_type (function_declarator "base64_lines(int datalen)" identifier ...
(translation_unit "int function_1(int var_1)\n\n{\n int datalen_local;\n \n return (var_1 + 0x2f) / 0x30;\n}\n\n" (function_definition "int function_1(int var_1)\n\n{\n int datalen_local;\n \n return (var_1 + 0x2f) / 0x30;\n}" primitive_type (function_declarator "function_1(int var_1)" identifier (parameter_list ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (return_st...
1864_putty_and_putty_strip.c
eventlog_selection_get
FUN_001ba4d1
eventlog_selection_get
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: time_stamp_local */ /* WARNING: Variable defined which should be unmapped: seldata_local */ /* WARNING: Variable defined which should be unmapped: widget_local */ void eventlog_selection_get ...
void FUN_001ba4d1(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4, long param_5,undefined8 param_6) { undefined4 uVar1; undefined8 uVar2; undefined8 uVar3; uVar1 = *(undefined4 *)(param_5 + 0xc98); uVar2 = *(undefined8 *)(param_5 + 0xc90); uVar3 = gtk_select...
(translation_unit "void FUN_001ba4d1(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n long param_5,undefined8 param_6)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n uVar1 = *(undefined4 *)(param_5 + 0xc98);\n uVar2 = *(undefined8 *)(param_5 + 0...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x34],EDX MOV dword ptr [RBP + -0x38],ECX MOV qword ptr [RBP + -0x40],R8 MOV RAX,qword ptr [RBP + -0x40] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV R12D,dwor...
/* WARNING: Variable defined which should be unmapped: data_local */ /* WARNING: Variable defined which should be unmapped: time_stamp_local */ /* WARNING: Variable defined which should be unmapped: seldata_local */ /* WARNING: Variable defined which should be unmapped: widget_local */ void function_1 ...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n\nvoid eve...
(translation_unit "/* WARNING: Variable defined which should be unmapped: data_local */\n/* WARNING: Variable defined which should be unmapped: time_stamp_local */\n/* WARNING: Variable defined which should be unmapped: seldata_local */\n/* WARNING: Variable defined which should be unmapped: widget_local */\n\nvoid fun...
(translation_unit (comment) (comment) (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration typ...
1725_putty_and_putty_strip.c
add234_internal
FUN_001ad587
add234_internal
void * add234_internal(tree234 *t,void *e,int index) { int iVar1; int iVar2; node234_conflict *pnVar3; int index_local; void *e_local; tree234 *t_local; int lcount; int rcount; int childnum; int c; int count; int childnum_1; node234_conflict *n; node234_conflict **np; node234_conflict *l...
long FUN_001ad587(long *param_1,long param_2,int param_3) { int iVar1; undefined4 uVar2; long lVar3; long *plVar4; int local_6c; long local_68; undefined4 local_50; undefined4 local_4c; int local_48; long *local_38; long *local_30; long *local_28; long *local_20; if (*param_1 == 0) { ...
(translation_unit "long FUN_001ad587(long *param_1,long param_2,int param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n long lVar3;\n long *plVar4;\n int local_6c;\n long local_68;\n undefined4 local_50;\n undefined4 local_4c;\n int local_48;\n long *local_38;\n long *local_30;\n long *local_28;\n long *local...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x58],RDI MOV qword ptr [RBP + -0x60],RSI MOV dword ptr [RBP + -0x64],EDX MOV RAX,qword ptr [RBP + -0x60] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x58] MOV RAX,qword ptr [RAX] TEST RAX,RAX JNZ 0x001ad681 MOV ESI,0x50 MOV EDI,0x1 CALL 0x0012e037 M...
void * function_1(type_1 *t,void *e,int index) { int var_3; int iVar2; type_2 *pnVar3; int var_2; void *e_local; type_1 *t_local; int lcount; int rcount; int var_4; int c; int count; int childnum_1; type_2 *var_5; type_2 **var_6; type_2 *left; type_2 *right; void *orig_e; type_2 *m...
(translation_unit "void * add234_internal(tree234 *t,void *e,int index)\n\n{\n int iVar1;\n int iVar2;\n node234_conflict *pnVar3;\n int index_local;\n void *e_local;\n tree234 *t_local;\n int lcount;\n int rcount;\n int childnum;\n int c;\n int count;\n int childnum_1;\n node234_conflict *n;\n node234_co...
(translation_unit "void * function_1(type_1 *t,void *e,int index)\n\n{\n int var_3;\n int iVar2;\n type_2 *pnVar3;\n int var_2;\n void *e_local;\n type_1 *t_local;\n int lcount;\n int rcount;\n int var_4;\n int c;\n int count;\n int childnum_1;\n type_2 *var_5;\n type_2 **var_6;\n type_2 *left;\n type_2...
(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...
1474_putty_and_putty_strip.c
SHA512_Core_Init
FUN_00189198
SHA512_Core_Init
void SHA512_Core_Init(SHA512_State *s) { ulong uVar1; SHA512_State *s_local; int i; for (i = 0; i < 8; i = i + 1) { uVar1 = SHA512_Core_Init::iv[i].lo; s->h[i].hi = SHA512_Core_Init::iv[i].hi; s->h[i].lo = uVar1; } return; }
void FUN_00189198(long param_1) { undefined8 *puVar1; undefined8 uVar2; int local_c; for (local_c = 0; local_c < 8; local_c = local_c + 1) { puVar1 = (undefined8 *)(param_1 + (long)local_c * 0x10); uVar2 = *(undefined8 *)(&DAT_00210748 + (long)local_c * 0x10); *puVar1 = *(undefined8 *)(&DAT_002...
(translation_unit "void FUN_00189198(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n int local_c;\n \n for (local_c = 0; local_c < 8; local_c = local_c + 1) {\n puVar1 = (undefined8 *)(param_1 + (long)local_c * 0x10);\n uVar2 = *(undefined8 *)(&DAT_00210748 + (long)local_c * 0x10);\n *puVar...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x001891e4 MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RBP + -0x4] MOVSXD RDX,EDX SHL RDX,0x4 LEA RCX,[RAX + RDX*0x1] MOV EAX,dword ptr [RBP + -0x4] CDQE SHL RAX,0x4 MOV RDX,RAX LEA RAX,[0x210740] LEA RDX,[RDX + RAX*0x1] MOV ...
void function_1(type_1 *s) { type_2 uVar1; type_1 *s_local; int var_1; for (var_1 = 0; var_1 < 8; var_1 = var_1 + 1) { uVar1 = function_1::iv[var_1].lo; s->h[var_1].hi = function_1::iv[var_1].hi; s->h[var_1].lo = uVar1; } return; }
(translation_unit "void SHA512_Core_Init(SHA512_State *s)\n\n{\n ulong uVar1;\n SHA512_State *s_local;\n int i;\n \n for (i = 0; i < 8; i = i + 1) {\n uVar1 = SHA512_Core_Init::iv[i].lo;\n s->h[i].hi = SHA512_Core_Init::iv[i].hi;\n s->h[i].lo = uVar1;\n }\n return;\n}\n\n" (function_definition "void SHA...
(translation_unit "void function_1(type_1 *s)\n\n{\n type_2 uVar1;\n type_1 *s_local;\n int var_1;\n \n for (var_1 = 0; var_1 < 8; var_1 = var_1 + 1) {\n uVar1 = function_1::iv[var_1].lo;\n s->h[var_1].hi = function_1::iv[var_1].hi;\n s->h[var_1].lo = uVar1;\n }\n return;\n}\n\n" (function_definition "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...
1863_putty_and_putty_strip.c
eventlog_list_handler
FUN_001ba222
eventlog_list_handler
void eventlog_list_handler(control *ctrl,void *dlg,void *data,int event) { int iVar1; size_t sVar2; void *pvVar3; int event_local; void *data_local; void *dlg_local; control *ctrl_local; int i; int i_1; int selsize; int extralen; eventlog_stuff *es; if (event == 0) { dlg_update_start(...
void FUN_001ba222(undefined8 param_1,undefined8 param_2,long param_3,int param_4) { int iVar1; size_t sVar2; undefined8 uVar3; undefined4 local_20; undefined4 local_1c; undefined4 local_18; if (param_4 == 0) { FUN_001b4449(param_1,param_2); FUN_001b32d5(param_1,param_2); for (local_20 = 0...
(translation_unit "void FUN_001ba222(undefined8 param_1,undefined8 param_2,long param_3,int param_4)\n\n{\n int iVar1;\n size_t sVar2;\n undefined8 uVar3;\n undefined4 local_20;\n undefined4 local_1c;\n undefined4 local_18;\n \n if (param_4 == 0) {\n FUN_001b4449(param_1,param_2);\n FUN_001b32d5(param_1,p...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV dword ptr [RBP + -0x3c],ECX MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x8],RAX CMP dword ptr [RBP + -0x3c],0x0 JNZ 0x001ba2d3 MOV RDX,qword ptr [RBP + -0x30] MOV RAX,qword pt...
void function_1(type_1 *ctrl,void *dlg,void *data,int var_1) { int var_10; size_t sVar2; void *pvVar3; int event_local; void *data_local; void *dlg_local; type_1 *ctrl_local; int var_4; int var_8; int var_12; int extralen; type_2 *es; if (var_1 == 0) { var_2(ctrl,dlg); var_3(ctrl,...
(translation_unit "void eventlog_list_handler(control *ctrl,void *dlg,void *data,int event)\n\n{\n int iVar1;\n size_t sVar2;\n void *pvVar3;\n int event_local;\n void *data_local;\n void *dlg_local;\n control *ctrl_local;\n int i;\n int i_1;\n int selsize;\n int extralen;\n eventlog_stuff *es;\n \n if (e...
(translation_unit "void function_1(type_1 *ctrl,void *dlg,void *data,int var_1)\n\n{\n int var_10;\n size_t sVar2;\n void *pvVar3;\n int event_local;\n void *data_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int var_4;\n int var_8;\n int var_12;\n int extralen;\n type_2 *es;\n \n if (var_1 == 0) {\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1054_putty_and_putty_strip.c
ssh2_bare_connection_protocol_setup
FUN_0015b3af
ssh2_bare_connection_protocol_setup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_bare_connection_protocol_setup(Ssh_conflict ssh) { Ssh_conflict ssh_local; int i; for (i = 0; i < 0x100; i = i + 1) { ssh->packet_dispatch[i] = ssh2_msg_something_unimplemented; } ssh->packet_dispatch[0x50] = ssh2_msg...
void FUN_0015b3af(long param_1) { int local_c; for (local_c = 0; local_c < 0x100; local_c = local_c + 1) { *(code **)(param_1 + 8 + ((long)local_c + 0x78) * 8) = FUN_0015b0e9; } *(code **)(param_1 + 0x648) = FUN_0015b06e; *(code **)(param_1 + 0x650) = FUN_0015b06e; *(code **)(param_1 + 0x658) = FUN...
(translation_unit "void FUN_0015b3af(long param_1)\n\n{\n int local_c;\n \n for (local_c = 0; local_c < 0x100; local_c = local_c + 1) {\n *(code **)(param_1 + 8 + ((long)local_c + 0x78) * 8) = FUN_0015b0e9;\n }\n *(code **)(param_1 + 0x648) = FUN_0015b06e;\n *(code **)(param_1 + 0x650) = FUN_0015b06e;\n *(cod...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x0015b3de MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RBP + -0x4] MOVSXD RDX,EDX ADD RDX,0x78 LEA RCX,[0x15b0e9] MOV qword ptr [RAX + RDX*0x8 + 0x8],RCX ADD dword ptr [RBP + -0x4],0x1 CMP dword ptr [RBP + -0x4],0xff JLE 0x00...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh) { type_1 ssh_local; int var_1; for (var_1 = 0; var_1 < 0x100; var_1 = var_1 + 1) { ssh->packet_dispatch[var_1] = ssh2_msg_something_unimplemented; } ssh->packet_dispatch[0x50] = ssh2_msg_unexpected; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_bare_connection_protocol_setup(Ssh_conflict ssh)\n\n{\n Ssh_conflict ssh_local;\n int i;\n \n for (i = 0; i < 0x100; i = i + 1) {\n ssh->packet_dispatch[i] = ssh2_msg_something_unimplemented;\n }\n ssh->pac...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh)\n\n{\n type_1 ssh_local;\n int var_1;\n \n for (var_1 = 0; var_1 < 0x100; var_1 = var_1 + 1) {\n ssh->packet_dispatch[var_1] = ssh2_msg_something_unimplemented;\n }\n ssh->packet_dispatch[...
(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)...
1803_putty_and_putty_strip.c
dlg_listbox_issel
FUN_001b3adb
dlg_listbox_issel
int dlg_listbox_issel(control *ctrl,void *dlg,int index) { int iVar1; uint uVar2; uctrl *puVar3; undefined8 uVar4; undefined8 uVar5; int index_local; void *dlg_local; control *ctrl_local; int ret; dlgparam *dp; uctrl *uc; GtkTreeSelection *treesel; GtkTreePath *path; puVar3 = dlg_find_b...
uint FUN_001b3adb(undefined8 param_1,undefined8 param_2,int param_3) { int iVar1; uint uVar2; undefined8 *puVar3; undefined8 uVar4; undefined8 uVar5; puVar3 = (undefined8 *)FUN_001b2d0b(param_2,param_1); if ((*(int *)*puVar3 != 1) && (*(int *)*puVar3 != 5)) { /* WARNING: Subroutin...
(translation_unit "uint FUN_001b3adb(undefined8 param_1,undefined8 param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n \n puVar3 = (undefined8 *)FUN_001b2d0b(param_2,param_1);\n if ((*(int *)*puVar3 != 1) && (*(int *)*puVar3 != 5)) {\n ...
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 RAX,qword ptr [RBP + -0x40] MOV qword ptr [RBP + -0x20],RAX MOV RDX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RBP + -0x20] MOV RSI,RDX MOV RDI,RAX CALL 0x001b2d0b MOV qword ptr [RBP + -...
int function_1(type_1 *ctrl,void *dlg,int var_11) { int var_12; type_2 uVar2; type_3 *puVar3; type_4 uVar4; type_4 uVar5; int index_local; void *dlg_local; type_1 *ctrl_local; int ret; type_5 *dp; type_3 *uc; type_6 *treesel; type_7 *path; puVar3 = var_1((type_5 *)dlg,ctrl); if (((puV...
(translation_unit "int dlg_listbox_issel(control *ctrl,void *dlg,int index)\n\n{\n int iVar1;\n uint uVar2;\n uctrl *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n int index_local;\n void *dlg_local;\n control *ctrl_local;\n int ret;\n dlgparam *dp;\n uctrl *uc;\n GtkTreeSelection *treesel;\n GtkTreePat...
(translation_unit "int function_1(type_1 *ctrl,void *dlg,int var_11)\n\n{\n int var_12;\n type_2 uVar2;\n type_3 *puVar3;\n type_4 uVar4;\n type_4 uVar5;\n int index_local;\n void *dlg_local;\n type_1 *ctrl_local;\n int ret;\n type_5 *dp;\n type_3 *uc;\n type_6 *treesel;\n type_7 *path;\n \n puVar3 = var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1044_putty_and_putty_strip.c
ssh2_setup_env
FUN_00154e55
ssh2_setup_env
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_setup_env(ssh_channel *c,Packet *pktin,void *ctx) { long in_FS_OFFSET; void *ctx_local; Packet *pktin_local; ssh_channel *c_local; char *key; char *val; Ssh_conflict ssh; ssh2_setup_env_state *s; int *crLine; Packe...
void FUN_00154e55(long *param_1,long param_2,int *param_3) { long in_FS_OFFSET; int *local_60; undefined8 local_40; long local_38; long local_30; int *local_28; int *local_20; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_30 = *param_1; local_60 = para...
(translation_unit "void FUN_00154e55(long *param_1,long param_2,int *param_3)\n\n{\n long in_FS_OFFSET;\n int *local_60;\n undefined8 local_40;\n long local_38;\n long local_30;\n int *local_28;\n int *local_20;\n undefined8 local_18;\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 + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x28],RAX CMP qword ptr [RBP + -0x58],0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *c,type_2 *var_10,void *var_2) { long var_1; void *ctx_local; type_2 *pktin_local; type_1 *c_local; char *key; char *var_5; type_3 ssh; type_4 *s; int *crLine; type_2 *pktout; long var_14; var_1...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_setup_env(ssh_channel *c,Packet *pktin,void *ctx)\n\n{\n long in_FS_OFFSET;\n void *ctx_local;\n Packet *pktin_local;\n ssh_channel *c_local;\n char *key;\n char *val;\n Ssh_conflict ssh;\n ssh2_setup_env_st...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c,type_2 *var_10,void *var_2)\n\n{\n long var_1;\n void *ctx_local;\n type_2 *pktin_local;\n type_1 *c_local;\n char *key;\n char *var_5;\n type_3 ssh;\n type_4 *s;\n int *crLine;\n type_2 *p...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1696_putty_and_putty_strip.c
sel_spread_half
FUN_001aaecf
sel_spread_half
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ pos sel_spread_half(Terminal *term,pos p,wchar_t dir) { anon_enum_32 aVar1; pos pVar2; short sVar3; wchar_t wVar4; wchar_t wVar5; wchar_t wVar6; termline *ptVar7; wchar_t dir_local; pos p_local; Terminal *term_local; short...
ulong FUN_001aaecf(long param_1,ulong param_2,int param_3) { ulong uVar1; ulong uVar2; short sVar3; int iVar4; int iVar5; int iVar6; ushort *puVar7; undefined8 local_48; ushort *local_28; ulong local_20; iVar4 = FUN_0019b985(param_1); local_28 = (ushort *)FUN_0019b9df(param_1,param_2 & 0xff...
(translation_unit "ulong FUN_001aaecf(long param_1,ulong param_2,int param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n short sVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n ushort *puVar7;\n undefined8 local_48;\n ushort *local_28;\n ulong local_20;\n \n iVar4 = FUN_0019b985(param_1);\n local_28 = (ushort *)FU...
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 RAX,qword ptr [RBP + -0x38] MOV RDI,RAX CALL 0x0019b985 NEG EAX MOV dword ptr [RBP + -0x2c],EAX MOV ESI,dword ptr [RBP + -0x40] MOV RAX,qword ptr [RBP + -0x38] MOV ECX,0x0 MOV EDX,0x16af...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_2 *term,type_1 p,type_3 var_6) { type_4 var_3; type_1 pVar2; short var_8; type_3 var_7; type_3 var_10; type_3 var_11; type_5 *ptVar7; type_3 dir_local; type_1 p_local; type_2 *term_local; short wvalu...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\npos sel_spread_half(Terminal *term,pos p,wchar_t dir)\n\n{\n anon_enum_32 aVar1;\n pos pVar2;\n short sVar3;\n wchar_t wVar4;\n wchar_t wVar5;\n wchar_t wVar6;\n termline *ptVar7;\n wchar_t dir_local;\n pos p_local;\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_2 *term,type_1 p,type_3 var_6)\n\n{\n type_4 var_3;\n type_1 pVar2;\n short var_8;\n type_3 var_7;\n type_3 var_10;\n type_3 var_11;\n type_5 *ptVar7;\n type_3 dir_local;\n type_1 p_local;\n t...
(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...
1888_putty_and_putty_strip.c
x11font_draw_text
FUN_001bcc25
x11font_draw_text
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11font_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string, wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth) { int iVar1; int iVar2; int iVar3; wchar_t nchars; void *str...
void FUN_001bcc25(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5, int param_6,int param_7,int param_8,int param_9) { int iVar1; int iVar2; undefined4 uVar3; long lVar4; undefined8 uVar5; int local_38; undefined4 local_34; int local_30; local_34 = 0; ...
(translation_unit "void FUN_001bcc25(int *param_1,long param_2,undefined4 param_3,undefined4 param_4,long param_5,\n int param_6,int param_7,int param_8,int param_9)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n undefined8 uVar5;\n int local_38;\n undefined4 local_34;\n int ...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV dword ptr [RBP + -0x44],EDX MOV dword ptr [RBP + -0x48],ECX MOV qword ptr [RBP + -0x50],R8 MOV dword ptr [RBP + -0x54],R9D MOV RAX,qword ptr [RBP + -0x40] MOV qword ptr [RBP + -0x18],RAX MOV dword ptr [RBP + -0x2c],0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string, type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12) { int var_3; int var_10; int var_13; type_3 nchars; void *string_00; char *mbst...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11font_draw_text(unifont_drawctx *ctx,unifont *font,wchar_t x,wchar_t y,wchar_t *string,\n wchar_t len,wchar_t wide,wchar_t bold,wchar_t cellwidth)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *ctx,type_2 *var_11,type_3 x,type_3 y,type_3 *string,\n type_3 var_6,type_3 var_1,type_3 var_2,type_3 var_12)\n\n{\n int var_3;\n int var_10;\n int var_13;\n type_3 nchars;\n v...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1650_putty_and_putty_strip.c
term_schedule_update
FUN_0019bdbe
term_schedule_update
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_schedule_update(Terminal *term) { ulong uVar1; Terminal *term_local; if (term->window_update_pending == L'\0') { term->window_update_pending = L'\x01'; uVar1 = schedule_timer(0x14,term_timer,term); term->next_upda...
void FUN_0019bdbe(long param_1) { undefined8 uVar1; if (*(int *)(param_1 + 0x112c) == 0) { *(undefined4 *)(param_1 + 0x112c) = 1; uVar1 = FUN_001ad1a6(0x14,FUN_0019bc7f,param_1); *(undefined8 *)(param_1 + 0x1130) = uVar1; } return; }
(translation_unit "void FUN_0019bdbe(long param_1)\n\n{\n undefined8 uVar1;\n \n if (*(int *)(param_1 + 0x112c) == 0) {\n *(undefined4 *)(param_1 + 0x112c) = 1;\n uVar1 = FUN_001ad1a6(0x14,FUN_0019bc7f,param_1);\n *(undefined8 *)(param_1 + 0x1130) = uVar1;\n }\n return;\n}\n\n" (function_definition "void ...
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 + 0x112c] TEST EAX,EAX JNZ 0x0019be0c MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x112c],0x1 MOV RAX,qword ptr [RBP + -0x8] MOV RDX,RAX LEA RSI,[0x19bc7f] MOV EDI,0x14 CALL 0x001ad1a6 MOV RDX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 uVar1; type_1 *term_local; if (term->window_update_pending == L'\0') { term->window_update_pending = L'\x01'; uVar1 = var_1(0x14,term_timer,term); term->next_update = uVar1; } retu...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_schedule_update(Terminal *term)\n\n{\n ulong uVar1;\n Terminal *term_local;\n \n if (term->window_update_pending == L'\0') {\n term->window_update_pending = L'\x01';\n uVar1 = schedule_timer(0x14,term_time...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 uVar1;\n type_1 *term_local;\n \n if (term->window_update_pending == L'\0') {\n term->window_update_pending = L'\x01';\n uVar1 = var_1(0x14,term_timer,term);\n term->ne...
(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...
1003_putty_and_putty_strip.c
do_ssh2_transport
FUN_0014c5b4
do_ssh2_transport
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void do_ssh2_transport(Ssh_conflict ssh,void *vin,int inlen,Packet *pktin) { long lVar1; int iVar2; void *pvVar3; Packet *pPVar4; char *pcVar5; size_t sVar6; Bignum pvVar7; char *pcVar8; Bignum_conflict pBVar9; undefined *pu...
void FUN_0014c5b4(long param_1,undefined8 param_2,int param_3,undefined8 *param_4) { undefined uVar1; undefined4 uVar2; int iVar3; undefined8 uVar4; size_t sVar5; undefined8 uVar6; undefined *puVar7; char *pcVar8; char *pcVar9; long in_FS_OFFSET; undefined8 *local_1b8; undefined4 local_18c; ...
(translation_unit "void FUN_0014c5b4(long param_1,undefined8 param_2,int param_3,undefined8 *param_4)\n\n{\n undefined uVar1;\n undefined4 uVar2;\n int iVar3;\n undefined8 uVar4;\n size_t sVar5;\n undefined8 uVar6;\n undefined *puVar7;\n char *pcVar8;\n char *pcVar9;\n long in_FS_OFFSET;\n undefined8 *local_...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x1a8 MOV qword ptr [RBP + -0x198],RDI MOV qword ptr [RBP + -0x1a0],RSI MOV dword ptr [RBP + -0x1a4],EDX MOV qword ptr [RBP + -0x1b0],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x1a0] MOV qword ptr [RBP + -0x100],RAX LEA RA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,void *vin,int var_16,type_2 *var_5) { long var_109; int var_4; void *pvVar3; type_2 *pPVar4; char *pcVar5; size_t sVar6; type_3 pvVar7; char *pcVar8; type_4 pBVar9; type_5 *puVar10; type_6 uVar11...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid do_ssh2_transport(Ssh_conflict ssh,void *vin,int inlen,Packet *pktin)\n\n{\n long lVar1;\n int iVar2;\n void *pvVar3;\n Packet *pPVar4;\n char *pcVar5;\n size_t sVar6;\n Bignum pvVar7;\n char *pcVar8;\n Bignum_c...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,void *vin,int var_16,type_2 *var_5)\n\n{\n long var_109;\n int var_4;\n void *pvVar3;\n type_2 *pPVar4;\n char *pcVar5;\n size_t sVar6;\n type_3 pvVar7;\n char *pcVar8;\n type_4 pBVar9;\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:...
1118_putty_and_putty_strip.c
blowfish_msb_decrypt_cbc
FUN_00165d9c
blowfish_msb_decrypt_cbc
void blowfish_msb_decrypt_cbc(uchar *blk,int len,BlowfishContext *ctx) { uint uVar1; uint uVar2; long lVar3; uint xL_00; uint xR_00; long in_FS_OFFSET; BlowfishContext *ctx_local; int len_local; uchar *blk_local; word32 iv0; word32 iv1; word32 xL; word32 xR; word32 out [2]; lVar3 = *(...
void FUN_00165d9c(byte *param_1,uint param_2,long param_3) { uint uVar1; uint uVar2; long in_FS_OFFSET; uint local_34; byte *local_30; uint local_28; uint local_24; uint local_18; uint local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if ((param_2 & 7) != 0) { ...
(translation_unit "void FUN_00165d9c(byte *param_1,uint param_2,long param_3)\n\n{\n uint uVar1;\n uint uVar2;\n long in_FS_OFFSET;\n uint local_34;\n byte *local_30;\n uint local_28;\n uint local_24;\n uint local_18;\n uint local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if ((...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV qword ptr [RBP + -0x38],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [RBP + -0x2c] AND EAX,0x7 TEST EAX,EAX JZ 0x00165de7 LEA RCX,[0x20d8e0] MOV EDX,0x199 LEA RSI,[0x20d8...
void function_1(type_1 *blk,int var_2,type_2 *ctx) { type_3 var_9; type_3 var_10; long var_11; type_3 xL_00; type_3 xR_00; long var_1; type_2 *ctx_local; int var_4; type_1 *var_5; type_4 var_7; type_4 var_8; type_4 xL; type_4 xR; type_4 out [2]; var_11 = *(long *)(var_1 + 0x28); if ...
(translation_unit "void blowfish_msb_decrypt_cbc(uchar *blk,int len,BlowfishContext *ctx)\n\n{\n uint uVar1;\n uint uVar2;\n long lVar3;\n uint xL_00;\n uint xR_00;\n long in_FS_OFFSET;\n BlowfishContext *ctx_local;\n int len_local;\n uchar *blk_local;\n word32 iv0;\n word32 iv1;\n word32 xL;\n word32 xR;\...
(translation_unit "void function_1(type_1 *blk,int var_2,type_2 *ctx)\n\n{\n type_3 var_9;\n type_3 var_10;\n long var_11;\n type_3 xL_00;\n type_3 xR_00;\n long var_1;\n type_2 *ctx_local;\n int var_4;\n type_1 *var_5;\n type_4 var_7;\n type_4 var_8;\n type_4 xL;\n type_4 xR;\n type_4 out [2];\n \n var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
1583_putty_and_putty_strip.c
zlib_disable_compression
FUN_0019591c
zlib_disable_compression
int zlib_disable_compression(void *handle) { long lVar1; int iVar2; void *handle_local; int n; LZ77Context *ectx; Outbuf *out; lVar1 = *(long *)((long)handle + 8); *(undefined4 *)(lVar1 + 0x20) = 1; if (*(int *)(lVar1 + 0x1c) == 0) { iVar2 = *(int *)(lVar1 + 0x18) + 10; if (iVar2 < 0) { ...
int FUN_0019591c(long param_1) { long lVar1; undefined4 local_1c; lVar1 = *(long *)(param_1 + 8); *(undefined4 *)(lVar1 + 0x20) = 1; if (*(int *)(lVar1 + 0x1c) == 0) { local_1c = *(int *)(lVar1 + 0x18) + 10; if (local_1c < 0) { local_1c = *(int *)(lVar1 + 0x18) + 0x11; } local_1c = ...
(translation_unit "int FUN_0019591c(long param_1)\n\n{\n long lVar1;\n undefined4 local_1c;\n \n lVar1 = *(long *)(param_1 + 8);\n *(undefined4 *)(lVar1 + 0x20) = 1;\n if (*(int *)(lVar1 + 0x1c) == 0) {\n local_1c = *(int *)(lVar1 + 0x18) + 10;\n if (local_1c < 0) {\n local_1c = *(int *)(lVar1 + 0x18) ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x20],0x1 MOV dword ptr [RBP + -0x14],0x0 MOV RAX,qword pt...
int function_1(void *handle) { long var_1; int var_2; void *handle_local; int var_3; type_1 *ectx; type_2 *out; var_1 = *(long *)((long)handle + 8); *(type_3 *)(var_1 + 0x20) = 1; if (*(int *)(var_1 + 0x1c) == 0) { var_2 = *(int *)(var_1 + 0x18) + 10; if (var_2 < 0) { var_2 = *(int ...
(translation_unit "int zlib_disable_compression(void *handle)\n\n{\n long lVar1;\n int iVar2;\n void *handle_local;\n int n;\n LZ77Context *ectx;\n Outbuf *out;\n \n lVar1 = *(long *)((long)handle + 8);\n *(undefined4 *)(lVar1 + 0x20) = 1;\n if (*(int *)(lVar1 + 0x1c) == 0) {\n iVar2 = *(int *)(lVar1 + 0x1...
(translation_unit "int function_1(void *handle)\n\n{\n long var_1;\n int var_2;\n void *handle_local;\n int var_3;\n type_1 *ectx;\n type_2 *out;\n \n var_1 = *(long *)((long)handle + 8);\n *(type_3 *)(var_1 + 0x20) = 1;\n if (*(int *)(var_1 + 0x1c) == 0) {\n var_2 = *(int *)(var_1 + 0x18) + 10;\n if (v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifie...
995_putty_and_putty_strip.c
ssh_msg_ignore
FUN_0014bfca
ssh_msg_ignore
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh_msg_ignore(Ssh_conflict ssh,Packet *pktin) { Packet *pktin_local; Ssh_conflict ssh_local; return; }
void FUN_0014bfca(void) { return; }
(translation_unit "void FUN_0014bfca(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0014bfca(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0014bfca(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
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,type_2 *pktin) { type_2 *pktin_local; type_1 ssh_local; return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_msg_ignore(Ssh_conflict ssh,Packet *pktin)\n\n{\n Packet *pktin_local;\n Ssh_conflict ssh_local;\n \n return;\n}\n\n" comment (function_definition "void ssh_msg_ignore(Ssh_conflict ssh,Packet *pktin)\n\n{\n Pack...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,type_2 *pktin)\n\n{\n type_2 *pktin_local;\n type_1 ssh_local;\n \n return;\n}\n\n" comment (function_definition "void function_1(type_1 ssh,type_2 *pktin)\n\n{\n type_2 *pktin_local;\n type_1...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator...
1313_putty_and_putty_strip.c
ecp_mul_
FUN_00178c90
ecp_mul_
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_point * ecp_mul_(ec_point *a,Bignum b,int aminus3) { int iVar1; int iVar2; ec_point *peVar3; int aminus3_local; Bignum b_local; ec_point *a_local; int i; int bits; ec_point *A; ec_point *ret; ec_point *tmp; ec_point *...
undefined8 FUN_00178c90(undefined8 *param_1,undefined8 param_2,undefined4 param_3) { int iVar1; int iVar2; undefined8 uVar3; undefined4 local_30; undefined8 local_28; undefined8 local_20; local_28 = FUN_00176e72(param_1); local_20 = FUN_00176dfc(*param_1,0,0,0,1); iVar1 = FUN_0016aba4(param_2); ...
(translation_unit "undefined8 FUN_00178c90(undefined8 *param_1,undefined8 param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n undefined4 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_28 = FUN_00176e72(param_1);\n local_20 = FUN_00176dfc(*param_1,0,0,0,1);\n iV...
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 RAX,qword ptr [RBP + -0x38] MOV RDI,RAX CALL 0x00176e72 MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX] MOV R8D,0x1 MOV ECX,0x0 MOV EDX,0x0 MOV ES...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_1 *a,type_2 b,int aminus3) { int var_5; int var_7; type_1 *peVar3; int aminus3_local; type_2 b_local; type_1 *a_local; int var_4; int bits; type_1 *A; type_1 *ret; type_1 *tmp; type_1 *tmp_1; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ecp_mul_(ec_point *a,Bignum b,int aminus3)\n\n{\n int iVar1;\n int iVar2;\n ec_point *peVar3;\n int aminus3_local;\n Bignum b_local;\n ec_point *a_local;\n int i;\n int bits;\n ec_point *A;\n ec_point *re...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *a,type_2 b,int aminus3)\n\n{\n int var_5;\n int var_7;\n type_1 *peVar3;\n int aminus3_local;\n type_2 b_local;\n type_1 *a_local;\n int var_4;\n int bits;\n type_1 *A;\n type_1 *ret;\n ...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
1311_putty_and_putty_strip.c
ecp_adde
FUN_001788de
ecp_adde
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_point * ecp_adde(ec_point *a,ec_point *b) { Bignum_conflict pBVar1; Bignum_conflict pBVar2; Bignum_conflict pBVar3; Bignum_conflict pBVar4; ec_point *peVar5; Bignum_conflict p; ec_point *b_local; ec_point *a_local; Bignum t...
undefined8 FUN_001788de(long *param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; long lVar5; uVar1 = FUN_00169cba(param_1[1],*(undefined8 *)(param_2 + 0x10),*(undefined8 *)(*param_1 + 0x20)); uVar2 = FUN_00169cba(*(undefined8 *)(param_2 + 8),param_1[2],*(u...
(translation_unit "undefined8 FUN_001788de(long *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n long lVar5;\n \n uVar1 = FUN_00169cba(param_1[1],*(undefined8 *)(param_2 + 0x10),*(undefined8 *)(*param_1 + 0x20));\n uVar2 = FUN_00169cba(*(undefined8 *)...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x68],RDI MOV qword ptr [RBP + -0x70],RSI MOV RAX,qword ptr [RBP + -0x68] MOV RAX,qword ptr [RAX] MOV RDX,qword ptr [RAX + 0x20] MOV RAX,qword ptr [RBP + -0x70] MOV RCX,qword ptr [RAX + 0x10] MOV RAX,qword ptr [RBP + -0x68] MOV RAX,qword ptr [RAX + 0x8] MOV RSI,RC...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_1 *a,type_1 *b) { type_2 var_7; type_2 pBVar2; type_2 pBVar3; type_2 var_5; type_1 *peVar5; type_2 p; type_1 *b_local; type_1 *a_local; type_3 tmp; type_3 tmp2; type_3 tmp3; type_3 tmp4; type_3...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ecp_adde(ec_point *a,ec_point *b)\n\n{\n Bignum_conflict pBVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict pBVar4;\n ec_point *peVar5;\n Bignum_conflict p;\n ec_point *b_local;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *a,type_1 *b)\n\n{\n type_2 var_7;\n type_2 pBVar2;\n type_2 pBVar3;\n type_2 var_5;\n type_1 *peVar5;\n type_2 p;\n type_1 *b_local;\n type_1 *a_local;\n type_3 tmp;\n type_3 tmp2;\n typ...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
1645_putty_and_putty_strip.c
resizeline
FUN_0019b6f0
resizeline
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void resizeline(Terminal *term,termline *line,wchar_t cols) { wchar_t wVar1; ulong uVar2; undefined4 uVar3; termchar *ptVar4; wchar_t cols_local; termline *line_local; Terminal *term_local; wchar_t i; wchar_t oldcols; if ...
void FUN_0019b6f0(long param_1,long param_2,int param_3) { undefined8 *puVar1; int iVar2; undefined8 uVar3; int local_10; if (param_3 != *(int *)(param_2 + 4)) { iVar2 = *(int *)(param_2 + 4); for (local_10 = param_3; local_10 < iVar2; local_10 = local_10 + 1) { FUN_0019a125(param_2,local_1...
(translation_unit "void FUN_0019b6f0(long param_1,long param_2,int param_3)\n\n{\n undefined8 *puVar1;\n int iVar2;\n undefined8 uVar3;\n int local_10;\n \n if (param_3 != *(int *)(param_2 + 4)) {\n iVar2 = *(int *)(param_2 + 4);\n for (local_10 = param_3; local_10 < iVar2; local_10 = local_10 + 1) {\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX + 0x4] CMP dword ptr [RBP + -0x24],EAX JZ 0x0019b982 MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX + 0x4] MOV dword ptr [RBP +...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 *line,type_3 var_1) { type_3 var_3; type_4 uVar2; type_5 uVar3; type_6 *ptVar4; type_3 cols_local; type_2 *line_local; type_1 *term_local; type_3 var_2; type_3 oldcols; if (var_1 != lin...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid resizeline(Terminal *term,termline *line,wchar_t cols)\n\n{\n wchar_t wVar1;\n ulong uVar2;\n undefined4 uVar3;\n termchar *ptVar4;\n wchar_t cols_local;\n termline *line_local;\n Terminal *term_local;\n wchar_t ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 *line,type_3 var_1)\n\n{\n type_3 var_3;\n type_4 uVar2;\n type_5 uVar3;\n type_6 *ptVar4;\n type_3 cols_local;\n type_2 *line_local;\n type_1 *term_local;\n type_3 var_2;\n type_3...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1481_putty_and_putty_strip.c
SHA384_Final
FUN_0018da53
SHA384_Final
int SHA384_Final(uchar *md,SHA512_CTX *c) { long lVar1; long in_FS_OFFSET; uchar *digest_local; SHA512_State *s_local; uchar biggerDigest [64]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); SHA512_Final((SHA512_State *)md,biggerDigest); memcpy(c,biggerDigest,0x30); if (lVar1 != *(long *)(in_FS_OFFSET +...
void FUN_0018da53(undefined8 param_1,void *param_2) { long in_FS_OFFSET; undefined local_58 [72]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0018d665(param_1,local_58); memcpy(param_2,local_58,0x30); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: ...
(translation_unit "void FUN_0018da53(undefined8 param_1,void *param_2)\n\n{\n long in_FS_OFFSET;\n undefined local_58 [72];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0018d665(param_1,local_58);\n memcpy(param_2,local_58,0x30);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n ...
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 LEA RDX,[RBP + -0x50] MOV RAX,qword ptr [RBP + -0x58] MOV RSI,RDX MOV RDI,RAX CALL 0x0018d665 LEA RCX,[RBP + -0x50] MOV RAX,qword ptr [RBP + -0x60] MOV...
int function_1(type_1 *md,type_2 *c) { long var_4; long var_1; type_1 *digest_local; type_3 *s_local; type_1 biggerDigest [64]; var_4 = *(long *)(var_1 + 0x28); var_2((type_3 *)md,biggerDigest); var_3(c,biggerDigest,0x30); if (var_4 != *(long *)(var_1 + 0x28)) { /* WARNING: Su...
(translation_unit "int SHA384_Final(uchar *md,SHA512_CTX *c)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n uchar *digest_local;\n SHA512_State *s_local;\n uchar biggerDigest [64];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n SHA512_Final((SHA512_State *)md,biggerDigest);\n memcpy(c,biggerDigest,0x30);\n if (lVa...
(translation_unit "int function_1(type_1 *md,type_2 *c)\n\n{\n long var_4;\n long var_1;\n type_1 *digest_local;\n type_3 *s_local;\n type_1 biggerDigest [64];\n \n var_4 = *(long *)(var_1 + 0x28);\n var_2((type_3 *)md,biggerDigest);\n var_3(c,biggerDigest,0x30);\n if (var_4 != *(long *)(var_1 + 0x28)) {\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...
1675_putty_and_putty_strip.c
check_boundary
FUN_0019f492
check_boundary
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void check_boundary(Terminal *term,wchar_t x,wchar_t y) { termchar *ptVar1; ulong uVar2; undefined4 uVar3; termline *line; termchar *ptVar4; wchar_t y_local; wchar_t x_local; Terminal *term_local; termline *ldata; if ((L'...
void FUN_0019f492(long param_1,int param_2,undefined4 param_3) { undefined8 *puVar1; undefined8 uVar2; ushort *puVar3; undefined8 *puVar4; if ((0 < param_2) && (param_2 <= *(int *)(param_1 + 0x18c))) { puVar3 = (ushort *)FUN_0019b9df(param_1,param_3,0x955,1); FUN_0019bc3a(param_1,puVar3); if ...
(translation_unit "void FUN_0019f492(long param_1,int param_2,undefined4 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n ushort *puVar3;\n undefined8 *puVar4;\n \n if ((0 < param_2) && (param_2 <= *(int *)(param_1 + 0x18c))) {\n puVar3 = (ushort *)FUN_0019b9df(param_1,param_3,0x955,1);\n FUN_0019b...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV dword ptr [RBP + -0x20],EDX CMP dword ptr [RBP + -0x1c],0x0 JLE 0x0019f5ec MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x18c] CMP dword ptr [RBP + -0x1c],EAX JG 0x0019f5ec MOV ESI,dword ptr [RBP + -0x20] M...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term,type_2 var_1,type_2 y) { type_3 *ptVar1; type_4 uVar2; type_5 uVar3; type_6 *line; type_3 *ptVar4; type_2 y_local; type_2 x_local; type_1 *term_local; type_6 *ldata; if ((L'\0' < var_1) && (va...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid check_boundary(Terminal *term,wchar_t x,wchar_t y)\n\n{\n termchar *ptVar1;\n ulong uVar2;\n undefined4 uVar3;\n termline *line;\n termchar *ptVar4;\n wchar_t y_local;\n wchar_t x_local;\n Terminal *term_local;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term,type_2 var_1,type_2 y)\n\n{\n type_3 *ptVar1;\n type_4 uVar2;\n type_5 uVar3;\n type_6 *line;\n type_3 *ptVar4;\n type_2 y_local;\n type_2 x_local;\n type_1 *term_local;\n type_6 *ldata;\...
(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...
1567_putty_and_putty_strip.c
ssh_share_sockname
FUN_00194216
ssh_share_sockname
char * ssh_share_sockname(char *host,int port,Conf *conf) { char *ptr; Conf *conf_local; int port_local; char *host_local; char *sockname; char *username; ptr = get_remote_username(conf); if (port == 0x16) { if (ptr == (char *)0x0) { sockname = dupprintf("%s",host); } else { ...
undefined8 FUN_00194216(undefined8 param_1,int param_2,undefined8 param_3) { long lVar1; undefined8 local_18; lVar1 = FUN_001362e5(param_3); if (param_2 == 0x16) { if (lVar1 == 0) { local_18 = FUN_0012d477(&DAT_0021130b,param_1); } else { local_18 = FUN_0012d477("%s@%s",lVar1,param_...
(translation_unit "undefined8 FUN_00194216(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n \n lVar1 = FUN_001362e5(param_3);\n if (param_2 == 0x16) {\n if (lVar1 == 0) {\n local_18 = FUN_0012d477(&DAT_0021130b,param_1);\n }\n else {\n local_18 = FUN...
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 + -0x28] MOV RDI,RAX CALL 0x001362e5 MOV qword ptr [RBP + -0x8],RAX CMP dword ptr [RBP + -0x1c],0x16 JNZ 0x00194286 CMP qword ptr [RBP + -0x8],0x0 JZ 0x00194268 MOV RD...
char * function_1(char *host,int var_2,type_1 *conf) { char *var_3; type_1 *conf_local; int port_local; char *host_local; char *sockname; char *username; var_3 = var_1(conf); if (var_2 == 0x16) { if (var_3 == (char *)0x0) { sockname = var_4("%s",host); } else { sockname = va...
(translation_unit "char * ssh_share_sockname(char *host,int port,Conf *conf)\n\n{\n char *ptr;\n Conf *conf_local;\n int port_local;\n char *host_local;\n char *sockname;\n char *username;\n \n ptr = get_remote_username(conf);\n if (port == 0x16) {\n if (ptr == (char *)0x0) {\n sockname = dupprintf("%s...
(translation_unit "char * function_1(char *host,int var_2,type_1 *conf)\n\n{\n char *var_3;\n type_1 *conf_local;\n int port_local;\n char *host_local;\n char *sockname;\n char *username;\n \n var_3 = var_1(conf);\n if (var_2 == 0x16) {\n if (var_3 == (char *)0x0) {\n sockname = var_4("%s",host);\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: (primi...
1011_putty_and_putty_strip.c
ssh2_chanreq_init
FUN_0015206d
ssh2_chanreq_init
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Packet * ssh2_chanreq_init(ssh_channel *c,char *type,cchandler_fn_t handler,void *ctx) { Packet *pkt; void *ctx_local; cchandler_fn_t handler_local; char *type_local; ssh_channel *c_local; Packet *pktout; if ((c->closes & 10U) ...
undefined8 FUN_0015206d(long param_1,undefined8 param_2,long param_3,undefined8 param_4) { undefined8 uVar1; if ((*(uint *)(param_1 + 0x18) & 10) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("!(c->closes & (CLOSES_SENT_CLOSE | CLOSES_RCVD_CLOSE))","ssh.c",0x1f01, ...
(translation_unit "undefined8 FUN_0015206d(long param_1,undefined8 param_2,long param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n \n if ((*(uint *)(param_1 + 0x18) & 10) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("!(c->closes & (CLOSES_SENT_CLOSE | CLOSES_RCVD_CLOS...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV qword ptr [RBP + -0x30],RCX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x18] AND EAX,0xa TEST EAX,EAX JZ 0x001520b2 LEA RCX,[0x20a0f0] MOV EDX,0x1f01 LEA RSI,[0x2062e6] LEA...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_2 *c,char *type,type_3 var_6,void *ctx) { type_1 *pkt; void *ctx_local; type_3 handler_local; char *type_local; type_2 *c_local; type_1 *pktout; if ((c->closes & 10U) != 0) { /* WARN...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nPacket * ssh2_chanreq_init(ssh_channel *c,char *type,cchandler_fn_t handler,void *ctx)\n\n{\n Packet *pkt;\n void *ctx_local;\n cchandler_fn_t handler_local;\n char *type_local;\n ssh_channel *c_local;\n Packet *pktout;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *c,char *type,type_3 var_6,void *ctx)\n\n{\n type_1 *pkt;\n void *ctx_local;\n type_3 handler_local;\n char *type_local;\n type_2 *c_local;\n type_1 *pktout;\n \n if ((c->closes & 10U) != 0)...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
945_putty_and_putty_strip.c
ssh_set_frozen
FUN_00143cb2
ssh_set_frozen
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh_set_frozen(Ssh_conflict ssh,int frozen) { int frozen_local; Ssh_conflict ssh_local; if (ssh->s != (Socket)0x0) { (*(*ssh->s)->set_frozen)(ssh->s,frozen); } ssh->frozen = frozen; return; }
void FUN_00143cb2(long param_1,undefined4 param_2) { if (*(long *)(param_1 + 0x20) != 0) { (**(code **)(**(long **)(param_1 + 0x20) + 0x30))(*(undefined8 *)(param_1 + 0x20),param_2); } *(undefined4 *)(param_1 + 0x3a8) = param_2; return; }
(translation_unit "void FUN_00143cb2(long param_1,undefined4 param_2)\n\n{\n if (*(long *)(param_1 + 0x20) != 0) {\n (**(code **)(**(long **)(param_1 + 0x20) + 0x30))(*(undefined8 *)(param_1 + 0x20),param_2);\n }\n *(undefined4 *)(param_1 + 0x3a8) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00143...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] TEST RAX,RAX JZ 0x00143cef MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x30] MOV RDX,qword ptr ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,int frozen) { int frozen_local; type_1 ssh_local; if (ssh->s != (type_2)0x0) { (*(*ssh->s)->set_frozen)(ssh->s,frozen); } ssh->frozen = frozen; return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh_set_frozen(Ssh_conflict ssh,int frozen)\n\n{\n int frozen_local;\n Ssh_conflict ssh_local;\n \n if (ssh->s != (Socket)0x0) {\n (*(*ssh->s)->set_frozen)(ssh->s,frozen);\n }\n ssh->frozen = frozen;\n return;\...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,int frozen)\n\n{\n int frozen_local;\n type_1 ssh_local;\n \n if (ssh->s != (type_2)0x0) {\n (*(*ssh->s)->set_frozen)(ssh->s,frozen);\n }\n ssh->frozen = frozen;\n return;\n}\n\n" comment ...
(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...
1043_putty_and_putty_strip.c
ssh2_setup_pty
FUN_00154b6a
ssh2_setup_pty
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_setup_pty(ssh_channel *c,Packet *pktin,void *ctx) { Ssh_conflict ssh_00; char *pcVar1; Packet *pkt; void *ctx_local; Packet *pktin_local; ssh_channel *c_local; Ssh_conflict ssh; ssh2_setup_pty_state *s; int *crLine; ...
void FUN_00154b6a(long *param_1,long param_2,int *param_3) { long lVar1; undefined8 uVar2; undefined8 uVar3; int *local_50; lVar1 = *param_1; local_50 = param_3; if (param_3 == (int *)0x0) { local_50 = (int *)FUN_0012e037(1,4); *local_50 = 0; } if (*local_50 == 0) { *(undefined4 *)(lV...
(translation_unit "void FUN_00154b6a(long *param_1,long param_2,int *param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n int *local_50;\n \n lVar1 = *param_1;\n local_50 = param_3;\n if (param_3 == (int *)0x0) {\n local_50 = (int *)FUN_0012e037(1,4);\n *local_50 = 0;\n }\n if (*local_5...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV qword ptr [RBP + -0x48],RDX MOV RAX,qword ptr [RBP + -0x38] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x30],RAX CMP qword ptr [RBP + -0x48],0x0 JNZ 0x00154bb8 MOV ESI,0x4 MOV EDI,0x1 CALL 0x0012e0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *c,type_2 *var_13,void *var_1) { type_3 ssh_00; char *pcVar1; type_2 *pkt; void *ctx_local; type_2 *pktin_local; type_1 *c_local; type_3 ssh; type_4 *s; int *crLine; type_2 *pktout; ssh_00 = c->ss...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_setup_pty(ssh_channel *c,Packet *pktin,void *ctx)\n\n{\n Ssh_conflict ssh_00;\n char *pcVar1;\n Packet *pkt;\n void *ctx_local;\n Packet *pktin_local;\n ssh_channel *c_local;\n Ssh_conflict ssh;\n ssh2_setup...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c,type_2 *var_13,void *var_1)\n\n{\n type_3 ssh_00;\n char *pcVar1;\n type_2 *pkt;\n void *ctx_local;\n type_2 *pktin_local;\n type_1 *c_local;\n type_3 ssh;\n type_4 *s;\n int *crLine;\n typ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
1295_putty_and_putty_strip.c
ec_ed25519
FUN_00176a64
ec_ed25519
/* WARNING: Unknown calling convention */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_curve * ec_ed25519(void) { if (ec_ed25519::initialised == '\0') { ec_ed25519::curve.name = (char *)0x0; initialise_ecurve(&ec_ed25519::curve,0x100,ec_ed25519::lexical_block_2::q,"\x10", ...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ undefined * FUN_00176a64(void) { if (DAT_00235c88 == '\0') { _DAT_00235ca8 = 0; FUN_00176799(&DAT_00235ca0,0x100,&DAT_0020f9c0,&DAT_0020f9e0,&DAT_0020fa00,&DAT_0020fa20, "fffffffffffffffffffffffffffffffXec...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined * FUN_00176a64(void)\n\n{\n if (DAT_00235c88 == '\0') {\n _DAT_00235ca8 = 0;\n FUN_00176799(&DAT_00235ca0,0x100,&DAT_0020f9c0,&DAT_0020f9e0,&DAT_0020fa00,&DAT_0020fa20,\n "ffffffff...
PUSH RBP MOV RBP,RSP MOVZX EAX,byte ptr [0x00235c88] TEST AL,AL JNZ 0x00176ad0 MOV qword ptr [0x00235ca8],0x0 SUB RSP,0x8 LEA RAX,[0x20fa40] PUSH RAX LEA R9,[0x20fa20] LEA R8,[0x20fa00] LEA RCX,[0x20f9e0] LEA RDX,[0x20f9c0] MOV ESI,0x100 LEA RDI,[0x235ca0] CALL 0x00176799 ADD RSP,0x10 LEA RAX,[0x20f306] MOV qword ptr [...
/* WARNING: Unknown calling convention */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(void) { if (function_1::var_1 == '\0') { ec_ed25519::curve.name = (char *)0x0; var_2(&function_1::curve,0x100,function_1::lexical_block_2::q,"\x10", f...
(translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_curve * ec_ed25519(void)\n\n{\n if (ec_ed25519::initialised == '\0') {\n ec_ed25519::curve.name = (char *)0x0;\n initialise_ecurve(&ec_ed25519::curve,0x100,ec_ed25519::lexi...
(translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(void)\n\n{\n if (function_1::var_1 == '\0') {\n ec_ed25519::curve.name = (char *)0x0;\n var_2(&function_1::curve,0x100,function_1::lexical_block_2::q,"\x10...
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (if_statement condition: (parenthesized_exp...
1840_putty_and_putty_strip.c
shortcut_highlight
FUN_001b77ef
shortcut_highlight
void shortcut_highlight(GtkWidget *labelw,int chr) { int iVar1; undefined8 uVar2; long lVar3; char *ptr; int chr_local; GtkWidget *labelw_local; int i; GtkLabel *label; gchar *currstr; gchar *pattern; uVar2 = gtk_label_get_type(); uVar2 = g_type_check_instance_cast(labelw,uVar2); lVar3 = ...
void FUN_001b77ef(undefined8 param_1,int param_2) { int iVar1; undefined8 uVar2; long lVar3; undefined8 uVar4; int local_24; uVar2 = gtk_label_get_type(); uVar2 = g_type_check_instance_cast(param_1,uVar2); lVar3 = gtk_label_get_text(uVar2); local_24 = 0; while( true ) { if (*(char *)(lVar3 ...
(translation_unit "void FUN_001b77ef(undefined8 param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n undefined8 uVar4;\n int local_24;\n \n uVar2 = gtk_label_get_type();\n uVar2 = g_type_check_instance_cast(param_1,uVar2);\n lVar3 = gtk_label_get_text(uVar2);\n local_24 = 0;\n while( tr...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI CALL 0x00114460 MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x28] MOV RSI,RDX MOV RDI,RAX CALL 0x00114570 MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00115430 MOV qword ptr [RBP + -0x10],RA...
void function_1(type_1 *labelw,int var_7) { int var_8; type_2 uVar2; long var_4; char *ptr; int chr_local; type_1 *labelw_local; int var_5; type_3 *label; type_4 *currstr; type_4 *pattern; uVar2 = var_1(); uVar2 = var_2(labelw,uVar2); var_4 = var_3(uVar2); var_5 = 0; while( true ) { ...
(translation_unit "void shortcut_highlight(GtkWidget *labelw,int chr)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n char *ptr;\n int chr_local;\n GtkWidget *labelw_local;\n int i;\n GtkLabel *label;\n gchar *currstr;\n gchar *pattern;\n \n uVar2 = gtk_label_get_type();\n uVar2 = g_type_check_instan...
(translation_unit "void function_1(type_1 *labelw,int var_7)\n\n{\n int var_8;\n type_2 uVar2;\n long var_4;\n char *ptr;\n int chr_local;\n type_1 *labelw_local;\n int var_5;\n type_3 *label;\n type_4 *currstr;\n type_4 *pattern;\n \n uVar2 = var_1();\n uVar2 = var_2(labelw,uVar2);\n var_4 = var_3(uVar2)...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
1099_putty_and_putty_strip.c
aes_ssh2_encrypt_blk
FUN_00163d22
aes_ssh2_encrypt_blk
void aes_ssh2_encrypt_blk(void *handle,uchar *blk,int len) { int len_local; uchar *blk_local; void *handle_local; AESContext *ctx; aes_encrypt_cbc(blk,len,(AESContext *)handle); return; }
void FUN_00163d22(undefined8 param_1,undefined8 param_2,undefined4 param_3) { FUN_0016350d(param_2,param_3,param_1); return; }
(translation_unit "void FUN_00163d22(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0016350d(param_2,param_3,param_1);\n return;\n}\n\n" (function_definition "void FUN_00163d22(undefined8 param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0016350d(param_2,param_3,param_1);\n return;\n}"...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x24],EDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RBP + -0x24] MOV RAX,qword ptr [RBP + -0x20] MOV ESI,ECX MOV RDI,RAX CALL 0x0...
void function_1(void *handle,type_1 *blk,int len) { int len_local; type_1 *blk_local; void *handle_local; type_2 *ctx; var_1(blk,len,(type_2 *)handle); return; }
(translation_unit "void aes_ssh2_encrypt_blk(void *handle,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n void *handle_local;\n AESContext *ctx;\n \n aes_encrypt_cbc(blk,len,(AESContext *)handle);\n return;\n}\n\n" (function_definition "void aes_ssh2_encrypt_blk(void *handle,uchar *blk,int len)\n...
(translation_unit "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n type_2 *ctx;\n \n var_1(blk,len,(type_2 *)handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_local;\n type_1 *bl...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1553_putty_and_putty_strip.c
share_xchannel_add_message
FUN_0019106b
share_xchannel_add_message
share_xchannel_message * share_xchannel_add_message(share_xchannel *xc,int type,int len) { share_xchannel_message *psVar1; int len_local; int type_local; share_xchannel *xc_local; uchar *block; share_xchannel_message *msg; psVar1 = (share_xchannel_message *)safemalloc((long)len + 0x20,1); psVar1->d...
undefined8 * FUN_0019106b(long param_1,undefined4 param_2,int param_3) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_0012e037((long)param_3 + 0x20,1); puVar1[2] = puVar1 + 4; *(int *)(puVar1 + 3) = param_3; *(undefined4 *)(puVar1 + 1) = param_2; if (*(long *)(param_1 + 0x18) == 0) { *(undefined8...
(translation_unit "undefined8 * FUN_0019106b(long param_1,undefined4 param_2,int param_3)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_0012e037((long)param_3 + 0x20,1);\n puVar1[2] = puVar1 + 4;\n *(int *)(puVar1 + 3) = param_3;\n *(undefined4 *)(puVar1 + 1) = param_2;\n if (*(long *)(param_1 + 0x1...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV dword ptr [RBP + -0x20],EDX MOV EAX,dword ptr [RBP + -0x20] CDQE ADD RAX,0x20 MOV ESI,0x1 MOV RDI,RAX CALL 0x0012e037 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x8],RAX MOV R...
type_1 * function_1(type_2 *xc,int type,int len) { type_1 *var_2; int len_local; int type_local; type_2 *xc_local; type_3 *block; type_1 *msg; var_2 = (type_1 *)var_1((long)len + 0x20,1); var_2->data = (type_3 *)(var_2 + 1); var_2->datalen = len; var_2->type = type; if (xc->msgtail == (type_1...
(translation_unit "share_xchannel_message * share_xchannel_add_message(share_xchannel *xc,int type,int len)\n\n{\n share_xchannel_message *psVar1;\n int len_local;\n int type_local;\n share_xchannel *xc_local;\n uchar *block;\n share_xchannel_message *msg;\n \n psVar1 = (share_xchannel_message *)safemalloc((lon...
(translation_unit "type_1 * function_1(type_2 *xc,int type,int len)\n\n{\n type_1 *var_2;\n int len_local;\n int type_local;\n type_2 *xc_local;\n type_3 *block;\n type_1 *msg;\n \n var_2 = (type_1 *)var_1((long)len + 0x20,1);\n var_2->data = (type_3 *)(var_2 + 1);\n var_2->datalen = len;\n var_2->type = typ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri...
1738_putty_and_putty_strip.c
columns_get_type
FUN_001afc3e
columns_get_type
/* WARNING: Unknown calling convention */ GType columns_get_type(void) { undefined8 uVar1; if (columns_get_type::columns_type == 0) { uVar1 = gtk_container_get_type(); columns_get_type::columns_type = g_type_register_static(uVar1,"Columns",&columns_get_type::lexical_block_1::columns_info,0); ...
long FUN_001afc3e(void) { undefined8 uVar1; if (DAT_00236298 == 0) { uVar1 = gtk_container_get_type(); DAT_00236298 = g_type_register_static(uVar1,"Columns",&DAT_00231460,0); } return DAT_00236298; }
(translation_unit "long FUN_001afc3e(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_00236298 == 0) {\n uVar1 = gtk_container_get_type();\n DAT_00236298 = g_type_register_static(uVar1,"Columns",&DAT_00231460,0);\n }\n return DAT_00236298;\n}\n\n" (function_definition "long FUN_001afc3e(void)\n\n{\n undefined8 u...
PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [0x00236298] TEST RAX,RAX JNZ 0x001afc75 CALL 0x00114a90 MOV ECX,0x0 LEA RDX,[0x231460] LEA RSI,[0x2132a0] MOV RDI,RAX CALL 0x001141a0 MOV qword ptr [0x00236298],RAX MOV RAX,qword ptr [0x00236298] POP RBP RET
/* WARNING: Unknown calling convention */ type_1 function_1(void) { type_2 uVar1; if (function_1::columns_type == 0) { uVar1 = var_1(); columns_get_type::columns_type = var_2(uVar1,"Columns",&function_1::lexical_block_1::columns_info,0); } return function_1::columns_type; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nGType columns_get_type(void)\n\n{\n undefined8 uVar1;\n \n if (columns_get_type::columns_type == 0) {\n uVar1 = gtk_container_get_type();\n columns_get_type::columns_type =\n g_type_register_static(uVar1,"Columns",&columns_get_type::lexica...
(translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 function_1(void)\n\n{\n type_2 uVar1;\n \n if (function_1::columns_type == 0) {\n uVar1 = var_1();\n columns_get_type::columns_type =\n var_2(uVar1,"Columns",&function_1::lexical_block_1::columns_info,0);\n }\n return function_1::...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition...
1657_putty_and_putty_strip.c
term_update
FUN_0019c6a6
term_update
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_update(Terminal *term) { Context ctx_00; Terminal *term_local; wchar_t need_sbar_update; Context ctx; term->window_update_pending = L'\0'; ctx_00 = get_ctx(term->frontend); if (ctx_00 != (Context)0x0) { need_sbar_...
void FUN_0019c6a6(long param_1) { long lVar1; undefined4 local_14; *(undefined4 *)(param_1 + 0x112c) = 0; lVar1 = FUN_001ca599(*(undefined8 *)(param_1 + 0x1108)); if (lVar1 != 0) { local_14 = *(int *)(param_1 + 0x1bc); if ((*(int *)(param_1 + 0x1bc) != 0) && (*(int *)(param_1 + 0x1224) != 0)) { ...
(translation_unit "void FUN_0019c6a6(long param_1)\n\n{\n long lVar1;\n undefined4 local_14;\n \n *(undefined4 *)(param_1 + 0x112c) = 0;\n lVar1 = FUN_001ca599(*(undefined8 *)(param_1 + 0x1108));\n if (lVar1 != 0) {\n local_14 = *(int *)(param_1 + 0x1bc);\n if ((*(int *)(param_1 + 0x1bc) != 0) && (*(int *)(...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV dword ptr [RAX + 0x112c],0x0 MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x1108] MOV RDI,RAX CALL 0x001ca599 MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JZ 0x0019c793 MOV RAX,qword ptr [R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 var_2; type_1 *term_local; type_3 var_3; type_2 ctx; term->window_update_pending = L'\0'; var_2 = var_1(term->frontend); if (var_2 != (type_2)0x0) { var_3 = term->seen_disp_event; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_update(Terminal *term)\n\n{\n Context ctx_00;\n Terminal *term_local;\n wchar_t need_sbar_update;\n Context ctx;\n \n term->window_update_pending = L'\0';\n ctx_00 = get_ctx(term->frontend);\n if (ctx_00 != ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 var_2;\n type_1 *term_local;\n type_3 var_3;\n type_2 ctx;\n \n term->window_update_pending = L'\0';\n var_2 = var_1(term->frontend);\n if (var_2 != (type_2)0x0) {\n var_...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
900_putty_and_putty_strip.c
send_packet
FUN_00140386
send_packet
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void send_packet(Ssh_conflict ssh,int pkttype,...) { long lVar1; char in_AL; Packet *pkt_00; undefined8 in_RCX; undefined8 in_RDX; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_X...
void FUN_00140386(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, undefined8 param_9,undefined4 param_10,undefined8 param_11,undefined8 param_12, undefined8 param...
(translation_unit "void FUN_00140386(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined4 param_10,undefined8 param_11,undefined8 param_12,\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xf0 MOV qword ptr [RBP + -0xe8],RDI MOV dword ptr [RBP + -0xec],ESI MOV qword ptr [RBP + -0xa0],RDX MOV qword ptr [RBP + -0x98],RCX MOV qword ptr [RBP + -0x90],R8 MOV qword ptr [RBP + -0x88],R9 TEST AL,AL JZ 0x001403de MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70],...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 ssh,int pkttype,...) { long var_5; char var_1; type_2 *pkt_00; type_3 in_RCX; type_3 in_RDX; type_3 in_R8; type_3 in_R9; long var_2; type_3 in_XMM0_Qa; type_3 in_XMM1_Qa; type_3 in_XMM2_Qa; type_3 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid send_packet(Ssh_conflict ssh,int pkttype,...)\n\n{\n long lVar1;\n char in_AL;\n Packet *pkt_00;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 ssh,int pkttype,...)\n\n{\n long var_5;\n char var_1;\n type_2 *pkt_00;\n type_3 in_RCX;\n type_3 in_RDX;\n type_3 in_R8;\n type_3 in_R9;\n long var_2;\n type_3 in_XMM0_Qa;\n type_3 in_XMM1_Qa...
(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)) (variadic_paramet...
1702_putty_and_putty_strip.c
term_nopaste
FUN_001ac746
term_nopaste
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_nopaste(Terminal *term) { Terminal *term_local; if (term->paste_len != L'\0') { safefree(term->paste_buffer); term->paste_buffer = (wchar_t *)0x0; term->paste_len = L'\0'; } return; }
void FUN_001ac746(long param_1) { if (*(int *)(param_1 + 0x10e8) != 0) { FUN_0012e243(*(undefined8 *)(param_1 + 0x10e0)); *(undefined8 *)(param_1 + 0x10e0) = 0; *(undefined4 *)(param_1 + 0x10e8) = 0; } return; }
(translation_unit "void FUN_001ac746(long param_1)\n\n{\n if (*(int *)(param_1 + 0x10e8) != 0) {\n FUN_0012e243(*(undefined8 *)(param_1 + 0x10e0));\n *(undefined8 *)(param_1 + 0x10e0) = 0;\n *(undefined4 *)(param_1 + 0x10e8) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_001ac746(long param_1)\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 + 0x10e8] TEST EAX,EAX JZ 0x001ac792 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10e0] MOV RDI,RAX CALL 0x0012e243 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x10e0],0x0 MOV RAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_1 *term_local; if (term->paste_len != L'\0') { var_1(term->paste_buffer); term->paste_buffer = (type_2 *)0x0; term->paste_len = L'\0'; } return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_nopaste(Terminal *term)\n\n{\n Terminal *term_local;\n \n if (term->paste_len != L'\0') {\n safefree(term->paste_buffer);\n term->paste_buffer = (wchar_t *)0x0;\n term->paste_len = L'\0';\n }\n return;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_1 *term_local;\n \n if (term->paste_len != L'\0') {\n var_1(term->paste_buffer);\n term->paste_buffer = (type_2 *)0x0;\n term->paste_len = L'\0';\n }\n return;\n}\n\n" c...
(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...
928_putty_and_putty_strip.c
hash_mpint
FUN_00141b6e
hash_mpint
void hash_mpint(ssh_hash *h,void *s,Bignum b) { long in_FS_OFFSET; Bignum b_local; void *s_local; ssh_hash *h_local; int len; uchar *p; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); p = ssh2_mpint_fmt(b,&len); hash_string(h,s,p,len); safefree(p); if (local_10 != *(long *)(in_FS_...
void FUN_00141b6e(undefined8 param_1,undefined8 param_2,undefined8 param_3) { long in_FS_OFFSET; undefined4 local_1c; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_18 = FUN_00140b8a(param_3,&local_1c); FUN_00140686(param_1,param_2,local_18,local_1c); FUN_0012e...
(translation_unit "void FUN_00141b6e(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long in_FS_OFFSET;\n undefined4 local_1c;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = FUN_00140b8a(param_3,&local_1c);\n FUN_00140686(param_1,param_2,loc...
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 LEA RDX,[RBP + -0x14] MOV RAX,qword ptr [RBP + -0x38] MOV RSI,RDX MOV RDI,RAX CALL 0x00140b8a MOV qword ptr [RBP + -0x1...
void function_1(type_1 *h,void *s,type_2 b) { long var_1; type_2 b_local; void *s_local; type_1 *h_local; int len; type_3 *p; long var_5; var_5 = *(long *)(var_1 + 0x28); p = var_2(b,&len); var_3(h,s,p,len); var_4(p); if (var_5 != *(long *)(var_1 + 0x28)) { /* WARNING: S...
(translation_unit "void hash_mpint(ssh_hash *h,void *s,Bignum b)\n\n{\n long in_FS_OFFSET;\n Bignum b_local;\n void *s_local;\n ssh_hash *h_local;\n int len;\n uchar *p;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n p = ssh2_mpint_fmt(b,&len);\n hash_string(h,s,p,len);\n safefree(p);\n ...
(translation_unit "void function_1(type_1 *h,void *s,type_2 b)\n\n{\n long var_1;\n type_2 b_local;\n void *s_local;\n type_1 *h_local;\n int len;\n type_3 *p;\n long var_5;\n \n var_5 = *(long *)(var_1 + 0x28);\n p = var_2(b,&len);\n var_3(h,s,p,len);\n var_4(p);\n if (var_5 != *(long *)(var_1 + 0x28)) {\...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
1344_putty_and_putty_strip.c
ssh_ecdhkex_newkey
FUN_0017ceb7
ssh_ecdhkex_newkey
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * ssh_ecdhkex_newkey(ssh_kex *kex) { long lVar1; int iVar2; int *piVar3; undefined8 *ptr; Bignum_conflict pBVar4; ec_point *peVar5; long in_FS_OFFSET; ssh_kex *kex_local; int i; eckex_extra *extra; ec_curve *curve; ...
undefined8 * FUN_0017ceb7(long param_1) { undefined uVar1; int *piVar2; undefined8 *puVar3; undefined8 uVar4; long lVar5; long in_FS_OFFSET; uint local_5c; ulong local_38 [5]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); piVar2 = (int *)(*(code *)**(undefined8 **)(param_1 + 0x20)...
(translation_unit "undefined8 * FUN_0017ceb7(long param_1)\n\n{\n undefined uVar1;\n int *piVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n long lVar5;\n long in_FS_OFFSET;\n uint local_5c;\n ulong local_38 [5];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n piVar2 = (int *)(*(code *)*...
PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x68],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x68] MOV RAX,qword ptr [RAX + 0x20] MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr [RBP + -0x50] MOV RAX,qword ptr [RAX] CALL RAX MOV qword ptr [RBP + -0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * function_1(type_1 *kex) { long var_12; int iVar2; int *piVar3; type_2 *ptr; type_3 pBVar4; type_4 *var_9; long var_1; type_1 *kex_local; int var_3; type_5 *extra; type_6 *curve; type_7 *key; type_4 *publicKey; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * ssh_ecdhkex_newkey(ssh_kex *kex)\n\n{\n long lVar1;\n int iVar2;\n int *piVar3;\n undefined8 *ptr;\n Bignum_conflict pBVar4;\n ec_point *peVar5;\n long in_FS_OFFSET;\n ssh_kex *kex_local;\n int i;\n eckex_ext...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(type_1 *kex)\n\n{\n long var_12;\n int iVar2;\n int *piVar3;\n type_2 *ptr;\n type_3 pBVar4;\n type_4 *var_9;\n long var_1;\n type_1 *kex_local;\n int var_3;\n type_5 *extra;\n type_6 *curve;\n t...
(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...
1546_putty_and_putty_strip.c
share_try_cleanup
FUN_001901c5
share_try_cleanup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void share_try_cleanup(ssh_sharing_connstate *cs) { long lVar1; int iVar2; size_t sVar3; share_halfchannel *hc_00; share_channel *chan_00; size_t sVar4; undefined *data; share_forwarding *fwd_00; int iVar5; long in_FS_OFFSET...
void FUN_001901c5(long param_1) { int iVar1; size_t sVar2; undefined4 *puVar3; long lVar4; size_t sVar5; undefined *puVar6; undefined8 *puVar7; int iVar8; long in_FS_OFFSET; int local_148; undefined local_118 [9]; undefined uStack_10f; undefined uStack_10e; undefined uStack_10d; undefine...
(translation_unit "void FUN_001901c5(long param_1)\n\n{\n int iVar1;\n size_t sVar2;\n undefined4 *puVar3;\n long lVar4;\n size_t sVar5;\n undefined *puVar6;\n undefined8 *puVar7;\n int iVar8;\n long in_FS_OFFSET;\n int local_148;\n undefined local_118 [9];\n undefined uStack_10f;\n undefined uStack_10e;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x150 MOV qword ptr [RBP + -0x148],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX JMP 0x00190557 MOV dword ptr [RBP + -0x13c],0x0 MOV RAX,qword ptr [RBP + -0x130] MOV EAX,dword ptr [RAX] SHR EAX,0x18 MOV ECX,EAX MOV EAX,dword ptr [RBP + -0x13c] CDQE LEA RDX,[RBP ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *cs) { long var_26; int var_9; size_t var_8; type_2 *var_3; type_3 *var_12; size_t var_5; type_4 *var_18; type_5 *var_16; int var_19; long var_1; type_1 *cs_local; int var_15; int pos; int pos_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid share_try_cleanup(ssh_sharing_connstate *cs)\n\n{\n long lVar1;\n int iVar2;\n size_t sVar3;\n share_halfchannel *hc_00;\n share_channel *chan_00;\n size_t sVar4;\n undefined *data;\n share_forwarding *fwd_00;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *cs)\n\n{\n long var_26;\n int var_9;\n size_t var_8;\n type_2 *var_3;\n type_3 *var_12;\n size_t var_5;\n type_4 *var_18;\n type_5 *var_16;\n int var_19;\n long var_1;\n type_1 *cs_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))))) body: (compound_statement (declaration type: (sized_ty...
1145_putty_and_putty_strip.c
monty_reduce
FUN_00167b96
monty_reduce
void monty_reduce(BignumInt *x,BignumInt *n,BignumInt *mninv,BignumInt *tmp,int len) { BignumCarry BVar1; int len_local; BignumInt *tmp_local; BignumInt *mninv_local; BignumInt *n_local; BignumInt *x_local; int i; BignumInt carry; internal_mul_low(x + len,mninv,tmp,len,tmp + len * 3); internal_...
void FUN_00167b96(long param_1,long param_2,undefined8 param_3,long param_4,int param_5) { long lVar1; int local_14; FUN_0016779d((long)param_5 * 8 + param_1,param_3,param_4,param_5,(long)(param_5 * 3) * 8 + param_4 ); FUN_0016701e(param_4,param_2,(long)param_5 * 8 + param_4,param_5,(long)(pa...
(translation_unit "void FUN_00167b96(long param_1,long param_2,undefined8 param_3,long param_4,int param_5)\n\n{\n long lVar1;\n int local_14;\n \n FUN_0016779d((long)param_5 * 8 + param_1,param_3,param_4,param_5,(long)(param_5 * 3) * 8 + param_4\n );\n FUN_0016701e(param_4,param_2,(long)param_5 * 8 +...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV qword ptr [RBP + -0x30],RCX MOV dword ptr [RBP + -0x34],R8D MOV EDX,dword ptr [RBP + -0x34] MOV EAX,EDX ADD EAX,EAX ADD EAX,EDX CDQE LEA RDX,[RAX*0x8] MOV RAX,qword ptr [RBP + -0x30] LEA...
void function_1(type_1 *var_2,type_1 *n,type_1 *mninv,type_1 *var_4,int var_3) { type_2 var_8; int len_local; type_1 *tmp_local; type_1 *mninv_local; type_1 *n_local; type_1 *x_local; int var_7; type_1 carry; var_1(var_2 + var_3,mninv,var_4,var_3,var_4 + var_3 * 3); var_5(var_4,n,var_4 + var_3,...
(translation_unit "void monty_reduce(BignumInt *x,BignumInt *n,BignumInt *mninv,BignumInt *tmp,int len)\n\n{\n BignumCarry BVar1;\n int len_local;\n BignumInt *tmp_local;\n BignumInt *mninv_local;\n BignumInt *n_local;\n BignumInt *x_local;\n int i;\n BignumInt carry;\n \n internal_mul_low(x + len,mninv,tmp,l...
(translation_unit "void function_1(type_1 *var_2,type_1 *n,type_1 *mninv,type_1 *var_4,int var_3)\n\n{\n type_2 var_8;\n int len_local;\n type_1 *tmp_local;\n type_1 *mninv_local;\n type_1 *n_local;\n type_1 *x_local;\n int var_7;\n type_1 carry;\n \n var_1(var_2 + var_3,mninv,var_4,var_3,var_4 + var_3 * 3);\...
(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...
1195_putty_and_putty_strip.c
poly1305_init
FUN_0016e36e
poly1305_init
void poly1305_init(poly1305 *ctx) { poly1305 *ctx_local; memset(ctx,0,0x10); ctx->bufferIndex = 0; bigval_clear(&ctx->h); return; }
void FUN_0016e36e(void *param_1) { memset(param_1,0,0x10); *(undefined4 *)((long)param_1 + 0x50) = 0; FUN_0016d11f((long)param_1 + 0x28); return; }
(translation_unit "void FUN_0016e36e(void *param_1)\n\n{\n memset(param_1,0,0x10);\n *(undefined4 *)((long)param_1 + 0x50) = 0;\n FUN_0016d11f((long)param_1 + 0x28);\n return;\n}\n\n" (function_definition "void FUN_0016e36e(void *param_1)\n\n{\n memset(param_1,0,0x10);\n *(undefined4 *)((long)param_1 + 0x50) = 0;...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x10 MOV ESI,0x0 MOV RDI,RAX CALL 0x00114850 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x50],0x0 MOV RAX,qword ptr [RBP + -0x8] ADD RAX,0x28 MOV RDI,RAX CALL 0x0016d11f NOP LEAVE RET
void function_1(type_1 *ctx) { type_1 *ctx_local; var_1(ctx,0,0x10); ctx->bufferIndex = 0; var_2(&ctx->h); return; }
(translation_unit "void poly1305_init(poly1305 *ctx)\n\n{\n poly1305 *ctx_local;\n \n memset(ctx,0,0x10);\n ctx->bufferIndex = 0;\n bigval_clear(&ctx->h);\n return;\n}\n\n" (function_definition "void poly1305_init(poly1305 *ctx)\n\n{\n poly1305 *ctx_local;\n \n memset(ctx,0,0x10);\n ctx->bufferIndex = 0;\n b...
(translation_unit "void function_1(type_1 *ctx)\n\n{\n type_1 *ctx_local;\n \n var_1(ctx,0,0x10);\n ctx->bufferIndex = 0;\n var_2(&ctx->h);\n return;\n}\n\n" (function_definition "void function_1(type_1 *ctx)\n\n{\n type_1 *ctx_local;\n \n var_1(ctx,0,0x10);\n ctx->bufferIndex = 0;\n var_2(&ctx->h);\n retur...
(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...
1641_putty_and_putty_strip.c
readliteral_chr
FUN_0019b128
readliteral_chr
void readliteral_chr(buf *b,termchar *c,termline *ldata,ulong *state) { wchar_t wVar1; ulong *state_local; termline *ldata_local; termchar *c_local; buf *b_local; wchar_t byte; wVar1 = get(b); if (wVar1 < L'\x80') { c->chr = (long)wVar1 | *state; } else if (wVar1 < L'À') { c->chr = (lon...
void FUN_0019b128(undefined8 param_1,ulong *param_2,undefined8 param_3,ulong *param_4) { uint uVar1; int iVar2; uVar1 = FUN_0019a5b7(param_1); if ((int)uVar1 < 0x80) { *param_2 = (long)(int)uVar1 | *param_4; } else if ((int)uVar1 < 0xc0) { *param_2 = (long)(int)((uVar1 & 0xffff3f) << 8); iV...
(translation_unit "void FUN_0019b128(undefined8 param_1,ulong *param_2,undefined8 param_3,ulong *param_4)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_0019a5b7(param_1);\n if ((int)uVar1 < 0x80) {\n *param_2 = (long)(int)uVar1 | *param_4;\n }\n else if ((int)uVar1 < 0xc0) {\n *param_2 = (long)(int)((uV...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV qword ptr [RBP + -0x30],RCX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x0019a5b7 MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x4],0x7f JG 0x0019b171 MOV EAX,dword ptr [RB...
void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state) { type_5 var_2; type_4 *state_local; type_3 *ldata_local; type_2 *c_local; type_1 *b_local; type_5 byte; var_2 = var_1(b); if (var_2 < L'\x80') { c->chr = (long)var_2 | *state; } else if (var_2 < L'À') { c->chr = (long)((v...
(translation_unit "void readliteral_chr(buf *b,termchar *c,termline *ldata,ulong *state)\n\n{\n wchar_t wVar1;\n ulong *state_local;\n termline *ldata_local;\n termchar *c_local;\n buf *b_local;\n wchar_t byte;\n \n wVar1 = get(b);\n if (wVar1 < L'\x80') {\n c->chr = (long)wVar1 | *state;\n }\n else if (w...
(translation_unit "void function_1(type_1 *b,type_2 *c,type_3 *ldata,type_4 *state)\n\n{\n type_5 var_2;\n type_4 *state_local;\n type_3 *ldata_local;\n type_2 *c_local;\n type_1 *b_local;\n type_5 byte;\n \n var_2 = var_1(b);\n if (var_2 < L'\x80') {\n c->chr = (long)var_2 | *state;\n }\n else if (var_2 ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
1466_putty_and_putty_strip.c
sha256_key
FUN_00188cea
sha256_key
void sha256_key(void *handle,uchar *key) { uchar *key_local; void *handle_local; sha256_key_internal(handle,key,0x20); return; }
void FUN_00188cea(undefined8 param_1,undefined8 param_2) { FUN_00188b98(param_1,param_2,0x20); return; }
(translation_unit "void FUN_00188cea(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_00188b98(param_1,param_2,0x20);\n return;\n}\n\n" (function_definition "void FUN_00188cea(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_00188b98(param_1,param_2,0x20);\n return;\n}" primitive_type (function_declarator "FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RCX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x20 MOV RSI,RCX MOV RDI,RAX CALL 0x00188b98 NOP LEAVE RET
void function_1(void *handle,type_1 *key) { type_1 *key_local; void *handle_local; var_1(handle,key,0x20); return; }
(translation_unit "void sha256_key(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n sha256_key_internal(handle,key,0x20);\n return;\n}\n\n" (function_definition "void sha256_key(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n sha256_key_internal(handle,k...
(translation_unit "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_local;\n void *handle_local;\n \n var_1(handle,key,0x20);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_local;\n void *handle_local;\n \n var_1(handle,key,0x20);\n return;\n}"...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1518_putty_and_putty_strip.c
hmac_sha1_simple
FUN_0018f078
hmac_sha1_simple
void hmac_sha1_simple(void *key,int keylen,void *data,int datalen,uchar *output) { long lVar1; long in_FS_OFFSET; uchar *output_local; void *data_local; int datalen_local; int keylen_local; void *key_local; SHA_State states [2]; uchar intermediate [20]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); ...
void FUN_0018f078(undefined8 param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4, undefined8 param_5) { long in_FS_OFFSET; undefined local_e8 [96]; undefined local_88 [96]; undefined local_28 [24]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0018e8ed(lo...
(translation_unit "void FUN_0018f078(undefined8 param_1,undefined4 param_2,undefined8 param_3,undefined4 param_4,\n undefined8 param_5)\n\n{\n long in_FS_OFFSET;\n undefined local_e8 [96];\n undefined local_88 [96];\n undefined local_28 [24];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSE...
PUSH RBP MOV RBP,RSP SUB RSP,0x100 MOV qword ptr [RBP + -0xe8],RDI MOV dword ptr [RBP + -0xec],ESI MOV qword ptr [RBP + -0xf8],RDX MOV dword ptr [RBP + -0xf0],ECX MOV qword ptr [RBP + -0x100],R8 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EDX,dword ptr [RBP + -0xec] MOV RCX,qword ptr [RBP...
void function_1(void *key,int keylen,void *data,int datalen,type_1 *output) { long var_6; long var_1; type_1 *output_local; void *data_local; int datalen_local; int keylen_local; void *key_local; type_2 var_5 [2]; type_1 intermediate [20]; var_6 = *(long *)(var_1 + 0x28); var_2(var_5,(type_1 ...
(translation_unit "void hmac_sha1_simple(void *key,int keylen,void *data,int datalen,uchar *output)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n uchar *output_local;\n void *data_local;\n int datalen_local;\n int keylen_local;\n void *key_local;\n SHA_State states [2];\n uchar intermediate [20];\n \n lVar1 = *(...
(translation_unit "void function_1(void *key,int keylen,void *data,int datalen,type_1 *output)\n\n{\n long var_6;\n long var_1;\n type_1 *output_local;\n void *data_local;\n int datalen_local;\n int keylen_local;\n void *key_local;\n type_2 var_5 [2];\n type_1 intermediate [20];\n \n var_6 = *(long *)(var_1 ...
(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...
1627_putty_and_putty_strip.c
add_cc
FUN_00199e42
add_cc
void add_cc(termline *line,wchar_t col,ulong chr) { wchar_t wVar1; termchar *ptVar2; ulong chr_local; wchar_t col_local; termline *line_local; wchar_t n; wchar_t origcol; wchar_t newcc; size_t ncc; if ((L'\xffffffff' < col) && (col < line->cols)) { if (line->chars[col].chr != 0xfffd) { ...
void FUN_00199e42(long param_1,int param_2,undefined8 param_3) { int iVar1; undefined8 uVar2; int local_34; int local_1c; ulong local_10; if ((-1 < param_2) && (param_2 < *(int *)(param_1 + 4))) { if (*(long *)((long)param_2 * 0x18 + *(long *)(param_1 + 0x18)) != 0xfffd) { local_10 = 0; ...
(translation_unit "void FUN_00199e42(long param_1,int param_2,undefined8 param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n int local_34;\n int local_1c;\n ulong local_10;\n \n if ((-1 < param_2) && (param_2 < *(int *)(param_1 + 4))) {\n if (*(long *)((long)param_2 * 0x18 + *(long *)(param_1 + 0x18)) != 0xfffd)...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV qword ptr [RBP + -0x38],RDX CMP dword ptr [RBP + -0x2c],0x0 JS 0x00199e67 MOV RAX,qword ptr [RBP + -0x28] MOV EAX,dword ptr [RAX + 0x4] CMP dword ptr [RBP + -0x2c],EAX JL 0x00199e86 LEA RCX,[0x212ce8] MOV EDX,0xd0 LEA ...
void function_1(type_1 *line,type_2 var_1,type_3 chr) { type_2 var_4; type_4 *ptVar2; type_3 chr_local; type_2 var_5; type_1 *line_local; type_2 var_3; type_2 origcol; type_2 newcc; size_t var_6; if ((L'\xffffffff' < var_1) && (var_1 < line->cols)) { if (line->chars[var_1].chr != 0xfffd) { ...
(translation_unit "void add_cc(termline *line,wchar_t col,ulong chr)\n\n{\n wchar_t wVar1;\n termchar *ptVar2;\n ulong chr_local;\n wchar_t col_local;\n termline *line_local;\n wchar_t n;\n wchar_t origcol;\n wchar_t newcc;\n size_t ncc;\n \n if ((L'\xffffffff' < col) && (col < line->cols)) {\n if (line->...
(translation_unit "void function_1(type_1 *line,type_2 var_1,type_3 chr)\n\n{\n type_2 var_4;\n type_4 *ptVar2;\n type_3 chr_local;\n type_2 var_5;\n type_1 *line_local;\n type_2 var_3;\n type_2 origcol;\n type_2 newcc;\n size_t var_6;\n \n if ((L'\xffffffff' < var_1) && (var_1 < line->cols)) {\n if (line...
(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...
1786_putty_and_putty_strip.c
dlg_cleanup
FUN_001b2c31
dlg_cleanup
void dlg_cleanup(dlgparam *dp) { void *e; dlgparam *dp_local; uctrl *uc; freetree234(dp->byctrl); dp->byctrl = (tree234 *)0x0; while( true ) { e = index234(dp->bywidget,0); if (e == (void *)0x0) break; del234(dp->bywidget,e); safefree(*(void **)((long)e + 0x10)); safefree(e); } ...
void FUN_001b2c31(undefined8 *param_1) { long lVar1; FUN_001ad4b4(*param_1); *param_1 = 0; while( true ) { lVar1 = FUN_001ae2e9(param_1[1],0); if (lVar1 == 0) break; FUN_001af5c6(param_1[1],lVar1); FUN_0012e243(*(undefined8 *)(lVar1 + 0x10)); FUN_0012e243(lVar1); } FUN_001ad4b4(para...
(translation_unit "void FUN_001b2c31(undefined8 *param_1)\n\n{\n long lVar1;\n \n FUN_001ad4b4(*param_1);\n *param_1 = 0;\n while( true ) {\n lVar1 = FUN_001ae2e9(param_1[1],0);\n if (lVar1 == 0) break;\n FUN_001af5c6(param_1[1],lVar1);\n FUN_0012e243(*(undefined8 *)(lVar1 + 0x10));\n FUN_0012e243(l...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV RDI,RAX CALL 0x001ad4b4 MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RAX],0x0 JMP 0x001b2c8c MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV RDX,qword ptr [RBP + -0x8] MOV RS...
void function_1(type_1 *dp) { void *var_3; type_1 *dp_local; type_2 *uc; var_1(dp->byctrl); dp->byctrl = (type_3 *)0x0; while( true ) { var_3 = var_2(dp->bywidget,0); if (var_3 == (void *)0x0) break; var_4(dp->bywidget,var_3); var_5(*(void **)((long)var_3 + 0x10)); var_5(var_3); }...
(translation_unit "void dlg_cleanup(dlgparam *dp)\n\n{\n void *e;\n dlgparam *dp_local;\n uctrl *uc;\n \n freetree234(dp->byctrl);\n dp->byctrl = (tree234 *)0x0;\n while( true ) {\n e = index234(dp->bywidget,0);\n if (e == (void *)0x0) break;\n del234(dp->bywidget,e);\n safefree(*(void **)((long)e + ...
(translation_unit "void function_1(type_1 *dp)\n\n{\n void *var_3;\n type_1 *dp_local;\n type_2 *uc;\n \n var_1(dp->byctrl);\n dp->byctrl = (type_3 *)0x0;\n while( true ) {\n var_3 = var_2(dp->bywidget,0);\n if (var_3 == (void *)0x0) break;\n var_4(dp->bywidget,var_3);\n var_5(*(void **)((long)var_3 ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
1154_putty_and_putty_strip.c
bigdivmod
FUN_0016a2cb
bigdivmod
void bigdivmod(Bignum_conflict p,Bignum_conflict mod,Bignum_conflict result,Bignum_conflict quotient ) { int mlen_00; int rshift_00; BignumInt *m_00; BignumInt *a; BignumInt BVar1; Bignum_conflict quotient_local; Bignum_conflict result_local; Bignum_conflict mod_local; Bignum_conflict ...
void FUN_0016a2cb(undefined8 *param_1,ulong *param_2,undefined8 *param_3,undefined8 param_4) { ulong uVar1; int iVar2; int iVar3; ulong *puVar4; long lVar5; undefined8 uVar6; int local_40; int local_3c; int local_38; ulong local_28; if (param_2[*param_2] == 0) { /* WARNING...
(translation_unit "void FUN_0016a2cb(undefined8 *param_1,ulong *param_2,undefined8 *param_3,undefined8 param_4)\n\n{\n ulong uVar1;\n int iVar2;\n int iVar3;\n ulong *puVar4;\n long lVar5;\n undefined8 uVar6;\n int local_40;\n int local_3c;\n int local_38;\n ulong local_28;\n \n if (param_2[*param_2] == 0) ...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDX MOV qword ptr [RBP + -0x60],RCX MOV RAX,qword ptr [RBP + -0x50] MOV RAX,qword ptr [RAX] LEA RDX,[RAX*0x8] MOV RAX,qword ptr [RBP + -0x50] ADD RAX,RDX MOV RAX,qword ptr [RAX] TEST RAX,RAX JNZ...
void function_1(type_1 p,type_1 mod,type_1 var_11,type_1 quotient ) { int var_4; int var_7; type_2 *m_00; type_2 *a; type_2 BVar1; type_1 quotient_local; type_1 result_local; type_1 mod_local; type_1 p_local; int var_5; int var_12; int var_3; int mlen; int rshift; int j_1; ...
(translation_unit "void bigdivmod(Bignum_conflict p,Bignum_conflict mod,Bignum_conflict result,Bignum_conflict quotient\n )\n\n{\n int mlen_00;\n int rshift_00;\n BignumInt *m_00;\n BignumInt *a;\n BignumInt BVar1;\n Bignum_conflict quotient_local;\n Bignum_conflict result_local;\n Bignum_conflict ...
(translation_unit "void function_1(type_1 p,type_1 mod,type_1 var_11,type_1 quotient\n )\n\n{\n int var_4;\n int var_7;\n type_2 *m_00;\n type_2 *a;\n type_2 BVar1;\n type_1 quotient_local;\n type_1 result_local;\n type_1 mod_local;\n type_1 p_local;\n int var_5;\n int var_12;\n int var_3;\n i...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
1505_putty_and_putty_strip.c
sha1_key
FUN_0018ea3f
sha1_key
void sha1_key(void *handle,uchar *key) { uchar *key_local; void *handle_local; sha1_key_internal(handle,key,0x14); return; }
void FUN_0018ea3f(undefined8 param_1,undefined8 param_2) { FUN_0018e8ed(param_1,param_2,0x14); return; }
(translation_unit "void FUN_0018ea3f(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0018e8ed(param_1,param_2,0x14);\n return;\n}\n\n" (function_definition "void FUN_0018ea3f(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_0018e8ed(param_1,param_2,0x14);\n return;\n}" primitive_type (function_declarator "FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RCX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x14 MOV RSI,RCX MOV RDI,RAX CALL 0x0018e8ed NOP LEAVE RET
void function_1(void *handle,type_1 *key) { type_1 *key_local; void *handle_local; var_1(handle,key,0x14); return; }
(translation_unit "void sha1_key(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n sha1_key_internal(handle,key,0x14);\n return;\n}\n\n" (function_definition "void sha1_key(void *handle,uchar *key)\n\n{\n uchar *key_local;\n void *handle_local;\n \n sha1_key_internal(handle,key,0x14)...
(translation_unit "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_local;\n void *handle_local;\n \n var_1(handle,key,0x14);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *key)\n\n{\n type_1 *key_local;\n void *handle_local;\n \n var_1(handle,key,0x14);\n return;\n}"...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
1189_putty_and_putty_strip.c
bigval_clear
FUN_0016d11f
bigval_clear
void bigval_clear(bigval *r) { bigval *r_local; int i; for (i = 0; i < 3; i = i + 1) { r->w[i] = 0; } return; }
void FUN_0016d11f(long param_1) { undefined4 local_c; for (local_c = 0; local_c < 3; local_c = local_c + 1) { *(undefined8 *)(param_1 + (long)local_c * 8) = 0; } return; }
(translation_unit "void FUN_0016d11f(long param_1)\n\n{\n undefined4 local_c;\n \n for (local_c = 0; local_c < 3; local_c = local_c + 1) {\n *(undefined8 *)(param_1 + (long)local_c * 8) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_0016d11f(long param_1)\n\n{\n undefined4 local_c;\n \n for (local...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x0016d146 MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RBP + -0x4] MOVSXD RDX,EDX MOV qword ptr [RAX + RDX*0x8],0x0 ADD dword ptr [RBP + -0x4],0x1 CMP dword ptr [RBP + -0x4],0x2 JLE 0x0016d130 NOP POP RBP RET
void function_1(type_1 *r) { type_1 *r_local; int var_1; for (var_1 = 0; var_1 < 3; var_1 = var_1 + 1) { r->w[var_1] = 0; } return; }
(translation_unit "void bigval_clear(bigval *r)\n\n{\n bigval *r_local;\n int i;\n \n for (i = 0; i < 3; i = i + 1) {\n r->w[i] = 0;\n }\n return;\n}\n\n" (function_definition "void bigval_clear(bigval *r)\n\n{\n bigval *r_local;\n int i;\n \n for (i = 0; i < 3; i = i + 1) {\n r->w[i] = 0;\n }\n retur...
(translation_unit "void function_1(type_1 *r)\n\n{\n type_1 *r_local;\n int var_1;\n \n for (var_1 = 0; var_1 < 3; var_1 = var_1 + 1) {\n r->w[var_1] = 0;\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *r)\n\n{\n type_1 *r_local;\n int var_1;\n \n for (var_1 = 0; var_1 < 3; var_1 = var_...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
1306_putty_and_putty_strip.c
ecp_doublew
FUN_001775b2
ecp_doublew
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_point * ecp_doublew(ec_point *a,int aminus3) { int iVar1; ec_point *peVar2; Bignum_conflict pBVar3; Bignum_conflict pBVar4; Bignum_conflict pBVar5; Bignum_conflict pBVar6; Bignum_conflict b; Bignum z; int aminus3_local; e...
void FUN_001775b2(long *param_1,int param_2) { int iVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; undefined8 uVar5; undefined8 uVar6; undefined8 local_d8; undefined8 local_d0; undefined8 local_c8; undefined8 local_c0; iVar1 = FUN_0016aebd(param_1[2],PTR_DAT_002348c0); if (iVar...
(translation_unit "void FUN_001775b2(long *param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined8 local_d8;\n undefined8 local_d0;\n undefined8 local_c8;\n undefined8 local_c0;\n \n iVar1 = FUN_0016aebd(param_1[...
PUSH RBP MOV RBP,RSP SUB RSP,0xe0 MOV qword ptr [RBP + -0xd8],RDI MOV dword ptr [RBP + -0xdc],ESI MOV RDX,qword ptr [0x002348c0] MOV RAX,qword ptr [RBP + -0xd8] MOV RAX,qword ptr [RAX + 0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x0016aebd TEST EAX,EAX JNZ 0x00177617 MOV RAX,qword ptr [RBP + -0xd8] MOV RAX,qword ptr [RAX] MOV ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_1 *a,int var_8) { int var_2; type_1 *peVar2; type_2 pBVar3; type_2 pBVar4; type_2 pBVar5; type_2 pBVar6; type_2 b; type_3 z; int aminus3_local; type_1 *a_local; type_3 M; type_3 Z2; type_3 aZ4;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ecp_doublew(ec_point *a,int aminus3)\n\n{\n int iVar1;\n ec_point *peVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict pBVar4;\n Bignum_conflict pBVar5;\n Bignum_conflict pBVar6;\n Bignum_conflict b;\n Bign...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *a,int var_8)\n\n{\n int var_2;\n type_1 *peVar2;\n type_2 pBVar3;\n type_2 pBVar4;\n type_2 pBVar5;\n type_2 pBVar6;\n type_2 b;\n type_3 z;\n int aminus3_local;\n type_1 *a_local;\n typ...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
1042_putty_and_putty_strip.c
ssh2_setup_agent
FUN_00154a31
ssh2_setup_agent
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ssh2_setup_agent(ssh_channel *c,Packet *pktin,void *ctx) { Ssh_conflict ssh_00; Packet *pkt; void *ctx_local; Packet *pktin_local; ssh_channel *c_local; Ssh_conflict ssh; ssh2_setup_agent_state *s; int *crLine; Packet *pk...
void FUN_00154a31(long *param_1,long param_2,int *param_3) { long lVar1; undefined8 uVar2; int *local_40; lVar1 = *param_1; local_40 = param_3; if (param_3 == (int *)0x0) { local_40 = (int *)FUN_0012e037(1,4); *local_40 = 0; } if (*local_40 == 0) { FUN_001c593c(*(undefined8 *)(lVar1 + 0...
(translation_unit "void FUN_00154a31(long *param_1,long param_2,int *param_3)\n\n{\n long lVar1;\n undefined8 uVar2;\n int *local_40;\n \n lVar1 = *param_1;\n local_40 = param_3;\n if (param_3 == (int *)0x0) {\n local_40 = (int *)FUN_0012e037(1,4);\n *local_40 = 0;\n }\n if (*local_40 == 0) {\n FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x20],RAX CMP qword ptr [RBP + -0x38],0x0 JNZ 0x00154a7c MOV ESI,0x4 MOV EDI,0x1 CALL 0x0012e037 MOV qword ptr [...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *c,type_2 *var_6,void *var_1) { type_3 ssh_00; type_2 *pkt; void *ctx_local; type_2 *pktin_local; type_1 *c_local; type_3 ssh; type_4 *s; int *crLine; type_2 *pktout; ssh_00 = c->ssh; ctx_local = ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ssh2_setup_agent(ssh_channel *c,Packet *pktin,void *ctx)\n\n{\n Ssh_conflict ssh_00;\n Packet *pkt;\n void *ctx_local;\n Packet *pktin_local;\n ssh_channel *c_local;\n Ssh_conflict ssh;\n ssh2_setup_agent_state *s...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *c,type_2 *var_6,void *var_1)\n\n{\n type_3 ssh_00;\n type_2 *pkt;\n void *ctx_local;\n type_2 *pktin_local;\n type_1 *c_local;\n type_3 ssh;\n type_4 *s;\n int *crLine;\n type_2 *pktout;\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...
1683_putty_and_putty_strip.c
term_out
FUN_001a08e9
term_out
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void term_out(Terminal *term) { uchar *puVar1; char cVar2; byte c_00; long lVar3; undefined uVar4; wchar_t wVar5; wchar_t x_00; uint uVar6; int iVar7; termline *destline; ulong uVar8; size_t sVar9; long lVar10; ushor...
void FUN_001a08e9(uint *param_1) { byte *pbVar1; char cVar2; undefined uVar3; uint uVar4; uint uVar5; int iVar6; undefined8 uVar7; ulong uVar8; size_t sVar9; long lVar10; ushort **ppuVar11; undefined *puVar12; char *pcVar13; uint *puVar14; long in_FS_OFFSET; byte bVar15; uint local_2...
(translation_unit "void FUN_001a08e9(uint *param_1)\n\n{\n byte *pbVar1;\n char cVar2;\n undefined uVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n undefined8 uVar7;\n ulong uVar8;\n size_t sVar9;\n long lVar10;\n ushort **ppuVar11;\n undefined *puVar12;\n char *pcVar13;\n uint *puVar14;\n long in_FS_OF...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x250 MOV qword ptr [RBP + -0x258],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x24c],0x0 MOV dword ptr [RBP + -0x248],0xffffffff MOV qword ptr [RBP + -0x1e8],0x0 JMP 0x001a7a2c CMP dword ptr [RBP + -0x248],-0x1 JNZ 0x0...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *term) { type_2 *puVar1; char var_92; type_3 c_00; long var_8; type_4 uVar4; type_5 var_21; type_5 x_00; type_6 var_38; int var_5; type_7 *destline; type_8 var_47; size_t sVar9; long var_54; ty...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid term_out(Terminal *term)\n\n{\n uchar *puVar1;\n char cVar2;\n byte c_00;\n long lVar3;\n undefined uVar4;\n wchar_t wVar5;\n wchar_t x_00;\n uint uVar6;\n int iVar7;\n termline *destline;\n ulong uVar8;\n si...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *term)\n\n{\n type_2 *puVar1;\n char var_92;\n type_3 c_00;\n long var_8;\n type_4 uVar4;\n type_5 var_21;\n type_5 x_00;\n type_6 var_38;\n int var_5;\n type_7 *destline;\n type_8 var_47;\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
1535_putty_and_putty_strip.c
share_find_channel_by_upstream
FUN_0018fb0f
share_find_channel_by_upstream
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ share_channel * share_find_channel_by_upstream(ssh_sharing_connstate *cs,uint upstream_id) { long lVar1; share_channel *psVar2; long in_FS_OFFSET; uint upstream_id_local; ssh_sharing_connstate *cs_local; share_channel dummychan; ...
void FUN_0018fb0f(long param_1,undefined4 param_2) { long in_FS_OFFSET; undefined local_48 [4]; undefined4 local_44; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_44 = param_2; FUN_001ae652(*(undefined8 *)(param_1 + 0x4050),local_48,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x2...
(translation_unit "void FUN_0018fb0f(long param_1,undefined4 param_2)\n\n{\n long in_FS_OFFSET;\n undefined local_48 [4];\n undefined4 local_44;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_44 = param_2;\n FUN_001ae652(*(undefined8 *)(param_1 + 0x4050),local_48,0);\n if (local_10 !=...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [RBP + -0x4c] MOV dword ptr [RBP + -0x3c],EAX MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX + 0x4050] LEA RCX,[RBP + -0x40] ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_2 *cs,type_3 upstream_id) { long var_3; type_1 *psVar2; long var_1; type_3 upstream_id_local; type_2 *cs_local; type_1 dummychan; var_3 = *(long *)(var_1 + 0x28); dummychan.upstream_id = upstream_id; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nshare_channel * share_find_channel_by_upstream(ssh_sharing_connstate *cs,uint upstream_id)\n\n{\n long lVar1;\n share_channel *psVar2;\n long in_FS_OFFSET;\n uint upstream_id_local;\n ssh_sharing_connstate *cs_local;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_2 *cs,type_3 upstream_id)\n\n{\n long var_3;\n type_1 *psVar2;\n long var_1;\n type_3 upstream_id_local;\n type_2 *cs_local;\n type_1 dummychan;\n \n var_3 = *(long *)(var_1 + 0x28);\n dummyc...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ...
1784_putty_and_putty_strip.c
uctrl_cmp_bywidget_find
FUN_001b2b6d
uctrl_cmp_bywidget_find
int uctrl_cmp_bywidget_find(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; GtkWidget *a; uctrl *b; if (av < *(void **)((long)bv + 8)) { iVar1 = -1; } else if (*(void **)((long)bv + 8) < av) { iVar1 = 1; } else { iVar1 = 0; } return iVar1; }
undefined8 FUN_001b2b6d(ulong param_1,long param_2) { undefined8 uVar1; if (param_1 < *(ulong *)(param_2 + 8)) { uVar1 = 0xffffffff; } else if (*(ulong *)(param_2 + 8) < param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_001b2b6d(ulong param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n if (param_1 < *(ulong *)(param_2 + 8)) {\n uVar1 = 0xffffffff;\n }\n else if (*(ulong *)(param_2 + 8) < param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definitio...
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 + -0x8] MOV RAX,qword ptr [RAX + 0x8] CMP qword ptr [RBP + -0x10],RAX JNC 0x001b2b9e ...
int function_1(void *var_1,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_2 *b; if (var_1 < *(void **)((long)bv + 8)) { iVar1 = -1; } else if (*(void **)((long)bv + 8) < var_1) { iVar1 = 1; } else { iVar1 = 0; } return iVar1; }
(translation_unit "int uctrl_cmp_bywidget_find(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n GtkWidget *a;\n uctrl *b;\n \n if (av < *(void **)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(void **)((long)bv + 8) < av) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n r...
(translation_unit "int function_1(void *var_1,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_2 *b;\n \n if (var_1 < *(void **)((long)bv + 8)) {\n iVar1 = -1;\n }\n else if (*(void **)((long)bv + 8) < var_1) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n return ...
(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_...
1445_putty_and_putty_strip.c
rsa2_verifysig
FUN_001870a7
rsa2_verifysig
int rsa2_verifysig(void *key,char *sig,int siglen,char *data,int datalen) { long lVar1; int iVar2; int iVar3; uint uVar4; long in_FS_OFFSET; char *data_local; int datalen_local; int siglen_local; char *sig_local; void *key_local; int slen; int i; int j; int ret; int bytes; char *p; R...
undefined4 FUN_001870a7(long param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4, undefined4 param_5) { int iVar1; uint uVar2; undefined4 uVar3; long in_FS_OFFSET; undefined4 local_7c; undefined8 local_78; long local_70; int local_5c; int local_58; int local_54; undefine...
(translation_unit "undefined4\nFUN_001870a7(long param_1,undefined8 param_2,undefined4 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 uVar3;\n long in_FS_OFFSET;\n undefined4 local_7c;\n undefined8 local_78;\n long local_70;\n int local_5c;\n int local...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x68],RDI MOV qword ptr [RBP + -0x70],RSI MOV dword ptr [RBP + -0x74],EDX MOV qword ptr [RBP + -0x80],RCX MOV dword ptr [RBP + -0x78],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x68] MOV qword ptr [RBP + -...
int function_1(void *key,char *sig,int siglen,char *data,int datalen) { long var_18; int var_6; int var_11; type_1 var_15; long var_1; char *data_local; int datalen_local; int siglen_local; char *sig_local; void *key_local; int var_4; int var_14; int var_16; int ret; int var_13; char *...
(translation_unit "int rsa2_verifysig(void *key,char *sig,int siglen,char *data,int datalen)\n\n{\n long lVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n long in_FS_OFFSET;\n char *data_local;\n int datalen_local;\n int siglen_local;\n char *sig_local;\n void *key_local;\n int slen;\n int i;\n int j;\n in...
(translation_unit "int function_1(void *key,char *sig,int siglen,char *data,int datalen)\n\n{\n long var_18;\n int var_6;\n int var_11;\n type_1 var_15;\n long var_1;\n char *data_local;\n int datalen_local;\n int siglen_local;\n char *sig_local;\n void *key_local;\n int var_4;\n int var_14;\n int var_16;\...
(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_...