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
428_puttygen_and_puttygen_strip.c
ssh_ecdhkex_newkey
FUN_0012f495
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_0012f495(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_0012f495(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...
188_puttygen_and_puttygen_strip.c
strbuf_to_str
FUN_0011186d
strbuf_to_str
char * strbuf_to_str(strbuf *buf) { char *pcVar1; strbuf *buf_local; char *ret; pcVar1 = buf->s; safefree(buf); return pcVar1; }
undefined8 FUN_0011186d(undefined8 *param_1) { undefined8 uVar1; uVar1 = *param_1; FUN_001124c5(param_1); return uVar1; }
(translation_unit "undefined8 FUN_0011186d(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_001124c5(param_1);\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0011186d(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = *param_1;\n FUN_001124c5(param_1);\n return ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x001124c5 MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
char * function_1(type_1 *buf) { char *pcVar1; type_1 *buf_local; char *ret; pcVar1 = buf->s; var_1(buf); return pcVar1; }
(translation_unit "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n safefree(buf);\n return pcVar1;\n}\n\n" (function_definition "char * strbuf_to_str(strbuf *buf)\n\n{\n char *pcVar1;\n strbuf *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n ...
(translation_unit "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf);\n return pcVar1;\n}\n\n" (function_definition "char * function_1(type_1 *buf)\n\n{\n char *pcVar1;\n type_1 *buf_local;\n char *ret;\n \n pcVar1 = buf->s;\n var_1(buf...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
668_pageant_and_pageant_strip.c
sha512_init
FUN_00147638
sha512_init
/* WARNING: Unknown calling convention */ void * sha512_init(void) { SHA512_CTX *c; SHA512_State *s; c = (SHA512_CTX *)safemalloc(1,0x118); SHA512_Init(c); return c; }
undefined8 FUN_00147638(void) { undefined8 uVar1; uVar1 = FUN_0010dd24(1,0x118); FUN_00146bfa(uVar1); return uVar1; }
(translation_unit "undefined8 FUN_00147638(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_0010dd24(1,0x118);\n FUN_00146bfa(uVar1);\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00147638(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_0010dd24(1,0x118);\n FUN_00146bfa(uVar1);\n return uVar1;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0x118 MOV EDI,0x1 CALL 0x0010dd24 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00146bfa MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ void * function_1(void) { type_1 *c; type_2 *s; c = (type_1 *)var_1(1,0x118); var_2(c); return c; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * sha512_init(void)\n\n{\n SHA512_CTX *c;\n SHA512_State *s;\n \n c = (SHA512_CTX *)safemalloc(1,0x118);\n SHA512_Init(c);\n return c;\n}\n\n" comment (function_definition "void * sha512_init(void)\n\n{\n SHA512_CTX *c;\n SHA512_State *s;\n \...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n type_1 *c;\n type_2 *s;\n \n c = (type_1 *)var_1(1,0x118);\n var_2(c);\n return c;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n type_1 *c;\n type_2 *s;\n \n c = (type_1 *)var_1(1,0x118);\n v...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poin...
510_puttygen_and_puttygen_strip.c
freersakey
FUN_001388a3
freersakey
void freersakey(RSAKey *key) { RSAKey *key_local; if (key->modulus != (Bignum)0x0) { freebn((Bignum_conflict)key->modulus); } if (key->exponent != (Bignum)0x0) { freebn((Bignum_conflict)key->exponent); } if (key->private_exponent != (Bignum)0x0) { freebn((Bignum_conflict)key->private_expone...
void FUN_001388a3(long param_1) { if (*(long *)(param_1 + 8) != 0) { FUN_0011c14a(*(undefined8 *)(param_1 + 8)); } if (*(long *)(param_1 + 0x10) != 0) { FUN_0011c14a(*(undefined8 *)(param_1 + 0x10)); } if (*(long *)(param_1 + 0x18) != 0) { FUN_0011c14a(*(undefined8 *)(param_1 + 0x18)); } if ...
(translation_unit "void FUN_001388a3(long param_1)\n\n{\n if (*(long *)(param_1 + 8) != 0) {\n FUN_0011c14a(*(undefined8 *)(param_1 + 8));\n }\n if (*(long *)(param_1 + 0x10) != 0) {\n FUN_0011c14a(*(undefined8 *)(param_1 + 0x10));\n }\n if (*(long *)(param_1 + 0x18) != 0) {\n FUN_0011c14a(*(undefined8 *)...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x001388cc MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV RDI,RAX CALL 0x0011c14a MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ ...
void function_1(type_1 *key) { type_1 *key_local; if (key->modulus != (type_2)0x0) { var_1((type_3)key->modulus); } if (key->exponent != (type_2)0x0) { var_1((type_3)key->exponent); } if (key->private_exponent != (type_2)0x0) { var_1((type_3)key->private_exponent); } if (key->p != (type...
(translation_unit "void freersakey(RSAKey *key)\n\n{\n RSAKey *key_local;\n \n if (key->modulus != (Bignum)0x0) {\n freebn((Bignum_conflict)key->modulus);\n }\n if (key->exponent != (Bignum)0x0) {\n freebn((Bignum_conflict)key->exponent);\n }\n if (key->private_exponent != (Bignum)0x0) {\n freebn((Bignu...
(translation_unit "void function_1(type_1 *key)\n\n{\n type_1 *key_local;\n \n if (key->modulus != (type_2)0x0) {\n var_1((type_3)key->modulus);\n }\n if (key->exponent != (type_2)0x0) {\n var_1((type_3)key->exponent);\n }\n if (key->private_exponent != (type_2)0x0) {\n var_1((type_3)key->private_expone...
(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...
87_puttygen_and_puttygen_strip.c
deregister_tm_clones
FUN_00104590
deregister_tm_clones
/* WARNING: Removing unreachable block (ram,0x001045a3) */ /* WARNING: Removing unreachable block (ram,0x001045af) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x001045a3) */ /* WARNING: Removing unreachable block (ram,0x001045af) */ void FUN_00104590(void) { return; }
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001045a3) */\n/* WARNING: Removing unreachable block (ram,0x001045af) */\n\nvoid FUN_00104590(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00104590(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00104590...
LEA RDI,[0x15f638] LEA RAX,[0x15f638] CMP RAX,RDI JZ 0x001045b8 MOV RAX,qword ptr [0x0015efc0] TEST RAX,RAX JZ 0x001045b8 JMP RAX RET
/* WARNING: Removing unreachable block (ram,0x001045a3) */ /* WARNING: Removing unreachable block (ram,0x001045af) */ void function_1(void) { return; }
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001045a3) */\n/* WARNING: Removing unreachable block (ram,0x001045af) */\n\nvoid deregister_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void deregister_tm_clones(void)\n\n{\n return;\n}" primitive_type (function_declarat...
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001045a3) */\n/* WARNING: Removing unreachable block (ram,0x001045af) */\n\nvoid function_1(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void function_1(void)\n\n{\n return;\n}" primitive_type (function_declarator "function_1(void)...
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
416_puttygen_and_puttygen_strip.c
ecdsa_public_blob
FUN_0012cc8b
ecdsa_public_blob
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ uchar * ecdsa_public_blob(void *key,int *len) { byte *pbVar1; uchar *puVar2; uint uVar3; uint uVar4; int iVar5; int iVar6; int iVar7; int iVar8; size_t sVar9; size_t sVar10; uchar uVar11; bool bVar14; int *len_local; ...
undefined * FUN_0012cc8b(long *param_1,int *param_2) { byte *pbVar1; undefined *puVar2; uint uVar3; byte bVar4; uint uVar5; int iVar6; int iVar7; int iVar8; int iVar9; size_t sVar10; size_t sVar11; undefined uVar12; bool bVar15; int local_34; int local_30; undefined *local_20; byte *...
(translation_unit "undefined * FUN_0012cc8b(long *param_1,int *param_2)\n\n{\n byte *pbVar1;\n undefined *puVar2;\n uint uVar3;\n byte bVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n size_t sVar10;\n size_t sVar11;\n undefined uVar12;\n bool bVar15;\n int local_34;\n int local_...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x60] MOV RDI,RAX CALL 0x00104190 MOV dword ptr [RBP + -0x24],EAX MOV RAX,qword...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(void *key,int *len) { type_2 *var_9; type_1 *var_20; type_3 var_3; type_3 var_4; int var_5; int var_16; int var_17; int var_18; size_t var_2; size_t var_19; type_1 uVar11; bool bVar14; int *len_loca...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nuchar * ecdsa_public_blob(void *key,int *len)\n\n{\n byte *pbVar1;\n uchar *puVar2;\n uint uVar3;\n uint uVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n size_t sVar9;\n size_t sVar10;\n uchar uVar11;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(void *key,int *len)\n\n{\n type_2 *var_9;\n type_1 *var_20;\n type_3 var_3;\n type_3 var_4;\n int var_5;\n int var_16;\n int var_17;\n int var_18;\n size_t var_2;\n size_t var_19;\n type_1 uVar1...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t...
568_pageant_and_pageant_strip.c
hmacmd5_genresult
FUN_00139255
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_00139255(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_00139255(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...
644_pageant_and_pageant_strip.c
sha256_free
FUN_001424f1
sha256_free
void sha256_free(void *handle) { void *handle_local; SHA256_State *s; smemclr(handle,0x6c); safefree(handle); return; }
void FUN_001424f1(undefined8 param_1) { FUN_0010dff8(param_1,0x6c); FUN_0010df30(param_1); return; }
(translation_unit "void FUN_001424f1(undefined8 param_1)\n\n{\n FUN_0010dff8(param_1,0x6c);\n FUN_0010df30(param_1);\n return;\n}\n\n" (function_definition "void FUN_001424f1(undefined8 param_1)\n\n{\n FUN_0010dff8(param_1,0x6c);\n FUN_0010df30(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0014...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV ESI,0x6c MOV RDI,RAX CALL 0x0010dff8 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0010df30 NOP LEAVE RET
void function_1(void *handle) { void *handle_local; type_1 *s; var_1(handle,0x6c); var_2(handle); return; }
(translation_unit "void sha256_free(void *handle)\n\n{\n void *handle_local;\n SHA256_State *s;\n \n smemclr(handle,0x6c);\n safefree(handle);\n return;\n}\n\n" (function_definition "void sha256_free(void *handle)\n\n{\n void *handle_local;\n SHA256_State *s;\n \n smemclr(handle,0x6c);\n safefree(handle);\n ...
(translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *s;\n \n var_1(handle,0x6c);\n var_2(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *s;\n \n var_1(handle,0x6c);\n var_2(handle);\n return;\n}" primitive_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))))) body: (compound_statement (declaration type: (primitive_type) dec...
517_puttygen_and_puttygen_strip.c
rsa2_private_blob
FUN_00138eef
rsa2_private_blob
uchar * rsa2_private_blob(void *key,int *len) { int iVar1; int iVar2; int iVar3; int iVar4; int iVar5; int iVar6; int iVar7; int iVar8; uchar *puVar9; int *len_local; void *key_local; int i; int dlen; int plen; int qlen; int ulen; int bloblen; uchar *p; RSAKey *rsa; uchar *blob...
char * FUN_00138eef(long param_1,int *param_2) { char cVar1; int iVar2; int iVar3; int iVar4; int iVar5; int iVar6; int iVar7; int iVar8; int iVar9; char *pcVar10; int local_38; char *local_20; iVar2 = FUN_0011ff5e(*(undefined8 *)(param_1 + 0x18)); iVar3 = iVar2 + 8; if (iVar2 + 8 < 0...
(translation_unit "char * FUN_00138eef(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n int iVar9;\n char *pcVar10;\n int local_38;\n char *local_20;\n \n iVar2 = FUN_0011ff5e(*(undefined8 *)(param_1 + 0x18));\n iVa...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV RAX,qword ptr [RBP + -0x38] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV RDI,RAX CALL 0x0011ff5e ADD EAX,0x8 LEA EDX,[RAX + 0x7] TEST EAX,EAX CMOVS EAX,EDX SAR EAX,...
type_1 * function_1(void *key,int *len) { int var_2; int var_4; int var_8; int var_5; int var_9; int var_6; int var_14; int var_3; type_1 *var_11; int *len_local; void *key_local; int var_7; int dlen; int plen; int qlen; int ulen; int bloblen; type_1 *var_13; type_2 *rsa; type_...
(translation_unit "uchar * rsa2_private_blob(void *key,int *len)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n uchar *puVar9;\n int *len_local;\n void *key_local;\n int i;\n int dlen;\n int plen;\n int qlen;\n int ulen;\n int bloblen;\n ...
(translation_unit "type_1 * function_1(void *key,int *len)\n\n{\n int var_2;\n int var_4;\n int var_8;\n int var_5;\n int var_9;\n int var_6;\n int var_14;\n int var_3;\n type_1 *var_11;\n int *len_local;\n void *key_local;\n int var_7;\n int dlen;\n int plen;\n int qlen;\n int ulen;\n int bloblen;\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
419_puttygen_and_puttygen_strip.c
ed25519_openssh_createkey
FUN_0012d46d
ed25519_openssh_createkey
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * ed25519_openssh_createkey(ssh_signkey *self,uchar **blob,int *len) { int iVar1; ec_curve *peVar2; Bignum_conflict pBVar3; ec_key *peVar4; long in_FS_OFFSET; int *len_local; uchar **blob_local; ssh_signkey *self_local; i...
undefined8 * FUN_0012d46d(undefined8 param_1,undefined8 param_2,undefined8 param_3) { int iVar1; undefined8 uVar2; undefined8 *puVar3; long in_FS_OFFSET; int local_38; int local_34; void *local_30; long local_28; undefined8 *local_20; long local_18; long local_10; local_10 = *(long *)(in_FS...
(translation_unit "undefined8 * FUN_0012d46d(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long in_FS_OFFSET;\n int local_38;\n int local_34;\n void *local_30;\n long local_28;\n undefined8 *local_20;\n long local_18;\n long local_10;\...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x40],RSI MOV qword ptr [RBP + -0x48],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX LEA RCX,[RBP + -0x30] LEA RDX,[RBP + -0x28] MOV RSI,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RBP + -0x40] MOV RDI,RAX...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void * function_1(type_1 *self,type_2 **blob,int *len) { int var_7; type_3 *peVar2; type_4 pBVar3; type_5 *peVar4; long var_1; int *len_local; type_2 **blob_local; type_1 *self_local; int var_16; int var_10; char *var_3; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * ed25519_openssh_createkey(ssh_signkey *self,uchar **blob,int *len)\n\n{\n int iVar1;\n ec_curve *peVar2;\n Bignum_conflict pBVar3;\n ec_key *peVar4;\n long in_FS_OFFSET;\n int *len_local;\n uchar **blob_local;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid * function_1(type_1 *self,type_2 **blob,int *len)\n\n{\n int var_7;\n type_3 *peVar2;\n type_4 pBVar3;\n type_5 *peVar4;\n long var_1;\n int *len_local;\n type_2 **blob_local;\n type_1 *self_local;\n int var_16;...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t...
247_puttygen_and_puttygen_strip.c
blowfish_lsb_encrypt_cbc
FUN_0011a9e5
blowfish_lsb_encrypt_cbc
void blowfish_lsb_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_0011a9e5(uint *param_1,uint param_2,long param_3) { long in_FS_OFFSET; uint local_34; uint *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_0011a9e5(uint *param_1,uint param_2,long param_3)\n\n{\n long in_FS_OFFSET;\n uint local_34;\n uint *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 0x0011aa30 LEA RCX,[0x14e980] MOV EDX,0x133 LEA RSI,[0x14e9...
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_8; type_3 var_6; type_3 var_7; 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_lsb_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_8;\n type_3 var_6;\n type_3 var_7;\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...
834_pageant_and_pageant_strip.c
sk_tcp_write_oob
FUN_00150b9c
sk_tcp_write_oob
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int sk_tcp_write_oob(Socket sock,char *buf,int len) { int len_local; char *buf_local; Socket sock_local; Actual_Socket_conflict s; if (*(int *)(sock + 0xb) != 0) { /* WARNING: Subroutine does not return */ _...
undefined4 FUN_00150b9c(long param_1,void *param_2,uint param_3) { if (*(int *)(param_1 + 0x58) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4c7,"sk_tcp_write_oob"); } FUN_0010d891(param_1 + 0x20); if (1 < param_3) { ...
(translation_unit "undefined4 FUN_00150b9c(long param_1,void *param_2,uint param_3)\n\n{\n if (*(int *)(param_1 + 0x58) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("s->outgoingeof == EOF_NO","unix/uxnet.c",0x4c7,"sk_tcp_write_oob");\n }\n FUN_0010d891(param_1 + 0x20);\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 RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x58] TEST EAX,EAX JZ 0x00150be1 LEA RCX,[0x163b50] MOV EDX,0x4c7 LEA R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 var_1,char *buf,int len) { int len_local; char *buf_local; type_1 sock_local; type_2 s; if (*(int *)(var_1 + 0xb) != 0) { /* WARNING: Subroutine does not return */ var_2("s->outgoingeof...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_tcp_write_oob(Socket sock,char *buf,int len)\n\n{\n int len_local;\n char *buf_local;\n Socket sock_local;\n Actual_Socket_conflict s;\n \n if (*(int *)(sock + 0xb) != 0) {\n /* WARNING: Subrou...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 var_1,char *buf,int len)\n\n{\n int len_local;\n char *buf_local;\n type_1 sock_local;\n type_2 s;\n \n if (*(int *)(var_1 + 0xb) != 0) {\n /* WARNING: Subroutine does not return...
(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:...
256_puttygen_and_puttygen_strip.c
blowfish_make_context
FUN_0011bd0b
blowfish_make_context
/* WARNING: Unknown calling convention */ void * blowfish_make_context(void) { void *pvVar1; pvVar1 = safemalloc(1,0x1050); return pvVar1; }
void FUN_0011bd0b(void) { FUN_001122b9(1,0x1050); return; }
(translation_unit "void FUN_0011bd0b(void)\n\n{\n FUN_001122b9(1,0x1050);\n return;\n}\n\n" (function_definition "void FUN_0011bd0b(void)\n\n{\n FUN_001122b9(1,0x1050);\n return;\n}" primitive_type (function_declarator "FUN_0011bd0b(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitiv...
PUSH RBP MOV RBP,RSP MOV ESI,0x1050 MOV EDI,0x1 CALL 0x001122b9 POP RBP RET
/* WARNING: Unknown calling convention */ void * function_1(void) { void *pvVar1; pvVar1 = var_1(1,0x1050); return pvVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * blowfish_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x1050);\n return pvVar1;\n}\n\n" comment (function_definition "void * blowfish_make_context(void)\n\n{\n void *pvVar1;\n \n pvVar1 = safemalloc(1,0x1050);\n return ...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x1050);\n return pvVar1;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n void *pvVar1;\n \n pvVar1 = var_1(1,0x1050);\n return pvVar1;\n}" primitive_type (poin...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point...
752_pageant_and_pageant_strip.c
agent_connfind
FUN_0014c70d
agent_connfind
int agent_connfind(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int afd; agent_pending_query *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* ...
undefined8 FUN_0014c70d(int *param_1,int *param_2) { undefined8 uVar1; if (*param_1 < *param_2) { uVar1 = 0xffffffff; } else if (*param_2 < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_0014c70d(int *param_1,int *param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *param_2) {\n uVar1 = 0xffffffff;\n }\n else if (*param_2 < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0014c70d(in...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0xc],EAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX] CMP dword ptr [RBP + -0xc],EAX...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; int afd; type_1 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* WARNING: Load siz...
(translation_unit "int agent_connfind(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int afd;\n agent_pending_query *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n...
(translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n int afd;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
499_puttygen_and_puttygen_strip.c
rsaencrypt
FUN_001376c5
rsaencrypt
int rsaencrypt(uchar *data,int length,RSAKey *key) { int iVar1; Bignum_conflict base_in; Bignum_conflict bn; RSAKey *key_local; int length_local; uchar *data_local; int i; uchar *p; Bignum b1; Bignum b2; if (length + 3 < key->bytes) { memmove(data + ((long)key->bytes - (long)length),data,...
undefined8 FUN_001376c5(undefined *param_1,int param_2,long param_3) { undefined uVar1; undefined8 uVar2; undefined8 uVar3; int local_24; undefined *local_20; if (param_2 + 3 < *(int *)(param_3 + 4)) { memmove(param_1 + ((long)*(int *)(param_3 + 4) - (long)param_2),param_1,(long)param_2); *para...
(translation_unit "undefined8 FUN_001376c5(undefined *param_1,int param_2,long param_3)\n\n{\n undefined uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n int local_24;\n undefined *local_20;\n \n if (param_2 + 3 < *(int *)(param_3 + 4)) {\n memmove(param_1 + ((long)*(int *)(param_3 + 4) - (long)param_2),param...
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 EAX,dword ptr [RBP + -0x2c] LEA EDX,[RAX + 0x3] MOV RAX,qword ptr [RBP + -0x38] MOV EAX,dword ptr [RAX + 0x4] CMP EDX,EAX JL 0x001376f3 MOV EAX,0x0 JMP 0x00137835 MOV EAX,dword ptr [RBP ...
int function_1(type_1 *var_3,int var_1,type_2 *key) { int iVar1; type_3 base_in; type_3 bn; type_2 *key_local; int length_local; type_1 *data_local; int var_4; type_1 *var_9; type_4 b1; type_4 b2; if (var_1 + 3 < key->bytes) { var_2(var_3 + ((long)key->bytes - (long)var_1),var_3,(long)var...
(translation_unit "int rsaencrypt(uchar *data,int length,RSAKey *key)\n\n{\n int iVar1;\n Bignum_conflict base_in;\n Bignum_conflict bn;\n RSAKey *key_local;\n int length_local;\n uchar *data_local;\n int i;\n uchar *p;\n Bignum b1;\n Bignum b2;\n \n if (length + 3 < key->bytes) {\n memmove(data + ((long...
(translation_unit "int function_1(type_1 *var_3,int var_1,type_2 *key)\n\n{\n int iVar1;\n type_3 base_in;\n type_3 bn;\n type_2 *key_local;\n int length_local;\n type_1 *data_local;\n int var_4;\n type_1 *var_9;\n type_4 b1;\n type_4 b2;\n \n if (var_1 + 3 < key->bytes) {\n var_2(var_3 + ((long)key->byt...
(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...
300_puttygen_and_puttygen_strip.c
ssh1_write_bignum
FUN_001201d8
ssh1_write_bignum
int ssh1_write_bignum(void *data,Bignum_conflict bn) { int iVar1; int iVar2; Bignum_conflict bn_local; void *data_local; int i; int len; int bitc; uchar *p; iVar1 = ssh1_bignum_length(bn); iVar2 = bignum_bitcount(bn); *(char *)data = (char)((uint)iVar2 >> 8); *(char *)((long)data + 1) = (ch...
int FUN_001201d8(undefined *param_1,undefined8 param_2) { undefined uVar1; undefined2 uVar2; int iVar3; int local_1c; undefined *local_10; iVar3 = FUN_0011ffcb(param_2); uVar2 = FUN_0011ff5e(param_2); *param_1 = (char)((ushort)uVar2 >> 8); param_1[1] = (char)uVar2; local_1c = iVar3 + -2; loca...
(translation_unit "int FUN_001201d8(undefined *param_1,undefined8 param_2)\n\n{\n undefined uVar1;\n undefined2 uVar2;\n int iVar3;\n int local_1c;\n undefined *local_10;\n \n iVar3 = FUN_0011ffcb(param_2);\n uVar2 = FUN_0011ff5e(param_2);\n *param_1 = (char)((ushort)uVar2 >> 8);\n param_1[1] = (char)uVar2;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x30] MOV RDI,RAX CALL 0x0011ffcb MOV dword ptr [RBP + -0x10],EAX MOV RAX,qword ptr [RBP + -0x30] MOV RDI,RAX CALL 0x0011ff5e MOV dwo...
int function_1(void *data,type_1 bn) { int var_3; int iVar2; type_1 bn_local; void *data_local; int var_4; int len; int bitc; type_2 *var_6; var_3 = var_1(bn); iVar2 = var_2(bn); *(char *)data = (char)((type_3)iVar2 >> 8); *(char *)((long)data + 1) = (char)iVar2; var_4 = var_3 + -2; var...
(translation_unit "int ssh1_write_bignum(void *data,Bignum_conflict bn)\n\n{\n int iVar1;\n int iVar2;\n Bignum_conflict bn_local;\n void *data_local;\n int i;\n int len;\n int bitc;\n uchar *p;\n \n iVar1 = ssh1_bignum_length(bn);\n iVar2 = bignum_bitcount(bn);\n *(char *)data = (char)((uint)iVar2 >> 8);\n...
(translation_unit "int function_1(void *data,type_1 bn)\n\n{\n int var_3;\n int iVar2;\n type_1 bn_local;\n void *data_local;\n int var_4;\n int len;\n int bitc;\n type_2 *var_6;\n \n var_3 = var_1(bn);\n iVar2 = var_2(bn);\n *(char *)data = (char)((type_3)iVar2 >> 8);\n *(char *)((long)data + 1) = (char)i...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
808_pageant_and_pageant_strip.c
sk_cleanup
FUN_0014ea69
sk_cleanup
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void sk_cleanup(void) { void *pvVar1; int i; Actual_Socket_conflict s; if (sktree != (tree234 *)0x0) { i = 0; while( true ) { pvVar1 = index23...
void FUN_0014ea69(void) { long lVar1; undefined4 local_14; if (DAT_00170ac0 != 0) { local_14 = 0; while( true ) { lVar1 = FUN_00149f0a(DAT_00170ac0,local_14); if (lVar1 == 0) break; close(*(int *)(lVar1 + 0x10)); local_14 = local_14 + 1; } } return; }
(translation_unit "void FUN_0014ea69(void)\n\n{\n long lVar1;\n undefined4 local_14;\n \n if (DAT_00170ac0 != 0) {\n local_14 = 0;\n while( true ) {\n lVar1 = FUN_00149f0a(DAT_00170ac0,local_14);\n if (lVar1 == 0) break;\n close(*(int *)(lVar1 + 0x10));\n local_14 = local_14 + 1;\n }\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV RAX,qword ptr [0x00170ac0] TEST RAX,RAX JZ 0x0014eab7 MOV dword ptr [RBP + -0xc],0x0 JMP 0x0014ea98 MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x10] MOV EDI,EAX CALL 0x00107ad0 ADD dword ptr [RBP + -0xc],0x1 MOV RAX,qword ptr [0x00170ac0] MOV EDX,dword ptr [RBP + -0xc]...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(void) { void *var_3; int var_5; type_1 s; if (var_1 != (type_2 *)0x0) { var_5 = 0; while( true ) { var_3 = var_2(var_1,var_5);...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid sk_cleanup(void)\n\n{\n void *pvVar1;\n int i;\n Actual_Socket_conflict s;\n \n if (sktree != (tree234 *)0x0) {\n i = 0;\n while( t...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(void)\n\n{\n void *var_3;\n int var_5;\n type_1 s;\n \n if (var_1 != (type_2 *)0x0) {\n var_5 = 0;\n while( true ) {\n ...
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarato...
326_puttygen_and_puttygen_strip.c
des_cbc3_decrypt
FUN_00124dac
des_cbc3_decrypt
void des_cbc3_decrypt(uchar *blk,uint len,DESContext *scheds) { uint uVar1; uint uVar2; long lVar3; uint L; uint R; long in_FS_OFFSET; DESContext *scheds_local; uint len_local; uchar *blk_local; word32 iv0; word32 iv1; uint i; word32 xL; word32 xR; word32 out [2]; lVar3 = *(long *)(...
void FUN_00124dac(byte *param_1,uint param_2,long param_3) { uint uVar1; uint uVar2; long in_FS_OFFSET; byte *local_40; uint local_2c; 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_00124dac(byte *param_1,uint param_2,long param_3)\n\n{\n uint uVar1;\n uint uVar2;\n long in_FS_OFFSET;\n byte *local_40;\n uint local_2c;\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,0x50 MOV qword ptr [RBP + -0x38],RDI MOV dword ptr [RBP + -0x3c],ESI MOV qword ptr [RBP + -0x48],RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [RBP + -0x3c] AND EAX,0x7 TEST EAX,EAX JZ 0x00124df7 LEA RCX,[0x14f7a0] MOV EDX,0x2bd LEA RSI,[0x14f4...
void function_1(type_1 *blk,type_2 var_2,type_3 *var_7) { type_2 var_11; type_2 var_12; long var_13; type_2 L; type_2 R; long var_1; type_3 *scheds_local; type_2 len_local; type_1 *var_5; type_4 var_9; type_4 var_10; type_2 var_4; type_4 xL; type_4 xR; type_4 out [2]; var_13 = *(lon...
(translation_unit "void des_cbc3_decrypt(uchar *blk,uint len,DESContext *scheds)\n\n{\n uint uVar1;\n uint uVar2;\n long lVar3;\n uint L;\n uint R;\n long in_FS_OFFSET;\n DESContext *scheds_local;\n uint len_local;\n uchar *blk_local;\n word32 iv0;\n word32 iv1;\n uint i;\n word32 xL;\n word32 xR;\n word...
(translation_unit "void function_1(type_1 *blk,type_2 var_2,type_3 *var_7)\n\n{\n type_2 var_11;\n type_2 var_12;\n long var_13;\n type_2 L;\n type_2 R;\n long var_1;\n type_3 *scheds_local;\n type_2 len_local;\n type_1 *var_5;\n type_4 var_9;\n type_4 var_10;\n type_2 var_4;\n type_4 xL;\n type_4 xR;\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: (identi...
567_puttygen_and_puttygen_strip.c
sha384_init
FUN_00140bc5
sha384_init
/* WARNING: Unknown calling convention */ void * sha384_init(void) { SHA512_CTX *c; SHA512_State *s; c = (SHA512_CTX *)safemalloc(1,0x118); SHA384_Init(c); return c; }
undefined8 FUN_00140bc5(void) { undefined8 uVar1; uVar1 = FUN_001122b9(1,0x118); FUN_001400c4(uVar1); return uVar1; }
(translation_unit "undefined8 FUN_00140bc5(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001122b9(1,0x118);\n FUN_001400c4(uVar1);\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00140bc5(void)\n\n{\n undefined8 uVar1;\n \n uVar1 = FUN_001122b9(1,0x118);\n FUN_001400c4(uVar1);\n return uVar1;\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0x118 MOV EDI,0x1 CALL 0x001122b9 MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001400c4 MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ void * function_1(void) { type_1 *c; type_2 *s; c = (type_1 *)var_1(1,0x118); var_2(c); return c; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * sha384_init(void)\n\n{\n SHA512_CTX *c;\n SHA512_State *s;\n \n c = (SHA512_CTX *)safemalloc(1,0x118);\n SHA384_Init(c);\n return c;\n}\n\n" comment (function_definition "void * sha384_init(void)\n\n{\n SHA512_CTX *c;\n SHA512_State *s;\n \...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * function_1(void)\n\n{\n type_1 *c;\n type_2 *s;\n \n c = (type_1 *)var_1(1,0x118);\n var_2(c);\n return c;\n}\n\n" comment (function_definition "void * function_1(void)\n\n{\n type_1 *c;\n type_2 *s;\n \n c = (type_1 *)var_1(1,0x118);\n v...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poin...
549_pageant_and_pageant_strip.c
ssh_ecdhkex_getpublic
FUN_0013799e
ssh_ecdhkex_getpublic
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * ssh_ecdhkex_getpublic(void *key,int *len) { int iVar1; int iVar2; int iVar3; char *pcVar4; bool bVar5; int *len_local; void *key_local; int i; int pointlen; char *p; ec_key *ec; char *point; iVar1 = bignum_bi...
undefined * FUN_0013799e(long param_1,int *param_2) { undefined uVar1; int iVar2; int iVar3; undefined *puVar4; bool bVar5; int local_28; undefined *local_20; iVar2 = FUN_00128595(*(undefined8 *)(*(long *)(param_1 + 8) + 0x20)); iVar3 = iVar2 + 7; if (iVar2 + 7 < 0) { iVar3 = iVar2 + 0xe; ...
(translation_unit "undefined * FUN_0013799e(long param_1,int *param_2)\n\n{\n undefined uVar1;\n int iVar2;\n int iVar3;\n undefined *puVar4;\n bool bVar5;\n int local_28;\n undefined *local_20;\n \n iVar2 = FUN_00128595(*(undefined8 *)(*(long *)(param_1 + 8) + 0x20));\n iVar3 = iVar2 + 7;\n if (iVar2 + 7 < ...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x8] MOV RAX,qword ptr [RAX + 0x20] MOV RDI,RAX CALL 0x00128595 ADD EAX,0x7 LEA EDX,[RAX + 0x7] TEST ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ char * function_1(void *key,int *len) { int var_2; int var_3; int iVar3; char *pcVar4; bool bVar5; int *len_local; void *key_local; int var_6; int pointlen; char *var_5; type_1 *ec; char *point; var_2 = var_1(*(type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * ssh_ecdhkex_getpublic(void *key,int *len)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n bool bVar5;\n int *len_local;\n void *key_local;\n int i;\n int pointlen;\n char *p;\n ec_key *ec;\n c...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nchar * function_1(void *key,int *len)\n\n{\n int var_2;\n int var_3;\n int iVar3;\n char *pcVar4;\n bool bVar5;\n int *len_local;\n void *key_local;\n int var_6;\n int pointlen;\n char *var_5;\n type_1 *ec;\n char...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty...
488_puttygen_and_puttygen_strip.c
random_stir
FUN_00136dca
random_stir
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void random_stir(void) { long lVar1; long in_FS_OFFSET; int i; int j; int k; word32 digest [5]; word32 block [16]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); if (pool.stir_pending == 0) { pool.stir_pending = 1; noi...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_00136dca(void) { long in_FS_OFFSET; int local_84; int local_80; uint local_7c; undefined8 local_78; undefined8 local_70; undefined4 local_68; undefined8 local_58; undefined8 local_50; undefined8 local_48...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00136dca(void)\n\n{\n long in_FS_OFFSET;\n int local_84;\n int local_80;\n uint local_7c;\n undefined8 local_78;\n undefined8 local_70;\n undefined4 local_68;\n undefined8 local_58;\n undefined8 ...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV EAX,dword ptr [0x0015fe6c] TEST EAX,EAX JNZ 0x00136fab MOV dword ptr [0x0015fe6c],0x1 LEA RDI,[0x136fc2] CALL 0x001463b0 LEA RSI,[0x15fe28] LEA RDI,[0x15fe14] CALL 0x00140c8a MOV dword ptr [0x0015fe68],0x0 MOV ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { long var_7; long var_1; int var_4; int var_5; int var_6; type_1 digest [5]; type_1 block [16]; var_7 = *(long *)(var_1 + 0x28); if (pool.stir_pending == 0) { pool.stir_pending = 1; var_2(...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid random_stir(void)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n int i;\n int j;\n int k;\n word32 digest [5];\n word32 block [16];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (pool.stir_pending == 0) {\n ...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(void)\n\n{\n long var_7;\n long var_1;\n int var_4;\n int var_5;\n int var_6;\n type_1 digest [5];\n type_1 block [16];\n \n var_7 = *(long *)(var_1 + 0x28);\n if (pool.stir_pending == 0) {\n ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: ...
502_pageant_and_pageant_strip.c
ecf_square
FUN_00131437
ecf_square
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Bignum ecf_square(Bignum a,ec_curve *curve) { Bignum_conflict pBVar1; ec_curve *curve_local; Bignum a_local; pBVar1 = modmul((Bignum_conflict)a,(Bignum_conflict)a,(Bignum_conflict)curve->p); return pBVar1; }
void FUN_00131437(undefined8 param_1,long param_2) { FUN_001276ab(param_1,param_1,*(undefined8 *)(param_2 + 0x20)); return; }
(translation_unit "void FUN_00131437(undefined8 param_1,long param_2)\n\n{\n FUN_001276ab(param_1,param_1,*(undefined8 *)(param_2 + 0x20));\n return;\n}\n\n" (function_definition "void FUN_00131437(undefined8 param_1,long param_2)\n\n{\n FUN_001276ab(param_1,param_1,*(undefined8 *)(param_2 + 0x20));\n return;\n}" p...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RDX,qword ptr [RAX + 0x20] MOV RCX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RCX MOV RDI,RAX CALL 0x001276ab LEAVE RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_1 a,type_2 *curve) { type_3 pBVar1; type_2 *curve_local; type_1 a_local; pBVar1 = var_1((type_3)a,(type_3)a,(type_3)curve->p); return pBVar1; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nBignum ecf_square(Bignum a,ec_curve *curve)\n\n{\n Bignum_conflict pBVar1;\n ec_curve *curve_local;\n Bignum a_local;\n \n pBVar1 = modmul((Bignum_conflict)a,(Bignum_conflict)a,(Bignum_conflict)curve->p);\n return pBVar...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_1 a,type_2 *curve)\n\n{\n type_3 pBVar1;\n type_2 *curve_local;\n type_1 a_local;\n \n pBVar1 = var_1((type_3)a,(type_3)a,(type_3)curve->p);\n return pBVar1;\n}\n\n" comment (function_definition "...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarato...
136_puttygen_and_puttygen_strip.c
import_possible
FUN_00108d78
import_possible
int import_possible(int type) { int iVar1; int type_local; if (type == 5) { iVar1 = 1; } else if (type == 6) { iVar1 = 1; } else if (type == 7) { iVar1 = 1; } else { iVar1 = 0; } return iVar1; }
undefined8 FUN_00108d78(int param_1) { undefined8 uVar1; if (param_1 == 5) { uVar1 = 1; } else if (param_1 == 6) { uVar1 = 1; } else if (param_1 == 7) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_00108d78(int param_1)\n\n{\n undefined8 uVar1;\n \n if (param_1 == 5) {\n uVar1 = 1;\n }\n else if (param_1 == 6) {\n uVar1 = 1;\n }\n else if (param_1 == 7) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN...
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x5 JNZ 0x00108d8c MOV EAX,0x1 JMP 0x00108dab CMP dword ptr [RBP + -0x4],0x6 JNZ 0x00108d99 MOV EAX,0x1 JMP 0x00108dab CMP dword ptr [RBP + -0x4],0x7 JNZ 0x00108da6 MOV EAX,0x1 JMP 0x00108dab MOV EAX,0x0 POP RBP RET
int function_1(int var_1) { int iVar1; int type_local; if (var_1 == 5) { iVar1 = 1; } else if (var_1 == 6) { iVar1 = 1; } else if (var_1 == 7) { iVar1 = 1; } else { iVar1 = 0; } return iVar1; }
(translation_unit "int import_possible(int type)\n\n{\n int iVar1;\n int type_local;\n \n if (type == 5) {\n iVar1 = 1;\n }\n else if (type == 6) {\n iVar1 = 1;\n }\n else if (type == 7) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n return iVar1;\n}\n\n" (function_definition "int import_possibl...
(translation_unit "int function_1(int var_1)\n\n{\n int iVar1;\n int type_local;\n \n if (var_1 == 5) {\n iVar1 = 1;\n }\n else if (var_1 == 6) {\n iVar1 = 1;\n }\n else if (var_1 == 7) {\n iVar1 = 1;\n }\n else {\n iVar1 = 0;\n }\n return iVar1;\n}\n\n" (function_definition "int function_1(int ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati...
853_pageant_and_pageant_strip.c
cmdline_error
FUN_00152340
cmdline_error
void cmdline_error(char *p,...) { char in_AL; undefined8 in_RCX; undefined8 in_RDX; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_Qa; undefined8 in_XMM5_Qa; undefined8 in_X...
void FUN_00152340(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12, undefined8 param_13,u...
(translation_unit "void FUN_00152340(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 char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xe0 MOV qword ptr [RBP + -0xd8],RDI MOV qword ptr [RBP + -0xa8],RSI MOV qword ptr [RBP + -0xa0],RDX MOV qword ptr [RBP + -0x98],RCX MOV qword ptr [RBP + -0x90],R8 MOV qword ptr [RBP + -0x88],R9 TEST AL,AL JZ 0x00152399 MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70],...
void function_1(char *p,...) { char var_1; type_1 in_RCX; type_1 in_RDX; type_1 in_RSI; type_1 in_R8; type_1 in_R9; type_1 in_XMM0_Qa; type_1 in_XMM1_Qa; type_1 in_XMM2_Qa; type_1 in_XMM3_Qa; type_1 in_XMM4_Qa; type_1 in_XMM5_Qa; type_1 in_XMM6_Qa; type_1 in_XMM7_Qa; char *p_local; typ...
(translation_unit "void cmdline_error(char *p,...)\n\n{\n char in_AL;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefine...
(translation_unit "void function_1(char *p,...)\n\n{\n char var_1;\n type_1 in_RCX;\n type_1 in_RDX;\n type_1 in_RSI;\n type_1 in_R8;\n type_1 in_R9;\n type_1 in_XMM0_Qa;\n type_1 in_XMM1_Qa;\n type_1 in_XMM2_Qa;\n type_1 in_XMM3_Qa;\n type_1 in_XMM4_Qa;\n type_1 in_XMM5_Qa;\n type_1 in_XMM6_Qa;\n type_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))) (variadic_parameter))) body: (compound_statement (declaration type:...
496_puttygen_and_puttygen_strip.c
random_get_savedata
FUN_00137470
random_get_savedata
void random_get_savedata(void **data,int *len) { void *__dest; int *len_local; void **data_local; void *buf; __dest = safemalloc(600,1); random_stir(); memcpy(__dest,pool.pool + pool.poolpos,600); *len = 600; *data = __dest; random_stir(); return; }
void FUN_00137470(undefined8 *param_1,undefined4 *param_2) { void *__dest; __dest = (void *)FUN_001122b9(600,1); FUN_00136dca(); memcpy(__dest,&DAT_0015f960 + DAT_0015fe10,600); *param_2 = 600; *param_1 = __dest; FUN_00136dca(); return; }
(translation_unit "void FUN_00137470(undefined8 *param_1,undefined4 *param_2)\n\n{\n void *__dest;\n \n __dest = (void *)FUN_001122b9(600,1);\n FUN_00136dca();\n memcpy(__dest,&DAT_0015f960 + DAT_0015fe10,600);\n *param_2 = 600;\n *param_1 = __dest;\n FUN_00136dca();\n return;\n}\n\n" (function_definition "voi...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV ESI,0x1 MOV EDI,0x258 CALL 0x001122b9 MOV qword ptr [RBP + -0x8],RAX CALL 0x00136dca MOV EAX,dword ptr [0x0015fe10] CDQE LEA RDX,[0x15f960] LEA RCX,[RAX + RDX*0x1] MOV RAX,qword ptr [RBP + -0x8] MOV EDX,0x258 MOV RSI,R...
void function_1(void **data,int *len) { void *__dest; int *len_local; void **data_local; void *buf; __dest = var_1(600,1); var_2(); var_3(__dest,pool.pool + pool.poolpos,600); *len = 600; *data = __dest; var_2(); return; }
(translation_unit "void random_get_savedata(void **data,int *len)\n\n{\n void *__dest;\n int *len_local;\n void **data_local;\n void *buf;\n \n __dest = safemalloc(600,1);\n random_stir();\n memcpy(__dest,pool.pool + pool.poolpos,600);\n *len = 600;\n *data = __dest;\n random_stir();\n return;\n}\n\n" (func...
(translation_unit "void function_1(void **data,int *len)\n\n{\n void *__dest;\n int *len_local;\n void **data_local;\n void *buf;\n \n __dest = var_1(600,1);\n var_2();\n var_3(__dest,pool.pool + pool.poolpos,600);\n *len = 600;\n *data = __dest;\n var_2();\n return;\n}\n\n" (function_definition "void funct...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (parameter_declaration type: (prim...
128_puttygen_and_puttygen_strip.c
conf_set_str
FUN_001080b2
conf_set_str
void conf_set_str(Conf *conf,int primary,char *value) { conf_entry *entry_00; char *pcVar1; char *value_local; int primary_local; Conf *conf_local; conf_entry *entry; entry_00 = (conf_entry *)safemalloc(1,0x18); if (subkeytypes[primary] != 0) { /* WARNING: Subroutine does not re...
void FUN_001080b2(undefined8 param_1,int param_2,undefined8 param_3) { int *piVar1; undefined8 uVar2; piVar1 = (int *)FUN_001122b9(1,0x18); if (*(int *)(&DAT_0015f020 + (long)param_2 * 4) != 0) { /* WARNING: Subroutine does not return */ __assert_fail("subkeytypes[primary] == TYPE_N...
(translation_unit "void FUN_001080b2(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n int *piVar1;\n undefined8 uVar2;\n \n piVar1 = (int *)FUN_001122b9(1,0x18);\n if (*(int *)(&DAT_0015f020 + (long)param_2 * 4) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("sub...
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 ESI,0x18 MOV EDI,0x1 CALL 0x001122b9 MOV qword ptr [RBP + -0x8],RAX MOV EAX,dword ptr [RBP + -0x1c] CDQE LEA RDX,[RAX*0x4] LEA RAX,[0x15f020] MOV EAX,dword ptr [RDX + RAX*0x1] TEST EAX,E...
void function_1(type_1 *conf,int primary,char *value) { type_2 *entry_00; char *pcVar1; char *value_local; int primary_local; type_1 *conf_local; type_2 *entry; entry_00 = (type_2 *)var_1(1,0x18); if (subkeytypes[primary] != 0) { /* WARNING: Subroutine does not return */ var...
(translation_unit "void conf_set_str(Conf *conf,int primary,char *value)\n\n{\n conf_entry *entry_00;\n char *pcVar1;\n char *value_local;\n int primary_local;\n Conf *conf_local;\n conf_entry *entry;\n \n entry_00 = (conf_entry *)safemalloc(1,0x18);\n if (subkeytypes[primary] != 0) {\n /* W...
(translation_unit "void function_1(type_1 *conf,int primary,char *value)\n\n{\n type_2 *entry_00;\n char *pcVar1;\n char *value_local;\n int primary_local;\n type_1 *conf_local;\n type_2 *entry;\n \n entry_00 = (type_2 *)var_1(1,0x18);\n if (subkeytypes[primary] != 0) {\n /* WARNING: Subrout...
(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...
847_pageant_and_pageant_strip.c
so_peercred
FUN_00151e94
so_peercred
int so_peercred(int fd,int *pid,int *uid,int *gid) { long lVar1; int iVar2; long in_FS_OFFSET; int *gid_local; int *uid_local; int *pid_local; int fd_local; socklen_t crlen; ucred cr; lVar1 = *(long *)(in_FS_OFFSET + 0x28); crlen = 0xc; iVar2 = getsockopt(fd,1,0x11,&cr,&crlen); if (iVar2 ...
bool FUN_00151e94(int param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4) { int iVar1; long in_FS_OFFSET; socklen_t local_20; undefined4 local_1c; undefined4 local_18; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_20 = 0xc; iVar1 = getsock...
(translation_unit "bool FUN_00151e94(int param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n socklen_t local_20;\n undefined4 local_1c;\n undefined4 local_18;\n undefined4 local_14;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n loc...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV dword ptr [RBP + -0x24],EDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX MOV qword ptr [RBP + -0x40],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x18],0xc LEA RCX,[RBP + -0x18] LEA RDX,[RBP + -0x14] MOV EAX,dwo...
int function_1(int fd,int *pid,int *uid,int *gid) { long var_4; int var_3; long var_1; int *gid_local; int *uid_local; int *pid_local; int fd_local; type_1 crlen; type_2 cr; var_4 = *(long *)(var_1 + 0x28); crlen = 0xc; var_3 = var_2(fd,1,0x11,&cr,&crlen); if (var_3 == 0) { *pid = cr....
(translation_unit "int so_peercred(int fd,int *pid,int *uid,int *gid)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n int *gid_local;\n int *uid_local;\n int *pid_local;\n int fd_local;\n socklen_t crlen;\n ucred cr;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n crlen = 0xc;\n iVar2 = getsockopt(fd...
(translation_unit "int function_1(int fd,int *pid,int *uid,int *gid)\n\n{\n long var_4;\n int var_3;\n long var_1;\n int *gid_local;\n int *uid_local;\n int *pid_local;\n int fd_local;\n type_1 crlen;\n type_2 cr;\n \n var_4 = *(long *)(var_1 + 0x28);\n crlen = 0xc;\n var_3 = var_2(fd,1,0x11,&cr,&crlen);\n...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie...
586_puttygen_and_puttygen_strip.c
hmacsha1_bytes
FUN_001419d3
hmacsha1_bytes
void hmacsha1_bytes(void *handle,uchar *blk,int len) { int len_local; uchar *blk_local; void *handle_local; SHA_State *keys; SHA_Bytes((SHA_State *)((long)handle + 0xc0),blk,len); return; }
void FUN_001419d3(long param_1,undefined8 param_2,undefined4 param_3) { FUN_0014117b(param_1 + 0xc0,param_2,param_3); return; }
(translation_unit "void FUN_001419d3(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0014117b(param_1 + 0xc0,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001419d3(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n FUN_0014117b(param_1 + 0xc0,param_2,param_3);\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 RAX,qword ptr [RBP + -0x8] LEA RCX,[RAX + 0xc0] MOV EDX,dword ptr [RBP + -0x24] MOV RAX,qword ptr [RBP + -0x20] MOV RSI,RAX...
void function_1(void *handle,type_1 *blk,int len) { int len_local; type_1 *blk_local; void *handle_local; type_2 *keys; var_1((type_2 *)((long)handle + 0xc0),blk,len); return; }
(translation_unit "void hmacsha1_bytes(void *handle,uchar *blk,int len)\n\n{\n int len_local;\n uchar *blk_local;\n void *handle_local;\n SHA_State *keys;\n \n SHA_Bytes((SHA_State *)((long)handle + 0xc0),blk,len);\n return;\n}\n\n" (function_definition "void hmacsha1_bytes(void *handle,uchar *blk,int len)\n\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 *keys;\n \n var_1((type_2 *)((long)handle + 0xc0),blk,len);\n return;\n}\n\n" (function_definition "void function_1(void *handle,type_1 *blk,int len)\n\n{\n int len_loca...
(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...
984_pageant_and_pageant_strip.c
x11_override_throttle
FUN_0015959f
x11_override_throttle
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_override_throttle(X11Connection_conflict *xconn,int enable) { int iVar1; int enable_local; X11Connection_conflict *xconn_local; if ((xconn != (X11Connection_conflict *)0x0) && (xconn->throttle_override = enable, xconn->...
void FUN_0015959f(long param_1,undefined4 param_2) { undefined8 uVar1; if ((param_1 != 0) && (*(undefined4 *)(param_1 + 0x54) = param_2, *(long *)(param_1 + 0x78) != 0)) { if ((*(int *)(param_1 + 0x50) == 0) && (*(int *)(param_1 + 0x54) == 0)) { uVar1 = 0; } else { uVar1 = 1; } ...
(translation_unit "void FUN_0015959f(long param_1,undefined4 param_2)\n\n{\n undefined8 uVar1;\n \n if ((param_1 != 0) && (*(undefined4 *)(param_1 + 0x54) = param_2, *(long *)(param_1 + 0x78) != 0))\n {\n if ((*(int *)(param_1 + 0x50) == 0) && (*(int *)(param_1 + 0x54) == 0)) {\n uVar1 = 0;\n }\n else...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI CMP qword ptr [RBP + -0x8],0x0 JZ 0x0015960e MOV RAX,qword ptr [RBP + -0x8] MOV EDX,dword ptr [RBP + -0xc] MOV dword ptr [RAX + 0x54],EDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x78] TEST RAX,RAX JZ 0x001596...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *var_1,int enable) { int iVar1; int enable_local; type_1 *xconn_local; if ((var_1 != (type_1 *)0x0) && (var_1->throttle_override = enable, var_1->s != (type_2)0x0)) { if ((var_1->throttled == 0) && (va...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_override_throttle(X11Connection_conflict *xconn,int enable)\n\n{\n int iVar1;\n int enable_local;\n X11Connection_conflict *xconn_local;\n \n if ((xconn != (X11Connection_conflict *)0x0) &&\n (xconn->throttl...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1,int enable)\n\n{\n int iVar1;\n int enable_local;\n type_1 *xconn_local;\n \n if ((var_1 != (type_1 *)0x0) &&\n (var_1->throttle_override = enable, var_1->s != (type_2)0x0)) {\n if ((...
(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...
167_puttygen_and_puttygen_strip.c
ctrlparse
FUN_00110b28
ctrlparse
char ctrlparse(char *s,char **next) { byte *pbVar1; long lVar2; char **next_local; char *s_local; char c; c = '\0'; if (*s == '^') { pbVar1 = (byte *)(s + 1); if (*pbVar1 == 0) { *next = (char *)0x0; } else if (*pbVar1 == 0x3c) { lVar2 = strtol(s + 2,next,0); c = (ch...
byte FUN_00110b28(char *param_1,char **param_2) { byte *pbVar1; long lVar2; byte local_9; local_9 = 0; if (*param_1 == '^') { pbVar1 = (byte *)(param_1 + 1); if (*pbVar1 == 0) { *param_2 = (char *)0x0; } else if (*pbVar1 == 0x3c) { lVar2 = strtol(param_1 + 2,param_2,0); ...
(translation_unit "byte FUN_00110b28(char *param_1,char **param_2)\n\n{\n byte *pbVar1;\n long lVar2;\n byte local_9;\n \n local_9 = 0;\n if (*param_1 == '^') {\n pbVar1 = (byte *)(param_1 + 1);\n if (*pbVar1 == 0) {\n *param_2 = (char *)0x0;\n }\n else if (*pbVar1 == 0x3c) {\n lVar2 = strto...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV byte ptr [RBP + -0x1],0x0 MOV RAX,qword ptr [RBP + -0x18] MOVZX EAX,byte ptr [RAX] CMP AL,0x5e JZ 0x00110b57 MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RAX],0x0 JMP 0x00110c84 ADD qword ptr [RBP + -0x18],0x1 MOV RA...
char function_1(char *var_1,char **next) { type_1 *pbVar1; long lVar2; char **next_local; char *s_local; char c; c = '\0'; if (*var_1 == '^') { pbVar1 = (type_1 *)(var_1 + 1); if (*pbVar1 == 0) { *next = (char *)0x0; } else if (*pbVar1 == 0x3c) { lVar2 = var_2(var_1 + 2,ne...
(translation_unit "char ctrlparse(char *s,char **next)\n\n{\n byte *pbVar1;\n long lVar2;\n char **next_local;\n char *s_local;\n char c;\n \n c = '\0';\n if (*s == '^') {\n pbVar1 = (byte *)(s + 1);\n if (*pbVar1 == 0) {\n *next = (char *)0x0;\n }\n else if (*pbVar1 == 0x3c) {\n lVar2 = s...
(translation_unit "char function_1(char *var_1,char **next)\n\n{\n type_1 *pbVar1;\n long lVar2;\n char **next_local;\n char *s_local;\n char c;\n \n c = '\0';\n if (*var_1 == '^') {\n pbVar1 = (type_1 *)(var_1 + 1);\n if (*pbVar1 == 0) {\n *next = (char *)0x0;\n }\n else if (*pbVar1 == 0x3c) {...
(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_...
533_pageant_and_pageant_strip.c
ecdsa_freekey
FUN_00134984
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_00134984(long param_1) { if (param_1 != 0) { if (*(long *)(param_1 + 0x10) != 0) { FUN_00124781(*(undefined8 *)(param_1 + 0x10)); } if (*(long *)(param_1 + 0x18) != 0) { FUN_00124781(*(undefined8 *)(param_1 + 0x18)); } if (*(long *)(param_1 + 0x20) != 0) { FUN_00124781...
(translation_unit "void FUN_00134984(long param_1)\n\n{\n if (param_1 != 0) {\n if (*(long *)(param_1 + 0x10) != 0) {\n FUN_00124781(*(undefined8 *)(param_1 + 0x10));\n }\n if (*(long *)(param_1 + 0x18) != 0) {\n FUN_00124781(*(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 0x00134a25 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x001349c0 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...
531_pageant_and_pageant_strip.c
decodepoint
FUN_001347c5
decodepoint
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int decodepoint(char *p,int length,ec_point *point) { int iVar1; Bignum_conflict pBVar2; ec_point *point_local; int length_local; char *p_local; if (point->curve->type == ADDRTYPE_IPV6) { iVar1 = decodepoint_ed(p,length,point...
undefined8 FUN_001347c5(char *param_1,int param_2,undefined8 *param_3) { int iVar1; undefined8 uVar2; if (*(int *)*param_3 == 2) { uVar2 = FUN_001345f9(param_1,param_2,param_3); } else if ((param_2 < 1) || (*param_1 != '\x04')) { uVar2 = 0; } else if ((param_2 - 1U & 1) == 0) { iVar1 = (i...
(translation_unit "undefined8 FUN_001347c5(char *param_1,int param_2,undefined8 *param_3)\n\n{\n int iVar1;\n undefined8 uVar2;\n \n if (*(int *)*param_3 == 2) {\n uVar2 = FUN_001345f9(param_1,param_2,param_3);\n }\n else if ((param_2 < 1) || (*param_1 != '\x04')) {\n uVar2 = 0;\n }\n else if ((param_2 - ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV EAX,dword ptr [RAX] CMP EAX,0x2 JNZ 0x00134800 MOV RDX,qword ptr [RBP + -0x18] MOV ECX,dword ptr [RBP + -0xc] MOV RAX,qword ptr [RBP...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(char *var_5,int var_3,type_1 *point) { int var_6; type_2 pBVar2; type_1 *point_local; int length_local; char *p_local; if (point->curve->type == var_1) { var_6 = var_2(var_5,var_3,point); } else if ((var_3 ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint decodepoint(char *p,int length,ec_point *point)\n\n{\n int iVar1;\n Bignum_conflict pBVar2;\n ec_point *point_local;\n int length_local;\n char *p_local;\n \n if (point->curve->type == ADDRTYPE_IPV6) {\n iVar1 =...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(char *var_5,int var_3,type_1 *point)\n\n{\n int var_6;\n type_2 pBVar2;\n type_1 *point_local;\n int length_local;\n char *p_local;\n \n if (point->curve->type == var_1) {\n var_6 = var_2(var_5,var_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))) (parameter_declaration type: (primitive_type) declarator:...
734_pageant_and_pageant_strip.c
draw_area
FUN_0014b7f6
draw_area
gint draw_area(GtkWidget *widget,cairo_t *cr,gpointer data) { gpointer data_local; cairo_t *cr_local; GtkWidget *widget_local; drawing_area_ctx *ctx; askpass_redraw_cairo(cr,(drawing_area_ctx *)data); return 1; }
undefined8 FUN_0014b7f6(undefined8 param_1,undefined8 param_2,undefined8 param_3) { FUN_0014b78f(param_2,param_3); return 1; }
(translation_unit "undefined8 FUN_0014b7f6(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0014b78f(param_2,param_3);\n return 1;\n}\n\n" (function_definition "undefined8 FUN_0014b7f6(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0014b78f(param_2,param_3);\n return 1;\n}"...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x20] MOV RSI,RDX MOV RDI,RAX CALL 0x0014b78f MOV EAX,0x1 LEAVE RET
type_1 function_1(type_2 *widget,type_3 *cr,type_4 data) { type_4 data_local; type_3 *cr_local; type_2 *widget_local; type_5 *ctx; var_1(cr,(type_5 *)data); return 1; }
(translation_unit "gint draw_area(GtkWidget *widget,cairo_t *cr,gpointer data)\n\n{\n gpointer data_local;\n cairo_t *cr_local;\n GtkWidget *widget_local;\n drawing_area_ctx *ctx;\n \n askpass_redraw_cairo(cr,(drawing_area_ctx *)data);\n return 1;\n}\n\n" (function_definition "gint draw_area(GtkWidget *widget,ca...
(translation_unit "type_1 function_1(type_2 *widget,type_3 *cr,type_4 data)\n\n{\n type_4 data_local;\n type_3 *cr_local;\n type_2 *widget_local;\n type_5 *ctx;\n \n var_1(cr,(type_5 *)data);\n return 1;\n}\n\n" (function_definition "type_1 function_1(type_2 *widget,type_3 *cr,type_4 data)\n\n{\n type_4 data_lo...
(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...
555_puttygen_and_puttygen_strip.c
SHA512_Init
FUN_00140072
SHA512_Init
int SHA512_Init(SHA512_CTX *c) { SHA512_State *s_local; int i; SHA512_Core_Init((SHA512_State *)c); *(undefined4 *)(c[1].h + 5) = 0; for (i = 0; i < 4; i = i + 1) { *(undefined4 *)((long)c[1].h + (long)i * 4 + 0x2c) = 0; } return (int)c; }
void FUN_00140072(long param_1) { undefined4 local_c; FUN_0013c054(param_1); *(undefined4 *)(param_1 + 0x100) = 0; for (local_c = 0; local_c < 4; local_c = local_c + 1) { *(undefined4 *)(param_1 + 4 + ((long)local_c + 0x40) * 4) = 0; } return; }
(translation_unit "void FUN_00140072(long param_1)\n\n{\n undefined4 local_c;\n \n FUN_0013c054(param_1);\n *(undefined4 *)(param_1 + 0x100) = 0;\n for (local_c = 0; local_c < 4; local_c = local_c + 1) {\n *(undefined4 *)(param_1 + 4 + ((long)local_c + 0x40) * 4) = 0;\n }\n return;\n}\n\n" (function_definitio...
PUSH RBP MOV RBP,RSP SUB RSP,0x18 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x0013c054 MOV RAX,qword ptr [RBP + -0x18] MOV dword ptr [RAX + 0x100],0x0 MOV dword ptr [RBP + -0x4],0x0 JMP 0x001400bb MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RBP + -0x4] MOVSXD RDX,EDX ADD RD...
int function_1(type_1 *c) { type_2 *s_local; int var_2; var_1((type_2 *)c); *(type_3 *)(c[1].h + 5) = 0; for (var_2 = 0; var_2 < 4; var_2 = var_2 + 1) { *(type_3 *)((long)c[1].h + (long)var_2 * 4 + 0x2c) = 0; } return (int)c; }
(translation_unit "int SHA512_Init(SHA512_CTX *c)\n\n{\n SHA512_State *s_local;\n int i;\n \n SHA512_Core_Init((SHA512_State *)c);\n *(undefined4 *)(c[1].h + 5) = 0;\n for (i = 0; i < 4; i = i + 1) {\n *(undefined4 *)((long)c[1].h + (long)i * 4 + 0x2c) = 0;\n }\n return (int)c;\n}\n\n" (function_definition "...
(translation_unit "int function_1(type_1 *c)\n\n{\n type_2 *s_local;\n int var_2;\n \n var_1((type_2 *)c);\n *(type_3 *)(c[1].h + 5) = 0;\n for (var_2 = 0; var_2 < 4; var_2 = var_2 + 1) {\n *(type_3 *)((long)c[1].h + (long)var_2 * 4 + 0x2c) = 0;\n }\n return (int)c;\n}\n\n" (function_definition "int function...
(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...
695_pageant_and_pageant_strip.c
sha1_generate
FUN_001487e4
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_001487e4(undefined8 param_1,long param_2,int param_3,undefined8 param_4) { FUN_0014872e(param_1,param_2,param_3,param_4,param_3 + param_2); return; }
(translation_unit "void FUN_001487e4(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n FUN_0014872e(param_1,param_2,param_3,param_4,param_3 + param_2);\n return;\n}\n\n" (function_definition "void FUN_001487e4(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n FUN_0014872e(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...
836_pageant_and_pageant_strip.c
net_select_result
FUN_00150cda
net_select_result
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void net_select_result(int fd,int event) { long lVar1; _func_void_Plug_char_ptr_int_int *p_Var2; socklen_t sVar3; int iVar4; int iVar5; ssize_t sVar6; int *piVar7; char *pcVar8; socklen_t *psVar9; long lVar10; size_t __n; ...
void FUN_00150cda(undefined4 param_1,int param_2) { undefined8 uVar1; code *pcVar2; socklen_t sVar3; int iVar4; ssize_t sVar5; int *piVar6; char *pcVar7; socklen_t *psVar8; long lVar9; size_t __n; undefined8 *puVar10; sockaddr *psVar11; long in_FS_OFFSET; byte bVar12; undefined8 local_54...
(translation_unit "void FUN_00150cda(undefined4 param_1,int param_2)\n\n{\n undefined8 uVar1;\n code *pcVar2;\n socklen_t sVar3;\n int iVar4;\n ssize_t sVar5;\n int *piVar6;\n char *pcVar7;\n socklen_t *psVar8;\n long lVar9;\n size_t __n;\n undefined8 *puVar10;\n sockaddr *psVar11;\n long in_FS_OFFSET;\n ...
PUSH RBP MOV RBP,RSP PUSH R12 PUSH RBX SUB RSP,0x5490 MOV dword ptr [RBP + -0x5274],EDI MOV dword ptr [RBP + -0x5278],ESI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV RAX,qword ptr [0x00170ac0] LEA RCX,[RBP + -0x5274] LEA RDX,[0x14ea03] MOV RSI,RCX MOV RDI,RAX CALL 0x0014a273 MOV qword pt...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(int fd,int event) { long var_40; type_1 *p_Var2; type_2 sVar3; int var_8; int var_24; ssize_t sVar6; int *piVar7; char *pcVar8; type_2 *psVar9; long var_17; size_t __n; type_3 *pSVar11; type_4 *psVar12;...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid net_select_result(int fd,int event)\n\n{\n long lVar1;\n _func_void_Plug_char_ptr_int_int *p_Var2;\n socklen_t sVar3;\n int iVar4;\n int iVar5;\n ssize_t sVar6;\n int *piVar7;\n char *pcVar8;\n socklen_t *psVar9...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(int fd,int event)\n\n{\n long var_40;\n type_1 *p_Var2;\n type_2 sVar3;\n int var_8;\n int var_24;\n ssize_t sVar6;\n int *piVar7;\n char *pcVar8;\n type_2 *psVar9;\n long var_17;\n size_t __n;\n t...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_...
503_pageant_and_pageant_strip.c
ecf_treble
FUN_00131464
ecf_treble
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Bignum ecf_treble(Bignum a,ec_curve *curve) { int iVar1; Bignum_conflict pBVar2; ec_curve *curve_local; Bignum a_local; Bignum ret; Bignum tmp; pBVar2 = bignum_lshift((Bignum_conflict)a,1); ret = bigadd(pBVar2,(Bignum_conflic...
long FUN_00131464(undefined8 param_1,long param_2) { int iVar1; undefined8 uVar2; long lVar3; long local_18; uVar2 = FUN_00128b93(param_1,1); local_18 = FUN_00129139(uVar2,param_1); FUN_00124781(uVar2); while( true ) { iVar1 = FUN_001288ae(local_18,*(undefined8 *)(param_2 + 0x20)); if (iVar...
(translation_unit "long FUN_00131464(undefined8 param_1,long param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n long lVar3;\n long local_18;\n \n uVar2 = FUN_00128b93(param_1,1);\n local_18 = FUN_00129139(uVar2,param_1);\n FUN_00124781(uVar2);\n while( true ) {\n iVar1 = FUN_001288ae(local_18,*(undefined8 *)(...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV ESI,0x1 MOV RDI,RAX CALL 0x00128b93 MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x00129139 MOV qword ptr [R...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_1 a,type_2 *curve) { int var_5; type_3 var_7; type_2 *curve_local; type_1 a_local; type_1 ret; type_1 tmp; var_7 = var_1((type_3)a,1); ret = var_2(var_7,(type_3)a); var_3(var_7); while( true ) { ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nBignum ecf_treble(Bignum a,ec_curve *curve)\n\n{\n int iVar1;\n Bignum_conflict pBVar2;\n ec_curve *curve_local;\n Bignum a_local;\n Bignum ret;\n Bignum tmp;\n \n pBVar2 = bignum_lshift((Bignum_conflict)a,1);\n ret ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(type_1 a,type_2 *curve)\n\n{\n int var_5;\n type_3 var_7;\n type_2 *curve_local;\n type_1 a_local;\n type_1 ret;\n type_1 tmp;\n \n var_7 = var_1((type_3)a,1);\n ret = var_2(var_7,(type_3)a);\n var...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarato...
707_pageant_and_pageant_strip.c
schedule_timer
FUN_00148dc7
schedule_timer
ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx) { undefined8 *e; undefined8 *puVar1; void *ctx_local; timer_fn_t fn_local; int ticks_local; ulong when; timer *t; timer *first; init_timers(); now = getticks(); when = now + (long)ticks; if (when == now) { when = now + 1; } e =...
long FUN_00148dc7(int param_1,undefined8 param_2,undefined8 param_3) { undefined8 *puVar1; undefined8 *puVar2; long local_20; FUN_00148d82(); DAT_00170a38 = FUN_0014df26(); local_20 = DAT_00170a38 + param_1; if (local_20 == DAT_00170a38) { local_20 = DAT_00170a38 + 1; } puVar1 = (undefined8 *...
(translation_unit "long FUN_00148dc7(int param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long local_20;\n \n FUN_00148d82();\n DAT_00170a38 = FUN_0014df26();\n local_20 = DAT_00170a38 + param_1;\n if (local_20 == DAT_00170a38) {\n local_20 = DAT_00170a38 + 1;...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV dword ptr [RBP + -0x24],EDI MOV qword ptr [RBP + -0x30],RSI MOV qword ptr [RBP + -0x38],RDX CALL 0x00148d82 CALL 0x0014df26 MOV qword ptr [0x00170a38],RAX MOV EAX,dword ptr [RBP + -0x24] MOVSXD RDX,EAX MOV RAX,qword ptr [0x00170a38] ADD RAX,RDX MOV qword ptr [RBP + -0x18],RAX MOV R...
type_1 function_1(int ticks,type_2 fn,void *ctx) { type_3 *var_7; type_3 *var_8; void *ctx_local; type_2 fn_local; int ticks_local; type_1 var_4; type_4 *t; type_4 *first; var_1(); var_3 = var_2(); var_4 = var_3 + (long)ticks; if (var_4 == var_3) { var_4 = var_3 + 1; } var_7 = (type...
(translation_unit "ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx)\n\n{\n undefined8 *e;\n undefined8 *puVar1;\n void *ctx_local;\n timer_fn_t fn_local;\n int ticks_local;\n ulong when;\n timer *t;\n timer *first;\n \n init_timers();\n now = getticks();\n when = now + (long)ticks;\n if (when == now...
(translation_unit "type_1 function_1(int ticks,type_2 fn,void *ctx)\n\n{\n type_3 *var_7;\n type_3 *var_8;\n void *ctx_local;\n type_2 fn_local;\n int ticks_local;\n type_1 var_4;\n type_4 *t;\n type_4 *first;\n \n var_1();\n var_3 = var_2();\n var_4 = var_3 + (long)ticks;\n if (var_4 == var_3) {\n var_...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
106_puttygen_and_puttygen_strip.c
free_key
FUN_00107234
free_key
void free_key(key *key) { key *key_local; if (subkeytypes[key->primary] == 2) { safefree((key->secondary).s); } return; }
void FUN_00107234(int *param_1) { if (*(int *)(&DAT_0015f020 + (long)*param_1 * 4) == 2) { FUN_001124c5(*(undefined8 *)(param_1 + 2)); } return; }
(translation_unit "void FUN_00107234(int *param_1)\n\n{\n if (*(int *)(&DAT_0015f020 + (long)*param_1 * 4) == 2) {\n FUN_001124c5(*(undefined8 *)(param_1 + 2));\n }\n return;\n}\n\n" (function_definition "void FUN_00107234(int *param_1)\n\n{\n if (*(int *)(&DAT_0015f020 + (long)*param_1 * 4) == 2) {\n FUN_001...
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] CDQE LEA RDX,[RAX*0x4] LEA RAX,[0x15f020] MOV EAX,dword ptr [RDX + RAX*0x1] CMP EAX,0x2 JNZ 0x0010726f MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV RDI,RAX CALL 0x001124c5 NOP LEAV...
void function_1(type_1 *type_1) { type_1 *key_local; if (subkeytypes[type_1->primary] == 2) { var_1((type_1->secondary).s); } return; }
(translation_unit "void free_key(key *key)\n\n{\n key *key_local;\n \n if (subkeytypes[key->primary] == 2) {\n safefree((key->secondary).s);\n }\n return;\n}\n\n" (function_definition "void free_key(key *key)\n\n{\n key *key_local;\n \n if (subkeytypes[key->primary] == 2) {\n safefree((key->secondary).s);...
(translation_unit "void function_1(type_1 *type_1)\n\n{\n type_1 *key_local;\n \n if (subkeytypes[type_1->primary] == 2) {\n var_1((type_1->secondary).s);\n }\n return;\n}\n\n" (function_definition "void function_1(type_1 *type_1)\n\n{\n type_1 *key_local;\n \n if (subkeytypes[type_1->primary] == 2) {\n v...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
391_puttygen_and_puttygen_strip.c
ecp_doublem
FUN_0012a1e4
ecp_doublem
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_point * ecp_doublem(ec_point *a) { Bignum_conflict pBVar1; Bignum_conflict pBVar2; Bignum_conflict pBVar3; Bignum_conflict pBVar4; Bignum_conflict pBVar5; Bignum_conflict q; ec_point *peVar6; ec_point *a_local; Bignum z; ...
undefined8 FUN_0012a1e4(long *param_1) { undefined8 uVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; undefined8 uVar5; long lVar6; undefined *local_58; local_58 = (undefined *)param_1[3]; if (local_58 == (undefined *)0x0) { local_58 = PTR_DAT_0015f608; } uVar1 = FUN_00129120(p...
(translation_unit "undefined8 FUN_0012a1e4(long *param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n undefined *local_58;\n \n local_58 = (undefined *)param_1[3];\n if (local_58 == (undefined *)0x0) {\n local_58 = PTR_DAT_0015f60...
PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x58],RDI MOV RAX,qword ptr [RBP + -0x58] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x50],RAX CMP qword ptr [RBP + -0x50],0x0 JNZ 0x0012a20e MOV RAX,qword ptr [0x0015f608] MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr [RBP + -0x58] MOV RDX,qword ptr...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_1 *a) { type_2 pBVar1; type_2 pBVar2; type_2 pBVar3; type_2 pBVar4; type_2 pBVar5; type_2 var_9; type_1 *peVar6; type_1 *a_local; type_3 var_1; type_3 tmp; type_3 xpz; type_3 xmz; type_3 outx; ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ecp_doublem(ec_point *a)\n\n{\n Bignum_conflict pBVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict pBVar4;\n Bignum_conflict pBVar5;\n Bignum_conflict q;\n ec_point *peVar6;\n ec_...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *a)\n\n{\n type_2 pBVar1;\n type_2 pBVar2;\n type_2 pBVar3;\n type_2 pBVar4;\n type_2 pBVar5;\n type_2 var_9;\n type_1 *peVar6;\n type_1 *a_local;\n type_3 var_1;\n type_3 tmp;\n type_3 x...
(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)))))) body: (compound_stat...
809_pageant_and_pageant_strip.c
sk_namelookup
FUN_0014eaba
sk_namelookup
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ SockAddr sk_namelookup(char *host,char **canonicalname,int address_family) { long lVar1; int __ecode; SockAddr __s; char *pcVar2; size_t sVar3; long in_FS_OFFSET; int address_family_local; char **canonicalname_local; char *hos...
undefined4 * FUN_0014eaba(char *param_1,undefined8 *param_2,int param_3) { int __ecode; undefined4 *__s; char *pcVar1; size_t sVar2; undefined8 uVar3; long in_FS_OFFSET; addrinfo local_2048; char local_2018 [8191]; undefined local_19; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); ...
(translation_unit "undefined4 * FUN_0014eaba(char *param_1,undefined8 *param_2,int param_3)\n\n{\n int __ecode;\n undefined4 *__s;\n char *pcVar1;\n size_t sVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n addrinfo local_2048;\n char local_2018 [8191];\n undefined local_19;\n long local_10;\n \n local_10 = ...
PUSH RBP MOV RBP,RSP SUB RSP,0x2080 MOV qword ptr [RBP + -0x2068],RDI MOV qword ptr [RBP + -0x2070],RSI MOV dword ptr [RBP + -0x2074],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV ESI,0x220 MOV EDI,0x1 CALL 0x0010dd24 MOV qword ptr [RBP + -0x2050],RAX MOV RAX,qword ptr [RBP + -0x2050] M...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(char *host,char **canonicalname,int var_4) { long var_14; int var_8; type_1 __s; char *pcVar2; size_t var_11; long var_1; int address_family_local; char **canonicalname_local; char *host_local; int err; t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nSockAddr sk_namelookup(char *host,char **canonicalname,int address_family)\n\n{\n long lVar1;\n int __ecode;\n SockAddr __s;\n char *pcVar2;\n size_t sVar3;\n long in_FS_OFFSET;\n int address_family_local;\n char **ca...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 function_1(char *host,char **canonicalname,int var_4)\n\n{\n long var_14;\n int var_8;\n type_1 __s;\n char *pcVar2;\n size_t var_11;\n long var_1;\n int address_family_local;\n char **canonicalname_local;\n c...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
612_pageant_and_pageant_strip.c
rsastr_fmt
FUN_0013ef1f
rsastr_fmt
void rsastr_fmt(char *str,RSAKey *key) { Bignum_conflict bn; Bignum_conflict bn_00; char cVar1; int iVar2; int iVar3; int iVar4; RSAKey *key_local; char *str_local; int len; int i; int nibbles; Bignum md; Bignum ex; bn = (Bignum_conflict)key->modulus; bn_00 = (Bignum_conflict)key->exp...
void FUN_0013ef1f(char *param_1,long param_2) { undefined8 uVar1; undefined8 uVar2; char cVar3; int iVar4; int iVar5; int local_24; int local_20; int local_1c; uVar1 = *(undefined8 *)(param_2 + 8); uVar2 = *(undefined8 *)(param_2 + 0x10); local_24 = sprintf(param_1,"0x"); iVar4 = FUN_001285...
(translation_unit "void FUN_0013ef1f(char *param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char cVar3;\n int iVar4;\n int iVar5;\n int local_24;\n int local_20;\n int local_1c;\n \n uVar1 = *(undefined8 *)(param_2 + 8);\n uVar2 = *(undefined8 *)(param_2 + 0x10);\n local_24 = sprintf(par...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV dword ptr [RBP + -0x1c],0x0 MOV RAX,qword ptr [RBP + -0x30] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x30] MOV RAX,qword ptr [RAX + 0x10] MOV qword ptr [RBP + -0x8],RAX MO...
void function_1(char *var_10,type_1 *key) { type_2 bn; type_2 bn_00; char var_8; int var_3; int var_4; int var_11; type_1 *key_local; char *str_local; int var_9; int var_6; int var_5; type_3 md; type_3 ex; bn = (type_2)key->modulus; bn_00 = (type_2)key->exponent; var_9 = var_1(var_1...
(translation_unit "void rsastr_fmt(char *str,RSAKey *key)\n\n{\n Bignum_conflict bn;\n Bignum_conflict bn_00;\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n RSAKey *key_local;\n char *str_local;\n int len;\n int i;\n int nibbles;\n Bignum md;\n Bignum ex;\n \n bn = (Bignum_conflict)key->modulus;\...
(translation_unit "void function_1(char *var_10,type_1 *key)\n\n{\n type_2 bn;\n type_2 bn_00;\n char var_8;\n int var_3;\n int var_4;\n int var_11;\n type_1 *key_local;\n char *str_local;\n int var_9;\n int var_6;\n int var_5;\n type_3 md;\n type_3 ex;\n \n bn = (type_2)key->modulus;\n bn_00 = (type_2)...
(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...
933_pageant_and_pageant_strip.c
putty_signal
FUN_00155e7b
putty_signal
_func_void_int * putty_signal(int sig,_func_void_int *func) { long lVar1; int iVar2; long in_FS_OFFSET; _func_void_int *func_local; int sig_local; sigaction sa; sigaction old; lVar1 = *(long *)(in_FS_OFFSET + 0x28); sa.__sigaction_handler = (anon_union_8_2_5ad2d23e_for___sigaction_handler)func; ...
_union_1457 FUN_00155e7b(int param_1,_union_1457 param_2) { int iVar1; long in_FS_OFFSET; _union_1457 local_148; sigset_t sStack_140; undefined4 local_c0; _union_1457 local_a8 [19]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_148 = param_2; iVar1 = sigemptyset(&sStack_140); ...
(translation_unit "_union_1457 FUN_00155e7b(int param_1,_union_1457 param_2)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n _union_1457 local_148;\n sigset_t sStack_140;\n undefined4 local_c0;\n _union_1457 local_a8 [19];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_148 = param_2;\n iVa...
PUSH RBP MOV RBP,RSP SUB RSP,0x150 MOV dword ptr [RBP + -0x144],EDI MOV qword ptr [RBP + -0x150],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0x150] MOV qword ptr [RBP + -0x140],RAX LEA RAX,[RBP + -0x140] ADD RAX,0x8 MOV RDI,RAX CALL 0x001076f0 TEST EAX,EAX JNS 0x...
type_1 * function_1(int sig,type_1 *func) { long var_4; int var_3; long var_1; type_1 *func_local; int sig_local; type_2 sa; type_2 old; var_4 = *(long *)(var_1 + 0x28); sa.__sigaction_handler = (type_3)func; var_3 = var_2((type_4 *)&sa.sa_mask); if (var_3 < 0) { old.__sigaction_handler =...
(translation_unit "_func_void_int * putty_signal(int sig,_func_void_int *func)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n _func_void_int *func_local;\n int sig_local;\n sigaction sa;\n sigaction old;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n sa.__sigaction_handler = (anon_union_8_2_5ad2d23e_f...
(translation_unit "type_1 * function_1(int sig,type_1 *func)\n\n{\n long var_4;\n int var_3;\n long var_1;\n type_1 *func_local;\n int sig_local;\n type_2 sa;\n type_2 old;\n \n var_4 = *(long *)(var_1 + 0x28);\n sa.__sigaction_handler = (type_3)func;\n var_3 = var_2((type_4 *)&sa.sa_mask);\n if (var_3 < 0)...
(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)) (parameter_declaration type: (type_identifier) declarator: (pointer...
580_pageant_and_pageant_strip.c
read_header
FUN_0013a988
read_header
int read_header(FILE *fp,char *header) { int iVar1; char *header_local; FILE *fp_local; int len; int c; len = 0x27; header_local = header; while( true ) { iVar1 = fgetc((FILE *)fp); if (((iVar1 == 10) || (iVar1 == 0xd)) || (iVar1 == -1)) { return 0; } if (iVar1 == 0x3a) { ...
undefined8 FUN_0013a988(FILE *param_1,undefined *param_2) { int iVar1; undefined *local_28; int local_10; local_10 = 0x27; local_28 = param_2; while( true ) { iVar1 = fgetc(param_1); if (((iVar1 == 10) || (iVar1 == 0xd)) || (iVar1 == -1)) { return 0; } if (iVar1 == 0x3a) { i...
(translation_unit "undefined8 FUN_0013a988(FILE *param_1,undefined *param_2)\n\n{\n int iVar1;\n undefined *local_28;\n int local_10;\n \n local_10 = 0x27;\n local_28 = param_2;\n while( true ) {\n iVar1 = fgetc(param_1);\n if (((iVar1 == 10) || (iVar1 == 0xd)) || (iVar1 == -1)) {\n return 0;\n }\n...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV dword ptr [RBP + -0x8],0x27 MOV RAX,qword ptr [RBP + -0x18] MOV RDI,RAX CALL 0x00107930 MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x4],0xa JZ 0x0013a9c0 CMP dword ptr [RBP + -0x4],0xd JZ 0x0013a9c0 CMP dword...
int function_1(type_1 *fp,char *header) { int var_2; char *var_4; type_1 *fp_local; int var_3; int c; var_3 = 0x27; var_4 = header; while( true ) { var_2 = var_1((type_1 *)fp); if (((var_2 == 10) || (var_2 == 0xd)) || (var_2 == -1)) { return 0; } if (var_2 == 0x3a) { var...
(translation_unit "int read_header(FILE *fp,char *header)\n\n{\n int iVar1;\n char *header_local;\n FILE *fp_local;\n int len;\n int c;\n \n len = 0x27;\n header_local = header;\n while( true ) {\n iVar1 = fgetc((FILE *)fp);\n if (((iVar1 == 10) || (iVar1 == 0xd)) || (iVar1 == -1)) {\n return 0;\n ...
(translation_unit "int function_1(type_1 *fp,char *header)\n\n{\n int var_2;\n char *var_4;\n type_1 *fp_local;\n int var_3;\n int c;\n \n var_3 = 0x27;\n var_4 = header;\n while( true ) {\n var_2 = var_1((type_1 *)fp);\n if (((var_2 == 10) || (var_2 == 0xd)) || (var_2 == -1)) {\n return 0;\n }\n...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer...
587_pageant_and_pageant_strip.c
rfc4716_loadpub
FUN_0013bcd4
rfc4716_loadpub
uchar * rfc4716_loadpub(FILE *fp,char **algorithm,int *pub_blob_len,char **commentptr, char **errorstr) { long lVar1; int iVar2; int iVar3; uint uVar4; char *pcVar5; size_t sVar6; long in_FS_OFFSET; char **errorstr_local; char **commentptr_local; int *pub_blob_len_local; c...
byte * FUN_0013bcd4(undefined8 param_1,undefined8 *param_2,int *param_3,undefined8 *param_4, undefined8 *param_5) { int iVar1; int iVar2; undefined8 uVar3; char *pcVar4; size_t sVar5; long in_FS_OFFSET; int local_74; int local_70; int local_6c; char *local_60; char *local_58; ...
(translation_unit "byte * FUN_0013bcd4(undefined8 param_1,undefined8 *param_2,int *param_3,undefined8 *param_4,\n undefined8 *param_5)\n\n{\n int iVar1;\n int iVar2;\n undefined8 uVar3;\n char *pcVar4;\n size_t sVar5;\n long in_FS_OFFSET;\n int local_74;\n int local_70;\n int local_6c;\n cha...
PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x78],RDI MOV qword ptr [RBP + -0x80],RSI MOV qword ptr [RBP + -0x88],RDX MOV qword ptr [RBP + -0x90],RCX MOV qword ptr [RBP + -0x98],R8 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV qword ptr [RBP + -0x48],0x0 MOV qword ptr [RBP + -0x...
type_1 * function_1(type_2 *fp,char **var_21,int *var_23,char **var_24, char **var_31) { long var_32; int var_6; int var_16; type_3 uVar4; char *var_9; size_t var_27; long var_1; char **errorstr_local; char **commentptr_local; int *pub_blob_len_local; char **algorithm_loca...
(translation_unit "uchar * rfc4716_loadpub(FILE *fp,char **algorithm,int *pub_blob_len,char **commentptr,\n char **errorstr)\n\n{\n long lVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n char *pcVar5;\n size_t sVar6;\n long in_FS_OFFSET;\n char **errorstr_local;\n char **commentptr_local;\...
(translation_unit "type_1 * function_1(type_2 *fp,char **var_21,int *var_23,char **var_24,\n char **var_31)\n\n{\n long var_32;\n int var_6;\n int var_16;\n type_3 uVar4;\n char *var_9;\n size_t var_27;\n long var_1;\n char **errorstr_local;\n char **commentptr_local;\n int *pub_blob_len...
(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...
789_pageant_and_pageant_strip.c
filename_deserialise
FUN_0014e112
filename_deserialise
Filename * filename_deserialise(void *vdata,int maxsize,int *used) { void *pvVar1; Filename *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; pvVar1 = memchr(vdata,0,(long)maxsize); if (pvVar1 == (void *)0x0) { pFVar2 = (Filename *)0x0; } else { *u...
undefined8 FUN_0014e112(void *param_1,int param_2,int *param_3) { void *pvVar1; undefined8 uVar2; pvVar1 = memchr(param_1,0,(long)param_2); if (pvVar1 == (void *)0x0) { uVar2 = 0; } else { *param_3 = ((int)pvVar1 + 1) - (int)param_1; uVar2 = FUN_0014dfe1(param_1); } return uVar2; }
(translation_unit "undefined8 FUN_0014e112(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 uVar2;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n uVar2 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 + 1) - (int)param_1;\n uVar2 = FUN_0014dfe1(param_...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x1c],ESI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV EAX,dword ptr [RBP + -0x1c] MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x10] MOV ESI,0x0 MOV RDI,RAX CALL 0x001075b0 MOV qwo...
type_1 * function_1(void *vdata,int maxsize,int *used) { void *var_2; type_1 *pFVar2; int *used_local; int maxsize_local; void *vdata_local; char *data; char *end; var_2 = var_1(vdata,0,(long)maxsize); if (var_2 == (void *)0x0) { pFVar2 = (type_1 *)0x0; } else { *used = ((int)var_2 + ...
(translation_unit "Filename * filename_deserialise(void *vdata,int maxsize,int *used)\n\n{\n void *pvVar1;\n Filename *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n pvVar1 = memchr(vdata,0,(long)maxsize);\n if (pvVar1 == (void *)0x0) {\n pFVar2 = (File...
(translation_unit "type_1 * function_1(void *vdata,int maxsize,int *used)\n\n{\n void *var_2;\n type_1 *pFVar2;\n int *used_local;\n int maxsize_local;\n void *vdata_local;\n char *data;\n char *end;\n \n var_2 = var_1(vdata,0,(long)maxsize);\n if (var_2 == (void *)0x0) {\n pFVar2 = (type_1 *)0x0;\n }\n ...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
585_pageant_and_pageant_strip.c
userkey_parse_line_counter
FUN_0013ada4
userkey_parse_line_counter
int userkey_parse_line_counter(char *text) { int iVar1; long in_FS_OFFSET; char *text_local; char *endptr; ulong ul; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); ul = strtoul(text,&endptr,10); if (((*text == '\0') || (*endptr != '\0')) || (0x1554 < ul)) { iVar1 = -1; } else {...
ulong FUN_0013ada4(char *param_1) { ulong uVar1; long in_FS_OFFSET; char *local_20; ulong local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_18 = strtoul(param_1,&local_20,10); if (((*param_1 == '\0') || (*local_20 != '\0')) || (uVar1 = local_18, 0x1554 < local_18)) { uVa...
(translation_unit "ulong FUN_0013ada4(char *param_1)\n\n{\n ulong uVar1;\n long in_FS_OFFSET;\n char *local_20;\n ulong local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_18 = strtoul(param_1,&local_20,10);\n if (((*param_1 == '\0') || (*local_20 != '\0')) || (uVar1 = local_18, ...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX LEA RCX,[RBP + -0x18] MOV RAX,qword ptr [RBP + -0x28] MOV EDX,0xa MOV RSI,RCX MOV RDI,RAX CALL 0x00107150 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x28] MOVZX EAX,byt...
int function_1(char *text) { int iVar1; long var_1; char *text_local; char *endptr; type_1 var_3; long var_4; var_4 = *(long *)(var_1 + 0x28); var_3 = var_2(text,&endptr,10); if (((*text == '\0') || (*endptr != '\0')) || (0x1554 < var_3)) { iVar1 = -1; } else { iVar1 = (int)var_3; }...
(translation_unit "int userkey_parse_line_counter(char *text)\n\n{\n int iVar1;\n long in_FS_OFFSET;\n char *text_local;\n char *endptr;\n ulong ul;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n ul = strtoul(text,&endptr,10);\n if (((*text == '\0') || (*endptr != '\0')) || (0x1554 < ul)) ...
(translation_unit "int function_1(char *text)\n\n{\n int iVar1;\n long var_1;\n char *text_local;\n char *endptr;\n type_1 var_3;\n long var_4;\n \n var_4 = *(long *)(var_1 + 0x28);\n var_3 = var_2(text,&endptr,10);\n if (((*text == '\0') || (*endptr != '\0')) || (0x1554 < var_3)) {\n iVar1 = -1;\n }\n e...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
583_puttygen_and_puttygen_strip.c
sha1_key
FUN_001418fb
sha1_key
void sha1_key(void *handle,uchar *key) { uchar *key_local; void *handle_local; sha1_key_internal(handle,key,0x14); return; }
void FUN_001418fb(undefined8 param_1,undefined8 param_2) { FUN_001417a9(param_1,param_2,0x14); return; }
(translation_unit "void FUN_001418fb(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001417a9(param_1,param_2,0x14);\n return;\n}\n\n" (function_definition "void FUN_001418fb(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001417a9(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 0x001417a9 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...
381_puttygen_and_puttygen_strip.c
ecf_add
FUN_00129120
ecf_add
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ Bignum ecf_add(Bignum a,Bignum b,ec_curve *curve) { Bignum_conflict pBVar1; Bignum_conflict b_00; Bignum_conflict a_00; ec_curve *curve_local; Bignum b_local; Bignum a_local; Bignum a1; Bignum b1; Bignum ab; Bignum ret; ...
undefined8 FUN_00129120(undefined8 param_1,undefined8 param_2,long param_3) { undefined8 uVar1; undefined8 uVar2; undefined8 uVar3; uVar1 = FUN_0012123d(param_1,*(undefined8 *)(param_3 + 0x20)); uVar2 = FUN_0012123d(param_2,*(undefined8 *)(param_3 + 0x20)); uVar3 = FUN_00120b02(uVar1,uVar2); FUN_0011...
(translation_unit "undefined8 FUN_00129120(undefined8 param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n \n uVar1 = FUN_0012123d(param_1,*(undefined8 *)(param_3 + 0x20));\n uVar2 = FUN_0012123d(param_2,*(undefined8 *)(param_3 + 0x20));\n uVar3 = FUN_00120b...
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 + -0x38] MOV RDX,qword ptr [RAX + 0x20] MOV RAX,qword ptr [RBP + -0x28] MOV RSI,RDX MOV RDI,RAX CALL 0x0012123d MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 function_1(type_1 a,type_1 b,type_2 *curve) { type_3 pBVar1; type_3 b_00; type_3 a_00; type_2 *curve_local; type_1 b_local; type_1 a_local; type_1 a1; type_1 b1; type_1 ab; type_1 ret; pBVar1 = var_1((type_3)a,(t...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nBignum ecf_add(Bignum a,Bignum b,ec_curve *curve)\n\n{\n Bignum_conflict pBVar1;\n Bignum_conflict b_00;\n Bignum_conflict a_00;\n ec_curve *curve_local;\n Bignum b_local;\n Bignum a_local;\n Bignum a1;\n Bignum b1;\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,type_2 *curve)\n\n{\n type_3 pBVar1;\n type_3 b_00;\n type_3 a_00;\n type_2 *curve_local;\n type_1 b_local;\n type_1 a_local;\n type_1 a1;\n type_1 b1;\n type_1 ab;\n type_1 ret;\...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decl...
486_puttygen_and_puttygen_strip.c
key_type
FUN_00136cd4
key_type
int key_type(Filename *filename) { int iVar1; FILE *__stream; Filename *filename_local; int ret; FILE *fp; __stream = (FILE *)f_open(filename,"r",0); if (__stream == (FILE *)0x0) { iVar1 = 0; } else { iVar1 = key_type_fp((FILE *)__stream); fclose(__stream); } return iVar1; }
undefined4 FUN_00136cd4(undefined8 param_1) { undefined4 uVar1; FILE *__stream; __stream = (FILE *)FUN_00145c5d(param_1,&DAT_00153ab2,0); if (__stream == (FILE *)0x0) { uVar1 = 0; } else { uVar1 = FUN_00136847(__stream); fclose(__stream); } return uVar1; }
(translation_unit "undefined4 FUN_00136cd4(undefined8 param_1)\n\n{\n undefined4 uVar1;\n FILE *__stream;\n \n __stream = (FILE *)FUN_00145c5d(param_1,&DAT_00153ab2,0);\n if (__stream == (FILE *)0x0) {\n uVar1 = 0;\n }\n else {\n uVar1 = FUN_00136847(__stream);\n fclose(__stream);\n }\n return uVar1;\...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV EDX,0x0 LEA RSI,[0x153ab2] MOV RDI,RAX CALL 0x00145c5d MOV qword ptr [RBP + -0x8],RAX CMP qword ptr [RBP + -0x8],0x0 JNZ 0x00136d0a MOV EAX,0x0 JMP 0x00136d28 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x00136847 ...
int function_1(type_1 *filename) { int iVar1; type_2 *var_2; type_1 *filename_local; int ret; type_2 *fp; var_2 = (type_2 *)var_1(filename,"r",0); if (var_2 == (type_2 *)0x0) { iVar1 = 0; } else { iVar1 = var_3((type_2 *)var_2); var_4(var_2); } return iVar1; }
(translation_unit "int key_type(Filename *filename)\n\n{\n int iVar1;\n FILE *__stream;\n Filename *filename_local;\n int ret;\n FILE *fp;\n \n __stream = (FILE *)f_open(filename,"r",0);\n if (__stream == (FILE *)0x0) {\n iVar1 = 0;\n }\n else {\n iVar1 = key_type_fp((FILE *)__stream);\n fclose(__str...
(translation_unit "int function_1(type_1 *filename)\n\n{\n int iVar1;\n type_2 *var_2;\n type_1 *filename_local;\n int ret;\n type_2 *fp;\n \n var_2 = (type_2 *)var_1(filename,"r",0);\n if (var_2 == (type_2 *)0x0) {\n iVar1 = 0;\n }\n else {\n iVar1 = var_3((type_2 *)var_2);\n var_4(var_2);\n }\n r...
(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...
901_pageant_and_pageant_strip.c
pollwrap_add_fd_events
FUN_00154902
pollwrap_add_fd_events
void pollwrap_add_fd_events(pollwrapper *pw,int fd,int events) { long lVar1; size_t sVar2; pollfd *ppVar3; pollwrap_fdtopos *ppVar4; long in_FS_OFFSET; int events_local; int fd_local; pollwrapper *pw_local; pollwrap_fdtopos *f2p; size_t index; pollwrap_fdtopos *added; pollwrap_fdtopos f2p_find...
void FUN_00154902(long *param_1,int param_2,ushort param_3) { long lVar1; long lVar2; int *piVar3; long in_FS_OFFSET; int *local_40; int local_28 [6]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (param_2 < 0) { /* WARNING: Subroutine does not return */ __a...
(translation_unit "void FUN_00154902(long *param_1,int param_2,ushort param_3)\n\n{\n long lVar1;\n long lVar2;\n int *piVar3;\n long in_FS_OFFSET;\n int *local_40;\n int local_28 [6];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 < 0) {\n /* WARNING: Subrou...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI MOV dword ptr [RBP + -0x4c],ESI MOV dword ptr [RBP + -0x50],EDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX CMP dword ptr [RBP + -0x4c],0x0 JNS 0x00154948 LEA RCX,[0x164770] MOV EDX,0x39 LEA RSI,[0x164730] LEA RDI,[0x16473e] CA...
void function_1(type_1 *pw,int var_2,int events) { long var_11; size_t var_7; type_2 *ppVar3; type_3 *var_10; long var_1; int events_local; int fd_local; type_1 *pw_local; type_3 *var_5; size_t index; type_3 *added; type_3 f2p_find; var_11 = *(long *)(var_1 + 0x28); if (var_2 < 0) { ...
(translation_unit "void pollwrap_add_fd_events(pollwrapper *pw,int fd,int events)\n\n{\n long lVar1;\n size_t sVar2;\n pollfd *ppVar3;\n pollwrap_fdtopos *ppVar4;\n long in_FS_OFFSET;\n int events_local;\n int fd_local;\n pollwrapper *pw_local;\n pollwrap_fdtopos *f2p;\n size_t index;\n pollwrap_fdtopos *add...
(translation_unit "void function_1(type_1 *pw,int var_2,int events)\n\n{\n long var_11;\n size_t var_7;\n type_2 *ppVar3;\n type_3 *var_10;\n long var_1;\n int events_local;\n int fd_local;\n type_1 *pw_local;\n type_3 *var_5;\n size_t index;\n type_3 *added;\n type_3 f2p_find;\n \n var_11 = *(long *)(var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
826_pageant_and_pageant_strip.c
try_connect
FUN_0014f451
try_connect
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int try_connect(Actual_Socket_conflict sock) { long lVar1; sockaddr *psVar2; _func_void_Plug_int_SockAddr_int_char_ptr_int *p_Var3; uint16_t uVar4; int iVar5; int *piVar6; size_t sVar7; char *pcVar8; long in_FS_OFFSET; Actua...
int FUN_0014f451(long param_1) { long lVar1; code *pcVar2; uint16_t uVar3; int iVar4; int *piVar5; size_t sVar6; char *pcVar7; long in_FS_OFFSET; uint16_t local_2ea; undefined4 local_2e8; int local_2e4; socklen_t local_2e0; int local_2dc; int local_2d8; int local_2d4; sockaddr *local_2...
(translation_unit "int FUN_0014f451(long param_1)\n\n{\n long lVar1;\n code *pcVar2;\n uint16_t uVar3;\n int iVar4;\n int *piVar5;\n size_t sVar6;\n char *pcVar7;\n long in_FS_OFFSET;\n uint16_t local_2ea;\n undefined4 local_2e8;\n int local_2e4;\n socklen_t local_2e0;\n int local_2dc;\n int local_2d8;\n ...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x2f8 MOV qword ptr [RBP + -0x2f8],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x2dc],0x0 MOV RAX,qword ptr [0x00170ac0] MOV RDX,qword ptr [RBP + -0x2f8] MOV RSI,RDX MOV RDI,RAX CALL 0x0014b1e7 MOV RAX,qword ptr [RBP + -0x2f8] M...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 sock) { long var_30; type_2 *psVar2; type_3 *p_Var3; uint16_t uVar4; int var_14; int *piVar6; size_t var_23; char *pcVar8; long var_1; type_1 sock_local; short var_21; int b; int var_20; int sal...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint try_connect(Actual_Socket_conflict sock)\n\n{\n long lVar1;\n sockaddr *psVar2;\n _func_void_Plug_int_SockAddr_int_char_ptr_int *p_Var3;\n uint16_t uVar4;\n int iVar5;\n int *piVar6;\n size_t sVar7;\n char *pcVar8...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 sock)\n\n{\n long var_30;\n type_2 *psVar2;\n type_3 *p_Var3;\n uint16_t uVar4;\n int var_14;\n int *piVar6;\n size_t var_23;\n char *pcVar8;\n long var_1;\n type_1 sock_local;\n short var_21;...
(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: (sized_type_specifier) declarator: (identi...
111_puttygen_and_puttygen_strip.c
conf_new
FUN_00107421
conf_new
/* WARNING: Unknown calling convention */ Conf * conf_new(void) { Conf *pCVar1; tree234 *ptVar2; Conf *conf; pCVar1 = (Conf *)safemalloc(1,8); ptVar2 = newtree234(conf_cmp); pCVar1->tree = ptVar2; return pCVar1; }
undefined8 * FUN_00107421(void) { undefined8 *puVar1; undefined8 uVar2; puVar1 = (undefined8 *)FUN_001122b9(1,8); uVar2 = FUN_001420cf(FUN_00107086); *puVar1 = uVar2; return puVar1; }
(translation_unit "undefined8 * FUN_00107421(void)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = (undefined8 *)FUN_001122b9(1,8);\n uVar2 = FUN_001420cf(FUN_00107086);\n *puVar1 = uVar2;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_00107421(void)\n\n{\n undefined8 *puVar1;\n u...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV ESI,0x8 MOV EDI,0x1 CALL 0x001122b9 MOV qword ptr [RBP + -0x8],RAX LEA RDI,[0x107086] CALL 0x001420cf MOV RDX,RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] LEAVE RET
/* WARNING: Unknown calling convention */ type_1 * function_1(void) { type_1 *pCVar1; type_2 *ptVar2; type_1 *conf; pCVar1 = (type_1 *)var_1(1,8); ptVar2 = var_2(conf_cmp); pCVar1->tree = ptVar2; return pCVar1; }
(translation_unit "/* WARNING: Unknown calling convention */\n\nConf * conf_new(void)\n\n{\n Conf *pCVar1;\n tree234 *ptVar2;\n Conf *conf;\n \n pCVar1 = (Conf *)safemalloc(1,8);\n ptVar2 = newtree234(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "Conf * conf_new(void...
(translation_unit "/* WARNING: Unknown calling convention */\n\ntype_1 * function_1(void)\n\n{\n type_1 *pCVar1;\n type_2 *ptVar2;\n type_1 *conf;\n \n pCVar1 = (type_1 *)var_1(1,8);\n ptVar2 = var_2(conf_cmp);\n pCVar1->tree = ptVar2;\n return pCVar1;\n}\n\n" comment (function_definition "type_1 * function_1(v...
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poi...
508_puttygen_and_puttygen_strip.c
rsa_public_blob
FUN_001386e7
rsa_public_blob
uchar * rsa_public_blob(RSAKey *key,int *len) { int iVar1; int iVar2; uchar *puVar3; int *len_local; RSAKey *key_local; int length; int pos; uchar *ret; iVar1 = ssh1_bignum_length((Bignum_conflict)key->modulus); iVar2 = ssh1_bignum_length((Bignum_conflict)key->exponent); iVar1 = iVar2 + iVar1...
undefined * FUN_001386e7(long param_1,int *param_2) { undefined uVar1; undefined extraout_AH; undefined extraout_var; int iVar2; int iVar3; undefined extraout_var_00; undefined *puVar4; iVar2 = FUN_0011ffcb(*(undefined8 *)(param_1 + 8)); iVar3 = FUN_0011ffcb(*(undefined8 *)(param_1 + 0x10)); iV...
(translation_unit "undefined * FUN_001386e7(long param_1,int *param_2)\n\n{\n undefined uVar1;\n undefined extraout_AH;\n undefined extraout_var;\n int iVar2;\n int iVar3;\n undefined extraout_var_00;\n undefined *puVar4;\n \n iVar2 = FUN_0011ffcb(*(undefined8 *)(param_1 + 8));\n iVar3 = FUN_0011ffcb(*(undefi...
PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x28 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX + 0x8] MOV RDI,RAX CALL 0x0011ffcb MOV EBX,EAX MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX + 0x10] MOV RDI,RAX CALL 0x0011ffcb ADD EAX,EBX ADD EAX,...
type_1 * function_1(type_2 *key,int *len) { int var_3; int var_2; type_1 *var_7; int *len_local; type_2 *key_local; int length; int pos; type_1 *ret; var_3 = var_1((type_3)key->modulus); var_2 = var_1((type_3)key->exponent); var_3 = var_2 + var_3 + 4; var_7 = (type_1 *)var_4((long)var_3,1);...
(translation_unit "uchar * rsa_public_blob(RSAKey *key,int *len)\n\n{\n int iVar1;\n int iVar2;\n uchar *puVar3;\n int *len_local;\n RSAKey *key_local;\n int length;\n int pos;\n uchar *ret;\n \n iVar1 = ssh1_bignum_length((Bignum_conflict)key->modulus);\n iVar2 = ssh1_bignum_length((Bignum_conflict)key->exp...
(translation_unit "type_1 * function_1(type_2 *key,int *len)\n\n{\n int var_3;\n int var_2;\n type_1 *var_7;\n int *len_local;\n type_2 *key_local;\n int length;\n int pos;\n type_1 *ret;\n \n var_3 = var_1((type_3)key->modulus);\n var_2 = var_1((type_3)key->exponent);\n var_3 = var_2 + var_3 + 4;\n var_7 ...
(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...
514_puttygen_and_puttygen_strip.c
rsa2_freekey
FUN_00138c5d
rsa2_freekey
void rsa2_freekey(void *key) { void *key_local; RSAKey *rsa; freersakey((RSAKey *)key); safefree(key); return; }
void FUN_00138c5d(undefined8 param_1) { FUN_001388a3(param_1); FUN_001124c5(param_1); return; }
(translation_unit "void FUN_00138c5d(undefined8 param_1)\n\n{\n FUN_001388a3(param_1);\n FUN_001124c5(param_1);\n return;\n}\n\n" (function_definition "void FUN_00138c5d(undefined8 param_1)\n\n{\n FUN_001388a3(param_1);\n FUN_001124c5(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00138c5d(undef...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001388a3 MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001124c5 NOP LEAVE RET
void function_1(void *key) { void *key_local; type_1 *rsa; var_1((type_1 *)key); var_2(key); return; }
(translation_unit "void rsa2_freekey(void *key)\n\n{\n void *key_local;\n RSAKey *rsa;\n \n freersakey((RSAKey *)key);\n safefree(key);\n return;\n}\n\n" (function_definition "void rsa2_freekey(void *key)\n\n{\n void *key_local;\n RSAKey *rsa;\n \n freersakey((RSAKey *)key);\n safefree(key);\n return;\n}" p...
(translation_unit "void function_1(void *key)\n\n{\n void *key_local;\n type_1 *rsa;\n \n var_1((type_1 *)key);\n var_2(key);\n return;\n}\n\n" (function_definition "void function_1(void *key)\n\n{\n void *key_local;\n type_1 *rsa;\n \n var_1((type_1 *)key);\n var_2(key);\n return;\n}" primitive_type (funct...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
505_pageant_and_pageant_strip.c
ec_point_free
FUN_001315bd
ec_point_free
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void ec_point_free(ec_point *point) { ec_point *point_local; if (point != (ec_point *)0x0) { point->curve = (ec_curve *)0x0; if (point->x != (Bignum)0x0) { freebn((Bignum_conflict)point->x); } if (point->y != (Bignu...
void FUN_001315bd(undefined8 *param_1) { if (param_1 != (undefined8 *)0x0) { *param_1 = 0; if (param_1[1] != 0) { FUN_00124781(param_1[1]); } if (param_1[2] != 0) { FUN_00124781(param_1[2]); } if (param_1[3] != 0) { FUN_00124781(param_1[3]); } *(undefined *)(param_1...
(translation_unit "void FUN_001315bd(undefined8 *param_1)\n\n{\n if (param_1 != (undefined8 *)0x0) {\n *param_1 = 0;\n if (param_1[1] != 0) {\n FUN_00124781(param_1[1]);\n }\n if (param_1[2] != 0) {\n FUN_00124781(param_1[2]);\n }\n if (param_1[3] != 0) {\n FUN_00124781(param_1[3]);\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CMP qword ptr [RBP + -0x8],0x0 JZ 0x00131648 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JZ 0x001315f8 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV RD...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *var_1) { type_1 *point_local; if (var_1 != (type_1 *)0x0) { var_1->curve = (type_2 *)0x0; if (var_1->x != (type_3)0x0) { var_2((type_4)var_1->x); } if (var_1->y != (type_3)0x0) { var_2(...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid ec_point_free(ec_point *point)\n\n{\n ec_point *point_local;\n \n if (point != (ec_point *)0x0) {\n point->curve = (ec_curve *)0x0;\n if (point->x != (Bignum)0x0) {\n freebn((Bignum_conflict)point->x);\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *var_1)\n\n{\n type_1 *point_local;\n \n if (var_1 != (type_1 *)0x0) {\n var_1->curve = (type_2 *)0x0;\n if (var_1->x != (type_3)0x0) {\n var_2((type_4)var_1->x);\n }\n if (var_1->y ...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
323_puttygen_and_puttygen_strip.c
des_3cbc_encrypt
FUN_00124abd
des_3cbc_encrypt
void des_3cbc_encrypt(uchar *blk,uint len,DESContext *scheds) { DESContext *scheds_local; uint len_local; uchar *blk_local; des_cbc_encrypt(blk,len,scheds); des_cbc_decrypt(blk,len,scheds + 1); des_cbc_encrypt(blk,len,scheds + 2); return; }
void FUN_00124abd(undefined8 param_1,undefined4 param_2,long param_3) { FUN_001246d3(param_1,param_2,param_3); FUN_001248c2(param_1,param_2,param_3 + 0x88); FUN_001246d3(param_1,param_2,param_3 + 0x110); return; }
(translation_unit "void FUN_00124abd(undefined8 param_1,undefined4 param_2,long param_3)\n\n{\n FUN_001246d3(param_1,param_2,param_3);\n FUN_001248c2(param_1,param_2,param_3 + 0x88);\n FUN_001246d3(param_1,param_2,param_3 + 0x110);\n return;\n}\n\n" (function_definition "void FUN_00124abd(undefined8 param_1,undefin...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV RDX,qword ptr [RBP + -0x18] MOV ECX,dword ptr [RBP + -0xc] MOV RAX,qword ptr [RBP + -0x8] MOV ESI,ECX MOV RDI,RAX CALL 0x001246d3 MOV RAX,qword ptr [RBP + -0x18] LEA RDX,[RAX + 0x88] MOV E...
void function_1(type_1 *blk,type_2 len,type_3 *var_3) { type_3 *scheds_local; type_2 len_local; type_1 *blk_local; var_1(blk,len,var_3); var_2(blk,len,var_3 + 1); var_1(blk,len,var_3 + 2); return; }
(translation_unit "void des_3cbc_encrypt(uchar *blk,uint len,DESContext *scheds)\n\n{\n DESContext *scheds_local;\n uint len_local;\n uchar *blk_local;\n \n des_cbc_encrypt(blk,len,scheds);\n des_cbc_decrypt(blk,len,scheds + 1);\n des_cbc_encrypt(blk,len,scheds + 2);\n return;\n}\n\n" (function_definition "void...
(translation_unit "void function_1(type_1 *blk,type_2 len,type_3 *var_3)\n\n{\n type_3 *scheds_local;\n type_2 len_local;\n type_1 *blk_local;\n \n var_1(blk,len,var_3);\n var_2(blk,len,var_3 + 1);\n var_1(blk,len,var_3 + 2);\n return;\n}\n\n" (function_definition "void function_1(type_1 *blk,type_2 len,type_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: (identi...
968_pageant_and_pageant_strip.c
dummy_plug_accepting
FUN_00157cce
dummy_plug_accepting
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int dummy_plug_accepting(Plug p,accept_fn_t constructor,accept_ctx_t ctx) { accept_ctx_t ctx_local; accept_fn_t constructor_local; Plug p_local; return 1; }
undefined8 FUN_00157cce(void) { return 1; }
(translation_unit "undefined8 FUN_00157cce(void)\n\n{\n return 1;\n}\n\n" (function_definition "undefined8 FUN_00157cce(void)\n\n{\n return 1;\n}" type_identifier (function_declarator "FUN_00157cce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV EAX,0x1 POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 p,type_2 constructor,type_3 ctx) { type_3 ctx_local; type_2 constructor_local; type_1 p_local; return 1; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint dummy_plug_accepting(Plug p,accept_fn_t constructor,accept_ctx_t ctx)\n\n{\n accept_ctx_t ctx_local;\n accept_fn_t constructor_local;\n Plug p_local;\n \n return 1;\n}\n\n" comment (function_definition "int dummy_plu...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 p,type_2 constructor,type_3 ctx)\n\n{\n type_3 ctx_local;\n type_2 constructor_local;\n type_1 p_local;\n \n return 1;\n}\n\n" comment (function_definition "int function_1(type_1 p,type_2 constructo...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla...
600_pageant_and_pageant_strip.c
ssh2_fingerprint
FUN_0013de4d
ssh2_fingerprint
char * ssh2_fingerprint(ssh_signkey *alg,void *data) { long in_FS_OFFSET; void *data_local; ssh_signkey *alg_local; int len; uchar *blob; char *ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); blob = (*alg->public_blob)(data,&len); ret = ssh2_fingerprint_blob(blob,len); safefree...
undefined8 FUN_0013de4d(long param_1,undefined8 param_2) { long in_FS_OFFSET; undefined4 local_24; undefined8 local_20; undefined8 local_18; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_20 = (**(code **)(param_1 + 0x18))(param_2,&local_24); local_18 = FUN_0013dca6(local_20,local_...
(translation_unit "undefined8 FUN_0013de4d(long param_1,undefined8 param_2)\n\n{\n long in_FS_OFFSET;\n undefined4 local_24;\n undefined8 local_20;\n undefined8 local_18;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n local_20 = (**(code **)(param_1 + 0x18))(param_2,&local_24);\n local_18 =...
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 + -0x28] MOV RAX,qword ptr [RAX + 0x18] LEA RCX,[RBP + -0x1c] MOV RDX,qword ptr [RBP + -0x30] MOV RSI,RCX MOV RDI,RDX CALL RAX M...
char * function_1(type_1 *alg,void *data) { long var_1; void *data_local; type_1 *alg_local; int len; type_2 *blob; char *ret; long var_4; var_4 = *(long *)(var_1 + 0x28); blob = (*alg->public_blob)(data,&len); ret = var_2(blob,len); var_3(blob); if (var_4 != *(long *)(var_1 + 0x28)) { ...
(translation_unit "char * ssh2_fingerprint(ssh_signkey *alg,void *data)\n\n{\n long in_FS_OFFSET;\n void *data_local;\n ssh_signkey *alg_local;\n int len;\n uchar *blob;\n char *ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n blob = (*alg->public_blob)(data,&len);\n ret = ssh2_fingerp...
(translation_unit "char * function_1(type_1 *alg,void *data)\n\n{\n long var_1;\n void *data_local;\n type_1 *alg_local;\n int len;\n type_2 *blob;\n char *ret;\n long var_4;\n \n var_4 = *(long *)(var_1 + 0x28);\n blob = (*alg->public_blob)(data,&len);\n ret = var_2(blob,len);\n var_3(blob);\n if (var_4 !...
(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...
769_pageant_and_pageant_strip.c
askhk
FUN_0014d45c
askhk
int askhk(void *frontend,char *algname,char *betteralgs,_func_void_void_ptr_int *callback,void *ctx) { long lVar1; int iVar2; long in_FS_OFFSET; void *ctx_local; _func_void_void_ptr_int *callback_local; char *betteralgs_local; char *algname_local; void *frontend_local; termios cf; termios oldmode;...
undefined8 FUN_0014d45c(undefined8 param_1,undefined8 param_2,undefined8 param_3) { undefined8 uVar1; long in_FS_OFFSET; undefined local_f8 [64]; termios local_b8; termios local_78; char local_38 [40]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0014cda2(local_f8); if (DAT_001...
(translation_unit "undefined8 FUN_0014d45c(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined local_f8 [64];\n termios local_b8;\n termios local_78;\n char local_38 [40];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_001...
PUSH RBP MOV RBP,RSP SUB RSP,0x120 MOV qword ptr [RBP + -0xf8],RDI MOV qword ptr [RBP + -0x100],RSI MOV qword ptr [RBP + -0x108],RDX MOV qword ptr [RBP + -0x110],RCX MOV qword ptr [RBP + -0x118],R8 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX LEA RAX,[RBP + -0xf0] MOV RDI,RAX CALL 0x0014cda2 M...
int function_1(void *frontend,char *algname,char *betteralgs,type_1 *callback,void *ctx) { long var_10; int iVar2; long var_1; void *ctx_local; type_1 *callback_local; char *betteralgs_local; char *algname_local; void *frontend_local; type_2 cf; type_2 oldmode; type_2 newmode; char line [32]; ...
(translation_unit "int askhk(void *frontend,char *algname,char *betteralgs,_func_void_void_ptr_int *callback,void *ctx)\n\n{\n long lVar1;\n int iVar2;\n long in_FS_OFFSET;\n void *ctx_local;\n _func_void_void_ptr_int *callback_local;\n char *betteralgs_local;\n char *algname_local;\n void *frontend_local;\n t...
(translation_unit "int function_1(void *frontend,char *algname,char *betteralgs,type_1 *callback,void *ctx)\n\n{\n long var_10;\n int iVar2;\n long var_1;\n void *ctx_local;\n type_1 *callback_local;\n char *betteralgs_local;\n char *algname_local;\n void *frontend_local;\n type_2 cf;\n type_2 oldmode;\n typ...
(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_...
860_pageant_and_pageant_strip.c
platform_default_s
FUN_001524de
platform_default_s
char * platform_default_s(char *name) { char *name_local; return (char *)0x0; }
undefined8 FUN_001524de(void) { return 0; }
(translation_unit "undefined8 FUN_001524de(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001524de(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001524de(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV EAX,0x0 POP RBP RET
char * function_1(char *name) { char *name_local; return (char *)0x0; }
(translation_unit "char * platform_default_s(char *name)\n\n{\n char *name_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * platform_default_s(char *name)\n\n{\n char *name_local;\n \n return (char *)0x0;\n}" primitive_type (pointer_declarator "* platform_default_s(char *name)" * (function_dec...
(translation_unit "char * function_1(char *name)\n\n{\n char *name_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * function_1(char *name)\n\n{\n char *name_local;\n \n return (char *)0x0;\n}" primitive_type (pointer_declarator "* function_1(char *name)" * (function_declarator "function_1(char...
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla...
460_puttygen_and_puttygen_strip.c
loadrsakey
FUN_001326e2
loadrsakey
int loadrsakey(Filename *filename,RSAKey *key,char *passphrase,char **errorstr) { long lVar1; int iVar2; char *pcVar3; long in_FS_OFFSET; char **errorstr_local; char *passphrase_local; RSAKey *key_local; Filename *filename_local; int ret; char *error; FILE *fp; char buf [64]; lVar1 = *(lo...
int FUN_001326e2(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4) { int iVar1; char *pcVar2; long in_FS_OFFSET; int local_6c; char *local_68; FILE *local_60; char local_58 [72]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_6c = 0; local_68 = (ch...
(translation_unit "int FUN_001326e2(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n int iVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n int local_6c;\n char *local_68;\n FILE *local_60;\n char local_58 [72];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV qword ptr [RBP + -0x78],RDI MOV qword ptr [RBP + -0x80],RSI MOV qword ptr [RBP + -0x88],RDX MOV qword ptr [RBP + -0x90],RCX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV dword ptr [RBP + -0x64],0x0 MOV qword ptr [RBP + -0x60],0x0 MOV RAX,qword ptr [RBP ...
int function_1(type_1 *filename,type_2 *key,char *passphrase,char **var_11) { long var_12; int var_6; char *var_4; long var_1; char **errorstr_local; char *passphrase_local; type_2 *key_local; type_1 *filename_local; int var_10; char *error; type_3 *var_8; char buf [64]; var_12 = *(long *...
(translation_unit "int loadrsakey(Filename *filename,RSAKey *key,char *passphrase,char **errorstr)\n\n{\n long lVar1;\n int iVar2;\n char *pcVar3;\n long in_FS_OFFSET;\n char **errorstr_local;\n char *passphrase_local;\n RSAKey *key_local;\n Filename *filename_local;\n int ret;\n char *error;\n FILE *fp;\n ...
(translation_unit "int function_1(type_1 *filename,type_2 *key,char *passphrase,char **var_11)\n\n{\n long var_12;\n int var_6;\n char *var_4;\n long var_1;\n char **errorstr_local;\n char *passphrase_local;\n type_2 *key_local;\n type_1 *filename_local;\n int var_10;\n char *error;\n type_3 *var_8;\n char ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
390_puttygen_and_puttygen_strip.c
ecp_doublew
FUN_00129b90
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_00129b90(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_00120277(param_1[2],PTR_DAT_0015f600); if (iVar...
(translation_unit "void FUN_00129b90(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_00120277(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 [0x0015f600] MOV RAX,qword ptr [RBP + -0xd8] MOV RAX,qword ptr [RAX + 0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x00120277 TEST EAX,EAX JNZ 0x00129bf5 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 ...
883_pageant_and_pageant_strip.c
sigchld
FUN_00152968
sigchld
void sigchld(int signum) { int signum_local; write(signalpipe[1],&DAT_001641a8,1); return; }
void FUN_00152968(void) { write(DAT_00170b4c,&DAT_001641a8,1); return; }
(translation_unit "void FUN_00152968(void)\n\n{\n write(DAT_00170b4c,&DAT_001641a8,1);\n return;\n}\n\n" (function_definition "void FUN_00152968(void)\n\n{\n write(DAT_00170b4c,&DAT_001641a8,1);\n return;\n}" primitive_type (function_declarator "FUN_00152968(void)" identifier (parameter_list "(void)" ( (parameter_d...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI MOV EAX,dword ptr [0x00170b4c] MOV EDX,0x1 LEA RSI,[0x1641a8] MOV EDI,EAX CALL 0x00107180 NOP LEAVE RET
void function_1(int signum) { int signum_local; var_1(signalpipe[1],&DAT_001641a8,1); return; }
(translation_unit "void sigchld(int signum)\n\n{\n int signum_local;\n \n write(signalpipe[1],&DAT_001641a8,1);\n return;\n}\n\n" (function_definition "void sigchld(int signum)\n\n{\n int signum_local;\n \n write(signalpipe[1],&DAT_001641a8,1);\n return;\n}" primitive_type (function_declarator "sigchld(int sign...
(translation_unit "void function_1(int signum)\n\n{\n int signum_local;\n \n var_1(signalpipe[1],&DAT_001641a8,1);\n return;\n}\n\n" (function_definition "void function_1(int signum)\n\n{\n int signum_local;\n \n var_1(signalpipe[1],&DAT_001641a8,1);\n return;\n}" primitive_type (function_declarator "function_1...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio...
223_puttygen_and_puttygen_strip.c
aes_decrypt_nb_8
FUN_00116f6d
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_00116f6d(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_00116f6d(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 0x00117879 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...
884_pageant_and_pageant_strip.c
tty_life_timer
FUN_0015298f
tty_life_timer
void tty_life_timer(void *ctx,ulong now) { ulong now_local; void *ctx_local; schedule_timer(30000,tty_life_timer,&dummy_timer_ctx); return; }
void FUN_0015298f(void) { FUN_00148dc7(30000,FUN_0015298f,&DAT_00170b38); return; }
(translation_unit "void FUN_0015298f(void)\n\n{\n FUN_00148dc7(30000,FUN_0015298f,&DAT_00170b38);\n return;\n}\n\n" (function_definition "void FUN_0015298f(void)\n\n{\n FUN_00148dc7(30000,FUN_0015298f,&DAT_00170b38);\n return;\n}" primitive_type (function_declarator "FUN_0015298f(void)" identifier (parameter_list "...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI LEA RDX,[0x170b38] LEA RSI,[0x15298f] MOV EDI,0x7530 CALL 0x00148dc7 NOP LEAVE RET
void function_1(void *ctx,type_1 now) { type_1 now_local; void *ctx_local; var_1(30000,function_1,&dummy_timer_ctx); return; }
(translation_unit "void tty_life_timer(void *ctx,ulong now)\n\n{\n ulong now_local;\n void *ctx_local;\n \n schedule_timer(30000,tty_life_timer,&dummy_timer_ctx);\n return;\n}\n\n" (function_definition "void tty_life_timer(void *ctx,ulong now)\n\n{\n ulong now_local;\n void *ctx_local;\n \n schedule_timer(3000...
(translation_unit "void function_1(void *ctx,type_1 now)\n\n{\n type_1 now_local;\n void *ctx_local;\n \n var_1(30000,function_1,&dummy_timer_ctx);\n return;\n}\n\n" (function_definition "void function_1(void *ctx,type_1 now)\n\n{\n type_1 now_local;\n void *ctx_local;\n \n var_1(30000,function_1,&dummy_timer_...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
993_pageant_and_pageant_strip.c
__libc_csu_fini
FUN_0015a710
__libc_csu_fini
void __libc_csu_fini(void) { return; }
void FUN_0015a710(void) { return; }
(translation_unit "void FUN_0015a710(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0015a710(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0015a710(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
RET
void function_1(void) { return; }
(translation_unit "void __libc_csu_fini(void)\n\n{\n return;\n}\n\n" (function_definition "void __libc_csu_fini(void)\n\n{\n return;\n}" primitive_type (function_declarator "__libc_csu_fini(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;...
(translation_unit "void function_1(void)\n\n{\n return;\n}\n\n" (function_definition "void function_1(void)\n\n{\n return;\n}" primitive_type (function_declarator "function_1(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
621_pageant_and_pageant_strip.c
rsa2_freekey
FUN_0013fbc7
rsa2_freekey
void rsa2_freekey(void *key) { void *key_local; RSAKey *rsa; freersakey((RSAKey *)key); safefree(key); return; }
void FUN_0013fbc7(undefined8 param_1) { FUN_0013f80d(param_1); FUN_0010df30(param_1); return; }
(translation_unit "void FUN_0013fbc7(undefined8 param_1)\n\n{\n FUN_0013f80d(param_1);\n FUN_0010df30(param_1);\n return;\n}\n\n" (function_definition "void FUN_0013fbc7(undefined8 param_1)\n\n{\n FUN_0013f80d(param_1);\n FUN_0010df30(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0013fbc7(undef...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0013f80d MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x0010df30 NOP LEAVE RET
void function_1(void *key) { void *key_local; type_1 *rsa; var_1((type_1 *)key); var_2(key); return; }
(translation_unit "void rsa2_freekey(void *key)\n\n{\n void *key_local;\n RSAKey *rsa;\n \n freersakey((RSAKey *)key);\n safefree(key);\n return;\n}\n\n" (function_definition "void rsa2_freekey(void *key)\n\n{\n void *key_local;\n RSAKey *rsa;\n \n freersakey((RSAKey *)key);\n safefree(key);\n return;\n}" p...
(translation_unit "void function_1(void *key)\n\n{\n void *key_local;\n type_1 *rsa;\n \n var_1((type_1 *)key);\n var_2(key);\n return;\n}\n\n" (function_definition "void function_1(void *key)\n\n{\n void *key_local;\n type_1 *rsa;\n \n var_1((type_1 *)key);\n var_2(key);\n return;\n}" primitive_type (funct...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
492_puttygen_and_puttygen_strip.c
random_timer
FUN_00137301
random_timer
void random_timer(void *ctx,ulong now) { ulong now_local; void *ctx_local; if ((0 < random_active) && (now == next_noise_collection)) { noise_regular(); next_noise_collection = schedule_timer(300000,random_timer,&pool); } return; }
void FUN_00137301(undefined8 param_1,long param_2) { if ((0 < DAT_0015f940) && (param_2 == DAT_0015ff00)) { FUN_00146405(); DAT_0015ff00 = FUN_00112cea(300000,FUN_00137301,&DAT_0015f960); } return; }
(translation_unit "void FUN_00137301(undefined8 param_1,long param_2)\n\n{\n if ((0 < DAT_0015f940) && (param_2 == DAT_0015ff00)) {\n FUN_00146405();\n DAT_0015ff00 = FUN_00112cea(300000,FUN_00137301,&DAT_0015f960);\n }\n return;\n}\n\n" (function_definition "void FUN_00137301(undefined8 param_1,long param_2)\...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV EAX,dword ptr [0x0015f940] TEST EAX,EAX JLE 0x0013734c MOV RAX,qword ptr [0x0015ff00] CMP qword ptr [RBP + -0x10],RAX JNZ 0x0013734c CALL 0x00146405 LEA RDX,[0x15f960] LEA RSI,[0x137301] MOV EDI,0x493e0 CALL 0x00112cea ...
void function_1(void *ctx,type_1 var_2) { type_1 now_local; void *ctx_local; if ((0 < var_1) && (var_2 == var_3)) { var_4(); var_3 = var_5(300000,function_1,&pool); } return; }
(translation_unit "void random_timer(void *ctx,ulong now)\n\n{\n ulong now_local;\n void *ctx_local;\n \n if ((0 < random_active) && (now == next_noise_collection)) {\n noise_regular();\n next_noise_collection = schedule_timer(300000,random_timer,&pool);\n }\n return;\n}\n\n" (function_definition "void rand...
(translation_unit "void function_1(void *ctx,type_1 var_2)\n\n{\n type_1 now_local;\n void *ctx_local;\n \n if ((0 < var_1) && (var_2 == var_3)) {\n var_4();\n var_3 = var_5(300000,function_1,&pool);\n }\n return;\n}\n\n" (function_definition "void function_1(void *ctx,type_1 var_2)\n\n{\n type_1 now_local...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
753_pageant_and_pageant_strip.c
agent_try_read
FUN_0014c755
agent_try_read
int agent_try_read(agent_pending_query *conn) { int iVar1; ssize_t sVar2; char *pcVar3; agent_pending_query *conn_local; int ret; sVar2 = read(conn->fd,conn->retbuf + conn->retlen,(long)(conn->retsize - conn->retlen)); if ((int)sVar2 < 1) { if (conn->retbuf != conn->sizebuf) { safefree(conn...
undefined8 FUN_0014c755(int *param_1) { int iVar1; ssize_t sVar2; undefined8 uVar3; sVar2 = read(*param_1,(void *)(*(long *)(param_1 + 2) + (long)param_1[6]), (long)(param_1[5] - param_1[6])); if ((int)sVar2 < 1) { if (*(int **)(param_1 + 2) != param_1 + 4) { FUN_0010df30(*(undef...
(translation_unit "undefined8 FUN_0014c755(int *param_1)\n\n{\n int iVar1;\n ssize_t sVar2;\n undefined8 uVar3;\n \n sVar2 = read(*param_1,(void *)(*(long *)(param_1 + 2) + (long)param_1[6]),\n (long)(param_1[5] - param_1[6]));\n if ((int)sVar2 < 1) {\n if (*(int **)(param_1 + 2) != param_1 + 4) ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RAX + 0x14] MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x18] SUB EDX,EAX MOV EAX,EDX MOVSXD RDX,EAX MOV RAX,qword ptr [RBP + -0x18] MOV RCX,qword ptr [RAX + 0x8] MOV RAX,qword ptr [RBP + -0...
int function_1(type_1 *conn) { int iVar1; ssize_t sVar2; char *pcVar3; type_1 *conn_local; int ret; sVar2 = var_1(conn->fd,conn->retbuf + conn->retlen,(long)(conn->retsize - conn->retlen)); if ((int)sVar2 < 1) { if (conn->retbuf != conn->sizebuf) { var_2(conn->retbuf); } conn->retbu...
(translation_unit "int agent_try_read(agent_pending_query *conn)\n\n{\n int iVar1;\n ssize_t sVar2;\n char *pcVar3;\n agent_pending_query *conn_local;\n int ret;\n \n sVar2 = read(conn->fd,conn->retbuf + conn->retlen,(long)(conn->retsize - conn->retlen));\n if ((int)sVar2 < 1) {\n if (conn->retbuf != conn->s...
(translation_unit "int function_1(type_1 *conn)\n\n{\n int iVar1;\n ssize_t sVar2;\n char *pcVar3;\n type_1 *conn_local;\n int ret;\n \n sVar2 = var_1(conn->fd,conn->retbuf + conn->retlen,(long)(conn->retsize - conn->retlen));\n if ((int)sVar2 < 1) {\n if (conn->retbuf != conn->sizebuf) {\n var_2(conn->...
(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...
115_puttygen_and_puttygen_strip.c
conf_copy_into
FUN_0010756d
conf_copy_into
void conf_copy_into(Conf *newconf,Conf *oldconf) { key *to; key *from; Conf *oldconf_local; Conf *newconf_local; int i; conf_entry *entry; conf_entry *entry2; conf_clear(newconf); i = 0; while( true ) { from = (key *)index234(oldconf->tree,i); if (from == (key *)0x0) break; to = (ke...
void FUN_0010756d(undefined8 *param_1,undefined8 *param_2) { long lVar1; int *piVar2; int local_1c; FUN_00107458(param_1); local_1c = 0; while( true ) { piVar2 = (int *)FUN_00142fa4(*param_2,local_1c); if (piVar2 == (int *)0x0) break; lVar1 = FUN_001122b9(1,0x18); FUN_00107272(lVar1,piV...
(translation_unit "void FUN_0010756d(undefined8 *param_1,undefined8 *param_2)\n\n{\n long lVar1;\n int *piVar2;\n int local_1c;\n \n FUN_00107458(param_1);\n local_1c = 0;\n while( true ) {\n piVar2 = (int *)FUN_00142fa4(*param_2,local_1c);\n if (piVar2 == (int *)0x0) break;\n lVar1 = FUN_001122b9(1,0x1...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [RBP + -0x28] MOV RDI,RAX CALL 0x00107458 MOV dword ptr [RBP + -0x14],0x0 JMP 0x00107606 MOV ESI,0x18 MOV EDI,0x1 CALL 0x001122b9 MOV qword ptr [RBP + -0x8],RAX MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qwo...
void function_1(type_1 *newconf,type_1 *oldconf) { type_2 *var_7; type_2 *var_3; type_1 *oldconf_local; type_1 *newconf_local; int var_9; type_3 *entry; type_3 *entry2; var_1(newconf); var_9 = 0; while( true ) { var_3 = (type_2 *)var_2(oldconf->tree,var_9); if (var_3 == (type_2 *)0x0) b...
(translation_unit "void conf_copy_into(Conf *newconf,Conf *oldconf)\n\n{\n key *to;\n key *from;\n Conf *oldconf_local;\n Conf *newconf_local;\n int i;\n conf_entry *entry;\n conf_entry *entry2;\n \n conf_clear(newconf);\n i = 0;\n while( true ) {\n from = (key *)index234(oldconf->tree,i);\n if (from =...
(translation_unit "void function_1(type_1 *newconf,type_1 *oldconf)\n\n{\n type_2 *var_7;\n type_2 *var_3;\n type_1 *oldconf_local;\n type_1 *newconf_local;\n int var_9;\n type_3 *entry;\n type_3 *entry2;\n \n var_1(newconf);\n var_9 = 0;\n while( true ) {\n var_3 = (type_2 *)var_2(oldconf->tree,var_9);\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...
509_pageant_and_pageant_strip.c
ecp_normalise
FUN_00131aee
ecp_normalise
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int ecp_normalise(ec_point *a) { int iVar1; Bignum_conflict pBVar2; Bignum_conflict pBVar3; Bignum_conflict b; ec_point *a_local; Bignum Z2; Bignum Z2inv; Bignum tx; Bignum Z3; Bignum Z3inv; Bignum ty; Bignum tmp; Bign...
undefined8 FUN_00131aee(long *param_1) { undefined8 uVar1; long lVar2; long lVar3; undefined8 uVar4; long lVar5; if (param_1 == (long *)0x0) { uVar1 = 0; } else if (*(char *)(param_1 + 4) == '\0') { if (*(int *)*param_1 == 0) { if ((param_1[1] == 0) || (param_1[2] == 0)) { uVa...
(translation_unit "undefined8 FUN_00131aee(long *param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n uVar1 = 0;\n }\n else if (*(char *)(param_1 + 4) == '\0') {\n if (*(int *)*param_1 == 0) {\n if ((param_1[1] == 0) || ...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI CMP qword ptr [RBP + -0x48],0x0 JNZ 0x00131b0b MOV EAX,0x0 JMP 0x00131dff MOV RAX,qword ptr [RBP + -0x48] MOVZX EAX,byte ptr [RAX + 0x20] TEST AL,AL JZ 0x00131b21 MOV EAX,0x1 JMP 0x00131dff MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX] MOV EAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 *var_1) { int iVar1; type_2 var_8; type_2 var_5; type_2 b; type_1 *a_local; type_3 Z2; type_3 Z2inv; type_3 tx; type_3 Z3; type_3 Z3inv; type_3 ty; type_3 tmp; type_3 tmp2; if (var_1 == (type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ecp_normalise(ec_point *a)\n\n{\n int iVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict b;\n ec_point *a_local;\n Bignum Z2;\n Bignum Z2inv;\n Bignum tx;\n Bignum Z3;\n Bignum Z3inv;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 *var_1)\n\n{\n int iVar1;\n type_2 var_8;\n type_2 var_5;\n type_2 b;\n type_1 *a_local;\n type_3 Z2;\n type_3 Z2inv;\n type_3 tx;\n type_3 Z3;\n type_3 Z3inv;\n type_3 ty;\n type_3 tmp;\n t...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
699_pageant_and_pageant_strip.c
sha1_96_generate
FUN_00148963
sha1_96_generate
void sha1_96_generate(void *handle,uchar *blk,int len,ulong seq) { long lVar1; long in_FS_OFFSET; ulong seq_local; int len_local; uchar *blk_local; void *handle_local; uchar full [20]; lVar1 = *(long *)(in_FS_OFFSET + 0x28); sha1_do_hmac(handle,blk,len,seq,full); memcpy(blk + len,full,0xc); i...
void FUN_00148963(undefined8 param_1,long param_2,int param_3,undefined8 param_4) { long in_FS_OFFSET; undefined local_28 [24]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0014872e(param_1,param_2,param_3,param_4,local_28); memcpy((void *)(param_3 + param_2),local_28,0xc); if (local...
(translation_unit "void FUN_00148963(undefined8 param_1,long param_2,int param_3,undefined8 param_4)\n\n{\n long in_FS_OFFSET;\n undefined local_28 [24];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0014872e(param_1,param_2,param_3,param_4,local_28);\n memcpy((void *)(param_3 + param_2)...
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 FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX LEA RDI,[RBP + -0x20] MOV RCX,qword ptr [RBP + -0x40] MOV EDX,dword ptr [RBP + -0x34] M...
void function_1(void *handle,type_1 *var_4,int var_5,type_2 seq) { long var_6; long var_1; type_2 seq_local; int len_local; type_1 *blk_local; void *handle_local; type_1 full [20]; var_6 = *(long *)(var_1 + 0x28); var_2(handle,var_4,var_5,seq,full); var_3(var_4 + var_5,full,0xc); if (var_6 !=...
(translation_unit "void sha1_96_generate(void *handle,uchar *blk,int len,ulong seq)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n ulong seq_local;\n int len_local;\n uchar *blk_local;\n void *handle_local;\n uchar full [20];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n sha1_do_hmac(handle,blk,len,seq,full);\n ...
(translation_unit "void function_1(void *handle,type_1 *var_4,int var_5,type_2 seq)\n\n{\n long var_6;\n long var_1;\n type_2 seq_local;\n int len_local;\n type_1 *blk_local;\n void *handle_local;\n type_1 full [20];\n \n var_6 = *(long *)(var_1 + 0x28);\n var_2(handle,var_4,var_5,seq,full);\n var_3(var_4 + ...
(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...
195_puttygen_and_puttygen_strip.c
bufchain_init
FUN_00111df5
bufchain_init
void bufchain_init(bufchain *ch) { bufchain *ch_local; ch->tail = (bufchain_granule *)0x0; ch->head = ch->tail; ch->buffersize = 0; return; }
void FUN_00111df5(undefined8 *param_1) { param_1[1] = 0; *param_1 = param_1[1]; *(undefined4 *)(param_1 + 2) = 0; return; }
(translation_unit "void FUN_00111df5(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = param_1[1];\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_00111df5(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = param_1[1];\n *(undefined4 *)(param_1 + 2) = 0;\n retur...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x8],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RAX + 0x8] MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RDX MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x10],0x0 NOP POP RBP RET
void function_1(type_1 *ch) { type_1 *ch_local; ch->tail = (type_2 *)0x0; ch->head = ch->tail; ch->buffersize = 0; return; }
(translation_unit "void bufchain_init(bufchain *ch)\n\n{\n bufchain *ch_local;\n \n ch->tail = (bufchain_granule *)0x0;\n ch->head = ch->tail;\n ch->buffersize = 0;\n return;\n}\n\n" (function_definition "void bufchain_init(bufchain *ch)\n\n{\n bufchain *ch_local;\n \n ch->tail = (bufchain_granule *)0x0;\n ch...
(translation_unit "void function_1(type_1 *ch)\n\n{\n type_1 *ch_local;\n \n ch->tail = (type_2 *)0x0;\n ch->head = ch->tail;\n ch->buffersize = 0;\n return;\n}\n\n" (function_definition "void function_1(type_1 *ch)\n\n{\n type_1 *ch_local;\n \n ch->tail = (type_2 *)0x0;\n ch->head = ch->tail;\n ch->buffersi...
(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...
584_pageant_and_pageant_strip.c
find_pubkey_alg
FUN_0013ad7a
find_pubkey_alg
ssh_signkey * find_pubkey_alg(char *name) { size_t sVar1; ssh_signkey *psVar2; char *name_local; sVar1 = strlen(name); psVar2 = find_pubkey_alg_len((int)sVar1,name); return psVar2; }
void FUN_0013ad7a(char *param_1) { size_t sVar1; sVar1 = strlen(param_1); FUN_0013ac80(sVar1 & 0xffffffff,param_1); return; }
(translation_unit "void FUN_0013ad7a(char *param_1)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n FUN_0013ac80(sVar1 & 0xffffffff,param_1);\n return;\n}\n\n" (function_definition "void FUN_0013ad7a(char *param_1)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_1);\n FUN_0013ac80(sVar1 & 0xffffffff,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 0x001071e0 MOV EDX,EAX MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RAX MOV EDI,EDX CALL 0x0013ac80 LEAVE RET
type_1 * function_1(char *name) { size_t sVar1; type_1 *psVar2; char *name_local; sVar1 = var_1(name); psVar2 = var_2((int)sVar1,name); return psVar2; }
(translation_unit "ssh_signkey * find_pubkey_alg(char *name)\n\n{\n size_t sVar1;\n ssh_signkey *psVar2;\n char *name_local;\n \n sVar1 = strlen(name);\n psVar2 = find_pubkey_alg_len((int)sVar1,name);\n return psVar2;\n}\n\n" (function_definition "ssh_signkey * find_pubkey_alg(char *name)\n\n{\n size_t sVar1;\n...
(translation_unit "type_1 * function_1(char *name)\n\n{\n size_t sVar1;\n type_1 *psVar2;\n char *name_local;\n \n sVar1 = var_1(name);\n psVar2 = var_2((int)sVar1,name);\n return psVar2;\n}\n\n" (function_definition "type_1 * function_1(char *name)\n\n{\n size_t sVar1;\n type_1 *psVar2;\n char *name_local;\n...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
375_puttygen_and_puttygen_strip.c
ec_p256
FUN_00128e69
ec_p256
/* WARNING: Unknown calling convention */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_curve * ec_p256(void) { if (ec_p256::initialised == '\0') { initialise_wcurve(&ec_p256::curve,0x100,ec_p256::lexical_block_2::p,ec_p256::lexical_block_2::a, ec_p256::lexic...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ undefined * FUN_00128e69(void) { if (DAT_0015f680 == '\0') { FUN_00128b78(&DAT_0015f6a0,0x100,&DAT_0014fa80,&DAT_0014faa0,&DAT_0014fac0,&DAT_0014fae0, &DAT_0014fb00,&DAT_0014fb20); DAT_0015f6a8 = "nistp256...
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nundefined * FUN_00128e69(void)\n\n{\n if (DAT_0015f680 == '\0') {\n FUN_00128b78(&DAT_0015f6a0,0x100,&DAT_0014fa80,&DAT_0014faa0,&DAT_0014fac0,&DAT_0014fae0,\n &DAT_0014fb00,&DAT_0014fb20);\n ...
PUSH RBP MOV RBP,RSP MOVZX EAX,byte ptr [0x0015f680] TEST AL,AL JNZ 0x00128edc LEA RAX,[0x14fb20] PUSH RAX LEA RAX,[0x14fb00] PUSH RAX LEA R9,[0x14fae0] LEA R8,[0x14fac0] LEA RCX,[0x14faa0] LEA RDX,[0x14fa80] MOV ESI,0x100 LEA RDI,[0x15f6a0] CALL 0x00128b78 ADD RSP,0x10 LEA RAX,[0x14f8a0] MOV qword ptr [0x0015f6a8],RAX...
/* 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') { var_2(&function_1::curve,0x100,function_1::lexical_block_2::p,function_1::lexical_block_2::a, function_1::lexical...
(translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_curve * ec_p256(void)\n\n{\n if (ec_p256::initialised == '\0') {\n initialise_wcurve(&ec_p256::curve,0x100,ec_p256::lexical_block_2::p,ec_p256::lexical_block_2::a,\n ...
(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 var_2(&function_1::curve,0x100,function_1::lexical_block_2::p,function_1::lexical_block_2::a,\n ...
(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...
179_puttygen_and_puttygen_strip.c
dupcat
FUN_00111281
dupcat
char * dupcat(char *s1,...) { long lVar1; char in_AL; size_t sVar2; char *__dest; undefined8 *puVar3; undefined8 in_RCX; undefined8 in_RDX; ulong uVar4; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_X...
char * FUN_00111281(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12, undefined8 pa...
(translation_unit "char * FUN_00111281(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 char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x100 MOV qword ptr [RBP + -0xf8],RDI MOV qword ptr [RBP + -0xa8],RSI MOV qword ptr [RBP + -0xa0],RDX MOV qword ptr [RBP + -0x98],RCX MOV qword ptr [RBP + -0x90],R8 MOV qword ptr [RBP + -0x88],R9 TEST AL,AL JZ 0x001112da MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70]...
char * function_1(char *s1,...) { long var_11; char var_1; size_t var_9; char *var_8; type_1 *puVar3; type_1 in_RCX; type_1 in_RDX; type_2 var_4; type_1 in_RSI; type_1 in_R8; type_1 in_R9; long var_2; type_1 in_XMM0_Qa; type_1 in_XMM1_Qa; type_1 in_XMM2_Qa; type_1 in_XMM3_Qa; type_1 ...
(translation_unit "char * dupcat(char *s1,...)\n\n{\n long lVar1;\n char in_AL;\n size_t sVar2;\n char *__dest;\n undefined8 *puVar3;\n undefined8 in_RCX;\n undefined8 in_RDX;\n ulong uVar4;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefi...
(translation_unit "char * function_1(char *s1,...)\n\n{\n long var_11;\n char var_1;\n size_t var_9;\n char *var_8;\n type_1 *puVar3;\n type_1 in_RCX;\n type_1 in_RDX;\n type_2 var_4;\n type_1 in_RSI;\n type_1 in_R8;\n type_1 in_R9;\n long var_2;\n type_1 in_XMM0_Qa;\n type_1 in_XMM1_Qa;\n type_1 in_XMM2...
(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))) (variadic_parameter)))) body: (comp...
389_puttygen_and_puttygen_strip.c
ecp_normalise
FUN_0012987d
ecp_normalise
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int ecp_normalise(ec_point *a) { int iVar1; Bignum_conflict pBVar2; Bignum_conflict pBVar3; Bignum_conflict b; ec_point *a_local; Bignum Z2; Bignum Z2inv; Bignum tx; Bignum Z3; Bignum Z3inv; Bignum ty; Bignum tmp; Bign...
undefined8 FUN_0012987d(long *param_1) { undefined8 uVar1; long lVar2; long lVar3; undefined8 uVar4; long lVar5; if (param_1 == (long *)0x0) { uVar1 = 0; } else if (*(char *)(param_1 + 4) == '\0') { if (*(int *)*param_1 == 0) { if ((param_1[1] == 0) || (param_1[2] == 0)) { uVa...
(translation_unit "undefined8 FUN_0012987d(long *param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n uVar1 = 0;\n }\n else if (*(char *)(param_1 + 4) == '\0') {\n if (*(int *)*param_1 == 0) {\n if ((param_1[1] == 0) || ...
PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x48],RDI CMP qword ptr [RBP + -0x48],0x0 JNZ 0x0012989a MOV EAX,0x0 JMP 0x00129b8e MOV RAX,qword ptr [RBP + -0x48] MOVZX EAX,byte ptr [RAX + 0x20] TEST AL,AL JZ 0x001298b0 MOV EAX,0x1 JMP 0x00129b8e MOV RAX,qword ptr [RBP + -0x48] MOV RAX,qword ptr [RAX] MOV EAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 *var_1) { int iVar1; type_2 var_8; type_2 var_5; type_2 b; type_1 *a_local; type_3 Z2; type_3 Z2inv; type_3 tx; type_3 Z3; type_3 Z3inv; type_3 ty; type_3 tmp; type_3 tmp2; if (var_1 == (type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ecp_normalise(ec_point *a)\n\n{\n int iVar1;\n Bignum_conflict pBVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict b;\n ec_point *a_local;\n Bignum Z2;\n Bignum Z2inv;\n Bignum tx;\n Bignum Z3;\n Bignum Z3inv;\n...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 *var_1)\n\n{\n int iVar1;\n type_2 var_8;\n type_2 var_5;\n type_2 b;\n type_1 *a_local;\n type_3 Z2;\n type_3 Z2inv;\n type_3 tx;\n type_3 Z3;\n type_3 Z3inv;\n type_3 ty;\n type_3 tmp;\n t...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
742_pageant_and_pageant_strip.c
string_width
FUN_0014c2f1
string_width
int string_width(char *text) { long in_FS_OFFSET; char *text_local; int ret; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); get_label_text_dimensions(text,&ret,(int *)0x0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ _...
undefined4 FUN_0014c2f1(undefined8 param_1) { long in_FS_OFFSET; undefined4 local_14; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); FUN_0014c20a(param_1,&local_14,0); if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) { /* WARNING: Subroutine does not return */ __stack_...
(translation_unit "undefined4 FUN_0014c2f1(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 FUN_0014c20a(param_1,&local_14,0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine doe...
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 LEA RCX,[RBP + -0xc] MOV RAX,qword ptr [RBP + -0x18] MOV EDX,0x0 MOV RSI,RCX MOV RDI,RAX CALL 0x0014c20a MOV EAX,dword ptr [RBP + -0xc] MOV RDX,qword ptr [RBP + -0x8] XOR RDX,qword pt...
int function_1(char *text) { long var_1; char *text_local; int ret; long var_3; var_3 = *(long *)(var_1 + 0x28); var_2(text,&ret,(int *)0x0); if (var_3 != *(long *)(var_1 + 0x28)) { /* WARNING: Subroutine does not return */ var_4(); } return ret; }
(translation_unit "int string_width(char *text)\n\n{\n long in_FS_OFFSET;\n char *text_local;\n int ret;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n get_label_text_dimensions(text,&ret,(int *)0x0);\n if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subrou...
(translation_unit "int function_1(char *text)\n\n{\n long var_1;\n char *text_local;\n int ret;\n long var_3;\n \n var_3 = *(long *)(var_1 + 0x28);\n var_2(text,&ret,(int *)0x0);\n if (var_3 != *(long *)(var_1 + 0x28)) {\n /* WARNING: Subroutine does not return */\n var_4();\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))))) body: (compound_statement (declaration type: (sized_type_specifie...
793_pageant_and_pageant_strip.c
cloexec
FUN_0014e25a
cloexec
void cloexec(int fd) { uint uVar1; int iVar2; int *piVar3; char *pcVar4; int fd_local; int fdflags; uVar1 = fcntl64(fd,1); if ((int)uVar1 < 0) { piVar3 = __errno_location(); pcVar4 = strerror(*piVar3); fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)(uint)fd,pcVar4); ...
void FUN_0014e25a(uint param_1) { uint uVar1; int iVar2; int *piVar3; char *pcVar4; uVar1 = fcntl64(param_1,1); if ((int)uVar1 < 0) { piVar3 = __errno_location(); pcVar4 = strerror(*piVar3); fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)param_1,pcVar4); /* WARNING: Su...
(translation_unit "void FUN_0014e25a(uint param_1)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n \n uVar1 = fcntl64(param_1,1);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)param_1,pcVar4);\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x14],EDI MOV EAX,dword ptr [RBP + -0x14] MOV ESI,0x1 MOV EDI,EAX MOV EAX,0x0 CALL 0x00107980 MOV dword ptr [RBP + -0x4],EAX CMP dword ptr [RBP + -0x4],0x0 JNS 0x0014e2bb CALL 0x00107030 MOV EAX,dword ptr [RAX] MOV EDI,EAX CALL 0x00107170 MOV RCX,RAX MOV RAX,qword...
void function_1(int fd) { type_1 var_6; int var_7; int *piVar3; char *pcVar4; int fd_local; int fdflags; var_6 = var_1(fd,1); if ((int)var_6 < 0) { piVar3 = var_2(); pcVar4 = var_3(*piVar3); var_4(stderr,"%d: fcntl(F_GETFD): %s\n",(type_2)(type_1)fd,pcVar4); /* WARNI...
(translation_unit "void cloexec(int fd)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n uVar1 = fcntl64(fd,1);\n if ((int)uVar1 < 0) {\n piVar3 = __errno_location();\n pcVar4 = strerror(*piVar3);\n fprintf(stderr,"%d: fcntl(F_GETFD): %s\n",(ulong)(uin...
(translation_unit "void function_1(int fd)\n\n{\n type_1 var_6;\n int var_7;\n int *piVar3;\n char *pcVar4;\n int fd_local;\n int fdflags;\n \n var_6 = var_1(fd,1);\n if ((int)var_6 < 0) {\n piVar3 = var_2();\n pcVar4 = var_3(*piVar3);\n var_4(stderr,"%d: fcntl(F_GETFD): %s\n",(type_2)(type_1)fd,pcVar...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat...
714_pageant_and_pageant_strip.c
countnode234
FUN_001490ff
countnode234
int countnode234(node234_conflict *n) { node234_conflict *n_local; int count; int i; count = 0; if (n == (node234_conflict *)0x0) { count = 0; } else { for (i = 0; i < 4; i = i + 1) { count = count + n->counts[i]; } for (i = 0; i < 3; i = i + 1) { if (n->elems[i] != (void ...
int FUN_001490ff(long param_1) { undefined4 local_10; undefined4 local_c; local_10 = 0; if (param_1 == 0) { local_10 = 0; } else { for (local_c = 0; local_c < 4; local_c = local_c + 1) { local_10 = local_10 + *(int *)(param_1 + 8 + ((long)local_c + 8) * 4); } for (local_c = 0; loc...
(translation_unit "int FUN_001490ff(long param_1)\n\n{\n undefined4 local_10;\n undefined4 local_c;\n \n local_10 = 0;\n if (param_1 == 0) {\n local_10 = 0;\n }\n else {\n for (local_c = 0; local_c < 4; local_c = local_c + 1) {\n local_10 = local_10 + *(int *)(param_1 + 8 + ((long)local_c + 8) * 4);\n...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x8],0x0 CMP qword ptr [RBP + -0x18],0x0 JNZ 0x0014911c MOV EAX,0x0 JMP 0x00149176 MOV dword ptr [RBP + -0x4],0x0 JMP 0x0014913e MOV RAX,qword ptr [RBP + -0x18] MOV EDX,dword ptr [RBP + -0x4] MOVSXD RDX,EDX ADD RDX,0x8 MOV EAX,dword ptr [RAX + R...
int function_1(type_1 *var_1) { type_1 *n_local; int var_3; int var_2; var_3 = 0; if (var_1 == (type_1 *)0x0) { var_3 = 0; } else { for (var_2 = 0; var_2 < 4; var_2 = var_2 + 1) { var_3 = var_3 + var_1->counts[var_2]; } for (var_2 = 0; var_2 < 3; var_2 = var_2 + 1) { if (v...
(translation_unit "int countnode234(node234_conflict *n)\n\n{\n node234_conflict *n_local;\n int count;\n int i;\n \n count = 0;\n if (n == (node234_conflict *)0x0) {\n count = 0;\n }\n else {\n for (i = 0; i < 4; i = i + 1) {\n count = count + n->counts[i];\n }\n for (i = 0; i < 3; i = i + 1) ...
(translation_unit "int function_1(type_1 *var_1)\n\n{\n type_1 *n_local;\n int var_3;\n int var_2;\n \n var_3 = 0;\n if (var_1 == (type_1 *)0x0) {\n var_3 = 0;\n }\n else {\n for (var_2 = 0; var_2 < 4; var_2 = var_2 + 1) {\n var_3 = var_3 + var_1->counts[var_2];\n }\n for (var_2 = 0; var_2 < 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: (type_identifier) d...
309_puttygen_and_puttygen_strip.c
bignum_from_long
FUN_00120f00
bignum_from_long
Bignum_conflict bignum_from_long(ulong n) { Bignum_conflict pBVar1; ulong n_local; int i; int maxwords; Bignum_conflict ret; pBVar1 = newbn(1); *pBVar1 = 0; for (i = 0; i < 1; i = i + 1) { pBVar1[(long)i + 1] = n; if (pBVar1[(long)i + 1] != 0) { *pBVar1 = (long)(i + 1); } } re...
long * FUN_00120f00(long param_1) { long *plVar1; int local_18; plVar1 = (long *)FUN_0011c01a(1); *plVar1 = 0; for (local_18 = 0; local_18 < 1; local_18 = local_18 + 1) { plVar1[(long)local_18 + 1] = param_1; if (plVar1[(long)local_18 + 1] != 0) { *plVar1 = (long)(local_18 + 1); } } ...
(translation_unit "long * FUN_00120f00(long param_1)\n\n{\n long *plVar1;\n int local_18;\n \n plVar1 = (long *)FUN_0011c01a(1);\n *plVar1 = 0;\n for (local_18 = 0; local_18 < 1; local_18 = local_18 + 1) {\n plVar1[(long)local_18 + 1] = param_1;\n if (plVar1[(long)local_18 + 1] != 0) {\n *plVar1 = (lon...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0xc],0x1 MOV EAX,dword ptr [RBP + -0xc] MOV EDI,EAX CALL 0x0011c01a MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],0x0 MOV dword ptr [RBP + -0x10],0x0 JMP 0x00120f98 MOV EAX,dword ptr [RBP + -0x10]...
type_1 function_1(type_2 n) { type_1 pBVar1; type_2 n_local; int var_2; int maxwords; type_1 ret; pBVar1 = var_1(1); *pBVar1 = 0; for (var_2 = 0; var_2 < 1; var_2 = var_2 + 1) { pBVar1[(long)var_2 + 1] = n; if (pBVar1[(long)var_2 + 1] != 0) { *pBVar1 = (long)(var_2 + 1); } } r...
(translation_unit "Bignum_conflict bignum_from_long(ulong n)\n\n{\n Bignum_conflict pBVar1;\n ulong n_local;\n int i;\n int maxwords;\n Bignum_conflict ret;\n \n pBVar1 = newbn(1);\n *pBVar1 = 0;\n for (i = 0; i < 1; i = i + 1) {\n pBVar1[(long)i + 1] = n;\n if (pBVar1[(long)i + 1] != 0) {\n *pBVar1...
(translation_unit "type_1 function_1(type_2 n)\n\n{\n type_1 pBVar1;\n type_2 n_local;\n int var_2;\n int maxwords;\n type_1 ret;\n \n pBVar1 = var_1(1);\n *pBVar1 = 0;\n for (var_2 = 0; var_2 < 1; var_2 = var_2 + 1) {\n pBVar1[(long)var_2 + 1] = n;\n if (pBVar1[(long)var_2 + 1] != 0) {\n *pBVar1 = ...
(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...
862_pageant_and_pageant_strip.c
platform_default_fontspec
FUN_001524fd
platform_default_fontspec
FontSpec * platform_default_fontspec(char *name) { FontSpec *pFVar1; char *name_local; pFVar1 = fontspec_new(""); return pFVar1; }
void FUN_001524fd(void) { FUN_0014e5f8(&DAT_00163bf0); return; }
(translation_unit "void FUN_001524fd(void)\n\n{\n FUN_0014e5f8(&DAT_00163bf0);\n return;\n}\n\n" (function_definition "void FUN_001524fd(void)\n\n{\n FUN_0014e5f8(&DAT_00163bf0);\n return;\n}" primitive_type (function_declarator "FUN_001524fd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI LEA RDI,[0x163bf0] CALL 0x0014e5f8 LEAVE RET
type_1 * function_1(char *name) { type_1 *pFVar1; char *name_local; pFVar1 = var_1(""); return pFVar1; }
(translation_unit "FontSpec * platform_default_fontspec(char *name)\n\n{\n FontSpec *pFVar1;\n char *name_local;\n \n pFVar1 = fontspec_new("");\n return pFVar1;\n}\n\n" (function_definition "FontSpec * platform_default_fontspec(char *name)\n\n{\n FontSpec *pFVar1;\n char *name_local;\n \n pFVar1 = fontspec_ne...
(translation_unit "type_1 * function_1(char *name)\n\n{\n type_1 *pFVar1;\n char *name_local;\n \n pFVar1 = var_1("");\n return pFVar1;\n}\n\n" (function_definition "type_1 * function_1(char *name)\n\n{\n type_1 *pFVar1;\n char *name_local;\n \n pFVar1 = var_1("");\n return pFVar1;\n}" type_identifier (pointe...
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl...
952_pageant_and_pageant_strip.c
close_settings_r
FUN_001570f0
close_settings_r
void close_settings_r(void *handle) { undefined8 *e; void *handle_local; tree234 *tree; skeyval *kv; if (handle != (void *)0x0) { while (e = (undefined8 *)index234((tree234 *)handle,0), e != (undefined8 *)0x0) { del234((tree234 *)handle,e); safefree((void *)*e); safefree((void *)e[1...
void FUN_001570f0(long param_1) { undefined8 *puVar1; if (param_1 != 0) { while (puVar1 = (undefined8 *)FUN_00149f0a(param_1,0), puVar1 != (undefined8 *)0x0) { FUN_0014b1e7(param_1,puVar1); FUN_0010df30(*puVar1); FUN_0010df30(puVar1[1]); FUN_0010df30(puVar1); } FUN_001490d5(...
(translation_unit "void FUN_001570f0(long param_1)\n\n{\n undefined8 *puVar1;\n \n if (param_1 != 0) {\n while (puVar1 = (undefined8 *)FUN_00149f0a(param_1,0), puVar1 != (undefined8 *)0x0) {\n FUN_0014b1e7(param_1,puVar1);\n FUN_0010df30(*puVar1);\n FUN_0010df30(puVar1[1]);\n FUN_0010df30(puVa...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX CMP qword ptr [RBP + -0x10],0x0 JZ 0x00157175 JMP 0x0015714b MOV RDX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x10] MOV RSI,RDX MOV RDI,RAX CALL 0x0014b1e7 MOV RAX,qword ptr [RBP + -...
void function_1(void *var_1) { type_1 *var_3; void *handle_local; type_2 *tree; type_3 *kv; if (var_1 != (void *)0x0) { while (var_3 = (type_1 *)var_2((type_2 *)var_1,0), var_3 != (type_1 *)0x0) { var_4((type_2 *)var_1,var_3); var_5((void *)*var_3); var_5((void *)var_3[1]); va...
(translation_unit "void close_settings_r(void *handle)\n\n{\n undefined8 *e;\n void *handle_local;\n tree234 *tree;\n skeyval *kv;\n \n if (handle != (void *)0x0) {\n while (e = (undefined8 *)index234((tree234 *)handle,0), e != (undefined8 *)0x0) {\n del234((tree234 *)handle,e);\n safefree((void *)*e...
(translation_unit "void function_1(void *var_1)\n\n{\n type_1 *var_3;\n void *handle_local;\n type_2 *tree;\n type_3 *kv;\n \n if (var_1 != (void *)0x0) {\n while (var_3 = (type_1 *)var_2((type_2 *)var_1,0), var_3 != (type_1 *)0x0) {\n var_4((type_2 *)var_1,var_3);\n var_5((void *)*var_3);\n var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de...
730_pageant_and_pageant_strip.c
key_event
FUN_0014b4dc
key_event
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ gint key_event(GtkWidget *widget,GdkEventKey *event,gpointer data) { byte bVar1; int iVar2; gpointer data_local; GdkEventKey *event_local; GtkWidget *widget_local; char deleted; char prior; askpass_ctx *ctx; if ((event->key...
undefined8 FUN_0014b4dc(undefined8 param_1,int *param_2,long param_3) { byte bVar1; int iVar2; if ((param_2[7] == 0xff0d) && (*param_2 == 8)) { gtk_main_quit(); } else if ((param_2[7] == 0xff1b) && (*param_2 == 8)) { FUN_0010dff8(*(undefined8 *)(param_3 + 0x68),(long)*(int *)(param_3 + 0x74)); ...
(translation_unit "undefined8 FUN_0014b4dc(undefined8 param_1,int *param_2,long param_3)\n\n{\n byte bVar1;\n int iVar2;\n \n if ((param_2[7] == 0xff0d) && (*param_2 == 8)) {\n gtk_main_quit();\n }\n else if ((param_2[7] == 0xff1b) && (*param_2 == 8)) {\n FUN_0010dff8(*(undefined8 *)(param_3 + 0x68),(long)*...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX + 0x1c] CMP EAX,0xff0d JNZ 0x0014b51b MOV RAX,qword ptr [RBP + -0x20] MO...
/* WARNING: Enum "GdkEventType": Some values do not have unique names */ type_1 function_1(type_2 *widget,type_3 *event,type_4 data) { type_5 bVar1; int var_5; type_4 data_local; type_3 *event_local; type_2 *widget_local; char deleted; char prior; type_6 *ctx; if ((event->keyval == 0xff0d) && (e...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ngint key_event(GtkWidget *widget,GdkEventKey *event,gpointer data)\n\n{\n byte bVar1;\n int iVar2;\n gpointer data_local;\n GdkEventKey *event_local;\n GtkWidget *widget_local;\n char deleted;\n char prior;\n askpass_...
(translation_unit "/* WARNING: Enum "GdkEventType": Some values do not have unique names */\n\ntype_1 function_1(type_2 *widget,type_3 *event,type_4 data)\n\n{\n type_5 bVar1;\n int var_5;\n type_4 data_local;\n type_3 *event_local;\n type_2 *widget_local;\n char deleted;\n char prior;\n type_6 *ctx;\n \n if ...
(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...
542_puttygen_and_puttygen_strip.c
sha256_free_context
FUN_0013ba28
sha256_free_context
void sha256_free_context(void *handle) { void *handle_local; smemclr(handle,0x144); safefree(handle); return; }
void FUN_0013ba28(undefined8 param_1) { FUN_0011258d(param_1,0x144); FUN_001124c5(param_1); return; }
(translation_unit "void FUN_0013ba28(undefined8 param_1)\n\n{\n FUN_0011258d(param_1,0x144);\n FUN_001124c5(param_1);\n return;\n}\n\n" (function_definition "void FUN_0013ba28(undefined8 param_1)\n\n{\n FUN_0011258d(param_1,0x144);\n FUN_001124c5(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV ESI,0x144 MOV RDI,RAX CALL 0x0011258d MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001124c5 NOP LEAVE RET
void function_1(void *handle) { void *handle_local; var_1(handle,0x144); var_2(handle); return; }
(translation_unit "void sha256_free_context(void *handle)\n\n{\n void *handle_local;\n \n smemclr(handle,0x144);\n safefree(handle);\n return;\n}\n\n" (function_definition "void sha256_free_context(void *handle)\n\n{\n void *handle_local;\n \n smemclr(handle,0x144);\n safefree(handle);\n return;\n}" primitive...
(translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle,0x144);\n var_2(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n \n var_1(handle,0x144);\n var_2(handle);\n return;\n}" primitive_type (function_declarator "...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
538_puttygen_and_puttygen_strip.c
sha256_free
FUN_0013b969
sha256_free
void sha256_free(void *handle) { void *handle_local; SHA256_State *s; smemclr(handle,0x6c); safefree(handle); return; }
void FUN_0013b969(undefined8 param_1) { FUN_0011258d(param_1,0x6c); FUN_001124c5(param_1); return; }
(translation_unit "void FUN_0013b969(undefined8 param_1)\n\n{\n FUN_0011258d(param_1,0x6c);\n FUN_001124c5(param_1);\n return;\n}\n\n" (function_definition "void FUN_0013b969(undefined8 param_1)\n\n{\n FUN_0011258d(param_1,0x6c);\n FUN_001124c5(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0013...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x8] MOV ESI,0x6c MOV RDI,RAX CALL 0x0011258d MOV RAX,qword ptr [RBP + -0x8] MOV RDI,RAX CALL 0x001124c5 NOP LEAVE RET
void function_1(void *handle) { void *handle_local; type_1 *s; var_1(handle,0x6c); var_2(handle); return; }
(translation_unit "void sha256_free(void *handle)\n\n{\n void *handle_local;\n SHA256_State *s;\n \n smemclr(handle,0x6c);\n safefree(handle);\n return;\n}\n\n" (function_definition "void sha256_free(void *handle)\n\n{\n void *handle_local;\n SHA256_State *s;\n \n smemclr(handle,0x6c);\n safefree(handle);\n ...
(translation_unit "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *s;\n \n var_1(handle,0x6c);\n var_2(handle);\n return;\n}\n\n" (function_definition "void function_1(void *handle)\n\n{\n void *handle_local;\n type_1 *s;\n \n var_1(handle,0x6c);\n var_2(handle);\n return;\n}" primitive_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))))) body: (compound_statement (declaration type: (primitive_type) dec...
388_puttygen_and_puttygen_strip.c
ec_point_verify
FUN_00129517
ec_point_verify
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int ec_point_verify(ec_point *a) { int iVar1; uint uVar2; Bignum_conflict pBVar3; Bignum_conflict pBVar4; Bignum_conflict pBVar5; Bignum_conflict pBVar6; ec_point *a_local; int ret; int ret_1; Bignum y2; Bignum x2; Bignu...
bool FUN_00129517(long *param_1) { int iVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; undefined8 uVar5; bool bVar6; if (*(char *)(param_1 + 4) == '\0') { if (*(int *)*param_1 == 2) { uVar2 = FUN_001291c6(param_1[2],*param_1); uVar3 = FUN_001291c6(param_1[1],*param_1); ...
(translation_unit "bool FUN_00129517(long *param_1)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n bool bVar6;\n \n if (*(char *)(param_1 + 4) == '\0') {\n if (*(int *)*param_1 == 2) {\n uVar2 = FUN_001291c6(param_1[2],*param_1);\n uVar3 = FUN_00...
PUSH RBP MOV RBP,RSP ADD RSP,-0x80 MOV qword ptr [RBP + -0x78],RDI MOV RAX,qword ptr [RBP + -0x78] MOVZX EAX,byte ptr [RAX + 0x20] TEST AL,AL JZ 0x00129539 MOV EAX,0x1 JMP 0x0012987b MOV RAX,qword ptr [RBP + -0x78] MOV RAX,qword ptr [RAX] MOV EAX,dword ptr [RAX] CMP EAX,0x2 JNZ 0x00129687 MOV RAX,qword ptr [RBP + -0x78...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(type_1 *a) { int var_7; type_2 uVar2; type_3 pBVar3; type_3 pBVar4; type_3 pBVar5; type_3 pBVar6; type_1 *a_local; int ret; int ret_1; type_4 y2; type_4 x2; type_4 tmp; type_4 tmp2; type_4 tmp3; type...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint ec_point_verify(ec_point *a)\n\n{\n int iVar1;\n uint uVar2;\n Bignum_conflict pBVar3;\n Bignum_conflict pBVar4;\n Bignum_conflict pBVar5;\n Bignum_conflict pBVar6;\n ec_point *a_local;\n int ret;\n int ret_1;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(type_1 *a)\n\n{\n int var_7;\n type_2 uVar2;\n type_3 pBVar3;\n type_3 pBVar4;\n type_3 pBVar5;\n type_3 pBVar6;\n type_1 *a_local;\n int ret;\n int ret_1;\n type_4 y2;\n type_4 x2;\n type_4 tmp;\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: (primitiv...
93_puttygen_and_puttygen_strip.c
modalfatalbox
FUN_00104718
modalfatalbox
void modalfatalbox(char *p,...) { long lVar1; char in_AL; undefined8 in_RCX; undefined8 in_RDX; undefined8 in_RSI; undefined8 in_R8; undefined8 in_R9; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 in_XMM4_Qa; undef...
void FUN_00104718(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12, undefined8 param_13,u...
(translation_unit "void FUN_00104718(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 char *param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xe0 MOV qword ptr [RBP + -0xd8],RDI MOV qword ptr [RBP + -0xa8],RSI MOV qword ptr [RBP + -0xa0],RDX MOV qword ptr [RBP + -0x98],RCX MOV qword ptr [RBP + -0x90],R8 MOV qword ptr [RBP + -0x88],R9 TEST AL,AL JZ 0x00104771 MOVAPS xmmword ptr [RBP + -0x80],XMM0 MOVAPS xmmword ptr [RBP + -0x70],...
void function_1(char *p,...) { long var_7; char var_1; type_1 in_RCX; type_1 in_RDX; type_1 in_RSI; type_1 in_R8; type_1 in_R9; long var_2; type_1 in_XMM0_Qa; type_1 in_XMM1_Qa; type_1 in_XMM2_Qa; type_1 in_XMM3_Qa; type_1 in_XMM4_Qa; type_1 in_XMM5_Qa; type_1 in_XMM6_Qa; type_1 in_XMM...
(translation_unit "void modalfatalbox(char *p,...)\n\n{\n long lVar1;\n char in_AL;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\...
(translation_unit "void function_1(char *p,...)\n\n{\n long var_7;\n char var_1;\n type_1 in_RCX;\n type_1 in_RDX;\n type_1 in_RSI;\n type_1 in_R8;\n type_1 in_R9;\n long var_2;\n type_1 in_XMM0_Qa;\n type_1 in_XMM1_Qa;\n type_1 in_XMM2_Qa;\n type_1 in_XMM3_Qa;\n type_1 in_XMM4_Qa;\n type_1 in_XMM5_Qa;\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))) (variadic_parameter))) body: (compound_statement (declaration type:...
967_pageant_and_pageant_strip.c
dummy_plug_sent
FUN_00157cc0
dummy_plug_sent
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void dummy_plug_sent(Plug p,int bufsize) { int bufsize_local; Plug p_local; return; }
void FUN_00157cc0(void) { return; }
(translation_unit "void FUN_00157cc0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00157cc0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00157cc0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI NOP POP RBP RET
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 p,int bufsize) { int bufsize_local; type_1 p_local; return; }
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid dummy_plug_sent(Plug p,int bufsize)\n\n{\n int bufsize_local;\n Plug p_local;\n \n return;\n}\n\n" comment (function_definition "void dummy_plug_sent(Plug p,int bufsize)\n\n{\n int bufsize_local;\n Plug p_local;\n ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 p,int bufsize)\n\n{\n int bufsize_local;\n type_1 p_local;\n \n return;\n}\n\n" comment (function_definition "void function_1(type_1 p,int bufsize)\n\n{\n int bufsize_local;\n type_1 p_local;\n \...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound...
865_pageant_and_pageant_strip.c
log_eventlog
FUN_00152540
log_eventlog
void log_eventlog(void *handle,char *event) { char *event_local; void *handle_local; return; }
void FUN_00152540(void) { return; }
(translation_unit "void FUN_00152540(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00152540(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00152540(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI NOP POP RBP RET
void function_1(void *handle,char *event) { char *event_local; void *handle_local; return; }
(translation_unit "void log_eventlog(void *handle,char *event)\n\n{\n char *event_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void log_eventlog(void *handle,char *event)\n\n{\n char *event_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarator "log_eventlog...
(translation_unit "void function_1(void *handle,char *event)\n\n{\n char *event_local;\n void *handle_local;\n \n return;\n}\n\n" (function_definition "void function_1(void *handle,char *event)\n\n{\n char *event_local;\n void *handle_local;\n \n return;\n}" primitive_type (function_declarator "function_1(void ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
971_pageant_and_pageant_strip.c
x11_authcmp
FUN_0015809c
x11_authcmp
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int x11_authcmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; X11FakeAuth *a; X11FakeAuth *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ ...
int FUN_0015809c(int *param_1,int *param_2) { int iVar1; if (*param_1 < *param_2) { iVar1 = -1; } else if (*param_2 < *param_1) { iVar1 = 1; } else if (*param_1 == 1) { if (param_1[4] < param_2[4]) { iVar1 = -1; } else if (param_2[4] < param_1[4]) { iVar1 = 1; } ...
(translation_unit "int FUN_0015809c(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n if (*param_1 < *param_2) {\n iVar1 = -1;\n }\n else if (*param_2 < *param_1) {\n iVar1 = 1;\n }\n else if (*param_1 == 1) {\n if (param_1[4] < param_2[4]) {\n iVar1 = -1;\n }\n else if (param_2[4] < param_1[...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_1 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint x11_authcmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n X11FakeAuth *a;\n X11FakeAuth *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size...
(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:...
527_puttygen_and_puttygen_strip.c
oaep_mask
FUN_0013a0f2
oaep_mask
void oaep_mask(ssh_hash *h,void *seed,int seedlen,void *vdata,int datalen) { long lVar1; int iVar2; void *pvVar3; long in_FS_OFFSET; void *vdata_local; int datalen_local; int seedlen_local; void *seed_local; ssh_hash *h_local; uint count; int i; int max; uchar *data; void *s; uchar count...
void FUN_0013a0f2(undefined8 *param_1,undefined8 param_2,undefined4 param_3,long param_4,int param_5 ) { int iVar1; undefined8 uVar2; long in_FS_OFFSET; int local_a0; int local_7c; int local_78; long local_70; undefined local_5c; undefined local_5b; undefined local_5a; undefined...
(translation_unit "void FUN_0013a0f2(undefined8 *param_1,undefined8 param_2,undefined4 param_3,long param_4,int param_5\n )\n\n{\n int iVar1;\n undefined8 uVar2;\n long in_FS_OFFSET;\n int local_a0;\n int local_7c;\n int local_78;\n long local_70;\n undefined local_5c;\n undefined local_5b;\n ...
PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x88],RDI MOV qword ptr [RBP + -0x90],RSI MOV dword ptr [RBP + -0x94],EDX MOV qword ptr [RBP + -0xa0],RCX MOV dword ptr [RBP + -0x98],R8D MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX XOR EAX,EAX MOV RAX,qword ptr [RBP + -0xa0] MOV qword ptr [RBP + -0...
void function_1(type_1 *h,void *seed,int seedlen,void *vdata,int datalen) { long var_3; int var_7; void *pvVar3; long var_1; void *vdata_local; int var_2; int seedlen_local; void *seed_local; type_1 *h_local; type_2 var_5; int var_6; int max; type_3 *var_8; void *s; type_3 counter [4]; ...
(translation_unit "void oaep_mask(ssh_hash *h,void *seed,int seedlen,void *vdata,int datalen)\n\n{\n long lVar1;\n int iVar2;\n void *pvVar3;\n long in_FS_OFFSET;\n void *vdata_local;\n int datalen_local;\n int seedlen_local;\n void *seed_local;\n ssh_hash *h_local;\n uint count;\n int i;\n int max;\n ucha...
(translation_unit "void function_1(type_1 *h,void *seed,int seedlen,void *vdata,int datalen)\n\n{\n long var_3;\n int var_7;\n void *pvVar3;\n long var_1;\n void *vdata_local;\n int var_2;\n int seedlen_local;\n void *seed_local;\n type_1 *h_local;\n type_2 var_5;\n int var_6;\n int max;\n type_3 *var_8;\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...
931_pageant_and_pageant_strip.c
first_fd
FUN_00155dff
first_fd
int first_fd(int *state,int *rwx) { int iVar1; int *rwx_local; int *state_local; *state = 0; iVar1 = next_fd(state,rwx); return iVar1; }
void FUN_00155dff(undefined4 *param_1,undefined8 param_2) { *param_1 = 0; FUN_00155da8(param_1,param_2); return; }
(translation_unit "void FUN_00155dff(undefined4 *param_1,undefined8 param_2)\n\n{\n *param_1 = 0;\n FUN_00155da8(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_00155dff(undefined4 *param_1,undefined8 param_2)\n\n{\n *param_1 = 0;\n FUN_00155da8(param_1,param_2);\n return;\n}" primitive_type (f...
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX],0x0 MOV RDX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,RDX MOV RDI,RAX CALL 0x00155da8 LEAVE RET
int function_1(int *state,int *rwx) { int iVar1; int *rwx_local; int *state_local; *state = 0; iVar1 = var_1(state,rwx); return iVar1; }
(translation_unit "int first_fd(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = 0;\n iVar1 = next_fd(state,rwx);\n return iVar1;\n}\n\n" (function_definition "int first_fd(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = 0;...
(translation_unit "int function_1(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = 0;\n iVar1 = var_1(state,rwx);\n return iVar1;\n}\n\n" (function_definition "int function_1(int *state,int *rwx)\n\n{\n int iVar1;\n int *rwx_local;\n int *state_local;\n \n *state = ...
(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_...
507_pageant_and_pageant_strip.c
ec_point_copy
FUN_001316c1
ec_point_copy
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ec_point * ec_point_copy(ec_point *a) { uchar infinity; ec_point *peVar1; Bignum_conflict z; Bignum_conflict y; Bignum_conflict x; ec_point *a_local; if (a == (ec_point *)0x0) { peVar1 = (ec_point *)0x0; } else { in...
undefined8 FUN_001316c1(undefined8 *param_1) { undefined uVar1; undefined8 uVar2; undefined8 uVar3; undefined8 uVar4; if (param_1 == (undefined8 *)0x0) { uVar2 = 0; } else { uVar1 = *(undefined *)(param_1 + 4); if (param_1[3] == 0) { uVar2 = 0; } else { uVar2 = FUN_001...
(translation_unit "undefined8 FUN_001316c1(undefined8 *param_1)\n\n{\n undefined uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n if (param_1 == (undefined8 *)0x0) {\n uVar2 = 0;\n }\n else {\n uVar1 = *(undefined *)(param_1 + 4);\n if (param_1[3] == 0) {\n uVar2 = 0;\n }...
PUSH RBP MOV RBP,RSP PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV qword ptr [RBP + -0x28],RDI CMP qword ptr [RBP + -0x28],0x0 JNZ 0x001316e3 MOV EAX,0x0 JMP 0x0013177d MOV RAX,qword ptr [RBP + -0x28] MOVZX EAX,byte ptr [RAX + 0x20] MOVZX EBX,AL MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX + 0x18] TEST RAX,RAX ...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1(type_1 *var_1) { type_2 infinity; type_1 *peVar1; type_3 z; type_3 y; type_3 x; type_1 *a_local; if (var_1 == (type_1 *)0x0) { peVar1 = (type_1 *)0x0; } else { infinity = var_1->infinity; if ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nec_point * ec_point_copy(ec_point *a)\n\n{\n uchar infinity;\n ec_point *peVar1;\n Bignum_conflict z;\n Bignum_conflict y;\n Bignum_conflict x;\n ec_point *a_local;\n \n if (a == (ec_point *)0x0) {\n peVar1 = (ec_p...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\ntype_1 * function_1(type_1 *var_1)\n\n{\n type_2 infinity;\n type_1 *peVar1;\n type_3 z;\n type_3 y;\n type_3 x;\n type_1 *a_local;\n \n if (var_1 == (type_1 *)0x0) {\n peVar1 = (type_1 *)0x0;\n }\n else {\n i...
(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)))))) body: (compound_stat...
658_pageant_and_pageant_strip.c
SHA512_Core_Init
FUN_00142bdc
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_00142bdc(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_00161fc8 + (long)local_c * 0x10); *puVar1 = *(undefined8 *)(&DAT_001...
(translation_unit "void FUN_00142bdc(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_00161fc8 + (long)local_c * 0x10);\n *puVar...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0x4],0x0 JMP 0x00142c28 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,[0x161fc0] 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...
133_puttygen_and_puttygen_strip.c
conf_serialised_size
FUN_00108517
conf_serialised_size
int conf_serialised_size(Conf *conf) { int iVar1; size_t sVar2; int *piVar3; Conf *conf_local; int i; int size; conf_entry *entry; size = 0; i = 0; while (piVar3 = (int *)index234(conf->tree,i), piVar3 != (int *)0x0) { iVar1 = size + 4; if (subkeytypes[*piVar3] == 1) { size = size...
int FUN_00108517(undefined8 *param_1) { int iVar1; size_t sVar2; int *piVar3; int local_18; int local_14; local_14 = 0; local_18 = 0; while (piVar3 = (int *)FUN_00142fa4(*param_1,local_18), piVar3 != (int *)0x0) { iVar1 = local_14 + 4; if (*(int *)(&DAT_0015f020 + (long)*piVar3 * 4) == 1) {...
(translation_unit "int FUN_00108517(undefined8 *param_1)\n\n{\n int iVar1;\n size_t sVar2;\n int *piVar3;\n int local_18;\n int local_14;\n \n local_14 = 0;\n local_18 = 0;\n while (piVar3 = (int *)FUN_00142fa4(*param_1,local_18), piVar3 != (int *)0x0) {\n iVar1 = local_14 + 4;\n if (*(int *)(&DAT_0015f0...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x18],RDI MOV dword ptr [RBP + -0xc],0x0 MOV dword ptr [RBP + -0x10],0x0 JMP 0x00108617 ADD dword ptr [RBP + -0xc],0x4 MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX] CDQE LEA RDX,[RAX*0x4] LEA RAX,[0x15f020] MOV EAX,dword ptr [RDX + RAX*0x1] CMP EAX,0x1 JZ...
int function_1(type_1 *conf) { int var_5; size_t sVar2; int *var_2; type_1 *conf_local; int var_8; int var_3; type_2 *entry; var_3 = 0; var_8 = 0; while (var_2 = (int *)var_1(conf->tree,var_8), var_2 != (int *)0x0) { var_5 = var_3 + 4; if (subkeytypes[*var_2] == 1) { var_3 = var_3...
(translation_unit "int conf_serialised_size(Conf *conf)\n\n{\n int iVar1;\n size_t sVar2;\n int *piVar3;\n Conf *conf_local;\n int i;\n int size;\n conf_entry *entry;\n \n size = 0;\n i = 0;\n while (piVar3 = (int *)index234(conf->tree,i), piVar3 != (int *)0x0) {\n iVar1 = size + 4;\n if (subkeytypes[*...
(translation_unit "int function_1(type_1 *conf)\n\n{\n int var_5;\n size_t sVar2;\n int *var_2;\n type_1 *conf_local;\n int var_8;\n int var_3;\n type_2 *entry;\n \n var_3 = 0;\n var_8 = 0;\n while (var_2 = (int *)var_1(conf->tree,var_8), var_2 != (int *)0x0) {\n var_5 = var_3 + 4;\n if (subkeytypes[*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: (primitive_type) de...
943_pageant_and_pageant_strip.c
provide_xrm_string
FUN_001569d2
provide_xrm_string
void provide_xrm_string(char *string) { undefined8 *e; void *pvVar1; ushort **ppuVar2; char *pcVar3; char *string_local; char *p; char *q; skeyval *xrms; char *key; skeyval *ret; p = strchr(string,0x3a); if (p == (char *)0x0) { fprintf(stderr,"pterm: expected a colon in resource string ...
void FUN_001569d2(char *param_1) { undefined8 *puVar1; void *__dest; ushort **ppuVar2; undefined8 uVar3; long lVar4; char *local_30; byte *local_28; local_30 = strchr(param_1,0x3a); if (local_30 == (char *)0x0) { fprintf(stderr,"pterm: expected a colon in resource string \"%s\"\n",param_1); ...
(translation_unit "void FUN_001569d2(char *param_1)\n\n{\n undefined8 *puVar1;\n void *__dest;\n ushort **ppuVar2;\n undefined8 uVar3;\n long lVar4;\n char *local_30;\n byte *local_28;\n \n local_30 = strchr(param_1,0x3a);\n if (local_30 == (char *)0x0) {\n fprintf(stderr,"pterm: expected a colon in resour...
PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x38],RDI MOV RAX,qword ptr [RBP + -0x38] MOV ESI,0x3a MOV RDI,RAX CALL 0x00107190 MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x28],RAX CMP qword ptr [RBP + -0x20],0x0 JNZ 0x00156a26 MOV RAX,qword ptr [0x001706c0] MOV RDX...
void function_1(char *var_4) { type_1 *e; void *var_13; type_2 **ppuVar2; char *pcVar3; char *string_local; char *var_2; char *var_7; type_3 *xrms; char *key; type_3 *ret; var_2 = var_1(var_4,0x3a); if (var_2 == (char *)0x0) { var_3(stderr,"pterm: expected a colon in resource string \"%...
(translation_unit "void provide_xrm_string(char *string)\n\n{\n undefined8 *e;\n void *pvVar1;\n ushort **ppuVar2;\n char *pcVar3;\n char *string_local;\n char *p;\n char *q;\n skeyval *xrms;\n char *key;\n skeyval *ret;\n \n p = strchr(string,0x3a);\n if (p == (char *)0x0) {\n fprintf(stderr,"pterm: ex...
(translation_unit "void function_1(char *var_4)\n\n{\n type_1 *e;\n void *var_13;\n type_2 **ppuVar2;\n char *pcVar3;\n char *string_local;\n char *var_2;\n char *var_7;\n type_3 *xrms;\n char *key;\n type_3 *ret;\n \n var_2 = var_1(var_4,0x3a);\n if (var_2 == (char *)0x0) {\n var_3(stderr,"pterm: expec...
(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: (type_identifier) de...
985_pageant_and_pageant_strip.c
x11_send_init_error
FUN_00159611
x11_send_init_error
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void x11_send_init_error(X11Connection_conflict *xconn,char *err_message) { int iVar1; uint uVar2; char *__s; size_t sVar3; char *data; char cVar4; char *err_message_local; X11Connection_conflict *xconn_local; int msglen; in...
void FUN_00159611(long param_1,undefined8 param_2) { int iVar1; uint uVar2; char *__s; size_t sVar3; undefined *puVar4; undefined uVar5; undefined uVar6; __s = (char *)FUN_0010d164("%s X11 proxy: %s\n",PTR_s_Pageant_0016f420,param_2); sVar3 = strlen(__s); iVar1 = (int)sVar3; puVar4 = (undefin...
(translation_unit "void FUN_00159611(long param_1,undefined8 param_2)\n\n{\n int iVar1;\n uint uVar2;\n char *__s;\n size_t sVar3;\n undefined *puVar4;\n undefined uVar5;\n undefined uVar6;\n \n __s = (char *)FUN_0010d164("%s X11 proxy: %s\n",PTR_s_Pageant_0016f420,param_2);\n sVar3 = strlen(__s);\n iVar1 = ...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV qword ptr [RBP + -0x30],RSI MOV RAX,qword ptr [0x0016f420] MOV RDX,qword ptr [RBP + -0x30] MOV RSI,RAX LEA RDI,[0x164e08] MOV EAX,0x0 CALL 0x0010d164 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x001071e0 MOV dwor...
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */ void function_1(type_1 *xconn,char *err_message) { int var_4; type_2 var_7; char *__s; size_t sVar3; char *var_5; char cVar4; char *err_message_local; type_1 *xconn_local; int msglen; int msgsize; char *full_message; typ...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid x11_send_init_error(X11Connection_conflict *xconn,char *err_message)\n\n{\n int iVar1;\n uint uVar2;\n char *__s;\n size_t sVar3;\n char *data;\n char cVar4;\n char *err_message_local;\n X11Connection_conflict *x...
(translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nvoid function_1(type_1 *xconn,char *err_message)\n\n{\n int var_4;\n type_2 var_7;\n char *__s;\n size_t sVar3;\n char *var_5;\n char cVar4;\n char *err_message_local;\n type_1 *xconn_local;\n int msglen;\n int msgs...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
925_pageant_and_pageant_strip.c
uxsel_fd_cmp
FUN_00155bcb
uxsel_fd_cmp
int uxsel_fd_cmp(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; fd *a; fd *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* WARNING: Load size is...
undefined8 FUN_00155bcb(int *param_1,int *param_2) { undefined8 uVar1; if (*param_1 < *param_2) { uVar1 = 0xffffffff; } else if (*param_2 < *param_1) { uVar1 = 1; } else { uVar1 = 0; } return uVar1; }
(translation_unit "undefined8 FUN_00155bcb(int *param_1,int *param_2)\n\n{\n undefined8 uVar1;\n \n if (*param_1 < *param_2) {\n uVar1 = 0xffffffff;\n }\n else if (*param_2 < *param_1) {\n uVar1 = 1;\n }\n else {\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_00155bcb(in...
PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RAX] MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RA...
int function_1(void *av,void *bv) { int iVar1; void *bv_local; void *av_local; type_1 *a; type_1 *b; /* WARNING: Load size is inaccurate */ /* WARNING: Load size is inaccurate */ if (*av < *bv) { iVar1 = -1; } else { /* WARNING: Load s...
(translation_unit "int uxsel_fd_cmp(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n fd *a;\n fd *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ...
(translation_unit "int function_1(void *av,void *bv)\n\n{\n int iVar1;\n void *bv_local;\n void *av_local;\n type_1 *a;\n type_1 *b;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n if (*av < *bv) {\n iVar1 = -1;\n }\n else {\n ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...