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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
108_vdir_and_vdir_strip.c | mbsinit | mbsinit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*(code *)PTR_mbsinit_0044f360)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*(code *)PTR_mbsinit_0042b360)();
return iVar1;
}
| JMP qword ptr [0x0042b360] | null | null | null | null | [(u'CAST_-1201719541', u'CALLIND_-1201719608'), ('const-0', u'RETURN_-1201719605'), ('tmp_32', u'CAST_-1201719541'), (u'CALLIND_-1201719608', u'INDIRECT_-1201719546'), (u'INDIRECT_-1201719546', u'COPY_-1201719605'), (u'CALLIND_-1201719608', u'RETURN_-1201719605')] | [(u'CAST_-1201719541', u'CALLIND_-1201719608'), ('const-0', u'RETURN_-1201719605'), ('tmp_32', u'CAST_-1201719541'), (u'CALLIND_-1201719608', u'INDIRECT_-1201719546'), (u'INDIRECT_-1201719546', u'COPY_-1201719605'), (u'CALLIND_-1201719608', u'RETURN_-1201719605')] | null | null | 004036c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_0042b360)();\n return iVar1;\n}\n\n" comment (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(co... | (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 mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_0042b360)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mbsinit(mbstate_t *__ps)" (identifier "mbsini... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__ps)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_mbsinit_0044f360)();
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(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042b360)();
return iVar1;
}
| 6,953 | ||
51_stat_and_stat_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_0042a1a8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcmp_004191a8)();
return iVar1;
}
| JMP qword ptr [0x004191a8] | null | null | null | null | [(u'CAST_-1201724516', u'CALLIND_-1201724584'), (u'INDIRECT_-1201724521', u'COPY_-1201724580'), ('tmp_38', u'CAST_-1201724516'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724521'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | [(u'CAST_-1201724516', u'CALLIND_-1201724584'), (u'INDIRECT_-1201724521', u'COPY_-1201724580'), ('tmp_38', u'CAST_-1201724516'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724521'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | null | null | 00402350 | .. | .. | (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_004191a8)();\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_004191a8)();\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_0042a1a8)();
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_004191a8)();
return iVar1;
}
| 5,044 | ||
14_sync_and_sync_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_00411070)();
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_0040a070)();
return sVar1;
}
| JMP qword ptr [0x0040a070] | null | null | null | null | [(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')] | [(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')] | null | null | 004020e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040a070)();\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_0040a070)();\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_00411070)();
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_0040a070)();
return sVar1;
}
| 2,732 | ||
14_pterm_and_pterm_strip.c | gtk_widget_grab_default | gtk_widget_grab_default |
void gtk_widget_grab_default(void)
{
(*(code *)PTR_gtk_widget_grab_default_00524088)();
return;
}
|
void gtk_widget_grab_default(void)
{
(*(code *)PTR_gtk_widget_grab_default_004aa088)();
return;
}
| JMP qword ptr [0x004aa088] | null | null | null | null | [('tmp_22', u'CAST_-1201692375'), (u'CAST_-1201692375', u'CALLIND_-1201692440'), (u'INDIRECT_-1201692380', u'COPY_-1201692439'), ('const-0', u'RETURN_-1201692437'), (u'CALLIND_-1201692440', u'INDIRECT_-1201692380')] | [('tmp_22', u'CAST_-1201692375'), (u'CAST_-1201692375', u'CALLIND_-1201692440'), (u'INDIRECT_-1201692380', u'COPY_-1201692439'), ('const-0', u'RETURN_-1201692437'), (u'CALLIND_-1201692440', u'INDIRECT_-1201692380')] | null | null | 0040a0e0 | .. | .. | (translation_unit "void gtk_widget_grab_default(void)\n\n{\n (*(code *)PTR_gtk_widget_grab_default_004aa088)();\n return;\n}\n\n" (function_definition "void gtk_widget_grab_default(void)\n\n{\n (*(code *)PTR_gtk_widget_grab_default_004aa088)();\n return;\n}" primitive_type (function_declarator "gtk_widget_grab_defa... | (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_grab_default(void)\n\n{\n (*(code *)PTR_gtk_widget_grab_default_004aa088)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_grab_default(void)" (identifier "gtk_widget_grab_default") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_widget_grab_default_00524088)();
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_004aa088)();
return;
}
| 9,251 | ||
71_less_and_less_strip.c | sleep | sleep |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint sleep(uint __seconds)
{
uint uVar1;
uVar1 = (*(code *)PTR_sleep_00450fd0)();
return uVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint sleep(uint __seconds)
{
uint uVar1;
uVar1 = (*(code *)PTR_sleep_0042efd0)();
return uVar1;
}
| JMP qword ptr [0x0042efd0] | null | null | null | null | [(u'INDIRECT_-1201724234', u'COPY_-1201724293'), ('const-0', u'RETURN_-1201724293'), ('tmp_32', u'CAST_-1201724229'), (u'CALLIND_-1201724296', u'RETURN_-1201724293'), (u'CAST_-1201724229', u'CALLIND_-1201724296'), (u'CALLIND_-1201724296', u'INDIRECT_-1201724234')] | [(u'INDIRECT_-1201724234', u'COPY_-1201724293'), ('const-0', u'RETURN_-1201724293'), ('tmp_32', u'CAST_-1201724229'), (u'CALLIND_-1201724296', u'RETURN_-1201724293'), (u'CAST_-1201724229', u'CALLIND_-1201724296'), (u'CALLIND_-1201724296', u'INDIRECT_-1201724234')] | null | null | 00402470 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint sleep(uint __seconds)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_sleep_0042efd0)();\n return uVar1;\n}\n\n" comment (function_definition "uint sleep(uint __seconds)\n\n{\n uint uVar1;\n \n uVar1 = (*(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 "uint sleep(uint __seconds)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_sleep_0042efd0)();\n return uVar1;\n}" (type_identifier "uint") (function_declarator "sleep(uint __seconds)" (identifier "sleep") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_1 __seconds)
{
type_1 uVar1;
uVar1 = (*(type_2 *)PTR_sleep_00450fd0)();
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(uint __seconds)
{
uint uVar1;
uVar1 = (*(code *)PTR_MASKED_0042efd0)();
return uVar1;
}
| 7,881 | ||
44_readlink_and_readlink_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_00419160)();
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_00419160)();
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;
}
| 1,018 | ||
26_uname_and_uname_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_004110d0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror_unlocked(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_unlocked_0040b0d0)();
return iVar1;
}
| JMP qword ptr [0x0040b0d0] | 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 ferror_unlocked(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_unlocked_0040b0d0)();\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_0040b0d0)();\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_004110d0)();
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_0040b0d0)();
return iVar1;
}
| 5,593 | ||
20_sort_and_sort_strip.c | clearerr_unlocked | clearerr_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void clearerr_unlocked(FILE *__stream)
{
(*(code *)PTR_clearerr_unlocked_004460a0)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void clearerr_unlocked(FILE *__stream)
{
(*(code *)PTR_clearerr_unlocked_004270a0)();
return;
}
| JMP qword ptr [0x004270a0] | null | null | null | null | [(u'CALLIND_-1201721016', u'INDIRECT_-1201720955'), (u'INDIRECT_-1201720955', u'COPY_-1201721014'), (u'CAST_-1201720950', u'CALLIND_-1201721016'), ('const-0', u'RETURN_-1201721013'), ('tmp_28', u'CAST_-1201720950')] | [(u'CALLIND_-1201721016', u'INDIRECT_-1201720955'), (u'INDIRECT_-1201720955', u'COPY_-1201721014'), (u'CAST_-1201720950', u'CALLIND_-1201721016'), ('const-0', u'RETURN_-1201721013'), ('tmp_28', u'CAST_-1201720950')] | null | null | 00403140 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_004270a0)();\n return;\n}\n\n" comment (function_definition "void clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_0... | (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 clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_004270a0)();\n return;\n}" (primitive_type "void") (function_declarator "clearerr_unlocked(FILE *__stream)" (identifier "clearerr... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(type_1 *__stream)
{
(*(type_2 *)PTR_clearerr_unlocked_004460a0)();
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(FILE *__stream)
{
(*(code *)PTR_MASKED_004270a0)();
return;
}
| 7,171 | ||
56_join_and_join_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_0041a1c0)();
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_0040f1c0)();
return iVar1;
}
| JMP qword ptr [0x0040f1c0] | null | null | null | null | [(u'CALLIND_-1201724536', u'INDIRECT_-1201724474'), (u'CALLIND_-1201724536', u'RETURN_-1201724533'), (u'INDIRECT_-1201724474', u'COPY_-1201724533'), ('tmp_32', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533')] | [(u'CALLIND_-1201724536', u'INDIRECT_-1201724474'), (u'CALLIND_-1201724536', u'RETURN_-1201724533'), (u'INDIRECT_-1201724474', u'COPY_-1201724533'), ('tmp_32', u'CALLIND_-1201724536'), ('const-0', u'RETURN_-1201724533')] | 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\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040f1c0)();\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_0040f1c0)();\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_0041a1c0)();
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_0040f1c0)();
return iVar1;
}
| 1,760 | ||
49_mkdir_and_mkdir_strip.c | lgetfilecon | lgetfilecon |
void lgetfilecon(void)
{
(*(code *)PTR_lgetfilecon_0042c188)();
return;
}
|
void lgetfilecon(void)
{
(*(code *)PTR_lgetfilecon_00418188)();
return;
}
| JMP qword ptr [0x00418188] | 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 lgetfilecon(void)\n\n{\n (*(code *)PTR_lgetfilecon_00418188)();\n return;\n}\n\n" (function_definition "void lgetfilecon(void)\n\n{\n (*(code *)PTR_lgetfilecon_00418188)();\n return;\n}" primitive_type (function_declarator "lgetfilecon(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 lgetfilecon(void)\n\n{\n (*(code *)PTR_lgetfilecon_00418188)();\n return;\n}" (primitive_type "void") (function_declarator "lgetfilecon(void)" (identifier "lgetfilecon") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_lgetfilecon_0042c188)();
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_00418188)();
return;
}
| 6,596 | ||
199_pterm_and_pterm_strip.c | gdk_visual_get_depth | gdk_visual_get_depth |
void gdk_visual_get_depth(void)
{
(*(code *)PTR_gdk_visual_get_depth_00524658)();
return;
}
|
void gdk_visual_get_depth(void)
{
(*(code *)PTR_gdk_visual_get_depth_004aa658)();
return;
}
| JMP qword ptr [0x004aa658] | null | null | null | null | [(u'CALLIND_-1201689464', u'INDIRECT_-1201689404'), ('tmp_22', u'CAST_-1201689399'), ('const-0', u'RETURN_-1201689461'), (u'CAST_-1201689399', u'CALLIND_-1201689464'), (u'INDIRECT_-1201689404', u'COPY_-1201689463')] | [(u'CALLIND_-1201689464', u'INDIRECT_-1201689404'), ('tmp_22', u'CAST_-1201689399'), ('const-0', u'RETURN_-1201689461'), (u'CAST_-1201689399', u'CALLIND_-1201689464'), (u'INDIRECT_-1201689404', u'COPY_-1201689463')] | null | null | 0040ac80 | .. | .. | (translation_unit "void gdk_visual_get_depth(void)\n\n{\n (*(code *)PTR_gdk_visual_get_depth_004aa658)();\n return;\n}\n\n" (function_definition "void gdk_visual_get_depth(void)\n\n{\n (*(code *)PTR_gdk_visual_get_depth_004aa658)();\n return;\n}" primitive_type (function_declarator "gdk_visual_get_depth(void)" iden... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gdk_visual_get_depth(void)\n\n{\n (*(code *)PTR_gdk_visual_get_depth_004aa658)();\n return;\n}" (primitive_type "void") (function_declarator "gdk_visual_get_depth(void)" (identifier "gdk_visual_get_depth") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void"... |
void function_1(void)
{
(*(type_1 *)PTR_gdk_visual_get_depth_00524658)();
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_004aa658)();
return;
}
| 9,436 | ||
415_puttytel_and_puttytel_strip.c | gtk_selection_add_target | gtk_selection_add_target |
void gtk_selection_add_target(void)
{
(*(code *)PTR_gtk_selection_add_target_00545cc0)();
return;
}
|
void gtk_selection_add_target(void)
{
(*(code *)PTR_gtk_selection_add_target_004bdcc0)();
return;
}
| JMP qword ptr [0x004bdcc0] | null | null | null | null | [(u'CALLIND_-1201681896', u'INDIRECT_-1201681836'), (u'INDIRECT_-1201681836', u'COPY_-1201681895'), ('tmp_22', u'CAST_-1201681831'), (u'CAST_-1201681831', u'CALLIND_-1201681896'), ('const-0', u'RETURN_-1201681893')] | [(u'CALLIND_-1201681896', u'INDIRECT_-1201681836'), (u'INDIRECT_-1201681836', u'COPY_-1201681895'), ('tmp_22', u'CAST_-1201681831'), (u'CAST_-1201681831', u'CALLIND_-1201681896'), ('const-0', u'RETURN_-1201681893')] | null | null | 0040ca10 | .. | .. | (translation_unit "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004bdcc0)();\n return;\n}\n\n" (function_definition "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004bdcc0)();\n return;\n}" primitive_type (function_declarator "gtk_selection_ad... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004bdcc0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_selection_add_target(void)" (identifier "gtk_selection_add_target") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primi... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_selection_add_target_00545cc0)();
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_004bdcc0)();
return;
}
| 9,115 | ||
4_[_and_[_strip.c | abort | abort |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_00419020)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_00410020)();
return;
}
| JMP qword ptr [0x00410020] | null | null | null | null | [('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')] | [('tmp_22', u'CAST_-1201725303'), (u'CAST_-1201725303', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725308', u'COPY_-1201725367'), (u'CALLIND_-1201725368', u'INDIRECT_-1201725308'), ('const-0', u'RETURN_-1201725365')] | null | null | 00402040 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_00410020)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00410020)();\n return;\n}" primitive_type (function_declarator "abor... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDE... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_00410020)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
(*(type_1 *)PTR_abort_00419020)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_exp... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void)
{
(*(code *)PTR_MASKED_00410020)();
return;
}
| 1,103 | ||
126_puttytel_and_puttytel_strip.c | gtk_widget_get_display | gtk_widget_get_display |
void gtk_widget_get_display(void)
{
(*(code *)PTR_gtk_widget_get_display_005453b0)();
return;
}
|
void gtk_widget_get_display(void)
{
(*(code *)PTR_gtk_widget_get_display_004bd3b0)();
return;
}
| JMP qword ptr [0x004bd3b0] | null | null | null | null | [(u'CAST_-1201686471', u'CALLIND_-1201686536'), (u'INDIRECT_-1201686476', u'COPY_-1201686535'), ('const-0', u'RETURN_-1201686533'), ('tmp_22', u'CAST_-1201686471'), (u'CALLIND_-1201686536', u'INDIRECT_-1201686476')] | [(u'CAST_-1201686471', u'CALLIND_-1201686536'), (u'INDIRECT_-1201686476', u'COPY_-1201686535'), ('const-0', u'RETURN_-1201686533'), ('tmp_22', u'CAST_-1201686471'), (u'CALLIND_-1201686536', u'INDIRECT_-1201686476')] | null | null | 0040b7f0 | .. | .. | (translation_unit "void gtk_widget_get_display(void)\n\n{\n (*(code *)PTR_gtk_widget_get_display_004bd3b0)();\n return;\n}\n\n" (function_definition "void gtk_widget_get_display(void)\n\n{\n (*(code *)PTR_gtk_widget_get_display_004bd3b0)();\n return;\n}" primitive_type (function_declarator "gtk_widget_get_display(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_get_display(void)\n\n{\n (*(code *)PTR_gtk_widget_get_display_004bd3b0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_get_display(void)" (identifier "gtk_widget_get_display") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_widget_get_display_005453b0)();
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_004bd3b0)();
return;
}
| 8,826 | ||
21_whoami_and_whoami_strip.c | strrchr | strrchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_004100a8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_0040a0a8)();
return pcVar1;
}
| 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'CAST_-1201725027', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093'), (u'CALLIND_-1201725096', u'CAST_-1201725027')] | [(u'CAST_-1201725028', u'CALLIND_-1201725096'), (u'CALLIND_-1201725096', u'INDIRECT_-1201725033'), (u'INDIRECT_-1201725033', u'COPY_-1201725092'), ('tmp_38', u'CAST_-1201725028'), (u'CAST_-1201725027', u'RETURN_-1201725093'), ('const-0', u'RETURN_-1201725093'), (u'CALLIND_-1201725096', u'CAST_-1201725027')] | null | null | 00402150 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_0040a0a8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pc... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_0040a0a8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strrchr_004100a8)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0040a0a8)();
return pcVar1;
}
| 7,309 | ||
11_dir_and_dir_strip.c | strcpy | strcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcpy_0044f058)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcpy_0042b058)();
return pcVar1;
}
| JMP qword ptr [0x0042b058] | null | null | null | null | [(u'CAST_-1201721091', u'RETURN_-1201721157'), (u'INDIRECT_-1201721097', u'COPY_-1201721156'), (u'CAST_-1201721092', u'CALLIND_-1201721160'), (u'CALLIND_-1201721160', u'INDIRECT_-1201721097'), (u'CALLIND_-1201721160', u'CAST_-1201721091'), ('const-0', u'RETURN_-1201721157'), ('tmp_38', u'CAST_-1201721092')] | [(u'CAST_-1201721091', u'RETURN_-1201721157'), (u'INDIRECT_-1201721097', u'COPY_-1201721156'), (u'CAST_-1201721092', u'CALLIND_-1201721160'), (u'CALLIND_-1201721160', u'INDIRECT_-1201721097'), (u'CALLIND_-1201721160', u'CAST_-1201721091'), ('const-0', u'RETURN_-1201721157'), ('tmp_38', u'CAST_-1201721092')] | null | null | 004030b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_0042b058)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_0042b058)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strcpy(char *__dest,... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strcpy_0044f058)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0042b058)();
return pcVar1;
}
| 4,730 | ||
74_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | DSA_get0_pqg | DSA_get0_pqg |
void DSA_get0_pqg(void)
{
(*(code *)PTR_DSA_get0_pqg_002962c8)();
return;
}
|
void DSA_get0_pqg(void)
{
(*(code *)PTR_DSA_get0_pqg_001d12c8)();
return;
}
| JMP qword ptr [0x001d12c8] | null | null | null | null | [('const-0', u'RETURN_-1206917813'), (u'CAST_-1206917751', u'CALLIND_-1206917816'), (u'CALLIND_-1206917816', u'INDIRECT_-1206917756'), ('tmp_22', u'CAST_-1206917751'), (u'INDIRECT_-1206917756', u'COPY_-1206917815')] | [('const-0', u'RETURN_-1206917813'), (u'CAST_-1206917751', u'CALLIND_-1206917816'), (u'CALLIND_-1206917816', u'INDIRECT_-1206917756'), ('tmp_22', u'CAST_-1206917751'), (u'INDIRECT_-1206917756', u'COPY_-1206917815')] | null | null | 0010e540 | .. | .. | (translation_unit "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_001d12c8)();\n return;\n}\n\n" (function_definition "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_001d12c8)();\n return;\n}" primitive_type (function_declarator "DSA_get0_pqg(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 DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_001d12c8)();\n return;\n}" (primitive_type "void") (function_declarator "DSA_get0_pqg(void)" (identifier "DSA_get0_pqg") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
void function_1(void)
{
(*(type_1 *)PTR_DSA_get0_pqg_002962c8)();
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_001d12c8)();
return;
}
| 10,156 | ||
18_puttytel_and_puttytel_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_00545048)();
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_004bd048)();
return sVar1;
}
| JMP qword ptr [0x004bd048] | null | null | null | null | [(u'INDIRECT_-1201688217', u'COPY_-1201688276'), (u'CALLIND_-1201688280', u'INDIRECT_-1201688217'), (u'CAST_-1201688212', u'CALLIND_-1201688280'), (u'CALLIND_-1201688280', u'RETURN_-1201688277'), ('tmp_38', u'CAST_-1201688212'), ('const-0', u'RETURN_-1201688277')] | [(u'INDIRECT_-1201688217', u'COPY_-1201688276'), (u'CALLIND_-1201688280', u'INDIRECT_-1201688217'), (u'CAST_-1201688212', u'CALLIND_-1201688280'), (u'CALLIND_-1201688280', u'RETURN_-1201688277'), ('tmp_38', u'CAST_-1201688212'), ('const-0', u'RETURN_-1201688277')] | null | null | 0040b120 | .. | .. | (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_004bd048)();\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_004bd048)();\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_00545048)();
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_004bd048)();
return sVar1;
}
| 8,718 | ||
91_pscp_and_pscp_strip.c | ungetc | ungetc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ungetc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ungetc_00553e60)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ungetc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ungetc_004b5e60)();
return iVar1;
}
| JMP qword ptr [0x004b5e60] | null | null | null | null | [(u'CALLIND_-1201719880', u'INDIRECT_-1201719817'), (u'CALLIND_-1201719880', u'RETURN_-1201719877'), ('tmp_38', u'CAST_-1201719812'), ('const-0', u'RETURN_-1201719877'), (u'INDIRECT_-1201719817', u'COPY_-1201719876'), (u'CAST_-1201719812', u'CALLIND_-1201719880')] | [(u'CALLIND_-1201719880', u'INDIRECT_-1201719817'), (u'CALLIND_-1201719880', u'RETURN_-1201719877'), ('tmp_38', u'CAST_-1201719812'), ('const-0', u'RETURN_-1201719877'), (u'INDIRECT_-1201719817', u'COPY_-1201719876'), (u'CAST_-1201719812', u'CALLIND_-1201719880')] | null | null | 004035b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ungetc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ungetc_004b5e60)();\n return iVar1;\n}\n\n" comment (function_definition "int ungetc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iV... | (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 ungetc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ungetc_004b5e60)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ungetc(int __c,FILE *__stream)" (identif... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ungetc_00553e60)();
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 __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004b5e60)();
return iVar1;
}
| 9,849 | ||
165_pscp_and_pscp_strip.c | ssh_tty_parse_specchar | FUN_00484280 |
uint ssh_tty_parse_specchar(char *s)
{
long lVar1;
char ***in_RCX;
long in_FS_OFFSET;
undefined4 local_24;
uint ret;
char *s_local;
char *next;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (*s == '\0') {
local_24 = 0xff;
}
else {
ctrlparse((char **)s,in_RCX);
local_24 = (uint)*s;
... |
undefined8 FUN_00484280(void *param_1,int param_2,int *param_3)
{
void *pvVar1;
undefined8 local_10;
pvVar1 = memchr(param_1,0,(long)param_2);
if (pvVar1 == (void *)0x0) {
local_10 = 0;
}
else {
*param_3 = ((int)pvVar1 - (int)param_1) + 1;
local_10 = FUN_004841a0(param_1);
}
return loca... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV RDX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RDX
MOV RDI,qword ptr [RBP + -0x28]
MOVSXD RDX,dword ptr [RBP + -0x14]
XOR ESI,ESI
CALL 0x00403460
MOV qword ptr [RBP + -0x30],RAX... | null | null | null | null | [('const-1', u'RETURN_-1202240577'), ('tmp_353', u'LOAD_-1202240840'), (u'MULTIEQUAL_-1202240486', u'COPY_-1202240588'), (u'INDIRECT_-1202240588', u'MULTIEQUAL_-1202240533'), ('tmp_269', u'CBRANCH_-1202240659'), ('tmp_342', u'BRANCH_-1202240658'), ('const-433', u'LOAD_-1202240840'), ('tmp_204', u'BRANCH_-1202240724'), ... | [('const-1', u'INT_ADD_-1202240692'), (u'SUBPIECE_-1202240541', u'INT_SUB_-1202240703'), (u'CALL_-1202240806', u'INT_EQUAL_-1202240782'), ('tmp_180', u'BRANCH_-1202240760'), ('tmp_540', u'CALL_-1202240806'), (u'MULTIEQUAL_-1202240500', u'COPY_-1202240719'), ('const-0', u'RETURN_-1202240685'), (u'SUBPIECE_-1202240543', ... | null | null | 00484280 | .. | .. | (translation_unit "undefined8 FUN_00484280(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 local_10;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n local_10 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 - (int)param_1) + 1;\n local_10 = FUN_004841... | (translation_unit (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 (pointer_declarator * IDENT) ;) ... | (function_definition "undefined8 FUN_00484280(void *param_1,int param_2,int *param_3)\n\n{\n void *pvVar1;\n undefined8 local_10;\n \n pvVar1 = memchr(param_1,0,(long)param_2);\n if (pvVar1 == (void *)0x0) {\n local_10 = 0;\n }\n else {\n *param_3 = ((int)pvVar1 - (int)param_1) + 1;\n local_10 = FUN_004... |
type_1 function_1(char *var_3)
{
long var_4;
char ***in_RCX;
long var_1;
type_2 local_24;
type_1 ret;
char *s_local;
char *next;
var_4 = *(long *)(var_1 + 0x28);
if (*var_3 == '\0') {
local_24 = 0xff;
}
else {
var_2((char **)var_3,in_RCX);
local_24 = (type_1)*var_3;
}
if (*(lo... | (translation_unit (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: (identif... |
undefined8 MASKED(void *param_1,int param_2,int *param_3)
{
void *pvVar1;
undefined8 local_10;
pvVar1 = memchr(param_1,0,(long)param_2);
if (pvVar1 == (void *)0x0) {
local_10 = 0;
}
else {
*param_3 = ((int)pvVar1 - (int)param_1) + 1;
local_10 = FUN_004841a0(param_1);
}
return local_10;
... | 9,923 | ||
36_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | UI_method_set_closer | UI_method_set_closer |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int UI_method_set_closer(UI_METHOD *method,closer *closer)
{
int iVar1;
iVar1 = (*(code *)PTR_UI_method_set_closer_00296160)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int UI_method_set_closer(UI_METHOD *method,closer *closer)
{
int iVar1;
iVar1 = (*(code *)PTR_UI_method_set_closer_001d1160)();
return iVar1;
}
| JMP qword ptr [0x001d1160] | null | null | null | null | [(u'INDIRECT_-1206918473', u'COPY_-1206918532'), (u'CAST_-1206918468', u'CALLIND_-1206918536'), ('tmp_38', u'CAST_-1206918468'), (u'CALLIND_-1206918536', u'RETURN_-1206918533'), (u'CALLIND_-1206918536', u'INDIRECT_-1206918473'), ('const-0', u'RETURN_-1206918533')] | [(u'INDIRECT_-1206918473', u'COPY_-1206918532'), (u'CAST_-1206918468', u'CALLIND_-1206918536'), ('tmp_38', u'CAST_-1206918468'), (u'CALLIND_-1206918536', u'RETURN_-1206918533'), (u'CALLIND_-1206918536', u'INDIRECT_-1206918473'), ('const-0', u'RETURN_-1206918533')] | null | null | 0010e270 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint UI_method_set_closer(UI_METHOD *method,closer *closer)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_method_set_closer_001d1160)();\n return iVar1;\n}\n\n" comment (function_definition "int UI_method_set_closer(... | (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 UI_method_set_closer(UI_METHOD *method,closer *closer)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_method_set_closer_001d1160)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "UI... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *method,type_2 *type_2)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_UI_method_set_closer_00296160)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(UI_METHOD *method,closer *closer)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001d1160)();
return iVar1;
}
| 10,118 | ||
127_find_and_find_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_00504eb0)();
return wVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t towlower(wint_t __wc)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_towlower_0048ceb0)();
return wVar1;
}
| JMP qword ptr [0x0048ceb0] | null | null | null | null | [('tmp_32', u'CAST_-1201715141'), ('const-0', u'RETURN_-1201715205'), (u'CAST_-1201715141', u'CALLIND_-1201715208'), (u'CALLIND_-1201715208', u'INDIRECT_-1201715146'), (u'INDIRECT_-1201715146', u'COPY_-1201715205'), (u'CALLIND_-1201715208', u'RETURN_-1201715205')] | [('tmp_32', u'CAST_-1201715141'), ('const-0', u'RETURN_-1201715205'), (u'CAST_-1201715141', u'CALLIND_-1201715208'), (u'CALLIND_-1201715208', u'INDIRECT_-1201715146'), (u'INDIRECT_-1201715146', u'COPY_-1201715205'), (u'CALLIND_-1201715208', u'RETURN_-1201715205')] | null | null | 004047f0 | .. | .. | (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_0048ceb0)();\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_0048ceb0)();\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_00504eb0)();
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_0048ceb0)();
return wVar1;
}
| 8,650 | ||
141_find_and_find_strip.c | sprintf | sprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_00504f20)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_0048cf20)();
return iVar1;
}
| JMP qword ptr [0x0048cf20] | null | null | null | null | [(u'INDIRECT_-1201714921', u'COPY_-1201714980'), ('const-0', u'RETURN_-1201714981'), ('tmp_38', u'CAST_-1201714916'), (u'CAST_-1201714916', u'CALLIND_-1201714984'), (u'CALLIND_-1201714984', u'RETURN_-1201714981'), (u'CALLIND_-1201714984', u'INDIRECT_-1201714921')] | [(u'INDIRECT_-1201714921', u'COPY_-1201714980'), ('const-0', u'RETURN_-1201714981'), ('tmp_38', u'CAST_-1201714916'), (u'CAST_-1201714916', u'CALLIND_-1201714984'), (u'CALLIND_-1201714984', u'RETURN_-1201714981'), (u'CALLIND_-1201714984', u'INDIRECT_-1201714921')] | null | null | 004048d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_0048cf20)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_0048cf20)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sprintf(char *__s,char *__format... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_sprintf_00504f20)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0048cf20)();
return iVar1;
}
| 8,664 | ||
339_puttytel_and_puttytel_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_00545a60)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_004bda60)();
return pvVar1;
}
| JMP qword ptr [0x004bda60] | null | null | null | null | [(u'CAST_-1201683044', u'RETURN_-1201683109'), ('const-0', u'RETURN_-1201683109'), ('tmp_32', u'CAST_-1201683045'), (u'CALLIND_-1201683112', u'INDIRECT_-1201683050'), (u'CAST_-1201683045', u'CALLIND_-1201683112'), (u'CALLIND_-1201683112', u'CAST_-1201683044'), (u'INDIRECT_-1201683050', u'COPY_-1201683109')] | [(u'CAST_-1201683044', u'RETURN_-1201683109'), ('const-0', u'RETURN_-1201683109'), ('tmp_32', u'CAST_-1201683045'), (u'CALLIND_-1201683112', u'INDIRECT_-1201683050'), (u'CAST_-1201683045', u'CALLIND_-1201683112'), (u'CALLIND_-1201683112', u'CAST_-1201683044'), (u'INDIRECT_-1201683050', u'COPY_-1201683109')] | null | null | 0040c550 | .. | .. | (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_004bda60)();\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_004bda60)();\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_00545a60)();
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_004bda60)();
return pvVar1;
}
| 9,039 | ||
11_arch_and_arch_strip.c | bindtextdomain | bindtextdomain |
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_00411058)();
return;
}
|
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_0040b058)();
return;
}
| JMP qword ptr [0x0040b058] | 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 bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040b058)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0040b058)();\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_0040b058)();\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_00411058)();
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_0040b058)();
return;
}
| 5,972 | ||
60_readlink_and_readlink_strip.c | hash_get_first | FUN_00405c00 |
void * hash_get_first(Hash_table *table)
{
hash_entry *local_20;
hash_entry *bucket;
Hash_table *table_local;
if (table->n_entries == 0) {
table_local = (Hash_table *)0x0;
}
else {
local_20 = table->bucket;
while( true ) {
if (table->bucket_limit <= local_20) {
/* ... |
bool FUN_00405c00(ulong param_1)
{
long lVar1;
ulong local_20;
ulong local_18;
local_18 = 3;
for (local_20 = 9; local_20 < param_1 && param_1 % local_18 != 0; local_20 = lVar1 * 4 + local_20)
{
lVar1 = local_18 + 1;
local_18 = local_18 + 2;
}
return param_1 % local_18 != 0;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],0x3
MOV RDI,qword ptr [RBP + -0x10]
IMUL RDI,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x18],RDI
XOR EAX,EAX
MOV CL,AL
MOV RDX,qword ptr [RBP + -0x18]
CMP RDX,qword ptr [RBP + -0x8]
MOV byte ptr [RBP + -0x19],CL
JNC 0x00405c4a
MOV RAX,q... | null | null | null | null | [(u'INT_NOTEQUAL_-1201709847', u'CBRANCH_-1201709845'), (u'PTRSUB_-1201709654', u'LOAD_-1201709834'), (u'MULTIEQUAL_-1201709729', u'PTRSUB_-1201709669'), (u'LOAD_-1201709834', u'CAST_-1201709654'), (u'LOAD_-1201710042', u'INT_EQUAL_-1201710027'), (u'MULTIEQUAL_-1201709729', u'INT_LESSEQUAL_-1201709920'), (u'PTRSUB_-120... | [('tmp_1211', u'INT_REM_-1201709746'), (u'INT_ADD_-1201709757', u'INT_MULT_-1201709717'), (u'MULTIEQUAL_-1201709496', u'INT_ADD_-1201709757'), (u'MULTIEQUAL_-1201709497', u'INT_LESS_-1201709984'), (u'COPY_-1201710062', u'MULTIEQUAL_-1201709496'), ('tmp_773', u'BRANCH_-1201709655'), (u'INT_ADD_-1201709658', u'MULTIEQUAL... | null | null | 00405c00 | .. | .. | (translation_unit "bool FUN_00405c00(ulong param_1)\n\n{\n long lVar1;\n ulong local_20;\n ulong local_18;\n \n local_18 = 3;\n for (local_20 = 9; local_20 < param_1 && param_1 % local_18 != 0; local_20 = lVar1 * 4 + local_20)\n {\n lVar1 = local_18 + 1;\n local_18 = local_18 + 2;\n }\n return param_1 % ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (for_... | (function_definition "bool FUN_00405c00(ulong param_1)\n\n{\n long lVar1;\n ulong local_20;\n ulong local_18;\n \n local_18 = 3;\n for (local_20 = 9; local_20 < param_1 && param_1 % local_18 != 0; local_20 = lVar1 * 4 + local_20)\n {\n lVar1 = local_18 + 1;\n local_18 = local_18 + 2;\n }\n return param_1... |
void * function_1(type_1 *table)
{
type_2 *var_1;
type_2 *bucket;
type_1 *table_local;
if (table->n_entries == 0) {
table_local = (type_1 *)0x0;
}
else {
var_1 = table->bucket;
while( true ) {
if (table->bucket_limit <= var_1) {
/* WARNING: Subroutine does not retu... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (de... |
bool MASKED(ulong param_1)
{
long lVar1;
ulong local_20;
ulong local_18;
local_18 = 3;
for (local_20 = 9; local_20 < param_1 && param_1 % local_18 != 0; local_20 = lVar1 * 4 + local_20)
{
lVar1 = local_18 + 1;
local_18 = local_18 + 2;
}
return param_1 % local_18 != 0;
}
| 1,034 | ||
80_mkdir_and_mkdir_strip.c | fchown | fchown |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fchown(int __fd,__uid_t __owner,__gid_t __group)
{
int iVar1;
iVar1 = (*(code *)PTR_fchown_0042c280)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fchown(int __fd,__uid_t __owner,__gid_t __group)
{
int iVar1;
iVar1 = (*(code *)PTR_fchown_00418280)();
return iVar1;
}
| JMP qword ptr [0x00418280] | null | null | null | null | [(u'CAST_-1201724083', u'CALLIND_-1201724152'), (u'INDIRECT_-1201724088', u'COPY_-1201724147'), ('tmp_44', u'CAST_-1201724083'), (u'CALLIND_-1201724152', u'INDIRECT_-1201724088'), (u'CALLIND_-1201724152', u'RETURN_-1201724149'), ('const-0', u'RETURN_-1201724149')] | [(u'CAST_-1201724083', u'CALLIND_-1201724152'), (u'INDIRECT_-1201724088', u'COPY_-1201724147'), ('tmp_44', u'CAST_-1201724083'), (u'CALLIND_-1201724152', u'INDIRECT_-1201724088'), (u'CALLIND_-1201724152', u'RETURN_-1201724149'), ('const-0', u'RETURN_-1201724149')] | null | null | 00402500 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fchown(int __fd,__uid_t __owner,__gid_t __group)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fchown_00418280)();\n return iVar1;\n}\n\n" comment (function_definition "int fchown(int __fd,__uid_t __owner,__gid_t _... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_ex... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fchown(int __fd,__uid_t __owner,__gid_t __group)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fchown_00418280)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fchown(int __fd,__uid_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 __owner,type_2 __group)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_fchown_0042c280)();
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,__uid_t __owner,__gid_t __group)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00418280)();
return iVar1;
}
| 6,627 | ||
16_od_and_od_strip.c | strlen | strlen |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_00421088)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_00413088)();
return sVar1;
}
| JMP qword ptr [0x00413088] | null | null | null | null | [(u'CAST_-1201725093', u'CALLIND_-1201725160'), (u'CALLIND_-1201725160', u'RETURN_-1201725157'), ('const-0', u'RETURN_-1201725157'), (u'INDIRECT_-1201725098', u'COPY_-1201725157'), (u'CALLIND_-1201725160', u'INDIRECT_-1201725098'), ('tmp_32', u'CAST_-1201725093')] | [(u'CAST_-1201725093', u'CALLIND_-1201725160'), (u'CALLIND_-1201725160', u'RETURN_-1201725157'), ('const-0', u'RETURN_-1201725157'), (u'INDIRECT_-1201725098', u'COPY_-1201725157'), (u'CALLIND_-1201725160', u'INDIRECT_-1201725098'), ('tmp_32', u'CAST_-1201725093')] | null | null | 00402110 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00413088)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00413088)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (pa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strlen_00421088)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00413088)();
return sVar1;
}
| 3,753 | ||
88_shuf_and_shuf_strip.c | quotearg_n_style_colon | FUN_0040d020 |
/* WARNING: Unknown calling convention */
char * quotearg_n_style_colon(wchar_t *n,quoting_style *s,char **arg)
{
quoting_options **o;
undefined4 extraout_var;
char *c;
long in_FS_OFFSET;
char acStack_138 [64];
char *apcStack_f8 [8];
char **local_b8 [4];
quoting_style local_98 [18];
char *local_50;... |
ulong FUN_0040d020(ulong param_1)
{
undefined1 local_11;
undefined8 local_10;
local_10 = param_1;
if (param_1 < 10) {
local_10 = 10;
}
local_10 = local_10 | 1;
while( true ) {
local_11 = 0;
if (local_10 != 0xffffffffffffffff) {
local_11 = FUN_0040d0a0(local_10);
local_11 = loc... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0xa
JNC 0x0040d03f
MOV qword ptr [RBP + -0x8],0xa
MOV RAX,qword ptr [RBP + -0x8]
OR RAX,0x1
MOV qword ptr [RBP + -0x8],RAX
XOR EAX,EAX
MOV CL,AL
MOV RDX,-0x1
CMP RDX,qword ptr [RBP + -0x8]
MOV byte ptr [RBP + -0x9],CL
JZ 0x0040d... | null | null | null | null | [('tmp_878', u'PTRSUB_-1201679810'), ('tmp_478', u'CBRANCH_-1201679939'), (u'CALL_-1201680063', u'INDIRECT_-1201679768'), (u'CALL_-1201680036', u'INDIRECT_-1201679758'), (u'INDIRECT_-1201679807', u'INT_ADD_-1201679958'), (u'CALL_-1201680036', u'INDIRECT_-1201679906'), ('const-56', u'CALL_-1201680063'), (u'CALL_-1201679... | [(u'MULTIEQUAL_-1201680001', u'CALL_-1201680193'), (u'INT_OR_-1201680251', u'MULTIEQUAL_-1201680001'), (u'INT_NOTEQUAL_-1201680219', u'CBRANCH_-1201680211'), (u'MULTIEQUAL_-1201680001', u'COPY_-1201680126'), ('const-10', u'COPY_-1201680296'), (u'INT_EQUAL_-1201680156', u'CBRANCH_-1201680154'), ('const--1', u'INT_NOTEQU... | null | null | 0040d020 | .. | .. | (translation_unit "ulong FUN_0040d020(ulong param_1)\n\n{\n undefined1 local_11;\n undefined8 local_10;\n \n local_10 = param_1;\n if (param_1 < 10) {\n local_10 = 10;\n }\n local_10 = local_10 | 1;\n while( true ) {\n local_11 = 0;\n if (local_10 != 0xffffffffffffffff) {\n local_11 = FUN_0040d0a0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_... | (function_definition "ulong FUN_0040d020(ulong param_1)\n\n{\n undefined1 local_11;\n undefined8 local_10;\n \n local_10 = param_1;\n if (param_1 < 10) {\n local_10 = 10;\n }\n local_10 = local_10 | 1;\n while( true ) {\n local_11 = 0;\n if (local_10 != 0xffffffffffffffff) {\n local_11 = FUN_0040d... |
/* WARNING: Unknown calling convention */
char * function_1(type_1 *n,type_2 *s,char **arg)
{
type_3 **o;
type_4 extraout_var;
char *c;
long var_1;
char acStack_138 [64];
char *apcStack_f8 [8];
char **local_b8 [4];
type_2 local_98 [18];
char *local_50;
type_1 local_44;
char ***local_40;
type_... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declar... |
ulong MASKED(ulong param_1)
{
undefined1 local_11;
undefined8 local_10;
local_10 = param_1;
if (param_1 < 10) {
local_10 = 10;
}
local_10 = local_10 | 1;
while( true ) {
local_11 = 0;
if (local_10 != 0xffffffffffffffff) {
local_11 = FUN_0040d0a0(local_10);
local_11 = local_11 ... | 6,315 | ||
56_unexpand_and_unexpand_strip.c | register_tm_clones | FUN_004023c0 |
/* WARNING: Removing unreachable block (ram,0x004023df) */
/* WARNING: Removing unreachable block (ram,0x004023e9) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x004023df) */
/* WARNING: Removing unreachable block (ram,0x004023e9) */
void FUN_004023c0(void)
{
return;
}
| MOV ESI,0x40c238
SUB RSI,0x40c238
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x004023f0
MOV EAX,0x0
TEST RAX,RAX
JZ 0x004023f0
MOV EDI,0x40c238
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201724305')] | [('const-0', u'RETURN_-1201724305')] | null | null | 004023c0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x004023df) */\n/* WARNING: Removing unreachable block (ram,0x004023e9) */\n\nvoid FUN_004023c0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004023c0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004023c0... | (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,0x004023df) */") (comment "/* WARNING: Removing unreachable block (ram,0x004023e9) */") (function_definition "void FUN_004023c0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004023c0(void)" (identifier "FUN_004023c0") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x004023df) */
/* WARNING: Removing unreachable block (ram,0x004023e9) */
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,0x004023df) */
/* WARNING: Removing unreachable block (ram,0x004023e9) */
void MASKED(void)
{
return;
}
| 906 | ||
85_sort_and_sort_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_004462a8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_004272a8)();
return pcVar1;
}
| JMP qword ptr [0x004272a8] | null | null | null | null | [(u'INDIRECT_-1201719913', u'COPY_-1201719972'), (u'CAST_-1201719907', u'RETURN_-1201719973'), ('const-0', u'RETURN_-1201719973'), (u'CALLIND_-1201719976', u'INDIRECT_-1201719913'), (u'CALLIND_-1201719976', u'CAST_-1201719907'), (u'CAST_-1201719908', u'CALLIND_-1201719976'), ('tmp_38', u'CAST_-1201719908')] | [(u'INDIRECT_-1201719913', u'COPY_-1201719972'), (u'CAST_-1201719907', u'RETURN_-1201719973'), ('const-0', u'RETURN_-1201719973'), (u'CALLIND_-1201719976', u'INDIRECT_-1201719913'), (u'CALLIND_-1201719976', u'CAST_-1201719907'), (u'CAST_-1201719908', u'CALLIND_-1201719976'), ('tmp_38', u'CAST_-1201719908')] | null | null | 00403550 | .. | .. | (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_004272a8)();\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_004272a8)();\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_004462a8)();
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_004272a8)();
return pcVar1;
}
| 7,236 | ||
50_mkdir_and_mkdir_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_0042c190)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcmp_00418190)();
return iVar1;
}
| JMP qword ptr [0x00418190] | null | null | null | null | [('tmp_38', u'CAST_-1201724564'), (u'CAST_-1201724564', u'CALLIND_-1201724632'), (u'INDIRECT_-1201724569', u'COPY_-1201724628'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'CALLIND_-1201724632', u'INDIRECT_-1201724569')] | [('tmp_38', u'CAST_-1201724564'), (u'CAST_-1201724564', u'CALLIND_-1201724632'), (u'INDIRECT_-1201724569', u'COPY_-1201724628'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), (u'CALLIND_-1201724632', u'INDIRECT_-1201724569')] | null | null | 00402320 | .. | .. | (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_00418190)();\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_00418190)();\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_0042c190)();
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_00418190)();
return iVar1;
}
| 6,597 | ||
39_dircolors_and_dircolors_strip.c | __freading | __freading |
void __freading(void)
{
(*(code *)PTR___freading_00416138)();
return;
}
|
void __freading(void)
{
(*(code *)PTR___freading_0040e138)();
return;
}
| JMP qword ptr [0x0040e138] | 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 __freading(void)\n\n{\n (*(code *)PTR___freading_0040e138)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040e138)();\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_0040e138)();\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_00416138)();
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_0040e138)();
return;
}
| 5,544 | ||
49_puttytel_and_puttytel_strip.c | gtk_color_chooser_get_type | gtk_color_chooser_get_type |
void gtk_color_chooser_get_type(void)
{
(*(code *)PTR_gtk_color_chooser_get_type_00545140)();
return;
}
|
void gtk_color_chooser_get_type(void)
{
(*(code *)PTR_gtk_color_chooser_get_type_004bd140)();
return;
}
| JMP qword ptr [0x004bd140] | null | null | null | null | [('const-0', u'RETURN_-1201687781'), (u'INDIRECT_-1201687724', u'COPY_-1201687783'), (u'CALLIND_-1201687784', u'INDIRECT_-1201687724'), (u'CAST_-1201687719', u'CALLIND_-1201687784'), ('tmp_22', u'CAST_-1201687719')] | [('const-0', u'RETURN_-1201687781'), (u'INDIRECT_-1201687724', u'COPY_-1201687783'), (u'CALLIND_-1201687784', u'INDIRECT_-1201687724'), (u'CAST_-1201687719', u'CALLIND_-1201687784'), ('tmp_22', u'CAST_-1201687719')] | null | null | 0040b310 | .. | .. | (translation_unit "void gtk_color_chooser_get_type(void)\n\n{\n (*(code *)PTR_gtk_color_chooser_get_type_004bd140)();\n return;\n}\n\n" (function_definition "void gtk_color_chooser_get_type(void)\n\n{\n (*(code *)PTR_gtk_color_chooser_get_type_004bd140)();\n return;\n}" primitive_type (function_declarator "gtk_colo... | (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_color_chooser_get_type(void)\n\n{\n (*(code *)PTR_gtk_color_chooser_get_type_004bd140)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_color_chooser_get_type(void)" (identifier "gtk_color_chooser_get_type") (parameter_list "(void)" (( "(") (parameter_declaration "void... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_color_chooser_get_type_00545140)();
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_004bd140)();
return;
}
| 8,749 | ||
51_nice_and_nice_strip.c | _dl_relocate_static_pie | FUN_00402350 |
void _dl_relocate_static_pie(void)
{
return;
}
|
void FUN_00402350(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1201724580')] | [('const-0', u'RETURN_-1201724580')] | null | null | 00402350 | .. | .. | (translation_unit "void FUN_00402350(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00402350(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402350(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_00402350(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402350(void)" (identifier "FUN_00402350") (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,554 | ||
68_touch_and_touch_strip.c | vfprintf | vfprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_vfprintf_004ab220)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_vfprintf_00466220)();
return iVar1;
}
| JMP qword ptr [0x00466220] | null | null | null | null | [('const-0', u'RETURN_-1201724341'), (u'CALLIND_-1201724344', u'INDIRECT_-1201724280'), (u'CAST_-1201724275', u'CALLIND_-1201724344'), (u'INDIRECT_-1201724280', u'COPY_-1201724339'), (u'CALLIND_-1201724344', u'RETURN_-1201724341'), ('tmp_44', u'CAST_-1201724275')] | [('const-0', u'RETURN_-1201724341'), (u'CALLIND_-1201724344', u'INDIRECT_-1201724280'), (u'CAST_-1201724275', u'CALLIND_-1201724344'), (u'INDIRECT_-1201724280', u'COPY_-1201724339'), (u'CALLIND_-1201724344', u'RETURN_-1201724341'), ('tmp_44', u'CAST_-1201724275')] | null | null | 00402440 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vfprintf_00466220)();\n return iVar1;\n}\n\n" comment (function_definition "int vfprintf(FILE *__s,char *__forma... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vfprintf_00466220)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "vfprintf(FILE... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__s,char *__format,type_2 __arg)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_vfprintf_004ab220)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__s,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00466220)();
return iVar1;
}
| 4,162 | ||
73_psftp_and_psftp_strip.c | fgets | fgets |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * fgets(char *__s,int __n,FILE *__stream)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_fgets_00557dd0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * fgets(char *__s,int __n,FILE *__stream)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_fgets_004b6dd0)();
return pcVar1;
}
| JMP qword ptr [0x004b6dd0] | null | null | null | null | [('const-0', u'RETURN_-1201720165'), ('tmp_44', u'CAST_-1201720099'), (u'CAST_-1201720099', u'CALLIND_-1201720168'), (u'CALLIND_-1201720168', u'CAST_-1201720098'), (u'CAST_-1201720098', u'RETURN_-1201720165'), (u'INDIRECT_-1201720104', u'COPY_-1201720163'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720104')] | [('const-0', u'RETURN_-1201720165'), ('tmp_44', u'CAST_-1201720099'), (u'CAST_-1201720099', u'CALLIND_-1201720168'), (u'CALLIND_-1201720168', u'CAST_-1201720098'), (u'CAST_-1201720098', u'RETURN_-1201720165'), (u'INDIRECT_-1201720104', u'COPY_-1201720163'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720104')] | null | null | 00403490 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_004b6dd0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * fgets(char *__s,int __n,FILE *__... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_fgets_004b6dd0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* fgets(char *__... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __n,type_1 *__stream)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_fgets_00557dd0)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __n,FILE *__stream)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004b6dd0)();
return pcVar1;
}
| 10,645 | ||
43_hostid_and_hostid_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_00410158)();
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_0040a158)();
return iVar1;
}
| JMP qword ptr [0x0040a158] | 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 iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040a158)();\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_0040a158)();\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_00410158)();
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_0040a158)();
return iVar1;
}
| 7,076 | ||
2_mktemp_and_mktemp_strip.c | FUN_00402020 | FUN_00402020 |
void FUN_00402020(void)
{
(*(code *)PTR_00418010)();
return;
}
|
void FUN_00402020(void)
{
(*(code *)PTR_0040e010)();
return;
}
| PUSH qword ptr [0x0040e008]
JMP qword ptr [0x0040e010] | null | null | null | null | [('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')] | [('const-1', u'RETURN_-1201725388'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725328'), (u'INDIRECT_-1201725328', u'COPY_-1201725387'), (u'CAST_-1201725322', u'CALLIND_-1201725391'), (u'INDIRECT_-1201725330', u'COPY_-1201725389'), ('tmp_44', u'CAST_-1201725322'), (u'CALLIND_-1201725391', u'INDIRECT_-1201725330')] | null | null | 00402020 | .. | .. | (translation_unit "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040e010)();\n return;\n}\n\n" (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040e010)();\n return;\n}" primitive_type (function_declarator "FUN_00402020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void FUN_00402020(void)\n\n{\n (*(code *)PTR_0040e010)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402020(void)" (identifier "FUN_00402020") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod... |
void function_1(void)
{
(*(type_1 *)PTR_00418010)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_0040e010)();
return;
}
| 6,319 | ||
58_tsort_and_tsort_strip.c | usage | FUN_00402430 |
/* WARNING: Variable defined which should be unmapped: status_local */
void usage(int status)
{
FILE *__stream;
char *pcVar1;
char **in_RCX;
int status_local;
if (status == 0) {
pcVar1 = (char *)gettext(
"Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent wi... |
void FUN_00402430(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext(
"Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent with the partial ordering in FILE.\n"
);
printf(pcVar1,DAT_0040c258);
... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JZ 0x00402487
JMP 0x0040244a
MOV RAX,qword ptr [0x0040bff8]
MOV RDI,qword ptr [RAX]
LEA RAX,[0x408004]
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,RAX
CALL 0x00402130
LEA RDI,[0x40c258]
MOV RDX,qword ptr [RDI]
MOV RDI,qword ptr ... | null | null | null | null | [(u'INDIRECT_-1201723836', u'CALL_-1201724236'), ('const-0', u'INT_EQUAL_-1201724323'), (u'CALL_-1201724165', u'INDIRECT_-1201723791'), (u'CAST_-1201723559', u'LOAD_-1201724079'), (u'CALL_-1201724047', u'INDIRECT_-1201723633'), (u'INDIRECT_-1201723749', u'CAST_-1201723559'), (u'INDIRECT_-1201723649', u'MULTIEQUAL_-1201... | [(u'CALL_-1201724000', u'INDIRECT_-1201723671'), (u'CALL_-1201724116', u'INDIRECT_-1201723772'), (u'CALL_-1201724058', u'INDIRECT_-1201723690'), (u'INDIRECT_-1201723806', u'CAST_-1201723615'), (u'CALL_-1201724171', u'INDIRECT_-1201723813'), (u'INDIRECT_-1201723828', u'MULTIEQUAL_-1201723662'), (u'CALL_-1201724094', u'I... | null | null | 00402430 | .. | .. | (translation_unit "void FUN_00402430(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent with the partial ordering in FILE.\n"\n );\n p... | (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_00402430(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent with the partial ordering in FILE.\n"\n );\n ... |
/* WARNING: Variable defined which should be unmapped: status_local */
void function_1(int var_1)
{
type_1 *__stream;
char *pcVar1;
char **in_RCX;
int status_local;
if (var_1 == 0) {
pcVar1 = (char *)var_2(
"Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec... |
void MASKED(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext(
"Usage: %s [OPTION] [FILE]\nWrite totally ordered list consistent with the partial ordering in FILE.\n"
);
printf(pcVar1,DAT_0040c258);
FU... | 2,943 | ||
41_id_and_id_strip.c | fprintf | fprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fprintf_00417148)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fprintf_0040d148)();
return iVar1;
}
| JMP qword ptr [0x0040d148] | null | null | null | null | [(u'INDIRECT_-1201724713', u'COPY_-1201724772'), ('tmp_38', u'CAST_-1201724708'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724708', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724713')] | [(u'INDIRECT_-1201724713', u'COPY_-1201724772'), ('tmp_38', u'CAST_-1201724708'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), ('const-0', u'RETURN_-1201724773'), (u'CAST_-1201724708', u'CALLIND_-1201724776'), (u'CALLIND_-1201724776', u'INDIRECT_-1201724713')] | null | null | 00402290 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_0040d148)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_0040d148)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fprintf_00417148)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d148)();
return iVar1;
}
| 3,111 | ||
45_cksum_and_cksum_strip.c | mbsinit | mbsinit |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_00412168)();
return iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_0040c168)();
return iVar1;
}
| JMP qword ptr [0x0040c168] | null | null | null | null | [(u'CALLIND_-1201724712', u'RETURN_-1201724709'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), ('tmp_32', u'CALLIND_-1201724712')] | [(u'CALLIND_-1201724712', u'RETURN_-1201724709'), (u'INDIRECT_-1201724650', u'COPY_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724650'), ('tmp_32', u'CALLIND_-1201724712')] | null | null | 004022d0 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040c168)();\n return iVar1;\n}\n\n" comment comment (function_d... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (point... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040c168)();\n return iVar1;\n}" (primiti... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__ps)
{
int iVar1;
iVar1 = (*_DAT_00412168)();
return iVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_0040c168)();
return iVar1;
}
| 4,899 | ||
65_shuf_and_shuf_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00423208)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00413208)();
return;
}
| JMP qword ptr [0x00413208] | null | null | null | null | [('tmp_22', u'CAST_-1201724327'), (u'CALLIND_-1201724392', u'INDIRECT_-1201724332'), (u'INDIRECT_-1201724332', u'COPY_-1201724391'), (u'CAST_-1201724327', u'CALLIND_-1201724392'), ('const-0', u'RETURN_-1201724389')] | [('tmp_22', u'CAST_-1201724327'), (u'CALLIND_-1201724392', u'INDIRECT_-1201724332'), (u'INDIRECT_-1201724332', u'COPY_-1201724391'), (u'CAST_-1201724327', u'CALLIND_-1201724392'), ('const-0', u'RETURN_-1201724389')] | null | null | 00402410 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00413208)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00413208)();\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_00413208)();\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_00423208)();
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_00413208)();
return;
}
| 6,292 | ||
298_pterm_and_pterm_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_00524970)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_004aa970)();
return;
}
| JMP qword ptr [0x004aa970] | null | null | null | null | [('const-0', u'RETURN_-1201687877'), (u'CAST_-1201687814', u'CALLIND_-1201687880'), ('tmp_28', u'CAST_-1201687814'), (u'CALLIND_-1201687880', u'INDIRECT_-1201687819'), (u'INDIRECT_-1201687819', u'COPY_-1201687878')] | [('const-0', u'RETURN_-1201687877'), (u'CAST_-1201687814', u'CALLIND_-1201687880'), ('tmp_28', u'CAST_-1201687814'), (u'CALLIND_-1201687880', u'INDIRECT_-1201687819'), (u'INDIRECT_-1201687819', u'COPY_-1201687878')] | null | null | 0040b2b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_004aa970)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_004aa970)();\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_004aa970)();\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_00524970)();
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_004aa970)();
return;
}
| 9,535 | ||
30_split_and_split_strip.c | ftruncate | ftruncate |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ftruncate(int __fd,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_ftruncate_0041f0f0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ftruncate(int __fd,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_ftruncate_004120f0)();
return iVar1;
}
| JMP qword ptr [0x004120f0] | null | null | null | null | [('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')] | [('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')] | null | null | 004021e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_004120f0)();\n return iVar1;\n}\n\n" comment (function_definition "int ftruncate(int __fd,__off_t __length)\n\n{\n int i... | (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 ftruncate(int __fd,__off_t __length)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ftruncate_004120f0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ftruncate(int __fd,__off_t __le... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 __length)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ftruncate_0041f0f0)();
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)))) body: (compound... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,__off_t __length)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004120f0)();
return iVar1;
}
| 3,617 | ||
53_tr_and_tr_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_0041b1a8)();
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_004101a8)();
return iVar1;
}
| JMP qword ptr [0x004101a8] | null | null | null | null | [(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | [(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | null | null | 00402350 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004101a8)();\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_004101a8)();\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_0041b1a8)();
return iVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (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_004101a8)();
return iVar1;
}
| 1,901 | ||
23_nproc_and_nproc_strip.c | lseek | lseek |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_004130b8)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_0040c0b8)();
return _Var1;
}
| JMP qword ptr [0x0040c0b8] | null | null | null | null | [('tmp_44', u'CAST_-1201724995'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725000', u'COPY_-1201725059'), (u'CAST_-1201724995', u'CALLIND_-1201725064'), ('const-0', u'RETURN_-1201725061'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725000')] | [('tmp_44', u'CAST_-1201724995'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), (u'INDIRECT_-1201725000', u'COPY_-1201725059'), (u'CAST_-1201724995', u'CALLIND_-1201725064'), ('const-0', u'RETURN_-1201725061'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725000')] | null | null | 00402170 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0040c0b8)();\n return _Var1;\n}\n\n" comment (function_definition "__off_t lseek(int __fd,__off_t __offset,i... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_ex... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0040c0b8)();\n return _Var1;\n}" (type_identifier "__off_t") (function_declarator "lseek(int __f... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __fd,type_1 __offset,int __whence)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_lseek_004130b8)();
return _Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t MASKED(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_MASKED_0040c0b8)();
return _Var1;
}
| 2,968 | ||
55_nl_and_nl_strip.c | _start | entry |
void processEntry _start(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_00413fc8)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} ... |
void processEntry entry(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_0040cfc8)
(FUN_004028e0,param_2,&stack0x00000008,FUN_00408260,FUN_004082c0,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
}... | XOR EBP,EBP
MOV R9,RDX
POP RSI
MOV RDX,RSP
AND RSP,-0x10
PUSH RAX
PUSH RSP
MOV R8,0x4082c0
MOV RCX,0x408260
MOV RDI,0x4028e0
CALL qword ptr [0x0040cfc8]
HLT | null | null | null | null | [('tmp_220', u'CAST_-1201724348'), ('tmp_176', u'PTRSUB_-1201724370'), (u'PTRSUB_-1201724349', u'CALLIND_-1201724447'), ('const-8', u'PTRSUB_-1201724379'), ('const-0', u'PTRSUB_-1201724351'), ('tmp_95', u'BRANCH_-1201724444'), (u'PTRSUB_-1201724370', u'CALLIND_-1201724447'), ('tmp_175', u'CALLIND_-1201724447'), ('const... | [('tmp_220', u'CAST_-1201724348'), ('tmp_176', u'PTRSUB_-1201724370'), (u'PTRSUB_-1201724349', u'CALLIND_-1201724447'), ('const-8', u'PTRSUB_-1201724379'), ('const-0', u'PTRSUB_-1201724351'), ('tmp_95', u'BRANCH_-1201724444'), (u'PTRSUB_-1201724370', u'CALLIND_-1201724447'), ('tmp_175', u'CALLIND_-1201724447'), ('const... | null | null | 00402390 | .. | .. | (translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0040cfc8)\n (FUN_004028e0,param_2,&stack0x00000008,FUN_00408260,FUN_004082c0,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ... | (function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0040cfc8)\n (FUN_004028e0,param_2,&stack0x00000008,FUN_00408260,FUN_004082c0,param_1,auStack_8);\n do {\n /* WARNING: Do nothing bl... |
void processEntry function_1(type_1 param_1,type_1 param_2)
{
type_2 auStack_8 [8];
(*(type_3 *)PTR___libc_start_main_00413fc8)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} while(... | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod... |
void processEntry MASKED(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_0040cfc8)
(FUN_004028e0,param_2,&stack0x00000008,FUN_00408260,FUN_004082c0,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
... | 1,569 | ||
14_libcurl.so.4.5_and_libcurl.so.4.5_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_00296098)();
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_001d1098)();
return sVar1;
}
| JMP qword ptr [0x001d1098] | null | null | null | null | [('tmp_38', u'CAST_-1206918868'), (u'CAST_-1206918868', u'CALLIND_-1206918936'), ('const-0', u'RETURN_-1206918933'), (u'CALLIND_-1206918936', u'RETURN_-1206918933'), (u'CALLIND_-1206918936', u'INDIRECT_-1206918873'), (u'INDIRECT_-1206918873', u'COPY_-1206918932')] | [('tmp_38', u'CAST_-1206918868'), (u'CAST_-1206918868', u'CALLIND_-1206918936'), ('const-0', u'RETURN_-1206918933'), (u'CALLIND_-1206918936', u'RETURN_-1206918933'), (u'CALLIND_-1206918936', u'INDIRECT_-1206918873'), (u'INDIRECT_-1206918873', u'COPY_-1206918932')] | null | null | 0010e0e0 | .. | .. | (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_001d1098)();\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_001d1098)();\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_00296098)();
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_001d1098)();
return sVar1;
}
| 10,096 | ||
25_sleep_and_sleep_strip.c | memset | memset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_004120c8)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_0040b0c8)();
return pvVar1;
}
| JMP qword ptr [0x0040b0c8] | null | null | null | null | [('tmp_44', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'CAST_-1201724962'), (u'CAST_-1201724963', u'CALLIND_-1201725032'), (u'INDIRECT_-1201724968', u'COPY_-1201725027'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724968'), ('const-0', u'RETURN_-1201725029'), (u'CAST_-1201724962', u'RETURN_-1201725029')] | [('tmp_44', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'CAST_-1201724962'), (u'CAST_-1201724963', u'CALLIND_-1201725032'), (u'INDIRECT_-1201724968', u'COPY_-1201725027'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724968'), ('const-0', u'RETURN_-1201725029'), (u'CAST_-1201724962', u'RETURN_-1201725029')] | null | null | 00402190 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040b0c8)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * ID... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040b0c8)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_004120c8)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0040b0c8)();
return pvVar1;
}
| 347 | ||
13_cut_and_cut_strip.c | clearerr_unlocked | clearerr_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void clearerr_unlocked(FILE *__stream)
{
(*(code *)PTR_clearerr_unlocked_00417068)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void clearerr_unlocked(FILE *__stream)
{
(*(code *)PTR_clearerr_unlocked_0040d068)();
return;
}
| JMP qword ptr [0x0040d068] | null | null | null | null | [('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_28', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')] | [('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_28', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')] | null | null | 004020d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_0040d068)();\n return;\n}\n\n" comment (function_definition "void clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_0... | (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 clearerr_unlocked(FILE *__stream)\n\n{\n (*(code *)PTR_clearerr_unlocked_0040d068)();\n return;\n}" (primitive_type "void") (function_declarator "clearerr_unlocked(FILE *__stream)" (identifier "clearerr... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(type_1 *__stream)
{
(*(type_2 *)PTR_clearerr_unlocked_00417068)();
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(FILE *__stream)
{
(*(code *)PTR_MASKED_0040d068)();
return;
}
| 1,242 | ||
160_pageant_and_pageant_strip.c | gtk_init_check | gtk_init_check |
void gtk_init_check(void)
{
(*(code *)PTR_gtk_init_check_004ccf48)();
return;
}
|
void gtk_init_check(void)
{
(*(code *)PTR_gtk_init_check_0046ef48)();
return;
}
| JMP qword ptr [0x0046ef48] | null | null | null | null | [('tmp_22', u'CAST_-1201714615'), (u'CAST_-1201714615', u'CALLIND_-1201714680'), (u'INDIRECT_-1201714620', u'COPY_-1201714679'), ('const-0', u'RETURN_-1201714677'), (u'CALLIND_-1201714680', u'INDIRECT_-1201714620')] | [('tmp_22', u'CAST_-1201714615'), (u'CAST_-1201714615', u'CALLIND_-1201714680'), (u'INDIRECT_-1201714620', u'COPY_-1201714679'), ('const-0', u'RETURN_-1201714677'), (u'CALLIND_-1201714680', u'INDIRECT_-1201714620')] | null | null | 00404a00 | .. | .. | (translation_unit "void gtk_init_check(void)\n\n{\n (*(code *)PTR_gtk_init_check_0046ef48)();\n return;\n}\n\n" (function_definition "void gtk_init_check(void)\n\n{\n (*(code *)PTR_gtk_init_check_0046ef48)();\n return;\n}" primitive_type (function_declarator "gtk_init_check(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_init_check(void)\n\n{\n (*(code *)PTR_gtk_init_check_0046ef48)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_init_check(void)" (identifier "gtk_init_check") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_init_check_004ccf48)();
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_0046ef48)();
return;
}
| 8,287 | ||
70_curl_and_curl_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00460e40)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0043ee40)();
return;
}
| JMP qword ptr [0x0043ee40] | null | null | null | null | [(u'CALLIND_-1201720216', u'INDIRECT_-1201720155'), (u'INDIRECT_-1201720155', u'COPY_-1201720214'), ('const-0', u'RETURN_-1201720213'), ('tmp_28', u'CAST_-1201720150'), (u'CAST_-1201720150', u'CALLIND_-1201720216')] | [(u'CALLIND_-1201720216', u'INDIRECT_-1201720155'), (u'INDIRECT_-1201720155', u'COPY_-1201720214'), ('const-0', u'RETURN_-1201720213'), ('tmp_28', u'CAST_-1201720150'), (u'CAST_-1201720150', u'CALLIND_-1201720216')] | null | null | 00403460 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0043ee40)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0043ee40)();\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_0043ee40)();\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_00460e40)();
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_0043ee40)();
return;
}
| 8,068 | ||
81_tail_and_tail_strip.c | argmatch | FUN_00411150 |
/* WARNING: Unknown calling convention */
ptrdiff_t argmatch(char **arg,char ***arglist,char **vallist,size_t *valsize)
{
int iVar1;
size_t sVar2;
byte local_148 [16];
long local_138 [2];
size_t local_128 [2];
long local_118 [2];
char **local_108 [2];
char ***local_f8 [2];
char **local_e8 [2];
si... |
bool FUN_00411150(ulong *param_1,int param_2)
{
undefined1 auVar1 [16];
bool bVar2;
auVar1._8_8_ = 0;
auVar1._0_8_ = (long)param_2;
bVar2 = *param_1 <= SUB168((ZEXT416(0) << 0x40 | ZEXT816(0xffffffffffffffff)) / auVar1,0);
if (bVar2) {
*param_1 = (long)param_2 * *param_1;
}
else {
*param_1 ... | PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOVSXD RDI,dword ptr [RBP + -0x14]
MOV RAX,-0x1
XOR ESI,ESI
MOV EDX,ESI
DIV RDI
MOV RDI,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RDI]
JNC 0x00411191
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RAX],-0x1
MOV dword ptr [RBP + -0x4],... | null | null | null | null | [(u'INDIRECT_-1201793285', u'MULTIEQUAL_-1201792985'), (u'CALL_-1201794052', u'INDIRECT_-1201793051'), (u'STORE_-1201794311', u'INDIRECT_-1201793112'), (u'STORE_-1201793645', u'INDIRECT_-1201792884'), (u'INDIRECT_-1201792776', u'MULTIEQUAL_-1201792697'), (u'LOAD_-1201794076', u'CAST_-1201792753'), (u'CAST_-1201792797',... | [(u'INT_LEFT_-1201794653', u'INT_OR_-1201794652'), ('const-433', u'LOAD_-1201794580'), ('const-64', u'INT_LEFT_-1201794653'), ('const-0', u'SUBPIECE_-1201794615'), (u'COPY_-1201794514', u'RETURN_-1201794565'), ('tmp_342', u'INT_SEXT_-1201794695'), (u'INT_ZEXT_-1201794666', u'INT_LEFT_-1201794653'), (u'COPY_-1201794573'... | null | null | 00411150 | .. | .. | (translation_unit "bool FUN_00411150(ulong *param_1,int param_2)\n\n{\n undefined1 auVar1 [16];\n bool bVar2;\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = (long)param_2;\n bVar2 = *param_1 <= SUB168((ZEXT416(0) << 0x40 | ZEXT816(0xffffffffffffffff)) / auVar1,0);\n if (bVar2) {\n *param_1 = (long)param_2 * *param_1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assign... | (function_definition "bool FUN_00411150(ulong *param_1,int param_2)\n\n{\n undefined1 auVar1 [16];\n bool bVar2;\n \n auVar1._8_8_ = 0;\n auVar1._0_8_ = (long)param_2;\n bVar2 = *param_1 <= SUB168((ZEXT416(0) << 0x40 | ZEXT816(0xffffffffffffffff)) / auVar1,0);\n if (bVar2) {\n *param_1 = (long)param_2 * *para... |
/* WARNING: Unknown calling convention */
ptrdiff_t function_1(char **arg,char ***arglist,char **vallist,size_t *valsize)
{
int var_3;
size_t var_4;
type_1 local_148 [16];
long local_138 [2];
size_t local_128 [2];
long local_118 [2];
char **local_108 [2];
char ***local_f8 [2];
char **local_e8 [2];
... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... |
bool MASKED(ulong *param_1,int param_2)
{
undefined1 auVar1 [16];
bool bVar2;
auVar1._8_8_ = 0;
auVar1._0_8_ = (long)param_2;
bVar2 = *param_1 <= SUB168((ZEXT416(0) << 0x40 | ZEXT816(0xffffffffffffffff)) / auVar1,0);
if (bVar2) {
*param_1 = (long)param_2 * *param_1;
}
else {
*param_1 = 0xff... | 4,092 | ||
45_md5sum_and_md5sum_strip.c | setvbuf | setvbuf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setvbuf(FILE *__stream,char *__buf,int __modes,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_setvbuf_0041a168)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setvbuf(FILE *__stream,char *__buf,int __modes,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_setvbuf_0040f168)();
return iVar1;
}
| JMP qword ptr [0x0040f168] | null | null | null | null | [(u'CALLIND_-1201724712', u'RETURN_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'INDIRECT_-1201724647', u'COPY_-1201724706'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724647'), ('tmp_50', u'CAST_-1201724642'), (u'CAST_-1201724642', u'CALLIND_-1201724712')] | [(u'CALLIND_-1201724712', u'RETURN_-1201724709'), ('const-0', u'RETURN_-1201724709'), (u'INDIRECT_-1201724647', u'COPY_-1201724706'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724647'), ('tmp_50', u'CAST_-1201724642'), (u'CAST_-1201724642', u'CALLIND_-1201724712')] | null | null | 004022d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint setvbuf(FILE *__stream,char *__buf,int __modes,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setvbuf_0040f168)();\n return iVar1;\n}\n\n" comment (function_definition "int setvbuf(FILE *__stream,char *_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int setvbuf(FILE *__stream,char *__buf,int __modes,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setvbuf_0040f168)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "setvbuf(FIL... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__buf,int __modes,size_t __n)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_setvbuf_0041a168)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__buf,int __modes,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040f168)();
return iVar1;
}
| 6,209 | ||
5_curl_and_curl_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_00460c38)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0043ec38)();
return iVar1;
}
| JMP qword ptr [0x0043ec38] | null | null | null | null | [(u'CALLIND_-1201721256', u'INDIRECT_-1201721194'), (u'CAST_-1201721189', u'CALLIND_-1201721256'), (u'CALLIND_-1201721256', u'RETURN_-1201721253'), (u'INDIRECT_-1201721194', u'COPY_-1201721253'), ('const-0', u'RETURN_-1201721253'), ('tmp_32', u'CAST_-1201721189')] | [(u'CALLIND_-1201721256', u'INDIRECT_-1201721194'), (u'CAST_-1201721189', u'CALLIND_-1201721256'), (u'CALLIND_-1201721256', u'RETURN_-1201721253'), (u'INDIRECT_-1201721194', u'COPY_-1201721253'), ('const-0', u'RETURN_-1201721253'), ('tmp_32', u'CAST_-1201721189')] | null | null | 00403050 | .. | .. | (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_0043ec38)();\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_0043ec38)();\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_00460c38)();
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_0043ec38)();
return iVar1;
}
| 8,003 | ||
10_runcon_and_runcon_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00412050)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0040c050)();
return;
}
| JMP qword ptr [0x0040c050] | null | null | null | null | [(u'CAST_-1201725207', u'CALLIND_-1201725272'), ('tmp_22', u'CAST_-1201725207'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725212'), ('const-0', u'RETURN_-1201725269'), (u'INDIRECT_-1201725212', u'COPY_-1201725271')] | [(u'CAST_-1201725207', u'CALLIND_-1201725272'), ('tmp_22', u'CAST_-1201725207'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725212'), ('const-0', u'RETURN_-1201725269'), (u'INDIRECT_-1201725212', u'COPY_-1201725271')] | null | null | 004020a0 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c050)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c050)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c050)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___fpending_00412050)();
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_0040c050)();
return;
}
| 7,354 | ||
130_pterm_and_pterm_strip.c | gtk_tree_selection_select_path | gtk_tree_selection_select_path |
void gtk_tree_selection_select_path(void)
{
(*(code *)PTR_gtk_tree_selection_select_path_00524430)();
return;
}
|
void gtk_tree_selection_select_path(void)
{
(*(code *)PTR_gtk_tree_selection_select_path_004aa430)();
return;
}
| JMP qword ptr [0x004aa430] | null | null | null | null | [(u'CALLIND_-1201690568', u'INDIRECT_-1201690508'), ('tmp_22', u'CAST_-1201690503'), ('const-0', u'RETURN_-1201690565'), (u'INDIRECT_-1201690508', u'COPY_-1201690567'), (u'CAST_-1201690503', u'CALLIND_-1201690568')] | [(u'CALLIND_-1201690568', u'INDIRECT_-1201690508'), ('tmp_22', u'CAST_-1201690503'), ('const-0', u'RETURN_-1201690565'), (u'INDIRECT_-1201690508', u'COPY_-1201690567'), (u'CAST_-1201690503', u'CALLIND_-1201690568')] | null | null | 0040a830 | .. | .. | (translation_unit "void gtk_tree_selection_select_path(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_select_path_004aa430)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_select_path(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_select_path_004aa430)();\n return;\n}" primitive_type (function_decl... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_tree_selection_select_path(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_select_path_004aa430)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_select_path(void)" (identifier "gtk_tree_selection_select_path") (parameter_list "(void)" (( "(") (parameter_d... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_tree_selection_select_path_00524430)();
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_004aa430)();
return;
}
| 9,367 | ||
82_vdir_and_vdir_strip.c | mktime | mktime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t mktime(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_mktime_0044f290)();
return tVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t mktime(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_mktime_0042b290)();
return tVar1;
}
| JMP qword ptr [0x0042b290] | null | null | null | null | [(u'CALLIND_-1201720024', u'INDIRECT_-1201719962'), ('const-0', u'RETURN_-1201720021'), (u'CALLIND_-1201720024', u'RETURN_-1201720021'), (u'INDIRECT_-1201719962', u'COPY_-1201720021'), (u'CAST_-1201719957', u'CALLIND_-1201720024'), ('tmp_32', u'CAST_-1201719957')] | [(u'CALLIND_-1201720024', u'INDIRECT_-1201719962'), ('const-0', u'RETURN_-1201720021'), (u'CALLIND_-1201720024', u'RETURN_-1201720021'), (u'INDIRECT_-1201719962', u'COPY_-1201720021'), (u'CAST_-1201719957', u'CALLIND_-1201720024'), ('tmp_32', u'CAST_-1201719957')] | null | null | 00403520 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntime_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_0042b290)();\n return tVar1;\n}\n\n" comment (function_definition "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_0042b290)();\n return tVar1;\n}" (type_identifier "time_t") (function_declarator "mktime(tm *__tp)" (identifier "mktime") (par... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_2 *__tp)
{
type_1 tVar1;
tVar1 = (*(type_3 *)PTR_mktime_0044f290)();
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_0042b290)();
return tVar1;
}
| 6,927 | ||
404_pterm_and_pterm_strip.c | gtk_selection_add_target | gtk_selection_add_target |
void gtk_selection_add_target(void)
{
(*(code *)PTR_gtk_selection_add_target_00524cc0)();
return;
}
|
void gtk_selection_add_target(void)
{
(*(code *)PTR_gtk_selection_add_target_004aacc0)();
return;
}
| JMP qword ptr [0x004aacc0] | null | null | null | null | [('tmp_22', u'CAST_-1201686119'), (u'INDIRECT_-1201686124', u'COPY_-1201686183'), (u'CAST_-1201686119', u'CALLIND_-1201686184'), ('const-0', u'RETURN_-1201686181'), (u'CALLIND_-1201686184', u'INDIRECT_-1201686124')] | [('tmp_22', u'CAST_-1201686119'), (u'INDIRECT_-1201686124', u'COPY_-1201686183'), (u'CAST_-1201686119', u'CALLIND_-1201686184'), ('const-0', u'RETURN_-1201686181'), (u'CALLIND_-1201686184', u'INDIRECT_-1201686124')] | null | null | 0040b950 | .. | .. | (translation_unit "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004aacc0)();\n return;\n}\n\n" (function_definition "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004aacc0)();\n return;\n}" primitive_type (function_declarator "gtk_selection_ad... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_selection_add_target(void)\n\n{\n (*(code *)PTR_gtk_selection_add_target_004aacc0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_selection_add_target(void)" (identifier "gtk_selection_add_target") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primi... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_selection_add_target_00524cc0)();
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_004aacc0)();
return;
}
| 9,641 | ||
39_printf_and_printf_strip.c | nl_langinfo | nl_langinfo |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * nl_langinfo(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_nl_langinfo_00416138)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * nl_langinfo(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)();
return pcVar1;
}
| JMP qword ptr [0x0040d138] | null | null | null | null | [(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')] | [(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'CALLIND_-1201724808', u'CAST_-1201724740'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741'), (u'CAST_-1201724740', u'RETURN_-1201724805')] | null | null | 00402270 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)();\n return pcVar1;\n}\n\n" comment (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n ch... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_0040d138)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* nl_langinfo(nl_item ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 __item)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_nl_langinfo_00416138)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0040d138)();
return pcVar1;
}
| 2,692 | ||
116_curl_and_curl_strip.c | fwrite | fwrite |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_00460fb8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_0043efb8)();
return sVar1;
}
| JMP qword ptr [0x0043efb8] | null | null | null | null | [(u'CALLIND_-1201719464', u'INDIRECT_-1201719399'), (u'CAST_-1201719394', u'CALLIND_-1201719464'), (u'CALLIND_-1201719464', u'RETURN_-1201719461'), (u'INDIRECT_-1201719399', u'COPY_-1201719458'), ('const-0', u'RETURN_-1201719461'), ('tmp_50', u'CAST_-1201719394')] | [(u'CALLIND_-1201719464', u'INDIRECT_-1201719399'), (u'CAST_-1201719394', u'CALLIND_-1201719464'), (u'CALLIND_-1201719464', u'RETURN_-1201719461'), (u'INDIRECT_-1201719399', u'COPY_-1201719458'), ('const-0', u'RETURN_-1201719461'), ('tmp_50', u'CAST_-1201719394')] | null | null | 00403750 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0043efb8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t ... | (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(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0043efb8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fwrite(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fwrite_00460fb8)();
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 *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0043efb8)();
return sVar1;
}
| 8,114 | ||
148_pageant_and_pageant_strip.c | snprintf | snprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int snprintf(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_snprintf_004ccee8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int snprintf(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_snprintf_0046eee8)();
return iVar1;
}
| JMP qword ptr [0x0046eee8] | null | null | null | null | [(u'CAST_-1201714803', u'CALLIND_-1201714872'), (u'CALLIND_-1201714872', u'RETURN_-1201714869'), (u'CALLIND_-1201714872', u'INDIRECT_-1201714808'), (u'INDIRECT_-1201714808', u'COPY_-1201714867'), ('tmp_44', u'CAST_-1201714803'), ('const-0', u'RETURN_-1201714869')] | [(u'CAST_-1201714803', u'CALLIND_-1201714872'), (u'CALLIND_-1201714872', u'RETURN_-1201714869'), (u'CALLIND_-1201714872', u'INDIRECT_-1201714808'), (u'INDIRECT_-1201714808', u'COPY_-1201714867'), ('tmp_44', u'CAST_-1201714803'), ('const-0', u'RETURN_-1201714869')] | null | null | 00404940 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_0046eee8)();\n return iVar1;\n}\n\n" comment (function_definition "int snprintf(char *__s,size_t __maxle... | (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)) , (variadic_parameter ...) ))) (compound_statement { (declaration TY... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_0046eee8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "snprintf(char ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_snprintf_004ccee8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,size_t __maxlen,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0046eee8)();
return iVar1;
}
| 8,275 | ||
134_pterm_and_pterm_strip.c | gtk_tree_selection_set_mode | gtk_tree_selection_set_mode |
void gtk_tree_selection_set_mode(void)
{
(*(code *)PTR_gtk_tree_selection_set_mode_00524450)();
return;
}
|
void gtk_tree_selection_set_mode(void)
{
(*(code *)PTR_gtk_tree_selection_set_mode_004aa450)();
return;
}
| JMP qword ptr [0x004aa450] | null | null | null | null | [('tmp_22', u'CAST_-1201690439'), (u'CAST_-1201690439', u'CALLIND_-1201690504'), ('const-0', u'RETURN_-1201690501'), (u'INDIRECT_-1201690444', u'COPY_-1201690503'), (u'CALLIND_-1201690504', u'INDIRECT_-1201690444')] | [('tmp_22', u'CAST_-1201690439'), (u'CAST_-1201690439', u'CALLIND_-1201690504'), ('const-0', u'RETURN_-1201690501'), (u'INDIRECT_-1201690444', u'COPY_-1201690503'), (u'CALLIND_-1201690504', u'INDIRECT_-1201690444')] | null | null | 0040a870 | .. | .. | (translation_unit "void gtk_tree_selection_set_mode(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_set_mode_004aa450)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_set_mode(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_set_mode_004aa450)();\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_tree_selection_set_mode(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_set_mode_004aa450)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_set_mode(void)" (identifier "gtk_tree_selection_set_mode") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_tree_selection_set_mode_00524450)();
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_004aa450)();
return;
}
| 9,371 | ||
36_paste_and_paste_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_00413120)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_0040c120)();
return iVar1;
}
| JMP qword ptr [0x0040c120] | null | null | null | null | [(u'CALLIND_-1201724856', u'INDIRECT_-1201724794'), ('tmp_32', u'CAST_-1201724789'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724794', u'COPY_-1201724853'), (u'CAST_-1201724789', u'CALLIND_-1201724856'), ('const-0', u'RETURN_-1201724853')] | [(u'CALLIND_-1201724856', u'INDIRECT_-1201724794'), ('tmp_32', u'CAST_-1201724789'), (u'CALLIND_-1201724856', u'RETURN_-1201724853'), (u'INDIRECT_-1201724794', u'COPY_-1201724853'), (u'CAST_-1201724789', u'CALLIND_-1201724856'), ('const-0', u'RETURN_-1201724853')] | null | null | 00402240 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_0040c120)();\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_0040c120)();\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_00413120)();
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_0040c120)();
return iVar1;
}
| 763 | ||
114_ls_and_ls_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_0044efe8)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_0042afe8)();
return pvVar1;
}
| JMP qword ptr [0x0042afe8] | null | null | null | null | [(u'CALLIND_-1201719528', u'CAST_-1201719460'), (u'INDIRECT_-1201719466', u'COPY_-1201719525'), ('tmp_32', u'CAST_-1201719461'), (u'CAST_-1201719461', u'CALLIND_-1201719528'), (u'CALLIND_-1201719528', u'INDIRECT_-1201719466'), (u'CAST_-1201719460', u'RETURN_-1201719525'), ('const-0', u'RETURN_-1201719525')] | [(u'CALLIND_-1201719528', u'CAST_-1201719460'), (u'INDIRECT_-1201719466', u'COPY_-1201719525'), ('tmp_32', u'CAST_-1201719461'), (u'CAST_-1201719461', u'CALLIND_-1201719528'), (u'CALLIND_-1201719528', u'INDIRECT_-1201719466'), (u'CAST_-1201719460', u'RETURN_-1201719525'), ('const-0', u'RETURN_-1201719525')] | null | null | 00403710 | .. | .. | (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_0042afe8)();\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_0042afe8)();\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_0044efe8)();
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_0042afe8)();
return pvVar1;
}
| 7,529 | ||
57_expr_and_expr_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_004171c8)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_0040e1c8)();
return;
}
| JMP qword ptr [0x0040e1c8] | null | null | null | null | [(u'CAST_-1201724455', u'CALLIND_-1201724520'), (u'INDIRECT_-1201724460', u'COPY_-1201724519'), (u'CALLIND_-1201724520', u'INDIRECT_-1201724460'), ('const-0', u'RETURN_-1201724517'), ('tmp_22', u'CAST_-1201724455')] | [(u'CAST_-1201724455', u'CALLIND_-1201724520'), (u'INDIRECT_-1201724460', u'COPY_-1201724519'), (u'CALLIND_-1201724520', u'INDIRECT_-1201724460'), ('const-0', u'RETURN_-1201724517'), ('tmp_22', u'CAST_-1201724455')] | null | null | 00402390 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e1c8)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e1c8)();\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_0040e1c8)();\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_004171c8)();
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_0040e1c8)();
return;
}
| 6,071 | ||
274_pterm_and_pterm_strip.c | gtk_tree_selection_get_tree_view | gtk_tree_selection_get_tree_view |
void gtk_tree_selection_get_tree_view(void)
{
(*(code *)PTR_gtk_tree_selection_get_tree_view_005248b0)();
return;
}
|
void gtk_tree_selection_get_tree_view(void)
{
(*(code *)PTR_gtk_tree_selection_get_tree_view_004aa8b0)();
return;
}
| JMP qword ptr [0x004aa8b0] | null | null | null | null | [('tmp_22', u'CAST_-1201688199'), (u'CAST_-1201688199', u'CALLIND_-1201688264'), (u'CALLIND_-1201688264', u'INDIRECT_-1201688204'), ('const-0', u'RETURN_-1201688261'), (u'INDIRECT_-1201688204', u'COPY_-1201688263')] | [('tmp_22', u'CAST_-1201688199'), (u'CAST_-1201688199', u'CALLIND_-1201688264'), (u'CALLIND_-1201688264', u'INDIRECT_-1201688204'), ('const-0', u'RETURN_-1201688261'), (u'INDIRECT_-1201688204', u'COPY_-1201688263')] | null | null | 0040b130 | .. | .. | (translation_unit "void gtk_tree_selection_get_tree_view(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_tree_view_004aa8b0)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_get_tree_view(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_tree_view_004aa8b0)();\n return;\n}" primitive_type (funct... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_tree_selection_get_tree_view(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_tree_view_004aa8b0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_get_tree_view(void)" (identifier "gtk_tree_selection_get_tree_view") (parameter_list "(void)" (( "(") (par... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_tree_selection_get_tree_view_005248b0)();
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_004aa8b0)();
return;
}
| 9,511 | ||
66_uniq_and_uniq_strip.c | frame_dummy | _INIT_0 |
/* WARNING: Removing unreachable block (ram,0x0040245f) */
/* WARNING: Removing unreachable block (ram,0x00402469) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x0040245f) */
/* WARNING: Removing unreachable block (ram,0x00402469) */
void _INIT_0(void)
{
return;
}
| JMP 0x00402440 | null | null | null | null | [('const-0', u'RETURN_-1201724176')] | [('const-0', u'RETURN_-1201724176')] | null | null | 004024b0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0040245f) */\n/* WARNING: Removing unreachable block (ram,0x00402469) */\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,0x0040245f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402469) */") (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,0x0040245f) */
/* WARNING: Removing unreachable block (ram,0x00402469) */
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,0x0040245f) */
/* WARNING: Removing unreachable block (ram,0x00402469) */
void MASKED(void)
{
return;
}
| 1,222 | ||
62_touch_and_touch_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_004ab1f0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_004661f0)();
return pcVar1;
}
| JMP qword ptr [0x004661f0] | null | null | null | null | [('tmp_38', u'CAST_-1201724372'), (u'CAST_-1201724372', u'CALLIND_-1201724440'), ('const-0', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'CAST_-1201724371'), (u'CAST_-1201724371', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724377'), (u'INDIRECT_-1201724377', u'COPY_-1201724436')] | [('tmp_38', u'CAST_-1201724372'), (u'CAST_-1201724372', u'CALLIND_-1201724440'), ('const-0', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'CAST_-1201724371'), (u'CAST_-1201724371', u'RETURN_-1201724437'), (u'CALLIND_-1201724440', u'INDIRECT_-1201724377'), (u'INDIRECT_-1201724377', u'COPY_-1201724436')] | null | null | 004023e0 | .. | .. | (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_004661f0)();\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_004661f0)();\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_004ab1f0)();
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_004661f0)();
return pcVar1;
}
| 4,156 | ||
77_factor_and_factor_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00428268)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00417268)();
return;
}
| JMP qword ptr [0x00417268] | null | null | null | null | [(u'CAST_-1201724135', u'CALLIND_-1201724200'), ('const-0', u'RETURN_-1201724197'), ('tmp_22', u'CAST_-1201724135'), (u'INDIRECT_-1201724140', u'COPY_-1201724199'), (u'CALLIND_-1201724200', u'INDIRECT_-1201724140')] | [(u'CAST_-1201724135', u'CALLIND_-1201724200'), ('const-0', u'RETURN_-1201724197'), ('tmp_22', u'CAST_-1201724135'), (u'INDIRECT_-1201724140', u'COPY_-1201724199'), (u'CALLIND_-1201724200', u'INDIRECT_-1201724140')] | null | null | 004024d0 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00417268)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_00417268)();\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_00417268)();\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_00428268)();
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_00417268)();
return;
}
| 2,134 | ||
7_pr_and_pr_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_0043c038)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_00424038)();
return piVar1;
}
| JMP qword ptr [0x00424038] | null | null | null | null | [('const-0', u'RETURN_-1201725317'), (u'CAST_-1201725254', u'CALLIND_-1201725320'), ('tmp_26', u'CAST_-1201725254'), (u'CALLIND_-1201725320', u'INDIRECT_-1201725259'), (u'INDIRECT_-1201725259', u'COPY_-1201725318'), (u'CALLIND_-1201725320', u'CAST_-1201725253'), (u'CAST_-1201725253', u'RETURN_-1201725317')] | [('const-0', u'RETURN_-1201725317'), (u'CAST_-1201725254', u'CALLIND_-1201725320'), ('tmp_26', u'CAST_-1201725254'), (u'CALLIND_-1201725320', u'INDIRECT_-1201725259'), (u'INDIRECT_-1201725259', u'COPY_-1201725318'), (u'CALLIND_-1201725320', u'CAST_-1201725253'), (u'CAST_-1201725253', u'RETURN_-1201725317')] | null | null | 00402070 | .. | .. | (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_00424038)();\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_00424038)();\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_0043c038)();
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_00424038)();
return piVar1;
}
| 4,919 | ||
46_sha384sum_and_sha384sum_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_00425170)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_00417170)();
return;
}
| JMP qword ptr [0x00417170] | null | null | null | null | [(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')] | [(u'INDIRECT_-1201724636', u'COPY_-1201724695'), ('tmp_22', u'CAST_-1201724631'), ('const-0', u'RETURN_-1201724693'), (u'CALLIND_-1201724696', u'INDIRECT_-1201724636'), (u'CAST_-1201724631', u'CALLIND_-1201724696')] | null | null | 004022e0 | .. | .. | (translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_00417170)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_00417170)();\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_00417170)();\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_00425170)();
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_00417170)();
return;
}
| 3,053 | ||
35_cksum_and_cksum_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_00412118)();
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_0040c118)();
return pcVar1;
}
| JMP qword ptr [0x0040c118] | null | null | null | null | [(u'CAST_-1201724804', u'RETURN_-1201724869'), (u'CALLIND_-1201724872', u'INDIRECT_-1201724810'), ('tmp_32', u'CAST_-1201724805'), (u'CALLIND_-1201724872', u'CAST_-1201724804'), ('const-0', u'RETURN_-1201724869'), (u'CAST_-1201724805', u'CALLIND_-1201724872'), (u'INDIRECT_-1201724810', u'COPY_-1201724869')] | [(u'CAST_-1201724804', u'RETURN_-1201724869'), (u'CALLIND_-1201724872', u'INDIRECT_-1201724810'), ('tmp_32', u'CAST_-1201724805'), (u'CALLIND_-1201724872', u'CAST_-1201724804'), ('const-0', u'RETURN_-1201724869'), (u'CAST_-1201724805', u'CALLIND_-1201724872'), (u'INDIRECT_-1201724810', u'COPY_-1201724869')] | null | null | 00402230 | .. | .. | (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_0040c118)();\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_0040c118)();\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_00412118)();
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_0040c118)();
return pcVar1;
}
| 4,889 | ||
61_nl_and_nl_strip.c | usage | FUN_00402480 |
/* WARNING: Unknown calling convention */
void usage(int *status)
{
char *pcVar1;
char **program;
uint in_EDI;
int local_a8 [21];
int local_54;
int local_50;
int local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
int local_30;
int local_2c;
F... |
void FUN_00402480(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");
printf(pcVar1,DAT_0040d700);
pcVar1 = (char *)gettext("Write each FILE to standard output, with line numbers added.\n");
fputs_unlocked(pcVar1,*(FI... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JZ 0x004024d7
JMP 0x0040249a
MOV RAX,qword ptr [0x0040cff0]
MOV RDI,qword ptr [RAX]
LEA RAX,[0x4090ce]
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,RAX
CALL 0x00402150
LEA RDI,[0x40d700]
MOV RDX,qword ptr [RDI]
MOV RDI,qword ptr ... | null | null | null | null | [(u'CALL_-1201723560', u'INDIRECT_-1201722560'), (u'CALL_-1201723586', u'INDIRECT_-1201722685'), (u'CALL_-1201723915', u'INDIRECT_-1201723202'), (u'CAST_-1201722493', u'LOAD_-1201723718'), (u'CALL_-1201723727', u'INDIRECT_-1201722790'), (u'CALL_-1201723608', u'INDIRECT_-1201722973'), (u'LOAD_-1201723718', u'CALL_-12017... | [('const-433', u'LOAD_-1201723997'), (u'CALL_-1201723677', u'INDIRECT_-1201723091'), (u'INDIRECT_-1201723420', u'CALL_-1201724091'), (u'COPY_-1201722966', u'CALL_-1201724006'), ('tmp_143', u'BRANCH_-1201724147'), (u'CALL_-1201723959', u'INDIRECT_-1201723301'), (u'CALL_-1201724006', u'CAST_-1201722891'), (u'CAST_-120172... | null | null | 00402480 | .. | .. | (translation_unit "void FUN_00402480(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");\n printf(pcVar1,DAT_0040d700);\n pcVar1 = (char *)gettext("Write each FILE to standard output, with line numbers added.\n");\n ... | (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_00402480(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");\n printf(pcVar1,DAT_0040d700);\n pcVar1 = (char *)gettext("Write each FILE to standard output, with line numbers added.\n");\... |
/* WARNING: Unknown calling convention */
void function_1(int *status)
{
char *pcVar1;
char **program;
type_1 var_1;
int local_a8 [21];
int local_54;
int local_50;
int local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int local_34;
int local_30;
int local_2... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec... |
void MASKED(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext("Usage: %s [OPTION]... [FILE]...\n");
printf(pcVar1,DAT_0040d700);
pcVar1 = (char *)gettext("Write each FILE to standard output, with line numbers added.\n");
fputs_unlocked(pcVar1,*(FILE **)... | 1,575 | ||
23_rmdir_and_rmdir_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_004120b8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0040c0b8)();
return iVar1;
}
| JMP qword ptr [0x0040c0b8] | null | null | null | null | [(u'CAST_-1201724996', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), ('tmp_38', u'CAST_-1201724996'), (u'INDIRECT_-1201725001', u'COPY_-1201725060'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725001'), ('const-0', u'RETURN_-1201725061')] | [(u'CAST_-1201724996', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'RETURN_-1201725061'), ('tmp_38', u'CAST_-1201724996'), (u'INDIRECT_-1201725001', u'COPY_-1201725060'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725001'), ('const-0', u'RETURN_-1201725061')] | null | null | 00402170 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040c0b8)();\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_0040c0b8)();\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_004120b8)();
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_0040c0b8)();
return iVar1;
}
| 509 | ||
42_curl_and_curl_strip.c | memcpy | memcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memcpy_00460d60)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memcpy_0043ed60)();
return pvVar1;
}
| JMP qword ptr [0x0043ed60] | null | null | null | null | [('const-0', u'RETURN_-1201720661'), ('tmp_44', u'CAST_-1201720595'), (u'CALLIND_-1201720664', u'CAST_-1201720594'), (u'CAST_-1201720595', u'CALLIND_-1201720664'), (u'INDIRECT_-1201720600', u'COPY_-1201720659'), (u'CAST_-1201720594', u'RETURN_-1201720661'), (u'CALLIND_-1201720664', u'INDIRECT_-1201720600')] | [('const-0', u'RETURN_-1201720661'), ('tmp_44', u'CAST_-1201720595'), (u'CALLIND_-1201720664', u'CAST_-1201720594'), (u'CAST_-1201720595', u'CALLIND_-1201720664'), (u'INDIRECT_-1201720600', u'COPY_-1201720659'), (u'CAST_-1201720594', u'RETURN_-1201720661'), (u'CALLIND_-1201720664', u'INDIRECT_-1201720600')] | null | null | 004032a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0043ed60)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *_... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0043ed60)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memcpy(vo... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memcpy_00460d60)();
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_0043ed60)();
return pvVar1;
}
| 8,040 | ||
54_sum_and_sum_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_004171b0)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_0040c1b0)();
return;
}
| JMP qword ptr [0x0040c1b0] | null | null | null | null | [('const-0', u'RETURN_-1201724565'), (u'INDIRECT_-1201724508', u'COPY_-1201724567'), (u'CAST_-1201724503', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724508'), ('tmp_22', u'CAST_-1201724503')] | [('const-0', u'RETURN_-1201724565'), (u'INDIRECT_-1201724508', u'COPY_-1201724567'), (u'CAST_-1201724503', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724508'), ('tmp_22', u'CAST_-1201724503')] | null | null | 00402360 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040c1b0)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040c1b0)();\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_0040c1b0)();\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_004171b0)();
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_0040c1b0)();
return;
}
| 6,828 | ||
25_xargs_and_xargs_strip.c | strlen | strlen |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_00422de0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_00414de0)();
return sVar1;
}
| JMP qword ptr [0x00414de0] | 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\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00414de0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_00414de0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (pa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strlen_00422de0)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00414de0)();
return sVar1;
}
| 7,928 | ||
30_cut_and_cut_strip.c | strspn | strspn |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_004170f0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_0040d0f0)();
return sVar1;
}
| JMP qword ptr [0x0040d0f0] | null | null | null | null | [('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')] | [('tmp_38', u'CAST_-1201724884'), (u'CAST_-1201724884', u'CALLIND_-1201724952'), (u'INDIRECT_-1201724889', u'COPY_-1201724948'), (u'CALLIND_-1201724952', u'INDIRECT_-1201724889'), (u'CALLIND_-1201724952', u'RETURN_-1201724949'), ('const-0', u'RETURN_-1201724949')] | null | null | 004021e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040d0f0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040d0f0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__acce... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strspn_004170f0)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040d0f0)();
return sVar1;
}
| 1,259 | ||
10_curl_and_curl_strip.c | curl_global_init | curl_global_init |
void curl_global_init(void)
{
(*(code *)PTR_curl_global_init_00460c60)();
return;
}
|
void curl_global_init(void)
{
(*(code *)PTR_curl_global_init_0043ec60)();
return;
}
| JMP qword ptr [0x0043ec60] | null | null | null | null | [(u'INDIRECT_-1201721116', u'COPY_-1201721175'), ('tmp_22', u'CAST_-1201721111'), ('const-0', u'RETURN_-1201721173'), (u'CAST_-1201721111', u'CALLIND_-1201721176'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721116')] | [(u'INDIRECT_-1201721116', u'COPY_-1201721175'), ('tmp_22', u'CAST_-1201721111'), ('const-0', u'RETURN_-1201721173'), (u'CAST_-1201721111', u'CALLIND_-1201721176'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721116')] | null | null | 004030a0 | .. | .. | (translation_unit "void curl_global_init(void)\n\n{\n (*(code *)PTR_curl_global_init_0043ec60)();\n return;\n}\n\n" (function_definition "void curl_global_init(void)\n\n{\n (*(code *)PTR_curl_global_init_0043ec60)();\n return;\n}" primitive_type (function_declarator "curl_global_init(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 curl_global_init(void)\n\n{\n (*(code *)PTR_curl_global_init_0043ec60)();\n return;\n}" (primitive_type "void") (function_declarator "curl_global_init(void)" (identifier "curl_global_init") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
void function_1(void)
{
(*(type_1 *)PTR_curl_global_init_00460c60)();
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_0043ec60)();
return;
}
| 8,008 | ||
6_sync_and_sync_strip.c | fdatasync | fdatasync |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fdatasync(int __fildes)
{
int iVar1;
iVar1 = (*(code *)PTR_fdatasync_00411030)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fdatasync(int __fildes)
{
int iVar1;
iVar1 = (*(code *)PTR_fdatasync_0040a030)();
return iVar1;
}
| JMP qword ptr [0x0040a030] | null | null | null | null | [(u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'INDIRECT_-1201725274', u'COPY_-1201725333'), ('const-0', u'RETURN_-1201725333'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725274'), ('tmp_32', u'CAST_-1201725269'), (u'CAST_-1201725269', u'CALLIND_-1201725336')] | [(u'CALLIND_-1201725336', u'RETURN_-1201725333'), (u'INDIRECT_-1201725274', u'COPY_-1201725333'), ('const-0', u'RETURN_-1201725333'), (u'CALLIND_-1201725336', u'INDIRECT_-1201725274'), ('tmp_32', u'CAST_-1201725269'), (u'CAST_-1201725269', u'CALLIND_-1201725336')] | null | null | 00402060 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fdatasync(int __fildes)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fdatasync_0040a030)();\n return iVar1;\n}\n\n" comment (function_definition "int fdatasync(int __fildes)\n\n{\n int iVar1;\n \n iVar1 = (*(co... | (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 fdatasync(int __fildes)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fdatasync_0040a030)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fdatasync(int __fildes)" (identifier "fdatas... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fildes)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_fdatasync_00411030)();
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 __fildes)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040a030)();
return iVar1;
}
| 2,724 | ||
8_puttytel_and_puttytel_strip.c | g_malloc_n | g_malloc_n |
void g_malloc_n(void)
{
(*(code *)PTR_g_malloc_n_00544ff8)();
return;
}
|
void g_malloc_n(void)
{
(*(code *)PTR_g_malloc_n_004bcff8)();
return;
}
| JMP qword ptr [0x004bcff8] | null | null | null | null | [(u'INDIRECT_-1201688380', u'COPY_-1201688439'), (u'CALLIND_-1201688440', u'INDIRECT_-1201688380'), ('tmp_22', u'CAST_-1201688375'), ('const-0', u'RETURN_-1201688437'), (u'CAST_-1201688375', u'CALLIND_-1201688440')] | [(u'INDIRECT_-1201688380', u'COPY_-1201688439'), (u'CALLIND_-1201688440', u'INDIRECT_-1201688380'), ('tmp_22', u'CAST_-1201688375'), ('const-0', u'RETURN_-1201688437'), (u'CAST_-1201688375', u'CALLIND_-1201688440')] | null | null | 0040b080 | .. | .. | (translation_unit "void g_malloc_n(void)\n\n{\n (*(code *)PTR_g_malloc_n_004bcff8)();\n return;\n}\n\n" (function_definition "void g_malloc_n(void)\n\n{\n (*(code *)PTR_g_malloc_n_004bcff8)();\n return;\n}" primitive_type (function_declarator "g_malloc_n(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 g_malloc_n(void)\n\n{\n (*(code *)PTR_g_malloc_n_004bcff8)();\n return;\n}" (primitive_type "void") (function_declarator "g_malloc_n(void)" (identifier "g_malloc_n") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_g_malloc_n_00544ff8)();
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_004bcff8)();
return;
}
| 8,708 | ||
48_env_and_env_strip.c | execvp | execvp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int execvp(char *__file,char **__argv)
{
int iVar1;
iVar1 = (*(code *)PTR_execvp_00414180)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int execvp(char *__file,char **__argv)
{
int iVar1;
iVar1 = (*(code *)PTR_execvp_0040d180)();
return iVar1;
}
| JMP qword ptr [0x0040d180] | null | null | null | null | [(u'CAST_-1201724596', u'CALLIND_-1201724664'), (u'INDIRECT_-1201724601', u'COPY_-1201724660'), (u'CALLIND_-1201724664', u'RETURN_-1201724661'), ('tmp_38', u'CAST_-1201724596'), ('const-0', u'RETURN_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724601')] | [(u'CAST_-1201724596', u'CALLIND_-1201724664'), (u'INDIRECT_-1201724601', u'COPY_-1201724660'), (u'CALLIND_-1201724664', u'RETURN_-1201724661'), ('tmp_38', u'CAST_-1201724596'), ('const-0', u'RETURN_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724601')] | null | null | 00402300 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint execvp(char *__file,char **__argv)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_execvp_0040d180)();\n return iVar1;\n}\n\n" comment (function_definition "int execvp(char *__file,char **__argv)\n\n{\n int iVar1;\n... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int execvp(char *__file,char **__argv)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_execvp_0040d180)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "execvp(char *__file,char **__argv)" ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,char **__argv)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_execvp_00414180)();
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 *__file,char **__argv)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d180)();
return iVar1;
}
| 711 | ||
13_dd_and_dd_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00424068)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_00415068)();
return;
}
| JMP qword ptr [0x00415068] | null | null | null | null | [('const-0', u'RETURN_-1201725221'), (u'CAST_-1201725159', u'CALLIND_-1201725224'), ('tmp_22', u'CAST_-1201725159'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725164'), (u'INDIRECT_-1201725164', u'COPY_-1201725223')] | [('const-0', u'RETURN_-1201725221'), (u'CAST_-1201725159', u'CALLIND_-1201725224'), ('tmp_22', u'CAST_-1201725159'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725164'), (u'INDIRECT_-1201725164', u'COPY_-1201725223')] | null | null | 004020d0 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00415068)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00415068)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00415068)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___fpending_00424068)();
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_00415068)();
return;
}
| 7,563 | ||
52_pscp_and_pscp_strip.c | strrchr | strrchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_00553d28)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strrchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strrchr_004b5d28)();
return pcVar1;
}
| JMP qword ptr [0x004b5d28] | null | null | null | null | [(u'CALLIND_-1201720504', u'CAST_-1201720435'), (u'CAST_-1201720436', u'CALLIND_-1201720504'), (u'CAST_-1201720435', u'RETURN_-1201720501'), ('tmp_38', u'CAST_-1201720436'), (u'INDIRECT_-1201720441', u'COPY_-1201720500'), ('const-0', u'RETURN_-1201720501'), (u'CALLIND_-1201720504', u'INDIRECT_-1201720441')] | [(u'CALLIND_-1201720504', u'CAST_-1201720435'), (u'CAST_-1201720436', u'CALLIND_-1201720504'), (u'CAST_-1201720435', u'RETURN_-1201720501'), ('tmp_38', u'CAST_-1201720436'), (u'INDIRECT_-1201720441', u'COPY_-1201720500'), ('const-0', u'RETURN_-1201720501'), (u'CALLIND_-1201720504', u'INDIRECT_-1201720441')] | null | null | 00403340 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_004b5d28)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pc... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strrchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strrchr_004b5d28)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strrchr_00553d28)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004b5d28)();
return pcVar1;
}
| 9,810 | ||
392_puttytel_and_puttytel_strip.c | gtk_selection_data_get_data_type | gtk_selection_data_get_data_type |
void gtk_selection_data_get_data_type(void)
{
(*(code *)PTR_gtk_selection_data_get_data_type_00545c08)();
return;
}
|
void gtk_selection_data_get_data_type(void)
{
(*(code *)PTR_gtk_selection_data_get_data_type_004bdc08)();
return;
}
| JMP qword ptr [0x004bdc08] | null | null | null | null | [(u'CAST_-1201682199', u'CALLIND_-1201682264'), (u'CALLIND_-1201682264', u'INDIRECT_-1201682204'), ('tmp_22', u'CAST_-1201682199'), ('const-0', u'RETURN_-1201682261'), (u'INDIRECT_-1201682204', u'COPY_-1201682263')] | [(u'CAST_-1201682199', u'CALLIND_-1201682264'), (u'CALLIND_-1201682264', u'INDIRECT_-1201682204'), ('tmp_22', u'CAST_-1201682199'), ('const-0', u'RETURN_-1201682261'), (u'INDIRECT_-1201682204', u'COPY_-1201682263')] | null | null | 0040c8a0 | .. | .. | (translation_unit "void gtk_selection_data_get_data_type(void)\n\n{\n (*(code *)PTR_gtk_selection_data_get_data_type_004bdc08)();\n return;\n}\n\n" (function_definition "void gtk_selection_data_get_data_type(void)\n\n{\n (*(code *)PTR_gtk_selection_data_get_data_type_004bdc08)();\n return;\n}" primitive_type (funct... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_selection_data_get_data_type(void)\n\n{\n (*(code *)PTR_gtk_selection_data_get_data_type_004bdc08)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_selection_data_get_data_type(void)" (identifier "gtk_selection_data_get_data_type") (parameter_list "(void)" (( "(") (par... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_selection_data_get_data_type_00545c08)();
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_004bdc08)();
return;
}
| 9,092 | ||
69_chgrp_and_chgrp_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00426fb8)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00414fb8)();
return;
}
| JMP qword ptr [0x00414fb8] | null | null | null | null | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724267'), ('const-0', u'RETURN_-1201724325'), (u'INDIRECT_-1201724267', u'COPY_-1201724326'), ('tmp_28', u'CAST_-1201724262'), (u'CAST_-1201724262', u'CALLIND_-1201724328')] | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724267'), ('const-0', u'RETURN_-1201724325'), (u'INDIRECT_-1201724267', u'COPY_-1201724326'), ('tmp_28', u'CAST_-1201724262'), (u'CAST_-1201724262', u'CALLIND_-1201724328')] | null | null | 00402450 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00414fb8)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00414fb8)();\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_00414fb8)();\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_00426fb8)();
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_00414fb8)();
return;
}
| 2,391 | ||
423_puttytel_and_puttytel_strip.c | gtk_window_unmaximize | gtk_window_unmaximize |
void gtk_window_unmaximize(void)
{
(*(code *)PTR_gtk_window_unmaximize_00545d00)();
return;
}
|
void gtk_window_unmaximize(void)
{
(*(code *)PTR_gtk_window_unmaximize_004bdd00)();
return;
}
| JMP qword ptr [0x004bdd00] | null | null | null | null | [(u'CAST_-1201681703', u'CALLIND_-1201681768'), (u'CALLIND_-1201681768', u'INDIRECT_-1201681708'), ('const-0', u'RETURN_-1201681765'), (u'INDIRECT_-1201681708', u'COPY_-1201681767'), ('tmp_22', u'CAST_-1201681703')] | [(u'CAST_-1201681703', u'CALLIND_-1201681768'), (u'CALLIND_-1201681768', u'INDIRECT_-1201681708'), ('const-0', u'RETURN_-1201681765'), (u'INDIRECT_-1201681708', u'COPY_-1201681767'), ('tmp_22', u'CAST_-1201681703')] | null | null | 0040ca90 | .. | .. | (translation_unit "void gtk_window_unmaximize(void)\n\n{\n (*(code *)PTR_gtk_window_unmaximize_004bdd00)();\n return;\n}\n\n" (function_definition "void gtk_window_unmaximize(void)\n\n{\n (*(code *)PTR_gtk_window_unmaximize_004bdd00)();\n return;\n}" primitive_type (function_declarator "gtk_window_unmaximize(void)"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_window_unmaximize(void)\n\n{\n (*(code *)PTR_gtk_window_unmaximize_004bdd00)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_window_unmaximize(void)" (identifier "gtk_window_unmaximize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_window_unmaximize_00545d00)();
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_004bdd00)();
return;
}
| 9,123 | ||
73_who_and_who_strip.c | register_tm_clones | FUN_004024d0 |
/* WARNING: Removing unreachable block (ram,0x004024ef) */
/* WARNING: Removing unreachable block (ram,0x004024f9) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x004024ef) */
/* WARNING: Removing unreachable block (ram,0x004024f9) */
void FUN_004024d0(void)
{
return;
}
| MOV ESI,0x40d2b8
SUB RSI,0x40d2b8
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x00402500
MOV EAX,0x0
TEST RAX,RAX
JZ 0x00402500
MOV EDI,0x40d2b8
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201724033')] | [('const-0', u'RETURN_-1201724033')] | null | null | 004024d0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x004024ef) */\n/* WARNING: Removing unreachable block (ram,0x004024f9) */\n\nvoid FUN_004024d0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004024d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004024d0... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (comment "/* WARNING: Removing unreachable block (ram,0x004024ef) */") (comment "/* WARNING: Removing unreachable block (ram,0x004024f9) */") (function_definition "void FUN_004024d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004024d0(void)" (identifier "FUN_004024d0") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x004024ef) */
/* WARNING: Removing unreachable block (ram,0x004024f9) */
void function_1(void)
{
return;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
/* WARNING: Removing unreachable block (ram,0x004024ef) */
/* WARNING: Removing unreachable block (ram,0x004024f9) */
void MASKED(void)
{
return;
}
| 1,372 | ||
49_env_and_env_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_00414188)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_0040d188)();
return;
}
| JMP qword ptr [0x0040d188] | 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_0040d188)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040d188)();\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_0040d188)();\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_00414188)();
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_0040d188)();
return;
}
| 712 | ||
78_chown_and_chown_strip.c | usage | FUN_00402570 |
/* WARNING: Unknown calling convention */
void usage(int *status)
{
char *pcVar1;
int in_EDI;
int local_d8 [27];
int local_6c;
char *local_68;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
in... |
void FUN_00402570(int param_1)
{
FILE *__stream;
char *pcVar1;
if (param_1 == 0) {
pcVar1 = (char *)gettext(
"Usage: %s [OPTION]... [OWNER][:[GROUP]] FILE...\n or: %s [OPTION]... --reference=RFILE FILE...\n"
);
printf(pcVar1,DAT_00417300,DAT_0... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV dword ptr [RBP + -0x4],EDI
CMP dword ptr [RBP + -0x4],0x0
JZ 0x004025c7
JMP 0x0040258a
MOV RAX,qword ptr [0x00416ff8]
MOV RDI,qword ptr [RAX]
LEA RAX,[0x411004]
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,RAX
CALL 0x00402170
LEA RDI,[0x417300]
MOV RDX,qword ptr [RDI]
MOV RDI,qword ptr ... | null | null | null | null | [('const-433', u'LOAD_-1201723536'), (u'CALL_-1201723164', u'INDIRECT_-1201721714'), (u'CALL_-1201723520', u'INDIRECT_-1201722173'), (u'CALL_-1201723164', u'INDIRECT_-1201722011'), (u'CALL_-1201723310', u'INDIRECT_-1201722116'), ('const-4334744', u'COPY_-1201721929'), (u'INDIRECT_-1201721665', u'MULTIEQUAL_-1201721654'... | [('const-433', u'LOAD_-1201723674'), ('const-4265897', u'COPY_-1201721990'), ('const-4265942', u'COPY_-1201721956'), (u'CALL_-1201723394', u'INDIRECT_-1201722516'), (u'CALL_-1201723916', u'INDIRECT_-1201723028'), (u'INDIRECT_-1201722928', u'CAST_-1201722135'), (u'CALL_-1201723683', u'INDIRECT_-1201722893'), (u'CALL_-12... | null | null | 00402570 | .. | .. | (translation_unit "void FUN_00402570(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION]... [OWNER][:[GROUP]] FILE...\n or: %s [OPTION]... --reference=RFILE FILE...\n"\n );\n prin... | (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_00402570(int param_1)\n\n{\n FILE *__stream;\n char *pcVar1;\n \n if (param_1 == 0) {\n pcVar1 = (char *)gettext(\n "Usage: %s [OPTION]... [OWNER][:[GROUP]] FILE...\n or: %s [OPTION]... --reference=RFILE FILE...\n"\n );\n p... |
/* WARNING: Unknown calling convention */
void function_1(int *status)
{
char *pcVar1;
int var_1;
int local_d8 [27];
int local_6c;
char *local_68;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
... | (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]... [OWNER][:[GROUP]] FILE...\n or: %s [OPTION]... --reference=RFILE FILE...\n"
);
printf(pcVar1,DAT_00417300,DAT_0041730... | 6,472 | ||
40_chmod_and_chmod_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_00425140)();
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_00415140)();
return iVar1;
}
| JMP qword ptr [0x00415140] | null | null | null | null | [('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724728'), ('tmp_44', u'CAST_-1201724723'), (u'INDIRECT_-1201724728', u'COPY_-1201724787'), (u'CAST_-1201724723', u'CALLIND_-1201724792')] | [('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724728'), ('tmp_44', u'CAST_-1201724723'), (u'INDIRECT_-1201724728', u'COPY_-1201724787'), (u'CAST_-1201724723', u'CALLIND_-1201724792')] | null | null | 00402280 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat_00415140)();\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_00415140)();\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_00425140)();
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_00415140)();
return iVar1;
}
| 3,393 | ||
128_dir_and_dir_strip.c | xstrcoll_name | FUN_00412840 |
/* WARNING: Variable defined which should be unmapped: a_local */
wchar_t xstrcoll_name(V a,V b)
{
undefined4 in_EAX;
wchar_t wVar1;
undefined4 in_register_00000004;
fileinfo **in_RCX;
V b_local;
V a_local;
wVar1 = cmp_name((fileinfo **)CONCAT44(in_register_00000004,in_EAX),in_RCX,
... |
bool FUN_00412840(long param_1,long param_2)
{
return param_1 == param_2;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RSI,qword ptr [RBP + -0x8]
CMP RSI,qword ptr [RBP + -0x10]
SETZ AL
AND AL,0x1
MOVZX EAX,AL
POP RBP
RET | null | null | null | null | [('tmp_200', u'PIECE_-1201788704'), (u'PIECE_-1201788704', u'CAST_-1201788680'), ('const-4285664', u'PTRSUB_-1201788679'), (u'CAST_-1201788679', u'CALL_-1201788780'), ('const-0', u'RETURN_-1201788751'), ('tmp_201', u'PIECE_-1201788704'), (u'PTRSUB_-1201788679', u'CAST_-1201788679'), ('const-0', u'PTRSUB_-1201788679'), ... | [('tmp_152', u'INT_EQUAL_-1201788817'), ('const-0', u'RETURN_-1201788782'), ('tmp_151', u'INT_EQUAL_-1201788817'), (u'COPY_-1201788773', u'RETURN_-1201788782'), (u'INT_EQUAL_-1201788817', u'COPY_-1201788773')] | null | null | 00412840 | .. | .. | (translation_unit "bool FUN_00412840(long param_1,long param_2)\n\n{\n return param_1 == param_2;\n}\n\n" (function_definition "bool FUN_00412840(long param_1,long param_2)\n\n{\n return param_1 == param_2;\n}" primitive_type (function_declarator "FUN_00412840(long param_1,long param_2)" identifier (parameter_list "(... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT == IDENT) ;) }))) | (function_definition "bool FUN_00412840(long param_1,long param_2)\n\n{\n return param_1 == param_2;\n}" (primitive_type "bool") (function_declarator "FUN_00412840(long param_1,long param_2)" (identifier "FUN_00412840") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_... |
/* WARNING: Variable defined which should be unmapped: a_local */
type_1 function_1(type_2 a,type_2 b)
{
type_3 in_EAX;
type_1 wVar1;
type_3 in_register_00000004;
type_4 **in_RCX;
type_2 b_local;
type_2 a_local;
wVar1 = var_1((type_4 **)var_2(in_register_00000004,in_EAX),in_RCX,
(... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compoun... |
bool MASKED(long param_1,long param_2)
{
return param_1 == param_2;
}
| 4,847 | ||
34_chcon_and_chcon_strip.c | memset | memset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_00427110)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_00416110)();
return pvVar1;
}
| JMP qword ptr [0x00416110] | null | null | null | null | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | null | null | 00402220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00416110)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * ID... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00416110)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_00427110)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_00416110)();
return pvVar1;
}
| 2,595 | ||
104_find_and_find_strip.c | sscanf | sscanf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sscanf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sscanf_00504df8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sscanf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sscanf_0048cdf8)();
return iVar1;
}
| JMP qword ptr [0x0048cdf8] | null | null | null | null | [(u'INDIRECT_-1201715513', u'COPY_-1201715572'), (u'CALLIND_-1201715576', u'INDIRECT_-1201715513'), ('tmp_38', u'CAST_-1201715508'), (u'CAST_-1201715508', u'CALLIND_-1201715576'), (u'CALLIND_-1201715576', u'RETURN_-1201715573'), ('const-0', u'RETURN_-1201715573')] | [(u'INDIRECT_-1201715513', u'COPY_-1201715572'), (u'CALLIND_-1201715576', u'INDIRECT_-1201715513'), ('tmp_38', u'CAST_-1201715508'), (u'CAST_-1201715508', u'CALLIND_-1201715576'), (u'CALLIND_-1201715576', u'RETURN_-1201715573'), ('const-0', u'RETURN_-1201715573')] | null | null | 00404680 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sscanf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sscanf_0048cdf8)();\n return iVar1;\n}\n\n" comment (function_definition "int sscanf(char *__s,char *__format,...)\n\n{\n int iVar... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sscanf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sscanf_0048cdf8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sscanf(char *__s,char *__format,..... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_sscanf_00504df8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0048cdf8)();
return iVar1;
}
| 8,627 | ||
37_head_and_head_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_00418128)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_0040e128)();
return pvVar1;
}
| JMP qword ptr [0x0040e128] | null | null | null | null | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'CAST_-1201724772'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724772', u'RETURN_-1201724837'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773')] | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'CAST_-1201724772'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724772', u'RETURN_-1201724837'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773')] | null | null | 00402250 | .. | .. | (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_0040e128)();\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_0040e128)();\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_00418128)();
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_0040e128)();
return pvVar1;
}
| 1,482 | ||
34_shred_and_shred_strip.c | lseek | lseek |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_00422110)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_00413110)();
return _Var1;
}
| JMP qword ptr [0x00413110] | null | null | null | null | [('const-0', u'RETURN_-1201724885'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | [('const-0', u'RETURN_-1201724885'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | null | null | 00402220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_00413110)();\n return _Var1;\n}\n\n" comment (function_definition "__off_t lseek(int __fd,__off_t __offset,i... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_ex... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_00413110)();\n return _Var1;\n}" (type_identifier "__off_t") (function_declarator "lseek(int __f... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __fd,type_1 __offset,int __whence)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_lseek_00422110)();
return _Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t MASKED(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_MASKED_00413110)();
return _Var1;
}
| 3,527 | ||
10_sha384sum_and_sha384sum_strip.c | fread_unlocked | fread_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_unlocked_00425050)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_unlocked_00417050)();
return sVar1;
}
| JMP qword ptr [0x00417050] | null | null | null | null | [('tmp_50', u'CAST_-1201725202'), (u'CAST_-1201725202', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725207'), (u'INDIRECT_-1201725207', u'COPY_-1201725266'), ('const-0', u'RETURN_-1201725269'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')] | [('tmp_50', u'CAST_-1201725202'), (u'CAST_-1201725202', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725207'), (u'INDIRECT_-1201725207', u'COPY_-1201725266'), ('const-0', u'RETURN_-1201725269'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')] | null | null | 004020a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_00417050)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_00417050)();\n return sVar1;\n}" (primitive_type "size_t") (functio... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fread_unlocked_00425050)();
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_00417050)();
return sVar1;
}
| 3,017 | ||
160_mv_and_mv_strip.c | set_file_security_ctx | FUN_00409c90 |
_Bool set_file_security_ctx(char *dst_name,_Bool process_local,_Bool recurse,cp_options *x)
{
int iVar1;
_Bool _Var2;
int *piVar3;
undefined8 uVar4;
char *pcVar5;
cp_options *pcVar6;
byte local_2f;
byte local_2b;
_Bool some_errors;
_Bool all_errors;
cp_options *x_local;
_Bool recurse_local;
... |
byte FUN_00409c90(long param_1,byte param_2)
{
undefined1 local_13;
undefined1 local_12;
local_12 = 1;
if (*(int *)(param_1 + 4) != 4) {
local_13 = 0;
if (*(int *)(param_1 + 4) == 3) {
local_13 = param_2 & 1;
}
local_12 = local_13;
}
return local_12;
}
| PUSH RBP
MOV RBP,RSP
MOV AL,SIL
MOV qword ptr [RBP + -0x8],RDI
AND AL,0x1
MOV byte ptr [RBP + -0x9],AL
MOV RDI,qword ptr [RBP + -0x8]
CMP dword ptr [RDI + 0x4],0x4
MOV AL,0x1
MOV byte ptr [RBP + -0xa],AL
JZ 0x00409cd4
XOR EAX,EAX
MOV CL,AL
MOV RDX,qword ptr [RBP + -0x8]
CMP dword ptr [RDX + 0x4],0x3
MOV byte ptr [RBP +... | null | null | null | null | [('const-8', u'INT_RIGHT_-1201692307'), (u'COPY_-1201692080', u'RETURN_-1201692070'), (u'CALL_-1201692985', u'LOAD_-1201692984'), (u'COPY_-1201692075', u'RETURN_-1201692065'), (u'CALL_-1201693030', u'CBRANCH_-1201693002'), ('const-0', u'CALL_-1201692918'), ('const-0', u'COPY_-1201692075'), (u'INT_AND_-1201693202', u'IN... | [(u'LOAD_-1201693452', u'INT_EQUAL_-1201693437'), ('const-0', u'COPY_-1201693436'), ('const-4', u'INT_ADD_-1201693490'), (u'INT_NOTEQUAL_-1201693490', u'CBRANCH_-1201693479'), (u'INT_EQUAL_-1201693437', u'CBRANCH_-1201693427'), (u'MULTIEQUAL_-1201693237', u'COPY_-1201693287'), ('const-3', u'INT_EQUAL_-1201693437'), ('c... | null | null | 00409c90 | .. | .. | (translation_unit "byte FUN_00409c90(long param_1,byte param_2)\n\n{\n undefined1 local_13;\n undefined1 local_12;\n \n local_12 = 1;\n if (*(int *)(param_1 + 4) != 4) {\n local_13 = 0;\n if (*(int *)(param_1 + 4) == 3) {\n local_13 = param_2 & 1;\n }\n local_12 = local_13;\n }\n return local_12... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT... | (function_definition "byte FUN_00409c90(long param_1,byte param_2)\n\n{\n undefined1 local_13;\n undefined1 local_12;\n \n local_12 = 1;\n if (*(int *)(param_1 + 4) != 4) {\n local_13 = 0;\n if (*(int *)(param_1 + 4) == 3) {\n local_13 = param_2 & 1;\n }\n local_12 = local_13;\n }\n return local... |
type_1 function_1(char *dst_name,type_1 process_local,type_1 recurse,type_2 *x)
{
int iVar1;
type_1 _Var2;
int *piVar3;
type_3 uVar4;
char *pcVar5;
type_2 *pcVar6;
type_4 var_4;
type_4 var_2;
type_1 some_errors;
type_1 all_errors;
type_2 *x_local;
type_1 recurse_local;
type_1 process_local_l... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_st... |
byte MASKED(long param_1,byte param_2)
{
undefined1 local_13;
undefined1 local_12;
local_12 = 1;
if (*(int *)(param_1 + 4) != 4) {
local_13 = 0;
if (*(int *)(param_1 + 4) == 3) {
local_13 = param_2 & 1;
}
local_12 = local_13;
}
return local_12;
}
| 4,337 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.