file_name
stringlengths
17
45
original_function_name
stringlengths
3
57
stripped_function_name
stringlengths
3
57
decompiled_code_original
stringlengths
52
99k
decompiled_code_stripped
stringlengths
37
21.4k
assembly_code
stringlengths
3
32.8k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
13.4M
pcode_edges_stripped
stringlengths
34
232k
pcode_graph_original
float64
pcode_graph_stripped
float64
address
stringlengths
8
8
arch
stringclasses
1 value
opt_level
stringclasses
1 value
S-Expression_decompiled_code_original_noisy
stringlengths
348
895k
S-Expression_decompiled_code_original_clean
stringclasses
487 values
S-Expression_decompiled_code_original_root
stringlengths
356
897k
Replace_function_name_and_variable_name
stringlengths
39
95.3k
S-Expression_decompiled_code_stripped
stringclasses
1 value
Root Node
stringclasses
555 values
decompiled_code_original_masked
stringclasses
1 value
decompiled_code_stripped_masked
stringlengths
35
21.4k
__index_level_0__
int64
1
11.3k
48_fmt_and_fmt_strip.c
__cxa_atexit
__cxa_atexit
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_00416180)(); return; }
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_0040d180)(); return; }
JMP qword ptr [0x0040d180]
null
null
null
null
[(u'CAST_-1201724599', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724604'), (u'INDIRECT_-1201724604', u'COPY_-1201724663'), ('tmp_22', u'CAST_-1201724599'), ('const-0', u'RETURN_-1201724661')]
[(u'CAST_-1201724599', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724604'), (u'INDIRECT_-1201724604', u'COPY_-1201724663'), ('tmp_22', u'CAST_-1201724599'), ('const-0', u'RETURN_-1201724661')]
null
null
00402300
..
..
(translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040d180)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040d180)();\n return;\n}" primitive_type (function_declarator "__cxa_atexit(void)" identifier (parameter_list "(void)" ( (param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040d180)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_atexit(void)" (identifier "__cxa_atexit") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement...
void function_1(void) { (*(type_1 *)PTR___cxa_atexit_00416180)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040d180)(); return; }
5,198
37_readlink_and_readlink_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_00419128)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_0040f128)(); return iVar1; }
JMP qword ptr [0x0040f128]
null
null
null
null
[(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
[(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
null
null
00402250
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040f128)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040f128)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fileno_00419128)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040f128)(); return iVar1; }
750
60_b2sum_and_b2sum_strip.c
iswprint
iswprint
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004271e0)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004171e0)(); return iVar1; }
JMP qword ptr [0x004171e0]
null
null
null
null
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
null
null
004023c0
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004171e0)();\n return iVar1;\n}\n\n" comment comment (function_defi...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) ...
(comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004171e0)();\n return iVar1;\n}" (primitive_...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 __wc) { int iVar1; iVar1 = (*_DAT_004271e0)(); return iVar1; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (id...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004171e0)(); return iVar1; }
4,845
23_date_and_date_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_004b40b8)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_0046b0b8)(); return; }
JMP qword ptr [0x0046b0b8]
null
null
null
null
[(u'CAST_-1201724999', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725004'), ('const-0', u'RETURN_-1201725061'), (u'INDIRECT_-1201725004', u'COPY_-1201725063'), ('tmp_22', u'CAST_-1201724999')]
[(u'CAST_-1201724999', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725004'), ('const-0', u'RETURN_-1201725061'), (u'INDIRECT_-1201725004', u'COPY_-1201725063'), ('tmp_22', u'CAST_-1201724999')]
null
null
00402170
..
..
(translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0046b0b8)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0046b0b8)();\n return;\n}" primitive_type (function_declarator "__stack_chk_fail(void)" identifier (parameter_li...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0046b0b8)();\n return;\n}" (primitive_type "void") (function_declarator "__stack_chk_fail(void)" (identifier "__stack_chk_fail") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co...
void function_1(void) { (*(type_1 *)PTR___stack_chk_fail_004b40b8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0046b0b8)(); return; }
4,502
33_pwd_and_pwd_strip.c
calloc
calloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_calloc_00412108)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_calloc_0040c108)(); return pvVar1; }
JMP qword ptr [0x0040c108]
null
null
null
null
[(u'CALLIND_-1201724904', u'CAST_-1201724835'), (u'INDIRECT_-1201724841', u'COPY_-1201724900'), (u'CAST_-1201724836', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724841'), (u'CAST_-1201724835', u'RETURN_-1201724901'), ('const-0', u'RETURN_-1201724901'), ('tmp_38', u'CAST_-1201724836')]
[(u'CALLIND_-1201724904', u'CAST_-1201724835'), (u'INDIRECT_-1201724841', u'COPY_-1201724900'), (u'CAST_-1201724836', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724841'), (u'CAST_-1201724835', u'RETURN_-1201724901'), ('const-0', u'RETURN_-1201724901'), ('tmp_38', u'CAST_-1201724836')]
null
null
00402210
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_0040c108)();\n return pvVar1;\n}\n\n" comment (function_definition "void * calloc(size_t __nmemb,size_t __siz...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_0040c108)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_calloc_00412108)(); return pvVar1; }
(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: (identifier)) (parameter_declaration type: (primitive_type) declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0040c108)(); return pvVar1; }
376
44_timeout_and_timeout_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_00415160)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_0040d160)(); return iVar1; }
JMP qword ptr [0x0040d160]
null
null
null
null
[(u'CAST_-1201724661', u'CALLIND_-1201724728'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724666'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724666', u'COPY_-1201724725'), ('tmp_32', u'CAST_-1201724661'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')]
[(u'CAST_-1201724661', u'CALLIND_-1201724728'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724666'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724666', u'COPY_-1201724725'), ('tmp_32', u'CAST_-1201724661'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')]
null
null
004022c0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040d160)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040d160)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fileno_00415160)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040d160)(); return iVar1; }
5,333
20_users_and_users_strip.c
mbrtowc
mbrtowc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_mbrtowc_004110a0)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_mbrtowc_0040a0a0)(); return sVar1; }
JMP qword ptr [0x0040a0a0]
null
null
null
null
[('tmp_50', u'CAST_-1201725042'), (u'INDIRECT_-1201725047', u'COPY_-1201725106'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725047'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), (u'CAST_-1201725042', u'CALLIND_-1201725112')]
[('tmp_50', u'CAST_-1201725042'), (u'INDIRECT_-1201725047', u'COPY_-1201725106'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725047'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), (u'CAST_-1201725042', u'CALLIND_-1201725112')]
null
null
00402140
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_0040a0a0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbrtowc(wchar_t *__p...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (com...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_0040a0a0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "m...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(type_1 *__pwc,char *__s,size_t __n,type_2 *__p) { size_t sVar1; sVar1 = (*(type_3 *)PTR_mbrtowc_004110a0)(); return sVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_0040a0a0)(); return sVar1; }
5,452
241_putty_and_putty_strip.c
gtk_box_get_type
gtk_box_get_type
void gtk_box_get_type(void) { (*(code *)PTR_gtk_box_get_type_0062c6e8)(); return; }
void gtk_box_get_type(void) { (*(code *)PTR_gtk_box_get_type_005366e8)(); return; }
JMP qword ptr [0x005366e8]
null
null
null
null
[('tmp_22', u'CAST_-1201684631'), ('const-0', u'RETURN_-1201684693'), (u'CAST_-1201684631', u'CALLIND_-1201684696'), (u'INDIRECT_-1201684636', u'COPY_-1201684695'), (u'CALLIND_-1201684696', u'INDIRECT_-1201684636')]
[('tmp_22', u'CAST_-1201684631'), ('const-0', u'RETURN_-1201684693'), (u'CAST_-1201684631', u'CALLIND_-1201684696'), (u'INDIRECT_-1201684636', u'COPY_-1201684695'), (u'CALLIND_-1201684696', u'INDIRECT_-1201684636')]
null
null
0040bf20
..
..
(translation_unit "void gtk_box_get_type(void)\n\n{\n (*(code *)PTR_gtk_box_get_type_005366e8)();\n return;\n}\n\n" (function_definition "void gtk_box_get_type(void)\n\n{\n (*(code *)PTR_gtk_box_get_type_005366e8)();\n return;\n}" primitive_type (function_declarator "gtk_box_get_type(void)" identifier (parameter_li...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_box_get_type(void)\n\n{\n (*(code *)PTR_gtk_box_get_type_005366e8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_box_get_type(void)" (identifier "gtk_box_get_type") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co...
void function_1(void) { (*(type_1 *)PTR_gtk_box_get_type_0062c6e8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_005366e8)(); return; }
10,979
30_truncate_and_truncate_strip.c
ferror_unlocked
ferror_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_ferror_unlocked_004140f0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_ferror_unlocked_0040d0f0)(); return iVar1; }
JMP qword ptr [0x0040d0f0]
null
null
null
null
[('tmp_32', u'CAST_-1201724885'), (u'INDIRECT_-1201724890', u'COPY_-1201724949'), (u'CAST_-1201724885', u'CALLIND_-1201724952'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724890'), ('const-0', u'RETURN_-1201724949')]
[('tmp_32', u'CAST_-1201724885'), (u'INDIRECT_-1201724890', u'COPY_-1201724949'), (u'CAST_-1201724885', u'CALLIND_-1201724952'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724890'), ('const-0', u'RETURN_-1201724949')]
null
null
004021e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040d0f0)();\n return iVar1;\n}\n\n" comment (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040d0f0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ferror_unlocked(FILE *__stream...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_ferror_unlocked_004140f0)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040d0f0)(); return iVar1; }
2,627
38_nice_and_nice_strip.c
nl_langinfo
nl_langinfo
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_00413130)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040c130)(); return pcVar1; }
JMP qword ptr [0x0040c130]
null
null
null
null
[(u'CAST_-1201724757', u'CALLIND_-1201724824'), (u'INDIRECT_-1201724762', u'COPY_-1201724821'), (u'CAST_-1201724756', u'RETURN_-1201724821'), ('const-0', u'RETURN_-1201724821'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724762'), ('tmp_32', u'CAST_-1201724757'), (u'CALLIND_-1201724824', u'CAST_-1201724756')]
[(u'CAST_-1201724757', u'CALLIND_-1201724824'), (u'INDIRECT_-1201724762', u'COPY_-1201724821'), (u'CAST_-1201724756', u'RETURN_-1201724821'), ('const-0', u'RETURN_-1201724821'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724762'), ('tmp_32', u'CAST_-1201724757'), (u'CALLIND_-1201724824', u'CAST_-1201724756')]
null
null
00402260
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040c130)();\n return pcVar1;\n}\n\n" comment (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n ch...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040c130)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* nl_langinfo(nl_item ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(type_1 __item) { char *pcVar1; pcVar1 = (char *)(*(type_2 *)PTR_nl_langinfo_00413130)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0040c130)(); return pcVar1; }
2,517
549_putty_and_putty_strip.c
ssh_comp_none_init
FUN_00492db0
/* WARNING: Unknown calling convention */ void * ssh_comp_none_init(void) { return (void *)0x0; }
long FUN_00492db0(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4, int param_5,undefined8 *param_6,undefined4 param_7,undefined4 param_8) { undefined4 uVar1; int iVar2; undefined8 *puVar3; undefined8 uVar4; char *pcVar5; undefined1 *puVar6; undefined4 uVar7;...
PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV EAX,dword ptr [RBP + 0x18] MOV R10D,dword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV dword ptr [RBP + -0x2c],R8D MOV qword ptr [RBP + -0x38],R9 MOV EDI,0x1 MOV ESI,0xa0 MOV dwo...
null
null
null
null
[('const-0', u'COPY_-1202311748'), ('const-0', u'RETURN_-1202311723'), (u'COPY_-1202311748', u'RETURN_-1202311723')]
[('const-433', u'LOAD_-1202310214'), (u'CALL_-1202311136', u'CALL_-1202310857'), ('const-8', u'PTRADD_-1202309481'), (u'CAST_-1202309619', u'PTRADD_-1202309473'), (u'INT_ADD_-1202310806', u'CAST_-1202309106'), (u'CAST_-1202309619', u'PTRADD_-1202309375'), ('const-8', u'PTRADD_-1202309323'), ('const-1', u'PTRADD_-120230...
null
null
00492db0
..
..
(translation_unit "long FUN_00492db0(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n int param_5,undefined8 *param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n char *pcVar5;\n undefined1 *...
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ...
(function_definition "long FUN_00492db0(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n int param_5,undefined8 *param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined4 uVar1;\n int iVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n char *pcVar5;\n undefined...
/* WARNING: Unknown calling convention */ void * function_1(void) { return (void *)0x0; }
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (i...
long MASKED(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4, int param_5,undefined8 *param_6,undefined4 param_7,undefined4 param_8) { undefined4 uVar1; int iVar2; undefined8 *puVar3; undefined8 uVar4; char *pcVar5; undefined1 *puVar6; undefined4 uVar7; und...
11,287
87_mkdir_and_mkdir_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_0042c2b8)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_004182b8)(); return; }
JMP qword ptr [0x004182b8]
null
null
null
null
[(u'CALLIND_-1201724040', u'INDIRECT_-1201723979'), (u'CAST_-1201723974', u'CALLIND_-1201724040'), (u'INDIRECT_-1201723979', u'COPY_-1201724038'), ('tmp_28', u'CAST_-1201723974'), ('const-0', u'RETURN_-1201724037')]
[(u'CALLIND_-1201724040', u'INDIRECT_-1201723979'), (u'CAST_-1201723974', u'CALLIND_-1201724040'), (u'INDIRECT_-1201723979', u'COPY_-1201724038'), ('tmp_28', u'CAST_-1201723974'), ('const-0', u'RETURN_-1201724037')]
null
null
00402570
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_004182b8)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_004182b8)();\n return;\n}" primitive_type (function_decl...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *))...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_004182b8)();\n return;\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (pa...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { (*(type_1 *)PTR_exit_0042c2b8)(); return; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesize...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { (*(code *)PTR_MASKED_004182b8)(); return; }
6,935
65_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
OCSP_crl_reason_str
OCSP_crl_reason_str
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * OCSP_crl_reason_str(long s) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_OCSP_crl_reason_str_00296278)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * OCSP_crl_reason_str(long s) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_OCSP_crl_reason_str_001d1278)(); return pcVar1; }
JMP qword ptr [0x001d1278]
null
null
null
null
[(u'INDIRECT_-1206917914', u'COPY_-1206917973'), (u'CALLIND_-1206917976', u'CAST_-1206917908'), ('tmp_32', u'CAST_-1206917909'), (u'CAST_-1206917909', u'CALLIND_-1206917976'), (u'CAST_-1206917908', u'RETURN_-1206917973'), ('const-0', u'RETURN_-1206917973'), (u'CALLIND_-1206917976', u'INDIRECT_-1206917914')]
[(u'INDIRECT_-1206917914', u'COPY_-1206917973'), (u'CALLIND_-1206917976', u'CAST_-1206917908'), ('tmp_32', u'CAST_-1206917909'), (u'CAST_-1206917909', u'CALLIND_-1206917976'), (u'CAST_-1206917908', u'RETURN_-1206917973'), ('const-0', u'RETURN_-1206917973'), (u'CALLIND_-1206917976', u'INDIRECT_-1206917914')]
null
null
0010e4a0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * OCSP_crl_reason_str(long s)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_OCSP_crl_reason_str_001d1278)();\n return pcVar1;\n}\n\n" comment (function_definition "char * OCSP_crl_reason_str(long s)\n\...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_express...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * OCSP_crl_reason_str(long s)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_OCSP_crl_reason_str_001d1278)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* OCSP_crl_rea...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(long s) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_OCSP_crl_reason_str_00296278)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (pri...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(long s) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_001d1278)(); return pcVar1; }
10,313
17_vdir_and_vdir_strip.c
wcswidth
wcswidth
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcswidth(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_wcswidth_0044f088)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcswidth(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_wcswidth_0042b088)(); return iVar1; }
JMP qword ptr [0x0042b088]
null
null
null
null
[('tmp_38', u'CAST_-1201720996'), (u'CAST_-1201720996', u'CALLIND_-1201721064'), (u'CALLIND_-1201721064', u'INDIRECT_-1201721001'), (u'CALLIND_-1201721064', u'RETURN_-1201721061'), ('const-0', u'RETURN_-1201721061'), (u'INDIRECT_-1201721001', u'COPY_-1201721060')]
[('tmp_38', u'CAST_-1201720996'), (u'CAST_-1201720996', u'CALLIND_-1201721064'), (u'CALLIND_-1201721064', u'INDIRECT_-1201721001'), (u'CALLIND_-1201721064', u'RETURN_-1201721061'), ('const-0', u'RETURN_-1201721061'), (u'INDIRECT_-1201721001', u'COPY_-1201721060')]
null
null
00403110
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0042b088)();\n return iVar1;\n}\n\n" comment (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (pare...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int wcswidth(wchar_t *__s,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcswidth_0042b088)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "wcswidth(wchar_t *__s,size_t __n)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__s,size_t __n) { int iVar1; iVar1 = (*(type_2 *)PTR_wcswidth_0044f088)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wchar_t *__s,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0042b088)(); return iVar1; }
7,342
51_curl_and_curl_strip.c
__xstat
__xstat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __xstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___xstat_00460da8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __xstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___xstat_0043eda8)(); return iVar1; }
JMP qword ptr [0x0043eda8]
null
null
null
null
[(u'CAST_-1201720451', u'CALLIND_-1201720520'), (u'CALLIND_-1201720520', u'RETURN_-1201720517'), (u'CALLIND_-1201720520', u'INDIRECT_-1201720456'), ('const-0', u'RETURN_-1201720517'), (u'INDIRECT_-1201720456', u'COPY_-1201720515'), ('tmp_44', u'CAST_-1201720451')]
[(u'CAST_-1201720451', u'CALLIND_-1201720520'), (u'CALLIND_-1201720520', u'RETURN_-1201720517'), (u'CALLIND_-1201720520', u'INDIRECT_-1201720456'), ('const-0', u'RETURN_-1201720517'), (u'INDIRECT_-1201720456', u'COPY_-1201720515'), ('tmp_44', u'CAST_-1201720451')]
null
null
00403330
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat_0043eda8)();\n return iVar1;\n}\n\n" comment (function_definition "int __xstat(int __ver,char *__filename,s...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat_0043eda8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__xstat(int __ver...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,char *__filename,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___xstat_00460da8)(); return iVar1; }
(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: (pointer_declarator declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0043eda8)(); return iVar1; }
8,049
14_curl_and_curl_strip.c
strerror
strerror
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_00460c80)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strerror_0043ec80)(); return pcVar1; }
JMP qword ptr [0x0043ec80]
null
null
null
null
[(u'CAST_-1201721045', u'CALLIND_-1201721112'), ('tmp_32', u'CAST_-1201721045'), (u'INDIRECT_-1201721050', u'COPY_-1201721109'), (u'CAST_-1201721044', u'RETURN_-1201721109'), (u'CALLIND_-1201721112', u'CAST_-1201721044'), (u'CALLIND_-1201721112', u'INDIRECT_-1201721050'), ('const-0', u'RETURN_-1201721109')]
[(u'CAST_-1201721045', u'CALLIND_-1201721112'), ('tmp_32', u'CAST_-1201721045'), (u'INDIRECT_-1201721050', u'COPY_-1201721109'), (u'CAST_-1201721044', u'RETURN_-1201721109'), (u'CALLIND_-1201721112', u'CAST_-1201721044'), (u'CALLIND_-1201721112', u'INDIRECT_-1201721050'), ('const-0', u'RETURN_-1201721109')]
null
null
004030e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_0043ec80)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strerror(int __errnum)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strerror_0043ec80)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strerror(int __errnum)" (* "...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strerror_00460c80)(); return pcVar1; }
(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: (identifier))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(int __errnum) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0043ec80)(); return pcVar1; }
8,012
46_tail_and_tail_strip.c
inotify_init
inotify_init
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int inotify_init(void) { int iVar1; iVar1 = (*(code *)PTR_inotify_init_0042b170)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int inotify_init(void) { int iVar1; iVar1 = (*(code *)PTR_inotify_init_00419170)(); return iVar1; }
JMP qword ptr [0x00419170]
null
null
null
null
[(u'INDIRECT_-1201724635', u'COPY_-1201724694'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724635'), ('tmp_26', u'CAST_-1201724630'), (u'CAST_-1201724630', u'CALLIND_-1201724696'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'RETURN_-1201724693')]
[(u'INDIRECT_-1201724635', u'COPY_-1201724694'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724635'), ('tmp_26', u'CAST_-1201724630'), (u'CAST_-1201724630', u'CALLIND_-1201724696'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'RETURN_-1201724693')]
null
null
004022e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint inotify_init(void)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_inotify_init_00419170)();\n return iVar1;\n}\n\n" comment (function_definition "int inotify_init(void)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PT...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int inotify_init(void)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_inotify_init_00419170)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "inotify_init(void)" (identifier "inotify_init"...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(void) { int iVar1; iVar1 = (*(type_1 *)PTR_inotify_init_0042b170)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (as...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(void) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00419170)(); return iVar1; }
4,442
19_fmt_and_fmt_strip.c
strchr
strchr
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_00416098)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_0040d098)(); return pcVar1; }
JMP qword ptr [0x0040d098]
null
null
null
null
[(u'CALLIND_-1201725128', u'CAST_-1201725059'), (u'INDIRECT_-1201725065', u'COPY_-1201725124'), (u'CAST_-1201725059', u'RETURN_-1201725125'), (u'CAST_-1201725060', u'CALLIND_-1201725128'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725065'), ('tmp_38', u'CAST_-1201725060'), ('const-0', u'RETURN_-1201725125')]
[(u'CALLIND_-1201725128', u'CAST_-1201725059'), (u'INDIRECT_-1201725065', u'COPY_-1201725124'), (u'CAST_-1201725059', u'RETURN_-1201725125'), (u'CAST_-1201725060', u'CALLIND_-1201725128'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725065'), ('tmp_38', u'CAST_-1201725060'), ('const-0', u'RETURN_-1201725125')]
null
null
00402130
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0040d098)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0040d098)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strchr_00416098)(); return pcVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0040d098)(); return pcVar1; }
5,169
33_putty_and_putty_strip.c
gtk_im_context_filter_keypress
gtk_im_context_filter_keypress
void gtk_im_context_filter_keypress(void) { (*(code *)PTR_gtk_im_context_filter_keypress_0062c060)(); return; }
void gtk_im_context_filter_keypress(void) { (*(code *)PTR_gtk_im_context_filter_keypress_00536060)(); return; }
JMP qword ptr [0x00536060]
null
null
null
null
[(u'INDIRECT_-1201687980', u'COPY_-1201688039'), ('tmp_22', u'CAST_-1201687975'), (u'CALLIND_-1201688040', u'INDIRECT_-1201687980'), ('const-0', u'RETURN_-1201688037'), (u'CAST_-1201687975', u'CALLIND_-1201688040')]
[(u'INDIRECT_-1201687980', u'COPY_-1201688039'), ('tmp_22', u'CAST_-1201687975'), (u'CALLIND_-1201688040', u'INDIRECT_-1201687980'), ('const-0', u'RETURN_-1201688037'), (u'CAST_-1201687975', u'CALLIND_-1201688040')]
null
null
0040b210
..
..
(translation_unit "void gtk_im_context_filter_keypress(void)\n\n{\n (*(code *)PTR_gtk_im_context_filter_keypress_00536060)();\n return;\n}\n\n" (function_definition "void gtk_im_context_filter_keypress(void)\n\n{\n (*(code *)PTR_gtk_im_context_filter_keypress_00536060)();\n return;\n}" primitive_type (function_decl...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_im_context_filter_keypress(void)\n\n{\n (*(code *)PTR_gtk_im_context_filter_keypress_00536060)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_im_context_filter_keypress(void)" (identifier "gtk_im_context_filter_keypress") (parameter_list "(void)" (( "(") (parameter_d...
void function_1(void) { (*(type_1 *)PTR_gtk_im_context_filter_keypress_0062c060)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_00536060)(); return; }
10,771
31_sum_and_sum_strip.c
memcmp
memcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_memcmp_004170f8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_memcmp_0040c0f8)(); return iVar1; }
JMP qword ptr [0x0040c0f8]
null
null
null
null
[('const-0', u'RETURN_-1201724933'), (u'INDIRECT_-1201724872', u'COPY_-1201724931'), (u'CALLIND_-1201724936', u'INDIRECT_-1201724872'), ('tmp_44', u'CAST_-1201724867'), (u'CAST_-1201724867', u'CALLIND_-1201724936'), (u'CALLIND_-1201724936', u'RETURN_-1201724933')]
[('const-0', u'RETURN_-1201724933'), (u'INDIRECT_-1201724872', u'COPY_-1201724931'), (u'CALLIND_-1201724936', u'INDIRECT_-1201724872'), ('tmp_44', u'CAST_-1201724867'), (u'CAST_-1201724867', u'CALLIND_-1201724936'), (u'CALLIND_-1201724936', u'RETURN_-1201724933')]
null
null
004021f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0040c0f8)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0040c0f8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(type_1 *)PTR_memcmp_004170f8)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040c0f8)(); return iVar1; }
6,808
104_cp_and_cp_strip.c
renameat2
renameat2
void renameat2(void) { (*(code *)PTR_renameat2_00453340)(); return; }
void renameat2(void) { (*(code *)PTR_renameat2_0042c340)(); return; }
JMP qword ptr [0x0042c340]
null
null
null
null
[(u'INDIRECT_-1201719612', u'COPY_-1201719671'), (u'CAST_-1201719607', u'CALLIND_-1201719672'), (u'CALLIND_-1201719672', u'INDIRECT_-1201719612'), ('const-0', u'RETURN_-1201719669'), ('tmp_22', u'CAST_-1201719607')]
[(u'INDIRECT_-1201719612', u'COPY_-1201719671'), (u'CAST_-1201719607', u'CALLIND_-1201719672'), (u'CALLIND_-1201719672', u'INDIRECT_-1201719612'), ('const-0', u'RETURN_-1201719669'), ('tmp_22', u'CAST_-1201719607')]
null
null
00403680
..
..
(translation_unit "void renameat2(void)\n\n{\n (*(code *)PTR_renameat2_0042c340)();\n return;\n}\n\n" (function_definition "void renameat2(void)\n\n{\n (*(code *)PTR_renameat2_0042c340)();\n return;\n}" primitive_type (function_declarator "renameat2(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void renameat2(void)\n\n{\n (*(code *)PTR_renameat2_0042c340)();\n return;\n}" (primitive_type "void") (function_declarator "renameat2(void)" (identifier "renameat2") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co...
void function_1(void) { (*(type_1 *)PTR_renameat2_00453340)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0042c340)(); return; }
4,256
57_comm_and_comm_strip.c
__do_global_dtors_aux
_FINI_0
void __do_global_dtors_aux(void) { if (completed_7325 == '\0') { deregister_tm_clones(); completed_7325 = 1; return; } return; }
void _FINI_0(void) { if (DAT_0040d230 == '\0') { FUN_00402390(); DAT_0040d230 = 1; return; } return; }
CMP byte ptr [0x0040d230],0x0 JNZ 0x00402420 PUSH RBP MOV RBP,RSP CALL 0x00402390 MOV byte ptr [0x0040d230],0x1 POP RBP RET RET
null
null
null
null
[('tmp_142', u'INT_EQUAL_-1201724400'), (u'INT_EQUAL_-1201724400', u'CBRANCH_-1201724393'), ('const-0', u'RETURN_-1201724345'), (u'COPY_-1201724378', u'COPY_-1201724344'), ('const-1', u'COPY_-1201724378'), ('tmp_30', u'CBRANCH_-1201724393'), ('tmp_142', u'COPY_-1201724337'), ('const-0', u'RETURN_-1201724354'), (u'CALL_...
[('tmp_142', u'INT_EQUAL_-1201724400'), (u'INT_EQUAL_-1201724400', u'CBRANCH_-1201724393'), ('const-0', u'RETURN_-1201724345'), (u'COPY_-1201724378', u'COPY_-1201724344'), ('const-1', u'COPY_-1201724378'), ('tmp_30', u'CBRANCH_-1201724393'), ('tmp_142', u'COPY_-1201724337'), ('const-0', u'RETURN_-1201724354'), (u'CALL_...
null
null
00402400
..
..
(translation_unit "void _FINI_0(void)\n\n{\n if (DAT_0040d230 == '\0') {\n FUN_00402390();\n DAT_0040d230 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT_0040d230 == '\0') {\n FUN_00402390();\n DAT_0040d230 = 1;\n return;\n }\n return;\n}" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDE...
(function_definition "void _FINI_0(void)\n\n{\n if (DAT_0040d230 == '\0') {\n FUN_00402390();\n DAT_0040d230 = 1;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "_FINI_0(void)" (identifier "_FINI_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo...
void function_1(void) { if (var_1 == '\0') { var_2(); var_1 = 1; return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
void MASKED(void) { if (DAT_0040d230 == '\0') { FUN_00402390(); DAT_0040d230 = 1; return; } return; }
5,025
78_ptx_and_ptx_strip.c
_dl_relocate_static_pie
FUN_00402500
void _dl_relocate_static_pie(void) { return; }
void FUN_00402500(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1201724148')]
[('const-0', u'RETURN_-1201724148')]
null
null
00402500
..
..
(translation_unit "void FUN_00402500(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00402500(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402500(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void FUN_00402500(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402500(void)" (identifier "FUN_00402500") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen...
void function_1(void) { 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))))
void MASKED(void) { return; }
4,640
67_puttygen_and_puttygen_strip.c
readdir64
readdir64
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ dirent64 * readdir64(DIR *__dirp) { dirent64 *pdVar1; pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_004abf50)(); return pdVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ dirent64 * readdir64(DIR *__dirp) { dirent64 *pdVar1; pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_0045cf50)(); return pdVar1; }
JMP qword ptr [0x0045cf50]
null
null
null
null
[(u'CAST_-1201724292', u'RETURN_-1201724357'), (u'CALLIND_-1201724360', u'INDIRECT_-1201724298'), ('tmp_32', u'CAST_-1201724293'), (u'CAST_-1201724293', u'CALLIND_-1201724360'), ('const-0', u'RETURN_-1201724357'), (u'INDIRECT_-1201724298', u'COPY_-1201724357'), (u'CALLIND_-1201724360', u'CAST_-1201724292')]
[(u'CAST_-1201724292', u'RETURN_-1201724357'), (u'CALLIND_-1201724360', u'INDIRECT_-1201724298'), ('tmp_32', u'CAST_-1201724293'), (u'CAST_-1201724293', u'CALLIND_-1201724360'), ('const-0', u'RETURN_-1201724357'), (u'INDIRECT_-1201724298', u'COPY_-1201724357'), (u'CALLIND_-1201724360', u'CAST_-1201724292')]
null
null
00402430
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndirent64 * readdir64(DIR *__dirp)\n\n{\n dirent64 *pdVar1;\n \n pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_0045cf50)();\n return pdVar1;\n}\n\n" comment (function_definition "dirent64 * readdir64(DIR *__dirp)\n\n{\n...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_express...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "dirent64 * readdir64(DIR *__dirp)\n\n{\n dirent64 *pdVar1;\n \n pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_0045cf50)();\n return pdVar1;\n}" (type_identifier "dirent64") (pointer_declarator "* readdir64(...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(type_2 *__dirp) { type_1 *pdVar1; pdVar1 = (type_1 *)(*(type_3 *)PTR_readdir64_004abf50)(); return pdVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ dirent64 * MASKED(DIR *__dirp) { dirent64 *pdVar1; pdVar1 = (dirent64 *)(*(code *)PTR_MASKED_0045cf50)(); return pdVar1; }
8,499
48_printenv_and_printenv_strip.c
register_tm_clones
FUN_00402340
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void register_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void FUN_00402340(void) { return; }
MOV ESI,0x40a1e0 SUB RSI,0x40a1e0 SAR RSI,0x3 MOV RAX,RSI SHR RAX,0x3f ADD RSI,RAX SAR RSI,0x1 JZ 0x00402370 MOV EAX,0x0 TEST RAX,RAX JZ 0x00402370 MOV EDI,0x40a1e0 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724433')]
[('const-0', u'RETURN_-1201724433')]
null
null
00402340
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040235f) */\n/* WARNING: Removing unreachable block (ram,0x00402369) */\n\nvoid FUN_00402340(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402340(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402340...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(comment "/* WARNING: Removing unreachable block (ram,0x0040235f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402369) */") (function_definition "void FUN_00402340(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402340(void)" (identifier "FUN_00402340") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void function_1(void) { return; }
(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))))
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void MASKED(void) { return; }
227
18_unlink_and_unlink_strip.c
gettext
gettext
void gettext(void) { (*(code *)PTR_gettext_00410090)(); return; }
void gettext(void) { (*(code *)PTR_gettext_0040a090)(); return; }
JMP qword ptr [0x0040a090]
null
null
null
null
[(u'CAST_-1201725079', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725084'), ('const-0', u'RETURN_-1201725141'), (u'INDIRECT_-1201725084', u'COPY_-1201725143'), ('tmp_22', u'CAST_-1201725079')]
[(u'CAST_-1201725079', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725084'), ('const-0', u'RETURN_-1201725141'), (u'INDIRECT_-1201725084', u'COPY_-1201725143'), ('tmp_22', u'CAST_-1201725079')]
null
null
00402120
..
..
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040a090)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040a090)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040a090)();\n return;\n}" (primitive_type "void") (function_declarator "gettext(void)" (identifier "gettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR...
void function_1(void) { (*(type_1 *)PTR_gettext_00410090)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040a090)(); return; }
4,872
6_mkfifo_and_mkfifo_strip.c
strncmp
strncmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncmp_00428030)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncmp_00416030)(); return iVar1; }
JMP qword ptr [0x00416030]
null
null
null
null
[(u'INDIRECT_-1201725272', u'COPY_-1201725331'), (u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'CAST_-1201725267', u'CALLIND_-1201725336'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725272'), ('tmp_44', u'CAST_-1201725267'), ('const-0', u'RETURN_-1201725333')]
[(u'INDIRECT_-1201725272', u'COPY_-1201725331'), (u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'CAST_-1201725267', u'CALLIND_-1201725336'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725272'), ('tmp_44', u'CAST_-1201725267'), ('const-0', u'RETURN_-1201725333')]
null
null
00402060
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_00416030)();\n return iVar1;\n}\n\n" comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_00416030)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(type_1 *)PTR_strncmp_00428030)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00416030)(); return iVar1; }
2,317
79_df_and_df_strip.c
wcstombs
wcstombs
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t wcstombs(char *__s,wchar_t *__pwcs,size_t __n) { size_t sVar1; sVar1 = (*(code *)PTR_wcstombs_0042e278)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t wcstombs(char *__s,wchar_t *__pwcs,size_t __n) { size_t sVar1; sVar1 = (*(code *)PTR_wcstombs_00419278)(); return sVar1; }
JMP qword ptr [0x00419278]
null
null
null
null
[(u'CALLIND_-1201724168', u'RETURN_-1201724165'), ('const-0', u'RETURN_-1201724165'), (u'INDIRECT_-1201724104', u'COPY_-1201724163'), (u'CAST_-1201724099', u'CALLIND_-1201724168'), ('tmp_44', u'CAST_-1201724099'), (u'CALLIND_-1201724168', u'INDIRECT_-1201724104')]
[(u'CALLIND_-1201724168', u'RETURN_-1201724165'), ('const-0', u'RETURN_-1201724165'), (u'INDIRECT_-1201724104', u'COPY_-1201724163'), (u'CAST_-1201724099', u'CALLIND_-1201724168'), ('tmp_44', u'CAST_-1201724099'), (u'CALLIND_-1201724168', u'INDIRECT_-1201724104')]
null
null
004024f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcstombs(char *__s,wchar_t *__pwcs,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_wcstombs_00419278)();\n return sVar1;\n}\n\n" comment (function_definition "size_t wcstombs(char *__s,wchar_t *__pw...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t wcstombs(char *__s,wchar_t *__pwcs,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_wcstombs_00419278)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "wcstombs(char...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__s,type_1 *__pwcs,size_t __n) { size_t sVar1; sVar1 = (*(type_2 *)PTR_wcstombs_0042e278)(); return sVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__s,wchar_t *__pwcs,size_t __n) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00419278)(); return sVar1; }
7,539
349_puttytel_and_puttytel_strip.c
gtk_widget_child_focus
gtk_widget_child_focus
void gtk_widget_child_focus(void) { (*(code *)PTR_gtk_widget_child_focus_00545ab0)(); return; }
void gtk_widget_child_focus(void) { (*(code *)PTR_gtk_widget_child_focus_004bdab0)(); return; }
JMP qword ptr [0x004bdab0]
null
null
null
null
[('const-0', u'RETURN_-1201682949'), (u'CALLIND_-1201682952', u'INDIRECT_-1201682892'), (u'INDIRECT_-1201682892', u'COPY_-1201682951'), (u'CAST_-1201682887', u'CALLIND_-1201682952'), ('tmp_22', u'CAST_-1201682887')]
[('const-0', u'RETURN_-1201682949'), (u'CALLIND_-1201682952', u'INDIRECT_-1201682892'), (u'INDIRECT_-1201682892', u'COPY_-1201682951'), (u'CAST_-1201682887', u'CALLIND_-1201682952'), ('tmp_22', u'CAST_-1201682887')]
null
null
0040c5f0
..
..
(translation_unit "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}\n\n" (function_definition "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}" primitive_type (function_declarator "gtk_widget_child_focus(v...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_child_focus(void)" (identifier "gtk_widget_child_focus") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ...
void function_1(void) { (*(type_1 *)PTR_gtk_widget_child_focus_00545ab0)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_004bdab0)(); return; }
9,570
4_sha224sum_and_sha224sum_strip.c
abort
abort
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_00421020)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_00413020)(); return; }
JMP qword ptr [0x00413020]
null
null
null
null
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
null
null
00402040
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_00413020)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00413020)();\n return;\n}" primitive_type (function_declarator "abor...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDE...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00413020)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_abort_00421020)(); return; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_exp...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void) { (*(code *)PTR_MASKED_00413020)(); return; }
1,508
47_tac_and_tac_strip.c
realloc
realloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_00415178)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_0040d178)(); return pvVar1; }
JMP qword ptr [0x0040d178]
null
null
null
null
[(u'CAST_-1201724611', u'RETURN_-1201724677'), ('tmp_38', u'CAST_-1201724612'), (u'CAST_-1201724612', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724617'), (u'INDIRECT_-1201724617', u'COPY_-1201724676'), (u'CALLIND_-1201724680', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')]
[(u'CAST_-1201724611', u'RETURN_-1201724677'), ('tmp_38', u'CAST_-1201724612'), (u'CAST_-1201724612', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724617'), (u'INDIRECT_-1201724617', u'COPY_-1201724676'), (u'CALLIND_-1201724680', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')]
null
null
004022f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040d178)();\n return pvVar1;\n}\n\n" comment (function_definition "void * realloc(void *__ptr,size_t __size)\...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040d178)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* realloc(void *__p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_realloc_00415178)(); return pvVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0040d178)(); return pvVar1; }
5,261
305_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
CONF_modules_load_file
CONF_modules_load_file
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int CONF_modules_load_file(char *filename,char *appname,ulong flags) { int iVar1; iVar1 = (*(code *)PTR_CONF_modules_load_file_00296ab0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int CONF_modules_load_file(char *filename,char *appname,ulong flags) { int iVar1; iVar1 = (*(code *)PTR_CONF_modules_load_file_001d1ab0)(); return iVar1; }
JMP qword ptr [0x001d1ab0]
null
null
null
null
[(u'INDIRECT_-1206913704', u'COPY_-1206913763'), (u'CALLIND_-1206913768', u'RETURN_-1206913765'), ('const-0', u'RETURN_-1206913765'), (u'CALLIND_-1206913768', u'INDIRECT_-1206913704'), ('tmp_44', u'CAST_-1206913699'), (u'CAST_-1206913699', u'CALLIND_-1206913768')]
[(u'INDIRECT_-1206913704', u'COPY_-1206913763'), (u'CALLIND_-1206913768', u'RETURN_-1206913765'), ('const-0', u'RETURN_-1206913765'), (u'CALLIND_-1206913768', u'INDIRECT_-1206913704'), ('tmp_44', u'CAST_-1206913699'), (u'CAST_-1206913699', u'CALLIND_-1206913768')]
null
null
0010f510
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint CONF_modules_load_file(char *filename,char *appname,ulong flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_CONF_modules_load_file_001d1ab0)();\n return iVar1;\n}\n\n" comment (function_definition "int CONF_modu...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int CONF_modules_load_file(char *filename,char *appname,ulong flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_CONF_modules_load_file_001d1ab0)();\n return iVar1;\n}" (primitive_type "int") (function_de...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *filename,char *appname,type_1 flags) { int iVar1; iVar1 = (*(type_2 *)PTR_CONF_modules_load_file_00296ab0)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *filename,char *appname,ulong flags) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001d1ab0)(); return iVar1; }
10,553
50_who_and_who_strip.c
nl_langinfo
nl_langinfo
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_00416190)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d190)(); return pcVar1; }
JMP qword ptr [0x0040d190]
null
null
null
null
[(u'CAST_-1201724564', u'RETURN_-1201724629'), (u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CAST_-1201724565'), (u'CALLIND_-1201724632', u'CAST_-1201724564'), ('const-0', u'RETURN_-1201724629'), (u'CAST_-1201724565', u'CALLIND_-1201724632'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')]
[(u'CAST_-1201724564', u'RETURN_-1201724629'), (u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CAST_-1201724565'), (u'CALLIND_-1201724632', u'CAST_-1201724564'), ('const-0', u'RETURN_-1201724629'), (u'CAST_-1201724565', u'CALLIND_-1201724632'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')]
null
null
00402320
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d190)();\n return pcVar1;\n}\n\n" comment (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n ch...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d190)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* nl_langinfo(nl_item ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(type_1 __item) { char *pcVar1; pcVar1 = (char *)(*(type_2 *)PTR_nl_langinfo_00416190)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0040d190)(); return pcVar1; }
1,684
27_tty_and_tty_strip.c
ferror_unlocked
ferror_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_ferror_unlocked_004100d8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_ferror_unlocked_0040a0d8)(); return iVar1; }
JMP qword ptr [0x0040a0d8]
null
null
null
null
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'CAST_-1201724933', u'CALLIND_-1201725000'), ('tmp_32', u'CAST_-1201724933'), (u'INDIRECT_-1201724938', u'COPY_-1201724997'), ('const-0', u'RETURN_-1201724997'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724938')]
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'CAST_-1201724933', u'CALLIND_-1201725000'), ('tmp_32', u'CAST_-1201724933'), (u'INDIRECT_-1201724938', u'COPY_-1201724997'), ('const-0', u'RETURN_-1201724997'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724938')]
null
null
004021b0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040a0d8)();\n return iVar1;\n}\n\n" comment (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040a0d8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ferror_unlocked(FILE *__stream...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_ferror_unlocked_004100d8)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040a0d8)(); return iVar1; }
499
27_md5sum_and_md5sum_strip.c
posix_fadvise
posix_fadvise
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0041a0d8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0040f0d8)(); return iVar1; }
JMP qword ptr [0x0040f0d8]
null
null
null
null
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'INDIRECT_-1201724935', u'COPY_-1201724994'), (u'CAST_-1201724930', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724935'), ('const-0', u'RETURN_-1201724997'), ('tmp_50', u'CAST_-1201724930')]
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'INDIRECT_-1201724935', u'COPY_-1201724994'), (u'CAST_-1201724930', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724935'), ('const-0', u'RETURN_-1201724997'), ('tmp_50', u'CAST_-1201724930')]
null
null
004021b0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0040f0d8)();\n return iVar1;\n}\n\n" comment (function_definition "int posix_fadvise(i...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (a...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0040f0d8)();\n return iVar1;\n}" (primitive_type "int") (function_declarat...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,type_1 __offset,type_1 __len,int __advise) { int iVar1; iVar1 = (*(type_2 *)PTR_posix_fadvise_0041a0d8)(); return iVar1; }
(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: (type_identifier) declarator: (identifier)) (parameter_declar...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040f0d8)(); return iVar1; }
5,968
69_wc_and_wc_strip.c
deregister_tm_clones
FUN_00402460
/* WARNING: Removing unreachable block (ram,0x0040246d) */ /* WARNING: Removing unreachable block (ram,0x00402477) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040246d) */ /* WARNING: Removing unreachable block (ram,0x00402477) */ void FUN_00402460(void) { return; }
MOV EAX,0x40f288 CMP RAX,0x40f288 JZ 0x00402480 MOV EAX,0x0 TEST RAX,RAX JZ 0x00402480 MOV EDI,0x40f288 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724252')]
[('const-0', u'RETURN_-1201724252')]
null
null
00402460
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040246d) */\n/* WARNING: Removing unreachable block (ram,0x00402477) */\n\nvoid FUN_00402460(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402460(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402460...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(comment "/* WARNING: Removing unreachable block (ram,0x0040246d) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402477) */") (function_definition "void FUN_00402460(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402460(void)" (identifier "FUN_00402460") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x0040246d) */ /* WARNING: Removing unreachable block (ram,0x00402477) */ void function_1(void) { return; }
(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))))
/* WARNING: Removing unreachable block (ram,0x0040246d) */ /* WARNING: Removing unreachable block (ram,0x00402477) */ void MASKED(void) { return; }
3,595
34_tr_and_tr_strip.c
strcmp
strcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_0041b110)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_00410110)(); return iVar1; }
JMP qword ptr [0x00410110]
null
null
null
null
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
null
null
00402220
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00410110)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00410110)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strcmp(char *__s1,char *__s2)" (identifie...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2) { int iVar1; iVar1 = (*(type_1 *)PTR_strcmp_0041b110)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00410110)(); return iVar1; }
1,877
209_putty_and_putty_strip.c
gtk_tree_selection_get_selected_rows
gtk_tree_selection_get_selected_rows
void gtk_tree_selection_get_selected_rows(void) { (*(code *)PTR_gtk_tree_selection_get_selected_rows_0062c5e8)(); return; }
void gtk_tree_selection_get_selected_rows(void) { (*(code *)PTR_gtk_tree_selection_get_selected_rows_005365e8)(); return; }
JMP qword ptr [0x005365e8]
null
null
null
null
[(u'CALLIND_-1201685208', u'INDIRECT_-1201685148'), ('tmp_22', u'CAST_-1201685143'), ('const-0', u'RETURN_-1201685205'), (u'INDIRECT_-1201685148', u'COPY_-1201685207'), (u'CAST_-1201685143', u'CALLIND_-1201685208')]
[(u'CALLIND_-1201685208', u'INDIRECT_-1201685148'), ('tmp_22', u'CAST_-1201685143'), ('const-0', u'RETURN_-1201685205'), (u'INDIRECT_-1201685148', u'COPY_-1201685207'), (u'CAST_-1201685143', u'CALLIND_-1201685208')]
null
null
0040bd20
..
..
(translation_unit "void gtk_tree_selection_get_selected_rows(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_rows_005365e8)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_get_selected_rows(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_rows_005365e8)();\n return;\n}" primi...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_tree_selection_get_selected_rows(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_rows_005365e8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_get_selected_rows(void)" (identifier "gtk_tree_selection_get_selected_rows") (parameter_list "(voi...
void function_1(void) { (*(type_1 *)PTR_gtk_tree_selection_get_selected_rows_0062c5e8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_005365e8)(); return; }
10,947
41_tty_and_tty_strip.c
fseeko
fseeko
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseeko(FILE *__stream,__off_t __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_fseeko_00410148)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseeko(FILE *__stream,__off_t __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_fseeko_0040a148)(); return iVar1; }
JMP qword ptr [0x0040a148]
null
null
null
null
[(u'INDIRECT_-1201724712', u'COPY_-1201724771'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), (u'CAST_-1201724707', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724712'), ('const-0', u'RETURN_-1201724773'), ('tmp_44', u'CAST_-1201724707')]
[(u'INDIRECT_-1201724712', u'COPY_-1201724771'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), (u'CAST_-1201724707', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724712'), ('const-0', u'RETURN_-1201724773'), ('tmp_44', u'CAST_-1201724707')]
null
null
00402290
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseeko_0040a148)();\n return iVar1;\n}\n\n" comment (function_definition "int fseeko(FILE *__stream,__off_t __off,int ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseeko_0040a148)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fseeko(FILE *__stream...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,type_2 __off,int __whence) { int iVar1; iVar1 = (*(type_3 *)PTR_fseeko_00410148)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,__off_t __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040a148)(); return iVar1; }
513
17_md5sum_and_md5sum_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_0041a088)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_0040f088)(); return; }
JMP qword ptr [0x0040f088]
null
null
null
null
[(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')]
[(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')]
null
null
00402110
..
..
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040f088)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040f088)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040f088)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\...
void function_1(void) { (*(type_1 *)PTR_getopt_long_0041a088)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040f088)(); return; }
5,958
55_dd_and_dd_strip.c
tolower
tolower
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tolower(int __c) { int iVar1; iVar1 = (*(code *)PTR_tolower_004241b8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tolower(int __c) { int iVar1; iVar1 = (*(code *)PTR_tolower_004151b8)(); return iVar1; }
JMP qword ptr [0x004151b8]
null
null
null
null
[(u'INDIRECT_-1201724490', u'COPY_-1201724549'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724490'), (u'CALLIND_-1201724552', u'RETURN_-1201724549'), ('const-0', u'RETURN_-1201724549'), (u'CAST_-1201724485', u'CALLIND_-1201724552'), ('tmp_32', u'CAST_-1201724485')]
[(u'INDIRECT_-1201724490', u'COPY_-1201724549'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724490'), (u'CALLIND_-1201724552', u'RETURN_-1201724549'), ('const-0', u'RETURN_-1201724549'), (u'CAST_-1201724485', u'CALLIND_-1201724552'), ('tmp_32', u'CAST_-1201724485')]
null
null
00402370
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower_004151b8)();\n return iVar1;\n}\n\n" comment (function_definition "int tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower_004151b8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "tolower(int __c)" (identifier "tolower") (parameter_l...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __c) { int iVar1; iVar1 = (*(type_1 *)PTR_tolower_004241b8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __c) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004151b8)(); return iVar1; }
7,614
55_df_and_df_strip.c
sync
sync
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void sync(void) { (*(code *)PTR_sync_0042e1b8)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void sync(void) { (*(code *)PTR_sync_004191b8)(); return; }
JMP qword ptr [0x004191b8]
null
null
null
null
[(u'CAST_-1201724487', u'CALLIND_-1201724552'), (u'INDIRECT_-1201724492', u'COPY_-1201724551'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724492'), ('const-0', u'RETURN_-1201724549'), ('tmp_22', u'CAST_-1201724487')]
[(u'CAST_-1201724487', u'CALLIND_-1201724552'), (u'INDIRECT_-1201724492', u'COPY_-1201724551'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724492'), ('const-0', u'RETURN_-1201724549'), ('tmp_22', u'CAST_-1201724487')]
null
null
00402370
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid sync(void)\n\n{\n (*(code *)PTR_sync_004191b8)();\n return;\n}\n\n" comment (function_definition "void sync(void)\n\n{\n (*(code *)PTR_sync_004191b8)();\n return;\n}" primitive_type (function_declarator "sync(voi...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDE...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void sync(void)\n\n{\n (*(code *)PTR_sync_004191b8)();\n return;\n}" (primitive_type "void") (function_declarator "sync(void)" (identifier "sync") (parameter_list "(void)" (( "(") (parameter_declaration "voi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_sync_0042e1b8)(); return; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_exp...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void) { (*(code *)PTR_MASKED_004191b8)(); return; }
7,515
16_chmod_and_chmod_strip.c
openat
openat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int openat(int __fd,char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_openat_00425080)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int openat(int __fd,char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_openat_00415080)(); return iVar1; }
JMP qword ptr [0x00415080]
null
null
null
null
[(u'INDIRECT_-1201725112', u'COPY_-1201725171'), (u'CAST_-1201725107', u'CALLIND_-1201725176'), ('tmp_44', u'CAST_-1201725107'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725112'), ('const-0', u'RETURN_-1201725173')]
[(u'INDIRECT_-1201725112', u'COPY_-1201725171'), (u'CAST_-1201725107', u'CALLIND_-1201725176'), ('tmp_44', u'CAST_-1201725107'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725112'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint openat(int __fd,char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_openat_00415080)();\n return iVar1;\n}\n\n" comment (function_definition "int openat(int __fd,char *__file,int __oflag,......
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int openat(int __fd,char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_openat_00415080)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "openat(int __fd,char *__f...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,char *__file,int __oflag,...) { int iVar1; iVar1 = (*(type_1 *)PTR_openat_00425080)(); return iVar1; }
(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: (pointer_declarator declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00415080)(); return iVar1; }
3,063
66_sort_and_sort_strip.c
strtol
strtol
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { long lVar1; lVar1 = (*(code *)PTR_strtol_00446210)(); return lVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { long lVar1; lVar1 = (*(code *)PTR_strtol_00427210)(); return lVar1; }
JMP qword ptr [0x00427210]
null
null
null
null
[('tmp_44', u'CAST_-1201720211'), (u'INDIRECT_-1201720216', u'COPY_-1201720275'), (u'CALLIND_-1201720280', u'INDIRECT_-1201720216'), (u'CAST_-1201720211', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'CALLIND_-1201720280', u'RETURN_-1201720277')]
[('tmp_44', u'CAST_-1201720211'), (u'INDIRECT_-1201720216', u'COPY_-1201720275'), (u'CALLIND_-1201720280', u'INDIRECT_-1201720216'), (u'CAST_-1201720211', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'CALLIND_-1201720280', u'RETURN_-1201720277')]
null
null
00403420
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_strtol_00427210)();\n return lVar1;\n}\n\n" comment (function_definition "long strtol(char *__nptr,char **__endptr,int...
(translation_unit comment (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statemen...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_strtol_00427210)();\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ long function_1(char *__nptr,char **__endptr,int __base) { long lVar1; lVar1 = (*(type_1 *)PTR_strtol_00446210)(); return lVar1; }
(translation_unit (comment) (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) decla...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ long MASKED(char *__nptr,char **__endptr,int __base) { long lVar1; lVar1 = (*(code *)PTR_MASKED_00427210)(); return lVar1; }
7,254
2_tty_and_tty_strip.c
FUN_00402020
FUN_00402020
void FUN_00402020(void) { (*(code *)PTR_00410010)(); return; }
void FUN_00402020(void) { (*(code *)PTR_0040a010)(); return; }
PUSH qword ptr [0x0040a008] JMP qword ptr [0x0040a010]
null
null
null
null
[('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')]
[('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')]
null
null
00402020
..
..
(translation_unit "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}\n\n" (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}" primitive_type (function_declarator "FUN_00402020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402020(void)" (identifier "FUN_00402020") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod...
void function_1(void) { (*(type_1 *)PTR_00410010)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_0040a010)(); return; }
474
28_realpath_and_realpath_strip.c
strspn
strspn
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strspn(char *__s,char *__accept) { size_t sVar1; sVar1 = (*(code *)PTR_strspn_0041a0e0)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strspn(char *__s,char *__accept) { size_t sVar1; sVar1 = (*(code *)PTR_strspn_0040f0e0)(); return sVar1; }
JMP qword ptr [0x0040f0e0]
null
null
null
null
[('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724921'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'CAST_-1201724916', u'CALLIND_-1201724984'), (u'INDIRECT_-1201724921', u'COPY_-1201724980'), ('tmp_38', u'CAST_-1201724916')]
[('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724921'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'CAST_-1201724916', u'CALLIND_-1201724984'), (u'INDIRECT_-1201724921', u'COPY_-1201724980'), ('tmp_38', u'CAST_-1201724916')]
null
null
004021c0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040f0e0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040f0e0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__acce...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__s,char *__accept) { size_t sVar1; sVar1 = (*(type_1 *)PTR_strspn_0041a0e0)(); return sVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__s,char *__accept) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_0040f0e0)(); return sVar1; }
5,058
52_tsort_and_tsort_strip.c
_start
entry
void processEntry _start(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_00413fd0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } ...
void processEntry entry(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_0040bfd0) (FUN_00402790,param_2,&stack0x00000008,FUN_00407e30,FUN_00407e90,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ }...
XOR EBP,EBP MOV R9,RDX POP RSI MOV RDX,RSP AND RSP,-0x10 PUSH RAX PUSH RSP MOV R8,0x407e90 MOV RCX,0x407e30 MOV RDI,0x402790 CALL qword ptr [0x0040bfd0] HLT
null
null
null
null
[(u'PTRSUB_-1201724429', u'CALLIND_-1201724527'), (u'CALLIND_-1201724527', u'INDIRECT_-1201724441'), ('const-4259360', u'PTRSUB_-1201724430'), (u'PTRSUB_-1201724459', u'CALLIND_-1201724527'), ('tmp_219', u'CALLIND_-1201724527'), ('const--8', u'PTRSUB_-1201724450'), ('tmp_176', u'PTRSUB_-1201724459'), ('const-0', u'PTRS...
[(u'PTRSUB_-1201724429', u'CALLIND_-1201724527'), (u'CALLIND_-1201724527', u'INDIRECT_-1201724441'), ('const-4226608', u'PTRSUB_-1201724430'), (u'PTRSUB_-1201724459', u'CALLIND_-1201724527'), ('tmp_219', u'CALLIND_-1201724527'), ('const--8', u'PTRSUB_-1201724450'), ('tmp_176', u'PTRSUB_-1201724459'), ('const-0', u'PTRS...
null
null
00402340
..
..
(translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0040bfd0)\n (FUN_00402790,param_2,&stack0x00000008,FUN_00407e30,FUN_00407e90,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ...
(function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0040bfd0)\n (FUN_00402790,param_2,&stack0x00000008,FUN_00407e30,FUN_00407e90,param_1,auStack_8);\n do {\n /* WARNING: Do nothing bl...
void processEntry function_1(type_1 param_1,type_1 param_2) { type_2 auStack_8 [8]; (*(type_3 *)PTR___libc_start_main_00413fd0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } while(...
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod...
void processEntry MASKED(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_0040bfd0) (FUN_00402790,param_2,&stack0x00000008,FUN_00407e30,FUN_00407e90,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ ...
2,589
17_install_and_install_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_0045a088)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_00430088)(); return; }
JMP qword ptr [0x00430088]
null
null
null
null
[('tmp_22', u'CAST_-1201716903'), (u'CAST_-1201716903', u'CALLIND_-1201716968'), (u'CALLIND_-1201716968', u'INDIRECT_-1201716908'), (u'INDIRECT_-1201716908', u'COPY_-1201716967'), ('const-0', u'RETURN_-1201716965')]
[('tmp_22', u'CAST_-1201716903'), (u'CAST_-1201716903', u'CALLIND_-1201716968'), (u'CALLIND_-1201716968', u'INDIRECT_-1201716908'), (u'INDIRECT_-1201716908', u'COPY_-1201716967'), ('const-0', u'RETURN_-1201716965')]
null
null
00404110
..
..
(translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00430088)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00430088)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00430088)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___fpending_0045a088)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_00430088)(); return; }
6,101
143_plink_and_plink_strip.c
conf_deserialise
FUN_0040e210
/* WARNING: Unknown calling convention */ int conf_deserialise(Conf **conf,void **vdata,int *maxsize) { long *plVar1; size_t *size; conf_entry **ppcVar2; char **ppcVar3; int iVar4; conf_entry *pcVar5; void *pvVar6; char *pcVar7; long in_FS_OFFSET; long local_148 [2]; undefined1 auStack_138 [16]...
byte FUN_0040e210(int param_1,void *param_2,char *param_3) { int iVar1; size_t sVar2; undefined1 local_26; sVar2 = strlen(param_3); local_26 = 0; if ((int)sVar2 == param_1) { iVar1 = memcmp(param_2,param_3,(long)(int)sVar2); local_26 = iVar1 != 0 ^ 0xff; } return local_26 & 1; }
PUSH RBP MOV RBP,RSP SUB RSP,0x20 XOR EAX,EAX MOV CL,AL MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RDI,qword ptr [RBP + -0x18] MOV byte ptr [RBP + -0x1d],CL CALL 0x00403260 MOV R8D,EAX MOV dword ptr [RBP + -0x1c],R8D MOV R8D,dword ptr [RBP + -0x1c] CMP R8D,dword p...
null
null
null
null
[(u'INDIRECT_-1201673182', u'MULTIEQUAL_-1201671992'), (u'INDIRECT_-1201672861', u'COPY_-1201672536'), (u'CAST_-1201672392', u'STORE_-1201674239'), ('const-433', u'STORE_-1201674177'), (u'CALLIND_-1201674286', u'INDIRECT_-1201672798'), (u'CALL_-1201674215', u'INDIRECT_-1201673138'), (u'INT_ZEXT_-1201673989', u'INT_OR_-...
[('const-0', u'INT_NOTEQUAL_-1201675581'), (u'MULTIEQUAL_-1201675346', u'INT_AND_-1201675527'), ('tmp_644', u'CALL_-1201675597'), (u'SUBPIECE_-1201675448', u'INT_EQUAL_-1201675645'), ('const-0', u'COPY_-1201675638'), ('const-0', u'SUBPIECE_-1201675448'), ('const-0', u'RETURN_-1201675510'), ('tmp_675', u'INT_EQUAL_-1201...
null
null
0040e210
..
..
(translation_unit "byte FUN_0040e210(int param_1,void *param_2,char *param_3)\n\n{\n int iVar1;\n size_t sVar2;\n undefined1 local_26;\n \n sVar2 = strlen(param_3);\n local_26 = 0;\n if ((int)sVar2 == param_1) {\n iVar1 = memcmp(param_2,param_3,(long)(int)sVar2);\n local_26 = iVar1 != 0 ^ 0xff;\n }\n ret...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT...
(function_definition "byte FUN_0040e210(int param_1,void *param_2,char *param_3)\n\n{\n int iVar1;\n size_t sVar2;\n undefined1 local_26;\n \n sVar2 = strlen(param_3);\n local_26 = 0;\n if ((int)sVar2 == param_1) {\n iVar1 = memcmp(param_2,param_3,(long)(int)sVar2);\n local_26 = iVar1 != 0 ^ 0xff;\n }\n ...
/* WARNING: Unknown calling convention */ int function_1(type_1 **conf,void **vdata,int *maxsize) { long *plVar1; size_t *var_4; type_2 **ppcVar2; char **ppcVar3; int iVar4; type_2 *pcVar5; void *pvVar6; char *pcVar7; long var_1; long local_148 [2]; type_3 auStack_138 [16]; size_t local_128 [...
(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: (primitive_type) declarator: (pointer_declarator declarator: (identifi...
byte MASKED(int param_1,void *param_2,char *param_3) { int iVar1; size_t sVar2; undefined1 local_26; sVar2 = strlen(param_3); local_26 = 0; if ((int)sVar2 == param_1) { iVar1 = memcmp(param_2,param_3,(long)(int)sVar2); local_26 = iVar1 != 0 ^ 0xff; } return local_26 & 1; }
9,901
8_tty_and_tty_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00410040)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_0040a040)(); return; }
JMP qword ptr [0x0040a040]
null
null
null
null
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
null
null
00402080
..
..
(translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040a040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040a040)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040a040)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___fpending_00410040)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040a040)(); return; }
480
138_plink_and_plink_strip.c
deregister_tm_clones
FUN_004038d0
/* WARNING: Removing unreachable block (ram,0x004038dd) */ /* WARNING: Removing unreachable block (ram,0x004038e7) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x004038dd) */ /* WARNING: Removing unreachable block (ram,0x004038e7) */ void FUN_004038d0(void) { return; }
MOV EAX,0x4b4a28 CMP RAX,0x4b4a28 JZ 0x004038f0 MOV EAX,0x0 TEST RAX,RAX JZ 0x004038f0 MOV EDI,0x4b4a28 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201719020')]
[('const-0', u'RETURN_-1201719020')]
null
null
004038d0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x004038dd) */\n/* WARNING: Removing unreachable block (ram,0x004038e7) */\n\nvoid FUN_004038d0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004038d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004038d0...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(comment "/* WARNING: Removing unreachable block (ram,0x004038dd) */") (comment "/* WARNING: Removing unreachable block (ram,0x004038e7) */") (function_definition "void FUN_004038d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004038d0(void)" (identifier "FUN_004038d0") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x004038dd) */ /* WARNING: Removing unreachable block (ram,0x004038e7) */ void function_1(void) { return; }
(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))))
/* WARNING: Removing unreachable block (ram,0x004038dd) */ /* WARNING: Removing unreachable block (ram,0x004038e7) */ void MASKED(void) { return; }
9,896
67_ptx_and_ptx_strip.c
fopen
fopen
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen(char *__filename,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fopen_00425218)(); return pFVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen(char *__filename,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fopen_00415218)(); return pFVar1; }
JMP qword ptr [0x00415218]
null
null
null
null
[(u'CALLIND_-1201724360', u'CAST_-1201724291'), (u'CALLIND_-1201724360', u'INDIRECT_-1201724297'), ('tmp_38', u'CAST_-1201724292'), (u'CAST_-1201724292', u'CALLIND_-1201724360'), (u'CAST_-1201724291', u'RETURN_-1201724357'), (u'INDIRECT_-1201724297', u'COPY_-1201724356'), ('const-0', u'RETURN_-1201724357')]
[(u'CALLIND_-1201724360', u'CAST_-1201724291'), (u'CALLIND_-1201724360', u'INDIRECT_-1201724297'), ('tmp_38', u'CAST_-1201724292'), (u'CAST_-1201724292', u'CALLIND_-1201724360'), (u'CAST_-1201724291', u'RETURN_-1201724357'), (u'INDIRECT_-1201724297', u'COPY_-1201724356'), ('const-0', u'RETURN_-1201724357')]
null
null
00402430
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_00415218)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fopen(char *__filename,char *__mod...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_00415218)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* fopen(char *__f...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(char *__filename,char *__modes) { type_1 *pFVar1; pFVar1 = (type_1 *)(*(type_2 *)PTR_fopen_00425218)(); return pFVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * MASKED(char *__filename,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_MASKED_00415218)(); return pFVar1; }
4,629
8_cksum_and_cksum_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00412040)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_0040c040)(); return; }
JMP qword ptr [0x0040c040]
null
null
null
null
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
null
null
00402080
..
..
(translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___fpending_00412040)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040c040)(); return; }
4,918
66_sum_and_sum_strip.c
usage
FUN_004024b0
/* WARNING: Variable defined which should be unmapped: status_local */ void usage(int status) { FILE *__stream; char *pcVar1; char **in_RCX; int status_local; if (status == 0) { pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n"); printf(pcVar1,program_name); pcVar1 = (char *)gette...
void FUN_004024b0(int param_1) { FILE *__stream; char *pcVar1; if (param_1 == 0) { pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n"); printf(pcVar1,DAT_0040c278); pcVar1 = (char *)gettext("Print checksum and block counts for each FILE.\n"); fputs_unlocked(pcVar1,*(FILE **)PTR_stdo...
PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x0 JZ 0x00402507 JMP 0x004024ca MOV RAX,qword ptr [0x0040bff0] MOV RDI,qword ptr [RAX] LEA RAX,[0x409004] MOV qword ptr [RBP + -0x10],RDI MOV RDI,RAX CALL 0x00402140 LEA RDI,[0x40c278] MOV RDX,qword ptr [RDI] MOV RDI,qword ptr ...
null
null
null
null
[(u'CAST_-1201723395', u'CALL_-1201723990'), (u'CALL_-1201723990', u'INDIRECT_-1201723595'), ('tmp_144', u'BRANCH_-1201724093'), (u'CALL_-1201723990', u'INDIRECT_-1201723788'), (u'CAST_-1201723307', u'LOAD_-1201723904'), (u'CALL_-1201723888', u'INDIRECT_-1201723502'), (u'INDIRECT_-1201723629', u'MULTIEQUAL_-1201723420'...
[(u'CAST_-1201723295', u'LOAD_-1201723863'), (u'CALL_-1201723941', u'INDIRECT_-1201723578'), (u'CALL_-1201724043', u'INDIRECT_-1201723620'), (u'CALL_-1201723825', u'INDIRECT_-1201723492'), ('const-433', u'LOAD_-1201723957'), (u'CALL_-1201723872', u'INDIRECT_-1201723510'), (u'CAST_-1201723488', u'CALL_-1201724108'), (u'...
null
null
004024b0
..
..
(translation_unit "void FUN_004024b0(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");\n printf(pcVar1,DAT_0040c278);\n pcVar1 = (char *)gettext("Print checksum and block counts for each FILE.\n");\n fputs_unlock...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT ...
(function_definition "void FUN_004024b0(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");\n printf(pcVar1,DAT_0040c278);\n pcVar1 = (char *)gettext("Print checksum and block counts for each FILE.\n");\n fputs_unl...
/* WARNING: Variable defined which should be unmapped: status_local */ void function_1(int var_1) { type_1 *__stream; char *pcVar1; char **in_RCX; int status_local; if (var_1 == 0) { pcVar1 = (char *)var_2("Usage: %s [OPTION]... [FILE]...\n"); var_3(pcVar1,program_name); pcVar1 = (char *)var...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec...
void MASKED(int param_1) { FILE *__stream; char *pcVar1; if (param_1 == 0) { pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n"); printf(pcVar1,DAT_0040c278); pcVar1 = (char *)gettext("Print checksum and block counts for each FILE.\n"); fputs_unlocked(pcVar1,*(FILE **)PTR_stdout_004...
6,843
22_chmod_and_chmod_strip.c
__fxstatat
__fxstatat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag) { int iVar1; iVar1 = (*(code *)PTR___fxstatat_004250b0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag) { int iVar1; iVar1 = (*(code *)PTR___fxstatat_004150b0)(); return iVar1; }
JMP qword ptr [0x004150b0]
null
null
null
null
[('const-0', u'RETURN_-1201725077'), ('tmp_56', u'CAST_-1201725009'), (u'CALLIND_-1201725080', u'RETURN_-1201725077'), (u'CAST_-1201725009', u'CALLIND_-1201725080'), (u'INDIRECT_-1201725014', u'COPY_-1201725073'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725014')]
[('const-0', u'RETURN_-1201725077'), ('tmp_56', u'CAST_-1201725009'), (u'CALLIND_-1201725080', u'RETURN_-1201725077'), (u'CAST_-1201725009', u'CALLIND_-1201725080'), (u'INDIRECT_-1201725014', u'COPY_-1201725073'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725014')]
null
null
00402160
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstatat_004150b0)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxst...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE I...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstatat_004150b0)();\n return iVar1;\n}" (primitive_type "int") (function...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,int __fildes,char *__filename,type_1 *__stat_buf,int __flag) { int iVar1; iVar1 = (*(type_2 *)PTR___fxstatat_004250b0)(); return iVar1; }
(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)) (parameter_declara...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004150b0)(); return iVar1; }
3,069
20_sha256sum_and_sha256sum_strip.c
strchr
strchr
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_004210a0)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_004130a0)(); return pcVar1; }
JMP qword ptr [0x004130a0]
null
null
null
null
[(u'CALLIND_-1201725112', u'CAST_-1201725043'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725049'), (u'CAST_-1201725043', u'RETURN_-1201725109'), (u'CAST_-1201725044', u'CALLIND_-1201725112'), ('tmp_38', u'CAST_-1201725044'), (u'INDIRECT_-1201725049', u'COPY_-1201725108')]
[(u'CALLIND_-1201725112', u'CAST_-1201725043'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725049'), (u'CAST_-1201725043', u'RETURN_-1201725109'), (u'CAST_-1201725044', u'CALLIND_-1201725112'), ('tmp_38', u'CAST_-1201725044'), (u'INDIRECT_-1201725049', u'COPY_-1201725108')]
null
null
00402140
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_004130a0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_004130a0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strchr_004210a0)(); return pcVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_004130a0)(); return pcVar1; }
7,089
51_hostid_and_hostid_strip.c
usage
FUN_004023c0
/* WARNING: Unknown calling convention */ void usage(int *status) { char *pcVar1; int in_EDI; int local_68 [12]; int local_38; int local_34; int local_30; int local_2c; FILE *local_28; undefined1 local_19; int *local_18; local_18 = local_68; local_19 = in_EDI != 0; if ((bool)local_19) { ...
void FUN_004023c0(int param_1) { FILE *__stream; char *pcVar1; if (param_1 == 0) { pcVar1 = (char *)gettext( "Usage: %s [OPTION]\nPrint the numeric identifier (in hexadecimal) for the current host.\n\n" ); printf(pcVar1,DAT_0040a1f8); pcVar1...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x4],EDI CMP dword ptr [RBP + -0x4],0x0 JZ 0x00402417 JMP 0x004023da MOV RAX,qword ptr [0x00409ff0] MOV RDI,qword ptr [RAX] LEA RAX,[0x407004] MOV qword ptr [RBP + -0x10],RDI MOV RDI,RAX CALL 0x00402120 LEA RDI,[0x40a1f8] MOV RDX,qword ptr [RDI] MOV RDI,qword ptr ...
null
null
null
null
[(u'CALL_-1201724173', u'INDIRECT_-1201723832'), (u'CALL_-1201724126', u'INDIRECT_-1201723751'), ('const-4247556', u'COPY_-1201723870'), (u'CALL_-1201724100', u'INDIRECT_-1201723792'), (u'CALL_-1201724100', u'INDIRECT_-1201723768'), (u'LOAD_-1201724164', u'CALL_-1201724148'), ('const-4247684', u'COPY_-1201723784'), ('c...
[(u'INDIRECT_-1201723905', u'MULTIEQUAL_-1201723896'), ('const-433', u'LOAD_-1201724414'), (u'INDIRECT_-1201723893', u'MULTIEQUAL_-1201723884'), (u'INDIRECT_-1201724024', u'MULTIEQUAL_-1201723896'), (u'COPY_-1201723959', u'CALL_-1201724311'), (u'INDIRECT_-1201723987', u'CAST_-1201723843'), (u'CAST_-1201723856', u'CALL_...
null
null
004023c0
..
..
(translation_unit "void FUN_004023c0(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION]\nPrint the numeric identifier (in hexadecimal) for the current host.\n\n"\n );\n printf(pcVa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT ...
(function_definition "void FUN_004023c0(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION]\nPrint the numeric identifier (in hexadecimal) for the current host.\n\n"\n );\n printf(p...
/* WARNING: Unknown calling convention */ void function_1(int *status) { char *pcVar1; int var_1; int local_68 [12]; int local_38; int local_34; int local_30; int local_2c; type_1 *local_28; type_2 local_19; int *local_18; local_18 = local_68; local_19 = var_1 != 0; if ((bool)local_19) {...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec...
void MASKED(int param_1) { FILE *__stream; char *pcVar1; if (param_1 == 0) { pcVar1 = (char *)gettext( "Usage: %s [OPTION]\nPrint the numeric identifier (in hexadecimal) for the current host.\n\n" ); printf(pcVar1,DAT_0040a1f8); pcVar1 = (ch...
6,720
140_cp_and_cp_strip.c
mbsinit
mbsinit
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_00453460)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_0042c460)(); return iVar1; }
JMP qword ptr [0x0042c460]
null
null
null
null
[('tmp_32', u'CALLIND_-1201719096'), (u'CALLIND_-1201719096', u'INDIRECT_-1201719034'), (u'CALLIND_-1201719096', u'RETURN_-1201719093'), (u'INDIRECT_-1201719034', u'COPY_-1201719093'), ('const-0', u'RETURN_-1201719093')]
[('tmp_32', u'CALLIND_-1201719096'), (u'CALLIND_-1201719096', u'INDIRECT_-1201719034'), (u'CALLIND_-1201719096', u'RETURN_-1201719093'), (u'INDIRECT_-1201719034', u'COPY_-1201719093'), ('const-0', u'RETURN_-1201719093')]
null
null
004038c0
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0042c460)();\n return iVar1;\n}\n\n" comment comment (function_d...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (point...
(comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0042c460)();\n return iVar1;\n}" (primiti...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__ps) { int iVar1; iVar1 = (*_DAT_00453460)(); return iVar1; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_0042c460)(); return iVar1; }
4,292
48_unexpand_and_unexpand_strip.c
__cxa_atexit
__cxa_atexit
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_00414180)(); return; }
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_0040c180)(); return; }
JMP qword ptr [0x0040c180]
null
null
null
null
[(u'CAST_-1201724599', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724604'), (u'INDIRECT_-1201724604', u'COPY_-1201724663'), ('tmp_22', u'CAST_-1201724599'), ('const-0', u'RETURN_-1201724661')]
[(u'CAST_-1201724599', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724604'), (u'INDIRECT_-1201724604', u'COPY_-1201724663'), ('tmp_22', u'CAST_-1201724599'), ('const-0', u'RETURN_-1201724661')]
null
null
00402300
..
..
(translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040c180)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040c180)();\n return;\n}" primitive_type (function_declarator "__cxa_atexit(void)" identifier (parameter_list "(void)" ( (param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040c180)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_atexit(void)" (identifier "__cxa_atexit") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement...
void function_1(void) { (*(type_1 *)PTR___cxa_atexit_00414180)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040c180)(); return; }
1,349
8_mv_and_mv_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00454040)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_0042c040)(); return piVar1; }
JMP qword ptr [0x0042c040]
null
null
null
null
[(u'CALLIND_-1201721208', u'INDIRECT_-1201721147'), ('const-0', u'RETURN_-1201721205'), (u'INDIRECT_-1201721147', u'COPY_-1201721206'), (u'CAST_-1201721142', u'CALLIND_-1201721208'), (u'CALLIND_-1201721208', u'CAST_-1201721141'), ('tmp_26', u'CAST_-1201721142'), (u'CAST_-1201721141', u'RETURN_-1201721205')]
[(u'CALLIND_-1201721208', u'INDIRECT_-1201721147'), ('const-0', u'RETURN_-1201721205'), (u'INDIRECT_-1201721147', u'COPY_-1201721206'), (u'CAST_-1201721142', u'CALLIND_-1201721208'), (u'CALLIND_-1201721208', u'CAST_-1201721141'), ('tmp_26', u'CAST_-1201721142'), (u'CAST_-1201721141', u'RETURN_-1201721205')]
null
null
00403080
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0042c040)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0042c040)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_00454040)(); return piVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_0042c040)(); return piVar1; }
3,995
110_mv_and_mv_strip.c
acl_get_entry
acl_get_entry
void acl_get_entry(void) { (*(code *)PTR_acl_get_entry_00454370)(); return; }
void acl_get_entry(void) { (*(code *)PTR_acl_get_entry_0042c370)(); return; }
JMP qword ptr [0x0042c370]
null
null
null
null
[('const-0', u'RETURN_-1201719573'), (u'INDIRECT_-1201719516', u'COPY_-1201719575'), (u'CALLIND_-1201719576', u'INDIRECT_-1201719516'), (u'CAST_-1201719511', u'CALLIND_-1201719576'), ('tmp_22', u'CAST_-1201719511')]
[('const-0', u'RETURN_-1201719573'), (u'INDIRECT_-1201719516', u'COPY_-1201719575'), (u'CALLIND_-1201719576', u'INDIRECT_-1201719516'), (u'CAST_-1201719511', u'CALLIND_-1201719576'), ('tmp_22', u'CAST_-1201719511')]
null
null
004036e0
..
..
(translation_unit "void acl_get_entry(void)\n\n{\n (*(code *)PTR_acl_get_entry_0042c370)();\n return;\n}\n\n" (function_definition "void acl_get_entry(void)\n\n{\n (*(code *)PTR_acl_get_entry_0042c370)();\n return;\n}" primitive_type (function_declarator "acl_get_entry(void)" identifier (parameter_list "(void)" ( (...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void acl_get_entry(void)\n\n{\n (*(code *)PTR_acl_get_entry_0042c370)();\n return;\n}" (primitive_type "void") (function_declarator "acl_get_entry(void)" (identifier "acl_get_entry") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state...
void function_1(void) { (*(type_1 *)PTR_acl_get_entry_00454370)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0042c370)(); return; }
4,097
28_install_and_install_strip.c
fread_unlocked
fread_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fread_unlocked_0045a0e0)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fread_unlocked_004300e0)(); return sVar1; }
JMP qword ptr [0x004300e0]
null
null
null
null
[(u'INDIRECT_-1201716727', u'COPY_-1201716786'), (u'CALLIND_-1201716792', u'RETURN_-1201716789'), (u'CALLIND_-1201716792', u'INDIRECT_-1201716727'), (u'CAST_-1201716722', u'CALLIND_-1201716792'), ('tmp_50', u'CAST_-1201716722'), ('const-0', u'RETURN_-1201716789')]
[(u'INDIRECT_-1201716727', u'COPY_-1201716786'), (u'CALLIND_-1201716792', u'RETURN_-1201716789'), (u'CALLIND_-1201716792', u'INDIRECT_-1201716727'), (u'CAST_-1201716722', u'CALLIND_-1201716792'), ('tmp_50', u'CAST_-1201716722'), ('const-0', u'RETURN_-1201716789')]
null
null
004041c0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_004300e0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_004300e0)();\n return sVar1;\n}" (primitive_type "size_t") (functio...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fread_unlocked_0045a0e0)(); return sVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_004300e0)(); return sVar1; }
6,112
137_pageant_and_pageant_strip.c
fread
fread
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fread_004cce90)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fread_0046ee90)(); return sVar1; }
JMP qword ptr [0x0046ee90]
null
null
null
null
[(u'INDIRECT_-1201714983', u'COPY_-1201715042'), (u'CALLIND_-1201715048', u'INDIRECT_-1201714983'), (u'CALLIND_-1201715048', u'RETURN_-1201715045'), (u'CAST_-1201714978', u'CALLIND_-1201715048'), ('tmp_50', u'CAST_-1201714978'), ('const-0', u'RETURN_-1201715045')]
[(u'INDIRECT_-1201714983', u'COPY_-1201715042'), (u'CALLIND_-1201715048', u'INDIRECT_-1201714983'), (u'CALLIND_-1201715048', u'RETURN_-1201715045'), (u'CAST_-1201714978', u'CALLIND_-1201715048'), ('tmp_50', u'CAST_-1201714978'), ('const-0', u'RETURN_-1201715045')]
null
null
00404890
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0046ee90)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0046ee90)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "frea...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fread_004cce90)(); return sVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_0046ee90)(); return sVar1; }
8,377
20_fold_and_fold_strip.c
printf
printf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_004130a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_0040c0a0)(); return iVar1; }
JMP qword ptr [0x0040c0a0]
null
null
null
null
[(u'INDIRECT_-1201725050', u'COPY_-1201725109'), (u'CAST_-1201725045', u'CALLIND_-1201725112'), ('const-0', u'RETURN_-1201725109'), ('tmp_32', u'CAST_-1201725045'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725050'), (u'CALLIND_-1201725112', u'RETURN_-1201725109')]
[(u'INDIRECT_-1201725050', u'COPY_-1201725109'), (u'CAST_-1201725045', u'CALLIND_-1201725112'), ('const-0', u'RETURN_-1201725109'), ('tmp_32', u'CAST_-1201725045'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725050'), (u'CALLIND_-1201725112', u'RETURN_-1201725109')]
null
null
00402140
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040c0a0)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040c0a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "pri...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_printf_004130a0)(); return iVar1; }
(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))) (variadic_parameter))) body: (compound_statement (declara...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040c0a0)(); return iVar1; }
3,487
6_dircolors_and_dircolors_strip.c
strncmp
strncmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncmp_00416030)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_strncmp_0040e030)(); return iVar1; }
JMP qword ptr [0x0040e030]
null
null
null
null
[(u'INDIRECT_-1201725272', u'COPY_-1201725331'), (u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'CAST_-1201725267', u'CALLIND_-1201725336'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725272'), ('tmp_44', u'CAST_-1201725267'), ('const-0', u'RETURN_-1201725333')]
[(u'INDIRECT_-1201725272', u'COPY_-1201725331'), (u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'CAST_-1201725267', u'CALLIND_-1201725336'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725272'), ('tmp_44', u'CAST_-1201725267'), ('const-0', u'RETURN_-1201725333')]
null
null
00402060
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0040e030)();\n return iVar1;\n}\n\n" comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncmp_0040e030)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(type_1 *)PTR_strncmp_00416030)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040e030)(); return iVar1; }
5,376
39_base64_and_base64_strip.c
nl_langinfo
nl_langinfo
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_00416138)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * nl_langinfo(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)(); return pcVar1; }
JMP qword ptr [0x0040d138]
null
null
null
null
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')]
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')]
null
null
00402270
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)();\n return pcVar1;\n}\n\n" comment (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n ch...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* nl_langinfo(nl_item ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(type_1 __item) { char *pcVar1; pcVar1 = (char *)(*(type_2 *)PTR_nl_langinfo_00416138)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(nl_item __item) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0040d138)(); return pcVar1; }
1,606
34_touch_and_touch_strip.c
gmtime_r
gmtime_r
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * gmtime_r(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_gmtime_r_004ab110)(); return ptVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * gmtime_r(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_gmtime_r_00466110)(); return ptVar1; }
JMP qword ptr [0x00466110]
null
null
null
null
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CAST_-1201724819', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724819')]
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CAST_-1201724819', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724819')]
null
null
00402220
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntm * gmtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_gmtime_r_00466110)();\n return ptVar1;\n}\n\n" comment (function_definition "tm * gmtime_r(time_t *__timer,tm *__tp)\n\n{\n ...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "tm * gmtime_r(time_t *__timer,tm *__tp)\n\n{\n tm *ptVar1;\n \n ptVar1 = (tm *)(*(code *)PTR_gmtime_r_00466110)();\n return ptVar1;\n}" (type_identifier "tm") (pointer_declarator "* gmtime_r(time_t *__time...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(type_2 *__timer,type_1 *__tp) { type_1 *ptVar1; ptVar1 = (type_1 *)(*(type_3 *)PTR_gmtime_r_004ab110)(); return ptVar1; }
(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 ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ tm * MASKED(time_t *__timer,tm *__tp) { tm *ptVar1; ptVar1 = (tm *)(*(code *)PTR_MASKED_00466110)(); return ptVar1; }
4,347
29_mkdir_and_mkdir_strip.c
context_type_set
context_type_set
void context_type_set(void) { (*(code *)PTR_context_type_set_0042c0e8)(); return; }
void context_type_set(void) { (*(code *)PTR_context_type_set_004180e8)(); return; }
JMP qword ptr [0x004180e8]
null
null
null
null
[(u'CAST_-1201724903', u'CALLIND_-1201724968'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724908'), ('const-0', u'RETURN_-1201724965'), (u'INDIRECT_-1201724908', u'COPY_-1201724967'), ('tmp_22', u'CAST_-1201724903')]
[(u'CAST_-1201724903', u'CALLIND_-1201724968'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724908'), ('const-0', u'RETURN_-1201724965'), (u'INDIRECT_-1201724908', u'COPY_-1201724967'), ('tmp_22', u'CAST_-1201724903')]
null
null
004021d0
..
..
(translation_unit "void context_type_set(void)\n\n{\n (*(code *)PTR_context_type_set_004180e8)();\n return;\n}\n\n" (function_definition "void context_type_set(void)\n\n{\n (*(code *)PTR_context_type_set_004180e8)();\n return;\n}" primitive_type (function_declarator "context_type_set(void)" identifier (parameter_li...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void context_type_set(void)\n\n{\n (*(code *)PTR_context_type_set_004180e8)();\n return;\n}" (primitive_type "void") (function_declarator "context_type_set(void)" (identifier "context_type_set") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co...
void function_1(void) { (*(type_1 *)PTR_context_type_set_0042c0e8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_004180e8)(); return; }
6,877
52_stty_and_stty_strip.c
tcsetattr
tcsetattr
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tcsetattr(int __fd,int __optional_actions,termios *__termios_p) { int iVar1; iVar1 = (*(code *)PTR_tcsetattr_0041f1a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tcsetattr(int __fd,int __optional_actions,termios *__termios_p) { int iVar1; iVar1 = (*(code *)PTR_tcsetattr_004131a0)(); return iVar1; }
JMP qword ptr [0x004131a0]
null
null
null
null
[(u'CALLIND_-1201724600', u'INDIRECT_-1201724536'), (u'INDIRECT_-1201724536', u'COPY_-1201724595'), (u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'CAST_-1201724531', u'CALLIND_-1201724600'), ('tmp_44', u'CAST_-1201724531'), ('const-0', u'RETURN_-1201724597')]
[(u'CALLIND_-1201724600', u'INDIRECT_-1201724536'), (u'INDIRECT_-1201724536', u'COPY_-1201724595'), (u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'CAST_-1201724531', u'CALLIND_-1201724600'), ('tmp_44', u'CAST_-1201724531'), ('const-0', u'RETURN_-1201724597')]
null
null
00402340
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint tcsetattr(int __fd,int __optional_actions,termios *__termios_p)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tcsetattr_004131a0)();\n return iVar1;\n}\n\n" comment (function_definition "int tcsetattr(int __fd,int ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int tcsetattr(int __fd,int __optional_actions,termios *__termios_p)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tcsetattr_004131a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "tcse...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,int __optional_actions,type_1 *__termios_p) { int iVar1; iVar1 = (*(type_2 *)PTR_tcsetattr_0041f1a0)(); return iVar1; }
(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)) (parameter_declara...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,int __optional_actions,termios *__termios_p) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004131a0)(); return iVar1; }
2,457
25_who_and_who_strip.c
strchr
strchr
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_004160c8)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strchr_0040d0c8)(); return pcVar1; }
JMP qword ptr [0x0040d0c8]
null
null
null
null
[(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CAST_-1201724963', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
[(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CAST_-1201724963', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
null
null
00402190
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0040d0c8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0040d0c8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strchr_004160c8)(); return pcVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0040d0c8)(); return pcVar1; }
1,659
17_pinky_and_pinky_strip.c
bindtextdomain
bindtextdomain
void bindtextdomain(void) { (*(code *)PTR_bindtextdomain_00414088)(); return; }
void bindtextdomain(void) { (*(code *)PTR_bindtextdomain_0040d088)(); return; }
JMP qword ptr [0x0040d088]
null
null
null
null
[(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')]
[(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')]
null
null
00402110
..
..
(translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d088)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d088)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d088)();\n return;\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR_bindtextdomain_00414088)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040d088)(); return; }
1,446
63_chgrp_and_chgrp_strip.c
__cxa_atexit
__cxa_atexit
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_004271f8)(); return; }
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_004151f8)(); return; }
JMP qword ptr [0x004151f8]
null
null
null
null
[(u'INDIRECT_-1201724364', u'COPY_-1201724423'), ('const-0', u'RETURN_-1201724421'), (u'CALLIND_-1201724424', u'INDIRECT_-1201724364'), (u'CAST_-1201724359', u'CALLIND_-1201724424'), ('tmp_22', u'CAST_-1201724359')]
[(u'INDIRECT_-1201724364', u'COPY_-1201724423'), ('const-0', u'RETURN_-1201724421'), (u'CALLIND_-1201724424', u'INDIRECT_-1201724364'), (u'CAST_-1201724359', u'CALLIND_-1201724424'), ('tmp_22', u'CAST_-1201724359')]
null
null
004023f0
..
..
(translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_004151f8)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_004151f8)();\n return;\n}" primitive_type (function_declarator "__cxa_atexit(void)" identifier (parameter_list "(void)" ( (param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_004151f8)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_atexit(void)" (identifier "__cxa_atexit") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement...
void function_1(void) { (*(type_1 *)PTR___cxa_atexit_004271f8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_004151f8)(); return; }
3,026
14_cut_and_cut_strip.c
textdomain
textdomain
void textdomain(void) { (*(code *)PTR_textdomain_00417070)(); return; }
void textdomain(void) { (*(code *)PTR_textdomain_0040d070)(); return; }
JMP qword ptr [0x0040d070]
null
null
null
null
[('const-0', u'RETURN_-1201725205'), (u'CAST_-1201725143', u'CALLIND_-1201725208'), ('tmp_22', u'CAST_-1201725143'), (u'INDIRECT_-1201725148', u'COPY_-1201725207'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725148')]
[('const-0', u'RETURN_-1201725205'), (u'CAST_-1201725143', u'CALLIND_-1201725208'), ('tmp_22', u'CAST_-1201725143'), (u'INDIRECT_-1201725148', u'COPY_-1201725207'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725148')]
null
null
004020e0
..
..
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d070)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d070)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d070)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR_textdomain_00417070)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040d070)(); return; }
1,020
51_test_and_test_strip.c
__do_global_dtors_aux
_FINI_0
void __do_global_dtors_aux(void) { if (completed_7325 == '\0') { deregister_tm_clones(); completed_7325 = 1; return; } return; }
void _FINI_0(void) { if (DAT_0040e210 == '\0') { FUN_00402380(); DAT_0040e210 = 1; return; } return; }
CMP byte ptr [0x0040e210],0x0 JNZ 0x00402410 PUSH RBP MOV RBP,RSP CALL 0x00402380 MOV byte ptr [0x0040e210],0x1 POP RBP RET RET
null
null
null
null
[(u'COPY_-1201724394', u'COPY_-1201724360'), ('const-0', u'RETURN_-1201724370'), ('const-0', u'RETURN_-1201724361'), (u'INT_EQUAL_-1201724416', u'CBRANCH_-1201724409'), (u'CALL_-1201724394', u'INDIRECT_-1201724314'), ('tmp_142', u'COPY_-1201724353'), ('tmp_142', u'INT_EQUAL_-1201724416'), ('const-1', u'COPY_-1201724394...
[(u'COPY_-1201724394', u'COPY_-1201724360'), ('const-0', u'RETURN_-1201724370'), ('const-0', u'RETURN_-1201724361'), (u'INT_EQUAL_-1201724416', u'CBRANCH_-1201724409'), (u'CALL_-1201724394', u'INDIRECT_-1201724314'), ('tmp_142', u'COPY_-1201724353'), ('tmp_142', u'INT_EQUAL_-1201724416'), ('const-1', u'COPY_-1201724394...
null
null
004023f0
..
..
(translation_unit "void _FINI_0(void)\n\n{\n if (DAT_0040e210 == '\0') {\n FUN_00402380();\n DAT_0040e210 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT_0040e210 == '\0') {\n FUN_00402380();\n DAT_0040e210 = 1;\n return;\n }\n return;\n}" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDE...
(function_definition "void _FINI_0(void)\n\n{\n if (DAT_0040e210 == '\0') {\n FUN_00402380();\n DAT_0040e210 = 1;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "_FINI_0(void)" (identifier "_FINI_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo...
void function_1(void) { if (var_1 == '\0') { var_2(); var_1 = 1; return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
void MASKED(void) { if (DAT_0040e210 == '\0') { FUN_00402380(); DAT_0040e210 = 1; return; } return; }
705
23_false_and_false_strip.c
fputs_unlocked
fputs_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs_unlocked(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_unlocked_004100b8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs_unlocked(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_unlocked_0040a0b8)(); return iVar1; }
JMP qword ptr [0x0040a0b8]
null
null
null
null
[(u'CAST_-1201724996', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), ('tmp_38', u'CAST_-1201724996'), (u'INDIRECT_-1201725001', u'COPY_-1201725060'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725001'), ('const-0', u'RETURN_-1201725061')]
[(u'CAST_-1201724996', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), ('tmp_38', u'CAST_-1201724996'), (u'INDIRECT_-1201725001', u'COPY_-1201725060'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725001'), ('const-0', u'RETURN_-1201725061')]
null
null
00402170
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs_unlocked(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_unlocked_0040a0b8)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_unlocked_0040a0b8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs_unlocked(char *_...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputs_unlocked_004100b8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040a0b8)(); return iVar1; }
3,238
23_tr_and_tr_strip.c
lseek
lseek
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __off_t lseek(int __fd,__off_t __offset,int __whence) { __off_t _Var1; _Var1 = (*(code *)PTR_lseek_0041b0b8)(); return _Var1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __off_t lseek(int __fd,__off_t __offset,int __whence) { __off_t _Var1; _Var1 = (*(code *)PTR_lseek_004100b8)(); return _Var1; }
JMP qword ptr [0x004100b8]
null
null
null
null
[('tmp_44', u'CAST_-1201724995'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725000', u'COPY_-1201725059'), (u'CAST_-1201724995', u'CALLIND_-1201725064'), ('const-0', u'RETURN_-1201725061'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725000')]
[('tmp_44', u'CAST_-1201724995'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725000', u'COPY_-1201725059'), (u'CAST_-1201724995', u'CALLIND_-1201725064'), ('const-0', u'RETURN_-1201725061'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725000')]
null
null
00402170
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_004100b8)();\n return _Var1;\n}\n\n" comment (function_definition "__off_t lseek(int __fd,__off_t __offset,i...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_ex...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_004100b8)();\n return _Var1;\n}" (type_identifier "__off_t") (function_declarator "lseek(int __f...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(int __fd,type_1 __offset,int __whence) { type_1 _Var1; _Var1 = (*(type_2 *)PTR_lseek_0041b0b8)(); return _Var1; }
(translation_unit (comment) (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_decla...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __off_t MASKED(int __fd,__off_t __offset,int __whence) { __off_t _Var1; _Var1 = (*(code *)PTR_MASKED_004100b8)(); return _Var1; }
1,866
41_cp_and_cp_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_00453148)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_0042c148)(); return; }
JMP qword ptr [0x0042c148]
null
null
null
null
[(u'INDIRECT_-1201720620', u'COPY_-1201720679'), (u'CAST_-1201720615', u'CALLIND_-1201720680'), ('tmp_22', u'CAST_-1201720615'), ('const-0', u'RETURN_-1201720677'), (u'CALLIND_-1201720680', u'INDIRECT_-1201720620')]
[(u'INDIRECT_-1201720620', u'COPY_-1201720679'), (u'CAST_-1201720615', u'CALLIND_-1201720680'), ('tmp_22', u'CAST_-1201720615'), ('const-0', u'RETURN_-1201720677'), (u'CALLIND_-1201720680', u'INDIRECT_-1201720620')]
null
null
00403290
..
..
(translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0042c148)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0042c148)();\n return;\n}" primitive_type (function_declarator "__stack_chk_fail(void)" identifier (parameter_li...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0042c148)();\n return;\n}" (primitive_type "void") (function_declarator "__stack_chk_fail(void)" (identifier "__stack_chk_fail") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co...
void function_1(void) { (*(type_1 *)PTR___stack_chk_fail_00453148)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0042c148)(); return; }
4,193
42_pterm_and_pterm_strip.c
gtk_dialog_add_button
gtk_dialog_add_button
void gtk_dialog_add_button(void) { (*(code *)PTR_gtk_dialog_add_button_00524168)(); return; }
void gtk_dialog_add_button(void) { (*(code *)PTR_gtk_dialog_add_button_004aa168)(); return; }
JMP qword ptr [0x004aa168]
null
null
null
null
[('tmp_22', u'CAST_-1201691927'), (u'CAST_-1201691927', u'CALLIND_-1201691992'), ('const-0', u'RETURN_-1201691989'), (u'INDIRECT_-1201691932', u'COPY_-1201691991'), (u'CALLIND_-1201691992', u'INDIRECT_-1201691932')]
[('tmp_22', u'CAST_-1201691927'), (u'CAST_-1201691927', u'CALLIND_-1201691992'), ('const-0', u'RETURN_-1201691989'), (u'INDIRECT_-1201691932', u'COPY_-1201691991'), (u'CALLIND_-1201691992', u'INDIRECT_-1201691932')]
null
null
0040a2a0
..
..
(translation_unit "void gtk_dialog_add_button(void)\n\n{\n (*(code *)PTR_gtk_dialog_add_button_004aa168)();\n return;\n}\n\n" (function_definition "void gtk_dialog_add_button(void)\n\n{\n (*(code *)PTR_gtk_dialog_add_button_004aa168)();\n return;\n}" primitive_type (function_declarator "gtk_dialog_add_button(void)"...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_dialog_add_button(void)\n\n{\n (*(code *)PTR_gtk_dialog_add_button_004aa168)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_dialog_add_button(void)" (identifier "gtk_dialog_add_button") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v...
void function_1(void) { (*(type_1 *)PTR_gtk_dialog_add_button_00524168)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_004aa168)(); return; }
8,742
122_dir_and_dir_strip.c
dired_dump_obstack
FUN_0040bd20
/* WARNING: Heritage AFTER dead removal. Example location: s0xfffffffffffffed8 : 0x0040bef3 */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ void dired_dump_obstack(char **prefix,obstack **os) { undefined *puVar1; long in_RSI; ulong local_148 ...
undefined4 FUN_0040bd20(undefined8 param_1,undefined8 param_2) { byte bVar1; byte bVar2; undefined4 local_c; bVar1 = FUN_0040ab10(param_1); bVar2 = FUN_0040ab10(param_2); if (((bVar1 & 1) == 0) || ((bVar2 & 1) != 0)) { if (((bVar1 & 1) == 0) && ((bVar2 & 1) != 0)) { local_c = 1; } els...
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RDI,RAX CALL 0x0040ab10 AND AL,0x1 MOV byte ptr [RBP + -0x19],AL MOV RDI,qword ptr [RBP + -0x18] CALL 0x0040ab10 AND AL,0x1 MOV byte ptr [RBP + -0x1a],AL TEST byte ptr [RBP + -0x19],0x1 ...
null
null
null
null
[('tmp_3828', u'INT_ADD_-1201684246'), ('tmp_3863', u'CALL_-1201684167'), (u'LOAD_-1201684131', u'INT_LESS_-1201684104'), (u'STORE_-1201684157', u'INDIRECT_-1201683495'), (u'CALL_-1201684167', u'INDIRECT_-1201683511'), (u'COPY_-1201683457', u'CAST_-1201683315'), (u'INDIRECT_-1201683255', u'MULTIEQUAL_-1201683349'), ('c...
[(u'CALL_-1201685129', u'INT_AND_-1201685101'), (u'MULTIEQUAL_-1201684700', u'COPY_-1201684753'), ('const-1', u'INT_AND_-1201685133'), (u'INT_NOTEQUAL_-1201685073', u'CBRANCH_-1201685070'), (u'COPY_-1201684984', u'MULTIEQUAL_-1201684700'), ('tmp_776', u'CALL_-1201684926'), (u'CALL_-1201685161', u'INT_AND_-1201685133'),...
null
null
0040bd20
..
..
(translation_unit "undefined4 FUN_0040bd20(undefined8 param_1,undefined8 param_2)\n\n{\n byte bVar1;\n byte bVar2;\n undefined4 local_c;\n \n bVar1 = FUN_0040ab10(param_1);\n bVar2 = FUN_0040ab10(param_2);\n if (((bVar1 & 1) == 0) || ((bVar2 & 1) != 0)) {\n if (((bVar1 & 1) == 0) && ((bVar2 & 1) != 0)) {\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =...
(function_definition "undefined4 FUN_0040bd20(undefined8 param_1,undefined8 param_2)\n\n{\n byte bVar1;\n byte bVar2;\n undefined4 local_c;\n \n bVar1 = FUN_0040ab10(param_1);\n bVar2 = FUN_0040ab10(param_2);\n if (((bVar1 & 1) == 0) || ((bVar2 & 1) != 0)) {\n if (((bVar1 & 1) == 0) && ((bVar2 & 1) != 0)) {\n...
/* WARNING: Heritage AFTER dead removal. Example location: s0xfffffffffffffed8 : 0x0040bef3 */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ void function_1(char **prefix,type_1 **os) { type_2 *puVar1; long var_1; type_3 local_148 [2]; size_...
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_stateme...
undefined4 MASKED(undefined8 param_1,undefined8 param_2) { byte bVar1; byte bVar2; undefined4 local_c; bVar1 = FUN_0040ab10(param_1); bVar2 = FUN_0040ab10(param_2); if (((bVar1 & 1) == 0) || ((bVar2 & 1) != 0)) { if (((bVar1 & 1) == 0) && ((bVar2 & 1) != 0)) { local_c = 1; } else { ...
4,772
83_chcon_and_chcon_strip.c
_start
entry
void processEntry _start(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_00426fd0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } ...
void processEntry entry(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_00415fd0) (FUN_00402a70,param_2,&stack0x00000008,FUN_0040ffb0,FUN_00410010,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ }...
XOR EBP,EBP MOV R9,RDX POP RSI MOV RDX,RSP AND RSP,-0x10 PUSH RAX PUSH RSP MOV R8,0x410010 MOV RCX,0x40ffb0 MOV RDI,0x402a70 CALL qword ptr [0x00415fd0] HLT
null
null
null
null
[('tmp_220', u'CAST_-1201723932'), ('tmp_219', u'CALLIND_-1201724031'), ('const-8', u'PTRSUB_-1201723963'), ('tmp_176', u'PTRSUB_-1201723954'), (u'PTRSUB_-1201723954', u'CALLIND_-1201724031'), (u'CALLIND_-1201724031', u'INDIRECT_-1201723945'), (u'PTRSUB_-1201723933', u'CALLIND_-1201724031'), ('const-0', u'PTRSUB_-12017...
[('tmp_220', u'CAST_-1201723932'), ('tmp_219', u'CALLIND_-1201724031'), ('const-8', u'PTRSUB_-1201723963'), ('tmp_176', u'PTRSUB_-1201723954'), (u'PTRSUB_-1201723954', u'CALLIND_-1201724031'), (u'CALLIND_-1201724031', u'INDIRECT_-1201723945'), (u'PTRSUB_-1201723933', u'CALLIND_-1201724031'), ('const-0', u'PTRSUB_-12017...
null
null
00402530
..
..
(translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_00415fd0)\n (FUN_00402a70,param_2,&stack0x00000008,FUN_0040ffb0,FUN_00410010,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ...
(function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_00415fd0)\n (FUN_00402a70,param_2,&stack0x00000008,FUN_0040ffb0,FUN_00410010,param_1,auStack_8);\n do {\n /* WARNING: Do nothing bl...
void processEntry function_1(type_1 param_1,type_1 param_2) { type_2 auStack_8 [8]; (*(type_3 *)PTR___libc_start_main_00426fd0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } while(...
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod...
void processEntry MASKED(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_00415fd0) (FUN_00402a70,param_2,&stack0x00000008,FUN_0040ffb0,FUN_00410010,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ ...
2,122
444_pterm_and_pterm_strip.c
strcat
strcat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strcat(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strcat_00524e00)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strcat(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strcat_004aae00)(); return pcVar1; }
JMP qword ptr [0x004aae00]
null
null
null
null
[('const-0', u'RETURN_-1201685541'), (u'INDIRECT_-1201685481', u'COPY_-1201685540'), (u'CAST_-1201685475', u'RETURN_-1201685541'), (u'CALLIND_-1201685544', u'CAST_-1201685475'), (u'CALLIND_-1201685544', u'INDIRECT_-1201685481'), (u'CAST_-1201685476', u'CALLIND_-1201685544'), ('tmp_38', u'CAST_-1201685476')]
[('const-0', u'RETURN_-1201685541'), (u'INDIRECT_-1201685481', u'COPY_-1201685540'), (u'CAST_-1201685475', u'RETURN_-1201685541'), (u'CALLIND_-1201685544', u'CAST_-1201685475'), (u'CALLIND_-1201685544', u'INDIRECT_-1201685481'), (u'CAST_-1201685476', u'CALLIND_-1201685544'), ('tmp_38', u'CAST_-1201685476')]
null
null
0040bbd0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strcat(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcat_004aae00)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strcat(char *__dest,char *__src)\n\n{\...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strcat(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcat_004aae00)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strcat(char *__dest,...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strcat_00524e00)(); return pcVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_004aae00)(); return pcVar1; }
9,144
16_head_and_head_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_00418080)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_0040e080)(); return; }
JMP qword ptr [0x0040e080]
null
null
null
null
[(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')]
[(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e080)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e080)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e080)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\...
void function_1(void) { (*(type_1 *)PTR_getopt_long_00418080)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040e080)(); return; }
1,921
1_sum_and_sum_strip.c
_init
_DT_INIT
int _init(EVP_PKEY_CTX *ctx) { undefined *puVar1; puVar1 = PTR___gmon_start___00416fd8; if (PTR___gmon_start___00416fd8 != (undefined *)0x0) { puVar1 = (undefined *)(*(code *)PTR___gmon_start___00416fd8)(); } return (int)puVar1; }
void _DT_INIT(void) { if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040bfd8)(); } return; }
SUB RSP,0x8 MOV RAX,qword ptr [0x0040bfd8] TEST RAX,RAX JZ 0x00402012 CALL RAX ADD RSP,0x8 RET
null
null
null
null
[('const-0', u'SUBPIECE_-1201725314'), (u'SUBPIECE_-1201725314', u'RETURN_-1201725373'), ('tmp_203', u'CAST_-1201725290'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INDIRECT_-1201725300', u'MULTIEQUAL_-1201725297'), (u'CAST_-1201725289', u'MULTIEQUAL_-1201725319'), (u'MULTIEQUAL_-1201725297', u'COPY_-1201725353'), (...
[(u'CALLIND_-1201725393', u'INDIRECT_-1201725303'), (u'CAST_-1201725294', u'CALLIND_-1201725393'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INT_NOTEQUAL_-1201725403', u'CBRANCH_-1201725402'), ('const-0', u'RETURN_-1201725373'), ('tmp_52', u'CBRANCH_-1201725402'), ('tmp_192', u'MULTIEQUAL_-1201725300'), ('tmp_192', ...
null
null
00402000
..
..
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen...
(function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void"...
int function_1(type_1 *ctx) { type_2 *puVar1; puVar1 = var_1; if (var_1 != (type_2 *)0x0) { puVar1 = (type_2 *)(*(type_3 *)var_1)(); } return (int)puVar1; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
void MASKED(void) { if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040bfd8)(); } return; }
6,778
51_dircolors_and_dircolors_strip.c
__ctype_b_loc
__ctype_b_loc
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** __ctype_b_loc(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*_DAT_00416198)(); return ppuVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** __ctype_b_loc(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*_DAT_0040e198)(); return ppuVar1; }
JMP qword ptr [0x0040e198]
null
null
null
null
[('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'INDIRECT_-1201724555'), (u'INDIRECT_-1201724555', u'COPY_-1201724614'), ('tmp_26', u'CALLIND_-1201724616'), (u'CAST_-1201724550', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724550')]
[('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'INDIRECT_-1201724555'), (u'INDIRECT_-1201724555', u'COPY_-1201724614'), ('tmp_26', u'CALLIND_-1201724616'), (u'CAST_-1201724550', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724550')]
null
null
00402330
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040e198)();\n return ppuVar1;\n}\n\n" comm...
(translation_unit comment comment (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_express...
(comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040e198)();\n retur...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 ** function_1(void) { type_1 **ppuVar1; ppuVar1 = (type_1 **)(*_DAT_00416198)(); return ppuVar1; }
(translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (declarati...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** MASKED(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*_DAT_0040e198)(); return ppuVar1; }
5,421
19_touch_and_touch_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_004ab098)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00466098)(); return iVar1; }
JMP qword ptr [0x00466098]
null
null
null
null
[(u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CAST_-1201725061', u'CALLIND_-1201725128'), ('tmp_32', u'CAST_-1201725061'), (u'INDIRECT_-1201725066', u'COPY_-1201725125'), ('const-0', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725066')]
[(u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CAST_-1201725061', u'CALLIND_-1201725128'), ('tmp_32', u'CAST_-1201725061'), (u'INDIRECT_-1201725066', u'COPY_-1201725125'), ('const-0', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725066')]
null
null
00402130
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00466098)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00466098)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fclose_004ab098)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00466098)(); return iVar1; }
4,332
53_sha1sum_and_sha1sum_strip.c
mbsinit
mbsinit
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_0041b1a8)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_004101a8)(); return iVar1; }
JMP qword ptr [0x004101a8]
null
null
null
null
[(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')]
[(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')]
null
null
00402350
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004101a8)();\n return iVar1;\n}\n\n" comment comment (function_d...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (point...
(comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004101a8)();\n return iVar1;\n}" (primiti...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__ps) { int iVar1; iVar1 = (*_DAT_0041b1a8)(); return iVar1; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(mbstate_t *__ps) { int iVar1; iVar1 = (*_DAT_004101a8)(); return iVar1; }
1,419
97_psftp_and_psftp_strip.c
fdopen
fdopen
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fdopen(int __fd,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fdopen_00557e90)(); return pFVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fdopen(int __fd,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fdopen_004b6e90)(); return pFVar1; }
JMP qword ptr [0x004b6e90]
null
null
null
null
[(u'CAST_-1201719715', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), ('tmp_38', u'CAST_-1201719716'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719721'), (u'CAST_-1201719716', u'CALLIND_-1201719784'), (u'CALLIND_-1201719784', u'CAST_-1201719715'), (u'INDIRECT_-1201719721', u'COPY_-1201719780')]
[(u'CAST_-1201719715', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), ('tmp_38', u'CAST_-1201719716'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719721'), (u'CAST_-1201719716', u'CALLIND_-1201719784'), (u'CALLIND_-1201719784', u'CAST_-1201719715'), (u'INDIRECT_-1201719721', u'COPY_-1201719780')]
null
null
00403610
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fdopen(int __fd,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fdopen_004b6e90)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fdopen(int __fd,char *__modes)\n\n{\n F...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * fdopen(int __fd,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fdopen_004b6e90)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* fdopen(int __fd,char ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(int __fd,char *__modes) { type_1 *pFVar1; pFVar1 = (type_1 *)(*(type_2 *)PTR_fdopen_00557e90)(); return pFVar1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * MASKED(int __fd,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_MASKED_004b6e90)(); return pFVar1; }
10,179
74_chgrp_and_chgrp_strip.c
__do_global_dtors_aux
_FINI_0
void __do_global_dtors_aux(void) { if (completed_7325 == '\0') { deregister_tm_clones(); completed_7325 = 1; return; } return; }
void _FINI_0(void) { if (DAT_004152a0 == '\0') { FUN_004024a0(); DAT_004152a0 = 1; return; } return; }
CMP byte ptr [0x004152a0],0x0 JNZ 0x00402530 PUSH RBP MOV RBP,RSP CALL 0x004024a0 MOV byte ptr [0x004152a0],0x1 POP RBP RET RET
null
null
null
null
[('tmp_30', u'CBRANCH_-1201724121'), ('tmp_142', u'COPY_-1201724065'), (u'COPY_-1201724106', u'COPY_-1201724072'), ('const-0', u'INT_EQUAL_-1201724128'), ('tmp_142', u'INT_EQUAL_-1201724128'), ('const-0', u'RETURN_-1201724082'), (u'CALL_-1201724106', u'INDIRECT_-1201724026'), (u'INT_EQUAL_-1201724128', u'CBRANCH_-12017...
[('tmp_30', u'CBRANCH_-1201724121'), ('tmp_142', u'COPY_-1201724065'), (u'COPY_-1201724106', u'COPY_-1201724072'), ('const-0', u'INT_EQUAL_-1201724128'), ('tmp_142', u'INT_EQUAL_-1201724128'), ('const-0', u'RETURN_-1201724082'), (u'CALL_-1201724106', u'INDIRECT_-1201724026'), (u'INT_EQUAL_-1201724128', u'CBRANCH_-12017...
null
null
00402510
..
..
(translation_unit "void _FINI_0(void)\n\n{\n if (DAT_004152a0 == '\0') {\n FUN_004024a0();\n DAT_004152a0 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT_004152a0 == '\0') {\n FUN_004024a0();\n DAT_004152a0 = 1;\n return;\n }\n return;\n}" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDE...
(function_definition "void _FINI_0(void)\n\n{\n if (DAT_004152a0 == '\0') {\n FUN_004024a0();\n DAT_004152a0 = 1;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "_FINI_0(void)" (identifier "_FINI_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo...
void function_1(void) { if (var_1 == '\0') { var_2(); var_1 = 1; return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
void MASKED(void) { if (DAT_004152a0 == '\0') { FUN_004024a0(); DAT_004152a0 = 1; return; } return; }
3,037
41_expr_and_expr_strip.c
memcpy
memcpy
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_00417148)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_0040e148)(); return pvVar1; }
JMP qword ptr [0x0040e148]
null
null
null
null
[(u'INDIRECT_-1201724712', u'COPY_-1201724771'), (u'CAST_-1201724707', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724712'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724706', u'RETURN_-1201724773'), (u'CALLIND_-1201724776', u'CAST_-1201724706'), ('tmp_44', u'CAST_-1201724707')]
[(u'INDIRECT_-1201724712', u'COPY_-1201724771'), (u'CAST_-1201724707', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724712'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724706', u'RETURN_-1201724773'), (u'CALLIND_-1201724776', u'CAST_-1201724706'), ('tmp_44', u'CAST_-1201724707')]
null
null
00402290
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0040e148)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *_...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0040e148)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memcpy(vo...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memcpy_00417148)(); return pvVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0040e148)(); return pvVar1; }
5,912
51_printf_and_printf_strip.c
strtold_l
strtold_l
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double strtold_l(char *__nptr,char **__endptr,__locale_t __loc) { double dVar1; dVar1 = (double)(*(code *)PTR_strtold_l_00416198)(); return dVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double strtold_l(char *__nptr,char **__endptr,__locale_t __loc) { double dVar1; dVar1 = (double)(*(code *)PTR_strtold_l_0040d198)(); return dVar1; }
JMP qword ptr [0x0040d198]
null
null
null
null
[('const-0', u'RETURN_-1201724613'), ('tmp_46', u'CAST_-1201724547'), (u'CALLIND_-1201724616', u'INDIRECT_-1201724552'), (u'INDIRECT_-1201724552', u'COPY_-1201724611'), (u'CALLIND_-1201724616', u'CAST_-1201724546'), (u'CAST_-1201724546', u'RETURN_-1201724613'), (u'CAST_-1201724547', u'CALLIND_-1201724616')]
[('const-0', u'RETURN_-1201724613'), ('tmp_46', u'CAST_-1201724547'), (u'CALLIND_-1201724616', u'INDIRECT_-1201724552'), (u'INDIRECT_-1201724552', u'COPY_-1201724611'), (u'CALLIND_-1201724616', u'CAST_-1201724546'), (u'CAST_-1201724546', u'RETURN_-1201724613'), (u'CAST_-1201724547', u'CALLIND_-1201724616')]
null
null
00402330
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble strtold_l(char *__nptr,char **__endptr,__locale_t __loc)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtold_l_0040d198)();\n return dVar1;\n}\n\n" comment (function_definition "double strtold_l(cha...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE I...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "double strtold_l(char *__nptr,char **__endptr,__locale_t __loc)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_strtold_l_0040d198)();\n return dVar1;\n}" (primitive_type "double") (function_declar...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double function_1(char *__nptr,char **__endptr,type_1 __loc) { double dVar1; dVar1 = (double)(*(type_2 *)PTR_strtold_l_00416198)(); return dVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double MASKED(char *__nptr,char **__endptr,__locale_t __loc) { double dVar1; dVar1 = (double)(*(code *)PTR_MASKED_0040d198)(); return dVar1; }
2,025
3_nl_and_nl_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_00414018)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_0040d018)(); return; }
JMP qword ptr [0x0040d018]
null
null
null
null
[('tmp_28', u'CAST_-1201725318'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725323'), (u'CAST_-1201725318', u'CALLIND_-1201725384'), (u'INDIRECT_-1201725323', u'COPY_-1201725382')]
[('tmp_28', u'CAST_-1201725318'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725323'), (u'CAST_-1201725318', u'CALLIND_-1201725384'), (u'INDIRECT_-1201725323', u'COPY_-1201725382')]
null
null
00402030
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}" primitive_type (function_declar...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (param...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void *__ptr) { (*(type_1 *)PTR_free_00414018)(); return; }
(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 (expression_statement (call_e...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void *__ptr) { (*(code *)PTR_MASKED_0040d018)(); return; }
594
54_sha224sum_and_sha224sum_strip.c
iswprint
iswprint
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004211b0)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004131b0)(); return iVar1; }
JMP qword ptr [0x004131b0]
null
null
null
null
[(u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'RETURN_-1201724565'), ('tmp_32', u'CALLIND_-1201724568')]
[(u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'RETURN_-1201724565'), ('tmp_32', u'CALLIND_-1201724568')]
null
null
00402360
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004131b0)();\n return iVar1;\n}\n\n" comment comment (function_defi...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) ...
(comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004131b0)();\n return iVar1;\n}" (primitive_...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 __wc) { int iVar1; iVar1 = (*_DAT_004211b0)(); return iVar1; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (id...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wint_t __wc) { int iVar1; iVar1 = (*_DAT_004131b0)(); return iVar1; }
1,558
107_putty_and_putty_strip.c
gtk_widget_realize
gtk_widget_realize
void gtk_widget_realize(void) { (*(code *)PTR_gtk_widget_realize_0062c2b8)(); return; }
void gtk_widget_realize(void) { (*(code *)PTR_gtk_widget_realize_005362b8)(); return; }
JMP qword ptr [0x005362b8]
null
null
null
null
[('tmp_22', u'CAST_-1201686775'), (u'CALLIND_-1201686840', u'INDIRECT_-1201686780'), ('const-0', u'RETURN_-1201686837'), (u'INDIRECT_-1201686780', u'COPY_-1201686839'), (u'CAST_-1201686775', u'CALLIND_-1201686840')]
[('tmp_22', u'CAST_-1201686775'), (u'CALLIND_-1201686840', u'INDIRECT_-1201686780'), ('const-0', u'RETURN_-1201686837'), (u'INDIRECT_-1201686780', u'COPY_-1201686839'), (u'CAST_-1201686775', u'CALLIND_-1201686840')]
null
null
0040b6c0
..
..
(translation_unit "void gtk_widget_realize(void)\n\n{\n (*(code *)PTR_gtk_widget_realize_005362b8)();\n return;\n}\n\n" (function_definition "void gtk_widget_realize(void)\n\n{\n (*(code *)PTR_gtk_widget_realize_005362b8)();\n return;\n}" primitive_type (function_declarator "gtk_widget_realize(void)" identifier (pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void gtk_widget_realize(void)\n\n{\n (*(code *)PTR_gtk_widget_realize_005362b8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_realize(void)" (identifier "gtk_widget_realize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")...
void function_1(void) { (*(type_1 *)PTR_gtk_widget_realize_0062c2b8)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_005362b8)(); return; }
10,845
55_sum_and_sum_strip.c
sprintf
sprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sprintf(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_sprintf_004171b8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sprintf(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_sprintf_0040c1b8)(); return iVar1; }
JMP qword ptr [0x0040c1b8]
null
null
null
null
[(u'INDIRECT_-1201724489', u'COPY_-1201724548'), (u'CAST_-1201724484', u'CALLIND_-1201724552'), (u'CALLIND_-1201724552', u'RETURN_-1201724549'), ('tmp_38', u'CAST_-1201724484'), ('const-0', u'RETURN_-1201724549'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724489')]
[(u'INDIRECT_-1201724489', u'COPY_-1201724548'), (u'CAST_-1201724484', u'CALLIND_-1201724552'), (u'CALLIND_-1201724552', u'RETURN_-1201724549'), ('tmp_38', u'CAST_-1201724484'), ('const-0', u'RETURN_-1201724549'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724489')]
null
null
00402370
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_0040c1b8)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_0040c1b8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sprintf(char *__s,char *__format...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_sprintf_004171b8)(); return iVar1; }
(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:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040c1b8)(); return iVar1; }
6,832
48_timeout_and_timeout_strip.c
sigsuspend
sigsuspend
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigsuspend(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_sigsuspend_00415180)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigsuspend(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_sigsuspend_0040d180)(); return iVar1; }
JMP qword ptr [0x0040d180]
null
null
null
null
[(u'INDIRECT_-1201724602', u'COPY_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724602'), ('tmp_32', u'CAST_-1201724597'), (u'CALLIND_-1201724664', u'RETURN_-1201724661'), ('const-0', u'RETURN_-1201724661'), (u'CAST_-1201724597', u'CALLIND_-1201724664')]
[(u'INDIRECT_-1201724602', u'COPY_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724602'), ('tmp_32', u'CAST_-1201724597'), (u'CALLIND_-1201724664', u'RETURN_-1201724661'), ('const-0', u'RETURN_-1201724661'), (u'CAST_-1201724597', u'CALLIND_-1201724664')]
null
null
00402300
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigsuspend(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigsuspend_0040d180)();\n return iVar1;\n}\n\n" comment (function_definition "int sigsuspend(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sigsuspend(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigsuspend_0040d180)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigsuspend(sigset_t *__set)" (identifie...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__set) { int iVar1; iVar1 = (*(type_2 *)PTR_sigsuspend_00415180)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040d180)(); return iVar1; }
5,337
19_chcon_and_chcon_strip.c
__lxstat
__lxstat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_00427098)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_00416098)(); return iVar1; }
JMP qword ptr [0x00416098]
null
null
null
null
[(u'CALLIND_-1201725128', u'RETURN_-1201725125'), ('tmp_44', u'CAST_-1201725059'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725064'), (u'INDIRECT_-1201725064', u'COPY_-1201725123'), ('const-0', u'RETURN_-1201725125'), (u'CAST_-1201725059', u'CALLIND_-1201725128')]
[(u'CALLIND_-1201725128', u'RETURN_-1201725125'), ('tmp_44', u'CAST_-1201725059'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725064'), (u'INDIRECT_-1201725064', u'COPY_-1201725123'), ('const-0', u'RETURN_-1201725125'), (u'CAST_-1201725059', u'CALLIND_-1201725128')]
null
null
00402130
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_00416098)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filenam...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_00416098)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat(int __...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,char *__filename,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___lxstat_00427098)(); return iVar1; }
(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: (pointer_declarator declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00416098)(); return iVar1; }
2,058
74_tac_and_tac_strip.c
c_isblank
malloc
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ _Bool c_isblank(int *c) { int in_EDI; bool local_1a; local_1a = in_EDI == 0x20 || in_EDI == 9; return local_1a; }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-0', u'RETURN_-1201798612'), ('const-9', u'INT_EQUAL_-1201798563'), ('tmp_420', u'INT_EQUAL_-1201798740'), (u'INT_EQUAL_-1201798740', u'BOOL_OR_-1201798528'), (u'INT_EQUAL_-1201798563', u'BOOL_OR_-1201798528'), ('tmp_420', u'INT_EQUAL_-1201798563'), (u'BOOL_OR_-1201798528', u'COPY_-1201798592'), ('const-32', u'...
[('const-1', u'RETURN_-1201798806')]
null
null
00410160
..
..
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment...
(translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * malloc(size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ type_1 function_1(int *c) { int var_1; bool local_1a; local_1a = var_1 == 0x20 || var_1 == 9; return local_1a; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (comment) (expressi...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __size) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
5,288
40_nice_and_nice_strip.c
realloc
realloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_00413140)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_0040c140)(); return pvVar1; }
JMP qword ptr [0x0040c140]
null
null
null
null
[(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')]
[(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')]
null
null
00402280
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040c140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * realloc(void *__ptr,size_t __size)\...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040c140)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* realloc(void *__p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_realloc_00413140)(); return pvVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0040c140)(); return pvVar1; }
2,519
83_sort_and_sort_strip.c
realloc
realloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_00446298)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * realloc(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_realloc_00427298)(); return pvVar1; }
JMP qword ptr [0x00427298]
null
null
null
null
[(u'INDIRECT_-1201719945', u'COPY_-1201720004'), ('tmp_38', u'CAST_-1201719940'), (u'CAST_-1201719939', u'RETURN_-1201720005'), (u'CALLIND_-1201720008', u'CAST_-1201719939'), (u'CAST_-1201719940', u'CALLIND_-1201720008'), ('const-0', u'RETURN_-1201720005'), (u'CALLIND_-1201720008', u'INDIRECT_-1201719945')]
[(u'INDIRECT_-1201719945', u'COPY_-1201720004'), ('tmp_38', u'CAST_-1201719940'), (u'CAST_-1201719939', u'RETURN_-1201720005'), (u'CALLIND_-1201720008', u'CAST_-1201719939'), (u'CAST_-1201719940', u'CALLIND_-1201720008'), ('const-0', u'RETURN_-1201720005'), (u'CALLIND_-1201720008', u'INDIRECT_-1201719945')]
null
null
00403530
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_00427298)();\n return pvVar1;\n}\n\n" comment (function_definition "void * realloc(void *__ptr,size_t __size)\...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_00427298)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* realloc(void *__p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_realloc_00446298)(); return pvVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__ptr,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_00427298)(); return pvVar1; }
7,271
30_link_and_link_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_004100f0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_0040a0f0)(); return iVar1; }
JMP qword ptr [0x0040a0f0]
null
null
null
null
[('tmp_32', u'CAST_-1201724885'), (u'INDIRECT_-1201724890', u'COPY_-1201724949'), (u'CAST_-1201724885', u'CALLIND_-1201724952'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724890'), ('const-0', u'RETURN_-1201724949')]
[('tmp_32', u'CAST_-1201724885'), (u'INDIRECT_-1201724890', u'COPY_-1201724949'), (u'CAST_-1201724885', u'CALLIND_-1201724952'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724890'), ('const-0', u'RETURN_-1201724949')]
null
null
004021e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040a0f0)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040a0f0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fileno_004100f0)(); return iVar1; }
(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...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040a0f0)(); return iVar1; }
6,754