file_name
stringlengths
17
45
original_function_name
stringlengths
3
57
stripped_function_name
stringlengths
3
57
decompiled_code_original
stringlengths
52
99k
decompiled_code_stripped
stringlengths
37
21.4k
assembly_code
stringlengths
3
32.8k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
13.4M
pcode_edges_stripped
stringlengths
34
232k
pcode_graph_original
float64
pcode_graph_stripped
float64
address
stringlengths
8
8
arch
stringclasses
1 value
opt_level
stringclasses
1 value
S-Expression_decompiled_code_original_noisy
stringlengths
348
895k
S-Expression_decompiled_code_original_clean
stringclasses
487 values
S-Expression_decompiled_code_original_root
stringlengths
356
897k
Replace_function_name_and_variable_name
stringlengths
39
95.3k
S-Expression_decompiled_code_stripped
stringclasses
1 value
Root Node
stringclasses
555 values
decompiled_code_original_masked
stringclasses
1 value
decompiled_code_stripped_masked
stringlengths
35
21.4k
__index_level_0__
int64
1
11.3k
139_install_and_install_strip.c
fdopendir
fdopendir
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ DIR * fdopendir(int __fd) { DIR *pDVar1; pDVar1 = (DIR *)(*(code *)PTR_fdopendir_0045a458)(); return pDVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ DIR * fdopendir(int __fd) { DIR *pDVar1; pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)(); return pDVar1; }
JMP qword ptr [0x00430458]
null
null
null
null
[(u'CAST_-1201714948', u'RETURN_-1201715013'), (u'CALLIND_-1201715016', u'INDIRECT_-1201714954'), ('tmp_32', u'CAST_-1201714949'), (u'CAST_-1201714949', u'CALLIND_-1201715016'), (u'CALLIND_-1201715016', u'CAST_-1201714948'), ('const-0', u'RETURN_-1201715013'), (u'INDIRECT_-1201714954', u'COPY_-1201715013')]
[(u'CAST_-1201714948', u'RETURN_-1201715013'), (u'CALLIND_-1201715016', u'INDIRECT_-1201714954'), ('tmp_32', u'CAST_-1201714949'), (u'CAST_-1201714949', u'CALLIND_-1201715016'), (u'CALLIND_-1201715016', u'CAST_-1201714948'), ('const-0', u'RETURN_-1201715013'), (u'INDIRECT_-1201714954', u'COPY_-1201715013')]
null
null
004048b0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nDIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)();\n return pDVar1;\n}\n\n" comment (function_definition "DIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVa...
(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 "DIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)();\n return pDVar1;\n}" (type_identifier "DIR") (pointer_declarator "* fdopendir(int __fd)" (* "*") (fun...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(int __fd) { type_1 *pDVar1; pDVar1 = (type_1 *)(*(type_2 *)PTR_fdopendir_0045a458)(); return pDVar1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ DIR * MASKED(int __fd) { DIR *pDVar1; pDVar1 = (DIR *)(*(code *)PTR_MASKED_00430458)(); return pDVar1; }
6,223
48_users_and_users_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_00411180)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_0040a180)(); return; }
JMP qword ptr [0x0040a180]
null
null
null
null
[(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')]
[(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')]
null
null
00402300
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a180)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a180)();\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_0040a180)();\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_00411180)(); 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_0040a180)(); return; }
5,480
64_realpath_and_realpath_strip.c
set_program_name
FUN_0040abf0
/* WARNING: Variable defined which should be unmapped: argv0_local */ void set_program_name(char *argv0) { int iVar1; char *pcVar2; char *local_30; char *base; char *slash; char *argv0_local; if (argv0 != (char *)0x0) { pcVar2 = strrchr(argv0,0x2f); local_30 = argv0; if (pcVar2 != (char ...
bool FUN_0040abf0(int param_1) { bool local_9; local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a; return local_9; }
PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x8],EDI MOV EDI,dword ptr [RBP + -0x8] ADD EDI,-0x61 SUB EDI,0x19 MOV dword ptr [RBP + -0xc],EDI JA 0x0040ac17 JMP 0x0040ac0e MOV byte ptr [RBP + -0x1],0x1 JMP 0x0040ac1b MOV byte ptr [RBP + -0x1],0x0 MOV AL,byte ptr [RBP + -0x1] AND AL,0x1 MOVZX EAX,AL POP RBP RET
null
null
null
null
[('const-1', u'PTRADD_-1201689010'), (u'CALL_-1201689533', u'INDIRECT_-1201689032'), (u'MULTIEQUAL_-1201688758', u'CAST_-1201688613'), ('const--7', u'PTRADD_-1201689244'), ('tmp_223', u'CBRANCH_-1201689439'), (u'CALL_-1201689146', u'INDIRECT_-1201688798'), ('const-0', u'INT_NOTEQUAL_-1201689569'), (u'MULTIEQUAL_-120168...
[('tmp_270', u'INT_EQUAL_-1201689566'), (u'INT_EQUAL_-1201689566', u'BOOL_OR_-1201689416'), (u'COPY_-1201689446', u'RETURN_-1201689492'), (u'INT_SUB_-1201689573', u'INT_LESS_-1201689567'), ('const-0', u'RETURN_-1201689492'), (u'BOOL_OR_-1201689416', u'COPY_-1201689446'), ('tmp_270', u'INT_SUB_-1201689573'), ('const-122...
null
null
0040abf0
..
..
(translation_unit "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}\n\n" (function_definition "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}" pri...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT - LIT) < LIT) || (binary_ex...
(function_definition "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}" (primitive_type "bool") (function_declarator "FUN_0040abf0(int param_1)" (identifier "FUN_0040abf0") (parameter_list "(int param_1)" (( "(") (parameter_declaratio...
/* WARNING: Variable defined which should be unmapped: argv0_local */ void function_1(char *var_1) { int var_6; char *var_3; char *var_5; char *base; char *slash; char *argv0_local; if (var_1 != (char *)0x0) { var_3 = var_2(var_1,0x2f); var_5 = var_1; if (var_3 != (char *)0x0) { va...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio...
bool MASKED(int param_1) { bool local_9; local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a; return local_9; }
5,094
464_putty_and_putty_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_0062cde8)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strcat(char *__dest,char *__src) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strcat_00536de8)(); return pcVar1; }
JMP qword ptr [0x00536de8]
null
null
null
null
[(u'CALLIND_-1201681112', u'CAST_-1201681043'), ('tmp_38', u'CAST_-1201681044'), (u'CALLIND_-1201681112', u'INDIRECT_-1201681049'), (u'INDIRECT_-1201681049', u'COPY_-1201681108'), ('const-0', u'RETURN_-1201681109'), (u'CAST_-1201681044', u'CALLIND_-1201681112'), (u'CAST_-1201681043', u'RETURN_-1201681109')]
[(u'CALLIND_-1201681112', u'CAST_-1201681043'), ('tmp_38', u'CAST_-1201681044'), (u'CALLIND_-1201681112', u'INDIRECT_-1201681049'), (u'INDIRECT_-1201681049', u'COPY_-1201681108'), ('const-0', u'RETURN_-1201681109'), (u'CAST_-1201681044', u'CALLIND_-1201681112'), (u'CAST_-1201681043', u'RETURN_-1201681109')]
null
null
0040cd20
..
..
(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_00536de8)();\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_00536de8)();\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_0062cde8)(); 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_00536de8)(); return pcVar1; }
11,202
50_hostid_and_hostid_strip.c
frame_dummy
_INIT_0
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void frame_dummy(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void _INIT_0(void) { return; }
JMP 0x00402340
null
null
null
null
[('const-0', u'RETURN_-1201724432')]
[('const-0', u'RETURN_-1201724432')]
null
null
004023b0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040235f) */\n/* WARNING: Removing unreachable block (ram,0x00402369) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identif...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(comment "/* WARNING: Removing unreachable block (ram,0x0040235f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402369) */") (function_definition "void _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") ...
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void function_1(void) { return; }
(translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
/* WARNING: Removing unreachable block (ram,0x0040235f) */ /* WARNING: Removing unreachable block (ram,0x00402369) */ void MASKED(void) { return; }
6,719
61_pterm_and_pterm_strip.c
gtk_selection_clear_targets
gtk_selection_clear_targets
void gtk_selection_clear_targets(void) { (*(code *)PTR_gtk_selection_clear_targets_00524208)(); return; }
void gtk_selection_clear_targets(void) { (*(code *)PTR_gtk_selection_clear_targets_004aa208)(); return; }
JMP qword ptr [0x004aa208]
null
null
null
null
[(u'CAST_-1201691607', u'CALLIND_-1201691672'), (u'CALLIND_-1201691672', u'INDIRECT_-1201691612'), (u'INDIRECT_-1201691612', u'COPY_-1201691671'), ('const-0', u'RETURN_-1201691669'), ('tmp_22', u'CAST_-1201691607')]
[(u'CAST_-1201691607', u'CALLIND_-1201691672'), (u'CALLIND_-1201691672', u'INDIRECT_-1201691612'), (u'INDIRECT_-1201691612', u'COPY_-1201691671'), ('const-0', u'RETURN_-1201691669'), ('tmp_22', u'CAST_-1201691607')]
null
null
0040a3e0
..
..
(translation_unit "void gtk_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}\n\n" (function_definition "void gtk_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}" primitive_type (function_declarator "gtk_...
(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_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_selection_clear_targets(void)" (identifier "gtk_selection_clear_targets") (parameter_list "(void)" (( "(") (parameter_declaration "...
void function_1(void) { (*(type_1 *)PTR_gtk_selection_clear_targets_00524208)(); 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_004aa208)(); return; }
8,761
37_tsort_and_tsort_strip.c
fileno
fileno
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_00414128)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fileno(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fileno_0040c128)(); return iVar1; }
JMP qword ptr [0x0040c128]
null
null
null
null
[(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
[(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')]
null
null
00402250
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040c128)();\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_0040c128)();\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_00414128)(); 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_0040c128)(); return iVar1; }
2,574
419_putty_and_putty_strip.c
gtk_tree_selection_unselect_all
gtk_tree_selection_unselect_all
void gtk_tree_selection_unselect_all(void) { (*(code *)PTR_gtk_tree_selection_unselect_all_0062cc80)(); return; }
void gtk_tree_selection_unselect_all(void) { (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)(); return; }
JMP qword ptr [0x00536c80]
null
null
null
null
[('tmp_22', u'CAST_-1201681767'), ('const-0', u'RETURN_-1201681829'), (u'CALLIND_-1201681832', u'INDIRECT_-1201681772'), (u'INDIRECT_-1201681772', u'COPY_-1201681831'), (u'CAST_-1201681767', u'CALLIND_-1201681832')]
[('tmp_22', u'CAST_-1201681767'), ('const-0', u'RETURN_-1201681829'), (u'CALLIND_-1201681832', u'INDIRECT_-1201681772'), (u'INDIRECT_-1201681772', u'COPY_-1201681831'), (u'CAST_-1201681767', u'CALLIND_-1201681832')]
null
null
0040ca50
..
..
(translation_unit "void gtk_tree_selection_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}" primitive_type (function_...
(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_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_unselect_all(void)" (identifier "gtk_tree_selection_unselect_all") (parameter_list "(void)" (( "(") (paramet...
void function_1(void) { (*(type_1 *)PTR_gtk_tree_selection_unselect_all_0062cc80)(); 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_00536c80)(); return; }
11,157
60_stty_and_stty_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_0041f1e0)(); 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_004131e0)(); return iVar1; }
JMP qword ptr [0x004131e0]
null
null
null
null
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
null
null
004023c0
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004131e0)();\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_004131e0)();\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_0041f1e0)(); 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_004131e0)(); return iVar1; }
2,465
43_tr_and_tr_strip.c
fwrite_unlocked
fwrite_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_0041b158)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)(); return sVar1; }
JMP qword ptr [0x00410158]
null
null
null
null
[('tmp_50', u'CAST_-1201724674'), (u'INDIRECT_-1201724679', u'COPY_-1201724738'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724679'), ('const-0', u'RETURN_-1201724741'), (u'CAST_-1201724674', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')]
[('tmp_50', u'CAST_-1201724674'), (u'INDIRECT_-1201724679', u'COPY_-1201724738'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724679'), ('const-0', u'RETURN_-1201724741'), (u'CAST_-1201724674', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')]
null
null
004022b0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwr...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)();\n return sVar1;\n}" (primitive_type "size_t") (funct...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fwrite_unlocked_0041b158)(); return sVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00410158)(); return sVar1; }
1,886
24_paste_and_paste_strip.c
memset
memset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_004130c0)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)(); return pvVar1; }
JMP qword ptr [0x0040c0c0]
null
null
null
null
[(u'CALLIND_-1201725048', u'INDIRECT_-1201724984'), (u'INDIRECT_-1201724984', u'COPY_-1201725043'), ('const-0', u'RETURN_-1201725045'), (u'CAST_-1201724978', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'CAST_-1201724978'), ('tmp_44', u'CAST_-1201724979'), (u'CAST_-1201724979', u'CALLIND_-1201725048')]
[(u'CALLIND_-1201725048', u'INDIRECT_-1201724984'), (u'INDIRECT_-1201724984', u'COPY_-1201725043'), ('const-0', u'RETURN_-1201725045'), (u'CAST_-1201724978', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'CAST_-1201724978'), ('tmp_44', u'CAST_-1201724979'), (u'CAST_-1201724979', u'CALLIND_-1201725048')]
null
null
00402180
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __...
(translation_unit 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 { (declaration TYPE (pointer_declarator * ID...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memset_004130c0)(); 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 *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0040c0c0)(); return pvVar1; }
23
7_putty_and_putty_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_0062bf90)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)(); return piVar1; }
JMP qword ptr [0x00535f90]
null
null
null
null
[(u'CAST_-1201688389', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'CAST_-1201688389'), ('tmp_26', u'CAST_-1201688390'), (u'CAST_-1201688390', u'CALLIND_-1201688456'), ('const-0', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'INDIRECT_-1201688395'), (u'INDIRECT_-1201688395', u'COPY_-1201688454')]
[(u'CAST_-1201688389', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'CAST_-1201688389'), ('tmp_26', u'CAST_-1201688390'), (u'CAST_-1201688390', u'CALLIND_-1201688456'), ('const-0', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'INDIRECT_-1201688395'), (u'INDIRECT_-1201688395', u'COPY_-1201688454')]
null
null
0040b070
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_0062bf90)(); return piVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_00535f90)(); return piVar1; }
10,745
34_puttygen_and_puttygen_strip.c
memset
memset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_004abe48)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)(); return pvVar1; }
JMP qword ptr [0x0045ce48]
null
null
null
null
[('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')]
[('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')]
null
null
00402220
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __...
(translation_unit 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 { (declaration TYPE (pointer_declarator * ID...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memset_004abe48)(); 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 *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0045ce48)(); return pvVar1; }
8,466
8_unexpand_and_unexpand_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00414040)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_0040c040)(); return; }
JMP qword ptr [0x0040c040]
null
null
null
null
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
[('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')]
null
null
00402080
..
..
(translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR___fpending_00414040)(); return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar...
void MASKED(void) { (*(code *)PTR_MASKED_0040c040)(); return; }
1,309
73_curl_and_curl_strip.c
curl_strnequal
curl_strnequal
void curl_strnequal(void) { (*(code *)PTR_curl_strnequal_00460e58)(); return; }
void curl_strnequal(void) { (*(code *)PTR_curl_strnequal_0043ee58)(); return; }
JMP qword ptr [0x0043ee58]
null
null
null
null
[('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720108'), (u'CAST_-1201720103', u'CALLIND_-1201720168'), (u'INDIRECT_-1201720108', u'COPY_-1201720167'), ('tmp_22', u'CAST_-1201720103')]
[('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720108'), (u'CAST_-1201720103', u'CALLIND_-1201720168'), (u'INDIRECT_-1201720108', u'COPY_-1201720167'), ('tmp_22', u'CAST_-1201720103')]
null
null
00403490
..
..
(translation_unit "void curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}\n\n" (function_definition "void curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}" primitive_type (function_declarator "curl_strnequal(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 curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}" (primitive_type "void") (function_declarator "curl_strnequal(void)" (identifier "curl_strnequal") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR_curl_strnequal_00460e58)(); 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_0043ee58)(); return; }
8,071
15_pathchk_and_pathchk_strip.c
__lxstat
__lxstat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_00411078)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_0040b078)(); return iVar1; }
JMP qword ptr [0x0040b078]
null
null
null
null
[(u'INDIRECT_-1201725128', u'COPY_-1201725187'), ('tmp_44', u'CAST_-1201725123'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725128'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'CAST_-1201725123', u'CALLIND_-1201725192'), ('const-0', u'RETURN_-1201725189')]
[(u'INDIRECT_-1201725128', u'COPY_-1201725187'), ('tmp_44', u'CAST_-1201725123'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725128'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'CAST_-1201725123', u'CALLIND_-1201725192'), ('const-0', u'RETURN_-1201725189')]
null
null
004020f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0040b078)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filenam...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0040b078)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat(int __...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,char *__filename,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___lxstat_00411078)(); 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_0040b078)(); return iVar1; }
789
59_ln_and_ln_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_004281d8)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_004171d8)(); return pvVar1; }
JMP qword ptr [0x004171d8]
null
null
null
null
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), (u'CAST_-1201724420', u'RETURN_-1201724485'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'CAST_-1201724420'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')]
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), (u'CAST_-1201724420', u'RETURN_-1201724485'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'CAST_-1201724420'), ('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\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_004171d8)();\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_004171d8)();\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_004281d8)(); 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_004171d8)(); return pvVar1; }
6,489
133_plink_and_plink_strip.c
__ctype_b_loc
__ctype_b_loc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** __ctype_b_loc(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_0054ffb8)(); return ppuVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** __ctype_b_loc(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_004b3fb8)(); return ppuVar1; }
JMP qword ptr [0x004b3fb8]
null
null
null
null
[(u'CAST_-1201719125', u'RETURN_-1201719189'), (u'CALLIND_-1201719192', u'INDIRECT_-1201719131'), ('tmp_26', u'CAST_-1201719126'), (u'CALLIND_-1201719192', u'CAST_-1201719125'), (u'INDIRECT_-1201719131', u'COPY_-1201719190'), (u'CAST_-1201719126', u'CALLIND_-1201719192'), ('const-0', u'RETURN_-1201719189')]
[(u'CAST_-1201719125', u'RETURN_-1201719189'), (u'CALLIND_-1201719192', u'INDIRECT_-1201719131'), ('tmp_26', u'CAST_-1201719126'), (u'CALLIND_-1201719192', u'CAST_-1201719125'), (u'INDIRECT_-1201719131', u'COPY_-1201719190'), (u'CAST_-1201719126', u'CALLIND_-1201719192'), ('const-0', u'RETURN_-1201719189')]
null
null
00403860
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_004b3fb8)();\n return ppuVar1;\n}\n\n" comment (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n u...
(translation_unit 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_expression IDEN...
(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 **)(*(code *)PTR___ctype_b_loc_004b3fb8)();\n return ppuVar1;\n}" (type_identifier "ushort") (pointer_declarator "** __ctype_b_...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 ** function_1(void) { type_1 **ppuVar1; ppuVar1 = (type_1 **)(*(type_2 *)PTR___ctype_b_loc_0054ffb8)(); return ppuVar1; }
(translation_unit (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 (declaration type: (...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ushort ** MASKED(void) { ushort **ppuVar1; ppuVar1 = (ushort **)(*(code *)PTR_MASKED_004b3fb8)(); return ppuVar1; }
9,891
73_du_and_du_strip.c
mktime
mktime
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ time_t mktime(tm *__tp) { time_t tVar1; tVar1 = (*(code *)PTR_mktime_00441248)(); return tVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ time_t mktime(tm *__tp) { time_t tVar1; tVar1 = (*(code *)PTR_mktime_00423248)(); return tVar1; }
JMP qword ptr [0x00423248]
null
null
null
null
[('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720106'), (u'CAST_-1201720101', u'CALLIND_-1201720168'), ('tmp_32', u'CAST_-1201720101'), (u'INDIRECT_-1201720106', u'COPY_-1201720165')]
[('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720106'), (u'CAST_-1201720101', u'CALLIND_-1201720168'), ('tmp_32', u'CAST_-1201720101'), (u'INDIRECT_-1201720106', u'COPY_-1201720165')]
null
null
00403490
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntime_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_00423248)();\n return tVar1;\n}\n\n" comment (function_definition "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(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 "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_00423248)();\n return tVar1;\n}" (type_identifier "time_t") (function_declarator "mktime(tm *__tp)" (identifier "mktime") (par...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(type_2 *__tp) { type_1 tVar1; tVar1 = (*(type_3 *)PTR_mktime_00441248)(); return tVar1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_id...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ time_t MASKED(tm *__tp) { time_t tVar1; tVar1 = (*(code *)PTR_MASKED_00423248)(); return tVar1; }
3,941
520_pterm_and_pterm_strip.c
fontinfo_realname_find
gtk_tree_view_set_reorderable
/* WARNING: Unknown calling convention */ wchar_t fontinfo_realname_find(void **av,void **bv) { wchar_t wVar1; undefined8 *in_RSI; undefined8 *in_RDI; wchar_t local_a8 [4]; long local_98 [2]; long local_88 [6]; wchar_t local_58 [8]; wchar_t *local_38; wchar_t *local_30; long *local_28; long *lo...
/* WARNING: Control flow encountered bad instruction data */ void gtk_tree_view_set_reorderable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[(u'INT_AND_-1202332622', u'INT_EQUAL_-1202332590'), (u'COPY_-1202332312', u'RETURN_-1202332431'), (u'CALL_-1202332754', u'INDIRECT_-1202332252'), (u'CALL_-1202332754', u'INT_EQUAL_-1202332728'), ('tmp_1250', u'PTRSUB_-1202332285'), ('const-433', u'LOAD_-1202332476'), (u'LOAD_-1202332521', u'STORE_-1202332507'), (u'INT...
[('const-1', u'RETURN_-1202333014')]
null
null
004adaa0
..
..
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid gtk_tree_view_set_reorderable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void gtk_tree_view_set_reorderable(void)\n\n{\n ...
(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 gtk_tree_view_set_reorderable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "gtk_tree_view_set_reorderab...
/* WARNING: Unknown calling convention */ type_1 function_1(void **av,void **bv) { type_1 var_2; type_2 *in_RSI; type_2 *in_RDI; type_1 local_a8 [4]; long local_98 [2]; long local_88 [6]; type_1 local_58 [8]; type_1 *local_38; type_1 *local_30; long *local_28; long *local_20; local_30 = lo...
(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(); }
9,220
15_ls_and_ls_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; }
7,666
10_vdir_and_vdir_strip.c
_exit
_exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_0044f050)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _exit(int __status) { (*(code *)PTR__exit_0042b050)(); return; }
JMP qword ptr [0x0042b050]
null
null
null
null
[(u'CAST_-1201721110', u'CALLIND_-1201721176'), ('const-0', u'RETURN_-1201721173'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721115'), (u'INDIRECT_-1201721115', u'COPY_-1201721174'), ('tmp_28', u'CAST_-1201721110')]
[(u'CAST_-1201721110', u'CALLIND_-1201721176'), ('const-0', u'RETURN_-1201721173'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721115'), (u'INDIRECT_-1201721115', u'COPY_-1201721174'), ('tmp_28', u'CAST_-1201721110')]
null
null
004030a0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042b050)();\n return;\n}\n\n" comment (function_definition "void _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042b050)();\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_0042b050)();\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_0044f050)(); 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_0042b050)(); return; }
7,335
39_putty_and_putty_strip.c
gtk_widget_is_drawable
gtk_widget_is_drawable
void gtk_widget_is_drawable(void) { (*(code *)PTR_gtk_widget_is_drawable_0062c090)(); return; }
void gtk_widget_is_drawable(void) { (*(code *)PTR_gtk_widget_is_drawable_00536090)(); return; }
JMP qword ptr [0x00536090]
null
null
null
null
[('const-0', u'RETURN_-1201687941'), (u'INDIRECT_-1201687884', u'COPY_-1201687943'), (u'CALLIND_-1201687944', u'INDIRECT_-1201687884'), ('tmp_22', u'CAST_-1201687879'), (u'CAST_-1201687879', u'CALLIND_-1201687944')]
[('const-0', u'RETURN_-1201687941'), (u'INDIRECT_-1201687884', u'COPY_-1201687943'), (u'CALLIND_-1201687944', u'INDIRECT_-1201687884'), ('tmp_22', u'CAST_-1201687879'), (u'CAST_-1201687879', u'CALLIND_-1201687944')]
null
null
0040b270
..
..
(translation_unit "void gtk_widget_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}\n\n" (function_definition "void gtk_widget_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}" primitive_type (function_declarator "gtk_widget_is_drawable(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_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_is_drawable(void)" (identifier "gtk_widget_is_drawable") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ...
void function_1(void) { (*(type_1 *)PTR_gtk_widget_is_drawable_0062c090)(); 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_00536090)(); return; }
10,777
48_tsort_and_tsort_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_00414180)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_0040c180)(); return; }
JMP qword ptr [0x0040c180]
null
null
null
null
[(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')]
[(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')]
null
null
00402300
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0040c180)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040c180)();\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_0040c180)();\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_00414180)(); 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_0040c180)(); return; }
2,585
52_head_and_head_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_004181a0)(); 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_0040e1a0)(); return iVar1; }
JMP qword ptr [0x0040e1a0]
null
null
null
null
[(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CALLIND_-1201724600')]
[(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CALLIND_-1201724600')]
null
null
00402340
..
..
(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_0040e1a0)();\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_0040e1a0)();\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_004181a0)(); 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_0040e1a0)(); return iVar1; }
1,957
55_putty_and_putty_strip.c
fork
fork
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t fork(void) { __pid_t _Var1; _Var1 = (*(code *)PTR_fork_0062c118)(); return _Var1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t fork(void) { __pid_t _Var1; _Var1 = (*(code *)PTR_fork_00536118)(); return _Var1; }
JMP qword ptr [0x00536118]
null
null
null
null
[(u'CALLIND_-1201687672', u'INDIRECT_-1201687611'), ('const-0', u'RETURN_-1201687669'), (u'CAST_-1201687606', u'CALLIND_-1201687672'), ('tmp_26', u'CAST_-1201687606'), (u'INDIRECT_-1201687611', u'COPY_-1201687670'), (u'CALLIND_-1201687672', u'RETURN_-1201687669')]
[(u'CALLIND_-1201687672', u'INDIRECT_-1201687611'), ('const-0', u'RETURN_-1201687669'), (u'CAST_-1201687606', u'CALLIND_-1201687672'), ('tmp_26', u'CAST_-1201687606'), (u'INDIRECT_-1201687611', u'COPY_-1201687670'), (u'CALLIND_-1201687672', u'RETURN_-1201687669')]
null
null
0040b380
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_00536118)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_0...
(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 "__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_00536118)();\n return _Var1;\n}" (type_identifier "__pid_t") (function_declarator "fork(void)" (identifier "fork") (parameter_list "...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(void) { type_1 _Var1; _Var1 = (*(type_2 *)PTR_fork_0062c118)(); return _Var1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __pid_t MASKED(void) { __pid_t _Var1; _Var1 = (*(code *)PTR_MASKED_00536118)(); return _Var1; }
10,793
66_mv_and_mv_strip.c
rewinddir
rewinddir
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void rewinddir(DIR *__dirp) { (*(code *)PTR_rewinddir_00454210)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void rewinddir(DIR *__dirp) { (*(code *)PTR_rewinddir_0042c210)(); return; }
JMP qword ptr [0x0042c210]
null
null
null
null
[(u'CALLIND_-1201720280', u'INDIRECT_-1201720219'), ('tmp_28', u'CAST_-1201720214'), (u'CAST_-1201720214', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'INDIRECT_-1201720219', u'COPY_-1201720278')]
[(u'CALLIND_-1201720280', u'INDIRECT_-1201720219'), ('tmp_28', u'CAST_-1201720214'), (u'CAST_-1201720214', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'INDIRECT_-1201720219', u'COPY_-1201720278')]
null
null
00403420
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}\n\n" comment (function_definition "void rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}" primitive_t...
(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 rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}" (primitive_type "void") (function_declarator "rewinddir(DIR *__dirp)" (identifier "rewinddir") (parameter_list "(DIR *__d...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *__dirp) { (*(type_2 *)PTR_rewinddir_00454210)(); 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(DIR *__dirp) { (*(code *)PTR_MASKED_0042c210)(); return; }
4,053
40_csplit_and_csplit_strip.c
calloc
calloc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_calloc_0041b140)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * calloc(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_calloc_00410140)(); return pvVar1; }
JMP qword ptr [0x00410140]
null
null
null
null
[(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')]
[(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')]
null
null
00402280
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * calloc(size_t __nmemb,size_t __siz...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_calloc_0041b140)(); return pvVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(size_t __nmemb,size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_00410140)(); return pvVar1; }
6,044
178_pageant_and_pageant_strip.c
register_tm_clones
FUN_00404b70
/* WARNING: Removing unreachable block (ram,0x00404b8f) */ /* WARNING: Removing unreachable block (ram,0x00404b99) */ void register_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x00404b8f) */ /* WARNING: Removing unreachable block (ram,0x00404b99) */ void FUN_00404b70(void) { return; }
MOV ESI,0x46f678 SUB RSI,0x46f678 SAR RSI,0x3 MOV RAX,RSI SHR RAX,0x3f ADD RSI,RAX SAR RSI,0x1 JZ 0x00404ba0 MOV EAX,0x0 TEST RAX,RAX JZ 0x00404ba0 MOV EDI,0x46f678 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201714145')]
[('const-0', u'RETURN_-1201714145')]
null
null
00404b70
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00404b8f) */\n/* WARNING: Removing unreachable block (ram,0x00404b99) */\n\nvoid FUN_00404b70(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00404b70(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00404b70...
(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,0x00404b8f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00404b99) */") (function_definition "void FUN_00404b70(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00404b70(void)" (identifier "FUN_00404b70") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x00404b8f) */ /* WARNING: Removing unreachable block (ram,0x00404b99) */ 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,0x00404b8f) */ /* WARNING: Removing unreachable block (ram,0x00404b99) */ void MASKED(void) { return; }
8,418
24_mktemp_and_mktemp_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_004180c0)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_0040e0c0)(); return; }
JMP qword ptr [0x0040e0c0]
null
null
null
null
[(u'CAST_-1201724983', u'CALLIND_-1201725048'), (u'INDIRECT_-1201724988', u'COPY_-1201725047'), ('const-0', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724988'), ('tmp_22', u'CAST_-1201724983')]
[(u'CAST_-1201724983', u'CALLIND_-1201725048'), (u'INDIRECT_-1201724988', u'COPY_-1201725047'), ('const-0', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724988'), ('tmp_22', u'CAST_-1201724983')]
null
null
00402180
..
..
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e0c0)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e0c0)();\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_0040e0c0)();\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_004180c0)(); 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_0040e0c0)(); return; }
5,515
50_false_and_false_strip.c
close_stream
bindtextdomain
/* WARNING: Unknown calling convention */ int close_stream(FILE **stream) { FILE **fp; int iVar1; long lVar2; int *piVar3; undefined8 in_RDI; byte local_b8 [16]; FILE *local_a8 [2]; byte local_98 [16]; undefined8 local_88 [2]; int local_78 [15]; byte local_3b; undefined1 local_3a; byte loca...
/* WARNING: Control flow encountered bad instruction data */ void bindtextdomain(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[(u'STORE_-1201688255', u'INDIRECT_-1201687616'), (u'CALL_-1201688233', u'INDIRECT_-1201687596'), (u'CALL_-1201688233', u'INDIRECT_-1201687568'), (u'INDIRECT_-1201687474', u'MULTIEQUAL_-1201687381'), (u'CALL_-1201688233', u'INT_NOTEQUAL_-1201688217'), ('const-1', u'INT_AND_-1201688072'), (u'LOAD_-1201687927', u'INT_AND...
[('const-1', u'RETURN_-1201688486')]
null
null
0040b050
..
..
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bindtextdomain(void)\n\n{\n /* WARNING: Ba...
(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 bindtextdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtex...
/* WARNING: Unknown calling convention */ int function_1(type_1 **stream) { type_1 **fp; int var_4; long var_2; int *piVar3; type_2 in_RDI; type_3 local_b8 [16]; type_1 *local_a8 [2]; type_3 local_98 [16]; type_2 local_88 [2]; int local_78 [15]; type_3 var_8; type_4 local_3a; type_3 var_6; ...
(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(); }
3,265
140_plink_and_plink_strip.c
__do_global_dtors_aux
_FINI_0
void __do_global_dtors_aux(void) { if (completed_7325 == '\0') { deregister_tm_clones(); completed_7325 = 1; return; } return; }
void _FINI_0(void) { if (DAT_004b4a30 == '\0') { FUN_004038d0(); DAT_004b4a30 = 1; return; } return; }
CMP byte ptr [0x004b4a30],0x0 JNZ 0x00403960 PUSH RBP MOV RBP,RSP CALL 0x004038d0 MOV byte ptr [0x004b4a30],0x1 POP RBP RET RET
null
null
null
null
[('const-0', u'RETURN_-1201718914'), (u'CALL_-1201718938', u'INDIRECT_-1201718858'), (u'COPY_-1201718938', u'COPY_-1201718904'), ('tmp_142', u'COPY_-1201718897'), ('const-0', u'RETURN_-1201718905'), ('const-0', u'INT_EQUAL_-1201718960'), ('const-1', u'COPY_-1201718938'), ('tmp_142', u'INT_EQUAL_-1201718960'), (u'INT_EQ...
[('const-0', u'RETURN_-1201718914'), (u'CALL_-1201718938', u'INDIRECT_-1201718858'), (u'COPY_-1201718938', u'COPY_-1201718904'), ('tmp_142', u'COPY_-1201718897'), ('const-0', u'RETURN_-1201718905'), ('const-0', u'INT_EQUAL_-1201718960'), ('const-1', u'COPY_-1201718938'), ('tmp_142', u'INT_EQUAL_-1201718960'), (u'INT_EQ...
null
null
00403940
..
..
(translation_unit "void _FINI_0(void)\n\n{\n if (DAT_004b4a30 == '\0') {\n FUN_004038d0();\n DAT_004b4a30 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT_004b4a30 == '\0') {\n FUN_004038d0();\n DAT_004b4a30 = 1;\n return;\n }\n return;\n}" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDE...
(function_definition "void _FINI_0(void)\n\n{\n if (DAT_004b4a30 == '\0') {\n FUN_004038d0();\n DAT_004b4a30 = 1;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "_FINI_0(void)" (identifier "_FINI_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo...
void function_1(void) { if (var_1 == '\0') { var_2(); var_1 = 1; return; } return; }
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
void MASKED(void) { if (DAT_004b4a30 == '\0') { FUN_004038d0(); DAT_004b4a30 = 1; return; } return; }
9,898
54_shuf_and_shuf_strip.c
fwrite_unlocked
fwrite_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_004231b0)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_004131b0)(); return sVar1; }
JMP qword ptr [0x004131b0]
null
null
null
null
[(u'CALLIND_-1201724568', u'INDIRECT_-1201724503'), ('const-0', u'RETURN_-1201724565'), ('tmp_50', u'CAST_-1201724498'), (u'INDIRECT_-1201724503', u'COPY_-1201724562'), (u'CAST_-1201724498', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'RETURN_-1201724565')]
[(u'CALLIND_-1201724568', u'INDIRECT_-1201724503'), ('const-0', u'RETURN_-1201724565'), ('tmp_50', u'CAST_-1201724498'), (u'INDIRECT_-1201724503', u'COPY_-1201724562'), (u'CAST_-1201724498', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'RETURN_-1201724565')]
null
null
00402360
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_004131b0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwr...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_004131b0)();\n return sVar1;\n}" (primitive_type "size_t") (funct...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fwrite_unlocked_004231b0)(); return sVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_004131b0)(); return sVar1; }
6,394
76_pterm_and_pterm_strip.c
gtk_window_resize
gtk_window_resize
void gtk_window_resize(void) { (*(code *)PTR_gtk_window_resize_00524280)(); return; }
void gtk_window_resize(void) { (*(code *)PTR_gtk_window_resize_004aa280)(); return; }
JMP qword ptr [0x004aa280]
null
null
null
null
[(u'CAST_-1201691367', u'CALLIND_-1201691432'), ('const-0', u'RETURN_-1201691429'), (u'CALLIND_-1201691432', u'INDIRECT_-1201691372'), (u'INDIRECT_-1201691372', u'COPY_-1201691431'), ('tmp_22', u'CAST_-1201691367')]
[(u'CAST_-1201691367', u'CALLIND_-1201691432'), ('const-0', u'RETURN_-1201691429'), (u'CALLIND_-1201691432', u'INDIRECT_-1201691372'), (u'INDIRECT_-1201691372', u'COPY_-1201691431'), ('tmp_22', u'CAST_-1201691367')]
null
null
0040a4d0
..
..
(translation_unit "void gtk_window_resize(void)\n\n{\n (*(code *)PTR_gtk_window_resize_004aa280)();\n return;\n}\n\n" (function_definition "void gtk_window_resize(void)\n\n{\n (*(code *)PTR_gtk_window_resize_004aa280)();\n return;\n}" primitive_type (function_declarator "gtk_window_resize(void)" identifier (paramet...
(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_window_resize(void)\n\n{\n (*(code *)PTR_gtk_window_resize_004aa280)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_window_resize(void)" (identifier "gtk_window_resize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))...
void function_1(void) { (*(type_1 *)PTR_gtk_window_resize_00524280)(); 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_004aa280)(); return; }
8,776
495_putty_and_putty_strip.c
pango_font_description_set_weight
pango_font_description_set_weight
void pango_font_description_set_weight(void) { (*(code *)PTR_pango_font_description_set_weight_0062cee0)(); return; }
void pango_font_description_set_weight(void) { (*(code *)PTR_pango_font_description_set_weight_00536ee0)(); return; }
JMP qword ptr [0x00536ee0]
null
null
null
null
[(u'CAST_-1201680551', u'CALLIND_-1201680616'), ('const-0', u'RETURN_-1201680613'), (u'CALLIND_-1201680616', u'INDIRECT_-1201680556'), ('tmp_22', u'CAST_-1201680551'), (u'INDIRECT_-1201680556', u'COPY_-1201680615')]
[(u'CAST_-1201680551', u'CALLIND_-1201680616'), ('const-0', u'RETURN_-1201680613'), (u'CALLIND_-1201680616', u'INDIRECT_-1201680556'), ('tmp_22', u'CAST_-1201680551'), (u'INDIRECT_-1201680556', u'COPY_-1201680615')]
null
null
0040cf10
..
..
(translation_unit "void pango_font_description_set_weight(void)\n\n{\n (*(code *)PTR_pango_font_description_set_weight_00536ee0)();\n return;\n}\n\n" (function_definition "void pango_font_description_set_weight(void)\n\n{\n (*(code *)PTR_pango_font_description_set_weight_00536ee0)();\n return;\n}" primitive_type (f...
(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 pango_font_description_set_weight(void)\n\n{\n (*(code *)PTR_pango_font_description_set_weight_00536ee0)();\n return;\n}" (primitive_type "void") (function_declarator "pango_font_description_set_weight(void)" (identifier "pango_font_description_set_weight") (parameter_list "(void)" (( "(") ...
void function_1(void) { (*(type_1 *)PTR_pango_font_description_set_weight_0062cee0)(); 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_00536ee0)(); return; }
11,233
173_puttytel_and_puttytel_strip.c
XInternAtom
XInternAtom
void XInternAtom(void) { (*(code *)PTR_XInternAtom_00545528)(); return; }
void XInternAtom(void) { (*(code *)PTR_XInternAtom_004bd528)(); return; }
JMP qword ptr [0x004bd528]
null
null
null
null
[('const-0', u'RETURN_-1201685781'), (u'CAST_-1201685719', u'CALLIND_-1201685784'), ('tmp_22', u'CAST_-1201685719'), (u'CALLIND_-1201685784', u'INDIRECT_-1201685724'), (u'INDIRECT_-1201685724', u'COPY_-1201685783')]
[('const-0', u'RETURN_-1201685781'), (u'CAST_-1201685719', u'CALLIND_-1201685784'), ('tmp_22', u'CAST_-1201685719'), (u'CALLIND_-1201685784', u'INDIRECT_-1201685724'), (u'INDIRECT_-1201685724', u'COPY_-1201685783')]
null
null
0040bae0
..
..
(translation_unit "void XInternAtom(void)\n\n{\n (*(code *)PTR_XInternAtom_004bd528)();\n return;\n}\n\n" (function_definition "void XInternAtom(void)\n\n{\n (*(code *)PTR_XInternAtom_004bd528)();\n return;\n}" primitive_type (function_declarator "XInternAtom(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 XInternAtom(void)\n\n{\n (*(code *)PTR_XInternAtom_004bd528)();\n return;\n}" (primitive_type "void") (function_declarator "XInternAtom(void)" (identifier "XInternAtom") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\...
void function_1(void) { (*(type_1 *)PTR_XInternAtom_00545528)(); 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_004bd528)(); return; }
9,394
47_pr_and_pr_strip.c
tzset
tzset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void tzset(void) { (*(code *)PTR_tzset_0043c178)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void tzset(void) { (*(code *)PTR_tzset_00424178)(); return; }
JMP qword ptr [0x00424178]
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 "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid tzset(void)\n\n{\n (*(code *)PTR_tzset_00424178)();\n return;\n}\n\n" comment (function_definition "void tzset(void)\n\n{\n (*(code *)PTR_tzset_00424178)();\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_00424178)();\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_0043c178)(); 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_00424178)(); return; }
5,615
68_stat_and_stat_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_0042a230)(); 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_00419230)(); return pcVar1; }
JMP qword ptr [0x00419230]
null
null
null
null
[(u'CALLIND_-1201724312', u'CAST_-1201724244'), (u'CAST_-1201724245', u'CALLIND_-1201724312'), (u'INDIRECT_-1201724250', u'COPY_-1201724309'), (u'CAST_-1201724244', u'RETURN_-1201724309'), ('const-0', u'RETURN_-1201724309'), (u'CALLIND_-1201724312', u'INDIRECT_-1201724250'), ('tmp_32', u'CAST_-1201724245')]
[(u'CALLIND_-1201724312', u'CAST_-1201724244'), (u'CAST_-1201724245', u'CALLIND_-1201724312'), (u'INDIRECT_-1201724250', u'COPY_-1201724309'), (u'CAST_-1201724244', u'RETURN_-1201724309'), ('const-0', u'RETURN_-1201724309'), (u'CALLIND_-1201724312', u'INDIRECT_-1201724250'), ('tmp_32', u'CAST_-1201724245')]
null
null
00402460
..
..
(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_00419230)();\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_00419230)();\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_0042a230)(); 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_00419230)(); return pcVar1; }
5,770
128_pterm_and_pterm_strip.c
memset
memset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_00524420)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_004aa420)(); return pvVar1; }
JMP qword ptr [0x004aa420]
null
null
null
null
[(u'INDIRECT_-1201690536', u'COPY_-1201690595'), (u'CAST_-1201690530', u'RETURN_-1201690597'), (u'CAST_-1201690531', u'CALLIND_-1201690600'), ('tmp_44', u'CAST_-1201690531'), (u'CALLIND_-1201690600', u'CAST_-1201690530'), (u'CALLIND_-1201690600', u'INDIRECT_-1201690536'), ('const-0', u'RETURN_-1201690597')]
[(u'INDIRECT_-1201690536', u'COPY_-1201690595'), (u'CAST_-1201690530', u'RETURN_-1201690597'), (u'CAST_-1201690531', u'CALLIND_-1201690600'), ('tmp_44', u'CAST_-1201690531'), (u'CALLIND_-1201690600', u'CAST_-1201690530'), (u'CALLIND_-1201690600', u'INDIRECT_-1201690536'), ('const-0', u'RETURN_-1201690597')]
null
null
0040a810
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_004aa420)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __...
(translation_unit 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 { (declaration TYPE (pointer_declarator * ID...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_004aa420)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memset_00524420)(); 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 *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_004aa420)(); return pvVar1; }
8,828
19_expand_and_expand_strip.c
gettext
gettext
void gettext(void) { (*(code *)PTR_gettext_00413098)(); return; }
void gettext(void) { (*(code *)PTR_gettext_0040c098)(); return; }
JMP qword ptr [0x0040c098]
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 gettext(void)\n\n{\n (*(code *)PTR_gettext_0040c098)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040c098)();\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_0040c098)();\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_00413098)(); 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_0040c098)(); return; }
3,688
9_puttytel_and_puttytel_strip.c
htons
htons
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint16_t htons(uint16_t __hostshort) { uint16_t uVar1; uVar1 = (*(code *)PTR_htons_00545000)(); return uVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint16_t htons(uint16_t __hostshort) { uint16_t uVar1; uVar1 = (*(code *)PTR_htons_004bd000)(); return uVar1; }
JMP qword ptr [0x004bd000]
null
null
null
null
[(u'CALLIND_-1201688424', u'INDIRECT_-1201688362'), (u'INDIRECT_-1201688362', u'COPY_-1201688421'), (u'CAST_-1201688357', u'CALLIND_-1201688424'), ('const-0', u'RETURN_-1201688421'), ('tmp_32', u'CAST_-1201688357'), (u'CALLIND_-1201688424', u'RETURN_-1201688421')]
[(u'CALLIND_-1201688424', u'INDIRECT_-1201688362'), (u'INDIRECT_-1201688362', u'COPY_-1201688421'), (u'CAST_-1201688357', u'CALLIND_-1201688424'), ('const-0', u'RETURN_-1201688421'), ('tmp_32', u'CAST_-1201688357'), (u'CALLIND_-1201688424', u'RETURN_-1201688421')]
null
null
0040b090
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint16_t htons(uint16_t __hostshort)\n\n{\n uint16_t uVar1;\n \n uVar1 = (*(code *)PTR_htons_004bd000)();\n return uVar1;\n}\n\n" comment (function_definition "uint16_t htons(uint16_t __hostshort)\n\n{\n uint16_t uVa...
(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 "uint16_t htons(uint16_t __hostshort)\n\n{\n uint16_t uVar1;\n \n uVar1 = (*(code *)PTR_htons_004bd000)();\n return uVar1;\n}" (primitive_type "uint16_t") (function_declarator "htons(uint16_t __hostshort)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint16_t function_1(uint16_t __hostshort) { uint16_t uVar1; uVar1 = (*(type_1 *)PTR_htons_00545000)(); return uVar1; }
(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 */ uint16_t MASKED(uint16_t __hostshort) { uint16_t uVar1; uVar1 = (*(code *)PTR_MASKED_004bd000)(); return uVar1; }
9,230
25_mktemp_and_mktemp_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_004180c8)(); 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_0040e0c8)(); return sVar1; }
JMP qword ptr [0x0040e0c8]
null
null
null
null
[(u'INDIRECT_-1201724967', u'COPY_-1201725026'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724967'), ('tmp_50', u'CAST_-1201724962'), (u'CAST_-1201724962', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
[(u'INDIRECT_-1201724967', u'COPY_-1201725026'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724967'), ('tmp_50', u'CAST_-1201724962'), (u'CAST_-1201724962', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
null
null
00402190
..
..
(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_0040e0c8)();\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_0040e0c8)();\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_004180c8)(); 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_0040e0c8)(); return sVar1; }
5,516
413_pterm_and_pterm_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_00524d08)(); 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_004aad08)(); return pvVar1; }
JMP qword ptr [0x004aad08]
null
null
null
null
[('tmp_44', u'CAST_-1201685971'), (u'CALLIND_-1201686040', u'CAST_-1201685970'), (u'CALLIND_-1201686040', u'INDIRECT_-1201685976'), ('const-0', u'RETURN_-1201686037'), (u'CAST_-1201685970', u'RETURN_-1201686037'), (u'INDIRECT_-1201685976', u'COPY_-1201686035'), (u'CAST_-1201685971', u'CALLIND_-1201686040')]
[('tmp_44', u'CAST_-1201685971'), (u'CALLIND_-1201686040', u'CAST_-1201685970'), (u'CALLIND_-1201686040', u'INDIRECT_-1201685976'), ('const-0', u'RETURN_-1201686037'), (u'CAST_-1201685970', u'RETURN_-1201686037'), (u'INDIRECT_-1201685976', u'COPY_-1201686035'), (u'CAST_-1201685971', u'CALLIND_-1201686040')]
null
null
0040b9e0
..
..
(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_004aad08)();\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_004aad08)();\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_00524d08)(); 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_004aad08)(); return pvVar1; }
9,113
81_find_and_find_strip.c
fprintf
fprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_00504d40)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_0048cd40)(); return iVar1; }
JMP qword ptr [0x0048cd40]
null
null
null
null
[('const-0', u'RETURN_-1201715941'), (u'CALLIND_-1201715944', u'RETURN_-1201715941'), (u'CAST_-1201715876', u'CALLIND_-1201715944'), ('tmp_38', u'CAST_-1201715876'), (u'INDIRECT_-1201715881', u'COPY_-1201715940'), (u'CALLIND_-1201715944', u'INDIRECT_-1201715881')]
[('const-0', u'RETURN_-1201715941'), (u'CALLIND_-1201715944', u'RETURN_-1201715941'), (u'CAST_-1201715876', u'CALLIND_-1201715944'), ('tmp_38', u'CAST_-1201715876'), (u'INDIRECT_-1201715881', u'COPY_-1201715940'), (u'CALLIND_-1201715944', u'INDIRECT_-1201715881')]
null
null
00404510
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_0048cd40)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\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)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_0048cd40)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,char *__format,...) { int iVar1; iVar1 = (*(type_2 *)PTR_fprintf_00504d40)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0048cd40)(); return iVar1; }
8,604
20_id_and_id_strip.c
getuid
getuid
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t getuid(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_getuid_004170a0)(); return _Var1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t getuid(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_getuid_0040d0a0)(); return _Var1; }
JMP qword ptr [0x0040d0a0]
null
null
null
null
[('tmp_26', u'CAST_-1201725046'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725051'), (u'CAST_-1201725046', u'CALLIND_-1201725112'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), (u'INDIRECT_-1201725051', u'COPY_-1201725110')]
[('tmp_26', u'CAST_-1201725046'), ('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725051'), (u'CAST_-1201725046', u'CALLIND_-1201725112'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), (u'INDIRECT_-1201725051', u'COPY_-1201725110')]
null
null
00402140
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__uid_t getuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)PTR_getuid_0040d0a0)();\n return _Var1;\n}\n\n" comment (function_definition "__uid_t getuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)PTR_...
(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 "__uid_t getuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)PTR_getuid_0040d0a0)();\n return _Var1;\n}" (type_identifier "__uid_t") (function_declarator "getuid(void)" (identifier "getuid") (paramete...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(void) { type_1 _Var1; _Var1 = (*(type_2 *)PTR_getuid_004170a0)(); return _Var1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t MASKED(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_MASKED_0040d0a0)(); return _Var1; }
3,411
8_sha384sum_and_sha384sum_strip.c
__fpending
__fpending
void __fpending(void) { (*(code *)PTR___fpending_00425040)(); return; }
void __fpending(void) { (*(code *)PTR___fpending_00417040)(); return; }
JMP qword ptr [0x00417040]
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_00417040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00417040)();\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_00417040)();\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_00425040)(); 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_00417040)(); return; }
2,760
55_sort_and_sort_strip.c
memcmp
memcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_memcmp_004461b8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int memcmp(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_memcmp_004271b8)(); return iVar1; }
JMP qword ptr [0x004271b8]
null
null
null
null
[('const-0', u'RETURN_-1201720453'), (u'CAST_-1201720387', u'CALLIND_-1201720456'), (u'INDIRECT_-1201720392', u'COPY_-1201720451'), (u'CALLIND_-1201720456', u'INDIRECT_-1201720392'), (u'CALLIND_-1201720456', u'RETURN_-1201720453'), ('tmp_44', u'CAST_-1201720387')]
[('const-0', u'RETURN_-1201720453'), (u'CAST_-1201720387', u'CALLIND_-1201720456'), (u'INDIRECT_-1201720392', u'COPY_-1201720451'), (u'CALLIND_-1201720456', u'INDIRECT_-1201720392'), (u'CALLIND_-1201720456', u'RETURN_-1201720453'), ('tmp_44', u'CAST_-1201720387')]
null
null
00403370
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_004271b8)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_004271b8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,s...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(type_1 *)PTR_memcmp_004461b8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(void *__s1,void *__s2,size_t __n) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004271b8)(); return iVar1; }
7,243
9_unexpand_and_unexpand_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_00414048)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int getc_unlocked(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_getc_unlocked_0040c048)(); return iVar1; }
JMP qword ptr [0x0040c048]
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_0040c048)();\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_0040c048)();\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_00414048)(); 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_0040c048)(); return iVar1; }
1,310
113_ls_and_ls_strip.c
strcmp
strcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_0044efc8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_0042afc8)(); return iVar1; }
JMP qword ptr [0x0042afc8]
null
null
null
null
[(u'CAST_-1201719468', u'CALLIND_-1201719536'), ('tmp_38', u'CAST_-1201719468'), (u'INDIRECT_-1201719473', u'COPY_-1201719532'), ('const-0', u'RETURN_-1201719533'), (u'CALLIND_-1201719536', u'RETURN_-1201719533'), (u'CALLIND_-1201719536', u'INDIRECT_-1201719473')]
[(u'CAST_-1201719468', u'CALLIND_-1201719536'), ('tmp_38', u'CAST_-1201719468'), (u'INDIRECT_-1201719473', u'COPY_-1201719532'), ('const-0', u'RETURN_-1201719533'), (u'CALLIND_-1201719536', u'RETURN_-1201719533'), (u'CALLIND_-1201719536', u'INDIRECT_-1201719473')]
null
null
00403708
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0042afc8)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_0042afc8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strcmp(char *__s1,char *__s2)" (identifie...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2) { int iVar1; iVar1 = (*(type_1 *)PTR_strcmp_0044efc8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0042afc8)(); return iVar1; }
7,764
428_pterm_and_pterm_strip.c
access
access
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int access(char *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_access_00524d80)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int access(char *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_access_004aad80)(); return iVar1; }
JMP qword ptr [0x004aad80]
null
null
null
null
[(u'CALLIND_-1201685800', u'INDIRECT_-1201685737'), ('tmp_38', u'CAST_-1201685732'), ('const-0', u'RETURN_-1201685797'), (u'CALLIND_-1201685800', u'RETURN_-1201685797'), (u'CAST_-1201685732', u'CALLIND_-1201685800'), (u'INDIRECT_-1201685737', u'COPY_-1201685796')]
[(u'CALLIND_-1201685800', u'INDIRECT_-1201685737'), ('tmp_38', u'CAST_-1201685732'), ('const-0', u'RETURN_-1201685797'), (u'CALLIND_-1201685800', u'RETURN_-1201685797'), (u'CAST_-1201685732', u'CALLIND_-1201685800'), (u'INDIRECT_-1201685737', u'COPY_-1201685796')]
null
null
0040bad0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_004aad80)();\n return iVar1;\n}\n\n" comment (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n ...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (pare...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_004aad80)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "access(char *__name,int __type)" (ident...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__name,int __type) { int iVar1; iVar1 = (*(type_1 *)PTR_access_00524d80)(); 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 *__name,int __type) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004aad80)(); return iVar1; }
9,128
39_cp_and_cp_strip.c
__lxstat
__lxstat
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_00453138)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int __lxstat(int __ver,char *__filename,stat *__stat_buf) { int iVar1; iVar1 = (*(code *)PTR___lxstat_0042c138)(); return iVar1; }
JMP qword ptr [0x0042c138]
null
null
null
null
[(u'INDIRECT_-1201720648', u'COPY_-1201720707'), (u'CAST_-1201720643', u'CALLIND_-1201720712'), (u'CALLIND_-1201720712', u'INDIRECT_-1201720648'), ('tmp_44', u'CAST_-1201720643'), ('const-0', u'RETURN_-1201720709'), (u'CALLIND_-1201720712', u'RETURN_-1201720709')]
[(u'INDIRECT_-1201720648', u'COPY_-1201720707'), (u'CAST_-1201720643', u'CALLIND_-1201720712'), (u'CALLIND_-1201720712', u'INDIRECT_-1201720648'), ('tmp_44', u'CAST_-1201720643'), ('const-0', u'RETURN_-1201720709'), (u'CALLIND_-1201720712', u'RETURN_-1201720709')]
null
null
00403270
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0042c138)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filenam...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0042c138)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat(int __...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __ver,char *__filename,type_1 *__stat_buf) { int iVar1; iVar1 = (*(type_2 *)PTR___lxstat_00453138)(); 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_0042c138)(); return iVar1; }
4,191
159_install_and_install_strip.c
mode_to_security_class
mode_to_security_class
void mode_to_security_class(void) { (*(code *)PTR_mode_to_security_class_0045a4f8)(); return; }
void mode_to_security_class(void) { (*(code *)PTR_mode_to_security_class_004304f8)(); return; }
JMP qword ptr [0x004304f8]
null
null
null
null
[(u'CALLIND_-1201714696', u'INDIRECT_-1201714636'), (u'INDIRECT_-1201714636', u'COPY_-1201714695'), ('tmp_22', u'CAST_-1201714631'), (u'CAST_-1201714631', u'CALLIND_-1201714696'), ('const-0', u'RETURN_-1201714693')]
[(u'CALLIND_-1201714696', u'INDIRECT_-1201714636'), (u'INDIRECT_-1201714636', u'COPY_-1201714695'), ('tmp_22', u'CAST_-1201714631'), (u'CAST_-1201714631', u'CALLIND_-1201714696'), ('const-0', u'RETURN_-1201714693')]
null
null
004049f0
..
..
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_004304f8)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_004304f8)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(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 mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_004304f8)();\n return;\n}" (primitive_type "void") (function_declarator "mode_to_security_class(void)" (identifier "mode_to_security_class") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ...
void function_1(void) { (*(type_1 *)PTR_mode_to_security_class_0045a4f8)(); 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_004304f8)(); return; }
6,243
41_expand_and_expand_strip.c
__freading
__freading
void __freading(void) { (*(code *)PTR___freading_00413148)(); return; }
void __freading(void) { (*(code *)PTR___freading_0040c148)(); return; }
JMP qword ptr [0x0040c148]
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_0040c148)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040c148)();\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_0040c148)();\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_00413148)(); 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_0040c148)(); return; }
3,710
16_tee_and_tee_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_00413080)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_0040c080)(); return; }
JMP qword ptr [0x0040c080]
null
null
null
null
[(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')]
[(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')]
null
null
00402100
..
..
(translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0040c080)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_0040c080)();\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_0040c080)();\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_00413080)(); 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_0040c080)(); return; }
5,825
82_ln_and_ln_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_00428290)(); 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_00417290)(); return iVar1; }
JMP qword ptr [0x00417290]
null
null
null
null
[(u'INDIRECT_-1201724058', u'COPY_-1201724117'), ('tmp_32', u'CALLIND_-1201724120'), (u'CALLIND_-1201724120', u'INDIRECT_-1201724058'), ('const-0', u'RETURN_-1201724117'), (u'CALLIND_-1201724120', u'RETURN_-1201724117')]
[(u'INDIRECT_-1201724058', u'COPY_-1201724117'), ('tmp_32', u'CALLIND_-1201724120'), (u'CALLIND_-1201724120', u'INDIRECT_-1201724058'), ('const-0', u'RETURN_-1201724117'), (u'CALLIND_-1201724120', u'RETURN_-1201724117')]
null
null
00402520
..
..
(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_00417290)();\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_00417290)();\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_00428290)(); 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_00417290)(); return iVar1; }
6,512
34_dd_and_dd_strip.c
strrchr
strrchr
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strrchr_00424110)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strrchr_00415110)(); return pcVar1; }
JMP qword ptr [0x00415110]
null
null
null
null
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CAST_-1201724819', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724819')]
[(u'INDIRECT_-1201724825', u'COPY_-1201724884'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724825'), ('tmp_38', u'CAST_-1201724820'), (u'CAST_-1201724820', u'CALLIND_-1201724888'), (u'CAST_-1201724819', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724819')]
null
null
00402220
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_00415110)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pc...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_00415110)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strrchr_00424110)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __c) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_00415110)(); return pcVar1; }
7,593
333_putty_and_putty_strip.c
ntohl
ntohl
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint32_t ntohl(uint32_t __netlong) { uint32_t uVar1; uVar1 = (*(code *)PTR_ntohl_0062c9d0)(); return uVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint32_t ntohl(uint32_t __netlong) { uint32_t uVar1; uVar1 = (*(code *)PTR_ntohl_005369d0)(); return uVar1; }
JMP qword ptr [0x005369d0]
null
null
null
null
[('const-0', u'RETURN_-1201683205'), (u'CALLIND_-1201683208', u'RETURN_-1201683205'), ('tmp_32', u'CAST_-1201683141'), (u'INDIRECT_-1201683146', u'COPY_-1201683205'), (u'CAST_-1201683141', u'CALLIND_-1201683208'), (u'CALLIND_-1201683208', u'INDIRECT_-1201683146')]
[('const-0', u'RETURN_-1201683205'), (u'CALLIND_-1201683208', u'RETURN_-1201683205'), ('tmp_32', u'CAST_-1201683141'), (u'INDIRECT_-1201683146', u'COPY_-1201683205'), (u'CAST_-1201683141', u'CALLIND_-1201683208'), (u'CALLIND_-1201683208', u'INDIRECT_-1201683146')]
null
null
0040c4f0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint32_t ntohl(uint32_t __netlong)\n\n{\n uint32_t uVar1;\n \n uVar1 = (*(code *)PTR_ntohl_005369d0)();\n return uVar1;\n}\n\n" comment (function_definition "uint32_t ntohl(uint32_t __netlong)\n\n{\n uint32_t uVar1;\...
(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 "uint32_t ntohl(uint32_t __netlong)\n\n{\n uint32_t uVar1;\n \n uVar1 = (*(code *)PTR_ntohl_005369d0)();\n return uVar1;\n}" (primitive_type "uint32_t") (function_declarator "ntohl(uint32_t __netlong)" (ide...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ uint32_t function_1(uint32_t __netlong) { uint32_t uVar1; uVar1 = (*(type_1 *)PTR_ntohl_0062c9d0)(); return uVar1; }
(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 */ uint32_t MASKED(uint32_t __netlong) { uint32_t uVar1; uVar1 = (*(code *)PTR_MASKED_005369d0)(); return uVar1; }
11,071
14_unexpand_and_unexpand_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_00414070)(); 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_0040c070)(); return sVar1; }
JMP qword ptr [0x0040c070]
null
null
null
null
[(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')]
[(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')]
null
null
004020e0
..
..
(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_0040c070)();\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_0040c070)();\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_00414070)(); 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_0040c070)(); return sVar1; }
1,315
68_stty_and_stty_strip.c
frame_dummy
_INIT_0
/* WARNING: Removing unreachable block (ram,0x0040247f) */ /* WARNING: Removing unreachable block (ram,0x00402489) */ void frame_dummy(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040247f) */ /* WARNING: Removing unreachable block (ram,0x00402489) */ void _INIT_0(void) { return; }
JMP 0x00402460
null
null
null
null
[('const-0', u'RETURN_-1201724144')]
[('const-0', u'RETURN_-1201724144')]
null
null
004024d0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040247f) */\n/* WARNING: Removing unreachable block (ram,0x00402489) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identif...
(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,0x0040247f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402489) */") (function_definition "void _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") ...
/* WARNING: Removing unreachable block (ram,0x0040247f) */ /* WARNING: Removing unreachable block (ram,0x00402489) */ 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,0x0040247f) */ /* WARNING: Removing unreachable block (ram,0x00402489) */ void MASKED(void) { return; }
2,473
60_chmod_and_chmod_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_004251e0)(); 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_004151e0)(); return iVar1; }
JMP qword ptr [0x004151e0]
null
null
null
null
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
[('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')]
null
null
004023c0
..
..
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004151e0)();\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_004151e0)();\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_004251e0)(); 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_004151e0)(); return iVar1; }
3,107
4_mkfifo_and_mkfifo_strip.c
abort
abort
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_00428020)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_00416020)(); return; }
JMP qword ptr [0x00416020]
null
null
null
null
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
null
null
00402040
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_00416020)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00416020)();\n return;\n}" primitive_type (function_declarator "abor...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDE...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00416020)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_abort_00428020)(); 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_00416020)(); return; }
2,315
463_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
Curl_free_request_state
FUN_00156c90
/* WARNING: Restarted to delay deadcode elimination for space: stack */ void Curl_free_request_state(Curl_easy **data) { Curl_easy **local_28 [2]; Curl_easy ***local_18; Curl_easy **local_10; local_18 = local_28; local_28[0] = data; local_10 = data; (*Curl_cfree)(data[0x44]); (*local_18)[0x44] = (...
void FUN_00156c90(long param_1) { undefined8 *puVar1; undefined8 uVar2; puVar1 = *(undefined8 **)(param_1 + 0x40); if (puVar1 != (undefined8 *)0x0) { uVar2 = *puVar1; FUN_00150b60(uVar2,2); FUN_0014f8d0(param_1 + 0x40,puVar1,0); FUN_00150bf0(uVar2,0,6); } return; }
PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] MOV RDI,qword ptr [RDI + 0x40] MOV qword ptr [RBP + -0x10],RDI CMP qword ptr [RBP + -0x10],0x0 JZ 0x00156cf8 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX JMP 0x00156cc3 MOV RDI,qwor...
null
null
null
null
[(u'LOAD_-1207276219', u'CALLIND_-1207276201'), ('const-8', u'PTRADD_-1207276138'), ('tmp_243', u'PTRADD_-1207276138'), (u'CALLIND_-1207276280', u'INDIRECT_-1207276142'), (u'PTRADD_-1207276121', u'STORE_-1207276268'), (u'INDIRECT_-1207276142', u'LOAD_-1207276225'), ('const-0', u'STORE_-1207276268'), (u'PTRADD_-12072760...
[('const-433', u'LOAD_-1207276362'), (u'INT_ADD_-1207276346', u'CAST_-1207276079'), (u'LOAD_-1207276362', u'LOAD_-1207276318'), ('const-64', u'INT_ADD_-1207276346'), (u'INT_NOTEQUAL_-1207276332', u'CBRANCH_-1207276329'), ('tmp_102', u'CBRANCH_-1207276329'), ('const-433', u'LOAD_-1207276318'), ('tmp_568', u'INT_ADD_-120...
null
null
00156c90
..
..
(translation_unit "void FUN_00156c90(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = *(undefined8 **)(param_1 + 0x40);\n if (puVar1 != (undefined8 *)0x0) {\n uVar2 = *puVar1;\n FUN_00150b60(uVar2,2);\n FUN_0014f8d0(param_1 + 0x40,puVar1,0);\n FUN_00150bf0(uVar2,0,6);\n }\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expressi...
(function_definition "void FUN_00156c90(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n \n puVar1 = *(undefined8 **)(param_1 + 0x40);\n if (puVar1 != (undefined8 *)0x0) {\n uVar2 = *puVar1;\n FUN_00150b60(uVar2,2);\n FUN_0014f8d0(param_1 + 0x40,puVar1,0);\n FUN_00150bf0(uVar2,0,6);\n }\...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ void function_1(type_1 **data) { type_1 **local_28 [2]; type_1 ***local_18; type_1 **local_10; local_18 = local_28; local_28[0] = data; local_10 = data; (*Curl_cfree)(data[0x44]); (*local_18)[0x44] = (type_1 *)0x0; (*Curl_cf...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarat...
void MASKED(long param_1) { undefined8 *puVar1; undefined8 uVar2; puVar1 = *(undefined8 **)(param_1 + 0x40); if (puVar1 != (undefined8 *)0x0) { uVar2 = *puVar1; FUN_00150b60(uVar2,2); FUN_0014f8d0(param_1 + 0x40,puVar1,0); FUN_00150bf0(uVar2,0,6); } return; }
10,711
303_pterm_and_pterm_strip.c
atof
atof
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double atof(char *__nptr) { double dVar1; dVar1 = (double)(*(code *)PTR_atof_00524998)(); return dVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double atof(char *__nptr) { double dVar1; dVar1 = (double)(*(code *)PTR_atof_004aa998)(); return dVar1; }
JMP qword ptr [0x004aa998]
null
null
null
null
[(u'CALLIND_-1201687800', u'CAST_-1201687732'), ('tmp_34', u'CAST_-1201687733'), (u'INDIRECT_-1201687738', u'COPY_-1201687797'), ('const-0', u'RETURN_-1201687797'), (u'CALLIND_-1201687800', u'INDIRECT_-1201687738'), (u'CAST_-1201687733', u'CALLIND_-1201687800'), (u'CAST_-1201687732', u'RETURN_-1201687797')]
[(u'CALLIND_-1201687800', u'CAST_-1201687732'), ('tmp_34', u'CAST_-1201687733'), (u'INDIRECT_-1201687738', u'COPY_-1201687797'), ('const-0', u'RETURN_-1201687797'), (u'CALLIND_-1201687800', u'INDIRECT_-1201687738'), (u'CAST_-1201687733', u'CALLIND_-1201687800'), (u'CAST_-1201687732', u'RETURN_-1201687797')]
null
null
0040b300
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndouble atof(char *__nptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_atof_004aa998)();\n return dVar1;\n}\n\n" comment (function_definition "double atof(char *__nptr)\n\n{\n double dVar1;\n \n dVar1 = ...
(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 = (cast_expression ( (type_descriptor TYPE) ) (call_expressio...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "double atof(char *__nptr)\n\n{\n double dVar1;\n \n dVar1 = (double)(*(code *)PTR_atof_004aa998)();\n return dVar1;\n}" (primitive_type "double") (function_declarator "atof(char *__nptr)" (identifier "atof...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double function_1(char *__nptr) { double dVar1; dVar1 = (double)(*(type_1 *)PTR_atof_00524998)(); return dVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ double MASKED(char *__nptr) { double dVar1; dVar1 = (double)(*(code *)PTR_MASKED_004aa998)(); return dVar1; }
9,003
38_unexpand_and_unexpand_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_00414130)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * malloc(size_t __size) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_malloc_0040c130)(); return pvVar1; }
JMP qword ptr [0x0040c130]
null
null
null
null
[(u'CAST_-1201724757', u'CALLIND_-1201724824'), (u'INDIRECT_-1201724762', u'COPY_-1201724821'), (u'CAST_-1201724756', u'RETURN_-1201724821'), ('const-0', u'RETURN_-1201724821'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724762'), ('tmp_32', u'CAST_-1201724757'), (u'CALLIND_-1201724824', u'CAST_-1201724756')]
[(u'CAST_-1201724757', u'CALLIND_-1201724824'), (u'INDIRECT_-1201724762', u'COPY_-1201724821'), (u'CAST_-1201724756', u'RETURN_-1201724821'), ('const-0', u'RETURN_-1201724821'), (u'CALLIND_-1201724824', u'INDIRECT_-1201724762'), ('tmp_32', u'CAST_-1201724757'), (u'CALLIND_-1201724824', u'CAST_-1201724756')]
null
null
00402260
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0040c130)();\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_0040c130)();\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_00414130)(); 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_0040c130)(); return pvVar1; }
1,339
44_xargs_and_xargs_strip.c
read
read
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t read(int __fd,void *__buf,size_t __nbytes) { ssize_t sVar1; sVar1 = (*(code *)PTR_read_00422e78)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t read(int __fd,void *__buf,size_t __nbytes) { ssize_t sVar1; sVar1 = (*(code *)PTR_read_00414e78)(); return sVar1; }
JMP qword ptr [0x00414e78]
null
null
null
null
[(u'CAST_-1201724659', u'CALLIND_-1201724728'), (u'INDIRECT_-1201724664', u'COPY_-1201724723'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724664'), ('tmp_44', u'CAST_-1201724659'), ('const-0', u'RETURN_-1201724725'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')]
[(u'CAST_-1201724659', u'CALLIND_-1201724728'), (u'INDIRECT_-1201724664', u'COPY_-1201724723'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724664'), ('tmp_44', u'CAST_-1201724659'), ('const-0', u'RETURN_-1201724725'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')]
null
null
004022c0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_00414e78)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nb...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_00414e78)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "read(int __fd,void...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ ssize_t function_1(int __fd,void *__buf,size_t __nbytes) { ssize_t sVar1; sVar1 = (*(type_1 *)PTR_read_00422e78)(); return sVar1; }
(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 */ ssize_t MASKED(int __fd,void *__buf,size_t __nbytes) { ssize_t sVar1; sVar1 = (*(code *)PTR_MASKED_00414e78)(); return sVar1; }
7,947
25_readlink_and_readlink_strip.c
fputs
fputs
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_004190c8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_0040f0c8)(); return iVar1; }
JMP qword ptr [0x0040f0c8]
null
null
null
null
[(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
[(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
null
null
00402190
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040f0c8)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i...
(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(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040f0c8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputs_004190c8)(); 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_0040f0c8)(); return iVar1; }
738
29_join_and_join_strip.c
posix_fadvise
posix_fadvise
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0041a0e8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0040f0e8)(); return iVar1; }
JMP qword ptr [0x0040f0e8]
null
null
null
null
[(u'CALLIND_-1201724968', u'INDIRECT_-1201724903'), (u'CAST_-1201724898', u'CALLIND_-1201724968'), ('tmp_50', u'CAST_-1201724898'), ('const-0', u'RETURN_-1201724965'), (u'INDIRECT_-1201724903', u'COPY_-1201724962'), (u'CALLIND_-1201724968', u'RETURN_-1201724965')]
[(u'CALLIND_-1201724968', u'INDIRECT_-1201724903'), (u'CAST_-1201724898', u'CALLIND_-1201724968'), ('tmp_50', u'CAST_-1201724898'), ('const-0', u'RETURN_-1201724965'), (u'INDIRECT_-1201724903', u'COPY_-1201724962'), (u'CALLIND_-1201724968', u'RETURN_-1201724965')]
null
null
004021d0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0040f0e8)();\n return iVar1;\n}\n\n" comment (function_definition "int posix_fadvise(i...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (a...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0040f0e8)();\n return iVar1;\n}" (primitive_type "int") (function_declarat...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,type_1 __offset,type_1 __len,int __advise) { int iVar1; iVar1 = (*(type_2 *)PTR_posix_fadvise_0041a0e8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declar...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0040f0e8)(); return iVar1; }
965
20_true_and_true_strip.c
fputs
fputs
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_004100a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_0040a0a0)(); return iVar1; }
JMP qword ptr [0x0040a0a0]
null
null
null
null
[('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725049'), (u'CAST_-1201725044', u'CALLIND_-1201725112'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), ('tmp_38', u'CAST_-1201725044'), (u'INDIRECT_-1201725049', u'COPY_-1201725108')]
[('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725049'), (u'CAST_-1201725044', u'CALLIND_-1201725112'), (u'CALLIND_-1201725112', u'RETURN_-1201725109'), ('tmp_38', u'CAST_-1201725044'), (u'INDIRECT_-1201725049', u'COPY_-1201725108')]
null
null
00402140
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040a0a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i...
(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(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040a0a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputs_004100a0)(); 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_0040a0a0)(); return iVar1; }
252
23_pscp_and_pscp_strip.c
vsnprintf
vsnprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg) { int iVar1; iVar1 = (*(code *)PTR_vsnprintf_00553c40)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg) { int iVar1; iVar1 = (*(code *)PTR_vsnprintf_004b5c40)(); return iVar1; }
JMP qword ptr [0x004b5c40]
null
null
null
null
[('const-0', u'RETURN_-1201720965'), (u'INDIRECT_-1201720903', u'COPY_-1201720962'), (u'CAST_-1201720898', u'CALLIND_-1201720968'), (u'CALLIND_-1201720968', u'INDIRECT_-1201720903'), (u'CALLIND_-1201720968', u'RETURN_-1201720965'), ('tmp_50', u'CAST_-1201720898')]
[('const-0', u'RETURN_-1201720965'), (u'INDIRECT_-1201720903', u'COPY_-1201720962'), (u'CAST_-1201720898', u'CALLIND_-1201720968'), (u'CALLIND_-1201720968', u'INDIRECT_-1201720903'), (u'CALLIND_-1201720968', u'RETURN_-1201720965'), ('tmp_50', u'CAST_-1201720898')]
null
null
00403170
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vsnprintf_004b5c40)();\n return iVar1;\n}\n\n" comment (function_definition "int vsnprintf(char...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vsnprintf_004b5c40)();\n return iVar1;\n}" (primitive_type "int") (function_declara...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,size_t __maxlen,char *__format,type_1 __arg) { int iVar1; iVar1 = (*(type_2 *)PTR_vsnprintf_00553c40)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004b5c40)(); return iVar1; }
9,939
59_chcon_and_chcon_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_004271d8)(); 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_004161d8)(); return iVar1; }
JMP qword ptr [0x004161d8]
null
null
null
null
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724424'), ('tmp_44', u'CAST_-1201724419'), (u'INDIRECT_-1201724424', u'COPY_-1201724483'), (u'CAST_-1201724419', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485')]
[(u'CALLIND_-1201724488', u'INDIRECT_-1201724424'), ('tmp_44', u'CAST_-1201724419'), (u'INDIRECT_-1201724424', u'COPY_-1201724483'), (u'CAST_-1201724419', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485')]
null
null
004023b0
..
..
(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_004161d8)();\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_004161d8)();\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_004271d8)(); 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_004161d8)(); return iVar1; }
2,098
44_yes_and_yes_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_00411160)(); 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_0040a160)(); return ppuVar1; }
JMP qword ptr [0x0040a160]
null
null
null
null
[(u'CALLIND_-1201724728', u'INDIRECT_-1201724667'), (u'INDIRECT_-1201724667', u'COPY_-1201724726'), ('tmp_26', u'CALLIND_-1201724728'), ('const-0', u'RETURN_-1201724725'), (u'CALLIND_-1201724728', u'CAST_-1201724662'), (u'CAST_-1201724662', u'RETURN_-1201724725')]
[(u'CALLIND_-1201724728', u'INDIRECT_-1201724667'), (u'INDIRECT_-1201724667', u'COPY_-1201724726'), ('tmp_26', u'CALLIND_-1201724728'), ('const-0', u'RETURN_-1201724725'), (u'CALLIND_-1201724728', u'CAST_-1201724662'), (u'CAST_-1201724662', u'RETURN_-1201724725')]
null
null
004022c0
..
..
(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_0040a160)();\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_0040a160)();\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_00411160)(); 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_0040a160)(); return ppuVar1; }
872
36_curl_and_curl_strip.c
curl_mime_encoder
curl_mime_encoder
void curl_mime_encoder(void) { (*(code *)PTR_curl_mime_encoder_00460d30)(); return; }
void curl_mime_encoder(void) { (*(code *)PTR_curl_mime_encoder_0043ed30)(); return; }
JMP qword ptr [0x0043ed30]
null
null
null
null
[(u'CALLIND_-1201720760', u'INDIRECT_-1201720700'), ('const-0', u'RETURN_-1201720757'), (u'INDIRECT_-1201720700', u'COPY_-1201720759'), ('tmp_22', u'CAST_-1201720695'), (u'CAST_-1201720695', u'CALLIND_-1201720760')]
[(u'CALLIND_-1201720760', u'INDIRECT_-1201720700'), ('const-0', u'RETURN_-1201720757'), (u'INDIRECT_-1201720700', u'COPY_-1201720759'), ('tmp_22', u'CAST_-1201720695'), (u'CAST_-1201720695', u'CALLIND_-1201720760')]
null
null
00403240
..
..
(translation_unit "void curl_mime_encoder(void)\n\n{\n (*(code *)PTR_curl_mime_encoder_0043ed30)();\n return;\n}\n\n" (function_definition "void curl_mime_encoder(void)\n\n{\n (*(code *)PTR_curl_mime_encoder_0043ed30)();\n return;\n}" primitive_type (function_declarator "curl_mime_encoder(void)" identifier (paramet...
(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 curl_mime_encoder(void)\n\n{\n (*(code *)PTR_curl_mime_encoder_0043ed30)();\n return;\n}" (primitive_type "void") (function_declarator "curl_mime_encoder(void)" (identifier "curl_mime_encoder") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))...
void function_1(void) { (*(type_1 *)PTR_curl_mime_encoder_00460d30)(); 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_0043ed30)(); return; }
8,034
25_touch_and_touch_strip.c
__stack_chk_fail
__stack_chk_fail
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_004ab0c8)(); return; }
void __stack_chk_fail(void) { (*(code *)PTR___stack_chk_fail_004660c8)(); return; }
JMP qword ptr [0x004660c8]
null
null
null
null
[('tmp_22', u'CAST_-1201724967'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724972'), (u'INDIRECT_-1201724972', u'COPY_-1201725031'), (u'CAST_-1201724967', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
[('tmp_22', u'CAST_-1201724967'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724972'), (u'INDIRECT_-1201724972', u'COPY_-1201725031'), (u'CAST_-1201724967', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')]
null
null
00402190
..
..
(translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004660c8)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004660c8)();\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_004660c8)();\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_004ab0c8)(); 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_004660c8)(); return; }
4,338
115_ls_and_ls_strip.c
_start
entry
void processEntry _start(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_0044efc0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } ...
void processEntry entry(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_0042afc0) (FUN_00403810,param_2,&stack0x00000008,FUN_0041ff00,FUN_0041ff60,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ }...
XOR EBP,EBP MOV R9,RDX POP RSI MOV RDX,RSP AND RSP,-0x10 PUSH RAX PUSH RSP MOV R8,0x41ff60 MOV RCX,0x41ff00 MOV RDI,0x403810 CALL qword ptr [0x0042afc0] HLT
null
null
null
null
[('const-8', u'PTRSUB_-1201719371'), ('tmp_175', u'CALLIND_-1201719439'), (u'PTRSUB_-1201719362', u'CALLIND_-1201719439'), ('const-0', u'PTRSUB_-1201719342'), ('const-0', u'PTRSUB_-1201719341'), (u'PTRSUB_-1201719341', u'CALLIND_-1201719439'), (u'PTRSUB_-1201719371', u'CALLIND_-1201719439'), ('const-0', u'PTRSUB_-12017...
[('const-8', u'PTRSUB_-1201719371'), ('tmp_175', u'CALLIND_-1201719439'), (u'PTRSUB_-1201719362', u'CALLIND_-1201719439'), ('const-0', u'PTRSUB_-1201719342'), ('const-0', u'PTRSUB_-1201719341'), (u'PTRSUB_-1201719341', u'CALLIND_-1201719439'), (u'PTRSUB_-1201719371', u'CALLIND_-1201719439'), ('const-0', u'PTRSUB_-12017...
null
null
00403720
..
..
(translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0042afc0)\n (FUN_00403810,param_2,&stack0x00000008,FUN_0041ff00,FUN_0041ff60,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ...
(function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0042afc0)\n (FUN_00403810,param_2,&stack0x00000008,FUN_0041ff00,FUN_0041ff60,param_1,auStack_8);\n do {\n /* WARNING: Do nothing bl...
void processEntry function_1(type_1 param_1,type_1 param_2) { type_2 auStack_8 [8]; (*(type_3 *)PTR___libc_start_main_0044efc0) (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ } while(...
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod...
void processEntry MASKED(undefined8 param_1,undefined8 param_2) { undefined1 auStack_8 [8]; (*(code *)PTR___libc_start_main_0042afc0) (FUN_00403810,param_2,&stack0x00000008,FUN_0041ff00,FUN_0041ff60,param_1,auStack_8); do { /* WARNING: Do nothing block with infinite loop */ ...
7,766
397_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
strpbrk
strpbrk
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strpbrk(char *__s,char *__accept) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strpbrk_00296db0)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strpbrk(char *__s,char *__accept) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_strpbrk_001d1db0)(); return pcVar1; }
JMP qword ptr [0x001d1db0]
null
null
null
null
[(u'CALLIND_-1206912232', u'INDIRECT_-1206912169'), ('const-0', u'RETURN_-1206912229'), (u'CALLIND_-1206912232', u'CAST_-1206912163'), (u'CAST_-1206912163', u'RETURN_-1206912229'), ('tmp_38', u'CAST_-1206912164'), (u'INDIRECT_-1206912169', u'COPY_-1206912228'), (u'CAST_-1206912164', u'CALLIND_-1206912232')]
[(u'CALLIND_-1206912232', u'INDIRECT_-1206912169'), ('const-0', u'RETURN_-1206912229'), (u'CALLIND_-1206912232', u'CAST_-1206912163'), (u'CAST_-1206912163', u'RETURN_-1206912229'), ('tmp_38', u'CAST_-1206912164'), (u'INDIRECT_-1206912169', u'COPY_-1206912228'), (u'CAST_-1206912164', u'CALLIND_-1206912232')]
null
null
0010fb10
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_001d1db0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strpbrk(char *__s,char *__accept)\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 * strpbrk(char *__s,char *__accept)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strpbrk_001d1db0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strpbrk(char *__s,...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,char *__accept) { char *pcVar1; pcVar1 = (char *)(*(type_1 *)PTR_strpbrk_00296db0)(); return pcVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,char *__accept) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_001d1db0)(); return pcVar1; }
10,645
45_cksum_and_cksum_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_00412168)(); 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_0040c168)(); return iVar1; }
JMP qword ptr [0x0040c168]
null
null
null
null
[(u'CALLIND_-1201724712', u'RETURN_-1201724709'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), ('tmp_32', u'CALLIND_-1201724712')]
[(u'CALLIND_-1201724712', u'RETURN_-1201724709'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), ('tmp_32', u'CALLIND_-1201724712')]
null
null
004022d0
..
..
(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_0040c168)();\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_0040c168)();\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_00412168)(); 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_0040c168)(); return iVar1; }
4,955
78_plink_and_plink_strip.c
sigemptyset
sigemptyset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigemptyset(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_sigemptyset_0054fdf8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigemptyset(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_sigemptyset_004b3df8)(); return iVar1; }
JMP qword ptr [0x004b3df8]
null
null
null
null
[('const-0', u'RETURN_-1201720085'), (u'CALLIND_-1201720088', u'RETURN_-1201720085'), ('tmp_32', u'CAST_-1201720021'), (u'INDIRECT_-1201720026', u'COPY_-1201720085'), (u'CAST_-1201720021', u'CALLIND_-1201720088'), (u'CALLIND_-1201720088', u'INDIRECT_-1201720026')]
[('const-0', u'RETURN_-1201720085'), (u'CALLIND_-1201720088', u'RETURN_-1201720085'), ('tmp_32', u'CAST_-1201720021'), (u'INDIRECT_-1201720026', u'COPY_-1201720085'), (u'CAST_-1201720021', u'CALLIND_-1201720088'), (u'CALLIND_-1201720088', u'INDIRECT_-1201720026')]
null
null
004034e0
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigemptyset_004b3df8)();\n return iVar1;\n}\n\n" comment (function_definition "int sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n i...
(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 sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigemptyset_004b3df8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigemptyset(sigset_t *__set)" (identi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__set) { int iVar1; iVar1 = (*(type_2 *)PTR_sigemptyset_0054fdf8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(sigset_t *__set) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004b3df8)(); return iVar1; }
9,836
5_fmt_and_fmt_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_00416028)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_0040d028)(); return piVar1; }
JMP qword ptr [0x0040d028]
null
null
null
null
[(u'CAST_-1201725285', u'RETURN_-1201725349'), ('const-0', u'RETURN_-1201725349'), (u'CALLIND_-1201725352', u'CAST_-1201725285'), ('tmp_26', u'CAST_-1201725286'), (u'INDIRECT_-1201725291', u'COPY_-1201725350'), (u'CAST_-1201725286', u'CALLIND_-1201725352'), (u'CALLIND_-1201725352', u'INDIRECT_-1201725291')]
[(u'CAST_-1201725285', u'RETURN_-1201725349'), ('const-0', u'RETURN_-1201725349'), (u'CALLIND_-1201725352', u'CAST_-1201725285'), ('tmp_26', u'CAST_-1201725286'), (u'INDIRECT_-1201725291', u'COPY_-1201725350'), (u'CAST_-1201725286', u'CALLIND_-1201725352'), (u'CALLIND_-1201725352', u'INDIRECT_-1201725291')]
null
null
00402050
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0040d028)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1...
(translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0040d028)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_00416028)(); return piVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_0040d028)(); return piVar1; }
5,155
23_expand_and_expand_strip.c
__assert_fail
__assert_fail
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void __assert_fail(char *__assertion,char *__file,uint __line,char *__function) { (*(code *)PTR___assert_fail_004130b8)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void __assert_fail(char *__assertion,char *__file,uint __line,char *__function) { (*(code *)PTR___assert_fail_0040c0b8)(); return; }
JMP qword ptr [0x0040c0b8]
null
null
null
null
[('tmp_46', u'CAST_-1201724995'), (u'INDIRECT_-1201725000', u'COPY_-1201725059'), (u'CAST_-1201724995', u'CALLIND_-1201725064'), ('const-0', u'RETURN_-1201725061'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725000')]
[('tmp_46', u'CAST_-1201724995'), (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\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_0040c0b8)();\n return;\n}\n\n" comment (function_definition "void __assert_fail(char *__assertion,char *...
(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 "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_0040c0b8)();\n return;\n}" (primitive_type "void") (function_declarator "__assert_fail(char ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(char *__assertion,char *__file,type_1 __line,char *__function) { (*(type_2 *)PTR___assert_fail_004130b8)(); 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))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(char *__assertion,char *__file,uint __line,char *__function) { (*(code *)PTR_MASKED_0040c0b8)(); return; }
3,692
45_mv_and_mv_strip.c
getopt_long
getopt_long
void getopt_long(void) { (*(code *)PTR_getopt_long_00454168)(); return; }
void getopt_long(void) { (*(code *)PTR_getopt_long_0042c168)(); return; }
JMP qword ptr [0x0042c168]
null
null
null
null
[(u'CAST_-1201720551', u'CALLIND_-1201720616'), (u'INDIRECT_-1201720556', u'COPY_-1201720615'), (u'CALLIND_-1201720616', u'INDIRECT_-1201720556'), ('const-0', u'RETURN_-1201720613'), ('tmp_22', u'CAST_-1201720551')]
[(u'CAST_-1201720551', u'CALLIND_-1201720616'), (u'INDIRECT_-1201720556', u'COPY_-1201720615'), (u'CALLIND_-1201720616', u'INDIRECT_-1201720556'), ('const-0', u'RETURN_-1201720613'), ('tmp_22', u'CAST_-1201720551')]
null
null
004032d0
..
..
(translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0042c168)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0042c168)();\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_0042c168)();\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_00454168)(); 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_0042c168)(); return; }
4,032
281_pterm_and_pterm_strip.c
gtk_window_new
gtk_window_new
void gtk_window_new(void) { (*(code *)PTR_gtk_window_new_005248e8)(); return; }
void gtk_window_new(void) { (*(code *)PTR_gtk_window_new_004aa8e8)(); return; }
JMP qword ptr [0x004aa8e8]
null
null
null
null
[(u'INDIRECT_-1201688092', u'COPY_-1201688151'), ('const-0', u'RETURN_-1201688149'), (u'CAST_-1201688087', u'CALLIND_-1201688152'), ('tmp_22', u'CAST_-1201688087'), (u'CALLIND_-1201688152', u'INDIRECT_-1201688092')]
[(u'INDIRECT_-1201688092', u'COPY_-1201688151'), ('const-0', u'RETURN_-1201688149'), (u'CAST_-1201688087', u'CALLIND_-1201688152'), ('tmp_22', u'CAST_-1201688087'), (u'CALLIND_-1201688152', u'INDIRECT_-1201688092')]
null
null
0040b1a0
..
..
(translation_unit "void gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004aa8e8)();\n return;\n}\n\n" (function_definition "void gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004aa8e8)();\n return;\n}" primitive_type (function_declarator "gtk_window_new(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 gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004aa8e8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_window_new(void)" (identifier "gtk_window_new") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR_gtk_window_new_005248e8)(); 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_004aa8e8)(); return; }
8,981
15_od_and_od_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_00421080)(); 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_00413080)(); return sVar1; }
JMP qword ptr [0x00413080]
null
null
null
null
[('tmp_26', u'CAST_-1201725110'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'INDIRECT_-1201725115', u'COPY_-1201725174'), ('const-0', u'RETURN_-1201725173'), (u'CAST_-1201725110', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725115')]
[('tmp_26', u'CAST_-1201725110'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'INDIRECT_-1201725115', u'COPY_-1201725174'), ('const-0', u'RETURN_-1201725173'), (u'CAST_-1201725110', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725115')]
null
null
00402100
..
..
(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_00413080)();\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_00413080)();\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_00421080)(); 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_00413080)(); return sVar1; }
3,745
60_sha512sum_and_sha512sum_strip.c
register_tm_clones
FUN_00402400
/* WARNING: Removing unreachable block (ram,0x0040241f) */ /* WARNING: Removing unreachable block (ram,0x00402429) */ void register_tm_clones(void) { return; }
/* WARNING: Removing unreachable block (ram,0x0040241f) */ /* WARNING: Removing unreachable block (ram,0x00402429) */ void FUN_00402400(void) { return; }
MOV ESI,0x417248 SUB RSI,0x417248 SAR RSI,0x3 MOV RAX,RSI SHR RAX,0x3f ADD RSI,RAX SAR RSI,0x1 JZ 0x00402430 MOV EAX,0x0 TEST RAX,RAX JZ 0x00402430 MOV EDI,0x417248 JMP RAX RET
null
null
null
null
[('const-0', u'RETURN_-1201724241')]
[('const-0', u'RETURN_-1201724241')]
null
null
00402400
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040241f) */\n/* WARNING: Removing unreachable block (ram,0x00402429) */\n\nvoid FUN_00402400(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402400(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402400...
(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,0x0040241f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402429) */") (function_definition "void FUN_00402400(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402400(void)" (identifier "FUN_00402400") (parameter_list "(...
/* WARNING: Removing unreachable block (ram,0x0040241f) */ /* WARNING: Removing unreachable block (ram,0x00402429) */ 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,0x0040241f) */ /* WARNING: Removing unreachable block (ram,0x00402429) */ void MASKED(void) { return; }
3,387
84_du_and_du_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_004412a0)(); return pFVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fopen(char *__filename,char *__modes) { FILE *pFVar1; pFVar1 = (FILE *)(*(code *)PTR_fopen_004232a0)(); return pFVar1; }
JMP qword ptr [0x004232a0]
null
null
null
null
[(u'CAST_-1201719924', u'CALLIND_-1201719992'), ('tmp_38', u'CAST_-1201719924'), (u'CAST_-1201719923', u'RETURN_-1201719989'), (u'INDIRECT_-1201719929', u'COPY_-1201719988'), ('const-0', u'RETURN_-1201719989'), (u'CALLIND_-1201719992', u'INDIRECT_-1201719929'), (u'CALLIND_-1201719992', u'CAST_-1201719923')]
[(u'CAST_-1201719924', u'CALLIND_-1201719992'), ('tmp_38', u'CAST_-1201719924'), (u'CAST_-1201719923', u'RETURN_-1201719989'), (u'INDIRECT_-1201719929', u'COPY_-1201719988'), ('const-0', u'RETURN_-1201719989'), (u'CALLIND_-1201719992', u'INDIRECT_-1201719929'), (u'CALLIND_-1201719992', u'CAST_-1201719923')]
null
null
00403540
..
..
(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_004232a0)();\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_004232a0)();\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_004412a0)(); 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_004232a0)(); return pFVar1; }
3,952
413_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
curl_mime_type
curl_mime_type
CURLcode curl_mime_type(curl_mimepart **part,char **mimetype) { CURLcode CVar1; CVar1 = (*(code *)PTR_curl_mime_type_00296e30)(); return CVar1; }
void curl_mime_type(void) { (*(code *)PTR_curl_mime_type_001d1e30)(); return; }
JMP qword ptr [0x001d1e30]
null
null
null
null
[(u'CAST_-1206911908', u'CALLIND_-1206911976'), (u'INDIRECT_-1206911913', u'COPY_-1206911972'), (u'CALLIND_-1206911976', u'INDIRECT_-1206911913'), ('const-1', u'RETURN_-1206911973'), ('tmp_38', u'CAST_-1206911908'), (u'CALLIND_-1206911976', u'RETURN_-1206911973')]
[('tmp_22', u'CAST_-1206911911'), (u'CAST_-1206911911', u'CALLIND_-1206911976'), (u'INDIRECT_-1206911916', u'COPY_-1206911975'), ('const-1', u'RETURN_-1206911973'), (u'CALLIND_-1206911976', u'INDIRECT_-1206911916')]
null
null
0010fc10
..
..
(translation_unit "void curl_mime_type(void)\n\n{\n (*(code *)PTR_curl_mime_type_001d1e30)();\n return;\n}\n\n" (function_definition "void curl_mime_type(void)\n\n{\n (*(code *)PTR_curl_mime_type_001d1e30)();\n return;\n}" primitive_type (function_declarator "curl_mime_type(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 curl_mime_type(void)\n\n{\n (*(code *)PTR_curl_mime_type_001d1e30)();\n return;\n}" (primitive_type "void") (function_declarator "curl_mime_type(void)" (identifier "curl_mime_type") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
type_1 function_1(type_2 **part,char **mimetype) { type_1 CVar1; CVar1 = (*(type_3 *)PTR_curl_mime_type_00296e30)(); return CVar1; }
(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_001d1e30)(); return; }
10,661
94_ln_and_ln_strip.c
base_len
FUN_0040b6f0
/* WARNING: Unknown calling convention */ size_t base_len(char **name) { size_t sVar1; char *in_RDI; bool bVar2; ulong local_58 [2]; long local_48 [5]; ulong *local_20; long *local_18; local_18 = local_48; local_20 = local_58; sVar1 = strlen(in_RDI); *local_20 = sVar1; while( true ) { ...
/* WARNING: Removing unreachable block (ram,0x0040baf4) */ /* WARNING: Removing unreachable block (ram,0x0040bb14) */ int FUN_0040b6f0(int param_1,char *param_2,int param_3,char *param_4,uint param_5) { bool bVar1; int iVar2; int *piVar3; size_t sVar4; size_t sVar5; long in_FS_OFFSET; int local_134; ...
PUSH RBP MOV RBP,RSP SUB RSP,0x190 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x130],EDI MOV qword ptr [RBP + -0x138],RSI MOV dword ptr [RBP + -0x13c],EDX MOV qword ptr [RBP + -0x148],RCX MOV dword ptr [RBP + -0x14c],R8D MOV dword ptr [RBP + -0x150],0xffffffff MOV dword ptr [RBP + ...
null
null
null
null
[('tmp_864', u'PTRSUB_-1201686319'), ('const--88', u'PTRSUB_-1201686308'), (u'COPY_-1201686289', u'MULTIEQUAL_-1201686177'), ('tmp_316', u'CBRANCH_-1201686561'), (u'CAST_-1201686190', u'LOAD_-1201686460'), ('const-0', u'RETURN_-1201686409'), (u'MULTIEQUAL_-1201686177', u'BOOL_NEGATE_-1201686183'), (u'MULTIEQUAL_-120168...
[(u'INT_NOTEQUAL_-1201686547', u'CBRANCH_-1201686542'), ('tmp_819', u'CBRANCH_-1201686109'), (u'CALL_-1201686053', u'INT_SUB_-1201685856'), ('tmp_5035', u'PTRADD_-1201685799'), ('const-20', u'CALL_-1201685125'), (u'INDIRECT_-1201683978', u'MULTIEQUAL_-1201683152'), (u'CALL_-1201685187', u'LOAD_-1201685186'), ('const-95...
null
null
0040b6f0
..
..
(translation_unit "/* WARNING: Removing unreachable block (ram,0x0040baf4) */\n/* WARNING: Removing unreachable block (ram,0x0040bb14) */\n\nint FUN_0040b6f0(int param_1,char *param_2,int param_3,char *param_4,uint param_5)\n\n{\n bool bVar1;\n int iVar2;\n int *piVar3;\n size_t sVar4;\n size_t sVar5;\n long in_F...
(translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaratio...
(comment "/* WARNING: Removing unreachable block (ram,0x0040baf4) */") (comment "/* WARNING: Removing unreachable block (ram,0x0040bb14) */") (function_definition "int FUN_0040b6f0(int param_1,char *param_2,int param_3,char *param_4,uint param_5)\n\n{\n bool bVar1;\n int iVar2;\n int *piVar3;\n size_t sVar4;\n siz...
/* WARNING: Unknown calling convention */ size_t function_1(char **name) { size_t sVar1; char *in_RDI; bool bVar2; type_1 local_58 [2]; long local_48 [5]; type_1 *local_20; long *local_18; local_18 = local_48; local_20 = local_58; sVar1 = var_1(in_RDI); *local_20 = sVar1; while( true ) { ...
(translation_unit (comment) (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 de...
/* WARNING: Removing unreachable block (ram,0x0040baf4) */ /* WARNING: Removing unreachable block (ram,0x0040bb14) */ int MASKED(int param_1,char *param_2,int param_3,char *param_4,uint param_5) { bool bVar1; int iVar2; int *piVar3; size_t sVar4; size_t sVar5; long in_FS_OFFSET; int local_134; undefi...
6,524
40_fmt_and_fmt_strip.c
fwrite_unlocked
fwrite_unlocked
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_00416140)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_fwrite_unlocked_0040d140)(); return sVar1; }
JMP qword ptr [0x0040d140]
null
null
null
null
[('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724727'), (u'CAST_-1201724722', u'CALLIND_-1201724792'), ('tmp_50', u'CAST_-1201724722'), (u'INDIRECT_-1201724727', u'COPY_-1201724786')]
[('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724727'), (u'CAST_-1201724722', u'CALLIND_-1201724792'), ('tmp_50', u'CAST_-1201724722'), (u'INDIRECT_-1201724727', u'COPY_-1201724786')]
null
null
00402280
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_0040d140)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwr...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_0040d140)();\n return sVar1;\n}" (primitive_type "size_t") (funct...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream) { size_t sVar1; sVar1 = (*(type_2 *)PTR_fwrite_unlocked_00416140)(); return sVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_0040d140)(); return sVar1; }
5,190
517_putty_and_putty_strip.c
g_source_remove
g_source_remove
void g_source_remove(void) { (*(code *)PTR_g_source_remove_0062cf90)(); return; }
void g_source_remove(void) { (*(code *)PTR_g_source_remove_00536f90)(); return; }
JMP qword ptr [0x00536f90]
null
null
null
null
[(u'INDIRECT_-1201680204', u'COPY_-1201680263'), (u'CALLIND_-1201680264', u'INDIRECT_-1201680204'), (u'CAST_-1201680199', u'CALLIND_-1201680264'), ('const-0', u'RETURN_-1201680261'), ('tmp_22', u'CAST_-1201680199')]
[(u'INDIRECT_-1201680204', u'COPY_-1201680263'), (u'CALLIND_-1201680264', u'INDIRECT_-1201680204'), (u'CAST_-1201680199', u'CALLIND_-1201680264'), ('const-0', u'RETURN_-1201680261'), ('tmp_22', u'CAST_-1201680199')]
null
null
0040d070
..
..
(translation_unit "void g_source_remove(void)\n\n{\n (*(code *)PTR_g_source_remove_00536f90)();\n return;\n}\n\n" (function_definition "void g_source_remove(void)\n\n{\n (*(code *)PTR_g_source_remove_00536f90)();\n return;\n}" primitive_type (function_declarator "g_source_remove(void)" identifier (parameter_list "(...
(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 g_source_remove(void)\n\n{\n (*(code *)PTR_g_source_remove_00536f90)();\n return;\n}" (primitive_type "void") (function_declarator "g_source_remove(void)" (identifier "g_source_remove") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou...
void function_1(void) { (*(type_1 *)PTR_g_source_remove_0062cf90)(); 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_00536f90)(); return; }
11,255
39_cat_and_cat_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_00414138)(); 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_0040c138)(); return pcVar1; }
JMP qword ptr [0x0040c138]
null
null
null
null
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')]
[(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')]
null
null
00402270
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040c138)();\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_0040c138)();\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_00414138)(); 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_0040c138)(); return pcVar1; }
447
44_sum_and_sum_strip.c
__freading
__freading
void __freading(void) { (*(code *)PTR___freading_00417160)(); return; }
void __freading(void) { (*(code *)PTR___freading_0040c160)(); return; }
JMP qword ptr [0x0040c160]
null
null
null
null
[('tmp_22', u'CAST_-1201724663'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724668', u'COPY_-1201724727'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724668'), (u'CAST_-1201724663', u'CALLIND_-1201724728')]
[('tmp_22', u'CAST_-1201724663'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724668', u'COPY_-1201724727'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724668'), (u'CAST_-1201724663', u'CALLIND_-1201724728')]
null
null
004022c0
..
..
(translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040c160)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040c160)();\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_0040c160)();\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_00417160)(); 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_0040c160)(); return; }
6,821
57_paste_and_paste_strip.c
clone_quoting_options
FUN_00405110
/* WARNING: Unknown calling convention */ quoting_options * clone_quoting_options(quoting_options **o) { int *piVar1; void *pvVar2; undefined8 local_98 [2]; int local_88 [4]; long local_78 [6]; int local_44; quoting_options *local_40; quoting_options *local_38; undefined1 local_29; undefined8 *lo...
void FUN_00405110(undefined8 param_1,undefined8 param_2,undefined8 param_3) { FUN_00405150(param_1,param_2,0,param_3); return; }
PUSH RBP MOV RBP,RSP SUB RSP,0x20 XOR EAX,EAX MOV ECX,EAX MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RDI,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RBP + -0x10] MOV RDX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x20],RDX MOV RDX,RCX MOV RCX,qword ptr [RBP + -0x...
null
null
null
null
[(u'CAST_-1201712297', u'COPY_-1201712519'), ('const-4272720', u'PTRSUB_-1201712574'), (u'PTRSUB_-1201712574', u'MULTIEQUAL_-1201712392'), (u'CALL_-1201712747', u'INDIRECT_-1201712457'), (u'CAST_-1201712381', u'MULTIEQUAL_-1201712392'), (u'STORE_-1201712579', u'INDIRECT_-1201712342'), ('const-433', u'LOAD_-1201712569')...
[('tmp_271', u'CALL_-1201712774'), ('tmp_272', u'CALL_-1201712774'), ('const-0', u'RETURN_-1201712745'), ('const-0', u'CALL_-1201712774'), ('tmp_270', u'CALL_-1201712774')]
null
null
00405110
..
..
(translation_unit "void FUN_00405110(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00405150(param_1,param_2,0,param_3);\n return;\n}\n\n" (function_definition "void FUN_00405110(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00405150(param_1,param_2,0,param_3);\n return;...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT ))) ;)...
(function_definition "void FUN_00405110(undefined8 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_00405150(param_1,param_2,0,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00405110(undefined8 param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00405110") (parameter_l...
/* WARNING: Unknown calling convention */ type_1 * function_1(type_1 **o) { int *piVar1; void *pvVar2; type_2 local_98 [2]; int local_88 [4]; long local_78 [6]; int local_44; type_1 *local_40; type_1 *local_38; type_3 local_29; type_2 *local_28; int *local_20; long *local_18; local_18 = ...
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3) { FUN_00405150(param_1,param_2,0,param_3); return; }
56
42_ptx_and_ptx_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_00425150)(); 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_00415150)(); return iVar1; }
JMP qword ptr [0x00415150]
null
null
null
null
[(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CALLIND_-1201724760', u'RETURN_-1201724757'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')]
[(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CALLIND_-1201724760', u'RETURN_-1201724757'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')]
null
null
004022a0
..
..
(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_00415150)();\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_00415150)();\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_00425150)(); 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_00415150)(); return iVar1; }
4,604
21_chmod_and_chmod_strip.c
printf
printf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_004250a8)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_004150a8)(); return iVar1; }
JMP qword ptr [0x004150a8]
null
null
null
null
[(u'CALLIND_-1201725096', u'RETURN_-1201725093'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725034'), ('const-0', u'RETURN_-1201725093'), (u'INDIRECT_-1201725034', u'COPY_-1201725093'), (u'CAST_-1201725029', u'CALLIND_-1201725096'), ('tmp_32', u'CAST_-1201725029')]
[(u'CALLIND_-1201725096', u'RETURN_-1201725093'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725034'), ('const-0', u'RETURN_-1201725093'), (u'INDIRECT_-1201725034', u'COPY_-1201725093'), (u'CAST_-1201725029', u'CALLIND_-1201725096'), ('tmp_32', u'CAST_-1201725029')]
null
null
00402150
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_004150a8)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_004150a8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "pri...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_printf_004250a8)(); return iVar1; }
(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declara...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_004150a8)(); return iVar1; }
3,068
4_tty_and_tty_strip.c
abort
abort
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_00410020)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_0040a020)(); return; }
JMP qword ptr [0x0040a020]
null
null
null
null
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
[('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')]
null
null
00402040
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_0040a020)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_0040a020)();\n return;\n}" primitive_type (function_declarator "abor...
(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDE...
(comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_0040a020)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_abort_00410020)(); 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_0040a020)(); return; }
476
422_pterm_and_pterm_strip.c
gtk_tree_view_scroll_to_cell
gtk_tree_view_scroll_to_cell
void gtk_tree_view_scroll_to_cell(void) { (*(code *)PTR_gtk_tree_view_scroll_to_cell_00524d50)(); return; }
void gtk_tree_view_scroll_to_cell(void) { (*(code *)PTR_gtk_tree_view_scroll_to_cell_004aad50)(); return; }
JMP qword ptr [0x004aad50]
null
null
null
null
[(u'CAST_-1201685831', u'CALLIND_-1201685896'), (u'CALLIND_-1201685896', u'INDIRECT_-1201685836'), ('tmp_22', u'CAST_-1201685831'), ('const-0', u'RETURN_-1201685893'), (u'INDIRECT_-1201685836', u'COPY_-1201685895')]
[(u'CAST_-1201685831', u'CALLIND_-1201685896'), (u'CALLIND_-1201685896', u'INDIRECT_-1201685836'), ('tmp_22', u'CAST_-1201685831'), ('const-0', u'RETURN_-1201685893'), (u'INDIRECT_-1201685836', u'COPY_-1201685895')]
null
null
0040ba70
..
..
(translation_unit "void gtk_tree_view_scroll_to_cell(void)\n\n{\n (*(code *)PTR_gtk_tree_view_scroll_to_cell_004aad50)();\n return;\n}\n\n" (function_definition "void gtk_tree_view_scroll_to_cell(void)\n\n{\n (*(code *)PTR_gtk_tree_view_scroll_to_cell_004aad50)();\n return;\n}" primitive_type (function_declarator "...
(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_view_scroll_to_cell(void)\n\n{\n (*(code *)PTR_gtk_tree_view_scroll_to_cell_004aad50)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_view_scroll_to_cell(void)" (identifier "gtk_tree_view_scroll_to_cell") (parameter_list "(void)" (( "(") (parameter_declarati...
void function_1(void) { (*(type_1 *)PTR_gtk_tree_view_scroll_to_cell_00524d50)(); 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_004aad50)(); return; }
9,122
105_pageant_and_pageant_strip.c
gtk_main
gtk_main
void gtk_main(void) { (*(code *)PTR_gtk_main_004ccd90)(); return; }
void gtk_main(void) { (*(code *)PTR_gtk_main_0046ed90)(); return; }
JMP qword ptr [0x0046ed90]
null
null
null
null
[(u'CALLIND_-1201715560', u'INDIRECT_-1201715500'), ('const-0', u'RETURN_-1201715557'), (u'INDIRECT_-1201715500', u'COPY_-1201715559'), ('tmp_22', u'CAST_-1201715495'), (u'CAST_-1201715495', u'CALLIND_-1201715560')]
[(u'CALLIND_-1201715560', u'INDIRECT_-1201715500'), ('const-0', u'RETURN_-1201715557'), (u'INDIRECT_-1201715500', u'COPY_-1201715559'), ('tmp_22', u'CAST_-1201715495'), (u'CAST_-1201715495', u'CALLIND_-1201715560')]
null
null
00404690
..
..
(translation_unit "void gtk_main(void)\n\n{\n (*(code *)PTR_gtk_main_0046ed90)();\n return;\n}\n\n" (function_definition "void gtk_main(void)\n\n{\n (*(code *)PTR_gtk_main_0046ed90)();\n return;\n}" primitive_type (function_declarator "gtk_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo...
(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_main(void)\n\n{\n (*(code *)PTR_gtk_main_0046ed90)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_main(void)" (identifier "gtk_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *...
void function_1(void) { (*(type_1 *)PTR_gtk_main_004ccd90)(); 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_0046ed90)(); return; }
8,345
41_puttytel_and_puttytel_strip.c
gtk_dialog_add_button
gtk_dialog_add_button
void gtk_dialog_add_button(void) { (*(code *)PTR_gtk_dialog_add_button_00545100)(); return; }
void gtk_dialog_add_button(void) { (*(code *)PTR_gtk_dialog_add_button_004bd100)(); return; }
JMP qword ptr [0x004bd100]
null
null
null
null
[(u'INDIRECT_-1201687852', u'COPY_-1201687911'), (u'CALLIND_-1201687912', u'INDIRECT_-1201687852'), ('const-0', u'RETURN_-1201687909'), ('tmp_22', u'CAST_-1201687847'), (u'CAST_-1201687847', u'CALLIND_-1201687912')]
[(u'INDIRECT_-1201687852', u'COPY_-1201687911'), (u'CALLIND_-1201687912', u'INDIRECT_-1201687852'), ('const-0', u'RETURN_-1201687909'), ('tmp_22', u'CAST_-1201687847'), (u'CAST_-1201687847', u'CALLIND_-1201687912')]
null
null
0040b290
..
..
(translation_unit "void gtk_dialog_add_button(void)\n\n{\n (*(code *)PTR_gtk_dialog_add_button_004bd100)();\n return;\n}\n\n" (function_definition "void gtk_dialog_add_button(void)\n\n{\n (*(code *)PTR_gtk_dialog_add_button_004bd100)();\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_004bd100)();\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_00545100)(); 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_004bd100)(); return; }
9,262
69_install_and_install_strip.c
closedir
closedir
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int closedir(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_closedir_0045a228)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int closedir(DIR *__dirp) { int iVar1; iVar1 = (*(code *)PTR_closedir_00430228)(); return iVar1; }
JMP qword ptr [0x00430228]
null
null
null
null
[('const-0', u'RETURN_-1201716133'), (u'CAST_-1201716069', u'CALLIND_-1201716136'), ('tmp_32', u'CAST_-1201716069'), (u'CALLIND_-1201716136', u'INDIRECT_-1201716074'), (u'CALLIND_-1201716136', u'RETURN_-1201716133'), (u'INDIRECT_-1201716074', u'COPY_-1201716133')]
[('const-0', u'RETURN_-1201716133'), (u'CAST_-1201716069', u'CALLIND_-1201716136'), ('tmp_32', u'CAST_-1201716069'), (u'CALLIND_-1201716136', u'INDIRECT_-1201716074'), (u'CALLIND_-1201716136', u'RETURN_-1201716133'), (u'INDIRECT_-1201716074', u'COPY_-1201716133')]
null
null
00404450
..
..
(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_00430228)();\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_00430228)();\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_0045a228)(); 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_00430228)(); return iVar1; }
6,153
33_id_and_id_strip.c
geteuid
geteuid
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t geteuid(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_geteuid_00417108)(); return _Var1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t geteuid(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_geteuid_0040d108)(); return _Var1; }
JMP qword ptr [0x0040d108]
null
null
null
null
[(u'CAST_-1201724838', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'RETURN_-1201724901'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724843'), (u'INDIRECT_-1201724843', u'COPY_-1201724902'), ('tmp_26', u'CAST_-1201724838'), ('const-0', u'RETURN_-1201724901')]
[(u'CAST_-1201724838', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'RETURN_-1201724901'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724843'), (u'INDIRECT_-1201724843', u'COPY_-1201724902'), ('tmp_26', u'CAST_-1201724838'), ('const-0', u'RETURN_-1201724901')]
null
null
00402210
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__uid_t geteuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)PTR_geteuid_0040d108)();\n return _Var1;\n}\n\n" comment (function_definition "__uid_t geteuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)P...
(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 "__uid_t geteuid(void)\n\n{\n __uid_t _Var1;\n \n _Var1 = (*(code *)PTR_geteuid_0040d108)();\n return _Var1;\n}" (type_identifier "__uid_t") (function_declarator "geteuid(void)" (identifier "geteuid") (para...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(void) { type_1 _Var1; _Var1 = (*(type_2 *)PTR_geteuid_00417108)(); return _Var1; }
(translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ __uid_t MASKED(void) { __uid_t _Var1; _Var1 = (*(code *)PTR_MASKED_0040d108)(); return _Var1; }
3,424
3_mkdir_and_mkdir_strip.c
raise
raise
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int raise(int __sig) { int iVar1; iVar1 = (*(code *)PTR_raise_0042c018)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int raise(int __sig) { int iVar1; iVar1 = (*(code *)PTR_raise_00418018)(); return iVar1; }
JMP qword ptr [0x00418018]
null
null
null
null
[('tmp_32', u'CAST_-1201725317'), (u'CAST_-1201725317', u'CALLIND_-1201725384'), (u'CALLIND_-1201725384', u'RETURN_-1201725381'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725322', u'COPY_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725322')]
[('tmp_32', u'CAST_-1201725317'), (u'CAST_-1201725317', u'CALLIND_-1201725384'), (u'CALLIND_-1201725384', u'RETURN_-1201725381'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725322', u'COPY_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725322')]
null
null
00402030
..
..
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00418018)();\n return iVar1;\n}\n\n" comment (function_definition "int raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_004...
(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 raise(int __sig)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_raise_00418018)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "raise(int __sig)" (identifier "raise") (parameter_list ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __sig) { int iVar1; iVar1 = (*(type_1 *)PTR_raise_0042c018)(); 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 __sig) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00418018)(); return iVar1; }
6,851