file_name stringlengths 17 45 | original_function_name stringlengths 3 57 | stripped_function_name stringlengths 3 57 | decompiled_code_original stringlengths 52 88.8k | decompiled_code_stripped stringlengths 37 65.3k | assembly_code stringlengths 3 97.1k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 2.29M | pcode_edges_stripped stringlengths 34 415k | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_decompiled_code_original_noisy stringlengths 348 1.49M | S-Expression_decompiled_code_original_clean stringclasses 493
values | S-Expression_decompiled_code_original_root stringlengths 356 1.54M | Replace_function_name_and_variable_name stringlengths 39 85.6k | S-Expression_decompiled_code_stripped stringclasses 1
value | Root Node stringclasses 560
values | decompiled_code_original_masked stringclasses 1
value | decompiled_code_stripped_masked stringlengths 35 65.3k | __index_level_0__ int64 1 10.7k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
18_link_and_link_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_00410090)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040a090)();
return iVar1;
}
| JMP qword ptr [0x0040a090] | null | null | null | null | [(u'CALLIND_-1201725144', u'INDIRECT_-1201725082'), (u'INDIRECT_-1201725082', u'COPY_-1201725141'), ('tmp_32', u'CAST_-1201725077'), ('const-0', u'RETURN_-1201725141'), (u'CAST_-1201725077', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'RETURN_-1201725141')] | [(u'CALLIND_-1201725144', u'INDIRECT_-1201725082'), (u'INDIRECT_-1201725082', u'COPY_-1201725141'), ('tmp_32', u'CAST_-1201725077'), ('const-0', u'RETURN_-1201725141'), (u'CAST_-1201725077', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'RETURN_-1201725141')] | null | null | 00402120 | .. | .. | (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_0040a090)();\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_0040a090)();\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_00410090)();
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_0040a090)();
return iVar1;
}
| 6,998 | ||
65_chcon_and_chcon_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_00427208)();
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_00416208)();
return pvVar1;
}
| JMP qword ptr [0x00416208] | null | null | null | null | [(u'CAST_-1201724323', u'CALLIND_-1201724392'), ('tmp_44', u'CAST_-1201724323'), (u'INDIRECT_-1201724328', u'COPY_-1201724387'), (u'CAST_-1201724322', u'RETURN_-1201724389'), ('const-0', u'RETURN_-1201724389'), (u'CALLIND_-1201724392', u'INDIRECT_-1201724328'), (u'CALLIND_-1201724392', u'CAST_-1201724322')] | [(u'CAST_-1201724323', u'CALLIND_-1201724392'), ('tmp_44', u'CAST_-1201724323'), (u'INDIRECT_-1201724328', u'COPY_-1201724387'), (u'CAST_-1201724322', u'RETURN_-1201724389'), ('const-0', u'RETURN_-1201724389'), (u'CALLIND_-1201724392', u'INDIRECT_-1201724328'), (u'CALLIND_-1201724392', u'CAST_-1201724322')] | null | null | 00402410 | .. | .. | (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_00416208)();\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_00416208)();\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_00427208)();
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_00416208)();
return pvVar1;
}
| 2,626 | ||
50_link_and_link_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;
}
| 7,030 | ||
50_du_and_du_strip.c | ferror_unlocked | ferror_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror_unlocked(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_unlocked_00441190)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror_unlocked(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_unlocked_00423190)();
return iVar1;
}
| JMP qword ptr [0x00423190] | null | null | null | null | [('const-0', u'RETURN_-1201720533'), (u'CALLIND_-1201720536', u'RETURN_-1201720533'), (u'CAST_-1201720469', u'CALLIND_-1201720536'), (u'INDIRECT_-1201720474', u'COPY_-1201720533'), (u'CALLIND_-1201720536', u'INDIRECT_-1201720474'), ('tmp_32', u'CAST_-1201720469')] | [('const-0', u'RETURN_-1201720533'), (u'CALLIND_-1201720536', u'RETURN_-1201720533'), (u'CAST_-1201720469', u'CALLIND_-1201720536'), (u'INDIRECT_-1201720474', u'COPY_-1201720533'), (u'CALLIND_-1201720536', u'INDIRECT_-1201720474'), ('tmp_32', u'CAST_-1201720469')] | null | null | 00403320 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_00423190)();\n return iVar1;\n}\n\n" comment (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_00423190)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ferror_unlocked(FILE *__stream... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ferror_unlocked_00441190)();
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_00423190)();
return iVar1;
}
| 3,859 | ||
65_pwd_and_pwd_strip.c | rpl_fflush | getcwd |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
int rpl_fflush(FILE **stream)
{
int iVar1;
long in_RDI;
undefined8 local_48 [2];
int local_38 [5];
undefined1 local_21;
undefined8 *local_20;
int *local_18;
local_18 = local_38;
loca... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getcwd(char *__buf,size_t __size)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [(u'LOAD_-1201679956', u'CAST_-1201679637'), (u'STORE_-1201679861', u'INDIRECT_-1201679620'), ('tmp_761', u'PTRSUB_-1201679714'), (u'INDIRECT_-1201679706', u'MULTIEQUAL_-1201679686'), (u'CALL_-1201679944', u'INDIRECT_-1201679674'), (u'CALL_-1201679871', u'INDIRECT_-1201679648'), (u'CALL_-1201679985', u'INDIRECT_-120167... | [('const-1', u'RETURN_-1201680150')] | null | null | 0040d0e0 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getcwd(char *__buf,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" com... | (translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( )... | (comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * getcwd(char *__buf,size_t __size)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
int function_1(type_1 **stream)
{
int var_3;
long var_1;
type_2 local_48 [2];
int local_38 [5];
type_3 local_21;
type_2 *local_20;
int *local_18;
local_18 = local_38;
local_20 = loca... | (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_decl... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__buf,size_t __size)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 611 | ||
78_du_and_du_strip.c | timegm | timegm |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t timegm(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_timegm_00441270)();
return tVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t timegm(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_timegm_00423270)();
return tVar1;
}
| JMP qword ptr [0x00423270] | 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\ntime_t timegm(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_timegm_00423270)();\n return tVar1;\n}\n\n" comment (function_definition "time_t timegm(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 timegm(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_timegm_00423270)();\n return tVar1;\n}" (type_identifier "time_t") (function_declarator "timegm(tm *__tp)" (identifier "timegm") (par... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_2 *__tp)
{
type_1 tVar1;
tVar1 = (*(type_3 *)PTR_timegm_00441270)();
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_00423270)();
return tVar1;
}
| 3,887 | ||
57_factor_and_factor_strip.c | wcwidth | wcwidth |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int wcwidth(wchar_t __c)
{
int iVar1;
iVar1 = (*(code *)PTR_wcwidth_004281c8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int wcwidth(wchar_t __c)
{
int iVar1;
iVar1 = (*(code *)PTR_wcwidth_004171c8)();
return iVar1;
}
| JMP qword ptr [0x004171c8] | null | null | null | null | [(u'INDIRECT_-1201724458', u'COPY_-1201724517'), (u'CALLIND_-1201724520', u'INDIRECT_-1201724458'), (u'CALLIND_-1201724520', u'RETURN_-1201724517'), ('tmp_32', u'CAST_-1201724453'), ('const-0', u'RETURN_-1201724517'), (u'CAST_-1201724453', u'CALLIND_-1201724520')] | [(u'INDIRECT_-1201724458', u'COPY_-1201724517'), (u'CALLIND_-1201724520', u'INDIRECT_-1201724458'), (u'CALLIND_-1201724520', u'RETURN_-1201724517'), ('tmp_32', u'CAST_-1201724453'), ('const-0', u'RETURN_-1201724517'), (u'CAST_-1201724453', u'CALLIND_-1201724520')] | null | null | 00402390 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint wcwidth(wchar_t __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcwidth_004171c8)();\n return iVar1;\n}\n\n" comment (function_definition "int wcwidth(wchar_t __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR... | (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 wcwidth(wchar_t __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_wcwidth_004171c8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "wcwidth(wchar_t __c)" (identifier "wcwidth") (par... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __c)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_wcwidth_004281c8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier))... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(wchar_t __c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004171c8)();
return iVar1;
}
| 2,114 | ||
11_expr_and_expr_strip.c | iswcntrl | iswcntrl |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswcntrl(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswcntrl_00417058)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswcntrl(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswcntrl_0040e058)();
return iVar1;
}
| JMP qword ptr [0x0040e058] | null | null | null | null | [(u'CAST_-1201725189', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'RETURN_-1201725253'), ('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725194', u'COPY_-1201725253'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725194'), ('tmp_32', u'CAST_-1201725189')] | [(u'CAST_-1201725189', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'RETURN_-1201725253'), ('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725194', u'COPY_-1201725253'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725194'), ('tmp_32', u'CAST_-1201725189')] | null | null | 004020b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0040e058)();\n return iVar1;\n}\n\n" comment (function_definition "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (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 iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0040e058)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "iswcntrl(wint_t __wc)" (identifier "iswcntrl") ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __wc)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_iswcntrl_00417058)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier))... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040e058)();
return iVar1;
}
| 6,025 | ||
64_puttygen_and_puttygen_strip.c | strftime | strftime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strftime(char *__s,size_t __maxsize,char *__format,tm *__tp)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strftime_004abf38)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strftime(char *__s,size_t __maxsize,char *__format,tm *__tp)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strftime_0045cf38)();
return sVar1;
}
| JMP qword ptr [0x0045cf38] | null | null | null | null | [(u'CALLIND_-1201724408', u'RETURN_-1201724405'), ('const-0', u'RETURN_-1201724405'), ('tmp_50', u'CAST_-1201724338'), (u'CAST_-1201724338', u'CALLIND_-1201724408'), (u'CALLIND_-1201724408', u'INDIRECT_-1201724343'), (u'INDIRECT_-1201724343', u'COPY_-1201724402')] | [(u'CALLIND_-1201724408', u'RETURN_-1201724405'), ('const-0', u'RETURN_-1201724405'), ('tmp_50', u'CAST_-1201724338'), (u'CAST_-1201724338', u'CALLIND_-1201724408'), (u'CALLIND_-1201724408', u'INDIRECT_-1201724343'), (u'INDIRECT_-1201724343', u'COPY_-1201724402')] | null | null | 00402400 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strftime(char *__s,size_t __maxsize,char *__format,tm *__tp)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strftime_0045cf38)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strftime(char *__s... | (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 (pointer_declarator * IDENT)) ))) (com... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strftime(char *__s,size_t __maxsize,char *__format,tm *__tp)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strftime_0045cf38)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,size_t __maxsize,char *__format,type_1 *__tp)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_strftime_004abf38)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,size_t __maxsize,char *__format,tm *__tp)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0045cf38)();
return sVar1;
}
| 8,496 | ||
53_mv_and_mv_strip.c | fgetfilecon | fgetfilecon |
void fgetfilecon(void)
{
(*(code *)PTR_fgetfilecon_004541a8)();
return;
}
|
void fgetfilecon(void)
{
(*(code *)PTR_fgetfilecon_0042c1a8)();
return;
}
| JMP qword ptr [0x0042c1a8] | null | null | null | null | [(u'CALLIND_-1201720488', u'INDIRECT_-1201720428'), ('tmp_22', u'CAST_-1201720423'), ('const-0', u'RETURN_-1201720485'), (u'CAST_-1201720423', u'CALLIND_-1201720488'), (u'INDIRECT_-1201720428', u'COPY_-1201720487')] | [(u'CALLIND_-1201720488', u'INDIRECT_-1201720428'), ('tmp_22', u'CAST_-1201720423'), ('const-0', u'RETURN_-1201720485'), (u'CAST_-1201720423', u'CALLIND_-1201720488'), (u'INDIRECT_-1201720428', u'COPY_-1201720487')] | null | null | 00403350 | .. | .. | (translation_unit "void fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042c1a8)();\n return;\n}\n\n" (function_definition "void fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042c1a8)();\n return;\n}" primitive_type (function_declarator "fgetfilecon(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 fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042c1a8)();\n return;\n}" (primitive_type "void") (function_declarator "fgetfilecon(void)" (identifier "fgetfilecon") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_fgetfilecon_004541a8)();
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_0042c1a8)();
return;
}
| 4,230 | ||
25_rmdir_and_rmdir_strip.c | close | close |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_004120c8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_0040c0c8)();
return iVar1;
}
| JMP qword ptr [0x0040c0c8] | null | null | null | null | [(u'CAST_-1201724965', u'CALLIND_-1201725032'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), ('tmp_32', u'CAST_-1201724965'), (u'INDIRECT_-1201724970', u'COPY_-1201725029'), ('const-0', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724970')] | [(u'CAST_-1201724965', u'CALLIND_-1201725032'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), ('tmp_32', u'CAST_-1201724965'), (u'INDIRECT_-1201724970', u'COPY_-1201725029'), ('const-0', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724970')] | null | null | 00402190 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0040c0c8)();\n return iVar1;\n}\n\n" comment (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0040c... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0040c0c8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "close(int __fd)" (identifier "close") (parameter_list "(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_close_004120c8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040c0c8)();
return iVar1;
}
| 511 | ||
72_stat_and_stat_strip.c | __freading | __freading |
void __freading(void)
{
(*(code *)PTR___freading_0042a250)();
return;
}
|
void __freading(void)
{
(*(code *)PTR___freading_00419250)();
return;
}
| JMP qword ptr [0x00419250] | null | null | null | null | [(u'CALLIND_-1201724248', u'INDIRECT_-1201724188'), ('tmp_22', u'CAST_-1201724183'), ('const-0', u'RETURN_-1201724245'), (u'INDIRECT_-1201724188', u'COPY_-1201724247'), (u'CAST_-1201724183', u'CALLIND_-1201724248')] | [(u'CALLIND_-1201724248', u'INDIRECT_-1201724188'), ('tmp_22', u'CAST_-1201724183'), ('const-0', u'RETURN_-1201724245'), (u'INDIRECT_-1201724188', u'COPY_-1201724247'), (u'CAST_-1201724183', u'CALLIND_-1201724248')] | null | null | 004024a0 | .. | .. | (translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_00419250)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_00419250)();\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_00419250)();\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_0042a250)();
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_00419250)();
return;
}
| 5,065 | ||
47_false_and_false_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_0040a1d0 == '\0') {
FUN_004022f0();
DAT_0040a1d0 = 1;
return;
}
return;
}
| CMP byte ptr [0x0040a1d0],0x0
JNZ 0x00402380
PUSH RBP
MOV RBP,RSP
CALL 0x004022f0
MOV byte ptr [0x0040a1d0],0x1
POP RBP
RET
RET | null | null | null | null | [('const-0', u'RETURN_-1201724505'), ('const-0', u'INT_EQUAL_-1201724560'), (u'COPY_-1201724538', u'COPY_-1201724504'), ('const-0', u'RETURN_-1201724514'), ('tmp_142', u'INT_EQUAL_-1201724560'), ('tmp_142', u'COPY_-1201724497'), ('tmp_30', u'CBRANCH_-1201724553'), (u'CALL_-1201724538', u'INDIRECT_-1201724458'), (u'INT_... | [('const-0', u'RETURN_-1201724505'), ('const-0', u'INT_EQUAL_-1201724560'), (u'COPY_-1201724538', u'COPY_-1201724504'), ('const-0', u'RETURN_-1201724514'), ('tmp_142', u'INT_EQUAL_-1201724560'), ('tmp_142', u'COPY_-1201724497'), ('tmp_30', u'CBRANCH_-1201724553'), (u'CALL_-1201724538', u'INDIRECT_-1201724458'), (u'INT_... | null | null | 00402360 | .. | .. | (translation_unit "void _FINI_0(void)\n\n{\n if (DAT_0040a1d0 == '\0') {\n FUN_004022f0();\n DAT_0040a1d0 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT_0040a1d0 == '\0') {\n FUN_004022f0();\n DAT_0040a1d0 = 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_0040a1d0 == '\0') {\n FUN_004022f0();\n DAT_0040a1d0 = 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_0040a1d0 == '\0') {
FUN_004022f0();
DAT_0040a1d0 = 1;
return;
}
return;
}
| 2,882 | ||
37_link_and_link_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_00410128)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_0040a128)();
return;
}
| JMP qword ptr [0x0040a128] | null | null | null | null | [('tmp_22', u'CAST_-1201724775'), (u'INDIRECT_-1201724780', u'COPY_-1201724839'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724780'), (u'CAST_-1201724775', u'CALLIND_-1201724840')] | [('tmp_22', u'CAST_-1201724775'), (u'INDIRECT_-1201724780', u'COPY_-1201724839'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724780'), (u'CAST_-1201724775', u'CALLIND_-1201724840')] | null | null | 00402250 | .. | .. | (translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_0040a128)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040a128)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040a128)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0... |
void function_1(void)
{
(*(type_1 *)PTR_error_00410128)();
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_0040a128)();
return;
}
| 7,017 | ||
280_puttytel_and_puttytel_strip.c | __stack_chk_fail | __stack_chk_fail |
void __stack_chk_fail(void)
{
(*(code *)PTR___stack_chk_fail_00545880)();
return;
}
|
void __stack_chk_fail(void)
{
(*(code *)PTR___stack_chk_fail_004bd880)();
return;
}
| JMP qword ptr [0x004bd880] | null | null | null | null | [('const-0', u'RETURN_-1201684069'), (u'CALLIND_-1201684072', u'INDIRECT_-1201684012'), (u'INDIRECT_-1201684012', u'COPY_-1201684071'), ('tmp_22', u'CAST_-1201684007'), (u'CAST_-1201684007', u'CALLIND_-1201684072')] | [('const-0', u'RETURN_-1201684069'), (u'CALLIND_-1201684072', u'INDIRECT_-1201684012'), (u'INDIRECT_-1201684012', u'COPY_-1201684071'), ('tmp_22', u'CAST_-1201684007'), (u'CAST_-1201684007', u'CALLIND_-1201684072')] | null | null | 0040c190 | .. | .. | (translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004bd880)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004bd880)();\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_004bd880)();\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_00545880)();
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_004bd880)();
return;
}
| 8,980 | ||
56_less_and_less_strip.c | tcgetattr | tcgetattr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int tcgetattr(int __fd,termios *__termios_p)
{
int iVar1;
iVar1 = (*(code *)PTR_tcgetattr_00450f58)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int tcgetattr(int __fd,termios *__termios_p)
{
int iVar1;
iVar1 = (*(code *)PTR_tcgetattr_0042ef58)();
return iVar1;
}
| JMP qword ptr [0x0042ef58] | null | null | null | null | [('tmp_38', u'CAST_-1201724468'), (u'CALLIND_-1201724536', u'RETURN_-1201724533'), ('const-0', u'RETURN_-1201724533'), (u'INDIRECT_-1201724473', u'COPY_-1201724532'), (u'CAST_-1201724468', u'CALLIND_-1201724536'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724473')] | [('tmp_38', u'CAST_-1201724468'), (u'CALLIND_-1201724536', u'RETURN_-1201724533'), ('const-0', u'RETURN_-1201724533'), (u'INDIRECT_-1201724473', u'COPY_-1201724532'), (u'CAST_-1201724468', u'CALLIND_-1201724536'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724473')] | null | null | 00402380 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint tcgetattr(int __fd,termios *__termios_p)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tcgetattr_0042ef58)();\n return iVar1;\n}\n\n" comment (function_definition "int tcgetattr(int __fd,termios *__termios_p)\n\n{\... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * 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 tcgetattr(int __fd,termios *__termios_p)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tcgetattr_0042ef58)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "tcgetattr(int __fd,termios ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 *__termios_p)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_tcgetattr_00450f58)();
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 __fd,termios *__termios_p)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042ef58)();
return iVar1;
}
| 7,866 | ||
379_puttytel_and_puttytel_strip.c | gtk_file_chooser_dialog_new | gtk_file_chooser_dialog_new |
void gtk_file_chooser_dialog_new(void)
{
(*(code *)PTR_gtk_file_chooser_dialog_new_00545ba0)();
return;
}
|
void gtk_file_chooser_dialog_new(void)
{
(*(code *)PTR_gtk_file_chooser_dialog_new_004bdba0)();
return;
}
| JMP qword ptr [0x004bdba0] | null | null | null | null | [('tmp_22', u'CAST_-1201682407'), (u'CAST_-1201682407', u'CALLIND_-1201682472'), (u'CALLIND_-1201682472', u'INDIRECT_-1201682412'), (u'INDIRECT_-1201682412', u'COPY_-1201682471'), ('const-0', u'RETURN_-1201682469')] | [('tmp_22', u'CAST_-1201682407'), (u'CAST_-1201682407', u'CALLIND_-1201682472'), (u'CALLIND_-1201682472', u'INDIRECT_-1201682412'), (u'INDIRECT_-1201682412', u'COPY_-1201682471'), ('const-0', u'RETURN_-1201682469')] | null | null | 0040c7d0 | .. | .. | (translation_unit "void gtk_file_chooser_dialog_new(void)\n\n{\n (*(code *)PTR_gtk_file_chooser_dialog_new_004bdba0)();\n return;\n}\n\n" (function_definition "void gtk_file_chooser_dialog_new(void)\n\n{\n (*(code *)PTR_gtk_file_chooser_dialog_new_004bdba0)();\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_file_chooser_dialog_new(void)\n\n{\n (*(code *)PTR_gtk_file_chooser_dialog_new_004bdba0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_file_chooser_dialog_new(void)" (identifier "gtk_file_chooser_dialog_new") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_file_chooser_dialog_new_00545ba0)();
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_004bdba0)();
return;
}
| 9,079 | ||
43_vdir_and_vdir_strip.c | fgetfilecon | fgetfilecon |
void fgetfilecon(void)
{
(*(code *)PTR_fgetfilecon_0044f158)();
return;
}
|
void fgetfilecon(void)
{
(*(code *)PTR_fgetfilecon_0042b158)();
return;
}
| JMP qword ptr [0x0042b158] | null | null | null | null | [(u'CAST_-1201720583', u'CALLIND_-1201720648'), (u'CALLIND_-1201720648', u'INDIRECT_-1201720588'), ('tmp_22', u'CAST_-1201720583'), (u'INDIRECT_-1201720588', u'COPY_-1201720647'), ('const-0', u'RETURN_-1201720645')] | [(u'CAST_-1201720583', u'CALLIND_-1201720648'), (u'CALLIND_-1201720648', u'INDIRECT_-1201720588'), ('tmp_22', u'CAST_-1201720583'), (u'INDIRECT_-1201720588', u'COPY_-1201720647'), ('const-0', u'RETURN_-1201720645')] | null | null | 004032b0 | .. | .. | (translation_unit "void fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042b158)();\n return;\n}\n\n" (function_definition "void fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042b158)();\n return;\n}" primitive_type (function_declarator "fgetfilecon(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 fgetfilecon(void)\n\n{\n (*(code *)PTR_fgetfilecon_0042b158)();\n return;\n}" (primitive_type "void") (function_declarator "fgetfilecon(void)" (identifier "fgetfilecon") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_fgetfilecon_0044f158)();
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_0042b158)();
return;
}
| 6,888 | ||
54_vdir_and_vdir_strip.c | closedir | closedir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int closedir(DIR *__dirp)
{
int iVar1;
iVar1 = (*(code *)PTR_closedir_0044f1b0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int closedir(DIR *__dirp)
{
int iVar1;
iVar1 = (*(code *)PTR_closedir_0042b1b0)();
return iVar1;
}
| JMP qword ptr [0x0042b1b0] | null | null | null | null | [('const-0', u'RETURN_-1201720469'), (u'CALLIND_-1201720472', u'RETURN_-1201720469'), ('tmp_32', u'CAST_-1201720405'), (u'CAST_-1201720405', u'CALLIND_-1201720472'), (u'INDIRECT_-1201720410', u'COPY_-1201720469'), (u'CALLIND_-1201720472', u'INDIRECT_-1201720410')] | [('const-0', u'RETURN_-1201720469'), (u'CALLIND_-1201720472', u'RETURN_-1201720469'), ('tmp_32', u'CAST_-1201720405'), (u'CAST_-1201720405', u'CALLIND_-1201720472'), (u'INDIRECT_-1201720410', u'COPY_-1201720469'), (u'CALLIND_-1201720472', u'INDIRECT_-1201720410')] | null | null | 00403360 | .. | .. | (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_0042b1b0)();\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_0042b1b0)();\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_0044f1b0)();
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_0042b1b0)();
return iVar1;
}
| 6,899 | ||
87_ptx_and_ptx_strip.c | quotearg_buffer_restyled | FUN_0040f760 |
/* WARNING: Unknown calling convention */
size_t quotearg_buffer_restyled
(char **buffer,size_t *buffersize,char **arg,size_t *argsize,
quoting_style *quoting_style,wchar_t *flags,uint **quote_these_too,
char **left_quote,char **right_quote)
{
byte bVar1;
size_t... |
void FUN_0040f760(void)
{
return;
}
| RET | null | null | null | null | [(u'STORE_-1201790973', u'INDIRECT_-1201760300'), (u'STORE_-1201792657', u'INDIRECT_-1201750888'), (u'STORE_-1201790593', u'INDIRECT_-1201757248'), (u'STORE_-1201790803', u'INDIRECT_-1201749991'), (u'STORE_-1201663999', u'INDIRECT_-1201646182'), (u'STORE_-1201792657', u'INDIRECT_-1201762732'), (u'INDIRECT_-1201762580',... | [('const-0', u'RETURN_-1201670292')] | null | null | 0040f760 | .. | .. | (translation_unit "void FUN_0040f760(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0040f760(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0040f760(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void FUN_0040f760(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_0040f760(void)" (identifier "FUN_0040f760") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Unknown calling convention */
size_t function_1
(char **buffer,size_t *buffersize,char **arg,size_t *argsize,
type_1 *type_1,type_2 *flags,type_3 **quote_these_too,
char **left_quote,char **right_quote)
{
type_4 var_53;
size_t *psVar2;
type_5 var_3... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
void MASKED(void)
{
return;
}
| 4,429 | ||
67_install_and_install_strip.c | rewinddir | rewinddir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewinddir(DIR *__dirp)
{
(*(code *)PTR_rewinddir_0045a218)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewinddir(DIR *__dirp)
{
(*(code *)PTR_rewinddir_00430218)();
return;
}
| JMP qword ptr [0x00430218] | null | null | null | null | [('const-0', u'RETURN_-1201716165'), (u'INDIRECT_-1201716107', u'COPY_-1201716166'), ('tmp_28', u'CAST_-1201716102'), (u'CAST_-1201716102', u'CALLIND_-1201716168'), (u'CALLIND_-1201716168', u'INDIRECT_-1201716107')] | [('const-0', u'RETURN_-1201716165'), (u'INDIRECT_-1201716107', u'COPY_-1201716166'), ('tmp_28', u'CAST_-1201716102'), (u'CAST_-1201716102', u'CALLIND_-1201716168'), (u'CALLIND_-1201716168', u'INDIRECT_-1201716107')] | null | null | 00404430 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_00430218)();\n return;\n}\n\n" comment (function_definition "void rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_00430218)();\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_00430218)();\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_0045a218)();
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_00430218)();
return;
}
| 5,844 | ||
292_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | X509_get_subject_name | X509_get_subject_name |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
X509_NAME * X509_get_subject_name(X509 *a)
{
X509_NAME *pXVar1;
pXVar1 = (X509_NAME *)(*(code *)PTR_X509_get_subject_name_00296a40)();
return pXVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
X509_NAME * X509_get_subject_name(X509 *a)
{
X509_NAME *pXVar1;
pXVar1 = (X509_NAME *)(*(code *)PTR_X509_get_subject_name_001d1a40)();
return pXVar1;
}
| JMP qword ptr [0x001d1a40] | null | null | null | null | [(u'INDIRECT_-1206913930', u'COPY_-1206913989'), ('tmp_32', u'CAST_-1206913925'), (u'CAST_-1206913925', u'CALLIND_-1206913992'), (u'CALLIND_-1206913992', u'CAST_-1206913924'), (u'CALLIND_-1206913992', u'INDIRECT_-1206913930'), (u'CAST_-1206913924', u'RETURN_-1206913989'), ('const-0', u'RETURN_-1206913989')] | [(u'INDIRECT_-1206913930', u'COPY_-1206913989'), ('tmp_32', u'CAST_-1206913925'), (u'CAST_-1206913925', u'CALLIND_-1206913992'), (u'CALLIND_-1206913992', u'CAST_-1206913924'), (u'CALLIND_-1206913992', u'INDIRECT_-1206913930'), (u'CAST_-1206913924', u'RETURN_-1206913989'), ('const-0', u'RETURN_-1206913989')] | null | null | 0010f430 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nX509_NAME * X509_get_subject_name(X509 *a)\n\n{\n X509_NAME *pXVar1;\n \n pXVar1 = (X509_NAME *)(*(code *)PTR_X509_get_subject_name_001d1a40)();\n return pXVar1;\n}\n\n" comment (function_definition "X509_NAME * X509_... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_express... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "X509_NAME * X509_get_subject_name(X509 *a)\n\n{\n X509_NAME *pXVar1;\n \n pXVar1 = (X509_NAME *)(*(code *)PTR_X509_get_subject_name_001d1a40)();\n return pXVar1;\n}" (type_identifier "X509_NAME") (pointer_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(type_2 *a)
{
type_1 *pXVar1;
pXVar1 = (type_1 *)(*(type_3 *)PTR_X509_get_subject_name_00296a40)();
return pXVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_stat... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
X509_NAME * MASKED(X509 *a)
{
X509_NAME *pXVar1;
pXVar1 = (X509_NAME *)(*(code *)PTR_MASKED_001d1a40)();
return pXVar1;
}
| 10,374 | ||
28_chcon_and_chcon_strip.c | __fxstatat | __fxstatat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstatat_004270e0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstatat_004160e0)();
return iVar1;
}
| JMP qword ptr [0x004160e0] | null | null | null | null | [('tmp_56', u'CAST_-1201724913'), ('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724918'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724918', u'COPY_-1201724977'), (u'CAST_-1201724913', u'CALLIND_-1201724984')] | [('tmp_56', u'CAST_-1201724913'), ('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724918'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724918', u'COPY_-1201724977'), (u'CAST_-1201724913', u'CALLIND_-1201724984')] | null | null | 004021c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstatat_004160e0)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxst... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE I... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __fxstatat(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstatat_004160e0)();\n return iVar1;\n}" (primitive_type "int") (function... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,int __fildes,char *__filename,type_1 *__stat_buf,int __flag)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___fxstatat_004270e0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declara... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,int __fildes,char *__filename,stat *__stat_buf,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004160e0)();
return iVar1;
}
| 2,589 | ||
28_df_and_df_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_0042e0e0)();
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_004190e0)();
return sVar1;
}
| JMP qword ptr [0x004190e0] | null | null | null | null | [('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724919'), ('tmp_50', u'CAST_-1201724914'), (u'CAST_-1201724914', u'CALLIND_-1201724984'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724919', u'COPY_-1201724978')] | [('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724919'), ('tmp_50', u'CAST_-1201724914'), (u'CAST_-1201724914', u'CALLIND_-1201724984'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724919', u'COPY_-1201724978')] | null | null | 004021c0 | .. | .. | (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_004190e0)();\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_004190e0)();\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_0042e0e0)();
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_004190e0)();
return sVar1;
}
| 7,670 | ||
299_puttytel_and_puttytel_strip.c | gtk_widget_unparent | gtk_widget_unparent |
void gtk_widget_unparent(void)
{
(*(code *)PTR_gtk_widget_unparent_00545918)();
return;
}
|
void gtk_widget_unparent(void)
{
(*(code *)PTR_gtk_widget_unparent_004bd918)();
return;
}
| JMP qword ptr [0x004bd918] | null | null | null | null | [('tmp_22', u'CAST_-1201683703'), (u'CAST_-1201683703', u'CALLIND_-1201683768'), (u'INDIRECT_-1201683708', u'COPY_-1201683767'), ('const-0', u'RETURN_-1201683765'), (u'CALLIND_-1201683768', u'INDIRECT_-1201683708')] | [('tmp_22', u'CAST_-1201683703'), (u'CAST_-1201683703', u'CALLIND_-1201683768'), (u'INDIRECT_-1201683708', u'COPY_-1201683767'), ('const-0', u'RETURN_-1201683765'), (u'CALLIND_-1201683768', u'INDIRECT_-1201683708')] | null | null | 0040c2c0 | .. | .. | (translation_unit "void gtk_widget_unparent(void)\n\n{\n (*(code *)PTR_gtk_widget_unparent_004bd918)();\n return;\n}\n\n" (function_definition "void gtk_widget_unparent(void)\n\n{\n (*(code *)PTR_gtk_widget_unparent_004bd918)();\n return;\n}" primitive_type (function_declarator "gtk_widget_unparent(void)" identifie... | (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_unparent(void)\n\n{\n (*(code *)PTR_gtk_widget_unparent_004bd918)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_unparent(void)" (identifier "gtk_widget_unparent") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) (... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_widget_unparent_00545918)();
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_004bd918)();
return;
}
| 8,999 | ||
86_psftp_and_psftp_strip.c | tolower | tolower |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int tolower(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_tolower_00557e38)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int tolower(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_tolower_004b6e38)();
return iVar1;
}
| JMP qword ptr [0x004b6e38] | null | null | null | null | [(u'CALLIND_-1201719960', u'RETURN_-1201719957'), (u'CAST_-1201719893', u'CALLIND_-1201719960'), (u'INDIRECT_-1201719898', u'COPY_-1201719957'), (u'CALLIND_-1201719960', u'INDIRECT_-1201719898'), ('const-0', u'RETURN_-1201719957'), ('tmp_32', u'CAST_-1201719893')] | [(u'CALLIND_-1201719960', u'RETURN_-1201719957'), (u'CAST_-1201719893', u'CALLIND_-1201719960'), (u'INDIRECT_-1201719898', u'COPY_-1201719957'), (u'CALLIND_-1201719960', u'INDIRECT_-1201719898'), ('const-0', u'RETURN_-1201719957'), ('tmp_32', u'CAST_-1201719893')] | null | null | 00403560 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower_004b6e38)();\n return iVar1;\n}\n\n" comment (function_definition "int tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int tolower(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_tolower_004b6e38)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "tolower(int __c)" (identifier "tolower") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_tolower_00557e38)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004b6e38)();
return iVar1;
}
| 10,658 | ||
69_psftp_and_psftp_strip.c | strcspn | strcspn |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strcspn(char *__s,char *__reject)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strcspn_00557db0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strcspn(char *__s,char *__reject)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strcspn_004b6db0)();
return sVar1;
}
| JMP qword ptr [0x004b6db0] | null | null | null | null | [(u'CAST_-1201720164', u'CALLIND_-1201720232'), ('tmp_38', u'CAST_-1201720164'), (u'INDIRECT_-1201720169', u'COPY_-1201720228'), (u'CALLIND_-1201720232', u'RETURN_-1201720229'), (u'CALLIND_-1201720232', u'INDIRECT_-1201720169'), ('const-0', u'RETURN_-1201720229')] | [(u'CAST_-1201720164', u'CALLIND_-1201720232'), ('tmp_38', u'CAST_-1201720164'), (u'INDIRECT_-1201720169', u'COPY_-1201720228'), (u'CALLIND_-1201720232', u'RETURN_-1201720229'), (u'CALLIND_-1201720232', u'INDIRECT_-1201720169'), ('const-0', u'RETURN_-1201720229')] | null | null | 00403450 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strcspn(char *__s,char *__reject)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strcspn_004b6db0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strcspn(char *__s,char *__reject)\n\n{\n size... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strcspn(char *__s,char *__reject)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strcspn_004b6db0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strcspn(char *__s,char *__r... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__reject)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strcspn_00557db0)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__reject)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_004b6db0)();
return sVar1;
}
| 10,641 | ||
192_pterm_and_pterm_strip.c | cairo_transform | cairo_transform |
void cairo_transform(void)
{
(*(code *)PTR_cairo_transform_00524620)();
return;
}
|
void cairo_transform(void)
{
(*(code *)PTR_cairo_transform_004aa620)();
return;
}
| JMP qword ptr [0x004aa620] | null | null | null | null | [(u'INDIRECT_-1201689516', u'COPY_-1201689575'), (u'CAST_-1201689511', u'CALLIND_-1201689576'), (u'CALLIND_-1201689576', u'INDIRECT_-1201689516'), ('tmp_22', u'CAST_-1201689511'), ('const-0', u'RETURN_-1201689573')] | [(u'INDIRECT_-1201689516', u'COPY_-1201689575'), (u'CAST_-1201689511', u'CALLIND_-1201689576'), (u'CALLIND_-1201689576', u'INDIRECT_-1201689516'), ('tmp_22', u'CAST_-1201689511'), ('const-0', u'RETURN_-1201689573')] | null | null | 0040ac10 | .. | .. | (translation_unit "void cairo_transform(void)\n\n{\n (*(code *)PTR_cairo_transform_004aa620)();\n return;\n}\n\n" (function_definition "void cairo_transform(void)\n\n{\n (*(code *)PTR_cairo_transform_004aa620)();\n return;\n}" primitive_type (function_declarator "cairo_transform(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 cairo_transform(void)\n\n{\n (*(code *)PTR_cairo_transform_004aa620)();\n return;\n}" (primitive_type "void") (function_declarator "cairo_transform(void)" (identifier "cairo_transform") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou... |
void function_1(void)
{
(*(type_1 *)PTR_cairo_transform_00524620)();
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_004aa620)();
return;
}
| 9,429 | ||
54_chcon_and_chcon_strip.c | __xstat | __xstat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___xstat_004271b0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___xstat_004161b0)();
return iVar1;
}
| JMP qword ptr [0x004161b0] | null | null | null | null | [('tmp_44', u'CAST_-1201724499'), (u'CAST_-1201724499', u'CALLIND_-1201724568'), (u'INDIRECT_-1201724504', u'COPY_-1201724563'), ('const-0', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724504')] | [('tmp_44', u'CAST_-1201724499'), (u'CAST_-1201724499', u'CALLIND_-1201724568'), (u'INDIRECT_-1201724504', u'COPY_-1201724563'), ('const-0', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724504')] | null | null | 00402360 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat_004161b0)();\n return iVar1;\n}\n\n" comment (function_definition "int __xstat(int __ver,char *__filename,s... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat_004161b0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__xstat(int __ver... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__filename,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___xstat_004271b0)();
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_004161b0)();
return iVar1;
}
| 2,615 | ||
10_[_and_[_strip.c | textdomain | textdomain |
void textdomain(void)
{
(*(code *)PTR_textdomain_00419058)();
return;
}
|
void textdomain(void)
{
(*(code *)PTR_textdomain_00410058)();
return;
}
| JMP qword ptr [0x00410058] | null | null | null | null | [('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')] | [('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')] | null | null | 004020b0 | .. | .. | (translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00410058)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00410058)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00410058)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_textdomain_00419058)();
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_00410058)();
return;
}
| 1,109 | ||
104_mkdir_and_mkdir_strip.c | fts_maxarglen | lgetfilecon |
/* WARNING: Unknown calling convention */
size_t fts_maxarglen(char ***argv)
{
size_t sVar1;
ulong local_68 [2];
ulong local_58 [2];
long local_48 [3];
undefined1 local_29;
ulong *local_28;
ulong *local_20;
long *local_18;
local_18 = local_48;
local_20 = local_58;
local_28 = local_68;
loca... |
/* WARNING: Control flow encountered bad instruction data */
void lgetfilecon(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [(u'INDIRECT_-1201761480', u'MULTIEQUAL_-1201761417'), ('const-0', u'COPY_-1201761799'), (u'CALL_-1201761705', u'INDIRECT_-1201761480'), ('const--104', u'PTRSUB_-1201761483'), (u'INDIRECT_-1201761384', u'MULTIEQUAL_-1201761485'), (u'PTRSUB_-1201761494', u'MULTIEQUAL_-1201761473'), (u'MULTIEQUAL_-1201761467', u'LOAD_-12... | [('const-1', u'RETURN_-1201761894')] | null | null | 00419190 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid lgetfilecon(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void lgetfilecon(void)\n\n{\n /* WARNING: Bad inst... | (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 lgetfilecon(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "lgetfilecon(void)" (identifier "lgetfilecon")... |
/* WARNING: Unknown calling convention */
size_t function_1(char ***argv)
{
size_t var_2;
type_1 local_68 [2];
type_1 local_58 [2];
long local_48 [3];
type_2 local_29;
type_1 *local_28;
type_1 *local_20;
long *local_18;
local_18 = local_48;
local_20 = local_58;
local_28 = local_68;
local_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();
}
| 6,651 | ||
28_locate_and_locate_strip.c | getuid | getuid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__uid_t getuid(void)
{
__uid_t _Var1;
_Var1 = (*(code *)PTR_getuid_0046ad68)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__uid_t getuid(void)
{
__uid_t _Var1;
_Var1 = (*(code *)PTR_getuid_00434d68)();
return _Var1;
}
| JMP qword ptr [0x00434d68] | null | null | null | null | [(u'CAST_-1201724918', u'CALLIND_-1201724984'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724923'), ('const-0', u'RETURN_-1201724981'), ('tmp_26', u'CAST_-1201724918'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724923', u'COPY_-1201724982')] | [(u'CAST_-1201724918', u'CALLIND_-1201724984'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724923'), ('const-0', u'RETURN_-1201724981'), ('tmp_26', u'CAST_-1201724918'), (u'CALLIND_-1201724984', u'RETURN_-1201724981'), (u'INDIRECT_-1201724923', u'COPY_-1201724982')] | null | null | 004021c0 | .. | .. | (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_00434d68)();\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_00434d68)();\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_0046ad68)();
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_00434d68)();
return _Var1;
}
| 8,347 | ||
3_base32_and_base32_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00416018)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0040d018)();
return;
}
| JMP qword ptr [0x0040d018] | null | null | null | null | [('tmp_28', u'CAST_-1201725318'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725323'), (u'CAST_-1201725318', u'CALLIND_-1201725384'), (u'INDIRECT_-1201725323', u'COPY_-1201725382')] | [('tmp_28', u'CAST_-1201725318'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725323'), (u'CAST_-1201725318', u'CALLIND_-1201725384'), (u'INDIRECT_-1201725323', u'COPY_-1201725382')] | null | null | 00402030 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}" primitive_type (function_declar... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d018)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (param... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
(*(type_1 *)PTR_free_00416018)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_e... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
(*(code *)PTR_MASKED_0040d018)();
return;
}
| 1,038 | ||
21_dirname_and_dirname_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_004100a8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0040a0a8)();
return iVar1;
}
| JMP qword ptr [0x0040a0a8] | null | null | null | null | [(u'CAST_-1201725028', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725033'), (u'INDIRECT_-1201725033', u'COPY_-1201725092'), ('tmp_38', u'CAST_-1201725028'), (u'CALLIND_-1201725096', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093')] | [(u'CAST_-1201725028', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725033'), (u'INDIRECT_-1201725033', u'COPY_-1201725092'), ('tmp_38', u'CAST_-1201725028'), (u'CALLIND_-1201725096', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093')] | null | null | 00402150 | .. | .. | (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_0040a0a8)();\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_0040a0a8)();\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_004100a8)();
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_0040a0a8)();
return iVar1;
}
| 20 | ||
40_fold_and_fold_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_00413140)();
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_0040c140)();
return sVar1;
}
| JMP qword ptr [0x0040c140] | 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_0040c140)();\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_0040c140)();\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_00413140)();
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_0040c140)();
return sVar1;
}
| 4,700 | ||
78_ls_and_ls_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_0044f270)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_0042b270)();
return iVar1;
}
| JMP qword ptr [0x0042b270] | 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 fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_0042b270)();\n return iVar1;\n}\n\n" comment (function_definition "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_0042b270)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fflush_0044f270)();
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_0042b270)();
return iVar1;
}
| 7,493 | ||
36_cksum_and_cksum_strip.c | __freading | __freading |
void __freading(void)
{
(*(code *)PTR___freading_00412120)();
return;
}
|
void __freading(void)
{
(*(code *)PTR___freading_0040c120)();
return;
}
| JMP qword ptr [0x0040c120] | null | null | null | null | [('tmp_22', u'CAST_-1201724791'), (u'INDIRECT_-1201724796', u'COPY_-1201724855'), (u'CAST_-1201724791', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724796'), ('const-0', u'RETURN_-1201724853')] | [('tmp_22', u'CAST_-1201724791'), (u'INDIRECT_-1201724796', u'COPY_-1201724855'), (u'CAST_-1201724791', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724796'), ('const-0', u'RETURN_-1201724853')] | null | null | 00402240 | .. | .. | (translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040c120)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040c120)();\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_0040c120)();\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_00412120)();
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_0040c120)();
return;
}
| 4,890 | ||
351_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | nghttp2_session_callbacks_set_error_callback | nghttp2_session_callbacks_set_error_callback |
void nghttp2_session_callbacks_set_error_callback(void)
{
(*(code *)PTR_nghttp2_session_callbacks_set_error_callback_00296c28)();
return;
}
|
void nghttp2_session_callbacks_set_error_callback(void)
{
(*(code *)PTR_nghttp2_session_callbacks_set_error_callback_001d1c28)();
return;
}
| JMP qword ptr [0x001d1c28] | null | null | null | null | [(u'CAST_-1206912951', u'CALLIND_-1206913016'), (u'INDIRECT_-1206912956', u'COPY_-1206913015'), ('const-0', u'RETURN_-1206913013'), ('tmp_22', u'CAST_-1206912951'), (u'CALLIND_-1206913016', u'INDIRECT_-1206912956')] | [(u'CAST_-1206912951', u'CALLIND_-1206913016'), (u'INDIRECT_-1206912956', u'COPY_-1206913015'), ('const-0', u'RETURN_-1206913013'), ('tmp_22', u'CAST_-1206912951'), (u'CALLIND_-1206913016', u'INDIRECT_-1206912956')] | null | null | 0010f800 | .. | .. | (translation_unit "void nghttp2_session_callbacks_set_error_callback(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_set_error_callback_001d1c28)();\n return;\n}\n\n" (function_definition "void nghttp2_session_callbacks_set_error_callback(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_set_error_callback_0... | (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 nghttp2_session_callbacks_set_error_callback(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_set_error_callback_001d1c28)();\n return;\n}" (primitive_type "void") (function_declarator "nghttp2_session_callbacks_set_error_callback(void)" (identifier "nghttp2_session_callbacks_set_error_... |
void function_1(void)
{
(*(type_1 *)PTR_nghttp2_session_callbacks_set_error_callback_00296c28)();
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_001d1c28)();
return;
}
| 10,433 | ||
19_test_and_test_strip.c | gettext | gettext |
void gettext(void)
{
(*(code *)PTR_gettext_004170a0)();
return;
}
|
void gettext(void)
{
(*(code *)PTR_gettext_0040e0a0)();
return;
}
| JMP qword ptr [0x0040e0a0] | null | null | null | null | [('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725052'), ('tmp_22', u'CAST_-1201725047'), (u'CAST_-1201725047', u'CALLIND_-1201725112'), (u'INDIRECT_-1201725052', u'COPY_-1201725111')] | [('const-0', u'RETURN_-1201725109'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725052'), ('tmp_22', u'CAST_-1201725047'), (u'CAST_-1201725047', u'CALLIND_-1201725112'), (u'INDIRECT_-1201725052', u'COPY_-1201725111')] | null | null | 00402140 | .. | .. | (translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040e0a0)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040e0a0)();\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_0040e0a0)();\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_004170a0)();
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_0040e0a0)();
return;
}
| 934 | ||
52_ptx_and_ptx_strip.c | iswalnum | iswalnum |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswalnum(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswalnum_004251a0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswalnum(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswalnum_004151a0)();
return iVar1;
}
| JMP qword ptr [0x004151a0] | null | null | null | null | [(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), (u'CAST_-1201724533', u'CALLIND_-1201724600'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CAST_-1201724533')] | [(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), (u'CAST_-1201724533', u'CALLIND_-1201724600'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CAST_-1201724533')] | null | null | 00402340 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswalnum(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswalnum_004151a0)();\n return iVar1;\n}\n\n" comment (function_definition "int iswalnum(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (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 iswalnum(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswalnum_004151a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "iswalnum(wint_t __wc)" (identifier "iswalnum") ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __wc)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_iswalnum_004251a0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier))... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004151a0)();
return iVar1;
}
| 4,394 | ||
10_stdbuf_and_stdbuf_strip.c | toupper | toupper |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_00414050)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_0040d050)();
return iVar1;
}
| JMP qword ptr [0x0040d050] | null | null | null | null | [(u'INDIRECT_-1201725210', u'COPY_-1201725269'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725210'), ('tmp_32', u'CAST_-1201725205'), ('const-0', u'RETURN_-1201725269'), (u'CALLIND_-1201725272', u'RETURN_-1201725269'), (u'CAST_-1201725205', u'CALLIND_-1201725272')] | [(u'INDIRECT_-1201725210', u'COPY_-1201725269'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725210'), ('tmp_32', u'CAST_-1201725205'), ('const-0', u'RETURN_-1201725269'), (u'CALLIND_-1201725272', u'RETURN_-1201725269'), (u'CAST_-1201725205', u'CALLIND_-1201725272')] | null | null | 004020a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_0040d050)();\n return iVar1;\n}\n\n" comment (function_definition "int toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper... | (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 toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_0040d050)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "toupper(int __c)" (identifier "toupper") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_toupper_00414050)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d050)();
return iVar1;
}
| 3,437 | ||
19_logname_and_logname_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_00410098)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040a098)();
return iVar1;
}
| JMP qword ptr [0x0040a098] | null | null | null | null | [(u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CAST_-1201725061', u'CALLIND_-1201725128'), ('tmp_32', u'CAST_-1201725061'), (u'INDIRECT_-1201725066', u'COPY_-1201725125'), ('const-0', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725066')] | [(u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CAST_-1201725061', u'CALLIND_-1201725128'), ('tmp_32', u'CAST_-1201725061'), (u'INDIRECT_-1201725066', u'COPY_-1201725125'), ('const-0', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725066')] | null | null | 00402130 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040a098)();\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_0040a098)();\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_00410098)();
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_0040a098)();
return iVar1;
}
| 394 | ||
62_expr_and_expr_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_004171f0)();
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_0040e1f0)();
return ppuVar1;
}
| JMP qword ptr [0x0040e1f0] | null | null | null | null | [('const-0', u'RETURN_-1201724437'), ('tmp_26', u'CALLIND_-1201724440'), (u'CALLIND_-1201724440', u'CAST_-1201724374'), (u'CAST_-1201724374', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724379'), (u'INDIRECT_-1201724379', u'COPY_-1201724438')] | [('const-0', u'RETURN_-1201724437'), ('tmp_26', u'CALLIND_-1201724440'), (u'CALLIND_-1201724440', u'CAST_-1201724374'), (u'CAST_-1201724374', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724379'), (u'INDIRECT_-1201724379', u'COPY_-1201724438')] | null | null | 004023e0 | .. | .. | (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_0040e1f0)();\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_0040e1f0)();\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_004171f0)();
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_0040e1f0)();
return ppuVar1;
}
| 6,076 | ||
33_join_and_join_strip.c | ferror_unlocked | ferror_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror_unlocked(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_unlocked_0041a108)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror_unlocked(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_unlocked_0040f108)();
return iVar1;
}
| JMP qword ptr [0x0040f108] | null | null | null | null | [(u'CALLIND_-1201724904', u'RETURN_-1201724901'), ('tmp_32', u'CAST_-1201724837'), (u'CAST_-1201724837', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724842'), (u'INDIRECT_-1201724842', u'COPY_-1201724901'), ('const-0', u'RETURN_-1201724901')] | [(u'CALLIND_-1201724904', u'RETURN_-1201724901'), ('tmp_32', u'CAST_-1201724837'), (u'CAST_-1201724837', u'CALLIND_-1201724904'), (u'CALLIND_-1201724904', u'INDIRECT_-1201724842'), (u'INDIRECT_-1201724842', u'COPY_-1201724901'), ('const-0', u'RETURN_-1201724901')] | null | null | 00402210 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040f108)();\n return iVar1;\n}\n\n" comment (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040f108)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ferror_unlocked(FILE *__stream... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ferror_unlocked_0041a108)();
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_0040f108)();
return iVar1;
}
| 1,737 | ||
12_mkfifo_and_mkfifo_strip.c | readlink | readlink |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t readlink(char *__path,char *__buf,size_t __len)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_readlink_00428060)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t readlink(char *__path,char *__buf,size_t __len)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_readlink_00416060)();
return sVar1;
}
| JMP qword ptr [0x00416060] | null | null | null | null | [(u'CALLIND_-1201725240', u'RETURN_-1201725237'), (u'CAST_-1201725171', u'CALLIND_-1201725240'), (u'INDIRECT_-1201725176', u'COPY_-1201725235'), ('tmp_44', u'CAST_-1201725171'), ('const-0', u'RETURN_-1201725237'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725176')] | [(u'CALLIND_-1201725240', u'RETURN_-1201725237'), (u'CAST_-1201725171', u'CALLIND_-1201725240'), (u'INDIRECT_-1201725176', u'COPY_-1201725235'), ('tmp_44', u'CAST_-1201725171'), ('const-0', u'RETURN_-1201725237'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725176')] | null | null | 004020c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t readlink(char *__path,char *__buf,size_t __len)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readlink_00416060)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t readlink(char *__path,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) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ssize_t readlink(char *__path,char *__buf,size_t __len)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readlink_00416060)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "readlink(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(char *__path,char *__buf,size_t __len)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_readlink_00428060)();
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 */
ssize_t MASKED(char *__path,char *__buf,size_t __len)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00416060)();
return sVar1;
}
| 2,165 | ||
15_pwd_and_pwd_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_00412078)();
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_0040c078)();
return sVar1;
}
| JMP qword ptr [0x0040c078] | null | null | null | null | [('tmp_26', u'CAST_-1201725126'), (u'CAST_-1201725126', u'CALLIND_-1201725192'), (u'INDIRECT_-1201725131', u'COPY_-1201725190'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725131'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), ('const-0', u'RETURN_-1201725189')] | [('tmp_26', u'CAST_-1201725126'), (u'CAST_-1201725126', u'CALLIND_-1201725192'), (u'INDIRECT_-1201725131', u'COPY_-1201725190'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725131'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), ('const-0', u'RETURN_-1201725189')] | null | null | 004020f0 | .. | .. | (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_0040c078)();\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_0040c078)();\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_00412078)();
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_0040c078)();
return sVar1;
}
| 561 | ||
6_uniq_and_uniq_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_00417030)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_0040e030)();
return piVar1;
}
| JMP qword ptr [0x0040e030] | null | null | null | null | [(u'INDIRECT_-1201725275', u'COPY_-1201725334'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725275'), (u'CAST_-1201725270', u'CALLIND_-1201725336'), (u'CAST_-1201725269', u'RETURN_-1201725333'), ('tmp_26', u'CAST_-1201725270'), (u'CALLIND_-1201725336', u'CAST_-1201725269'), ('const-0', u'RETURN_-1201725333')] | [(u'INDIRECT_-1201725275', u'COPY_-1201725334'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725275'), (u'CAST_-1201725270', u'CALLIND_-1201725336'), (u'CAST_-1201725269', u'RETURN_-1201725333'), ('tmp_26', u'CAST_-1201725270'), (u'CALLIND_-1201725336', u'CAST_-1201725269'), ('const-0', u'RETURN_-1201725333')] | null | null | 00402060 | .. | .. | (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_0040e030)();\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_0040e030)();\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_00417030)();
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_0040e030)();
return piVar1;
}
| 1,162 | ||
206_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | clock_gettime | clock_gettime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int clock_gettime(clockid_t __clock_id,timespec *__tp)
{
int iVar1;
iVar1 = (*(code *)PTR_clock_gettime_00296740)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int clock_gettime(clockid_t __clock_id,timespec *__tp)
{
int iVar1;
iVar1 = (*(code *)PTR_clock_gettime_001d1740)();
return iVar1;
}
| JMP qword ptr [0x001d1740] | null | null | null | null | [(u'CAST_-1206915460', u'CALLIND_-1206915528'), (u'CALLIND_-1206915528', u'RETURN_-1206915525'), (u'CALLIND_-1206915528', u'INDIRECT_-1206915465'), ('const-0', u'RETURN_-1206915525'), (u'INDIRECT_-1206915465', u'COPY_-1206915524'), ('tmp_38', u'CAST_-1206915460')] | [(u'CAST_-1206915460', u'CALLIND_-1206915528'), (u'CALLIND_-1206915528', u'RETURN_-1206915525'), (u'CALLIND_-1206915528', u'INDIRECT_-1206915465'), ('const-0', u'RETURN_-1206915525'), (u'INDIRECT_-1206915465', u'COPY_-1206915524'), ('tmp_38', u'CAST_-1206915460')] | null | null | 0010ee30 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint clock_gettime(clockid_t __clock_id,timespec *__tp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_clock_gettime_001d1740)();\n return iVar1;\n}\n\n" comment (function_definition "int clock_gettime(clockid_t __clock_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * 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 clock_gettime(clockid_t __clock_id,timespec *__tp)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_clock_gettime_001d1740)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "clock_gettime... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __clock_id,type_2 *__tp)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_clock_gettime_00296740)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(clockid_t __clock_id,timespec *__tp)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001d1740)();
return iVar1;
}
| 10,288 | ||
56_id_and_id_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_004171c0)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_0040d1c0)();
return;
}
| JMP qword ptr [0x0040d1c0] | null | null | null | null | [(u'CALLIND_-1201724536', u'INDIRECT_-1201724476'), (u'INDIRECT_-1201724476', u'COPY_-1201724535'), (u'CAST_-1201724471', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533'), ('tmp_22', u'CAST_-1201724471')] | [(u'CALLIND_-1201724536', u'INDIRECT_-1201724476'), (u'INDIRECT_-1201724476', u'COPY_-1201724535'), (u'CAST_-1201724471', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533'), ('tmp_22', u'CAST_-1201724471')] | null | null | 00402380 | .. | .. | (translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_0040d1c0)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040d1c0)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040d1c0)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0... |
void function_1(void)
{
(*(type_1 *)PTR_error_004171c0)();
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_0040d1c0)();
return;
}
| 3,126 | ||
61_less_and_less_strip.c | towlower | towlower |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t towlower(wint_t __wc)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_towlower_00450f80)();
return wVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t towlower(wint_t __wc)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_towlower_0042ef80)();
return wVar1;
}
| JMP qword ptr [0x0042ef80] | null | null | null | null | [(u'CALLIND_-1201724456', u'RETURN_-1201724453'), (u'INDIRECT_-1201724394', u'COPY_-1201724453'), (u'CAST_-1201724389', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724394'), ('tmp_32', u'CAST_-1201724389')] | [(u'CALLIND_-1201724456', u'RETURN_-1201724453'), (u'INDIRECT_-1201724394', u'COPY_-1201724453'), (u'CAST_-1201724389', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724394'), ('tmp_32', u'CAST_-1201724389')] | null | null | 004023d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t towlower(wint_t __wc)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_towlower_0042ef80)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t towlower(wint_t __wc)\n\n{\n wint_t wVar1;\n \n wVar1 ... | (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 "wint_t towlower(wint_t __wc)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_towlower_0042ef80)();\n return wVar1;\n}" (type_identifier "wint_t") (function_declarator "towlower(wint_t __wc)" (identifier "t... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_1 __wc)
{
type_1 wVar1;
wVar1 = (*(type_2 *)PTR_towlower_00450f80)();
return wVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t MASKED(wint_t __wc)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_MASKED_0042ef80)();
return wVar1;
}
| 7,871 | ||
13_nl_and_nl_strip.c | fclose | fclose |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_00414068)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_0040d068)();
return iVar1;
}
| JMP qword ptr [0x0040d068] | null | null | null | null | [('const-0', u'RETURN_-1201725221'), ('tmp_32', u'CAST_-1201725157'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725162'), (u'CAST_-1201725157', u'CALLIND_-1201725224'), (u'INDIRECT_-1201725162', u'COPY_-1201725221'), (u'CALLIND_-1201725224', u'RETURN_-1201725221')] | [('const-0', u'RETURN_-1201725221'), ('tmp_32', u'CAST_-1201725157'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725162'), (u'CAST_-1201725157', u'CALLIND_-1201725224'), (u'INDIRECT_-1201725162', u'COPY_-1201725221'), (u'CALLIND_-1201725224', u'RETURN_-1201725221')] | null | null | 004020d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0040d068)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0040d068)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fclose_00414068)();
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_0040d068)();
return iVar1;
}
| 1,527 | ||
7_mktemp_and_mktemp_strip.c | remove | remove |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int remove(char *__filename)
{
int iVar1;
iVar1 = (*(code *)PTR_remove_00418038)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int remove(char *__filename)
{
int iVar1;
iVar1 = (*(code *)PTR_remove_0040e038)();
return iVar1;
}
| JMP qword ptr [0x0040e038] | null | null | null | null | [(u'CALLIND_-1201725320', u'INDIRECT_-1201725258'), ('const-0', u'RETURN_-1201725317'), (u'CALLIND_-1201725320', u'RETURN_-1201725317'), ('tmp_32', u'CAST_-1201725253'), (u'INDIRECT_-1201725258', u'COPY_-1201725317'), (u'CAST_-1201725253', u'CALLIND_-1201725320')] | [(u'CALLIND_-1201725320', u'INDIRECT_-1201725258'), ('const-0', u'RETURN_-1201725317'), (u'CALLIND_-1201725320', u'RETURN_-1201725317'), ('tmp_32', u'CAST_-1201725253'), (u'INDIRECT_-1201725258', u'COPY_-1201725317'), (u'CAST_-1201725253', u'CALLIND_-1201725320')] | null | null | 00402070 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint remove(char *__filename)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_remove_0040e038)();\n return iVar1;\n}\n\n" comment (function_definition "int remove(char *__filename)\n\n{\n int iVar1;\n \n iVar1 = (*(cod... | (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 remove(char *__filename)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_remove_0040e038)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "remove(char *__filename)" (identifier "remove"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__filename)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_remove_00418038)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__filename)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040e038)();
return iVar1;
}
| 6,324 | ||
29_du_and_du_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_004410e8)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_004230e8)();
return;
}
| JMP qword ptr [0x004230e8] | null | null | null | null | [('const-0', u'RETURN_-1201720869'), ('tmp_22', u'CAST_-1201720807'), (u'INDIRECT_-1201720812', u'COPY_-1201720871'), (u'CAST_-1201720807', u'CALLIND_-1201720872'), (u'CALLIND_-1201720872', u'INDIRECT_-1201720812')] | [('const-0', u'RETURN_-1201720869'), ('tmp_22', u'CAST_-1201720807'), (u'INDIRECT_-1201720812', u'COPY_-1201720871'), (u'CAST_-1201720807', u'CALLIND_-1201720872'), (u'CALLIND_-1201720872', u'INDIRECT_-1201720812')] | null | null | 004031d0 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_004230e8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_004230e8)();\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_004230e8)();\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_004410e8)();
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_004230e8)();
return;
}
| 3,838 | ||
2_true_and_true_strip.c | FUN_00402020 | FUN_00402020 |
void FUN_00402020(void)
{
(*(code *)PTR_00410010)();
return;
}
|
void FUN_00402020(void)
{
(*(code *)PTR_0040a010)();
return;
}
| PUSH qword ptr [0x0040a008]
JMP qword ptr [0x0040a010] | null | null | null | null | [('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')] | [('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')] | null | null | 00402020 | .. | .. | (translation_unit "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}\n\n" (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}" primitive_type (function_declarator "FUN_00402020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040a010)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402020(void)" (identifier "FUN_00402020") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod... |
void function_1(void)
{
(*(type_1 *)PTR_00410010)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_0040a010)();
return;
}
| 58 | ||
20_nice_and_nice_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_004130a0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040c0a0)();
return iVar1;
}
| JMP qword ptr [0x0040c0a0] | null | null | null | null | [(u'INDIRECT_-1201725050', u'COPY_-1201725109'), (u'CAST_-1201725045', u'CALLIND_-1201725112'), ('const-0', u'RETURN_-1201725109'), ('tmp_32', u'CAST_-1201725045'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725050'), (u'CALLIND_-1201725112', u'RETURN_-1201725109')] | [(u'INDIRECT_-1201725050', u'COPY_-1201725109'), (u'CAST_-1201725045', u'CALLIND_-1201725112'), ('const-0', u'RETURN_-1201725109'), ('tmp_32', u'CAST_-1201725045'), (u'CALLIND_-1201725112', u'INDIRECT_-1201725050'), (u'CALLIND_-1201725112', u'RETURN_-1201725109')] | null | null | 00402140 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040c0a0)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040c0a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "pri... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_printf_004130a0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declara... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040c0a0)();
return iVar1;
}
| 2,523 | ||
43_arch_and_arch_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_00411158)();
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_0040b158)();
return iVar1;
}
| JMP qword ptr [0x0040b158] | null | null | null | null | [(u'INDIRECT_-1201724682', u'COPY_-1201724741'), ('const-0', u'RETURN_-1201724741'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724682'), ('tmp_32', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')] | [(u'INDIRECT_-1201724682', u'COPY_-1201724741'), ('const-0', u'RETURN_-1201724741'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724682'), ('tmp_32', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')] | null | null | 004022b0 | .. | .. | (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_0040b158)();\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_0040b158)();\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_00411158)();
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_0040b158)();
return iVar1;
}
| 6,004 | ||
44_pinky_and_pinky_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_00414160)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_0040d160)();
return iVar1;
}
| JMP qword ptr [0x0040d160] | null | null | null | null | [(u'CAST_-1201724661', u'CALLIND_-1201724728'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724666'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724666', u'COPY_-1201724725'), ('tmp_32', u'CAST_-1201724661'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')] | [(u'CAST_-1201724661', u'CALLIND_-1201724728'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724666'), ('const-0', u'RETURN_-1201724725'), (u'INDIRECT_-1201724666', u'COPY_-1201724725'), ('tmp_32', u'CAST_-1201724661'), (u'CALLIND_-1201724728', u'RETURN_-1201724725')] | null | null | 004022c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040d160)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040d160)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fileno_00414160)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d160)();
return iVar1;
}
| 2,291 | ||
22_xargs_and_xargs_strip.c | opendir | opendir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * opendir(char *__name)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_opendir_00422dc8)();
return pDVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * opendir(char *__name)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_opendir_00414dc8)();
return pDVar1;
}
| JMP qword ptr [0x00414dc8] | null | null | null | null | [(u'CAST_-1201725013', u'CALLIND_-1201725080'), ('const-0', u'RETURN_-1201725077'), ('tmp_32', u'CAST_-1201725013'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725018'), (u'CALLIND_-1201725080', u'CAST_-1201725012'), (u'INDIRECT_-1201725018', u'COPY_-1201725077'), (u'CAST_-1201725012', u'RETURN_-1201725077')] | [(u'CAST_-1201725013', u'CALLIND_-1201725080'), ('const-0', u'RETURN_-1201725077'), ('tmp_32', u'CAST_-1201725013'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725018'), (u'CALLIND_-1201725080', u'CAST_-1201725012'), (u'INDIRECT_-1201725018', u'COPY_-1201725077'), (u'CAST_-1201725012', u'RETURN_-1201725077')] | null | null | 00402160 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nDIR * opendir(char *__name)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_opendir_00414dc8)();\n return pDVar1;\n}\n\n" comment (function_definition "DIR * opendir(char *__name)\n\n{\n DIR *pDVar1;\n \n pD... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_express... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "DIR * opendir(char *__name)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_opendir_00414dc8)();\n return pDVar1;\n}" (type_identifier "DIR") (pointer_declarator "* opendir(char *__name)" (* "*") (f... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(char *__name)
{
type_1 *pDVar1;
pDVar1 = (type_1 *)(*(type_2 *)PTR_opendir_00422dc8)();
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: (pointer_declarator declarator: (identifier)))))) body: (compound_state... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * MASKED(char *__name)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_MASKED_00414dc8)();
return pDVar1;
}
| 7,925 | ||
349_puttytel_and_puttytel_strip.c | gtk_widget_child_focus | gtk_widget_child_focus |
void gtk_widget_child_focus(void)
{
(*(code *)PTR_gtk_widget_child_focus_00545ab0)();
return;
}
|
void gtk_widget_child_focus(void)
{
(*(code *)PTR_gtk_widget_child_focus_004bdab0)();
return;
}
| JMP qword ptr [0x004bdab0] | null | null | null | null | [('const-0', u'RETURN_-1201682949'), (u'CALLIND_-1201682952', u'INDIRECT_-1201682892'), (u'INDIRECT_-1201682892', u'COPY_-1201682951'), (u'CAST_-1201682887', u'CALLIND_-1201682952'), ('tmp_22', u'CAST_-1201682887')] | [('const-0', u'RETURN_-1201682949'), (u'CALLIND_-1201682952', u'INDIRECT_-1201682892'), (u'INDIRECT_-1201682892', u'COPY_-1201682951'), (u'CAST_-1201682887', u'CALLIND_-1201682952'), ('tmp_22', u'CAST_-1201682887')] | null | null | 0040c5f0 | .. | .. | (translation_unit "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}\n\n" (function_definition "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}" primitive_type (function_declarator "gtk_widget_child_focus(v... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_widget_child_focus(void)\n\n{\n (*(code *)PTR_gtk_widget_child_focus_004bdab0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_child_focus(void)" (identifier "gtk_widget_child_focus") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_widget_child_focus_00545ab0)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_004bdab0)();
return;
}
| 9,049 | ||
49_truncate_and_truncate_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_00414188)();
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_0040d188)();
return iVar1;
}
| JMP qword ptr [0x0040d188] | null | null | null | null | [('const-0', u'RETURN_-1201724645'), (u'CALLIND_-1201724648', u'RETURN_-1201724645'), (u'CALLIND_-1201724648', u'INDIRECT_-1201724586'), (u'INDIRECT_-1201724586', u'COPY_-1201724645'), ('tmp_32', u'CALLIND_-1201724648')] | [('const-0', u'RETURN_-1201724645'), (u'CALLIND_-1201724648', u'RETURN_-1201724645'), (u'CALLIND_-1201724648', u'INDIRECT_-1201724586'), (u'INDIRECT_-1201724586', u'COPY_-1201724645'), ('tmp_32', u'CALLIND_-1201724648')] | null | null | 00402310 | .. | .. | (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_0040d188)();\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_0040d188)();\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_00414188)();
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_0040d188)();
return iVar1;
}
| 2,826 | ||
37_wc_and_wc_strip.c | feof | feof |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int feof(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_feof_00418128)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int feof(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_feof_0040f128)();
return iVar1;
}
| JMP qword ptr [0x0040f128] | null | null | null | null | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint feof(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_feof_0040f128)();\n return iVar1;\n}\n\n" comment (function_definition "int feof(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fe... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int feof(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_feof_0040f128)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "feof(FILE *__stream)" (identifier "feof") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_feof_00418128)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040f128)();
return iVar1;
}
| 3,247 | ||
59_puttytel_and_puttytel_strip.c | wcrtomb | wcrtomb |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)
{
size_t sVar1;
sVar1 = (*(code *)PTR_wcrtomb_00545198)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)
{
size_t sVar1;
sVar1 = (*(code *)PTR_wcrtomb_004bd198)();
return sVar1;
}
| JMP qword ptr [0x004bd198] | null | null | null | null | [(u'CALLIND_-1201687608', u'INDIRECT_-1201687544'), ('const-0', u'RETURN_-1201687605'), (u'CAST_-1201687539', u'CALLIND_-1201687608'), (u'CALLIND_-1201687608', u'RETURN_-1201687605'), (u'INDIRECT_-1201687544', u'COPY_-1201687603'), ('tmp_44', u'CAST_-1201687539')] | [(u'CALLIND_-1201687608', u'INDIRECT_-1201687544'), ('const-0', u'RETURN_-1201687605'), (u'CAST_-1201687539', u'CALLIND_-1201687608'), (u'CALLIND_-1201687608', u'RETURN_-1201687605'), (u'INDIRECT_-1201687544', u'COPY_-1201687603'), ('tmp_44', u'CAST_-1201687539')] | null | null | 0040b3c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_wcrtomb_004bd198)();\n return sVar1;\n}\n\n" comment (function_definition "size_t wcrtomb(char *__s,wchar_t __wc,m... | (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)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_wcrtomb_004bd198)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "wcrtomb(char ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,type_1 __wc,type_2 *__ps)
{
size_t sVar1;
sVar1 = (*(type_3 *)PTR_wcrtomb_00545198)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,wchar_t __wc,mbstate_t *__ps)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_004bd198)();
return sVar1;
}
| 8,759 | ||
57_puttytel_and_puttytel_strip.c | XGetDefault | XGetDefault |
void XGetDefault(void)
{
(*(code *)PTR_XGetDefault_00545188)();
return;
}
|
void XGetDefault(void)
{
(*(code *)PTR_XGetDefault_004bd188)();
return;
}
| JMP qword ptr [0x004bd188] | null | null | null | null | [('const-0', u'RETURN_-1201687637'), (u'INDIRECT_-1201687580', u'COPY_-1201687639'), ('tmp_22', u'CAST_-1201687575'), (u'CALLIND_-1201687640', u'INDIRECT_-1201687580'), (u'CAST_-1201687575', u'CALLIND_-1201687640')] | [('const-0', u'RETURN_-1201687637'), (u'INDIRECT_-1201687580', u'COPY_-1201687639'), ('tmp_22', u'CAST_-1201687575'), (u'CALLIND_-1201687640', u'INDIRECT_-1201687580'), (u'CAST_-1201687575', u'CALLIND_-1201687640')] | null | null | 0040b3a0 | .. | .. | (translation_unit "void XGetDefault(void)\n\n{\n (*(code *)PTR_XGetDefault_004bd188)();\n return;\n}\n\n" (function_definition "void XGetDefault(void)\n\n{\n (*(code *)PTR_XGetDefault_004bd188)();\n return;\n}" primitive_type (function_declarator "XGetDefault(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 XGetDefault(void)\n\n{\n (*(code *)PTR_XGetDefault_004bd188)();\n return;\n}" (primitive_type "void") (function_declarator "XGetDefault(void)" (identifier "XGetDefault") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_XGetDefault_00545188)();
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_004bd188)();
return;
}
| 8,757 | ||
24_cp_and_cp_strip.c | write | write |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_004530c0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_0042c0c0)();
return sVar1;
}
| JMP qword ptr [0x0042c0c0] | null | null | null | null | [(u'CALLIND_-1201720952', u'RETURN_-1201720949'), ('tmp_44', u'CAST_-1201720883'), (u'CAST_-1201720883', u'CALLIND_-1201720952'), (u'CALLIND_-1201720952', u'INDIRECT_-1201720888'), ('const-0', u'RETURN_-1201720949'), (u'INDIRECT_-1201720888', u'COPY_-1201720947')] | [(u'CALLIND_-1201720952', u'RETURN_-1201720949'), ('tmp_44', u'CAST_-1201720883'), (u'CAST_-1201720883', u'CALLIND_-1201720952'), (u'CALLIND_-1201720952', u'INDIRECT_-1201720888'), ('const-0', u'RETURN_-1201720949'), (u'INDIRECT_-1201720888', u'COPY_-1201720947')] | null | null | 00403180 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0042c0c0)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n... | (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 write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0042c0c0)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "write(int __fd,void *... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_write_004530c0)();
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 __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0042c0c0)();
return sVar1;
}
| 4,454 | ||
39_logname_and_logname_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_00410138)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_0040a138)();
return;
}
| JMP qword ptr [0x0040a138] | null | null | null | null | [('const-0', u'RETURN_-1201724805'), ('tmp_22', u'CAST_-1201724743'), (u'INDIRECT_-1201724748', u'COPY_-1201724807'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724748'), (u'CAST_-1201724743', u'CALLIND_-1201724808')] | [('const-0', u'RETURN_-1201724805'), ('tmp_22', u'CAST_-1201724743'), (u'INDIRECT_-1201724748', u'COPY_-1201724807'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724748'), (u'CAST_-1201724743', u'CALLIND_-1201724808')] | null | null | 00402270 | .. | .. | (translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_0040a138)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040a138)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040a138)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0... |
void function_1(void)
{
(*(type_1 *)PTR_error_00410138)();
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_0040a138)();
return;
}
| 414 | ||
123_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | nghttp2_session_callbacks_del | nghttp2_session_callbacks_del |
void nghttp2_session_callbacks_del(void)
{
(*(code *)PTR_nghttp2_session_callbacks_del_00296450)();
return;
}
|
void nghttp2_session_callbacks_del(void)
{
(*(code *)PTR_nghttp2_session_callbacks_del_001d1450)();
return;
}
| JMP qword ptr [0x001d1450] | null | null | null | null | [(u'CAST_-1206916967', u'CALLIND_-1206917032'), (u'CALLIND_-1206917032', u'INDIRECT_-1206916972'), (u'INDIRECT_-1206916972', u'COPY_-1206917031'), ('tmp_22', u'CAST_-1206916967'), ('const-0', u'RETURN_-1206917029')] | [(u'CAST_-1206916967', u'CALLIND_-1206917032'), (u'CALLIND_-1206917032', u'INDIRECT_-1206916972'), (u'INDIRECT_-1206916972', u'COPY_-1206917031'), ('tmp_22', u'CAST_-1206916967'), ('const-0', u'RETURN_-1206917029')] | null | null | 0010e850 | .. | .. | (translation_unit "void nghttp2_session_callbacks_del(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_del_001d1450)();\n return;\n}\n\n" (function_definition "void nghttp2_session_callbacks_del(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_del_001d1450)();\n return;\n}" primitive_type (function_declarat... | (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 nghttp2_session_callbacks_del(void)\n\n{\n (*(code *)PTR_nghttp2_session_callbacks_del_001d1450)();\n return;\n}" (primitive_type "void") (function_declarator "nghttp2_session_callbacks_del(void)" (identifier "nghttp2_session_callbacks_del") (parameter_list "(void)" (( "(") (parameter_decla... |
void function_1(void)
{
(*(type_1 *)PTR_nghttp2_session_callbacks_del_00296450)();
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_001d1450)();
return;
}
| 10,205 | ||
34_psftp_and_psftp_strip.c | shutdown | shutdown |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int shutdown(int __fd,int __how)
{
int iVar1;
iVar1 = (*(code *)PTR_shutdown_00557c98)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int shutdown(int __fd,int __how)
{
int iVar1;
iVar1 = (*(code *)PTR_shutdown_004b6c98)();
return iVar1;
}
| JMP qword ptr [0x004b6c98] | null | null | null | null | [('tmp_38', u'CAST_-1201720724'), (u'CALLIND_-1201720792', u'RETURN_-1201720789'), (u'INDIRECT_-1201720729', u'COPY_-1201720788'), (u'CAST_-1201720724', u'CALLIND_-1201720792'), ('const-0', u'RETURN_-1201720789'), (u'CALLIND_-1201720792', u'INDIRECT_-1201720729')] | [('tmp_38', u'CAST_-1201720724'), (u'CALLIND_-1201720792', u'RETURN_-1201720789'), (u'INDIRECT_-1201720729', u'COPY_-1201720788'), (u'CAST_-1201720724', u'CALLIND_-1201720792'), ('const-0', u'RETURN_-1201720789'), (u'CALLIND_-1201720792', u'INDIRECT_-1201720729')] | null | null | 00403220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint shutdown(int __fd,int __how)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_shutdown_004b6c98)();\n return iVar1;\n}\n\n" comment (function_definition "int shutdown(int __fd,int __how)\n\n{\n int iVar1;\n \n iVar... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( ... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int shutdown(int __fd,int __how)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_shutdown_004b6c98)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "shutdown(int __fd,int __how)" (identifie... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,int __how)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_shutdown_00557c98)();
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)))) body: (compound_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,int __how)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004b6c98)();
return iVar1;
}
| 10,606 | ||
155_mv_and_mv_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 (_edata == '\0') {
FUN_004039b0();
_edata = 1;
return;
}
return;
}
| CMP byte ptr [0x0042c540],0x0
JNZ 0x00403a40
PUSH RBP
MOV RBP,RSP
CALL 0x004039b0
MOV byte ptr [0x0042c540],0x1
POP RBP
RET
RET | null | null | null | null | [(u'CALL_-1201718714', u'INDIRECT_-1201718634'), ('tmp_142', u'COPY_-1201718673'), ('const-0', u'RETURN_-1201718681'), (u'INT_EQUAL_-1201718736', u'CBRANCH_-1201718729'), ('tmp_142', u'INT_EQUAL_-1201718736'), (u'COPY_-1201718714', u'COPY_-1201718680'), ('const-1', u'COPY_-1201718714'), ('tmp_30', u'CBRANCH_-1201718729... | [(u'CALL_-1201718714', u'INDIRECT_-1201718634'), ('tmp_142', u'COPY_-1201718673'), ('const-0', u'RETURN_-1201718681'), (u'INT_EQUAL_-1201718736', u'CBRANCH_-1201718729'), ('tmp_142', u'INT_EQUAL_-1201718736'), (u'COPY_-1201718714', u'COPY_-1201718680'), ('const-1', u'COPY_-1201718714'), ('tmp_30', u'CBRANCH_-1201718729... | null | null | 00403a20 | .. | .. | (translation_unit "void _FINI_0(void)\n\n{\n if (_edata == '\0') {\n FUN_004039b0();\n _edata = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (_edata == '\0') {\n FUN_004039b0();\n _edata = 1;\n return;\n }\n return;\n}" primitive_type (function_declarator... | (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 (_edata == '\0') {\n FUN_004039b0();\n _edata = 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 "void")) () ")"... |
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 (_edata == '\0') {
FUN_004039b0();
_edata = 1;
return;
}
return;
}
| 4,332 | ||
53_sync_and_sync_strip.c | _dl_relocate_static_pie | FUN_00402370 |
void _dl_relocate_static_pie(void)
{
return;
}
|
void FUN_00402370(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1201724548')] | [('const-0', u'RETURN_-1201724548')] | null | null | 00402370 | .. | .. | (translation_unit "void FUN_00402370(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00402370(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402370(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void FUN_00402370(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402370(void)" (identifier "FUN_00402370") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
void function_1(void)
{
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
void MASKED(void)
{
return;
}
| 2,771 | ||
39_xargs_and_xargs_strip.c | strnlen | strnlen |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strnlen(char *__string,size_t __maxlen)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strnlen_00422e50)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strnlen(char *__string,size_t __maxlen)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strnlen_00414e50)();
return sVar1;
}
| JMP qword ptr [0x00414e50] | null | null | null | null | [(u'INDIRECT_-1201724745', u'COPY_-1201724804'), ('const-0', u'RETURN_-1201724805'), (u'CAST_-1201724740', u'CALLIND_-1201724808'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724745'), ('tmp_38', u'CAST_-1201724740')] | [(u'INDIRECT_-1201724745', u'COPY_-1201724804'), ('const-0', u'RETURN_-1201724805'), (u'CAST_-1201724740', u'CALLIND_-1201724808'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724745'), ('tmp_38', u'CAST_-1201724740')] | null | null | 00402270 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00414e50)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strnlen(char *__string,size_t __maxlen)\... | (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 "size_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00414e50)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strnlen(char *__strin... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__string,size_t __maxlen)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strnlen_00422e50)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__string,size_t __maxlen)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00414e50)();
return sVar1;
}
| 7,942 | ||
36_expr_and_expr_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_00417120)();
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_0040e120)();
return iVar1;
}
| JMP qword ptr [0x0040e120] | null | null | null | null | [('tmp_38', u'CAST_-1201724788'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724793', u'COPY_-1201724852'), (u'CAST_-1201724788', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724793'), ('const-0', u'RETURN_-1201724853')] | [('tmp_38', u'CAST_-1201724788'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724793', u'COPY_-1201724852'), (u'CAST_-1201724788', u'CALLIND_-1201724856'), (u'CALLIND_-1201724856', u'INDIRECT_-1201724793'), ('const-0', u'RETURN_-1201724853')] | null | null | 00402240 | .. | .. | (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_0040e120)();\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_0040e120)();\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_00417120)();
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_0040e120)();
return iVar1;
}
| 6,050 | ||
60_id_and_id_strip.c | strtoul | strtoul |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_strtoul_004171e0)();
return uVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_strtoul_0040d1e0)();
return uVar1;
}
| JMP qword ptr [0x0040d1e0] | null | null | null | null | [(u'CALLIND_-1201724472', u'INDIRECT_-1201724408'), ('const-0', u'RETURN_-1201724469'), (u'CAST_-1201724403', u'CALLIND_-1201724472'), ('tmp_44', u'CAST_-1201724403'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724408', u'COPY_-1201724467')] | [(u'CALLIND_-1201724472', u'INDIRECT_-1201724408'), ('const-0', u'RETURN_-1201724469'), (u'CAST_-1201724403', u'CALLIND_-1201724472'), ('tmp_44', u'CAST_-1201724403'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724408', u'COPY_-1201724467')] | null | null | 004023c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_0040d1e0)();\n return uVar1;\n}\n\n" comment (function_definition "ulong strtoul(char *__nptr,char **__endp... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE I... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_0040d1e0)();\n return uVar1;\n}" (type_identifier "ulong") (function_declarator "strtoul(char *... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(char *__nptr,char **__endptr,int __base)
{
type_1 uVar1;
uVar1 = (*(type_2 *)PTR_strtoul_004171e0)();
return uVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong MASKED(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_MASKED_0040d1e0)();
return uVar1;
}
| 3,130 | ||
21_csplit_and_csplit_strip.c | __stack_chk_fail | __stack_chk_fail |
void __stack_chk_fail(void)
{
(*(code *)PTR___stack_chk_fail_0041b0a8)();
return;
}
|
void __stack_chk_fail(void)
{
(*(code *)PTR___stack_chk_fail_004100a8)();
return;
}
| JMP qword ptr [0x004100a8] | null | null | null | null | [(u'CAST_-1201725031', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725036'), ('tmp_22', u'CAST_-1201725031'), ('const-0', u'RETURN_-1201725093'), (u'INDIRECT_-1201725036', u'COPY_-1201725095')] | [(u'CAST_-1201725031', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725036'), ('tmp_22', u'CAST_-1201725031'), ('const-0', u'RETURN_-1201725093'), (u'INDIRECT_-1201725036', u'COPY_-1201725095')] | null | null | 00402150 | .. | .. | (translation_unit "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004100a8)();\n return;\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n (*(code *)PTR___stack_chk_fail_004100a8)();\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_004100a8)();\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_0041b0a8)();
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_004100a8)();
return;
}
| 6,105 | ||
97_ls_and_ls_strip.c | gnu_dev_minor | gnu_dev_minor |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint gnu_dev_minor(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_gnu_dev_minor_0044f308)();
return uVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint gnu_dev_minor(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();
return uVar1;
}
| JMP qword ptr [0x0042b308] | null | null | null | null | [(u'CALLIND_-1201719784', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), (u'CAST_-1201719717', u'CALLIND_-1201719784'), (u'INDIRECT_-1201719722', u'COPY_-1201719781'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719722'), ('tmp_32', u'CAST_-1201719717')] | [(u'CALLIND_-1201719784', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), (u'CAST_-1201719717', u'CALLIND_-1201719784'), (u'INDIRECT_-1201719722', u'COPY_-1201719781'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719722'), ('tmp_32', u'CAST_-1201719717')] | null | null | 00403610 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint gnu_dev_minor(ulonglong __dev)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();\n return uVar1;\n}\n\n" comment (function_definition "uint gnu_dev_minor(ulonglong __dev)\n\n{\n uint 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 "uint gnu_dev_minor(ulonglong __dev)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();\n return uVar1;\n}" (type_identifier "uint") (function_declarator "gnu_dev_minor(ulonglong __dev... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_2 __dev)
{
type_1 uVar1;
uVar1 = (*(type_3 *)PTR_gnu_dev_minor_0044f308)();
return uVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint MASKED(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_MASKED_0042b308)();
return uVar1;
}
| 7,512 | ||
1_ln_and_ln_strip.c | _init | _DT_INIT |
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___00427fe0;
if (PTR___gmon_start___00427fe0 != (undefined *)0x0) {
puVar1 = (undefined *)(*(code *)PTR___gmon_start___00427fe0)();
}
return (int)puVar1;
}
|
void _DT_INIT(void)
{
if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00416fe0)();
}
return;
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x00416fe0]
TEST RAX,RAX
JZ 0x00402012
CALL RAX
ADD RSP,0x8
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1201725314'), (u'SUBPIECE_-1201725314', u'RETURN_-1201725373'), ('tmp_203', u'CAST_-1201725290'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INDIRECT_-1201725300', u'MULTIEQUAL_-1201725297'), (u'CAST_-1201725289', u'MULTIEQUAL_-1201725319'), (u'MULTIEQUAL_-1201725297', u'COPY_-1201725353'), (... | [(u'CALLIND_-1201725393', u'INDIRECT_-1201725303'), (u'CAST_-1201725294', u'CALLIND_-1201725393'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INT_NOTEQUAL_-1201725403', u'CBRANCH_-1201725402'), ('const-0', u'RETURN_-1201725373'), ('tmp_52', u'CBRANCH_-1201725402'), ('tmp_192', u'MULTIEQUAL_-1201725300'), ('tmp_192', ... | null | null | 00402000 | .. | .. | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void"... |
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)(*(type_3 *)var_1)();
}
return (int)puVar1;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... |
void MASKED(void)
{
if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00416fe0)();
}
return;
}
| 5,680 | ||
76_factor_and_factor_strip.c | __gmpz_init_set_str | __gmpz_init_set_str |
void __gmpz_init_set_str(void)
{
(*(code *)PTR___gmpz_init_set_str_00428260)();
return;
}
|
void __gmpz_init_set_str(void)
{
(*(code *)PTR___gmpz_init_set_str_00417260)();
return;
}
| JMP qword ptr [0x00417260] | null | null | null | null | [('tmp_22', u'CAST_-1201724151'), (u'CALLIND_-1201724216', u'INDIRECT_-1201724156'), ('const-0', u'RETURN_-1201724213'), (u'INDIRECT_-1201724156', u'COPY_-1201724215'), (u'CAST_-1201724151', u'CALLIND_-1201724216')] | [('tmp_22', u'CAST_-1201724151'), (u'CALLIND_-1201724216', u'INDIRECT_-1201724156'), ('const-0', u'RETURN_-1201724213'), (u'INDIRECT_-1201724156', u'COPY_-1201724215'), (u'CAST_-1201724151', u'CALLIND_-1201724216')] | null | null | 004024c0 | .. | .. | (translation_unit "void __gmpz_init_set_str(void)\n\n{\n (*(code *)PTR___gmpz_init_set_str_00417260)();\n return;\n}\n\n" (function_definition "void __gmpz_init_set_str(void)\n\n{\n (*(code *)PTR___gmpz_init_set_str_00417260)();\n return;\n}" primitive_type (function_declarator "__gmpz_init_set_str(void)" identifie... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __gmpz_init_set_str(void)\n\n{\n (*(code *)PTR___gmpz_init_set_str_00417260)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpz_init_set_str(void)" (identifier "__gmpz_init_set_str") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) (... |
void function_1(void)
{
(*(type_1 *)PTR___gmpz_init_set_str_00428260)();
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_00417260)();
return;
}
| 2,133 | ||
49_tr_and_tr_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_0041b188)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00410188)();
return;
}
| JMP qword ptr [0x00410188] | null | null | null | null | [('const-0', u'RETURN_-1201724645'), (u'CAST_-1201724583', u'CALLIND_-1201724648'), (u'CALLIND_-1201724648', u'INDIRECT_-1201724588'), (u'INDIRECT_-1201724588', u'COPY_-1201724647'), ('tmp_22', u'CAST_-1201724583')] | [('const-0', u'RETURN_-1201724645'), (u'CAST_-1201724583', u'CALLIND_-1201724648'), (u'CALLIND_-1201724648', u'INDIRECT_-1201724588'), (u'INDIRECT_-1201724588', u'COPY_-1201724647'), ('tmp_22', u'CAST_-1201724583')] | null | null | 00402310 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00410188)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00410188)();\n return;\n}" primitive_type (function_declarator "__cxa_atexit(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00410188)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_atexit(void)" (identifier "__cxa_atexit") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
void function_1(void)
{
(*(type_1 *)PTR___cxa_atexit_0041b188)();
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_00410188)();
return;
}
| 1,897 | ||
59_dd_and_dd_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_004241d8)();
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_004151d8)();
return pcVar1;
}
| JMP qword ptr [0x004151d8] | 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\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_004151d8)();\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_004151d8)();\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_004241d8)();
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_004151d8)();
return pcVar1;
}
| 7,609 | ||
56_md5sum_and_md5sum_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_0041a1c0)();
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_0040f1c0)();
return ppuVar1;
}
| JMP qword ptr [0x0040f1c0] | null | null | null | null | [(u'INDIRECT_-1201724475', u'COPY_-1201724534'), (u'CALLIND_-1201724536', u'CAST_-1201724470'), ('tmp_26', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533'), (u'CAST_-1201724470', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724475')] | [(u'INDIRECT_-1201724475', u'COPY_-1201724534'), (u'CALLIND_-1201724536', u'CAST_-1201724470'), ('tmp_26', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533'), (u'CAST_-1201724470', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724475')] | null | null | 00402380 | .. | .. | (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_0040f1c0)();\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_0040f1c0)();\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_0041a1c0)();
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_0040f1c0)();
return ppuVar1;
}
| 6,220 | ||
21_df_and_df_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_0042e0a8)();
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_004190a8)();
return sVar1;
}
| JMP qword ptr [0x004190a8] | null | null | null | null | [('tmp_26', u'CAST_-1201725030'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725035'), (u'INDIRECT_-1201725035', u'COPY_-1201725094'), (u'CAST_-1201725030', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093')] | [('tmp_26', u'CAST_-1201725030'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725035'), (u'INDIRECT_-1201725035', u'COPY_-1201725094'), (u'CAST_-1201725030', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093')] | null | null | 00402150 | .. | .. | (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_004190a8)();\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_004190a8)();\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_0042e0a8)();
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_004190a8)();
return sVar1;
}
| 7,663 | ||
61_df_and_df_strip.c | setmntent | setmntent |
void setmntent(void)
{
(*(code *)PTR_setmntent_0042e1e8)();
return;
}
|
void setmntent(void)
{
(*(code *)PTR_setmntent_004191e8)();
return;
}
| JMP qword ptr [0x004191e8] | null | null | null | null | [(u'INDIRECT_-1201724396', u'COPY_-1201724455'), (u'CAST_-1201724391', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724396'), ('tmp_22', u'CAST_-1201724391')] | [(u'INDIRECT_-1201724396', u'COPY_-1201724455'), (u'CAST_-1201724391', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724396'), ('tmp_22', u'CAST_-1201724391')] | null | null | 004023d0 | .. | .. | (translation_unit "void setmntent(void)\n\n{\n (*(code *)PTR_setmntent_004191e8)();\n return;\n}\n\n" (function_definition "void setmntent(void)\n\n{\n (*(code *)PTR_setmntent_004191e8)();\n return;\n}" primitive_type (function_declarator "setmntent(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void setmntent(void)\n\n{\n (*(code *)PTR_setmntent_004191e8)();\n return;\n}" (primitive_type "void") (function_declarator "setmntent(void)" (identifier "setmntent") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co... |
void function_1(void)
{
(*(type_1 *)PTR_setmntent_0042e1e8)();
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_004191e8)();
return;
}
| 7,703 | ||
24_locate_and_locate_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_0046ad48)();
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_00434d48)();
return sVar1;
}
| JMP qword ptr [0x00434d48] | null | null | null | null | [(u'INDIRECT_-1201724987', u'COPY_-1201725046'), (u'CAST_-1201724982', u'CALLIND_-1201725048'), (u'CALLIND_-1201725048', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724987'), ('const-0', u'RETURN_-1201725045'), ('tmp_26', u'CAST_-1201724982')] | [(u'INDIRECT_-1201724987', u'COPY_-1201725046'), (u'CAST_-1201724982', u'CALLIND_-1201725048'), (u'CALLIND_-1201725048', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724987'), ('const-0', u'RETURN_-1201725045'), ('tmp_26', u'CAST_-1201724982')] | null | null | 00402180 | .. | .. | (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_00434d48)();\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_00434d48)();\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_0046ad48)();
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_00434d48)();
return sVar1;
}
| 8,343 | ||
1_chown_and_chown_strip.c | _init | _DT_INIT |
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___00427fe0;
if (PTR___gmon_start___00427fe0 != (undefined *)0x0) {
puVar1 = (undefined *)(*(code *)PTR___gmon_start___00427fe0)();
}
return (int)puVar1;
}
|
void _DT_INIT(void)
{
if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00416fe0)();
}
return;
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x00416fe0]
TEST RAX,RAX
JZ 0x00402012
CALL RAX
ADD RSP,0x8
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1201725314'), (u'SUBPIECE_-1201725314', u'RETURN_-1201725373'), ('tmp_203', u'CAST_-1201725290'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INDIRECT_-1201725300', u'MULTIEQUAL_-1201725297'), (u'CAST_-1201725289', u'MULTIEQUAL_-1201725319'), (u'MULTIEQUAL_-1201725297', u'COPY_-1201725353'), (... | [(u'CALLIND_-1201725393', u'INDIRECT_-1201725303'), (u'CAST_-1201725294', u'CALLIND_-1201725393'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INT_NOTEQUAL_-1201725403', u'CBRANCH_-1201725402'), ('const-0', u'RETURN_-1201725373'), ('tmp_52', u'CBRANCH_-1201725402'), ('tmp_192', u'MULTIEQUAL_-1201725300'), ('tmp_192', ... | null | null | 00402000 | .. | .. | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00416fe0)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void"... |
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)(*(type_3 *)var_1)();
}
return (int)puVar1;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... |
void MASKED(void)
{
if (PTR___gmon_start___00416fe0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00416fe0)();
}
return;
}
| 6,395 | ||
43_stty_and_stty_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_0041f158)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_00413158)();
return pvVar1;
}
| JMP qword ptr [0x00413158] | null | null | null | null | [(u'INDIRECT_-1201724682', u'COPY_-1201724741'), (u'CAST_-1201724677', u'CALLIND_-1201724744'), (u'CAST_-1201724676', u'RETURN_-1201724741'), ('const-0', u'RETURN_-1201724741'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724682'), (u'CALLIND_-1201724744', u'CAST_-1201724676'), ('tmp_32', u'CAST_-1201724677')] | [(u'INDIRECT_-1201724682', u'COPY_-1201724741'), (u'CAST_-1201724677', u'CALLIND_-1201724744'), (u'CAST_-1201724676', u'RETURN_-1201724741'), ('const-0', u'RETURN_-1201724741'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724682'), (u'CALLIND_-1201724744', u'CAST_-1201724676'), ('tmp_32', u'CAST_-1201724677')] | null | null | 004022b0 | .. | .. | (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_00413158)();\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_00413158)();\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_0041f158)();
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_00413158)();
return pvVar1;
}
| 1,817 | ||
27_sha224sum_and_sha224sum_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_004210d8)();
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_004130d8)();
return iVar1;
}
| JMP qword ptr [0x004130d8] | null | null | null | null | [(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'INDIRECT_-1201724935', u'COPY_-1201724994'), (u'CAST_-1201724930', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724935'), ('const-0', u'RETURN_-1201724997'), ('tmp_50', u'CAST_-1201724930')] | [(u'CALLIND_-1201725000', u'RETURN_-1201724997'), (u'INDIRECT_-1201724935', u'COPY_-1201724994'), (u'CAST_-1201724930', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724935'), ('const-0', u'RETURN_-1201724997'), ('tmp_50', u'CAST_-1201724930')] | null | null | 004021b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_004130d8)();\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_004130d8)();\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_004210d8)();
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_004130d8)();
return iVar1;
}
| 1,937 | ||
61_sort_and_sort_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_004461e8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcmp_004271e8)();
return iVar1;
}
| JMP qword ptr [0x004271e8] | null | null | null | null | [('const-0', u'RETURN_-1201720357'), ('tmp_38', u'CAST_-1201720292'), (u'INDIRECT_-1201720297', u'COPY_-1201720356'), (u'CALLIND_-1201720360', u'INDIRECT_-1201720297'), (u'CALLIND_-1201720360', u'RETURN_-1201720357'), (u'CAST_-1201720292', u'CALLIND_-1201720360')] | [('const-0', u'RETURN_-1201720357'), ('tmp_38', u'CAST_-1201720292'), (u'INDIRECT_-1201720297', u'COPY_-1201720356'), (u'CALLIND_-1201720360', u'INDIRECT_-1201720297'), (u'CALLIND_-1201720360', u'RETURN_-1201720357'), (u'CAST_-1201720292', u'CALLIND_-1201720360')] | null | null | 004033d0 | .. | .. | (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_004271e8)();\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_004271e8)();\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_004461e8)();
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_004271e8)();
return iVar1;
}
| 7,212 | ||
13_chgrp_and_chgrp_strip.c | getpwuid | getpwuid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
passwd * getpwuid(__uid_t __uid)
{
passwd *ppVar1;
ppVar1 = (passwd *)(*(code *)PTR_getpwuid_00427068)();
return ppVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
passwd * getpwuid(__uid_t __uid)
{
passwd *ppVar1;
ppVar1 = (passwd *)(*(code *)PTR_getpwuid_00415068)();
return ppVar1;
}
| JMP qword ptr [0x00415068] | null | null | null | null | [('const-0', u'RETURN_-1201725221'), ('tmp_32', u'CAST_-1201725157'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725162'), (u'CAST_-1201725157', u'CALLIND_-1201725224'), (u'INDIRECT_-1201725162', u'COPY_-1201725221'), (u'CAST_-1201725156', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'CAST_-1201725156')] | [('const-0', u'RETURN_-1201725221'), ('tmp_32', u'CAST_-1201725157'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725162'), (u'CAST_-1201725157', u'CALLIND_-1201725224'), (u'INDIRECT_-1201725162', u'COPY_-1201725221'), (u'CAST_-1201725156', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'CAST_-1201725156')] | null | null | 004020d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\npasswd * getpwuid(__uid_t __uid)\n\n{\n passwd *ppVar1;\n \n ppVar1 = (passwd *)(*(code *)PTR_getpwuid_00415068)();\n return ppVar1;\n}\n\n" comment (function_definition "passwd * getpwuid(__uid_t __uid)\n\n{\n passw... | (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 "passwd * getpwuid(__uid_t __uid)\n\n{\n passwd *ppVar1;\n \n ppVar1 = (passwd *)(*(code *)PTR_getpwuid_00415068)();\n return ppVar1;\n}" (type_identifier "passwd") (pointer_declarator "* getpwuid(__uid_t _... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(type_2 __uid)
{
type_1 *ppVar1;
ppVar1 = (type_1 *)(*(type_3 *)PTR_getpwuid_00427068)();
return ppVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
passwd * MASKED(__uid_t __uid)
{
passwd *ppVar1;
ppVar1 = (passwd *)(*(code *)PTR_MASKED_00415068)();
return ppVar1;
}
| 2,335 | ||
15_factor_and_factor_strip.c | __gmpz_set_ui | __gmpz_set_ui |
void __gmpz_set_ui(void)
{
(*(code *)PTR___gmpz_set_ui_00428078)();
return;
}
|
void __gmpz_set_ui(void)
{
(*(code *)PTR___gmpz_set_ui_00417078)();
return;
}
| JMP qword ptr [0x00417078] | null | null | null | null | [(u'CALLIND_-1201725192', u'INDIRECT_-1201725132'), (u'INDIRECT_-1201725132', u'COPY_-1201725191'), (u'CAST_-1201725127', u'CALLIND_-1201725192'), ('tmp_22', u'CAST_-1201725127'), ('const-0', u'RETURN_-1201725189')] | [(u'CALLIND_-1201725192', u'INDIRECT_-1201725132'), (u'INDIRECT_-1201725132', u'COPY_-1201725191'), (u'CAST_-1201725127', u'CALLIND_-1201725192'), ('tmp_22', u'CAST_-1201725127'), ('const-0', u'RETURN_-1201725189')] | null | null | 004020f0 | .. | .. | (translation_unit "void __gmpz_set_ui(void)\n\n{\n (*(code *)PTR___gmpz_set_ui_00417078)();\n return;\n}\n\n" (function_definition "void __gmpz_set_ui(void)\n\n{\n (*(code *)PTR___gmpz_set_ui_00417078)();\n return;\n}" primitive_type (function_declarator "__gmpz_set_ui(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 __gmpz_set_ui(void)\n\n{\n (*(code *)PTR___gmpz_set_ui_00417078)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpz_set_ui(void)" (identifier "__gmpz_set_ui") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR___gmpz_set_ui_00428078)();
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_00417078)();
return;
}
| 2,072 | ||
22_join_and_join_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0041a0b0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040f0b0)();
return iVar1;
}
| JMP qword ptr [0x0040f0b0] | null | null | null | null | [(u'CAST_-1201725013', u'CALLIND_-1201725080'), ('const-0', u'RETURN_-1201725077'), ('tmp_32', u'CAST_-1201725013'), (u'CALLIND_-1201725080', u'RETURN_-1201725077'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725018'), (u'INDIRECT_-1201725018', u'COPY_-1201725077')] | [(u'CAST_-1201725013', u'CALLIND_-1201725080'), ('const-0', u'RETURN_-1201725077'), ('tmp_32', u'CAST_-1201725013'), (u'CALLIND_-1201725080', u'RETURN_-1201725077'), (u'CALLIND_-1201725080', u'INDIRECT_-1201725018'), (u'INDIRECT_-1201725018', u'COPY_-1201725077')] | null | null | 00402160 | .. | .. | (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_0040f0b0)();\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_0040f0b0)();\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_0041a0b0)();
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_0040f0b0)();
return iVar1;
}
| 1,726 | ||
12_base32_and_base32_strip.c | bindtextdomain | bindtextdomain |
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_00416060)();
return;
}
|
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_0040d060)();
return;
}
| JMP qword ptr [0x0040d060] | null | null | null | null | [(u'CAST_-1201725175', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725180'), ('tmp_22', u'CAST_-1201725175'), ('const-0', u'RETURN_-1201725237'), (u'INDIRECT_-1201725180', u'COPY_-1201725239')] | [(u'CAST_-1201725175', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725180'), ('tmp_22', u'CAST_-1201725175'), ('const-0', u'RETURN_-1201725237'), (u'INDIRECT_-1201725180', u'COPY_-1201725239')] | null | null | 004020c0 | .. | .. | (translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d060)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d060)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040d060)();\n return;\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_bindtextdomain_00416060)();
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_0040d060)();
return;
}
| 1,047 | ||
44_md5sum_and_md5sum_strip.c | setlocale | setlocale |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_0041a160)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_0040f160)();
return pcVar1;
}
| JMP qword ptr [0x0040f160] | null | null | null | null | [(u'CALLIND_-1201724728', u'CAST_-1201724659'), ('tmp_38', u'CAST_-1201724660'), (u'INDIRECT_-1201724665', u'COPY_-1201724724'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724665'), (u'CAST_-1201724659', u'RETURN_-1201724725'), ('const-0', u'RETURN_-1201724725'), (u'CAST_-1201724660', u'CALLIND_-1201724728')] | [(u'CALLIND_-1201724728', u'CAST_-1201724659'), ('tmp_38', u'CAST_-1201724660'), (u'INDIRECT_-1201724665', u'COPY_-1201724724'), (u'CALLIND_-1201724728', u'INDIRECT_-1201724665'), (u'CAST_-1201724659', u'RETURN_-1201724725'), ('const-0', u'RETURN_-1201724725'), (u'CAST_-1201724660', u'CALLIND_-1201724728')] | null | null | 004022c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0040f160)();\n return pcVar1;\n}\n\n" comment (function_definition "char * setlocale(int __category,ch... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0040f160)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* setlocale... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_setlocale_0041a160)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0040f160)();
return pcVar1;
}
| 6,208 | ||
111_find_and_find_strip.c | realloc | realloc |
/* WARNING: Switch with 1 destination removed at 0x004046f0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
|
/* WARNING: Switch with 1 destination removed at 0x004046f0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| JMP qword ptr [0x0048ce30] | null | null | null | null | [('tmp_6', u'BRANCH_-1201715468')] | [('tmp_6', u'BRANCH_-1201715468')] | null | null | 004046f0 | .. | .. | (translation_unit "/* WARNING: Switch with 1 destination removed at 0x004046f0 */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}\n\n" co... | (translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (do_statement do (compound_statement { comment }) while (parenthesized_... | (comment "/* WARNING: Switch with 1 destination removed at 0x004046f0 */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } wh... |
/* WARNING: Switch with 1 destination removed at 0x004046f0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_decl... |
/* WARNING: Switch with 1 destination removed at 0x004046f0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| 8,634 | ||
73_pinky_and_pinky_strip.c | usage | FUN_00402520 |
/* WARNING: Unknown calling convention */
void usage(int *status)
{
char *pcVar1;
int in_EDI;
int local_88 [17];
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
int local_30;
int local_2c;
FILE *local_28;
undefined1 local_19;
int *local_18;
local_18 = local_88;
... |
void FUN_00402520(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext("Usage: %s [OPTION]... [USER]...\n");
printf(pcVar1,DAT_0040d360);
pcVar1 = (char *)gettext(
"\n -l produce long format output for the specified US... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JZ 0x00402577
JMP 0x0040253a
MOV RAX,qword ptr [0x0040cff8]
MOV RDI,qword ptr [RAX]
LEA RAX,[0x409004]
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,RAX
CALL 0x00402180
LEA RDI,[0x40d360]
MOV RDX,qword ptr [RDI]
MOV RDI,qword ptr ... | null | null | null | null | [(u'CALL_-1201723702', u'INDIRECT_-1201723136'), (u'INDIRECT_-1201723383', u'CALL_-1201723890'), (u'CALL_-1201723749', u'INDIRECT_-1201723137'), (u'CALL_-1201723824', u'INDIRECT_-1201723323'), (u'CALL_-1201723868', u'INDIRECT_-1201723141'), (u'INDIRECT_-1201723289', u'MULTIEQUAL_-1201723041'), (u'CALL_-1201723824', u'I... | [(u'CALL_-1201723790', u'INDIRECT_-1201723407'), ('tmp_1193', u'CALL_-1201723758'), (u'INDIRECT_-1201723497', u'CALL_-1201723931'), (u'INDIRECT_-1201723275', u'COPY_-1201723334'), (u'CALL_-1201723884', u'INDIRECT_-1201723459'), (u'CALL_-1201723698', u'INDIRECT_-1201723302'), (u'CAST_-1201723280', u'CALL_-1201723931'), ... | null | null | 00402520 | .. | .. | (translation_unit "void FUN_00402520(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [USER]...\n");\n printf(pcVar1,DAT_0040d360);\n pcVar1 = (char *)gettext(\n "\n -l produce long format... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT ... | (function_definition "void FUN_00402520(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [USER]...\n");\n printf(pcVar1,DAT_0040d360);\n pcVar1 = (char *)gettext(\n "\n -l produce long for... |
/* WARNING: Unknown calling convention */
void function_1(int *status)
{
char *pcVar1;
int var_1;
int local_88 [17];
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
int local_30;
int local_2c;
type_1 *local_28;
type_2 local_19;
int *local_18;
local_18 = local_88;
... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec... |
void MASKED(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext("Usage: %s [OPTION]... [USER]...\n");
printf(pcVar1,DAT_0040d360);
pcVar1 = (char *)gettext(
"\n -l produce long format output for the specified USERs\n ... | 2,320 | ||
103_pscp_and_pscp_strip.c | fcntl64 | fcntl64 |
void fcntl64(void)
{
(*(code *)PTR_fcntl64_00553ec0)();
return;
}
|
void fcntl64(void)
{
(*(code *)PTR_fcntl64_004b5ec0)();
return;
}
| JMP qword ptr [0x004b5ec0] | null | null | null | null | [(u'INDIRECT_-1201719628', u'COPY_-1201719687'), (u'CALLIND_-1201719688', u'INDIRECT_-1201719628'), ('tmp_22', u'CAST_-1201719623'), (u'CAST_-1201719623', u'CALLIND_-1201719688'), ('const-0', u'RETURN_-1201719685')] | [(u'INDIRECT_-1201719628', u'COPY_-1201719687'), (u'CALLIND_-1201719688', u'INDIRECT_-1201719628'), ('tmp_22', u'CAST_-1201719623'), (u'CAST_-1201719623', u'CALLIND_-1201719688'), ('const-0', u'RETURN_-1201719685')] | null | null | 00403670 | .. | .. | (translation_unit "void fcntl64(void)\n\n{\n (*(code *)PTR_fcntl64_004b5ec0)();\n return;\n}\n\n" (function_definition "void fcntl64(void)\n\n{\n (*(code *)PTR_fcntl64_004b5ec0)();\n return;\n}" primitive_type (function_declarator "fcntl64(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 fcntl64(void)\n\n{\n (*(code *)PTR_fcntl64_004b5ec0)();\n return;\n}" (primitive_type "void") (function_declarator "fcntl64(void)" (identifier "fcntl64") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR... |
void function_1(void)
{
(*(type_1 *)PTR_fcntl64_00553ec0)();
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_004b5ec0)();
return;
}
| 9,861 | ||
48_expand_and_expand_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_00413180)();
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_00413180)();
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;
}
| 3,724 | ||
39_paste_and_paste_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_00413138)();
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_0040c138)();
return sVar1;
}
| JMP qword ptr [0x0040c138] | null | null | null | null | [(u'CAST_-1201724738', u'CALLIND_-1201724808'), (u'INDIRECT_-1201724743', u'COPY_-1201724802'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724743'), ('tmp_50', u'CAST_-1201724738')] | [(u'CAST_-1201724738', u'CALLIND_-1201724808'), (u'INDIRECT_-1201724743', u'COPY_-1201724802'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724743'), ('tmp_50', u'CAST_-1201724738')] | null | null | 00402270 | .. | .. | (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_0040c138)();\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_0040c138)();\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_00413138)();
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_0040c138)();
return sVar1;
}
| 766 | ||
45_[_and_[_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_00419190)();
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_00410190)();
return iVar1;
}
| JMP qword ptr [0x00410190] | null | null | null | null | [(u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')] | [(u'CALLIND_-1201724632', u'INDIRECT_-1201724570'), ('tmp_32', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'INDIRECT_-1201724570', u'COPY_-1201724629')] | null | null | 00402320 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_00410190)();\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_00410190)();\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_00419190)();
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_00410190)();
return iVar1;
}
| 1,144 | ||
73_shred_and_shred_strip.c | renameat | renameat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int renameat(int __oldfd,char *__old,int __newfd,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_renameat_00422248)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int renameat(int __oldfd,char *__old,int __newfd,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_renameat_00413248)();
return iVar1;
}
| JMP qword ptr [0x00413248] | null | null | null | null | [(u'CALLIND_-1201724264', u'RETURN_-1201724261'), ('tmp_50', u'CAST_-1201724194'), (u'CALLIND_-1201724264', u'INDIRECT_-1201724199'), ('const-0', u'RETURN_-1201724261'), (u'INDIRECT_-1201724199', u'COPY_-1201724258'), (u'CAST_-1201724194', u'CALLIND_-1201724264')] | [(u'CALLIND_-1201724264', u'RETURN_-1201724261'), ('tmp_50', u'CAST_-1201724194'), (u'CALLIND_-1201724264', u'INDIRECT_-1201724199'), ('const-0', u'RETURN_-1201724261'), (u'INDIRECT_-1201724199', u'COPY_-1201724258'), (u'CAST_-1201724194', u'CALLIND_-1201724264')] | null | null | 00402490 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint renameat(int __oldfd,char *__old,int __newfd,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_renameat_00413248)();\n return iVar1;\n}\n\n" comment (function_definition "int renameat(int __oldfd,char *__o... | (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) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int renameat(int __oldfd,char *__old,int __newfd,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_renameat_00413248)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "renameat(in... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __oldfd,char *__old,int __newfd,char *__new)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_renameat_00422248)();
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 __oldfd,char *__old,int __newfd,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00413248)();
return iVar1;
}
| 3,566 | ||
26_pinky_and_pinky_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_004140d0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040d0d0)();
return iVar1;
}
| JMP qword ptr [0x0040d0d0] | null | null | null | null | [(u'CAST_-1201724949', u'CALLIND_-1201725016'), ('const-0', u'RETURN_-1201725013'), (u'CALLIND_-1201725016', u'RETURN_-1201725013'), (u'CALLIND_-1201725016', u'INDIRECT_-1201724954'), (u'INDIRECT_-1201724954', u'COPY_-1201725013'), ('tmp_32', u'CAST_-1201724949')] | [(u'CAST_-1201724949', u'CALLIND_-1201725016'), ('const-0', u'RETURN_-1201725013'), (u'CALLIND_-1201725016', u'RETURN_-1201725013'), (u'CALLIND_-1201725016', u'INDIRECT_-1201724954'), (u'INDIRECT_-1201724954', u'COPY_-1201725013'), ('tmp_32', u'CAST_-1201724949')] | null | null | 004021a0 | .. | .. | (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_0040d0d0)();\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_0040d0d0)();\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_004140d0)();
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_0040d0d0)();
return iVar1;
}
| 2,273 | ||
95_locate_and_locate_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_0046af80)();
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_00434f80)();
return iVar1;
}
| JMP qword ptr [0x00434f80] | null | null | null | null | [('const-0', u'RETURN_-1201723909'), (u'CALLIND_-1201723912', u'INDIRECT_-1201723850'), ('tmp_32', u'CALLIND_-1201723912'), (u'INDIRECT_-1201723850', u'COPY_-1201723909'), (u'CALLIND_-1201723912', u'RETURN_-1201723909')] | [('const-0', u'RETURN_-1201723909'), (u'CALLIND_-1201723912', u'INDIRECT_-1201723850'), ('tmp_32', u'CALLIND_-1201723912'), (u'INDIRECT_-1201723850', u'COPY_-1201723909'), (u'CALLIND_-1201723912', u'RETURN_-1201723909')] | null | null | 004025f0 | .. | .. | (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_00434f80)();\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_00434f80)();\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_0046af80)();
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_00434f80)();
return iVar1;
}
| 8,414 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.