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
65.3k
assembly_code
stringlengths
3
97.1k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
34
13.4M
pcode_edges_stripped
stringlengths
34
415k
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
1.49M
S-Expression_decompiled_code_original_clean
stringclasses
499 values
S-Expression_decompiled_code_original_root
stringlengths
356
1.54M
Replace_function_name_and_variable_name
stringlengths
39
95.3k
S-Expression_decompiled_code_stripped
stringclasses
1 value
Root Node
stringclasses
566 values
decompiled_code_original_masked
stringclasses
1 value
decompiled_code_stripped_masked
stringlengths
35
65.3k
__index_level_0__
int64
1
11.3k
32_timeout_and_timeout_strip.c
memcmp
memcmp
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_00415100)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_0040d100)(); return iVar1; }
JMP qword ptr [0x0040d100]
null
null
null
null
[(u'CALLIND_-1201724920', u'INDIRECT_-1201724856'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('tmp_44', u'CALLIND_-1201724920'), ('const-0', u'RETURN_-1201724917'), (u'INDIRECT_-1201724856', u'COPY_-1201724915')]
[(u'CALLIND_-1201724920', u'INDIRECT_-1201724856'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('tmp_44', u'CALLIND_-1201724920'), ('const-0', u'RETURN_-1201724917'), (u'INDIRECT_-1201724856', u'COPY_-1201724915')]
null
null
00402200
..
..
(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 memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040d100)();\n return iVar1;\n}\n\n" comment com...
(translation_unit comment 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 ;) (expres...
(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 memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040d100)();\n return iVa...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_00415100)(); return iVar1; }
(translation_unit (comment) (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) d...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_0040d100)(); return iVar1; }
5,198
47_uniq_and_uniq_strip.c
__freading
__freading
void __freading(void) { (*(code *)PTR___freading_00417178)(); return; }
void __freading(void) { (*(code *)PTR___freading_0040e178)(); return; }
JMP qword ptr [0x0040e178]
null
null
null
null
[(u'CALLIND_-1201724680', u'INDIRECT_-1201724620'), (u'CAST_-1201724615', u'CALLIND_-1201724680'), ('tmp_22', u'CAST_-1201724615'), ('const-0', u'RETURN_-1201724677'), (u'INDIRECT_-1201724620', u'COPY_-1201724679')]
[(u'CALLIND_-1201724680', u'INDIRECT_-1201724620'), (u'CAST_-1201724615', u'CALLIND_-1201724680'), ('tmp_22', u'CAST_-1201724615'), ('const-0', u'RETURN_-1201724677'), (u'INDIRECT_-1201724620', u'COPY_-1201724679')]
null
null
004022f0
..
..
(translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040e178)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040e178)();\n return;\n}" primitive_type (function_declarator "__freading(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 __freading(void)\n\n{\n (*(code *)PTR___freading_0040e178)();\n return;\n}" (primitive_type "void") (function_declarator "__freading(void)" (identifier "__freading") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___freading_00417178)(); 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_0040e178)(); return; }
750
58_cksum_and_cksum_strip.c
c_isprint
__freading
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffffc8 : 0x0040d1a0 */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ _Bool c_isprint(int *c) { int in_EDI; bool local_38; local_38 = in_EDI - 0x20U < 0x5e || in_EDI == ...
/* WARNING: Control flow encountered bad instruction data */ void __freading(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[(u'COPY_-1201679818', u'RETURN_-1201679829'), ('const-32', u'INT_SUB_-1201679937'), (u'INT_LESS_-1201679931', u'BOOL_OR_-1201679711'), (u'INT_SUB_-1201679937', u'INT_LESS_-1201679931'), ('const-94', u'INT_LESS_-1201679931'), ('tmp_447', u'INT_EQUAL_-1201679930'), (u'INT_EQUAL_-1201679930', u'BOOL_OR_-1201679711'), ('c...
[('const-1', u'RETURN_-1201680054')]
null
null
0040d140
..
..
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __freading(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __freading(void)\n\n{\n /* WARNING: Bad instru...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void __freading(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "__freading(void)" (identifier "__freading") (p...
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffffc8 : 0x0040d1a0 */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ type_1 function_1(int *c) { int var_1; bool local_38; local_38 = var_1 - 0x20U < 0x5e || var_1 == 0...
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (arg...
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4,845
23_pr_and_pr_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_0043c0b8)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_004240b8)(); return; }
JMP qword ptr [0x004240b8]
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_004240b8)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004240b8)();\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_004240b8)();\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_0043c0b8)(); 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_004240b8)(); return; }
4,502
40_cat_and_cat_strip.c
__fxstat
__fxstat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstat(int __ver,int __fildes,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___fxstat_00414140)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __fxstat(int __ver,int __fildes,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___fxstat_0040c140)(); return iVar1; }
JMP qword ptr [0x0040c140]
null
null
null
null
[('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724728'), ('tmp_44', u'CAST_-1201724723'), (u'INDIRECT_-1201724728', u'COPY_-1201724787'), (u'CAST_-1201724723', u'CALLIND_-1201724792')]
[('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724728'), ('tmp_44', u'CAST_-1201724723'), (u'INDIRECT_-1201724728', u'COPY_-1201724787'), (u'CAST_-1201724723', u'CALLIND_-1201724792')]
null
null
00402280
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_0040c140)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxstat(int __ver,int __fildes,stat *...
(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 __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_0040c140)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__fxstat(int __ver,...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,int __fildes,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___fxstat_00414140)(); 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,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040c140)(); return iVar1; }
376
27_b2sum_and_b2sum_strip.c
memset
memset
/* WARNING: Switch with 1 destination removed at 0x004021b0 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
/* WARNING: Switch with 1 destination removed at 0x004021b0 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
JMP qword ptr [0x004170d8]
null
null
null
null
[('tmp_7', u'BRANCH_-1201725004')]
[('tmp_7', u'BRANCH_-1201725004')]
null
null
004021b0
..
..
(translation_unit "/* WARNING: Switch with 1 destination removed at 0x004021b0 */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}\n\n" ...
(translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (do_statement do (compound_stateme...
(comment "/* WARNING: Switch with 1 destination removed at 0x004021b0 */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } ...
/* WARNING: Switch with 1 destination removed at 0x004021b0 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__s,int __c,size_t __n) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
(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: (pointer_declarator declarator: (identifier))) (parameter_decl...
/* WARNING: Switch with 1 destination removed at 0x004021b0 */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__s,int __c,size_t __n) { do { /* WARNING: Do nothing block with infinite loop */ } while( true ); }
5,333
15_dir_and_dir_strip.c
sigaction
sigaction
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_0044f078)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_0042b078)(); return iVar1; }
JMP qword ptr [0x0042b078]
null
null
null
null
[(u'CALLIND_-1201721096', u'INDIRECT_-1201721032'), (u'CAST_-1201721027', u'CALLIND_-1201721096'), ('tmp_44', u'CAST_-1201721027'), ('const-0', u'RETURN_-1201721093'), (u'CALLIND_-1201721096', u'RETURN_-1201721093'), (u'INDIRECT_-1201721032', u'COPY_-1201721091')]
[(u'CALLIND_-1201721096', u'INDIRECT_-1201721032'), (u'CAST_-1201721027', u'CALLIND_-1201721096'), ('tmp_44', u'CAST_-1201721027'), ('const-0', u'RETURN_-1201721093'), (u'CALLIND_-1201721096', u'RETURN_-1201721093'), (u'INDIRECT_-1201721032', u'COPY_-1201721091')]
null
null
004030f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_0042b078)();\n return iVar1;\n}\n\n" comment (function_definition "int sigaction(int __sig,sigaction *...
(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 sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_0042b078)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigaction(in...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __sig,function_1 *__act,function_1 *__oact) { int iVar1; iVar1 = (*(type_1 *)PTR_sigaction_0044f078)(); 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: (pointer_declarator declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __sig,MASKED *__act,MASKED *__oact) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0042b078)(); return iVar1; }
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
48_chgrp_and_chgrp_strip.c
fflush
fflush
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fflush(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fflush_00427180)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fflush(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fflush_00415180)(); return iVar1; }
JMP qword ptr [0x00415180]
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 fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_00415180)();\n return iVar1;\n}\n\n" comment (function_definition "int fflush(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 fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_00415180)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fflush_00427180)(); 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_00415180)(); return iVar1; }
2,627
34_factor_and_factor_strip.c
__gmpz_mul
__gmpz_mul
void __gmpz_mul(void) { (*(code *)PTR___gmpz_mul_00428110)(); return; }
void __gmpz_mul(void) { (*(code *)PTR___gmpz_mul_00417110)(); return; }
JMP qword ptr [0x00417110]
null
null
null
null
[('const-0', u'RETURN_-1201724885'), ('tmp_22', u'CAST_-1201724823'), (u'INDIRECT_-1201724828', u'COPY_-1201724887'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724828'), (u'CAST_-1201724823', u'CALLIND_-1201724888')]
[('const-0', u'RETURN_-1201724885'), ('tmp_22', u'CAST_-1201724823'), (u'INDIRECT_-1201724828', u'COPY_-1201724887'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724828'), (u'CAST_-1201724823', u'CALLIND_-1201724888')]
null
null
00402220
..
..
(translation_unit "void __gmpz_mul(void)\n\n{\n (*(code *)PTR___gmpz_mul_00417110)();\n return;\n}\n\n" (function_definition "void __gmpz_mul(void)\n\n{\n (*(code *)PTR___gmpz_mul_00417110)();\n return;\n}" primitive_type (function_declarator "__gmpz_mul(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 __gmpz_mul(void)\n\n{\n (*(code *)PTR___gmpz_mul_00417110)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpz_mul(void)" (identifier "__gmpz_mul") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___gmpz_mul_00428110)(); 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_00417110)(); return; }
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
15_hostid_and_hostid_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_00410078)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_0040a078)(); return; }
JMP qword ptr [0x0040a078]
null
null
null
null
[(u'CALLIND_-1201725192', u'INDIRECT_-1201725132'), (u'INDIRECT_-1201725132', u'COPY_-1201725191'), (u'CAST_-1201725127', u'CALLIND_-1201725192'), ('tmp_22', u'CAST_-1201725127'), ('const-0', u'RETURN_-1201725189')]
[(u'CALLIND_-1201725192', u'INDIRECT_-1201725132'), (u'INDIRECT_-1201725132', u'COPY_-1201725191'), (u'CAST_-1201725127', u'CALLIND_-1201725192'), ('tmp_22', u'CAST_-1201725127'), ('const-0', u'RETURN_-1201725189')]
null
null
004020f0
..
..
(translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0040a078)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0040a078)();\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_0040a078)();\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_00410078)(); 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_0040a078)(); return; }
6,935
65_plink_and_plink_strip.c
closedir
closedir
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int closedir(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_closedir_0054fd90)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int closedir(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_closedir_004b3d90)(); return iVar1; }
JMP qword ptr [0x004b3d90]
null
null
null
null
[(u'CALLIND_-1201720296', u'RETURN_-1201720293'), ('const-0', u'RETURN_-1201720293'), (u'INDIRECT_-1201720234', u'COPY_-1201720293'), (u'CAST_-1201720229', u'CALLIND_-1201720296'), ('tmp_32', u'CAST_-1201720229'), (u'CALLIND_-1201720296', u'INDIRECT_-1201720234')]
[(u'CALLIND_-1201720296', u'RETURN_-1201720293'), ('const-0', u'RETURN_-1201720293'), (u'INDIRECT_-1201720234', u'COPY_-1201720293'), (u'CAST_-1201720229', u'CALLIND_-1201720296'), ('tmp_32', u'CAST_-1201720229'), (u'CALLIND_-1201720296', u'INDIRECT_-1201720234')]
null
null
00403410
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint closedir(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_closedir_004b3d90)();\n return iVar1;\n}\n\n" comment (function_definition "int closedir(DIR *__dirp)\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 closedir(DIR *__dirp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_closedir_004b3d90)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "closedir(DIR *__dirp)" (identifier "closedir") ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__dirp) { int iVar1; iVar1 = (*(type_2 *)PTR_closedir_0054fd90)(); 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(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004b3d90)(); return iVar1; }
10,313
16_sort_and_sort_strip.c
sigaction
sigaction
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_00446080)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_00427080)(); return iVar1; }
JMP qword ptr [0x00427080]
null
null
null
null
[('const-0', u'RETURN_-1201721077'), (u'CALLIND_-1201721080', u'INDIRECT_-1201721016'), (u'CAST_-1201721011', u'CALLIND_-1201721080'), ('tmp_44', u'CAST_-1201721011'), (u'INDIRECT_-1201721016', u'COPY_-1201721075'), (u'CALLIND_-1201721080', u'RETURN_-1201721077')]
[('const-0', u'RETURN_-1201721077'), (u'CALLIND_-1201721080', u'INDIRECT_-1201721016'), (u'CAST_-1201721011', u'CALLIND_-1201721080'), ('tmp_44', u'CAST_-1201721011'), (u'INDIRECT_-1201721016', u'COPY_-1201721075'), (u'CALLIND_-1201721080', u'RETURN_-1201721077')]
null
null
00403100
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00427080)();\n return iVar1;\n}\n\n" comment (function_definition "int sigaction(int __sig,sigaction *...
(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 sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00427080)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigaction(in...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __sig,function_1 *__act,function_1 *__oact) { int iVar1; iVar1 = (*(type_1 *)PTR_sigaction_00446080)(); 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: (pointer_declarator declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __sig,MASKED *__act,MASKED *__oact) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00427080)(); 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_date_and_date_strip.c
tzset
tzset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void tzset(void) { (*(code *)PTR_tzset_004b4170)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void tzset(void) { (*(code *)PTR_tzset_0046b170)(); return; }
JMP qword ptr [0x0046b170]
null
null
null
null
[(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')]
[(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')]
null
null
004022e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid tzset(void)\n\n{\n (*(code *)PTR_tzset_0046b170)();\n return;\n}\n\n" comment (function_definition "void tzset(void)\n\n{\n (*(code *)PTR_tzset_0046b170)();\n return;\n}" primitive_type (function_declarator "tzse...
(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 tzset(void)\n\n{\n (*(code *)PTR_tzset_0046b170)();\n return;\n}" (primitive_type "void") (function_declarator "tzset(void)" (identifier "tzset") (parameter_list "(void)" (( "(") (parameter_declaration ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_tzset_004b4170)(); 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_0046b170)(); return; }
4,442
3_timeout_and_timeout_strip.c
sigprocmask
sigprocmask
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_sigprocmask_00415018)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_sigprocmask_0040d018)(); return iVar1; }
JMP qword ptr [0x0040d018]
null
null
null
null
[(u'CAST_-1201725315', u'CALLIND_-1201725384'), (u'CALLIND_-1201725384', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725320'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725320', u'COPY_-1201725379'), ('tmp_44', u'CAST_-1201725315')]
[(u'CAST_-1201725315', u'CALLIND_-1201725384'), (u'CALLIND_-1201725384', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725320'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725320', u'COPY_-1201725379'), ('tmp_44', u'CAST_-1201725315')]
null
null
00402030
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_0040d018)();\n return iVar1;\n}\n\n" comment (function_definition "int sigprocmask(int __how,sigset_...
(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 sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigprocmask_0040d018)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigprocmas...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __how,type_1 *__set,type_1 *__oset) { int iVar1; iVar1 = (*(type_2 *)PTR_sigprocmask_00415018)(); 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: (pointer_declarator declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __how,sigset_t *__set,sigset_t *__oset) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040d018)(); return iVar1; }
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
46_link_and_link_strip.c
_dl_relocate_static_pie
FUN_00402300
void _dl_relocate_static_pie(void) { return; }
void FUN_00402300(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1201724660')]
[('const-0', u'RETURN_-1201724660')]
null
null
00402300
..
..
(translation_unit "void FUN_00402300(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00402300(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402300(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_00402300(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402300(void)" (identifier "FUN_00402300") (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; }
6,808
9_stdbuf_and_stdbuf_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00414048)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_0040d048)(); return; }
JMP qword ptr [0x0040d048]
null
null
null
null
[(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')]
[(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')]
null
null
00402090
..
..
(translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040d048)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040d048)();\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_0040d048)();\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_00414048)(); 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_0040d048)(); return; }
4,256
1_tac_and_tac_strip.c
_init
_DT_INIT
int _init(EVP_PKEY_CTX *ctx) { undefined *puVar1; puVar1 = PTR___gmon_start___00414fd8; if (PTR___gmon_start___00414fd8 != (undefined *)0x0) { puVar1 = (undefined *)(*(code *)PTR___gmon_start___00414fd8)(); } return (int)puVar1; }
void _DT_INIT(void) { if (PTR___gmon_start___0040cfd8 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040cfd8)(); } return; }
SUB RSP,0x8 MOV RAX,qword ptr [0x0040cfd8] 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___0040cfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040cfd8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040cfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040cfd8...
(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___0040cfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040cfd8)();\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___0040cfd8 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040cfd8)(); } return; }
5,025
80_touch_and_touch_strip.c
register_tm_clones
FUN_00402540
/* WARNING: Removing unreachable block (ram,0x0040255f) */ /* WARNING: Removing unreachable block (ram,0x00402569) */ void register_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040255f) */ /* WARNING: Removing unreachable block (ram,0x00402569) */ void FUN_00402540(void) { return; }
MOV ESI,0x4662e8 SUB RSI,0x4662e8 SAR RSI,0x3 MOV RAX,RSI SHR RAX,0x3f ADD RSI,RAX SAR RSI,0x1 JZ 0x00402570 MOV EAX,0x0 TEST RAX,RAX JZ 0x00402570 MOV EDI,0x4662e8 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201723921')]
[('const-0', u'RETURN_-1201723921')]
null
null
00402540
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040255f) */\n/* WARNING: Removing unreachable block (ram,0x00402569) */\n\nvoid FUN_00402540(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402540(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402540...
(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,0x0040255f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402569) */") (function_definition "void FUN_00402540(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402540(void)" (identifier "FUN_00402540") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x0040255f) */ /* WARNING: Removing unreachable block (ram,0x00402569) */ 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,0x0040255f) */ /* WARNING: Removing unreachable block (ram,0x00402569) */ void MASKED(void) { return; }
4,640
168_pageant_and_pageant_strip.c
gdk_seat_grab
gdk_seat_grab
void gdk_seat_grab(void) { (*(code *)PTR_gdk_seat_grab_004ccf90)(); return; }
void gdk_seat_grab(void) { (*(code *)PTR_gdk_seat_grab_0046ef90)(); return; }
JMP qword ptr [0x0046ef90]
null
null
null
null
[(u'CAST_-1201714471', u'CALLIND_-1201714536'), ('const-0', u'RETURN_-1201714533'), (u'INDIRECT_-1201714476', u'COPY_-1201714535'), (u'CALLIND_-1201714536', u'INDIRECT_-1201714476'), ('tmp_22', u'CAST_-1201714471')]
[(u'CAST_-1201714471', u'CALLIND_-1201714536'), ('const-0', u'RETURN_-1201714533'), (u'INDIRECT_-1201714476', u'COPY_-1201714535'), (u'CALLIND_-1201714536', u'INDIRECT_-1201714476'), ('tmp_22', u'CAST_-1201714471')]
null
null
00404a90
..
..
(translation_unit "void gdk_seat_grab(void)\n\n{\n (*(code *)PTR_gdk_seat_grab_0046ef90)();\n return;\n}\n\n" (function_definition "void gdk_seat_grab(void)\n\n{\n (*(code *)PTR_gdk_seat_grab_0046ef90)();\n return;\n}" primitive_type (function_declarator "gdk_seat_grab(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 gdk_seat_grab(void)\n\n{\n (*(code *)PTR_gdk_seat_grab_0046ef90)();\n return;\n}" (primitive_type "void") (function_declarator "gdk_seat_grab(void)" (identifier "gdk_seat_grab") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state...
void function_1(void) { (*(type_1 *)PTR_gdk_seat_grab_004ccf90)(); 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_0046ef90)(); return; }
8,499
7_echo_and_echo_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_00412038)(); 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_0040b038)(); return iVar1; }
JMP qword ptr [0x0040b038]
null
null
null
null
[(u'CALLIND_-1201725320', u'INDIRECT_-1201725256'), ('const-0', u'RETURN_-1201725317'), (u'CALLIND_-1201725320', u'RETURN_-1201725317'), (u'INDIRECT_-1201725256', u'COPY_-1201725315'), (u'CAST_-1201725251', u'CALLIND_-1201725320'), ('tmp_44', u'CAST_-1201725251')]
[(u'CALLIND_-1201725320', u'INDIRECT_-1201725256'), ('const-0', u'RETURN_-1201725317'), (u'CALLIND_-1201725320', u'RETURN_-1201725317'), (u'INDIRECT_-1201725256', u'COPY_-1201725315'), (u'CAST_-1201725251', u'CALLIND_-1201725320'), ('tmp_44', u'CAST_-1201725251')]
null
null
00402070
..
..
(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_0040b038)();\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_0040b038)();\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_00412038)(); 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_0040b038)(); return iVar1; }
227
27_fmt_and_fmt_strip.c
memcmp
memcmp
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_004160d8)(); return iVar1; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_0040d0d8)(); return iVar1; }
JMP qword ptr [0x0040d0d8]
null
null
null
null
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), ('tmp_44', u'CALLIND_-1201725000'), ('const-0', u'RETURN_-1201724997'), (u'INDIRECT_-1201724936', u'COPY_-1201724995'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724936')]
[(u'CALLIND_-1201725000', u'RETURN_-1201724997'), ('tmp_44', u'CALLIND_-1201725000'), ('const-0', u'RETURN_-1201724997'), (u'INDIRECT_-1201724936', u'COPY_-1201724995'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724936')]
null
null
004021b0
..
..
(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 memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040d0d8)();\n return iVar1;\n}\n\n" comment com...
(translation_unit comment 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 ;) (expres...
(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 memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040d0d8)();\n return iVa...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_004160d8)(); return iVar1; }
(translation_unit (comment) (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) d...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*_DAT_0040d0d8)(); return iVar1; }
4,872
54_tsort_and_tsort_strip.c
deregister_tm_clones
FUN_00402380
/* WARNING: Removing unreachable block (ram,0x0040238d) */ /* WARNING: Removing unreachable block (ram,0x00402397) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040238d) */ /* WARNING: Removing unreachable block (ram,0x00402397) */ void FUN_00402380(void) { return; }
MOV EAX,0x40c218 CMP RAX,0x40c218 JZ 0x004023a0 MOV EAX,0x0 TEST RAX,RAX JZ 0x004023a0 MOV EDI,0x40c218 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724476')]
[('const-0', u'RETURN_-1201724476')]
null
null
00402380
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040238d) */\n/* WARNING: Removing unreachable block (ram,0x00402397) */\n\nvoid FUN_00402380(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402380(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402380...
(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,0x0040238d) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402397) */") (function_definition "void FUN_00402380(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402380(void)" (identifier "FUN_00402380") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x0040238d) */ /* WARNING: Removing unreachable block (ram,0x00402397) */ 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,0x0040238d) */ /* WARNING: Removing unreachable block (ram,0x00402397) */ void MASKED(void) { return; }
2,317
76_df_and_df_strip.c
strtoumax
strtoumax
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uintmax_t strtoumax(char *__nptr,char **__endptr,int __base) { uintmax_t uVar1; uVar1 = (*(code *)PTR_strtoumax_0042e260)(); return uVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uintmax_t strtoumax(char *__nptr,char **__endptr,int __base) { uintmax_t uVar1; uVar1 = (*(code *)PTR_strtoumax_00419260)(); return uVar1; }
JMP qword ptr [0x00419260]
null
null
null
null
[(u'CAST_-1201724147', u'CALLIND_-1201724216'), (u'CALLIND_-1201724216', u'RETURN_-1201724213'), ('tmp_44', u'CAST_-1201724147'), (u'INDIRECT_-1201724152', u'COPY_-1201724211'), ('const-0', u'RETURN_-1201724213'), (u'CALLIND_-1201724216', u'INDIRECT_-1201724152')]
[(u'CAST_-1201724147', u'CALLIND_-1201724216'), (u'CALLIND_-1201724216', u'RETURN_-1201724213'), ('tmp_44', u'CAST_-1201724147'), (u'INDIRECT_-1201724152', u'COPY_-1201724211'), ('const-0', u'RETURN_-1201724213'), (u'CALLIND_-1201724216', u'INDIRECT_-1201724152')]
null
null
004024c0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuintmax_t strtoumax(char *__nptr,char **__endptr,int __base)\n\n{\n uintmax_t uVar1;\n \n uVar1 = (*(code *)PTR_strtoumax_00419260)();\n return uVar1;\n}\n\n" comment (function_definition "uintmax_t strtoumax(char *__...
(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 "uintmax_t strtoumax(char *__nptr,char **__endptr,int __base)\n\n{\n uintmax_t uVar1;\n \n uVar1 = (*(code *)PTR_strtoumax_00419260)();\n return uVar1;\n}" (type_identifier "uintmax_t") (function_declarator...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(char *__nptr,char **__endptr,int __base) { type_1 uVar1; uVar1 = (*(type_2 *)PTR_strtoumax_0042e260)(); return uVar1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uintmax_t MASKED(char *__nptr,char **__endptr,int __base) { uintmax_t uVar1; uVar1 = (*(code *)PTR_MASKED_00419260)(); return uVar1; }
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
3_sha224sum_and_sha224sum_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_00421018)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_00413018)(); return; }
JMP qword ptr [0x00413018]
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_00413018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00413018)();\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_00413018)();\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_00421018)(); 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_00413018)(); return; }
1,508
14_users_and_users_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00411070)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_0040a070)(); return iVar1; }
JMP qword ptr [0x0040a070]
null
null
null
null
[(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')]
[(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')]
null
null
004020e0
..
..
(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_0040a070)();\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_0040a070)();\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_00411070)(); 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_0040a070)(); return iVar1; }
5,261
147_pscp_and_pscp_strip.c
dupstr
FUN_00415090
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ char * dupstr(char **s) { size_t *n; undefined8 *puVar1; size_t sVar2; void *pvVar3; char *in_RDI; size_t local_78 [2]; undefined8 local_68 [2]; undefined8 local_58 [5]; undefined1 loca...
undefined4 FUN_00415090(undefined8 param_1,int param_2) { int iVar1; undefined8 uVar2; undefined8 uVar3; long in_FS_OFFSET; undefined4 local_54; ulong local_50 [5]; ulong local_28; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (DAT_004b6850 == 0) { FUN_00415480(); } else ...
PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x58],RDI MOV dword ptr [RBP + -0x5c],ESI CMP dword ptr [0x004b6850],0x0 JZ 0x004151cb CALL 0x00421150 CMP EAX,0x0 JNZ 0x0041510d MOV RAX,qword ptr [0x004b5ff8] MOV RDI,qword ptr [RAX] MOV qword ptr [RBP +...
null
null
null
null
[(u'INDIRECT_-1201778022', u'LOAD_-1201778236'), (u'INDIRECT_-1201778073', u'CAST_-1201778021'), (u'CAST_-1201778016', u'CALL_-1201778261'), (u'SUBPIECE_-1201778170', u'STORE_-1201778298'), (u'LOAD_-1201778296', u'SUBPIECE_-1201778024'), ('const-0', u'SUBPIECE_-1201778024'), (u'CALL_-1201778312', u'INDIRECT_-1201778067...
[(u'CALL_-1201778019', u'INDIRECT_-1201777497'), (u'INT_ADD_-1201778099', u'CAST_-1201777202'), (u'CALL_-1201778025', u'INDIRECT_-1201777438'), (u'CALL_-1201778406', u'INDIRECT_-1201777732'), ('tmp_290', u'CBRANCH_-1201778071'), (u'MULTIEQUAL_-1201777434', u'COPY_-1201777453'), (u'CALL_-1201778245', u'CALL_-1201778210'...
null
null
00415090
..
..
(translation_unit "undefined4 FUN_00415090(undefined8 param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined4 local_54;\n ulong local_50 [5];\n ulong local_28;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (DAT_004b6850 == 0) {\...
(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 ;) (declaration (sized_type_specifier long) IDENT ;) (d...
(function_definition "undefined4 FUN_00415090(undefined8 param_1,int param_2)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long in_FS_OFFSET;\n undefined4 local_54;\n ulong local_50 [5];\n ulong local_28;\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (DAT_004b6850 == 0)...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ char * function_1(char **s) { size_t *n; type_1 *puVar1; size_t sVar2; void *pvVar3; char *var_1; size_t local_78 [2]; type_1 local_68 [2]; type_1 local_58 [5]; type_2 local_29; 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: (primitive_type) declarator: (identifier)))) body: (compound_statemen...
undefined4 MASKED(undefined8 param_1,int param_2) { int iVar1; undefined8 uVar2; undefined8 uVar3; long in_FS_OFFSET; undefined4 local_54; ulong local_50 [5]; ulong local_28; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); if (DAT_004b6850 == 0) { FUN_00415480(); } else { ...
10,553
55_seq_and_seq_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_004151b8)(); 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_0040d1b8)(); return ppuVar1; }
JMP qword ptr [0x0040d1b8]
null
null
null
null
[(u'CALLIND_-1201724552', u'CAST_-1201724486'), (u'INDIRECT_-1201724491', u'COPY_-1201724550'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724491'), ('const-0', u'RETURN_-1201724549'), (u'CAST_-1201724486', u'RETURN_-1201724549'), ('tmp_26', u'CALLIND_-1201724552')]
[(u'CALLIND_-1201724552', u'CAST_-1201724486'), (u'INDIRECT_-1201724491', u'COPY_-1201724550'), (u'CALLIND_-1201724552', u'INDIRECT_-1201724491'), ('const-0', u'RETURN_-1201724549'), (u'CAST_-1201724486', u'RETURN_-1201724549'), ('tmp_26', u'CALLIND_-1201724552')]
null
null
00402370
..
..
(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_0040d1b8)();\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_0040d1b8)();\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_004151b8)(); 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_0040d1b8)(); return ppuVar1; }
1,684
36_unexpand_and_unexpand_strip.c
putchar_unlocked
putchar_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putchar_unlocked(int __c) { int iVar1; iVar1 = (*(code *)PTR_putchar_unlocked_00414120)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putchar_unlocked(int __c) { int iVar1; iVar1 = (*(code *)PTR_putchar_unlocked_0040c120)(); return iVar1; }
JMP qword ptr [0x0040c120]
null
null
null
null
[(u'CALLIND_-1201724856', u'INDIRECT_-1201724794'), ('tmp_32', u'CAST_-1201724789'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724794', u'COPY_-1201724853'), (u'CAST_-1201724789', u'CALLIND_-1201724856'), ('const-0', u'RETURN_-1201724853')]
[(u'CALLIND_-1201724856', u'INDIRECT_-1201724794'), ('tmp_32', u'CAST_-1201724789'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724794', u'COPY_-1201724853'), (u'CAST_-1201724789', u'CALLIND_-1201724856'), ('const-0', u'RETURN_-1201724853')]
null
null
00402240
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar_unlocked(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_unlocked_0040c120)();\n return iVar1;\n}\n\n" comment (function_definition "int putchar_unlocked(int __c)\n\n{\n int iVar1;\n \n iV...
(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 putchar_unlocked(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putchar_unlocked_0040c120)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "putchar_unlocked(int __c)" (identif...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __c) { int iVar1; iVar1 = (*(type_1 *)PTR_putchar_unlocked_00414120)(); 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_0040c120)(); return iVar1; }
499
79_ln_and_ln_strip.c
explicit_bzero
explicit_bzero
void explicit_bzero(void) { (*(code *)PTR_explicit_bzero_00428278)(); return; }
void explicit_bzero(void) { (*(code *)PTR_explicit_bzero_00417278)(); return; }
JMP qword ptr [0x00417278]
null
null
null
null
[('const-0', u'RETURN_-1201724165'), (u'CALLIND_-1201724168', u'INDIRECT_-1201724108'), ('tmp_22', u'CAST_-1201724103'), (u'CAST_-1201724103', u'CALLIND_-1201724168'), (u'INDIRECT_-1201724108', u'COPY_-1201724167')]
[('const-0', u'RETURN_-1201724165'), (u'CALLIND_-1201724168', u'INDIRECT_-1201724108'), ('tmp_22', u'CAST_-1201724103'), (u'CAST_-1201724103', u'CALLIND_-1201724168'), (u'INDIRECT_-1201724108', u'COPY_-1201724167')]
null
null
004024f0
..
..
(translation_unit "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_00417278)();\n return;\n}\n\n" (function_definition "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_00417278)();\n return;\n}" primitive_type (function_declarator "explicit_bzero(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 explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_00417278)();\n return;\n}" (primitive_type "void") (function_declarator "explicit_bzero(void)" (identifier "explicit_bzero") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR_explicit_bzero_00428278)(); 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_00417278)(); return; }
5,968
121_mv_and_mv_strip.c
attr_copy_check_permissions
attr_copy_check_permissions
void attr_copy_check_permissions(void) { (*(code *)PTR_attr_copy_check_permissions_004543c8)(); return; }
void attr_copy_check_permissions(void) { (*(code *)PTR_attr_copy_check_permissions_0042c3c8)(); return; }
JMP qword ptr [0x0042c3c8]
null
null
null
null
[(u'CALLIND_-1201719400', u'INDIRECT_-1201719340'), (u'CAST_-1201719335', u'CALLIND_-1201719400'), ('tmp_22', u'CAST_-1201719335'), (u'INDIRECT_-1201719340', u'COPY_-1201719399'), ('const-0', u'RETURN_-1201719397')]
[(u'CALLIND_-1201719400', u'INDIRECT_-1201719340'), (u'CAST_-1201719335', u'CALLIND_-1201719400'), ('tmp_22', u'CAST_-1201719335'), (u'INDIRECT_-1201719340', u'COPY_-1201719399'), ('const-0', u'RETURN_-1201719397')]
null
null
00403790
..
..
(translation_unit "void attr_copy_check_permissions(void)\n\n{\n (*(code *)PTR_attr_copy_check_permissions_0042c3c8)();\n return;\n}\n\n" (function_definition "void attr_copy_check_permissions(void)\n\n{\n (*(code *)PTR_attr_copy_check_permissions_0042c3c8)();\n return;\n}" primitive_type (function_declarator "attr...
(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 attr_copy_check_permissions(void)\n\n{\n (*(code *)PTR_attr_copy_check_permissions_0042c3c8)();\n return;\n}" (primitive_type "void") (function_declarator "attr_copy_check_permissions(void)" (identifier "attr_copy_check_permissions") (parameter_list "(void)" (( "(") (parameter_declaration "...
void function_1(void) { (*(type_1 *)PTR_attr_copy_check_permissions_004543c8)(); 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_0042c3c8)(); return; }
3,595
29_who_and_who_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_004160e8)(); 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_0040d0e8)(); return _Var1; }
JMP qword ptr [0x0040d0e8]
null
null
null
null
[(u'INDIRECT_-1201724904', u'COPY_-1201724963'), ('tmp_44', u'CAST_-1201724899'), (u'CAST_-1201724899', u'CALLIND_-1201724968'), ('const-0', u'RETURN_-1201724965'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724904'), (u'CALLIND_-1201724968', u'RETURN_-1201724965')]
[(u'INDIRECT_-1201724904', u'COPY_-1201724963'), ('tmp_44', u'CAST_-1201724899'), (u'CAST_-1201724899', u'CALLIND_-1201724968'), ('const-0', u'RETURN_-1201724965'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724904'), (u'CALLIND_-1201724968', u'RETURN_-1201724965')]
null
null
004021d0
..
..
(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_0040d0e8)();\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_0040d0e8)();\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_004160e8)(); 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_0040d0e8)(); return _Var1; }
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
50_unexpand_and_unexpand_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_00414190)(); 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_0040c190)(); return iVar1; }
JMP qword ptr [0x0040c190]
null
null
null
null
[(u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')]
[(u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')]
null
null
00402320
..
..
(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_0040c190)();\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_0040c190)();\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_00414190)(); 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_0040c190)(); return iVar1; }
513
69_ln_and_ln_strip.c
memmove
memmove
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_00428228)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memmove(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memmove_00417228)(); return pvVar1; }
JMP qword ptr [0x00417228]
null
null
null
null
[(u'CAST_-1201724259', u'CALLIND_-1201724328'), (u'CAST_-1201724258', u'RETURN_-1201724325'), ('tmp_44', u'CAST_-1201724259'), (u'CALLIND_-1201724328', u'CAST_-1201724258'), ('const-0', u'RETURN_-1201724325'), (u'CALLIND_-1201724328', u'INDIRECT_-1201724264'), (u'INDIRECT_-1201724264', u'COPY_-1201724323')]
[(u'CAST_-1201724259', u'CALLIND_-1201724328'), (u'CAST_-1201724258', u'RETURN_-1201724325'), ('tmp_44', u'CAST_-1201724259'), (u'CALLIND_-1201724328', u'CAST_-1201724258'), ('const-0', u'RETURN_-1201724325'), (u'CALLIND_-1201724328', u'INDIRECT_-1201724264'), (u'INDIRECT_-1201724264', u'COPY_-1201724323')]
null
null
00402450
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00417228)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(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 * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00417228)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove...
/* 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_memmove_00428228)(); 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_00417228)(); return pvVar1; }
5,958
52_sum_and_sum_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_004171a0)(); return pFVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen(char *__filename,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fopen_0040c1a0)(); return pFVar1; }
JMP qword ptr [0x0040c1a0]
null
null
null
null
[(u'INDIRECT_-1201724537', u'COPY_-1201724596'), ('const-0', u'RETURN_-1201724597'), ('tmp_38', u'CAST_-1201724532'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724537'), (u'CALLIND_-1201724600', u'CAST_-1201724531'), (u'CAST_-1201724532', u'CALLIND_-1201724600'), (u'CAST_-1201724531', u'RETURN_-1201724597')]
[(u'INDIRECT_-1201724537', u'COPY_-1201724596'), ('const-0', u'RETURN_-1201724597'), ('tmp_38', u'CAST_-1201724532'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724537'), (u'CALLIND_-1201724600', u'CAST_-1201724531'), (u'CAST_-1201724532', u'CALLIND_-1201724600'), (u'CAST_-1201724531', u'RETURN_-1201724597')]
null
null
00402340
..
..
(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_0040c1a0)();\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_0040c1a0)();\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_004171a0)(); 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_0040c1a0)(); return pFVar1; }
7,614
52_df_and_df_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_0042e1a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_004191a0)(); return iVar1; }
JMP qword ptr [0x004191a0]
null
null
null
null
[(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), (u'CAST_-1201724533', u'CALLIND_-1201724600'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CAST_-1201724533')]
[(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), (u'CAST_-1201724533', u'CALLIND_-1201724600'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CAST_-1201724533')]
null
null
00402340
..
..
(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_004191a0)();\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_004191a0)();\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_0042e1a0)(); 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_004191a0)(); return iVar1; }
7,515
39_chmod_and_chmod_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_00425138)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_00415138)(); return iVar1; }
JMP qword ptr [0x00415138]
null
null
null
null
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741')]
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741')]
null
null
00402270
..
..
(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_00415138)();\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_00415138)();\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_00425138)(); 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_00415138)(); return iVar1; }
3,063
20_dd_and_dd_strip.c
textdomain
textdomain
void textdomain(void) { (*(code *)PTR_textdomain_004240a0)(); return; }
void textdomain(void) { (*(code *)PTR_textdomain_004150a0)(); return; }
JMP qword ptr [0x004150a0]
null
null
null
null
[('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725052'), ('tmp_22', u'CAST_-1201725047'), (u'CAST_-1201725047', u'CALLIND_-1201725112'), (u'INDIRECT_-1201725052', u'COPY_-1201725111')]
[('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725052'), ('tmp_22', u'CAST_-1201725047'), (u'CAST_-1201725047', u'CALLIND_-1201725112'), (u'INDIRECT_-1201725052', u'COPY_-1201725111')]
null
null
00402140
..
..
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_004150a0)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_004150a0)();\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_004150a0)();\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_004240a0)(); 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_004150a0)(); return; }
7,254
11_unexpand_and_unexpand_strip.c
textdomain
textdomain
void textdomain(void) { (*(code *)PTR_textdomain_00414058)(); return; }
void textdomain(void) { (*(code *)PTR_textdomain_0040c058)(); return; }
JMP qword ptr [0x0040c058]
null
null
null
null
[('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')]
[('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')]
null
null
004020b0
..
..
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040c058)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040c058)();\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_0040c058)();\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_00414058)(); 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_0040c058)(); return; }
474
34_tac_and_tac_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_00415110)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int ferror_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_ferror_unlocked_0040d110)(); return iVar1; }
JMP qword ptr [0x0040d110]
null
null
null
null
[(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
[(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
null
null
00402220
..
..
(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_0040d110)();\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_0040d110)();\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_00415110)(); 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_0040d110)(); return iVar1; }
5,058
10_chgrp_and_chgrp_strip.c
fcntl
fcntl
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fcntl(int __fd,int __cmd,...) { int iVar1; iVar1 = (*(code *)PTR_fcntl_00427050)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fcntl(int __fd,int __cmd,...) { int iVar1; iVar1 = (*(code *)PTR_fcntl_00415050)(); return iVar1; }
JMP qword ptr [0x00415050]
null
null
null
null
[(u'CAST_-1201725204', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725209'), (u'INDIRECT_-1201725209', u'COPY_-1201725268'), ('const-0', u'RETURN_-1201725269'), ('tmp_38', u'CAST_-1201725204'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')]
[(u'CAST_-1201725204', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725209'), (u'INDIRECT_-1201725209', u'COPY_-1201725268'), ('const-0', u'RETURN_-1201725269'), ('tmp_38', u'CAST_-1201725204'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')]
null
null
004020a0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_00415050)();\n return iVar1;\n}\n\n" comment (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_00415050)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fcntl(int __fd,int __cmd,...)" (identifier...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,int __cmd,...) { int iVar1; iVar1 = (*(type_1 *)PTR_fcntl_00427050)(); 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)) (variadic_paramete...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,int __cmd,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00415050)(); return iVar1; }
2,589
61_csplit_and_csplit_strip.c
__cxa_atexit
__cxa_atexit
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_0041b1e8)(); return; }
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_004101e8)(); return; }
JMP qword ptr [0x004101e8]
null
null
null
null
[(u'INDIRECT_-1201724396', u'COPY_-1201724455'), (u'CAST_-1201724391', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724396'), ('tmp_22', u'CAST_-1201724391')]
[(u'INDIRECT_-1201724396', u'COPY_-1201724455'), (u'CAST_-1201724391', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724396'), ('tmp_22', u'CAST_-1201724391')]
null
null
004023d0
..
..
(translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_004101e8)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_004101e8)();\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_004101e8)();\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_0041b1e8)(); 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_004101e8)(); return; }
6,101
143_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
UI_set_result
UI_set_result
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int UI_set_result(UI *ui,UI_STRING *uis,char *result) { int iVar1; iVar1 = (*(code *)PTR_UI_set_result_002964f8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int UI_set_result(UI *ui,UI_STRING *uis,char *result) { int iVar1; iVar1 = (*(code *)PTR_UI_set_result_001d14f8)(); return iVar1; }
JMP qword ptr [0x001d14f8]
null
null
null
null
[('tmp_44', u'CAST_-1206916627'), (u'CALLIND_-1206916696', u'INDIRECT_-1206916632'), (u'INDIRECT_-1206916632', u'COPY_-1206916691'), (u'CALLIND_-1206916696', u'RETURN_-1206916693'), (u'CAST_-1206916627', u'CALLIND_-1206916696'), ('const-0', u'RETURN_-1206916693')]
[('tmp_44', u'CAST_-1206916627'), (u'CALLIND_-1206916696', u'INDIRECT_-1206916632'), (u'INDIRECT_-1206916632', u'COPY_-1206916691'), (u'CALLIND_-1206916696', u'RETURN_-1206916693'), (u'CAST_-1206916627', u'CALLIND_-1206916696'), ('const-0', u'RETURN_-1206916693')]
null
null
0010e9a0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint UI_set_result(UI *ui,UI_STRING *uis,char *result)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_set_result_001d14f8)();\n return iVar1;\n}\n\n" comment (function_definition "int UI_set_result(UI *ui,UI_STRING *u...
(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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE I...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int UI_set_result(UI *ui,UI_STRING *uis,char *result)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_set_result_001d14f8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "UI_set_result(...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *ui,type_2 *uis,char *result) { int iVar1; iVar1 = (*(type_3 *)PTR_UI_set_result_002964f8)(); 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(UI *ui,UI_STRING *uis,char *result) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001d14f8)(); return iVar1; }
9,901
17_unexpand_and_unexpand_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_00414088)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_0040c088)(); return; }
JMP qword ptr [0x0040c088]
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_0040c088)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\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_0040c088)();\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_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_0040c088)(); return; }
480
138_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
d2i_PKCS12_bio
d2i_PKCS12_bio
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ PKCS12 * d2i_PKCS12_bio(BIO *bp,PKCS12 **p12) { PKCS12 *pPVar1; pPVar1 = (PKCS12 *)(*(code *)PTR_d2i_PKCS12_bio_002964d0)(); return pPVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ PKCS12 * d2i_PKCS12_bio(BIO *bp,PKCS12 **p12) { PKCS12 *pPVar1; pPVar1 = (PKCS12 *)(*(code *)PTR_d2i_PKCS12_bio_001d14d0)(); return pPVar1; }
JMP qword ptr [0x001d14d0]
null
null
null
null
[(u'CAST_-1206916707', u'RETURN_-1206916773'), ('const-0', u'RETURN_-1206916773'), (u'CAST_-1206916708', u'CALLIND_-1206916776'), (u'INDIRECT_-1206916713', u'COPY_-1206916772'), (u'CALLIND_-1206916776', u'INDIRECT_-1206916713'), (u'CALLIND_-1206916776', u'CAST_-1206916707'), ('tmp_38', u'CAST_-1206916708')]
[(u'CAST_-1206916707', u'RETURN_-1206916773'), ('const-0', u'RETURN_-1206916773'), (u'CAST_-1206916708', u'CALLIND_-1206916776'), (u'INDIRECT_-1206916713', u'COPY_-1206916772'), (u'CALLIND_-1206916776', u'INDIRECT_-1206916713'), (u'CALLIND_-1206916776', u'CAST_-1206916707'), ('tmp_38', u'CAST_-1206916708')]
null
null
0010e950
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nPKCS12 * d2i_PKCS12_bio(BIO *bp,PKCS12 **p12)\n\n{\n PKCS12 *pPVar1;\n \n pPVar1 = (PKCS12 *)(*(code *)PTR_d2i_PKCS12_bio_001d14d0)();\n return pPVar1;\n}\n\n" comment (function_definition "PKCS12 * d2i_PKCS12_bio(BIO...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) )))) (compound_statement { (declaration TYPE (pointer_declar...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "PKCS12 * d2i_PKCS12_bio(BIO *bp,PKCS12 **p12)\n\n{\n PKCS12 *pPVar1;\n \n pPVar1 = (PKCS12 *)(*(code *)PTR_d2i_PKCS12_bio_001d14d0)();\n return pPVar1;\n}" (type_identifier "PKCS12") (pointer_declarator "*...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(type_2 *bp,type_1 **p12) { type_1 *pPVar1; pPVar1 = (type_1 *)(*(type_3 *)PTR_d2i_PKCS12_bio_002964d0)(); return pPVar1; }
(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 */ PKCS12 * MASKED(BIO *bp,PKCS12 **p12) { PKCS12 *pPVar1; pPVar1 = (PKCS12 *)(*(code *)PTR_MASKED_001d14d0)(); return pPVar1; }
9,896
69_touch_and_touch_strip.c
unsetenv
unsetenv
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int unsetenv(char *__name) { int iVar1; iVar1 = (*(code *)PTR_unsetenv_004ab228)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int unsetenv(char *__name) { int iVar1; iVar1 = (*(code *)PTR_unsetenv_00466228)(); return iVar1; }
JMP qword ptr [0x00466228]
null
null
null
null
[(u'CALLIND_-1201724328', u'INDIRECT_-1201724266'), (u'INDIRECT_-1201724266', u'COPY_-1201724325'), (u'CAST_-1201724261', u'CALLIND_-1201724328'), ('const-0', u'RETURN_-1201724325'), ('tmp_32', u'CAST_-1201724261'), (u'CALLIND_-1201724328', u'RETURN_-1201724325')]
[(u'CALLIND_-1201724328', u'INDIRECT_-1201724266'), (u'INDIRECT_-1201724266', u'COPY_-1201724325'), (u'CAST_-1201724261', u'CALLIND_-1201724328'), ('const-0', u'RETURN_-1201724325'), ('tmp_32', u'CAST_-1201724261'), (u'CALLIND_-1201724328', u'RETURN_-1201724325')]
null
null
00402450
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint unsetenv(char *__name)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unsetenv_00466228)();\n return iVar1;\n}\n\n" comment (function_definition "int unsetenv(char *__name)\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 unsetenv(char *__name)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unsetenv_00466228)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "unsetenv(char *__name)" (identifier "unsetenv"...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__name) { int iVar1; iVar1 = (*(type_1 *)PTR_unsetenv_004ab228)(); 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))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__name) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00466228)(); return iVar1; }
4,629
9_comm_and_comm_strip.c
getc_unlocked
getc_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int getc_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_getc_unlocked_00415048)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int getc_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_getc_unlocked_0040d048)(); return iVar1; }
JMP qword ptr [0x0040d048]
null
null
null
null
[('tmp_32', u'CAST_-1201725221'), (u'CAST_-1201725221', u'CALLIND_-1201725288'), ('const-0', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'INDIRECT_-1201725226'), (u'INDIRECT_-1201725226', u'COPY_-1201725285')]
[('tmp_32', u'CAST_-1201725221'), (u'CAST_-1201725221', u'CALLIND_-1201725288'), ('const-0', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'INDIRECT_-1201725226'), (u'INDIRECT_-1201725226', u'COPY_-1201725285')]
null
null
00402090
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_unlocked_0040d048)();\n return iVar1;\n}\n\n" comment (function_definition "int getc_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \...
(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 getc_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_unlocked_0040d048)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "getc_unlocked(FILE *__stream)" (id...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_getc_unlocked_00415048)(); 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_0040d048)(); return iVar1; }
4,918
28_mkdir_and_mkdir_strip.c
gettext
gettext
void gettext(void) { (*(code *)PTR_gettext_0042c0e0)(); return; }
void gettext(void) { (*(code *)PTR_gettext_004180e0)(); return; }
JMP qword ptr [0x004180e0]
null
null
null
null
[('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724924'), (u'CAST_-1201724919', u'CALLIND_-1201724984'), ('tmp_22', u'CAST_-1201724919'), (u'INDIRECT_-1201724924', u'COPY_-1201724983')]
[('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724924'), (u'CAST_-1201724919', u'CALLIND_-1201724984'), ('tmp_22', u'CAST_-1201724919'), (u'INDIRECT_-1201724924', u'COPY_-1201724983')]
null
null
004021c0
..
..
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_004180e0)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_004180e0)();\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_004180e0)();\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_0042c0e0)(); 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_004180e0)(); return; }
6,843
45_chmod_and_chmod_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_00425168)(); 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_00415168)(); return pcVar1; }
JMP qword ptr [0x00415168]
null
null
null
null
[(u'CAST_-1201724645', u'CALLIND_-1201724712'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), ('tmp_32', u'CAST_-1201724645'), (u'CAST_-1201724644', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), (u'CALLIND_-1201724712', u'CAST_-1201724644')]
[(u'CAST_-1201724645', u'CALLIND_-1201724712'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), ('tmp_32', u'CAST_-1201724645'), (u'CAST_-1201724644', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), (u'CALLIND_-1201724712', u'CAST_-1201724644')]
null
null
004022d0
..
..
(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_00415168)();\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_00415168)();\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_00425168)(); 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_00415168)(); return pcVar1; }
3,069
69_runcon_and_runcon_strip.c
rpl_fflush
strncmp
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ int rpl_fflush(FILE **stream) { int iVar1; long in_RDI; undefined8 local_48 [2]; int local_38 [5]; undefined1 local_21; undefined8 *local_20; int *local_18; local_18 = local_38; loca...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-433', u'LOAD_-1201680132'), (u'INDIRECT_-1201679796', u'MULTIEQUAL_-1201679789'), (u'CALL_-1201680161', u'INDIRECT_-1201679866'), (u'INDIRECT_-1201679832', u'MULTIEQUAL_-1201679789'), (u'LOAD_-1201680059', u'CAST_-1201679779'), (u'INDIRECT_-1201679808', u'STORE_-1201680037'), (u'INDIRECT_-1201679882', u'MULTIE...
[('const-1', u'RETURN_-1201680326')]
null
null
0040d030
..
..
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n...
(translation_unit comment 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 { comment (expression_statement (cal...
(comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Unknown calling convention */ int function_1(type_1 **stream) { int var_3; long var_1; type_2 local_48 [2]; int local_38 [5]; type_3 local_21; type_2 *local_20; int *local_18; local_18 = local_38; local_20 = loca...
(translation_unit (comment) (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) d...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
7,089
51_less_and_less_strip.c
setlocale
setlocale
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * setlocale(int __category,char *__locale) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_setlocale_00450f30)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * setlocale(int __category,char *__locale) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)(); return pcVar1; }
JMP qword ptr [0x0042ef30]
null
null
null
null
[(u'CALLIND_-1201724616', u'INDIRECT_-1201724553'), ('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724547'), (u'CAST_-1201724548', u'CALLIND_-1201724616'), (u'CAST_-1201724547', u'RETURN_-1201724613'), ('tmp_38', u'CAST_-1201724548'), (u'INDIRECT_-1201724553', u'COPY_-1201724612')]
[(u'CALLIND_-1201724616', u'INDIRECT_-1201724553'), ('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724547'), (u'CAST_-1201724548', u'CALLIND_-1201724616'), (u'CAST_-1201724547', u'RETURN_-1201724613'), ('tmp_38', u'CAST_-1201724548'), (u'INDIRECT_-1201724553', u'COPY_-1201724612')]
null
null
00402330
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)();\n return pcVar1;\n}\n\n" comment (function_definition "char * setlocale(int __category,ch...
(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 "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* setlocale...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(int __category,char *__locale) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_setlocale_00450f30)(); 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)) (parameter_declaration type: (primitive_type) declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(int __category,char *__locale) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_0042ef30)(); return pcVar1; }
6,720
45_stdbuf_and_stdbuf_strip.c
error
error
void error(void) { (*(code *)PTR_error_00414168)(); return; }
void error(void) { (*(code *)PTR_error_0040d168)(); return; }
JMP qword ptr [0x0040d168]
null
null
null
null
[(u'INDIRECT_-1201724652', u'COPY_-1201724711'), ('const-0', u'RETURN_-1201724709'), ('tmp_22', u'CAST_-1201724647'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724652'), (u'CAST_-1201724647', u'CALLIND_-1201724712')]
[(u'INDIRECT_-1201724652', u'COPY_-1201724711'), ('const-0', u'RETURN_-1201724709'), ('tmp_22', u'CAST_-1201724647'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724652'), (u'CAST_-1201724647', u'CALLIND_-1201724712')]
null
null
004022d0
..
..
(translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t...
(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 error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0...
void function_1(void) { (*(type_1 *)PTR_error_00414168)(); 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_0040d168)(); return; }
4,292
54_pwd_and_pwd_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_004121b0)(); 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_0040c1b0)(); return iVar1; }
JMP qword ptr [0x0040c1b0]
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_0040c1b0)();\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_0040c1b0)();\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_004121b0)(); 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_0040c1b0)(); return iVar1; }
1,349
8_nproc_and_nproc_strip.c
_exit
_exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_00413040)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_0040c040)(); return; }
JMP qword ptr [0x0040c040]
null
null
null
null
[('const-0', u'RETURN_-1201725301'), (u'INDIRECT_-1201725243', u'COPY_-1201725302'), ('tmp_28', u'CAST_-1201725238'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725243'), (u'CAST_-1201725238', u'CALLIND_-1201725304')]
[('const-0', u'RETURN_-1201725301'), (u'INDIRECT_-1201725243', u'COPY_-1201725302'), ('tmp_28', u'CAST_-1201725238'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725243'), (u'CAST_-1201725238', u'CALLIND_-1201725304')]
null
null
00402080
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _exit(int __status)\n\n{\n (*(code *)PTR__exit_0040c040)();\n return;\n}\n\n" comment (function_definition "void _exit(int __status)\n\n{\n (*(code *)PTR__exit_0040c040)();\n return;\n}" primitive_type (function_...
(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_0040c040)();\n return;\n}" (primitive_type "void") (function_declarator "_exit(int __status)" (identifier "_exit") (parameter_list "(int __status)" (( "(")...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { (*(type_1 *)PTR__exit_00413040)(); 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_0040c040)(); return; }
3,995
48_groups_and_groups_strip.c
error
error
void error(void) { (*(code *)PTR_error_00412180)(); return; }
void error(void) { (*(code *)PTR_error_0040b180)(); return; }
JMP qword ptr [0x0040b180]
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 error(void)\n\n{\n (*(code *)PTR_error_0040b180)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040b180)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t...
(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 error(void)\n\n{\n (*(code *)PTR_error_0040b180)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0...
void function_1(void) { (*(type_1 *)PTR_error_00412180)(); 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_0040b180)(); return; }
4,097
72_csplit_and_csplit_strip.c
deregister_tm_clones
FUN_004024a0
/* WARNING: Removing unreachable block (ram,0x004024ad) */ /* WARNING: Removing unreachable block (ram,0x004024b7) */ void deregister_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x004024ad) */ /* WARNING: Removing unreachable block (ram,0x004024b7) */ void FUN_004024a0(void) { return; }
MOV EAX,0x4102b0 CMP RAX,0x4102b0 JZ 0x004024c0 MOV EAX,0x0 TEST RAX,RAX JZ 0x004024c0 MOV EDI,0x4102b0 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724188')]
[('const-0', u'RETURN_-1201724188')]
null
null
004024a0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x004024ad) */\n/* WARNING: Removing unreachable block (ram,0x004024b7) */\n\nvoid FUN_004024a0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004024a0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004024a0...
(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,0x004024ad) */") (comment "/* WARNING: Removing unreachable block (ram,0x004024b7) */") (function_definition "void FUN_004024a0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004024a0(void)" (identifier "FUN_004024a0") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x004024ad) */ /* WARNING: Removing unreachable block (ram,0x004024b7) */ 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,0x004024ad) */ /* WARNING: Removing unreachable block (ram,0x004024b7) */ void MASKED(void) { return; }
6,112
46_pageant_and_pageant_strip.c
readdir64
readdir64
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ dirent64 * readdir64(DIR *__dirp) { dirent64 *pdVar1; pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_004ccbb8)(); return pdVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ dirent64 * readdir64(DIR *__dirp) { dirent64 *pdVar1; pdVar1 = (dirent64 *)(*(code *)PTR_readdir64_0046ebb8)(); return pdVar1; }
JMP qword ptr [0x0046ebb8]
null
null
null
null
[(u'CAST_-1201716437', u'CALLIND_-1201716504'), ('const-0', u'RETURN_-1201716501'), ('tmp_32', u'CAST_-1201716437'), (u'INDIRECT_-1201716442', u'COPY_-1201716501'), (u'CALLIND_-1201716504', u'CAST_-1201716436'), (u'CAST_-1201716436', u'RETURN_-1201716501'), (u'CALLIND_-1201716504', u'INDIRECT_-1201716442')]
[(u'CAST_-1201716437', u'CALLIND_-1201716504'), ('const-0', u'RETURN_-1201716501'), ('tmp_32', u'CAST_-1201716437'), (u'INDIRECT_-1201716442', u'COPY_-1201716501'), (u'CALLIND_-1201716504', u'CAST_-1201716436'), (u'CAST_-1201716436', u'RETURN_-1201716501'), (u'CALLIND_-1201716504', u'INDIRECT_-1201716442')]
null
null
004042e0
..
..
(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_0046ebb8)();\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_0046ebb8)();\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_004ccbb8)(); 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_0046ebb8)(); return pdVar1; }
8,377
13_mv_and_mv_strip.c
_exit
_exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_00454068)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_0042c068)(); return; }
JMP qword ptr [0x0042c068]
null
null
null
null
[(u'CALLIND_-1201721128', u'INDIRECT_-1201721067'), ('const-0', u'RETURN_-1201721125'), ('tmp_28', u'CAST_-1201721062'), (u'CAST_-1201721062', u'CALLIND_-1201721128'), (u'INDIRECT_-1201721067', u'COPY_-1201721126')]
[(u'CALLIND_-1201721128', u'INDIRECT_-1201721067'), ('const-0', u'RETURN_-1201721125'), ('tmp_28', u'CAST_-1201721062'), (u'CAST_-1201721062', u'CALLIND_-1201721128'), (u'INDIRECT_-1201721067', u'COPY_-1201721126')]
null
null
004030d0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042c068)();\n return;\n}\n\n" comment (function_definition "void _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042c068)();\n return;\n}" primitive_type (function_...
(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_0042c068)();\n return;\n}" (primitive_type "void") (function_declarator "_exit(int __status)" (identifier "_exit") (parameter_list "(int __status)" (( "(")...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { (*(type_1 *)PTR__exit_00454068)(); 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_0042c068)(); return; }
3,487
1_dircolors_and_dircolors_strip.c
_init
_DT_INIT
int _init(EVP_PKEY_CTX *ctx) { undefined *puVar1; puVar1 = PTR___gmon_start___00415fd0; if (PTR___gmon_start___00415fd0 != (undefined *)0x0) { puVar1 = (undefined *)(*(code *)PTR___gmon_start___00415fd0)(); } return (int)puVar1; }
void _DT_INIT(void) { if (PTR___gmon_start___0040dfd0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040dfd0)(); } return; }
SUB RSP,0x8 MOV RAX,qword ptr [0x0040dfd0] 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___0040dfd0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040dfd0)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040dfd0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040dfd0...
(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___0040dfd0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040dfd0)();\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___0040dfd0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0040dfd0)(); } return; }
5,376
38_readlink_and_readlink_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_00419130)(); 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_0040f130)(); return iVar1; }
JMP qword ptr [0x0040f130]
null
null
null
null
[(u'CAST_-1201724755', u'CALLIND_-1201724824'), (u'CALLIND_-1201724824', u'RETURN_-1201724821'), ('tmp_44', u'CAST_-1201724755'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724760'), ('const-0', u'RETURN_-1201724821'), (u'INDIRECT_-1201724760', u'COPY_-1201724819')]
[(u'CAST_-1201724755', u'CALLIND_-1201724824'), (u'CALLIND_-1201724824', u'RETURN_-1201724821'), ('tmp_44', u'CAST_-1201724755'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724760'), ('const-0', u'RETURN_-1201724821'), (u'INDIRECT_-1201724760', u'COPY_-1201724819')]
null
null
00402260
..
..
(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_0040f130)();\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_0040f130)();\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_00419130)(); 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_0040f130)(); return iVar1; }
1,606
34_tail_and_tail_strip.c
close
close
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int close(int __fd) { int iVar1; iVar1 = (*(code *)PTR_close_0042b110)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int close(int __fd) { int iVar1; iVar1 = (*(code *)PTR_close_00419110)(); return iVar1; }
JMP qword ptr [0x00419110]
null
null
null
null
[(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
[(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')]
null
null
00402220
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_00419110)();\n return iVar1;\n}\n\n" comment (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_00419...
(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 close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_00419110)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "close(int __fd)" (identifier "close") (parameter_list "(...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd) { int iVar1; iVar1 = (*(type_1 *)PTR_close_0042b110)(); 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 __fd) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00419110)(); return iVar1; }
4,347
62_mkdir_and_mkdir_strip.c
malloc
malloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_0042c1f0)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_004181f0)(); return pvVar1; }
JMP qword ptr [0x004181f0]
null
null
null
null
[('const-0', u'RETURN_-1201724437'), (u'INDIRECT_-1201724378', u'COPY_-1201724437'), (u'CAST_-1201724372', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724378'), ('tmp_32', u'CAST_-1201724373'), (u'CALLIND_-1201724440', u'CAST_-1201724372'), (u'CAST_-1201724373', u'CALLIND_-1201724440')]
[('const-0', u'RETURN_-1201724437'), (u'INDIRECT_-1201724378', u'COPY_-1201724437'), (u'CAST_-1201724372', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724378'), ('tmp_32', u'CAST_-1201724373'), (u'CALLIND_-1201724440', u'CAST_-1201724372'), (u'CAST_-1201724373', u'CALLIND_-1201724440')]
null
null
004023e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_004181f0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \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 "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_004181f0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* malloc(size_t __size)" (* "*") ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_malloc_0042c1f0)(); 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))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_004181f0)(); return pvVar1; }
6,877
37_sha384sum_and_sha384sum_strip.c
tolower
tolower
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tolower(int __c) { int iVar1; iVar1 = (*(code *)PTR_tolower_00425128)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int tolower(int __c) { int iVar1; iVar1 = (*(code *)PTR_tolower_00417128)(); return iVar1; }
JMP qword ptr [0x00417128]
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 tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower_00417128)();\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_00417128)();\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_00425128)(); 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_00417128)(); return iVar1; }
2,457
30_seq_and_seq_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_004150f0)(); 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_0040d0f0)(); return iVar1; }
JMP qword ptr [0x0040d0f0]
null
null
null
null
[('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')]
[('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')]
null
null
004021e0
..
..
(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_0040d0f0)();\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_0040d0f0)();\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_004150f0)(); 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_0040d0f0)(); return iVar1; }
1,659
16_pinky_and_pinky_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00414080)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_0040d080)(); return iVar1; }
JMP qword ptr [0x0040d080]
null
null
null
null
[(u'INDIRECT_-1201725114', u'COPY_-1201725173'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CAST_-1201725109', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725114'), ('tmp_32', u'CAST_-1201725109'), ('const-0', u'RETURN_-1201725173')]
[(u'INDIRECT_-1201725114', u'COPY_-1201725173'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CAST_-1201725109', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725114'), ('tmp_32', u'CAST_-1201725109'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(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_0040d080)();\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_0040d080)();\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_00414080)(); 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_0040d080)(); return iVar1; }
1,446
2_chmod_and_chmod_strip.c
FUN_00402020
FUN_00402020
void FUN_00402020(void) { (*(code *)PTR_00425010)(); return; }
void FUN_00402020(void) { (*(code *)PTR_00415010)(); return; }
PUSH qword ptr [0x00415008] JMP qword ptr [0x00415010]
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_00415010)();\n return;\n}\n\n" (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_00415010)();\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_00415010)();\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_00425010)(); 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_00415010)(); return; }
3,026
16_basename_and_basename_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_00412080)(); 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_0040b080)(); return sVar1; }
JMP qword ptr [0x0040b080]
null
null
null
null
[(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')]
[(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(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_0040b080)();\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_0040b080)();\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_00412080)(); 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_0040b080)(); return sVar1; }
1,020
2_uniq_and_uniq_strip.c
FUN_00402020
FUN_00402020
void FUN_00402020(void) { (*(code *)PTR_00417010)(); return; }
void FUN_00402020(void) { (*(code *)PTR_0040e010)(); return; }
PUSH qword ptr [0x0040e008] JMP qword ptr [0x0040e010]
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_0040e010)();\n return;\n}\n\n" (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040e010)();\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_0040e010)();\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_00417010)(); 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_0040e010)(); return; }
705
23_sha512sum_and_sha512sum_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_004260b8)(); 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_004170b8)(); return _Var1; }
JMP qword ptr [0x004170b8]
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_004170b8)();\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_004170b8)();\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_004260b8)(); 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_004170b8)(); return _Var1; }
3,238
18_who_and_who_strip.c
stpcpy
stpcpy
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * stpcpy(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_stpcpy_00416090)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * stpcpy(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_stpcpy_0040d090)(); return pcVar1; }
JMP qword ptr [0x0040d090]
null
null
null
null
[('tmp_38', u'CAST_-1201725076'), (u'CAST_-1201725076', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725081'), ('const-0', u'RETURN_-1201725141'), (u'CALLIND_-1201725144', u'CAST_-1201725075'), (u'CAST_-1201725075', u'RETURN_-1201725141'), (u'INDIRECT_-1201725081', u'COPY_-1201725140')]
[('tmp_38', u'CAST_-1201725076'), (u'CAST_-1201725076', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725081'), ('const-0', u'RETURN_-1201725141'), (u'CALLIND_-1201725144', u'CAST_-1201725075'), (u'CAST_-1201725075', u'RETURN_-1201725141'), (u'INDIRECT_-1201725081', u'COPY_-1201725140')]
null
null
00402120
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_0040d090)();\n return pcVar1;\n}\n\n" comment (function_definition "char * stpcpy(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 * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_0040d090)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* stpcpy(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_stpcpy_00416090)(); 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_0040d090)(); return pcVar1; }
1,866
18_od_and_od_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_00421098)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_00413098)(); return; }
JMP qword ptr [0x00413098]
null
null
null
null
[(u'CALLIND_-1201725128', u'INDIRECT_-1201725068'), (u'CAST_-1201725063', u'CALLIND_-1201725128'), (u'INDIRECT_-1201725068', u'COPY_-1201725127'), ('const-0', u'RETURN_-1201725125'), ('tmp_22', u'CAST_-1201725063')]
[(u'CALLIND_-1201725128', u'INDIRECT_-1201725068'), (u'CAST_-1201725063', u'CALLIND_-1201725128'), (u'INDIRECT_-1201725068', u'COPY_-1201725127'), ('const-0', u'RETURN_-1201725125'), ('tmp_22', u'CAST_-1201725063')]
null
null
00402130
..
..
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00413098)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00413098)();\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_00413098)();\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_00421098)(); 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_00413098)(); 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
41_unlink_and_unlink_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_00410148)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_0040a148)(); return; }
JMP qword ptr [0x0040a148]
null
null
null
null
[('tmp_28', u'CAST_-1201724710'), (u'INDIRECT_-1201724715', u'COPY_-1201724774'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724715'), (u'CAST_-1201724710', u'CALLIND_-1201724776'), ('const-0', u'RETURN_-1201724773')]
[('tmp_28', u'CAST_-1201724710'), (u'INDIRECT_-1201724715', u'COPY_-1201724774'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724715'), (u'CAST_-1201724710', u'CALLIND_-1201724776'), ('const-0', u'RETURN_-1201724773')]
null
null
00402290
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a148)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a148)();\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_0040a148)();\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_00410148)(); 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_0040a148)(); return; }
4,772
3_join_and_join_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_0041a018)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_0040f018)(); return; }
JMP qword ptr [0x0040f018]
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_0040f018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040f018)();\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_0040f018)();\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_0041a018)(); 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_0040f018)(); return; }
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
73_who_and_who_strip.c
register_tm_clones
FUN_004024d0
/* WARNING: Removing unreachable block (ram,0x004024ef) */ /* WARNING: Removing unreachable block (ram,0x004024f9) */ void register_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x004024ef) */ /* WARNING: Removing unreachable block (ram,0x004024f9) */ void FUN_004024d0(void) { return; }
MOV ESI,0x40d2b8 SUB RSI,0x40d2b8 SAR RSI,0x3 MOV RAX,RSI SHR RAX,0x3f ADD RSI,RAX SAR RSI,0x1 JZ 0x00402500 MOV EAX,0x0 TEST RAX,RAX JZ 0x00402500 MOV EDI,0x40d2b8 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724033')]
[('const-0', u'RETURN_-1201724033')]
null
null
004024d0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x004024ef) */\n/* WARNING: Removing unreachable block (ram,0x004024f9) */\n\nvoid FUN_004024d0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004024d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004024d0...
(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,0x004024ef) */") (comment "/* WARNING: Removing unreachable block (ram,0x004024f9) */") (function_definition "void FUN_004024d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004024d0(void)" (identifier "FUN_004024d0") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x004024ef) */ /* WARNING: Removing unreachable block (ram,0x004024f9) */ 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,0x004024ef) */ /* WARNING: Removing unreachable block (ram,0x004024f9) */ void MASKED(void) { return; }
1,921
16_link_and_link_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_00410080)(); 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_0040a080)(); return sVar1; }
JMP qword ptr [0x0040a080]
null
null
null
null
[(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')]
[(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(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_0040a080)();\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_0040a080)();\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_00410080)(); 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_0040a080)(); return sVar1; }
6,778
46_dircolors_and_dircolors_strip.c
__cxa_atexit
__cxa_atexit
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_00416170)(); return; }
void __cxa_atexit(void) { (*(code *)PTR___cxa_atexit_0040e170)(); return; }
JMP qword ptr [0x0040e170]
null
null
null
null
[(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')]
[(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')]
null
null
004022e0
..
..
(translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e170)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e170)();\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_0040e170)();\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_00416170)(); 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_0040e170)(); return; }
5,421
19_tail_and_tail_strip.c
strlen
strlen
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_strlen_0042b098)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_strlen_00419098)(); return sVar1; }
JMP qword ptr [0x00419098]
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\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00419098)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(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 "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00419098)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (pa...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__s) { size_t sVar1; sVar1 = (*(type_1 *)PTR_strlen_0042b098)(); 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))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00419098)(); return sVar1; }
4,332
59_cut_and_cut_strip.c
feof_unlocked
feof_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int feof_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_feof_unlocked_004171d8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int feof_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_feof_unlocked_0040d1d8)(); return iVar1; }
JMP qword ptr [0x0040d1d8]
null
null
null
null
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')]
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')]
null
null
004023b0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint feof_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_feof_unlocked_0040d1d8)();\n return iVar1;\n}\n\n" comment (function_definition "int feof_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \...
(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 feof_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_feof_unlocked_0040d1d8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "feof_unlocked(FILE *__stream)" (id...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_feof_unlocked_004171d8)(); 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_0040d1d8)(); return iVar1; }
1,419
421_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
RSA_free
RSA_free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void RSA_free(RSA *r) { (*(code *)PTR_RSA_free_00296e78)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void RSA_free(RSA *r) { (*(code *)PTR_RSA_free_001d1e78)(); return; }
JMP qword ptr [0x001d1e78]
null
null
null
null
[('tmp_28', u'CAST_-1206911766'), (u'INDIRECT_-1206911771', u'COPY_-1206911830'), (u'CALLIND_-1206911832', u'INDIRECT_-1206911771'), (u'CAST_-1206911766', u'CALLIND_-1206911832'), ('const-0', u'RETURN_-1206911829')]
[('tmp_28', u'CAST_-1206911766'), (u'INDIRECT_-1206911771', u'COPY_-1206911830'), (u'CALLIND_-1206911832', u'INDIRECT_-1206911771'), (u'CAST_-1206911766', u'CALLIND_-1206911832'), ('const-0', u'RETURN_-1206911829')]
null
null
0010fca0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid RSA_free(RSA *r)\n\n{\n (*(code *)PTR_RSA_free_001d1e78)();\n return;\n}\n\n" comment (function_definition "void RSA_free(RSA *r)\n\n{\n (*(code *)PTR_RSA_free_001d1e78)();\n return;\n}" primitive_type (function_...
(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 RSA_free(RSA *r)\n\n{\n (*(code *)PTR_RSA_free_001d1e78)();\n return;\n}" (primitive_type "void") (function_declarator "RSA_free(RSA *r)" (identifier "RSA_free") (parameter_list "(RSA *r)" (( "(") (para...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *r) { (*(type_2 *)PTR_RSA_free_00296e78)(); return; }
(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 (expression_statement (call_...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(RSA *r) { (*(code *)PTR_MASKED_001d1e78)(); return; }
10,179
13_chmod_and_chmod_strip.c
__ctype_get_mb_cur_max
__ctype_get_mb_cur_max
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t __ctype_get_mb_cur_max(void) { size_t sVar1; sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00425068)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t __ctype_get_mb_cur_max(void) { size_t sVar1; sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)(); return sVar1; }
JMP qword ptr [0x00415068]
null
null
null
null
[('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_26', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')]
[('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_26', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')]
null
null
004020d0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ...
(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 "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cu...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void) { size_t sVar1; sVar1 = (*(type_1 *)PTR___ctype_get_mb_cur_max_00425068)(); return sVar1; }
(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 */ size_t MASKED(void) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00415068)(); return sVar1; }
3,037
23_ln_and_ln_strip.c
strlen
strlen
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_strlen_004280b8)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_strlen_004170b8)(); return sVar1; }
JMP qword ptr [0x004170b8]
null
null
null
null
[(u'CALLIND_-1201725064', u'INDIRECT_-1201725002'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725002', u'COPY_-1201725061'), ('const-0', u'RETURN_-1201725061'), ('tmp_32', u'CAST_-1201724997'), (u'CAST_-1201724997', u'CALLIND_-1201725064')]
[(u'CALLIND_-1201725064', u'INDIRECT_-1201725002'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725002', u'COPY_-1201725061'), ('const-0', u'RETURN_-1201725061'), ('tmp_32', u'CAST_-1201724997'), (u'CAST_-1201724997', u'CALLIND_-1201725064')]
null
null
00402170
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_004170b8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(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 "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_004170b8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (pa...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__s) { size_t sVar1; sVar1 = (*(type_1 *)PTR_strlen_004280b8)(); 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))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__s) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_004170b8)(); return sVar1; }
5,912
33_nice_and_nice_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_00413108)(); 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_0040c108)(); return lVar1; }
JMP qword ptr [0x0040c108]
null
null
null
null
[('tmp_44', u'CAST_-1201724835'), (u'CALLIND_-1201724904', u'RETURN_-1201724901'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724840'), (u'INDIRECT_-1201724840', u'COPY_-1201724899'), (u'CAST_-1201724835', u'CALLIND_-1201724904'), ('const-0', u'RETURN_-1201724901')]
[('tmp_44', u'CAST_-1201724835'), (u'CALLIND_-1201724904', u'RETURN_-1201724901'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724840'), (u'INDIRECT_-1201724840', u'COPY_-1201724899'), (u'CAST_-1201724835', u'CALLIND_-1201724904'), ('const-0', u'RETURN_-1201724901')]
null
null
00402210
..
..
(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_0040c108)();\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_0040c108)();\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_00413108)(); 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_0040c108)(); return lVar1; }
2,025
11_sleep_and_sleep_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00412058)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_0040b058)(); return iVar1; }
JMP qword ptr [0x0040b058]
null
null
null
null
[(u'CAST_-1201725189', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'RETURN_-1201725253'), ('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725194', u'COPY_-1201725253'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725194'), ('tmp_32', u'CAST_-1201725189')]
[(u'CAST_-1201725189', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'RETURN_-1201725253'), ('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725194', u'COPY_-1201725253'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725194'), ('tmp_32', u'CAST_-1201725189')]
null
null
004020b0
..
..
(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_0040b058)();\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_0040b058)();\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_00412058)(); 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_0040b058)(); return iVar1; }
594
53_sha224sum_and_sha224sum_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_004211a8)(); 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_004131a8)(); return iVar1; }
JMP qword ptr [0x004131a8]
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_004131a8)();\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_004131a8)();\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_004211a8)(); 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_004131a8)(); 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
17_mkdir_and_mkdir_strip.c
context_new
context_new
void context_new(void) { (*(code *)PTR_context_new_0042c088)(); return; }
void context_new(void) { (*(code *)PTR_context_new_00418088)(); return; }
JMP qword ptr [0x00418088]
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 context_new(void)\n\n{\n (*(code *)PTR_context_new_00418088)();\n return;\n}\n\n" (function_definition "void context_new(void)\n\n{\n (*(code *)PTR_context_new_00418088)();\n return;\n}" primitive_type (function_declarator "context_new(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 context_new(void)\n\n{\n (*(code *)PTR_context_new_00418088)();\n return;\n}" (primitive_type "void") (function_declarator "context_new(void)" (identifier "context_new") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\...
void function_1(void) { (*(type_1 *)PTR_context_new_0042c088)(); 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_00418088)(); return; }
6,832
31_b2sum_and_b2sum_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_004270f8)(); 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_004170f8)(); return iVar1; }
JMP qword ptr [0x004170f8]
null
null
null
null
[(u'CAST_-1201724868', u'CALLIND_-1201724936'), ('const-0', u'RETURN_-1201724933'), ('tmp_38', u'CAST_-1201724868'), (u'CALLIND_-1201724936', u'RETURN_-1201724933'), (u'INDIRECT_-1201724873', u'COPY_-1201724932'), (u'CALLIND_-1201724936', u'INDIRECT_-1201724873')]
[(u'CAST_-1201724868', u'CALLIND_-1201724936'), ('const-0', u'RETURN_-1201724933'), ('tmp_38', u'CAST_-1201724868'), (u'CALLIND_-1201724936', u'RETURN_-1201724933'), (u'INDIRECT_-1201724873', u'COPY_-1201724932'), (u'CALLIND_-1201724936', u'INDIRECT_-1201724873')]
null
null
004021f0
..
..
(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_004170f8)();\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_004170f8)();\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_004270f8)(); 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_004170f8)(); return iVar1; }
5,337
8_head_and_head_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00418040)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_0040e040)(); return; }
JMP qword ptr [0x0040e040]
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_0040e040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040e040)();\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_0040e040)();\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_00418040)(); 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_0040e040)(); return; }
2,058
41_users_and_users_strip.c
__freading
__freading
void __freading(void) { (*(code *)PTR___freading_00411148)(); return; }
void __freading(void) { (*(code *)PTR___freading_0040a148)(); return; }
JMP qword ptr [0x0040a148]
null
null
null
null
[(u'CALLIND_-1201724776', u'INDIRECT_-1201724716'), (u'INDIRECT_-1201724716', u'COPY_-1201724775'), ('tmp_22', u'CAST_-1201724711'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724711', u'CALLIND_-1201724776')]
[(u'CALLIND_-1201724776', u'INDIRECT_-1201724716'), (u'INDIRECT_-1201724716', u'COPY_-1201724775'), ('tmp_22', u'CAST_-1201724711'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724711', u'CALLIND_-1201724776')]
null
null
00402290
..
..
(translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040a148)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040a148)();\n return;\n}" primitive_type (function_declarator "__freading(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 __freading(void)\n\n{\n (*(code *)PTR___freading_0040a148)();\n return;\n}" (primitive_type "void") (function_declarator "__freading(void)" (identifier "__freading") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___freading_00411148)(); 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_0040a148)(); return; }
5,288
36_factor_and_factor_strip.c
__gmpz_tdiv_q_ui
__gmpz_tdiv_q_ui
void __gmpz_tdiv_q_ui(void) { (*(code *)PTR___gmpz_tdiv_q_ui_00428120)(); return; }
void __gmpz_tdiv_q_ui(void) { (*(code *)PTR___gmpz_tdiv_q_ui_00417120)(); return; }
JMP qword ptr [0x00417120]
null
null
null
null
[('tmp_22', u'CAST_-1201724791'), (u'INDIRECT_-1201724796', u'COPY_-1201724855'), (u'CAST_-1201724791', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724796'), ('const-0', u'RETURN_-1201724853')]
[('tmp_22', u'CAST_-1201724791'), (u'INDIRECT_-1201724796', u'COPY_-1201724855'), (u'CAST_-1201724791', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724796'), ('const-0', u'RETURN_-1201724853')]
null
null
00402240
..
..
(translation_unit "void __gmpz_tdiv_q_ui(void)\n\n{\n (*(code *)PTR___gmpz_tdiv_q_ui_00417120)();\n return;\n}\n\n" (function_definition "void __gmpz_tdiv_q_ui(void)\n\n{\n (*(code *)PTR___gmpz_tdiv_q_ui_00417120)();\n return;\n}" primitive_type (function_declarator "__gmpz_tdiv_q_ui(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 __gmpz_tdiv_q_ui(void)\n\n{\n (*(code *)PTR___gmpz_tdiv_q_ui_00417120)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpz_tdiv_q_ui(void)" (identifier "__gmpz_tdiv_q_ui") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co...
void function_1(void) { (*(type_1 *)PTR___gmpz_tdiv_q_ui_00428120)(); 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_00417120)(); return; }
2,519
37_dd_and_dd_strip.c
gettimeofday
gettimeofday
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int gettimeofday(timeval *__tv,__timezone_ptr_t __tz) { int iVar1; iVar1 = (*(code *)PTR_gettimeofday_00424128)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int gettimeofday(timeval *__tv,__timezone_ptr_t __tz) { int iVar1; iVar1 = (*(code *)PTR_gettimeofday_00415128)(); return iVar1; }
JMP qword ptr [0x00415128]
null
null
null
null
[(u'INDIRECT_-1201724777', u'COPY_-1201724836'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724777'), ('tmp_38', u'CAST_-1201724772'), (u'CAST_-1201724772', u'CALLIND_-1201724840'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
[(u'INDIRECT_-1201724777', u'COPY_-1201724836'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724777'), ('tmp_38', u'CAST_-1201724772'), (u'CAST_-1201724772', u'CALLIND_-1201724840'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
null
null
00402250
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00415128)();\n return iVar1;\n}\n\n" comment (function_definition "int gettimeofday(timeval *__tv,__timez...
(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 gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00415128)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "gettimeofday(ti...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__tv,type_2 __tz) { int iVar1; iVar1 = (*(type_3 *)PTR_gettimeofday_00424128)(); 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(timeval *__tv,__timezone_ptr_t __tz) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00415128)(); return iVar1; }
7,271
85_less_and_less_strip.c
make_file_private
FUN_0040fad0
void make_file_private(FILE *f) { bool bVar1; int iVar2; long in_FS_OFFSET; int r; int do_chmod; FILE *f_local; stat statbuf; statbuf.__glibc_reserved[2] = *(__syscall_slong_t *)(in_FS_OFFSET + 0x28); bVar1 = true; iVar2 = fileno((FILE *)f); iVar2 = fstat(iVar2,(stat *)&f_local); if ((iVar2...
void FUN_0040fad0(undefined8 param_1,undefined4 param_2) { FUN_0040f840(param_1,param_2,1); return; }
PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RDI,qword ptr [RBP + -0x8] MOV ESI,dword ptr [RBP + -0xc] MOV EDX,0x1 CALL 0x0040f840 ADD RSP,0x10 POP RBP RET
null
null
null
null
[('tmp_460', u'CAST_-1201668750'), (u'CALL_-1201669136', u'CALL_-1201669118'), (u'INT_NOTEQUAL_-1201669068', u'CBRANCH_-1201669066'), (u'CALL_-1201669339', u'INDIRECT_-1201668892'), ('tmp_340', u'BRANCH_-1201669106'), (u'CALL_-1201669118', u'INDIRECT_-1201668763'), ('tmp_300', u'CBRANCH_-1201669157'), ('tmp_950', u'INT...
[('tmp_178', u'CALL_-1201669361'), ('const-0', u'RETURN_-1201669332'), ('const-1', u'CALL_-1201669361'), ('tmp_189', u'CALL_-1201669361')]
null
null
0040fad0
..
..
(translation_unit "void FUN_0040fad0(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_0040f840(param_1,param_2,1);\n return;\n}\n\n" (function_definition "void FUN_0040fad0(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_0040f840(param_1,param_2,1);\n return;\n}" primitive_type (function_declarator "FUN_0040fad0...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0040fad0(undefined8 param_1,undefined4 param_2)\n\n{\n FUN_0040f840(param_1,param_2,1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0040fad0(undefined8 param_1,undefined4 param_2)" (identifier "FUN_0040fad0") (parameter_list "(undefined8 param_1,undefined4 param_2)" ...
void function_1(type_1 *f) { bool bVar1; int var_4; long var_1; int r; int do_chmod; type_1 *f_local; type_2 statbuf; statbuf.__glibc_reserved[2] = *(type_3 *)(var_1 + 0x28); bVar1 = true; var_4 = var_2((type_1 *)f); var_4 = var_3(var_4,(type_2 *)&f_local); if ((var_4 < 0) || (((type_4)stat...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen...
void MASKED(undefined8 param_1,undefined4 param_2) { FUN_0040f840(param_1,param_2,1); return; }
6,754