file_name stringlengths 17 45 | original_function_name stringlengths 3 57 | stripped_function_name stringlengths 3 57 | decompiled_code_original stringlengths 52 99k | decompiled_code_stripped stringlengths 37 21.4k | assembly_code stringlengths 3 32.8k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 13.4M | pcode_edges_stripped stringlengths 34 232k | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_decompiled_code_original_noisy stringlengths 348 895k | S-Expression_decompiled_code_original_clean stringclasses 487
values | S-Expression_decompiled_code_original_root stringlengths 356 897k | Replace_function_name_and_variable_name stringlengths 39 95.3k | S-Expression_decompiled_code_stripped stringclasses 1
value | Root Node stringclasses 555
values | decompiled_code_original_masked stringclasses 1
value | decompiled_code_stripped_masked stringlengths 35 21.4k | __index_level_0__ int64 1 11.3k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94_putty_and_putty_strip.c | rmdir | rmdir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rmdir(char *__path)
{
int iVar1;
iVar1 = (*(code *)PTR_rmdir_0062c250)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rmdir(char *__path)
{
int iVar1;
iVar1 = (*(code *)PTR_rmdir_00536250)();
return iVar1;
}
| JMP qword ptr [0x00536250] | null | null | null | null | [(u'CALLIND_-1201687048', u'INDIRECT_-1201686986'), ('const-0', u'RETURN_-1201687045'), (u'INDIRECT_-1201686986', u'COPY_-1201687045'), ('tmp_32', u'CAST_-1201686981'), (u'CALLIND_-1201687048', u'RETURN_-1201687045'), (u'CAST_-1201686981', u'CALLIND_-1201687048')] | [(u'CALLIND_-1201687048', u'INDIRECT_-1201686986'), ('const-0', u'RETURN_-1201687045'), (u'INDIRECT_-1201686986', u'COPY_-1201687045'), ('tmp_32', u'CAST_-1201686981'), (u'CALLIND_-1201687048', u'RETURN_-1201687045'), (u'CAST_-1201686981', u'CALLIND_-1201687048')] | null | null | 0040b5f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint rmdir(char *__path)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rmdir_00536250)();\n return iVar1;\n}\n\n" comment (function_definition "int rmdir(char *__path)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rmd... | (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 rmdir(char *__path)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rmdir_00536250)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "rmdir(char *__path)" (identifier "rmdir") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__path)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_rmdir_0062c250)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__path)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00536250)();
return iVar1;
}
| 10,832 | ||
22_install_and_install_strip.c | qsort | qsort |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_0045a0b0)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_004300b0)();
return;
}
| JMP qword ptr [0x004300b0] | null | null | null | null | [(u'INDIRECT_-1201716824', u'COPY_-1201716883'), (u'CAST_-1201716819', u'CALLIND_-1201716888'), (u'CALLIND_-1201716888', u'INDIRECT_-1201716824'), ('const-0', u'RETURN_-1201716885'), ('tmp_46', u'CAST_-1201716819')] | [(u'INDIRECT_-1201716824', u'COPY_-1201716883'), (u'CAST_-1201716819', u'CALLIND_-1201716888'), (u'CALLIND_-1201716888', u'INDIRECT_-1201716824'), ('const-0', u'RETURN_-1201716885'), ('tmp_46', u'CAST_-1201716819')] | null | null | 00404160 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_004300b0)();\n return;\n}\n\n" comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_004300b0)();\n return;\n}" (primitive_type "void") (function_declarator "qsort(void *__base,size_t __nm... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__base,size_t __nmemb,size_t __size,type_1 __compar)
{
(*(type_2 *)PTR_qsort_0045a0b0)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_MASKED_004300b0)();
return;
}
| 6,106 | ||
19_du_and_du_strip.c | setenv | setenv |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setenv(char *__name,char *__value,int __replace)
{
int iVar1;
iVar1 = (*(code *)PTR_setenv_00441098)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setenv(char *__name,char *__value,int __replace)
{
int iVar1;
iVar1 = (*(code *)PTR_setenv_00423098)();
return iVar1;
}
| JMP qword ptr [0x00423098] | null | null | null | null | [(u'CALLIND_-1201721032', u'RETURN_-1201721029'), (u'CAST_-1201720963', u'CALLIND_-1201721032'), ('const-0', u'RETURN_-1201721029'), (u'CALLIND_-1201721032', u'INDIRECT_-1201720968'), ('tmp_44', u'CAST_-1201720963'), (u'INDIRECT_-1201720968', u'COPY_-1201721027')] | [(u'CALLIND_-1201721032', u'RETURN_-1201721029'), (u'CAST_-1201720963', u'CALLIND_-1201721032'), ('const-0', u'RETURN_-1201721029'), (u'CALLIND_-1201721032', u'INDIRECT_-1201720968'), ('tmp_44', u'CAST_-1201720963'), (u'INDIRECT_-1201720968', u'COPY_-1201721027')] | null | null | 00403130 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint setenv(char *__name,char *__value,int __replace)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setenv_00423098)();\n return iVar1;\n}\n\n" comment (function_definition "int setenv(char *__name,char *__value,int __r... | (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 setenv(char *__name,char *__value,int __replace)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setenv_00423098)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "setenv(char *__name,ch... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__name,char *__value,int __replace)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_setenv_00441098)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__name,char *__value,int __replace)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00423098)();
return iVar1;
}
| 3,887 | ||
309_putty_and_putty_strip.c | pango_font_description_get_size | pango_font_description_get_size |
void pango_font_description_get_size(void)
{
(*(code *)PTR_pango_font_description_get_size_0062c908)();
return;
}
|
void pango_font_description_get_size(void)
{
(*(code *)PTR_pango_font_description_get_size_00536908)();
return;
}
| JMP qword ptr [0x00536908] | null | null | null | null | [('const-0', u'RETURN_-1201683605'), (u'CAST_-1201683543', u'CALLIND_-1201683608'), ('tmp_22', u'CAST_-1201683543'), (u'INDIRECT_-1201683548', u'COPY_-1201683607'), (u'CALLIND_-1201683608', u'INDIRECT_-1201683548')] | [('const-0', u'RETURN_-1201683605'), (u'CAST_-1201683543', u'CALLIND_-1201683608'), ('tmp_22', u'CAST_-1201683543'), (u'INDIRECT_-1201683548', u'COPY_-1201683607'), (u'CALLIND_-1201683608', u'INDIRECT_-1201683548')] | null | null | 0040c360 | .. | .. | (translation_unit "void pango_font_description_get_size(void)\n\n{\n (*(code *)PTR_pango_font_description_get_size_00536908)();\n return;\n}\n\n" (function_definition "void pango_font_description_get_size(void)\n\n{\n (*(code *)PTR_pango_font_description_get_size_00536908)();\n return;\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void pango_font_description_get_size(void)\n\n{\n (*(code *)PTR_pango_font_description_get_size_00536908)();\n return;\n}" (primitive_type "void") (function_declarator "pango_font_description_get_size(void)" (identifier "pango_font_description_get_size") (parameter_list "(void)" (( "(") (paramet... |
void function_1(void)
{
(*(type_1 *)PTR_pango_font_description_get_size_0062c908)();
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_00536908)();
return;
}
| 11,047 | ||
68_mkdir_and_mkdir_strip.c | fchdir | fchdir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fchdir(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_fchdir_0042c220)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fchdir(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_fchdir_00418220)();
return iVar1;
}
| JMP qword ptr [0x00418220] | null | null | null | null | [(u'INDIRECT_-1201724282', u'COPY_-1201724341'), ('const-0', u'RETURN_-1201724341'), ('tmp_32', u'CAST_-1201724277'), (u'CALLIND_-1201724344', u'INDIRECT_-1201724282'), (u'CALLIND_-1201724344', u'RETURN_-1201724341'), (u'CAST_-1201724277', u'CALLIND_-1201724344')] | [(u'INDIRECT_-1201724282', u'COPY_-1201724341'), ('const-0', u'RETURN_-1201724341'), ('tmp_32', u'CAST_-1201724277'), (u'CALLIND_-1201724344', u'INDIRECT_-1201724282'), (u'CALLIND_-1201724344', u'RETURN_-1201724341'), (u'CAST_-1201724277', u'CALLIND_-1201724344')] | null | null | 00402440 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fchdir(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fchdir_00418220)();\n return iVar1;\n}\n\n" comment (function_definition "int fchdir(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fchdir_0... | (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 fchdir(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fchdir_00418220)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fchdir(int __fd)" (identifier "fchdir") (parameter_lis... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_fchdir_0042c220)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00418220)();
return iVar1;
}
| 6,916 | ||
72_install_and_install_strip.c | getcon | getcon |
void getcon(void)
{
(*(code *)PTR_getcon_0045a240)();
return;
}
|
void getcon(void)
{
(*(code *)PTR_getcon_00430240)();
return;
}
| JMP qword ptr [0x00430240] | null | null | null | null | [(u'INDIRECT_-1201716028', u'COPY_-1201716087'), (u'CAST_-1201716023', u'CALLIND_-1201716088'), ('tmp_22', u'CAST_-1201716023'), (u'CALLIND_-1201716088', u'INDIRECT_-1201716028'), ('const-0', u'RETURN_-1201716085')] | [(u'INDIRECT_-1201716028', u'COPY_-1201716087'), (u'CAST_-1201716023', u'CALLIND_-1201716088'), ('tmp_22', u'CAST_-1201716023'), (u'CALLIND_-1201716088', u'INDIRECT_-1201716028'), ('const-0', u'RETURN_-1201716085')] | null | null | 00404480 | .. | .. | (translation_unit "void getcon(void)\n\n{\n (*(code *)PTR_getcon_00430240)();\n return;\n}\n\n" (function_definition "void getcon(void)\n\n{\n (*(code *)PTR_getcon_00430240)();\n return;\n}" primitive_type (function_declarator "getcon(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primit... | (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 getcon(void)\n\n{\n (*(code *)PTR_getcon_00430240)();\n return;\n}" (primitive_type "void") (function_declarator "getcon(void)" (identifier "getcon") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_get... |
void function_1(void)
{
(*(type_1 *)PTR_getcon_0045a240)();
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_00430240)();
return;
}
| 6,156 | ||
116_ls_and_ls_strip.c | _dl_relocate_static_pie | FUN_00403750 |
void _dl_relocate_static_pie(void)
{
return;
}
|
void FUN_00403750(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1201719460')] | [('const-0', u'RETURN_-1201719460')] | null | null | 00403750 | .. | .. | (translation_unit "void FUN_00403750(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00403750(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00403750(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_00403750(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00403750(void)" (identifier "FUN_00403750") (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;
}
| 7,767 | ||
203_pterm_and_pterm_strip.c | gdk_window_set_icon_name | gdk_window_set_icon_name |
void gdk_window_set_icon_name(void)
{
(*(code *)PTR_gdk_window_set_icon_name_00524678)();
return;
}
|
void gdk_window_set_icon_name(void)
{
(*(code *)PTR_gdk_window_set_icon_name_004aa678)();
return;
}
| JMP qword ptr [0x004aa678] | null | null | null | null | [(u'CAST_-1201689335', u'CALLIND_-1201689400'), ('tmp_22', u'CAST_-1201689335'), (u'INDIRECT_-1201689340', u'COPY_-1201689399'), (u'CALLIND_-1201689400', u'INDIRECT_-1201689340'), ('const-0', u'RETURN_-1201689397')] | [(u'CAST_-1201689335', u'CALLIND_-1201689400'), ('tmp_22', u'CAST_-1201689335'), (u'INDIRECT_-1201689340', u'COPY_-1201689399'), (u'CALLIND_-1201689400', u'INDIRECT_-1201689340'), ('const-0', u'RETURN_-1201689397')] | null | null | 0040acc0 | .. | .. | (translation_unit "void gdk_window_set_icon_name(void)\n\n{\n (*(code *)PTR_gdk_window_set_icon_name_004aa678)();\n return;\n}\n\n" (function_definition "void gdk_window_set_icon_name(void)\n\n{\n (*(code *)PTR_gdk_window_set_icon_name_004aa678)();\n return;\n}" primitive_type (function_declarator "gdk_window_set_i... | (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_window_set_icon_name(void)\n\n{\n (*(code *)PTR_gdk_window_set_icon_name_004aa678)();\n return;\n}" (primitive_type "void") (function_declarator "gdk_window_set_icon_name(void)" (identifier "gdk_window_set_icon_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primi... |
void function_1(void)
{
(*(type_1 *)PTR_gdk_window_set_icon_name_00524678)();
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_004aa678)();
return;
}
| 8,903 | ||
9_rmdir_and_rmdir_strip.c | textdomain | textdomain |
void textdomain(void)
{
(*(code *)PTR_textdomain_00412048)();
return;
}
|
void textdomain(void)
{
(*(code *)PTR_textdomain_0040c048)();
return;
}
| JMP qword ptr [0x0040c048] | null | null | null | null | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | null | null | 00402090 | .. | .. | (translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040c048)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040c048)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040c048)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_textdomain_00412048)();
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_0040c048)();
return;
}
| 292 | ||
42_stdbuf_and_stdbuf_strip.c | realloc | realloc |
/* WARNING: Switch with 1 destination removed at 0x004022a0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
|
/* WARNING: Switch with 1 destination removed at 0x004022a0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| JMP qword ptr [0x0040d150] | null | null | null | null | [('tmp_6', u'BRANCH_-1201724764')] | [('tmp_6', u'BRANCH_-1201724764')] | null | null | 004022a0 | .. | .. | (translation_unit "/* WARNING: Switch with 1 destination removed at 0x004022a0 */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } while( true );\n}\n\n" co... | (translation_unit comment comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (do_statement do (compound_statement { comment }) while (parenthesized_... | (comment "/* WARNING: Switch with 1 destination removed at 0x004022a0 */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n do {\n /* WARNING: Do nothing block with infinite loop */\n } wh... |
/* WARNING: Switch with 1 destination removed at 0x004022a0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_decl... |
/* WARNING: Switch with 1 destination removed at 0x004022a0 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__ptr,size_t __size)
{
do {
/* WARNING: Do nothing block with infinite loop */
} while( true );
}
| 3,844 | ||
81_psftp_and_psftp_strip.c | strtol | strtol |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long strtol(char *__nptr,char **__endptr,int __base)
{
long lVar1;
lVar1 = (*(code *)PTR_strtol_00557e10)();
return lVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long strtol(char *__nptr,char **__endptr,int __base)
{
long lVar1;
lVar1 = (*(code *)PTR_strtol_004b6e10)();
return lVar1;
}
| JMP qword ptr [0x004b6e10] | null | null | null | null | [('tmp_44', u'CAST_-1201719971'), (u'CALLIND_-1201720040', u'INDIRECT_-1201719976'), (u'CALLIND_-1201720040', u'RETURN_-1201720037'), (u'INDIRECT_-1201719976', u'COPY_-1201720035'), (u'CAST_-1201719971', u'CALLIND_-1201720040'), ('const-0', u'RETURN_-1201720037')] | [('tmp_44', u'CAST_-1201719971'), (u'CALLIND_-1201720040', u'INDIRECT_-1201719976'), (u'CALLIND_-1201720040', u'RETURN_-1201720037'), (u'INDIRECT_-1201719976', u'COPY_-1201720035'), (u'CAST_-1201719971', u'CALLIND_-1201720040'), ('const-0', u'RETURN_-1201720037')] | null | null | 00403510 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_strtol_004b6e10)();\n return lVar1;\n}\n\n" comment (function_definition "long strtol(char *__nptr,char **__endptr,int... | (translation_unit comment (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statemen... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_strtol_004b6e10)();\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(char *__nptr,char **__endptr,int __base)
{
long lVar1;
lVar1 = (*(type_1 *)PTR_strtol_00557e10)();
return lVar1;
}
| (translation_unit (comment) (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) decla... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long MASKED(char *__nptr,char **__endptr,int __base)
{
long lVar1;
lVar1 = (*(code *)PTR_MASKED_004b6e10)();
return lVar1;
}
| 10,163 | ||
369_putty_and_putty_strip.c | pango_font_description_get_style | pango_font_description_get_style |
void pango_font_description_get_style(void)
{
(*(code *)PTR_pango_font_description_get_style_0062caf0)();
return;
}
|
void pango_font_description_get_style(void)
{
(*(code *)PTR_pango_font_description_get_style_00536af0)();
return;
}
| JMP qword ptr [0x00536af0] | null | null | null | null | [(u'CAST_-1201682567', u'CALLIND_-1201682632'), ('const-0', u'RETURN_-1201682629'), (u'CALLIND_-1201682632', u'INDIRECT_-1201682572'), ('tmp_22', u'CAST_-1201682567'), (u'INDIRECT_-1201682572', u'COPY_-1201682631')] | [(u'CAST_-1201682567', u'CALLIND_-1201682632'), ('const-0', u'RETURN_-1201682629'), (u'CALLIND_-1201682632', u'INDIRECT_-1201682572'), ('tmp_22', u'CAST_-1201682567'), (u'INDIRECT_-1201682572', u'COPY_-1201682631')] | null | null | 0040c730 | .. | .. | (translation_unit "void pango_font_description_get_style(void)\n\n{\n (*(code *)PTR_pango_font_description_get_style_00536af0)();\n return;\n}\n\n" (function_definition "void pango_font_description_get_style(void)\n\n{\n (*(code *)PTR_pango_font_description_get_style_00536af0)();\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 pango_font_description_get_style(void)\n\n{\n (*(code *)PTR_pango_font_description_get_style_00536af0)();\n return;\n}" (primitive_type "void") (function_declarator "pango_font_description_get_style(void)" (identifier "pango_font_description_get_style") (parameter_list "(void)" (( "(") (par... |
void function_1(void)
{
(*(type_1 *)PTR_pango_font_description_get_style_0062caf0)();
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_00536af0)();
return;
}
| 11,107 | ||
81_ls_and_ls_strip.c | strcoll | strcoll |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcoll(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcoll_0044f288)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcoll(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcoll_0042b288)();
return iVar1;
}
| JMP qword ptr [0x0042b288] | null | null | null | null | [(u'INDIRECT_-1201719977', u'COPY_-1201720036'), (u'CAST_-1201719972', u'CALLIND_-1201720040'), (u'CALLIND_-1201720040', u'INDIRECT_-1201719977'), (u'CALLIND_-1201720040', u'RETURN_-1201720037'), ('const-0', u'RETURN_-1201720037'), ('tmp_38', u'CAST_-1201719972')] | [(u'INDIRECT_-1201719977', u'COPY_-1201720036'), (u'CAST_-1201719972', u'CALLIND_-1201720040'), (u'CALLIND_-1201720040', u'INDIRECT_-1201719977'), (u'CALLIND_-1201720040', u'RETURN_-1201720037'), ('const-0', u'RETURN_-1201720037'), ('tmp_38', u'CAST_-1201719972')] | null | null | 00403510 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcoll(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcoll_0042b288)();\n return iVar1;\n}\n\n" comment (function_definition "int strcoll(char *__s1,char *__s2)\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 strcoll(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcoll_0042b288)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strcoll(char *__s1,char *__s2)" (identi... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_strcoll_0044f288)();
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_0042b288)();
return iVar1;
}
| 7,732 | ||
16_mv_and_mv_strip.c | context_type_get | context_type_get |
void context_type_get(void)
{
(*(code *)PTR_context_type_get_00454080)();
return;
}
|
void context_type_get(void)
{
(*(code *)PTR_context_type_get_0042c080)();
return;
}
| JMP qword ptr [0x0042c080] | null | null | null | null | [('const-0', u'RETURN_-1201721077'), ('tmp_22', u'CAST_-1201721015'), (u'CALLIND_-1201721080', u'INDIRECT_-1201721020'), (u'CAST_-1201721015', u'CALLIND_-1201721080'), (u'INDIRECT_-1201721020', u'COPY_-1201721079')] | [('const-0', u'RETURN_-1201721077'), ('tmp_22', u'CAST_-1201721015'), (u'CALLIND_-1201721080', u'INDIRECT_-1201721020'), (u'CAST_-1201721015', u'CALLIND_-1201721080'), (u'INDIRECT_-1201721020', u'COPY_-1201721079')] | null | null | 00403100 | .. | .. | (translation_unit "void context_type_get(void)\n\n{\n (*(code *)PTR_context_type_get_0042c080)();\n return;\n}\n\n" (function_definition "void context_type_get(void)\n\n{\n (*(code *)PTR_context_type_get_0042c080)();\n return;\n}" primitive_type (function_declarator "context_type_get(void)" identifier (parameter_li... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void context_type_get(void)\n\n{\n (*(code *)PTR_context_type_get_0042c080)();\n return;\n}" (primitive_type "void") (function_declarator "context_type_get(void)" (identifier "context_type_get") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
void function_1(void)
{
(*(type_1 *)PTR_context_type_get_00454080)();
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_0042c080)();
return;
}
| 4,003 | ||
48_b2sum_and_b2sum_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_00427180)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_00417180)();
return pcVar1;
}
| JMP qword ptr [0x00417180] | null | null | null | null | [(u'CAST_-1201724596', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'CAST_-1201724595'), (u'INDIRECT_-1201724601', u'COPY_-1201724660'), ('tmp_38', u'CAST_-1201724596'), ('const-0', u'RETURN_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724601'), (u'CAST_-1201724595', u'RETURN_-1201724661')] | [(u'CAST_-1201724596', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'CAST_-1201724595'), (u'INDIRECT_-1201724601', u'COPY_-1201724660'), ('tmp_38', u'CAST_-1201724596'), ('const-0', u'RETURN_-1201724661'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724601'), (u'CAST_-1201724595', u'RETURN_-1201724661')] | null | null | 00402300 | .. | .. | (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_00417180)();\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_00417180)();\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_00427180)();
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_00417180)();
return pcVar1;
}
| 4,833 | ||
60_find_and_find_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_00504c98)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0048cc98)();
return iVar1;
}
| JMP qword ptr [0x0048cc98] | null | null | null | null | [(u'CALLIND_-1201716280', u'INDIRECT_-1201716217'), ('tmp_38', u'CAST_-1201716212'), (u'CAST_-1201716212', u'CALLIND_-1201716280'), (u'CALLIND_-1201716280', u'RETURN_-1201716277'), (u'INDIRECT_-1201716217', u'COPY_-1201716276'), ('const-0', u'RETURN_-1201716277')] | [(u'CALLIND_-1201716280', u'INDIRECT_-1201716217'), ('tmp_38', u'CAST_-1201716212'), (u'CAST_-1201716212', u'CALLIND_-1201716280'), (u'CALLIND_-1201716280', u'RETURN_-1201716277'), (u'INDIRECT_-1201716217', u'COPY_-1201716276'), ('const-0', u'RETURN_-1201716277')] | null | null | 004043c0 | .. | .. | (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_0048cc98)();\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_0048cc98)();\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_00504c98)();
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_0048cc98)();
return iVar1;
}
| 8,583 | ||
17_unexpand_and_unexpand_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_00414088)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0040c088)();
return;
}
| JMP qword ptr [0x0040c088] | null | null | null | null | [(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')] | [(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')] | null | null | 00402110 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_00414088)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040c088)();
return;
}
| 1,318 | ||
34_nproc_and_nproc_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_00413110)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_0040c110)();
return iVar1;
}
| JMP qword ptr [0x0040c110] | null | null | null | null | [(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')] | [(u'INDIRECT_-1201724826', u'COPY_-1201724885'), (u'CAST_-1201724821', u'CALLIND_-1201724888'), ('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724826'), ('tmp_32', u'CAST_-1201724821'), (u'CALLIND_-1201724888', u'RETURN_-1201724885')] | null | null | 00402220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040c110)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040c110)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fileno_00413110)();
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_0040c110)();
return iVar1;
}
| 3,299 | ||
113_mv_and_mv_strip.c | linkat | linkat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int linkat(int __fromfd,char *__from,int __tofd,char *__to,int __flags)
{
int iVar1;
iVar1 = (*(code *)PTR_linkat_00454388)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int linkat(int __fromfd,char *__from,int __tofd,char *__to,int __flags)
{
int iVar1;
iVar1 = (*(code *)PTR_linkat_0042c388)();
return iVar1;
}
| JMP qword ptr [0x0042c388] | null | null | null | null | [(u'CALLIND_-1201719528', u'RETURN_-1201719525'), (u'INDIRECT_-1201719462', u'COPY_-1201719521'), (u'CAST_-1201719457', u'CALLIND_-1201719528'), ('tmp_56', u'CAST_-1201719457'), ('const-0', u'RETURN_-1201719525'), (u'CALLIND_-1201719528', u'INDIRECT_-1201719462')] | [(u'CALLIND_-1201719528', u'RETURN_-1201719525'), (u'INDIRECT_-1201719462', u'COPY_-1201719521'), (u'CAST_-1201719457', u'CALLIND_-1201719528'), ('tmp_56', u'CAST_-1201719457'), ('const-0', u'RETURN_-1201719525'), (u'CALLIND_-1201719528', u'INDIRECT_-1201719462')] | null | null | 00403710 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint linkat(int __fromfd,char *__from,int __tofd,char *__to,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_linkat_0042c388)();\n return iVar1;\n}\n\n" comment (function_definition "int linkat(int __fromfd,ch... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE I... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int linkat(int __fromfd,char *__from,int __tofd,char *__to,int __flags)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_linkat_0042c388)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "lin... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fromfd,char *__from,int __tofd,char *__to,int __flags)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_linkat_00454388)();
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 __fromfd,char *__from,int __tofd,char *__to,int __flags)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042c388)();
return iVar1;
}
| 4,100 | ||
53_touch_and_touch_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_004ab1a8)();
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_004661a8)();
return iVar1;
}
| JMP qword ptr [0x004661a8] | null | null | null | null | [(u'INDIRECT_-1201724520', u'COPY_-1201724579'), (u'CAST_-1201724515', u'CALLIND_-1201724584'), ('tmp_44', u'CAST_-1201724515'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724520'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | [(u'INDIRECT_-1201724520', u'COPY_-1201724579'), (u'CAST_-1201724515', u'CALLIND_-1201724584'), ('tmp_44', u'CAST_-1201724515'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724520'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | null | null | 00402350 | .. | .. | (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_004661a8)();\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_004661a8)();\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_004ab1a8)();
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_004661a8)();
return iVar1;
}
| 4,366 | ||
7_find_and_find_strip.c | is_selinux_enabled | is_selinux_enabled |
void is_selinux_enabled(void)
{
(*(code *)PTR_is_selinux_enabled_00504af0)();
return;
}
|
void is_selinux_enabled(void)
{
(*(code *)PTR_is_selinux_enabled_0048caf0)();
return;
}
| JMP qword ptr [0x0048caf0] | null | null | null | null | [(u'INDIRECT_-1201717068', u'COPY_-1201717127'), ('tmp_22', u'CAST_-1201717063'), (u'CAST_-1201717063', u'CALLIND_-1201717128'), (u'CALLIND_-1201717128', u'INDIRECT_-1201717068'), ('const-0', u'RETURN_-1201717125')] | [(u'INDIRECT_-1201717068', u'COPY_-1201717127'), ('tmp_22', u'CAST_-1201717063'), (u'CAST_-1201717063', u'CALLIND_-1201717128'), (u'CALLIND_-1201717128', u'INDIRECT_-1201717068'), ('const-0', u'RETURN_-1201717125')] | null | null | 00404070 | .. | .. | (translation_unit "void is_selinux_enabled(void)\n\n{\n (*(code *)PTR_is_selinux_enabled_0048caf0)();\n return;\n}\n\n" (function_definition "void is_selinux_enabled(void)\n\n{\n (*(code *)PTR_is_selinux_enabled_0048caf0)();\n return;\n}" primitive_type (function_declarator "is_selinux_enabled(void)" identifier (pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void is_selinux_enabled(void)\n\n{\n (*(code *)PTR_is_selinux_enabled_0048caf0)();\n return;\n}" (primitive_type "void") (function_declarator "is_selinux_enabled(void)" (identifier "is_selinux_enabled") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")... |
void function_1(void)
{
(*(type_1 *)PTR_is_selinux_enabled_00504af0)();
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_0048caf0)();
return;
}
| 8,530 | ||
55_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | RTMP_Connect1 | RTMP_Connect1 |
void RTMP_Connect1(void)
{
(*(code *)PTR_RTMP_Connect1_00296220)();
return;
}
|
void RTMP_Connect1(void)
{
(*(code *)PTR_RTMP_Connect1_001d1220)();
return;
}
| JMP qword ptr [0x001d1220] | null | null | null | null | [('const-0', u'RETURN_-1206918149'), (u'CAST_-1206918087', u'CALLIND_-1206918152'), (u'CALLIND_-1206918152', u'INDIRECT_-1206918092'), ('tmp_22', u'CAST_-1206918087'), (u'INDIRECT_-1206918092', u'COPY_-1206918151')] | [('const-0', u'RETURN_-1206918149'), (u'CAST_-1206918087', u'CALLIND_-1206918152'), (u'CALLIND_-1206918152', u'INDIRECT_-1206918092'), ('tmp_22', u'CAST_-1206918087'), (u'INDIRECT_-1206918092', u'COPY_-1206918151')] | null | null | 0010e3f0 | .. | .. | (translation_unit "void RTMP_Connect1(void)\n\n{\n (*(code *)PTR_RTMP_Connect1_001d1220)();\n return;\n}\n\n" (function_definition "void RTMP_Connect1(void)\n\n{\n (*(code *)PTR_RTMP_Connect1_001d1220)();\n return;\n}" primitive_type (function_declarator "RTMP_Connect1(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 RTMP_Connect1(void)\n\n{\n (*(code *)PTR_RTMP_Connect1_001d1220)();\n return;\n}" (primitive_type "void") (function_declarator "RTMP_Connect1(void)" (identifier "RTMP_Connect1") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR_RTMP_Connect1_00296220)();
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_001d1220)();
return;
}
| 10,303 | ||
14_stat_and_stat_strip.c | toupper | toupper |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_0042a070)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_00419070)();
return iVar1;
}
| JMP qword ptr [0x00419070] | null | null | null | null | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | null | null | 004020e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_00419070)();\n return iVar1;\n}\n\n" comment (function_definition "int toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_00419070)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "toupper(int __c)" (identifier "toupper") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_toupper_0042a070)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00419070)();
return iVar1;
}
| 5,716 | ||
145_pscp_and_pscp_strip.c | proxy_socks5_offerencryptedauth | FUN_0040ed20 |
/* WARNING: Unknown calling convention */
void proxy_socks5_offerencryptedauth(char **command,int **len)
{
int *in_RSI;
long in_RDI;
*(undefined1 *)(in_RDI + *in_RSI) = 3;
*in_RSI = *in_RSI + 1;
return;
}
|
void FUN_0040ed20(long param_1,undefined4 param_2)
{
undefined1 local_29;
if (param_1 != 0) {
*(undefined4 *)(param_1 + 0x24) = param_2;
local_29 = true;
if (*(int *)(param_1 + 0x20) == 0) {
local_29 = *(int *)(param_1 + 0x24) != 0;
}
(**(code **)(**(long **)(param_1 + 0x18) + 0x30))(... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP qword ptr [RBP + -0x8],0x0
JNZ 0x0040ed3f
JMP 0x0040ed9d
MOV EAX,dword ptr [RBP + -0xc]
MOV RCX,qword ptr [RBP + -0x8]
MOV dword ptr [RCX + 0x24],EAX
MOV RCX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RCX + 0x18]
MOV RCX,... | null | null | null | null | [(u'CAST_-1201672696', u'STORE_-1201672806'), ('const-433', u'STORE_-1201672806'), ('const-3', u'STORE_-1201672806'), ('const-433', u'LOAD_-1201672797'), ('const-1', u'INT_ADD_-1201672772'), (u'LOAD_-1201672815', u'INT_SEXT_-1201672798'), (u'INT_ADD_-1201672772', u'STORE_-1201672775'), ('tmp_268', u'LOAD_-1201672797'),... | [(u'LOAD_-1201672811', u'INT_ADD_-1201672789'), ('const-24', u'INT_ADD_-1201672801'), ('tmp_646', u'INT_ADD_-1201672801'), ('tmp_646', u'INT_NOTEQUAL_-1201672875'), (u'LOAD_-1201672791', u'CALLIND_-1201672650'), ('const-433', u'LOAD_-1201672811'), (u'CAST_-1201672523', u'LOAD_-1201672777'), (u'INT_ADD_-1201672761', u'C... | null | null | 0040ed20 | .. | .. | (translation_unit "void FUN_0040ed20(long param_1,undefined4 param_2)\n\n{\n undefined1 local_29;\n \n if (param_1 != 0) {\n *(undefined4 *)(param_1 + 0x24) = param_2;\n local_29 = true;\n if (*(int *)(param_1 + 0x20) == 0) {\n local_29 = *(int *)(param_1 + 0x24) != 0;\n }\n (**(code **)(**(long ... | (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 ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (c... | (function_definition "void FUN_0040ed20(long param_1,undefined4 param_2)\n\n{\n undefined1 local_29;\n \n if (param_1 != 0) {\n *(undefined4 *)(param_1 + 0x24) = param_2;\n local_29 = true;\n if (*(int *)(param_1 + 0x20) == 0) {\n local_29 = *(int *)(param_1 + 0x24) != 0;\n }\n (**(code **)(**(lo... |
/* WARNING: Unknown calling convention */
void function_1(char **command,int **len)
{
int *in_RSI;
long var_1;
*(type_1 *)(var_1 + *in_RSI) = 3;
*in_RSI = *in_RSI + 1;
return;
}
| (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: (type_identifier) declarator: (identifier)))) body: (compound_sta... |
void MASKED(long param_1,undefined4 param_2)
{
undefined1 local_29;
if (param_1 != 0) {
*(undefined4 *)(param_1 + 0x24) = param_2;
local_29 = true;
if (*(int *)(param_1 + 0x20) == 0) {
local_29 = *(int *)(param_1 + 0x24) != 0;
}
(**(code **)(**(long **)(param_1 + 0x18) + 0x30))(*(unde... | 10,061 | ||
248_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | idn2_lookup_ul | idn2_lookup_ul |
void idn2_lookup_ul(void)
{
(*(code *)PTR_idn2_lookup_ul_002968c0)();
return;
}
|
void idn2_lookup_ul(void)
{
(*(code *)PTR_idn2_lookup_ul_001d18c0)();
return;
}
| JMP qword ptr [0x001d18c0] | null | null | null | null | [(u'CAST_-1206914695', u'CALLIND_-1206914760'), ('const-0', u'RETURN_-1206914757'), (u'INDIRECT_-1206914700', u'COPY_-1206914759'), (u'CALLIND_-1206914760', u'INDIRECT_-1206914700'), ('tmp_22', u'CAST_-1206914695')] | [(u'CAST_-1206914695', u'CALLIND_-1206914760'), ('const-0', u'RETURN_-1206914757'), (u'INDIRECT_-1206914700', u'COPY_-1206914759'), (u'CALLIND_-1206914760', u'INDIRECT_-1206914700'), ('tmp_22', u'CAST_-1206914695')] | null | null | 0010f130 | .. | .. | (translation_unit "void idn2_lookup_ul(void)\n\n{\n (*(code *)PTR_idn2_lookup_ul_001d18c0)();\n return;\n}\n\n" (function_definition "void idn2_lookup_ul(void)\n\n{\n (*(code *)PTR_idn2_lookup_ul_001d18c0)();\n return;\n}" primitive_type (function_declarator "idn2_lookup_ul(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 idn2_lookup_ul(void)\n\n{\n (*(code *)PTR_idn2_lookup_ul_001d18c0)();\n return;\n}" (primitive_type "void") (function_declarator "idn2_lookup_ul(void)" (identifier "idn2_lookup_ul") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_idn2_lookup_ul_002968c0)();
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_001d18c0)();
return;
}
| 10,496 | ||
56_tac_and_tac_strip.c | re_compile_pattern | re_compile_pattern |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * re_compile_pattern(char *__pattern,size_t __length,re_pattern_buffer *__buffer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_re_compile_pattern_004151c0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * re_compile_pattern(char *__pattern,size_t __length,re_pattern_buffer *__buffer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_re_compile_pattern_0040d1c0)();
return pcVar1;
}
| JMP qword ptr [0x0040d1c0] | null | null | null | null | [(u'CAST_-1201724466', u'RETURN_-1201724533'), (u'CAST_-1201724467', u'CALLIND_-1201724536'), (u'INDIRECT_-1201724472', u'COPY_-1201724531'), ('const-0', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724472'), ('tmp_44', u'CAST_-1201724467'), (u'CALLIND_-1201724536', u'CAST_-1201724466')] | [(u'CAST_-1201724466', u'RETURN_-1201724533'), (u'CAST_-1201724467', u'CALLIND_-1201724536'), (u'INDIRECT_-1201724472', u'COPY_-1201724531'), ('const-0', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724472'), ('tmp_44', u'CAST_-1201724467'), (u'CALLIND_-1201724536', u'CAST_-1201724466')] | null | null | 00402380 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * re_compile_pattern(char *__pattern,size_t __length,re_pattern_buffer *__buffer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_re_compile_pattern_0040d1c0)();\n return pcVar1;\n}\n\n" comment (functio... | (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 * re_compile_pattern(char *__pattern,size_t __length,re_pattern_buffer *__buffer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_re_compile_pattern_0040d1c0)();\n return pcVar1;\n}" (primiti... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__pattern,size_t __length,type_1 *__buffer)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_re_compile_pattern_004151c0)();
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 *__pattern,size_t __length,re_pattern_buffer *__buffer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0040d1c0)();
return pcVar1;
}
| 5,270 | ||
13_chmod_and_chmod_strip.c | __ctype_get_mb_cur_max | __ctype_get_mb_cur_max |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00425068)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)();
return sVar1;
}
| JMP qword ptr [0x00415068] | null | null | null | null | [('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_26', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')] | [('const-0', u'RETURN_-1201725221'), (u'INDIRECT_-1201725163', u'COPY_-1201725222'), (u'CAST_-1201725158', u'CALLIND_-1201725224'), ('tmp_26', u'CAST_-1201725158'), (u'CALLIND_-1201725224', u'RETURN_-1201725221'), (u'CALLIND_-1201725224', u'INDIRECT_-1201725163')] | null | null | 004020d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_00415068)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cu... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR___ctype_get_mb_cur_max_00425068)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (as... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00415068)();
return sVar1;
}
| 3,060 | ||
42_sha512sum_and_sha512sum_strip.c | realloc | realloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_realloc_00426150)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_realloc_00417150)();
return pvVar1;
}
| JMP qword ptr [0x00417150] | null | null | null | null | [(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CAST_-1201724691', u'RETURN_-1201724757'), (u'CALLIND_-1201724760', u'CAST_-1201724691'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')] | [(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CAST_-1201724691', u'RETURN_-1201724757'), (u'CALLIND_-1201724760', u'CAST_-1201724691'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')] | null | null | 004022a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_00417150)();\n return pvVar1;\n}\n\n" comment (function_definition "void * realloc(void *__ptr,size_t __size)\... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_00417150)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* realloc(void *__p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_realloc_00426150)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_00417150)();
return pvVar1;
}
| 3,369 | ||
74_id_and_id_strip.c | emit_bug_reporting_address | getuid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void emit_bug_reporting_address(void)
{
char *pcVar1;
pcVar1 = (char *)gettext("\nReport bugs to: %s\n");
printf(pcVar1,"bug-coreutils@gnu.org");
pcVar1 = (char *)gettext("%s home page: <%s>\n");
printf(pcVar1,"GNU coreutils","... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__uid_t getuid(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-4275649', u'COPY_-1201675866'), (u'CALL_-1201676045', u'INDIRECT_-1201675845'), (u'COPY_-1201675900', u'CALL_-1201676090'), (u'CALL_-1201676045', u'CAST_-1201675800'), (u'CALL_-1201675967', u'INDIRECT_-1201675785'), ('const-4275606', u'COPY_-1201675900'), ('const-4275669', u'COPY_-1201675826'), (u'CALL_-120167... | [('const-1', u'RETURN_-1201676118')] | null | null | 0040e0a0 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__uid_t getuid(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (functi... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__uid_t getuid(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (typ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
char *pcVar1;
pcVar1 = (char *)var_1("\nReport bugs to: %s\n");
var_2(pcVar1,"bug-coreutils@gnu.org");
pcVar1 = (char *)var_1("%s home page: <%s>\n");
var_2(pcVar1,"GNU coreutils","https://www.gnu.org/so... | (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) argu... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__uid_t MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 3,465 | ||
352_puttytel_and_puttytel_strip.c | gai_strerror | gai_strerror |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * gai_strerror(int __ecode)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_gai_strerror_00545ac8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * gai_strerror(int __ecode)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_gai_strerror_004bdac8)();
return pcVar1;
}
| JMP qword ptr [0x004bdac8] | null | null | null | null | [('tmp_32', u'CAST_-1201682837'), (u'INDIRECT_-1201682842', u'COPY_-1201682901'), ('const-0', u'RETURN_-1201682901'), (u'CAST_-1201682836', u'RETURN_-1201682901'), (u'CALLIND_-1201682904', u'CAST_-1201682836'), (u'CALLIND_-1201682904', u'INDIRECT_-1201682842'), (u'CAST_-1201682837', u'CALLIND_-1201682904')] | [('tmp_32', u'CAST_-1201682837'), (u'INDIRECT_-1201682842', u'COPY_-1201682901'), ('const-0', u'RETURN_-1201682901'), (u'CAST_-1201682836', u'RETURN_-1201682901'), (u'CALLIND_-1201682904', u'CAST_-1201682836'), (u'CALLIND_-1201682904', u'INDIRECT_-1201682842'), (u'CAST_-1201682837', u'CALLIND_-1201682904')] | null | null | 0040c620 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * gai_strerror(int __ecode)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_gai_strerror_004bdac8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * gai_strerror(int __ecode)\n\n{\n char ... | (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 * gai_strerror(int __ecode)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_gai_strerror_004bdac8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* gai_strerror(int __ec... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __ecode)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_gai_strerror_00545ac8)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __ecode)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004bdac8)();
return pcVar1;
}
| 9,573 | ||
60_mktemp_and_mktemp_strip.c | explicit_bzero | explicit_bzero |
void explicit_bzero(void)
{
(*(code *)PTR_explicit_bzero_004181e0)();
return;
}
|
void explicit_bzero(void)
{
(*(code *)PTR_explicit_bzero_0040e1e0)();
return;
}
| JMP qword ptr [0x0040e1e0] | null | null | null | null | [('const-0', u'RETURN_-1201724469'), (u'INDIRECT_-1201724412', u'COPY_-1201724471'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724412'), (u'CAST_-1201724407', u'CALLIND_-1201724472'), ('tmp_22', u'CAST_-1201724407')] | [('const-0', u'RETURN_-1201724469'), (u'INDIRECT_-1201724412', u'COPY_-1201724471'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724412'), (u'CAST_-1201724407', u'CALLIND_-1201724472'), ('tmp_22', u'CAST_-1201724407')] | null | null | 004023c0 | .. | .. | (translation_unit "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_0040e1e0)();\n return;\n}\n\n" (function_definition "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_0040e1e0)();\n return;\n}" primitive_type (function_declarator "explicit_bzero(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_0040e1e0)();\n return;\n}" (primitive_type "void") (function_declarator "explicit_bzero(void)" (identifier "explicit_bzero") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_explicit_bzero_004181e0)();
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_0040e1e0)();
return;
}
| 5,551 | ||
51_less_and_less_strip.c | setlocale | setlocale |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_00450f30)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)();
return pcVar1;
}
| JMP qword ptr [0x0042ef30] | null | null | null | null | [(u'CALLIND_-1201724616', u'INDIRECT_-1201724553'), ('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724547'), (u'CAST_-1201724548', u'CALLIND_-1201724616'), (u'CAST_-1201724547', u'RETURN_-1201724613'), ('tmp_38', u'CAST_-1201724548'), (u'INDIRECT_-1201724553', u'COPY_-1201724612')] | [(u'CALLIND_-1201724616', u'INDIRECT_-1201724553'), ('const-0', u'RETURN_-1201724613'), (u'CALLIND_-1201724616', u'CAST_-1201724547'), (u'CAST_-1201724548', u'CALLIND_-1201724616'), (u'CAST_-1201724547', u'RETURN_-1201724613'), ('tmp_38', u'CAST_-1201724548'), (u'INDIRECT_-1201724553', u'COPY_-1201724612')] | null | null | 00402330 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)();\n return pcVar1;\n}\n\n" comment (function_definition "char * setlocale(int __category,ch... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0042ef30)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* setlocale... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_setlocale_00450f30)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0042ef30)();
return pcVar1;
}
| 7,861 | ||
481_putty_and_putty_strip.c | cairo_stroke | cairo_stroke |
void cairo_stroke(void)
{
(*(code *)PTR_cairo_stroke_0062ce70)();
return;
}
|
void cairo_stroke(void)
{
(*(code *)PTR_cairo_stroke_00536e70)();
return;
}
| JMP qword ptr [0x00536e70] | null | null | null | null | [(u'CALLIND_-1201680840', u'INDIRECT_-1201680780'), ('tmp_22', u'CAST_-1201680775'), ('const-0', u'RETURN_-1201680837'), (u'CAST_-1201680775', u'CALLIND_-1201680840'), (u'INDIRECT_-1201680780', u'COPY_-1201680839')] | [(u'CALLIND_-1201680840', u'INDIRECT_-1201680780'), ('tmp_22', u'CAST_-1201680775'), ('const-0', u'RETURN_-1201680837'), (u'CAST_-1201680775', u'CALLIND_-1201680840'), (u'INDIRECT_-1201680780', u'COPY_-1201680839')] | null | null | 0040ce30 | .. | .. | (translation_unit "void cairo_stroke(void)\n\n{\n (*(code *)PTR_cairo_stroke_00536e70)();\n return;\n}\n\n" (function_definition "void cairo_stroke(void)\n\n{\n (*(code *)PTR_cairo_stroke_00536e70)();\n return;\n}" primitive_type (function_declarator "cairo_stroke(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 cairo_stroke(void)\n\n{\n (*(code *)PTR_cairo_stroke_00536e70)();\n return;\n}" (primitive_type "void") (function_declarator "cairo_stroke(void)" (identifier "cairo_stroke") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
void function_1(void)
{
(*(type_1 *)PTR_cairo_stroke_0062ce70)();
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_00536e70)();
return;
}
| 11,219 | ||
341_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | ber_free | ber_free |
void ber_free(void)
{
(*(code *)PTR_ber_free_00296bd0)();
return;
}
|
void ber_free(void)
{
(*(code *)PTR_ber_free_001d1bd0)();
return;
}
| JMP qword ptr [0x001d1bd0] | null | null | null | null | [('const-0', u'RETURN_-1206913189'), ('tmp_22', u'CAST_-1206913127'), (u'INDIRECT_-1206913132', u'COPY_-1206913191'), (u'CALLIND_-1206913192', u'INDIRECT_-1206913132'), (u'CAST_-1206913127', u'CALLIND_-1206913192')] | [('const-0', u'RETURN_-1206913189'), ('tmp_22', u'CAST_-1206913127'), (u'INDIRECT_-1206913132', u'COPY_-1206913191'), (u'CALLIND_-1206913192', u'INDIRECT_-1206913132'), (u'CAST_-1206913127', u'CALLIND_-1206913192')] | null | null | 0010f750 | .. | .. | (translation_unit "void ber_free(void)\n\n{\n (*(code *)PTR_ber_free_001d1bd0)();\n return;\n}\n\n" (function_definition "void ber_free(void)\n\n{\n (*(code *)PTR_ber_free_001d1bd0)();\n return;\n}" primitive_type (function_declarator "ber_free(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void ber_free(void)\n\n{\n (*(code *)PTR_ber_free_001d1bd0)();\n return;\n}" (primitive_type "void") (function_declarator "ber_free(void)" (identifier "ber_free") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *... |
void function_1(void)
{
(*(type_1 *)PTR_ber_free_00296bd0)();
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_001d1bd0)();
return;
}
| 10,589 | ||
60_mknod_and_mknod_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_004291e8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_004171e8)();
return iVar1;
}
| JMP qword ptr [0x004171e8] | null | null | null | null | [(u'CALLIND_-1201724456', u'RETURN_-1201724453'), (u'INDIRECT_-1201724394', u'COPY_-1201724453'), (u'CAST_-1201724389', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724394'), ('tmp_32', u'CAST_-1201724389')] | [(u'CALLIND_-1201724456', u'RETURN_-1201724453'), (u'INDIRECT_-1201724394', u'COPY_-1201724453'), (u'CAST_-1201724389', u'CALLIND_-1201724456'), ('const-0', u'RETURN_-1201724453'), (u'CALLIND_-1201724456', u'INDIRECT_-1201724394'), ('tmp_32', u'CAST_-1201724389')] | null | null | 004023d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_004171e8)();\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_004171e8)();\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_004291e8)();
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_004171e8)();
return iVar1;
}
| 2,715 | ||
87_xargs_and_xargs_strip.c | frame_dummy | _INIT_0 |
/* WARNING: Removing unreachable block (ram,0x004025bf) */
/* WARNING: Removing unreachable block (ram,0x004025c9) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x004025bf) */
/* WARNING: Removing unreachable block (ram,0x004025c9) */
void _INIT_0(void)
{
return;
}
| JMP 0x004025a0 | null | null | null | null | [('const-0', u'RETURN_-1201723824')] | [('const-0', u'RETURN_-1201723824')] | null | null | 00402610 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x004025bf) */\n/* WARNING: Removing unreachable block (ram,0x004025c9) */\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,0x004025bf) */") (comment "/* WARNING: Removing unreachable block (ram,0x004025c9) */") (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,0x004025bf) */
/* WARNING: Removing unreachable block (ram,0x004025c9) */
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,0x004025bf) */
/* WARNING: Removing unreachable block (ram,0x004025c9) */
void MASKED(void)
{
return;
}
| 7,990 | ||
9_yes_and_yes_strip.c | write | write |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_00411048)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t write(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_write_0040a048)();
return sVar1;
}
| JMP qword ptr [0x0040a048] | null | null | null | null | [(u'CAST_-1201725219', u'CALLIND_-1201725288'), ('const-0', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'RETURN_-1201725285'), (u'INDIRECT_-1201725224', u'COPY_-1201725283'), ('tmp_44', u'CAST_-1201725219'), (u'CALLIND_-1201725288', u'INDIRECT_-1201725224')] | [(u'CAST_-1201725219', u'CALLIND_-1201725288'), ('const-0', u'RETURN_-1201725285'), (u'CALLIND_-1201725288', u'RETURN_-1201725285'), (u'INDIRECT_-1201725224', u'COPY_-1201725283'), ('tmp_44', u'CAST_-1201725219'), (u'CALLIND_-1201725288', u'INDIRECT_-1201725224')] | null | null | 00402090 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0040a048)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ssize_t write(int __fd,void *__buf,size_t __n)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_write_0040a048)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "write(int __fd,void *... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_write_00411048)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t MASKED(int __fd,void *__buf,size_t __n)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040a048)();
return sVar1;
}
| 837 | ||
61_stat_and_stat_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_0042a1f8)();
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_004191f8)();
return iVar1;
}
| JMP qword ptr [0x004191f8] | null | null | null | null | [(u'CALLIND_-1201724424', u'RETURN_-1201724421'), (u'INDIRECT_-1201724360', u'COPY_-1201724419'), ('tmp_44', u'CAST_-1201724355'), (u'CALLIND_-1201724424', u'INDIRECT_-1201724360'), ('const-0', u'RETURN_-1201724421'), (u'CAST_-1201724355', u'CALLIND_-1201724424')] | [(u'CALLIND_-1201724424', u'RETURN_-1201724421'), (u'INDIRECT_-1201724360', u'COPY_-1201724419'), ('tmp_44', u'CAST_-1201724355'), (u'CALLIND_-1201724424', u'INDIRECT_-1201724360'), ('const-0', u'RETURN_-1201724421'), (u'CAST_-1201724355', u'CALLIND_-1201724424')] | null | null | 004023f0 | .. | .. | (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_004191f8)();\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_004191f8)();\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_0042a1f8)();
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_004191f8)();
return iVar1;
}
| 5,763 | ||
97_dir_and_dir_strip.c | gnu_dev_minor | gnu_dev_minor |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint gnu_dev_minor(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_gnu_dev_minor_0044f308)();
return uVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint gnu_dev_minor(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();
return uVar1;
}
| JMP qword ptr [0x0042b308] | null | null | null | null | [(u'CALLIND_-1201719784', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), (u'CAST_-1201719717', u'CALLIND_-1201719784'), (u'INDIRECT_-1201719722', u'COPY_-1201719781'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719722'), ('tmp_32', u'CAST_-1201719717')] | [(u'CALLIND_-1201719784', u'RETURN_-1201719781'), ('const-0', u'RETURN_-1201719781'), (u'CAST_-1201719717', u'CALLIND_-1201719784'), (u'INDIRECT_-1201719722', u'COPY_-1201719781'), (u'CALLIND_-1201719784', u'INDIRECT_-1201719722'), ('tmp_32', u'CAST_-1201719717')] | null | null | 00403610 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint gnu_dev_minor(ulonglong __dev)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();\n return uVar1;\n}\n\n" comment (function_definition "uint gnu_dev_minor(ulonglong __dev)\n\n{\n uint uVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "uint gnu_dev_minor(ulonglong __dev)\n\n{\n uint uVar1;\n \n uVar1 = (*(code *)PTR_gnu_dev_minor_0042b308)();\n return uVar1;\n}" (type_identifier "uint") (function_declarator "gnu_dev_minor(ulonglong __dev... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_2 __dev)
{
type_1 uVar1;
uVar1 = (*(type_3 *)PTR_gnu_dev_minor_0044f308)();
return uVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint MASKED(ulonglong __dev)
{
uint uVar1;
uVar1 = (*(code *)PTR_MASKED_0042b308)();
return uVar1;
}
| 4,747 | ||
32_printf_and_printf_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_00416100)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
int iVar1;
iVar1 = (*(code *)PTR_strcmp_0040d100)();
return iVar1;
}
| JMP qword ptr [0x0040d100] | null | null | null | null | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724857'), (u'CAST_-1201724852', u'CALLIND_-1201724920'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), ('tmp_38', u'CAST_-1201724852'), (u'INDIRECT_-1201724857', u'COPY_-1201724916')] | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724857'), (u'CAST_-1201724852', u'CALLIND_-1201724920'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), ('tmp_38', u'CAST_-1201724852'), (u'INDIRECT_-1201724857', u'COPY_-1201724916')] | null | null | 00402200 | .. | .. | (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_0040d100)();\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_0040d100)();\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_00416100)();
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_0040d100)();
return iVar1;
}
| 2,006 | ||
243_putty_and_putty_strip.c | gtk_container_get_border_width | gtk_container_get_border_width |
void gtk_container_get_border_width(void)
{
(*(code *)PTR_gtk_container_get_border_width_0062c6f8)();
return;
}
|
void gtk_container_get_border_width(void)
{
(*(code *)PTR_gtk_container_get_border_width_005366f8)();
return;
}
| JMP qword ptr [0x005366f8] | null | null | null | null | [(u'CALLIND_-1201684664', u'INDIRECT_-1201684604'), ('const-0', u'RETURN_-1201684661'), (u'INDIRECT_-1201684604', u'COPY_-1201684663'), (u'CAST_-1201684599', u'CALLIND_-1201684664'), ('tmp_22', u'CAST_-1201684599')] | [(u'CALLIND_-1201684664', u'INDIRECT_-1201684604'), ('const-0', u'RETURN_-1201684661'), (u'INDIRECT_-1201684604', u'COPY_-1201684663'), (u'CAST_-1201684599', u'CALLIND_-1201684664'), ('tmp_22', u'CAST_-1201684599')] | null | null | 0040bf40 | .. | .. | (translation_unit "void gtk_container_get_border_width(void)\n\n{\n (*(code *)PTR_gtk_container_get_border_width_005366f8)();\n return;\n}\n\n" (function_definition "void gtk_container_get_border_width(void)\n\n{\n (*(code *)PTR_gtk_container_get_border_width_005366f8)();\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_container_get_border_width(void)\n\n{\n (*(code *)PTR_gtk_container_get_border_width_005366f8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_container_get_border_width(void)" (identifier "gtk_container_get_border_width") (parameter_list "(void)" (( "(") (parameter_d... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_container_get_border_width_0062c6f8)();
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_005366f8)();
return;
}
| 10,981 | ||
65_pterm_and_pterm_strip.c | XSetErrorHandler | XSetErrorHandler |
void XSetErrorHandler(void)
{
(*(code *)PTR_XSetErrorHandler_00524228)();
return;
}
|
void XSetErrorHandler(void)
{
(*(code *)PTR_XSetErrorHandler_004aa228)();
return;
}
| JMP qword ptr [0x004aa228] | null | null | null | null | [(u'INDIRECT_-1201691548', u'COPY_-1201691607'), (u'CAST_-1201691543', u'CALLIND_-1201691608'), ('const-0', u'RETURN_-1201691605'), (u'CALLIND_-1201691608', u'INDIRECT_-1201691548'), ('tmp_22', u'CAST_-1201691543')] | [(u'INDIRECT_-1201691548', u'COPY_-1201691607'), (u'CAST_-1201691543', u'CALLIND_-1201691608'), ('const-0', u'RETURN_-1201691605'), (u'CALLIND_-1201691608', u'INDIRECT_-1201691548'), ('tmp_22', u'CAST_-1201691543')] | null | null | 0040a420 | .. | .. | (translation_unit "void XSetErrorHandler(void)\n\n{\n (*(code *)PTR_XSetErrorHandler_004aa228)();\n return;\n}\n\n" (function_definition "void XSetErrorHandler(void)\n\n{\n (*(code *)PTR_XSetErrorHandler_004aa228)();\n return;\n}" primitive_type (function_declarator "XSetErrorHandler(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 XSetErrorHandler(void)\n\n{\n (*(code *)PTR_XSetErrorHandler_004aa228)();\n return;\n}" (primitive_type "void") (function_declarator "XSetErrorHandler(void)" (identifier "XSetErrorHandler") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
void function_1(void)
{
(*(type_1 *)PTR_XSetErrorHandler_00524228)();
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_004aa228)();
return;
}
| 8,765 | ||
66_locate_and_locate_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_0046ae98)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_00434e98)();
return pvVar1;
}
| JMP qword ptr [0x00434e98] | null | null | null | null | [(u'CAST_-1201724308', u'RETURN_-1201724373'), (u'CALLIND_-1201724376', u'CAST_-1201724308'), ('const-0', u'RETURN_-1201724373'), (u'CALLIND_-1201724376', u'INDIRECT_-1201724314'), (u'CAST_-1201724309', u'CALLIND_-1201724376'), ('tmp_32', u'CAST_-1201724309'), (u'INDIRECT_-1201724314', u'COPY_-1201724373')] | [(u'CAST_-1201724308', u'RETURN_-1201724373'), (u'CALLIND_-1201724376', u'CAST_-1201724308'), ('const-0', u'RETURN_-1201724373'), (u'CALLIND_-1201724376', u'INDIRECT_-1201724314'), (u'CAST_-1201724309', u'CALLIND_-1201724376'), ('tmp_32', u'CAST_-1201724309'), (u'INDIRECT_-1201724314', u'COPY_-1201724373')] | null | null | 00402420 | .. | .. | (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_00434e98)();\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_00434e98)();\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_0046ae98)();
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_00434e98)();
return pvVar1;
}
| 8,193 | ||
13_lesskey_and_lesskey_strip.c | fopen | fopen |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen_00405fc8)();
return pFVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen_00404fc8)();
return pFVar1;
}
| JMP qword ptr [0x00404fc8] | null | null | null | null | [(u'CALLIND_-1201729320', u'CAST_-1201729251'), (u'CAST_-1201729252', u'CALLIND_-1201729320'), ('const-0', u'RETURN_-1201729317'), (u'CAST_-1201729251', u'RETURN_-1201729317'), (u'INDIRECT_-1201729257', u'COPY_-1201729316'), (u'CALLIND_-1201729320', u'INDIRECT_-1201729257'), ('tmp_38', u'CAST_-1201729252')] | [(u'CALLIND_-1201729320', u'CAST_-1201729251'), (u'CAST_-1201729252', u'CALLIND_-1201729320'), ('const-0', u'RETURN_-1201729317'), (u'CAST_-1201729251', u'RETURN_-1201729317'), (u'INDIRECT_-1201729257', u'COPY_-1201729316'), (u'CALLIND_-1201729320', u'INDIRECT_-1201729257'), ('tmp_38', u'CAST_-1201729252')] | null | null | 004010d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_00404fc8)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fopen(char *__filename,char *__mod... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_00404fc8)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* fopen(char *__f... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(char *__filename,char *__modes)
{
type_1 *pFVar1;
pFVar1 = (type_1 *)(*(type_2 *)PTR_fopen_00405fc8)();
return pFVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * MASKED(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_MASKED_00404fc8)();
return pFVar1;
}
| 7,799 | ||
11_ptx_and_ptx_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00425058)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_00415058)();
return;
}
| JMP qword ptr [0x00415058] | 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 __fpending(void)\n\n{\n (*(code *)PTR___fpending_00415058)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00415058)();\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_00415058)();\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_00425058)();
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_00415058)();
return;
}
| 4,573 | ||
66_putty_and_putty_strip.c | popen | popen |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * popen(char *__command,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_popen_0062c170)();
return pFVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * popen(char *__command,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_popen_00536170)();
return pFVar1;
}
| JMP qword ptr [0x00536170] | null | null | null | null | [(u'CAST_-1201687427', u'RETURN_-1201687493'), ('tmp_38', u'CAST_-1201687428'), (u'INDIRECT_-1201687433', u'COPY_-1201687492'), ('const-0', u'RETURN_-1201687493'), (u'CALLIND_-1201687496', u'CAST_-1201687427'), (u'CALLIND_-1201687496', u'INDIRECT_-1201687433'), (u'CAST_-1201687428', u'CALLIND_-1201687496')] | [(u'CAST_-1201687427', u'RETURN_-1201687493'), ('tmp_38', u'CAST_-1201687428'), (u'INDIRECT_-1201687433', u'COPY_-1201687492'), ('const-0', u'RETURN_-1201687493'), (u'CALLIND_-1201687496', u'CAST_-1201687427'), (u'CALLIND_-1201687496', u'INDIRECT_-1201687433'), (u'CAST_-1201687428', u'CALLIND_-1201687496')] | null | null | 0040b430 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * popen(char *__command,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_popen_00536170)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * popen(char *__command,char *__modes... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * popen(char *__command,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_popen_00536170)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* popen(char *__co... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(char *__command,char *__modes)
{
type_1 *pFVar1;
pFVar1 = (type_1 *)(*(type_2 *)PTR_popen_0062c170)();
return pFVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration t... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * MASKED(char *__command,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_MASKED_00536170)();
return pFVar1;
}
| 10,804 | ||
118_putty_and_putty_strip.c | g_list_append | g_list_append |
void g_list_append(void)
{
(*(code *)PTR_g_list_append_0062c310)();
return;
}
|
void g_list_append(void)
{
(*(code *)PTR_g_list_append_00536310)();
return;
}
| JMP qword ptr [0x00536310] | null | null | null | null | [(u'CALLIND_-1201686664', u'INDIRECT_-1201686604'), (u'INDIRECT_-1201686604', u'COPY_-1201686663'), ('const-0', u'RETURN_-1201686661'), ('tmp_22', u'CAST_-1201686599'), (u'CAST_-1201686599', u'CALLIND_-1201686664')] | [(u'CALLIND_-1201686664', u'INDIRECT_-1201686604'), (u'INDIRECT_-1201686604', u'COPY_-1201686663'), ('const-0', u'RETURN_-1201686661'), ('tmp_22', u'CAST_-1201686599'), (u'CAST_-1201686599', u'CALLIND_-1201686664')] | null | null | 0040b770 | .. | .. | (translation_unit "void g_list_append(void)\n\n{\n (*(code *)PTR_g_list_append_00536310)();\n return;\n}\n\n" (function_definition "void g_list_append(void)\n\n{\n (*(code *)PTR_g_list_append_00536310)();\n return;\n}" primitive_type (function_declarator "g_list_append(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 g_list_append(void)\n\n{\n (*(code *)PTR_g_list_append_00536310)();\n return;\n}" (primitive_type "void") (function_declarator "g_list_append(void)" (identifier "g_list_append") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR_g_list_append_0062c310)();
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_00536310)();
return;
}
| 10,856 | ||
27_arch_and_arch_strip.c | calloc | calloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_004110d8)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_0040b0d8)();
return pvVar1;
}
| JMP qword ptr [0x0040b0d8] | null | null | null | null | [(u'CAST_-1201724931', u'RETURN_-1201724997'), (u'INDIRECT_-1201724937', u'COPY_-1201724996'), ('const-0', u'RETURN_-1201724997'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724937'), (u'CAST_-1201724932', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'CAST_-1201724931'), ('tmp_38', u'CAST_-1201724932')] | [(u'CAST_-1201724931', u'RETURN_-1201724997'), (u'INDIRECT_-1201724937', u'COPY_-1201724996'), ('const-0', u'RETURN_-1201724997'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724937'), (u'CAST_-1201724932', u'CALLIND_-1201725000'), (u'CALLIND_-1201725000', u'CAST_-1201724931'), ('tmp_38', u'CAST_-1201724932')] | null | null | 004021b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_0040b0d8)();\n return pvVar1;\n}\n\n" comment (function_definition "void * calloc(size_t __nmemb,size_t __siz... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_0040b0d8)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_calloc_004110d8)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0040b0d8)();
return pvVar1;
}
| 5,676 | ||
14_wc_and_wc_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_00418070)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_0040f070)();
return sVar1;
}
| JMP qword ptr [0x0040f070] | null | null | null | null | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | null | null | 004020e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_0040f070)();\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_0040f070)();\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_00418070)();
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_0040f070)();
return sVar1;
}
| 3,540 | ||
82_shuf_and_shuf_strip.c | randint_choose | FUN_00406600 |
/* WARNING: Unknown calling convention */
randint randint_choose(randint_source **s,randint *choices)
{
randint rVar1;
randint *in_RDI;
randint_source *local_48 [8];
rVar1 = randint_genmax(local_48,in_RDI);
return rVar1;
}
|
undefined8 FUN_00406600(undefined4 param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined1 local_48 [56];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
FUN_004065b0(local_48,param_2);
uVar1 = FUN_00406230(param_1,param_3,param_4,... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x44],EDI
MOV dword ptr [RBP + -0x48],ESI
MOV qword ptr [RBP + -0x50],RDX
MOV qword ptr [RBP + -0x58],RCX
MOV ESI,dword ptr [RBP + -0x48]
LEA RAX,[RBP + -0x40]
MOV RDI,RAX
MOV qword ptr [RBP + -0x60],RAX
C... | null | null | null | null | [('tmp_271', u'CALL_-1201707383'), ('const--72', u'PTRSUB_-1201707318'), (u'PTRSUB_-1201707318', u'CALL_-1201707383'), (u'CALL_-1201707383', u'COPY_-1201707374'), (u'COPY_-1201707374', u'RETURN_-1201707349'), ('tmp_270', u'PTRSUB_-1201707318'), ('const-0', u'RETURN_-1201707349')] | [(u'CALL_-1201707421', u'INDIRECT_-1201707272'), ('tmp_472', u'CALL_-1201707421'), (u'COPY_-1201707336', u'RETURN_-1201707302'), ('tmp_451', u'PTRSUB_-1201707218'), (u'INDIRECT_-1201707251', u'INT_ADD_-1201707367'), ('const--72', u'PTRSUB_-1201707218'), ('const-0', u'RETURN_-1201707302'), (u'CALL_-1201707301', u'INDIRE... | null | null | 00406600 | .. | .. | (translation_unit "undefined8 FUN_00406600(undefined4 param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined1 local_48 [56];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_004065b0(local_48,param_2);\n uVar1 = FUN_00406... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifi... | (function_definition "undefined8 FUN_00406600(undefined4 param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined1 local_48 [56];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_004065b0(local_48,param_2);\n uVar1 = FUN_00... |
/* WARNING: Unknown calling convention */
type_1 function_1(type_2 **s,type_1 *choices)
{
type_1 rVar1;
type_1 *in_RDI;
type_2 *local_48 [8];
rVar1 = var_1(local_48,in_RDI);
return rVar1;
}
| (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty... |
undefined8 MASKED(undefined4 param_1,undefined4 param_2,undefined8 param_3,undefined8 param_4)
{
undefined8 uVar1;
long in_FS_OFFSET;
undefined1 local_48 [56];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
FUN_004065b0(local_48,param_2);
uVar1 = FUN_00406230(param_1,param_3,param_4,local_... | 6,422 | ||
42_base32_and_base32_strip.c | realloc | realloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_realloc_00416150)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * realloc(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_realloc_0040d150)();
return pvVar1;
}
| JMP qword ptr [0x0040d150] | null | null | null | null | [(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CAST_-1201724691', u'RETURN_-1201724757'), (u'CALLIND_-1201724760', u'CAST_-1201724691'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')] | [(u'CAST_-1201724692', u'CALLIND_-1201724760'), (u'CALLIND_-1201724760', u'INDIRECT_-1201724697'), (u'CAST_-1201724691', u'RETURN_-1201724757'), (u'CALLIND_-1201724760', u'CAST_-1201724691'), ('tmp_38', u'CAST_-1201724692'), (u'INDIRECT_-1201724697', u'COPY_-1201724756'), ('const-0', u'RETURN_-1201724757')] | null | null | 004022a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040d150)();\n return pvVar1;\n}\n\n" comment (function_definition "void * realloc(void *__ptr,size_t __size)\... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assign... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * realloc(void *__ptr,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_realloc_0040d150)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* realloc(void *__p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_realloc_00416150)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__ptr,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0040d150)();
return pvVar1;
}
| 157 | ||
87_vdir_and_vdir_strip.c | stpncpy | stpncpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpncpy_0044f2b8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpncpy_0042b2b8)();
return pcVar1;
}
| JMP qword ptr [0x0042b2b8] | null | null | null | null | [('tmp_44', u'CAST_-1201719875'), ('const-0', u'RETURN_-1201719941'), (u'CAST_-1201719875', u'CALLIND_-1201719944'), (u'CALLIND_-1201719944', u'INDIRECT_-1201719880'), (u'CALLIND_-1201719944', u'CAST_-1201719874'), (u'CAST_-1201719874', u'RETURN_-1201719941'), (u'INDIRECT_-1201719880', u'COPY_-1201719939')] | [('tmp_44', u'CAST_-1201719875'), ('const-0', u'RETURN_-1201719941'), (u'CAST_-1201719875', u'CALLIND_-1201719944'), (u'CALLIND_-1201719944', u'INDIRECT_-1201719880'), (u'CALLIND_-1201719944', u'CAST_-1201719874'), (u'CAST_-1201719874', u'RETURN_-1201719941'), (u'INDIRECT_-1201719880', u'COPY_-1201719939')] | null | null | 00403570 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpncpy_0042b2b8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * stpncpy(char *__dest,char... | (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 "char * stpncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpncpy_0042b2b8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* stpncpy... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_stpncpy_0044f2b8)();
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,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0042b2b8)();
return pcVar1;
}
| 7,412 | ||
27_curl_and_curl_strip.c | fcntl | fcntl |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fcntl(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fcntl_00460ce8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fcntl(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fcntl_0043ece8)();
return iVar1;
}
| JMP qword ptr [0x0043ece8] | null | null | null | null | [('const-0', u'RETURN_-1201720901'), (u'CALLIND_-1201720904', u'RETURN_-1201720901'), (u'CAST_-1201720836', u'CALLIND_-1201720904'), ('tmp_38', u'CAST_-1201720836'), (u'CALLIND_-1201720904', u'INDIRECT_-1201720841'), (u'INDIRECT_-1201720841', u'COPY_-1201720900')] | [('const-0', u'RETURN_-1201720901'), (u'CALLIND_-1201720904', u'RETURN_-1201720901'), (u'CAST_-1201720836', u'CALLIND_-1201720904'), ('tmp_38', u'CAST_-1201720836'), (u'CALLIND_-1201720904', u'INDIRECT_-1201720841'), (u'INDIRECT_-1201720841', u'COPY_-1201720900')] | null | null | 004031b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_0043ece8)();\n return iVar1;\n}\n\n" comment (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_0043ece8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fcntl(int __fd,int __cmd,...)" (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_fcntl_00460ce8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (variadic_paramete... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0043ece8)();
return iVar1;
}
| 8,025 | ||
12_pinky_and_pinky_strip.c | toupper | toupper |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_00414060)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int toupper(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_toupper_0040d060)();
return iVar1;
}
| JMP qword ptr [0x0040d060] | null | null | null | null | [(u'INDIRECT_-1201725178', u'COPY_-1201725237'), (u'CALLIND_-1201725240', u'RETURN_-1201725237'), ('const-0', u'RETURN_-1201725237'), (u'CAST_-1201725173', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725178'), ('tmp_32', u'CAST_-1201725173')] | [(u'INDIRECT_-1201725178', u'COPY_-1201725237'), (u'CALLIND_-1201725240', u'RETURN_-1201725237'), ('const-0', u'RETURN_-1201725237'), (u'CAST_-1201725173', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725178'), ('tmp_32', u'CAST_-1201725173')] | null | null | 004020c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_0040d060)();\n return iVar1;\n}\n\n" comment (function_definition "int toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int toupper(int __c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_toupper_0040d060)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "toupper(int __c)" (identifier "toupper") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_toupper_00414060)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d060)();
return iVar1;
}
| 1,441 | ||
10_ln_and_ln_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00428050)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_00417050)();
return;
}
| JMP qword ptr [0x00417050] | 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_00417050)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00417050)();\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_00417050)();\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_00428050)();
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_00417050)();
return;
}
| 6,440 | ||
17_puttygen_and_puttygen_strip.c | vsnprintf | vsnprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_vsnprintf_004abdc0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_vsnprintf_0045cdc0)();
return iVar1;
}
| JMP qword ptr [0x0045cdc0] | null | null | null | null | [(u'CALLIND_-1201725160', u'RETURN_-1201725157'), ('const-0', u'RETURN_-1201725157'), ('tmp_50', u'CAST_-1201725090'), (u'CALLIND_-1201725160', u'INDIRECT_-1201725095'), (u'CAST_-1201725090', u'CALLIND_-1201725160'), (u'INDIRECT_-1201725095', u'COPY_-1201725154')] | [(u'CALLIND_-1201725160', u'RETURN_-1201725157'), ('const-0', u'RETURN_-1201725157'), ('tmp_50', u'CAST_-1201725090'), (u'CALLIND_-1201725160', u'INDIRECT_-1201725095'), (u'CAST_-1201725090', u'CALLIND_-1201725160'), (u'INDIRECT_-1201725095', u'COPY_-1201725154')] | null | null | 00402110 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vsnprintf_0045cdc0)();\n return iVar1;\n}\n\n" comment (function_definition "int vsnprintf(char... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int vsnprintf(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_vsnprintf_0045cdc0)();\n return iVar1;\n}" (primitive_type "int") (function_declara... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,size_t __maxlen,char *__format,type_1 __arg)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_vsnprintf_004abdc0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,size_t __maxlen,char *__format,__gnuc_va_list __arg)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0045cdc0)();
return iVar1;
}
| 8,449 | ||
59_mktemp_and_mktemp_strip.c | __cxa_atexit | __cxa_atexit |
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_004181d8)();
return;
}
|
void __cxa_atexit(void)
{
(*(code *)PTR___cxa_atexit_0040e1d8)();
return;
}
| JMP qword ptr [0x0040e1d8] | null | null | null | null | [(u'CAST_-1201724423', u'CALLIND_-1201724488'), ('tmp_22', u'CAST_-1201724423'), (u'CALLIND_-1201724488', u'INDIRECT_-1201724428'), (u'INDIRECT_-1201724428', u'COPY_-1201724487'), ('const-0', u'RETURN_-1201724485')] | [(u'CAST_-1201724423', u'CALLIND_-1201724488'), ('tmp_22', u'CAST_-1201724423'), (u'CALLIND_-1201724488', u'INDIRECT_-1201724428'), (u'INDIRECT_-1201724428', u'COPY_-1201724487'), ('const-0', u'RETURN_-1201724485')] | null | null | 004023b0 | .. | .. | (translation_unit "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e1d8)();\n return;\n}\n\n" (function_definition "void __cxa_atexit(void)\n\n{\n (*(code *)PTR___cxa_atexit_0040e1d8)();\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_0040e1d8)();\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_004181d8)();
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_0040e1d8)();
return;
}
| 5,550 | ||
312_pterm_and_pterm_strip.c | gtk_tree_selection_get_selected | gtk_tree_selection_get_selected |
void gtk_tree_selection_get_selected(void)
{
(*(code *)PTR_gtk_tree_selection_get_selected_005249e0)();
return;
}
|
void gtk_tree_selection_get_selected(void)
{
(*(code *)PTR_gtk_tree_selection_get_selected_004aa9e0)();
return;
}
| JMP qword ptr [0x004aa9e0] | null | null | null | null | [(u'CAST_-1201687591', u'CALLIND_-1201687656'), (u'CALLIND_-1201687656', u'INDIRECT_-1201687596'), ('tmp_22', u'CAST_-1201687591'), (u'INDIRECT_-1201687596', u'COPY_-1201687655'), ('const-0', u'RETURN_-1201687653')] | [(u'CAST_-1201687591', u'CALLIND_-1201687656'), (u'CALLIND_-1201687656', u'INDIRECT_-1201687596'), ('tmp_22', u'CAST_-1201687591'), (u'INDIRECT_-1201687596', u'COPY_-1201687655'), ('const-0', u'RETURN_-1201687653')] | null | null | 0040b390 | .. | .. | (translation_unit "void gtk_tree_selection_get_selected(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_004aa9e0)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_get_selected(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_004aa9e0)();\n return;\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_tree_selection_get_selected(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_get_selected_004aa9e0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_get_selected(void)" (identifier "gtk_tree_selection_get_selected") (parameter_list "(void)" (( "(") (paramet... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_tree_selection_get_selected_005249e0)();
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_004aa9e0)();
return;
}
| 9,012 | ||
136_putty_and_putty_strip.c | gtk_cell_renderer_get_preferred_size | gtk_cell_renderer_get_preferred_size |
void gtk_cell_renderer_get_preferred_size(void)
{
(*(code *)PTR_gtk_cell_renderer_get_preferred_size_0062c3a0)();
return;
}
|
void gtk_cell_renderer_get_preferred_size(void)
{
(*(code *)PTR_gtk_cell_renderer_get_preferred_size_005363a0)();
return;
}
| JMP qword ptr [0x005363a0] | null | null | null | null | [('const-0', u'RETURN_-1201686373'), (u'CAST_-1201686311', u'CALLIND_-1201686376'), (u'CALLIND_-1201686376', u'INDIRECT_-1201686316'), (u'INDIRECT_-1201686316', u'COPY_-1201686375'), ('tmp_22', u'CAST_-1201686311')] | [('const-0', u'RETURN_-1201686373'), (u'CAST_-1201686311', u'CALLIND_-1201686376'), (u'CALLIND_-1201686376', u'INDIRECT_-1201686316'), (u'INDIRECT_-1201686316', u'COPY_-1201686375'), ('tmp_22', u'CAST_-1201686311')] | null | null | 0040b890 | .. | .. | (translation_unit "void gtk_cell_renderer_get_preferred_size(void)\n\n{\n (*(code *)PTR_gtk_cell_renderer_get_preferred_size_005363a0)();\n return;\n}\n\n" (function_definition "void gtk_cell_renderer_get_preferred_size(void)\n\n{\n (*(code *)PTR_gtk_cell_renderer_get_preferred_size_005363a0)();\n return;\n}" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_cell_renderer_get_preferred_size(void)\n\n{\n (*(code *)PTR_gtk_cell_renderer_get_preferred_size_005363a0)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_cell_renderer_get_preferred_size(void)" (identifier "gtk_cell_renderer_get_preferred_size") (parameter_list "(voi... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_cell_renderer_get_preferred_size_0062c3a0)();
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_005363a0)();
return;
}
| 10,874 | ||
10_comm_and_comm_strip.c | fcntl | fcntl |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fcntl(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fcntl_00415050)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fcntl(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fcntl_0040d050)();
return iVar1;
}
| JMP qword ptr [0x0040d050] | null | null | null | null | [(u'CAST_-1201725204', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725209'), (u'INDIRECT_-1201725209', u'COPY_-1201725268'), ('const-0', u'RETURN_-1201725269'), ('tmp_38', u'CAST_-1201725204'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')] | [(u'CAST_-1201725204', u'CALLIND_-1201725272'), (u'CALLIND_-1201725272', u'INDIRECT_-1201725209'), (u'INDIRECT_-1201725209', u'COPY_-1201725268'), ('const-0', u'RETURN_-1201725269'), ('tmp_38', u'CAST_-1201725204'), (u'CALLIND_-1201725272', u'RETURN_-1201725269')] | null | null | 004020a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_0040d050)();\n return iVar1;\n}\n\n" comment (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fcntl(int __fd,int __cmd,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fcntl_0040d050)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fcntl(int __fd,int __cmd,...)" (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_fcntl_00415050)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (variadic_paramete... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,int __cmd,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d050)();
return iVar1;
}
| 4,978 | ||
248_puttytel_and_puttytel_strip.c | gtk_label_new_with_mnemonic | gtk_label_new_with_mnemonic |
void gtk_label_new_with_mnemonic(void)
{
(*(code *)PTR_gtk_label_new_with_mnemonic_00545780)();
return;
}
|
void gtk_label_new_with_mnemonic(void)
{
(*(code *)PTR_gtk_label_new_with_mnemonic_004bd780)();
return;
}
| JMP qword ptr [0x004bd780] | null | null | null | null | [(u'CALLIND_-1201684584', u'INDIRECT_-1201684524'), ('tmp_22', u'CAST_-1201684519'), (u'CAST_-1201684519', u'CALLIND_-1201684584'), ('const-0', u'RETURN_-1201684581'), (u'INDIRECT_-1201684524', u'COPY_-1201684583')] | [(u'CALLIND_-1201684584', u'INDIRECT_-1201684524'), ('tmp_22', u'CAST_-1201684519'), (u'CAST_-1201684519', u'CALLIND_-1201684584'), ('const-0', u'RETURN_-1201684581'), (u'INDIRECT_-1201684524', u'COPY_-1201684583')] | null | null | 0040bf90 | .. | .. | (translation_unit "void gtk_label_new_with_mnemonic(void)\n\n{\n (*(code *)PTR_gtk_label_new_with_mnemonic_004bd780)();\n return;\n}\n\n" (function_definition "void gtk_label_new_with_mnemonic(void)\n\n{\n (*(code *)PTR_gtk_label_new_with_mnemonic_004bd780)();\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_label_new_with_mnemonic(void)\n\n{\n (*(code *)PTR_gtk_label_new_with_mnemonic_004bd780)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_label_new_with_mnemonic(void)" (identifier "gtk_label_new_with_mnemonic") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_label_new_with_mnemonic_00545780)();
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_004bd780)();
return;
}
| 9,469 | ||
14_nproc_and_nproc_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_00413070)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c070)();
return sVar1;
}
| JMP qword ptr [0x0040c070] | null | null | null | null | [(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')] | [(u'INDIRECT_-1201725147', u'COPY_-1201725206'), ('const-0', u'RETURN_-1201725205'), ('tmp_26', u'CAST_-1201725142'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725147'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CAST_-1201725142', u'CALLIND_-1201725208')] | null | null | 004020e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c070)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c070)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cu... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR___ctype_get_mb_cur_max_00413070)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (as... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040c070)();
return sVar1;
}
| 3,279 | ||
58_head_and_head_strip.c | register_tm_clones | FUN_004023e0 |
/* WARNING: Removing unreachable block (ram,0x004023ff) */
/* WARNING: Removing unreachable block (ram,0x00402409) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x004023ff) */
/* WARNING: Removing unreachable block (ram,0x00402409) */
void FUN_004023e0(void)
{
return;
}
| MOV ESI,0x40e238
SUB RSI,0x40e238
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x00402410
MOV EAX,0x0
TEST RAX,RAX
JZ 0x00402410
MOV EDI,0x40e238
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201724273')] | [('const-0', u'RETURN_-1201724273')] | null | null | 004023e0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x004023ff) */\n/* WARNING: Removing unreachable block (ram,0x00402409) */\n\nvoid FUN_004023e0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004023e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004023e0... | (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,0x004023ff) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402409) */") (function_definition "void FUN_004023e0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004023e0(void)" (identifier "FUN_004023e0") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x004023ff) */
/* WARNING: Removing unreachable block (ram,0x00402409) */
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,0x004023ff) */
/* WARNING: Removing unreachable block (ram,0x00402409) */
void MASKED(void)
{
return;
}
| 1,963 | ||
144_pscp_and_pscp_strip.c | conf_set_int_int | FUN_0040cec0 |
/* WARNING: Variable defined which should be unmapped: conf_local */
void conf_set_int_int(Conf *conf,int primary,int secondary,int value)
{
size_t *in_RAX;
conf_entry **entry_00;
undefined4 in_register_0000000c;
conf_entry *entry;
int value_local;
int secondary_local;
int primary_local;
Conf *conf_l... |
void FUN_0040cec0(long *param_1,undefined8 *param_2,int *param_3)
{
*param_3 = (int)*(undefined8 *)(*param_1 + 0x10) - (int)*(undefined8 *)(*param_1 + 8);
*param_2 = *(undefined8 *)(*param_1 + 8);
return;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RDX,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RDX]
MOV RDX,qword ptr [RDX + 0x10]
MOV RSI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RSI]
MOV RSI,qword ptr [RSI + 0x8]
SUB RDX,RSI
MOV EAX,EDX
MOV RDX,q... | null | null | null | null | [(u'PTRADD_-1201680139', u'CAST_-1201680135'), ('const-402', u'CALL_-1201680446'), ('const-5441417', u'COPY_-1201680229'), ('const-5440851', u'COPY_-1201680304'), (u'CAST_-1201680292', u'CALL_-1201680354'), ('const-403', u'CALL_-1201680437'), ('const-5441417', u'COPY_-1201680303'), ('const-8', u'PTRADD_-1201680128'), (... | [(u'SUBPIECE_-1201680519', u'INT_SUB_-1201680615'), ('const-8', u'INT_ADD_-1201680625'), ('const-433', u'LOAD_-1201680601'), ('tmp_187', u'LOAD_-1201680666'), ('const-0', u'SUBPIECE_-1201680521'), (u'INT_ADD_-1201680579', u'CAST_-1201680505'), (u'LOAD_-1201680641', u'SUBPIECE_-1201680519'), ('const-16', u'INT_ADD_-1201... | null | null | 0040cec0 | .. | .. | (translation_unit "void FUN_0040cec0(long *param_1,undefined8 *param_2,int *param_3)\n\n{\n *param_3 = (int)*(undefined8 *)(*param_1 + 0x10) - (int)*(undefined8 *)(*param_1 + 8);\n *param_2 = *(undefined8 *)(*param_1 + 8);\n return;\n}\n\n" (function_definition "void FUN_0040cec0(long *param_1,undefined8 *param_2,in... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (exp... | (function_definition "void FUN_0040cec0(long *param_1,undefined8 *param_2,int *param_3)\n\n{\n *param_3 = (int)*(undefined8 *)(*param_1 + 0x10) - (int)*(undefined8 *)(*param_1 + 8);\n *param_2 = *(undefined8 *)(*param_1 + 8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0040cec0(long *param_1,unde... |
/* WARNING: Variable defined which should be unmapped: conf_local */
void function_1(type_1 *conf,int primary,int secondary,int value)
{
size_t *in_RAX;
type_2 **var_4;
type_3 in_register_0000000c;
type_2 *entry;
int value_local;
int secondary_local;
int primary_local;
type_1 *conf_local;
var_4 ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (p... |
void MASKED(long *param_1,undefined8 *param_2,int *param_3)
{
*param_3 = (int)*(undefined8 *)(*param_1 + 0x10) - (int)*(undefined8 *)(*param_1 + 8);
*param_2 = *(undefined8 *)(*param_1 + 8);
return;
}
| 10,060 | ||
15_tee_and_tee_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_00413078)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_0040c078)();
return sVar1;
}
| JMP qword ptr [0x0040c078] | null | null | null | null | [('tmp_32', u'CAST_-1201725125'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725130'), (u'CAST_-1201725125', u'CALLIND_-1201725192'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'INDIRECT_-1201725130', u'COPY_-1201725189'), ('const-0', u'RETURN_-1201725189')] | [('tmp_32', u'CAST_-1201725125'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725130'), (u'CAST_-1201725125', u'CALLIND_-1201725192'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'INDIRECT_-1201725130', u'COPY_-1201725189'), ('const-0', u'RETURN_-1201725189')] | null | null | 004020f0 | .. | .. | (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_0040c078)();\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_0040c078)();\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_00413078)();
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_0040c078)();
return sVar1;
}
| 5,824 | ||
32_nproc_and_nproc_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_00413100)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fprintf_0040c100)();
return iVar1;
}
| JMP qword ptr [0x0040c100] | null | null | null | null | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724857'), (u'CAST_-1201724852', u'CALLIND_-1201724920'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), ('tmp_38', u'CAST_-1201724852'), (u'INDIRECT_-1201724857', u'COPY_-1201724916')] | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724857'), (u'CAST_-1201724852', u'CALLIND_-1201724920'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), ('tmp_38', u'CAST_-1201724852'), (u'INDIRECT_-1201724857', u'COPY_-1201724916')] | null | null | 00402200 | .. | .. | (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_0040c100)();\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_0040c100)();\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_00413100)();
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_0040c100)();
return iVar1;
}
| 3,297 | ||
5_tee_and_tee_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_00413028)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_0040c028)();
return piVar1;
}
| JMP qword ptr [0x0040c028] | null | null | null | null | [(u'CAST_-1201725285', u'RETURN_-1201725349'), ('const-0', u'RETURN_-1201725349'), (u'CALLIND_-1201725352', u'CAST_-1201725285'), ('tmp_26', u'CAST_-1201725286'), (u'INDIRECT_-1201725291', u'COPY_-1201725350'), (u'CAST_-1201725286', u'CALLIND_-1201725352'), (u'CALLIND_-1201725352', u'INDIRECT_-1201725291')] | [(u'CAST_-1201725285', u'RETURN_-1201725349'), ('const-0', u'RETURN_-1201725349'), (u'CALLIND_-1201725352', u'CAST_-1201725285'), ('tmp_26', u'CAST_-1201725286'), (u'INDIRECT_-1201725291', u'COPY_-1201725350'), (u'CAST_-1201725286', u'CALLIND_-1201725352'), (u'CALLIND_-1201725352', u'INDIRECT_-1201725291')] | null | null | 00402050 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0040c028)();\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_0040c028)();\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_00413028)();
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_0040c028)();
return piVar1;
}
| 5,814 | ||
114_curl_and_curl_strip.c | ferror | ferror |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_00460fa8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ferror(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_ferror_0043efa8)();
return iVar1;
}
| JMP qword ptr [0x0043efa8] | null | null | null | null | [(u'CALLIND_-1201719496', u'RETURN_-1201719493'), ('tmp_32', u'CAST_-1201719429'), (u'CAST_-1201719429', u'CALLIND_-1201719496'), (u'INDIRECT_-1201719434', u'COPY_-1201719493'), ('const-0', u'RETURN_-1201719493'), (u'CALLIND_-1201719496', u'INDIRECT_-1201719434')] | [(u'CALLIND_-1201719496', u'RETURN_-1201719493'), ('tmp_32', u'CAST_-1201719429'), (u'CAST_-1201719429', u'CALLIND_-1201719496'), (u'INDIRECT_-1201719434', u'COPY_-1201719493'), ('const-0', u'RETURN_-1201719493'), (u'CALLIND_-1201719496', u'INDIRECT_-1201719434')] | null | null | 00403730 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ferror(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_0043efa8)();\n return iVar1;\n}\n\n" comment (function_definition "int ferror(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 ferror(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ferror_0043efa8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ferror(FILE *__stream)" (identifier "ferror") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ferror_00460fa8)();
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_0043efa8)();
return iVar1;
}
| 8,112 | ||
56_mkdir_and_mkdir_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_0042c1c0)();
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_004181c0)();
return pvVar1;
}
| JMP qword ptr [0x004181c0] | null | null | null | null | [(u'CAST_-1201724466', u'RETURN_-1201724533'), (u'CAST_-1201724467', u'CALLIND_-1201724536'), (u'INDIRECT_-1201724472', u'COPY_-1201724531'), ('const-0', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724472'), ('tmp_44', u'CAST_-1201724467'), (u'CALLIND_-1201724536', u'CAST_-1201724466')] | [(u'CAST_-1201724466', u'RETURN_-1201724533'), (u'CAST_-1201724467', u'CALLIND_-1201724536'), (u'INDIRECT_-1201724472', u'COPY_-1201724531'), ('const-0', u'RETURN_-1201724533'), (u'CALLIND_-1201724536', u'INDIRECT_-1201724472'), ('tmp_44', u'CAST_-1201724467'), (u'CALLIND_-1201724536', u'CAST_-1201724466')] | null | null | 00402380 | .. | .. | (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_004181c0)();\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_004181c0)();\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_0042c1c0)();
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_004181c0)();
return pvVar1;
}
| 6,904 | ||
309_pterm_and_pterm_strip.c | sigemptyset | sigemptyset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigemptyset(sigset_t *__set)
{
int iVar1;
iVar1 = (*(code *)PTR_sigemptyset_005249c8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigemptyset(sigset_t *__set)
{
int iVar1;
iVar1 = (*(code *)PTR_sigemptyset_004aa9c8)();
return iVar1;
}
| JMP qword ptr [0x004aa9c8] | null | null | null | null | [('const-0', u'RETURN_-1201687701'), (u'CALLIND_-1201687704', u'INDIRECT_-1201687642'), ('tmp_32', u'CAST_-1201687637'), (u'CALLIND_-1201687704', u'RETURN_-1201687701'), (u'INDIRECT_-1201687642', u'COPY_-1201687701'), (u'CAST_-1201687637', u'CALLIND_-1201687704')] | [('const-0', u'RETURN_-1201687701'), (u'CALLIND_-1201687704', u'INDIRECT_-1201687642'), ('tmp_32', u'CAST_-1201687637'), (u'CALLIND_-1201687704', u'RETURN_-1201687701'), (u'INDIRECT_-1201687642', u'COPY_-1201687701'), (u'CAST_-1201687637', u'CALLIND_-1201687704')] | null | null | 0040b360 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigemptyset_004aa9c8)();\n return iVar1;\n}\n\n" comment (function_definition "int sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n i... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sigemptyset(sigset_t *__set)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigemptyset_004aa9c8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigemptyset(sigset_t *__set)" (identi... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__set)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_sigemptyset_005249c8)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(sigset_t *__set)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004aa9c8)();
return iVar1;
}
| 9,009 | ||
50_dir_and_dir_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_0044f190)();
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_0042b190)();
return pvVar1;
}
| JMP qword ptr [0x0042b190] | null | null | null | null | [('const-0', u'RETURN_-1201720533'), (u'CAST_-1201720466', u'RETURN_-1201720533'), (u'CAST_-1201720467', u'CALLIND_-1201720536'), (u'CALLIND_-1201720536', u'CAST_-1201720466'), (u'CALLIND_-1201720536', u'INDIRECT_-1201720472'), ('tmp_44', u'CAST_-1201720467'), (u'INDIRECT_-1201720472', u'COPY_-1201720531')] | [('const-0', u'RETURN_-1201720533'), (u'CAST_-1201720466', u'RETURN_-1201720533'), (u'CAST_-1201720467', u'CALLIND_-1201720536'), (u'CALLIND_-1201720536', u'CAST_-1201720466'), (u'CALLIND_-1201720536', u'INDIRECT_-1201720472'), ('tmp_44', u'CAST_-1201720467'), (u'INDIRECT_-1201720472', u'COPY_-1201720531')] | null | null | 00403320 | .. | .. | (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_0042b190)();\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_0042b190)();\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_0044f190)();
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_0042b190)();
return pvVar1;
}
| 4,700 | ||
39_sha224sum_and_sha224sum_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_00421138)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_00413138)();
return iVar1;
}
| JMP qword ptr [0x00413138] | null | null | null | null | [(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741')] | [(u'CAST_-1201724741', u'CALLIND_-1201724808'), ('const-0', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724746'), (u'INDIRECT_-1201724746', u'COPY_-1201724805'), ('tmp_32', u'CAST_-1201724741')] | null | null | 00402270 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_00413138)();\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_00413138)();\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_00421138)();
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_00413138)();
return iVar1;
}
| 1,543 | ||
19_csplit_and_csplit_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_0041b098)();
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_00410098)();
return sVar1;
}
| JMP qword ptr [0x00410098] | null | null | null | null | [(u'INDIRECT_-1201725067', u'COPY_-1201725126'), (u'CAST_-1201725062', u'CALLIND_-1201725128'), (u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725067'), ('const-0', u'RETURN_-1201725125'), ('tmp_26', u'CAST_-1201725062')] | [(u'INDIRECT_-1201725067', u'COPY_-1201725126'), (u'CAST_-1201725062', u'CALLIND_-1201725128'), (u'CALLIND_-1201725128', u'RETURN_-1201725125'), (u'CALLIND_-1201725128', u'INDIRECT_-1201725067'), ('const-0', u'RETURN_-1201725125'), ('tmp_26', u'CAST_-1201725062')] | null | null | 00402130 | .. | .. | (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_00410098)();\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_00410098)();\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_0041b098)();
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_00410098)();
return sVar1;
}
| 6,023 | ||
305_putty_and_putty_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0062c8e8)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_005368e8)();
return;
}
| JMP qword ptr [0x005368e8] | null | null | null | null | [(u'INDIRECT_-1201683611', u'COPY_-1201683670'), (u'CALLIND_-1201683672', u'INDIRECT_-1201683611'), ('tmp_28', u'CAST_-1201683606'), ('const-0', u'RETURN_-1201683669'), (u'CAST_-1201683606', u'CALLIND_-1201683672')] | [(u'INDIRECT_-1201683611', u'COPY_-1201683670'), (u'CALLIND_-1201683672', u'INDIRECT_-1201683611'), ('tmp_28', u'CAST_-1201683606'), ('const-0', u'RETURN_-1201683669'), (u'CAST_-1201683606', u'CALLIND_-1201683672')] | null | null | 0040c320 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_005368e8)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_005368e8)();\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_005368e8)();\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_0062c8e8)();
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_005368e8)();
return;
}
| 11,043 | ||
41_rm_and_rm_strip.c | rpmatch | rpmatch |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rpmatch(char *__response)
{
int iVar1;
iVar1 = (*(code *)PTR_rpmatch_00428148)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rpmatch(char *__response)
{
int iVar1;
iVar1 = (*(code *)PTR_rpmatch_00417148)();
return iVar1;
}
| JMP qword ptr [0x00417148] | null | null | null | null | [(u'CALLIND_-1201724776', u'INDIRECT_-1201724714'), (u'CAST_-1201724709', u'CALLIND_-1201724776'), ('tmp_32', u'CAST_-1201724709'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), ('const-0', u'RETURN_-1201724773'), (u'INDIRECT_-1201724714', u'COPY_-1201724773')] | [(u'CALLIND_-1201724776', u'INDIRECT_-1201724714'), (u'CAST_-1201724709', u'CALLIND_-1201724776'), ('tmp_32', u'CAST_-1201724709'), (u'CALLIND_-1201724776', u'RETURN_-1201724773'), ('const-0', u'RETURN_-1201724773'), (u'INDIRECT_-1201724714', u'COPY_-1201724773')] | null | null | 00402290 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint rpmatch(char *__response)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rpmatch_00417148)();\n return iVar1;\n}\n\n" comment (function_definition "int rpmatch(char *__response)\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)) ))) (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 rpmatch(char *__response)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rpmatch_00417148)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "rpmatch(char *__response)" (identifier "rpma... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__response)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_rpmatch_00428148)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__response)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00417148)();
return iVar1;
}
| 2,268 | ||
48_false_and_false_strip.c | frame_dummy | _INIT_0 |
/* WARNING: Removing unreachable block (ram,0x0040233f) */
/* WARNING: Removing unreachable block (ram,0x00402349) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x0040233f) */
/* WARNING: Removing unreachable block (ram,0x00402349) */
void _INIT_0(void)
{
return;
}
| JMP 0x00402320 | null | null | null | null | [('const-0', u'RETURN_-1201724464')] | [('const-0', u'RETURN_-1201724464')] | null | null | 00402390 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0040233f) */\n/* WARNING: Removing unreachable block (ram,0x00402349) */\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,0x0040233f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402349) */") (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,0x0040233f) */
/* WARNING: Removing unreachable block (ram,0x00402349) */
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,0x0040233f) */
/* WARNING: Removing unreachable block (ram,0x00402349) */
void MASKED(void)
{
return;
}
| 3,263 | ||
74_touch_and_touch_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_004ab250)();
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_00466250)();
return iVar1;
}
| JMP qword ptr [0x00466250] | null | null | null | null | [(u'CALLIND_-1201724248', u'INDIRECT_-1201724186'), (u'INDIRECT_-1201724186', u'COPY_-1201724245'), ('tmp_32', u'CALLIND_-1201724248'), (u'CALLIND_-1201724248', u'RETURN_-1201724245'), ('const-0', u'RETURN_-1201724245')] | [(u'CALLIND_-1201724248', u'INDIRECT_-1201724186'), (u'INDIRECT_-1201724186', u'COPY_-1201724245'), ('tmp_32', u'CALLIND_-1201724248'), (u'CALLIND_-1201724248', u'RETURN_-1201724245'), ('const-0', u'RETURN_-1201724245')] | null | null | 004024a0 | .. | .. | (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_00466250)();\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_00466250)();\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_004ab250)();
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_00466250)();
return iVar1;
}
| 4,387 | ||
140_mv_and_mv_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_00454460)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0042c460)();
return;
}
| JMP qword ptr [0x0042c460] | null | null | null | null | [(u'INDIRECT_-1201719035', u'COPY_-1201719094'), (u'CALLIND_-1201719096', u'INDIRECT_-1201719035'), ('tmp_28', u'CAST_-1201719030'), (u'CAST_-1201719030', u'CALLIND_-1201719096'), ('const-0', u'RETURN_-1201719093')] | [(u'INDIRECT_-1201719035', u'COPY_-1201719094'), (u'CALLIND_-1201719096', u'INDIRECT_-1201719035'), ('tmp_28', u'CAST_-1201719030'), (u'CAST_-1201719030', u'CALLIND_-1201719096'), ('const-0', u'RETURN_-1201719093')] | null | null | 004038c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0042c460)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0042c460)();\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_0042c460)();\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_00454460)();
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_0042c460)();
return;
}
| 4,127 | ||
144_pterm_and_pterm_strip.c | rename | rename |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rename(char *__old,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_rename_005244a0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int rename(char *__old,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_rename_004aa4a0)();
return iVar1;
}
| JMP qword ptr [0x004aa4a0] | null | null | null | null | [('const-0', u'RETURN_-1201690341'), (u'CALLIND_-1201690344', u'INDIRECT_-1201690281'), ('tmp_38', u'CAST_-1201690276'), (u'CAST_-1201690276', u'CALLIND_-1201690344'), (u'INDIRECT_-1201690281', u'COPY_-1201690340'), (u'CALLIND_-1201690344', u'RETURN_-1201690341')] | [('const-0', u'RETURN_-1201690341'), (u'CALLIND_-1201690344', u'INDIRECT_-1201690281'), ('tmp_38', u'CAST_-1201690276'), (u'CAST_-1201690276', u'CALLIND_-1201690344'), (u'INDIRECT_-1201690281', u'COPY_-1201690340'), (u'CALLIND_-1201690344', u'RETURN_-1201690341')] | null | null | 0040a910 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_004aa4a0)();\n return iVar1;\n}\n\n" comment (function_definition "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (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 rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_004aa4a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "rename(char *__old,char *__new)" (ident... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__old,char *__new)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_rename_005244a0)();
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 *__old,char *__new)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004aa4a0)();
return iVar1;
}
| 8,844 | ||
12_nl_and_nl_strip.c | textdomain | textdomain |
void textdomain(void)
{
(*(code *)PTR_textdomain_00414060)();
return;
}
|
void textdomain(void)
{
(*(code *)PTR_textdomain_0040d060)();
return;
}
| JMP qword ptr [0x0040d060] | null | null | null | null | [(u'CAST_-1201725175', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725180'), ('tmp_22', u'CAST_-1201725175'), ('const-0', u'RETURN_-1201725237'), (u'INDIRECT_-1201725180', u'COPY_-1201725239')] | [(u'CAST_-1201725175', u'CALLIND_-1201725240'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725180'), ('tmp_22', u'CAST_-1201725175'), ('const-0', u'RETURN_-1201725237'), (u'INDIRECT_-1201725180', u'COPY_-1201725239')] | null | null | 004020c0 | .. | .. | (translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d060)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d060)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_0040d060)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_textdomain_00414060)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040d060)();
return;
}
| 603 | ||
25_nproc_and_nproc_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_004130c8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0040c0c8)();
return iVar1;
}
| JMP qword ptr [0x0040c0c8] | null | null | null | null | [(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')] | [(u'INDIRECT_-1201724969', u'COPY_-1201725028'), (u'CALLIND_-1201725032', u'RETURN_-1201725029'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724969'), ('tmp_38', u'CAST_-1201724964'), (u'CAST_-1201724964', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')] | null | null | 00402190 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0040c0c8)();\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_0040c0c8)();\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_004130c8)();
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_0040c0c8)();
return iVar1;
}
| 3,290 | ||
54_chgrp_and_chgrp_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_004271b0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_004151b0)();
return pcVar1;
}
| JMP qword ptr [0x004151b0] | null | null | null | null | [('const-0', u'RETURN_-1201724565'), (u'INDIRECT_-1201724505', u'COPY_-1201724564'), (u'CAST_-1201724500', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'CAST_-1201724499'), ('tmp_38', u'CAST_-1201724500'), (u'CAST_-1201724499', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724505')] | [('const-0', u'RETURN_-1201724565'), (u'INDIRECT_-1201724505', u'COPY_-1201724564'), (u'CAST_-1201724500', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'CAST_-1201724499'), ('tmp_38', u'CAST_-1201724500'), (u'CAST_-1201724499', u'RETURN_-1201724565'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724505')] | null | null | 00402360 | .. | .. | (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_004151b0)();\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_004151b0)();\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_004271b0)();
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_004151b0)();
return pcVar1;
}
| 3,017 | ||
50_pwd_and_pwd_strip.c | fseeko | fseeko |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
int iVar1;
iVar1 = (*(code *)PTR_fseeko_00412190)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
int iVar1;
iVar1 = (*(code *)PTR_fseeko_0040c190)();
return iVar1;
}
| JMP qword ptr [0x0040c190] | null | null | null | null | [(u'CALLIND_-1201724632', u'INDIRECT_-1201724568'), (u'INDIRECT_-1201724568', u'COPY_-1201724627'), (u'CAST_-1201724563', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), ('tmp_44', u'CAST_-1201724563')] | [(u'CALLIND_-1201724632', u'INDIRECT_-1201724568'), (u'INDIRECT_-1201724568', u'COPY_-1201724627'), (u'CAST_-1201724563', u'CALLIND_-1201724632'), (u'CALLIND_-1201724632', u'RETURN_-1201724629'), ('const-0', u'RETURN_-1201724629'), ('tmp_44', u'CAST_-1201724563')] | null | null | 00402320 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseeko_0040c190)();\n return iVar1;\n}\n\n" comment (function_definition "int fseeko(FILE *__stream,__off_t __off,int ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseeko_0040c190)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fseeko(FILE *__stream... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,type_2 __off,int __whence)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_fseeko_00412190)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarato... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,__off_t __off,int __whence)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040c190)();
return iVar1;
}
| 393 | ||
93_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | ASN1_STRING_free | ASN1_STRING_free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ASN1_STRING_free(ASN1_STRING *a)
{
(*(code *)PTR_ASN1_STRING_free_00296360)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ASN1_STRING_free(ASN1_STRING *a)
{
(*(code *)PTR_ASN1_STRING_free_001d1360)();
return;
}
| JMP qword ptr [0x001d1360] | null | null | null | null | [(u'INDIRECT_-1206917451', u'COPY_-1206917510'), ('const-0', u'RETURN_-1206917509'), ('tmp_28', u'CAST_-1206917446'), (u'CALLIND_-1206917512', u'INDIRECT_-1206917451'), (u'CAST_-1206917446', u'CALLIND_-1206917512')] | [(u'INDIRECT_-1206917451', u'COPY_-1206917510'), ('const-0', u'RETURN_-1206917509'), ('tmp_28', u'CAST_-1206917446'), (u'CALLIND_-1206917512', u'INDIRECT_-1206917451'), (u'CAST_-1206917446', u'CALLIND_-1206917512')] | null | null | 0010e670 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid ASN1_STRING_free(ASN1_STRING *a)\n\n{\n (*(code *)PTR_ASN1_STRING_free_001d1360)();\n return;\n}\n\n" comment (function_definition "void ASN1_STRING_free(ASN1_STRING *a)\n\n{\n (*(code *)PTR_ASN1_STRING_free_001d1... | (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 ASN1_STRING_free(ASN1_STRING *a)\n\n{\n (*(code *)PTR_ASN1_STRING_free_001d1360)();\n return;\n}" (primitive_type "void") (function_declarator "ASN1_STRING_free(ASN1_STRING *a)" (identifier "ASN1_STRING... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(type_1 *a)
{
(*(type_2 *)PTR_ASN1_STRING_free_00296360)();
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(ASN1_STRING *a)
{
(*(code *)PTR_MASKED_001d1360)();
return;
}
| 10,341 | ||
29_truncate_and_truncate_strip.c | fputs_unlocked | fputs_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs_unlocked(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_unlocked_004140e8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs_unlocked(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_unlocked_0040d0e8)();
return iVar1;
}
| JMP qword ptr [0x0040d0e8] | null | null | null | null | [(u'CAST_-1201724900', u'CALLIND_-1201724968'), ('tmp_38', u'CAST_-1201724900'), ('const-0', u'RETURN_-1201724965'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724905'), (u'CALLIND_-1201724968', u'RETURN_-1201724965'), (u'INDIRECT_-1201724905', u'COPY_-1201724964')] | [(u'CAST_-1201724900', u'CALLIND_-1201724968'), ('tmp_38', u'CAST_-1201724900'), ('const-0', u'RETURN_-1201724965'), (u'CALLIND_-1201724968', u'INDIRECT_-1201724905'), (u'CALLIND_-1201724968', u'RETURN_-1201724965'), (u'INDIRECT_-1201724905', u'COPY_-1201724964')] | null | null | 004021d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs_unlocked(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_unlocked_0040d0e8)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fputs_unlocked(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_unlocked_0040d0e8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs_unlocked(char *_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fputs_unlocked_004140e8)();
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_0040d0e8)();
return iVar1;
}
| 2,626 | ||
9_sync_and_sync_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00411048)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0040a048)();
return;
}
| JMP qword ptr [0x0040a048] | null | null | null | null | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | null | null | 00402090 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040a048)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040a048)();\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_0040a048)();\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_00411048)();
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_0040a048)();
return;
}
| 2,913 | ||
47_dircolors_and_dircolors_strip.c | getline | getline |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__ssize_t getline(char **__lineptr,size_t *__n,FILE *__stream)
{
__ssize_t _Var1;
_Var1 = (*(code *)PTR_getline_00416178)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__ssize_t getline(char **__lineptr,size_t *__n,FILE *__stream)
{
__ssize_t _Var1;
_Var1 = (*(code *)PTR_getline_0040e178)();
return _Var1;
}
| JMP qword ptr [0x0040e178] | null | null | null | null | [(u'CALLIND_-1201724680', u'RETURN_-1201724677'), (u'CAST_-1201724611', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724616'), (u'INDIRECT_-1201724616', u'COPY_-1201724675'), ('tmp_44', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')] | [(u'CALLIND_-1201724680', u'RETURN_-1201724677'), (u'CAST_-1201724611', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724616'), (u'INDIRECT_-1201724616', u'COPY_-1201724675'), ('tmp_44', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')] | null | null | 004022f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__ssize_t getline(char **__lineptr,size_t *__n,FILE *__stream)\n\n{\n __ssize_t _Var1;\n \n _Var1 = (*(code *)PTR_getline_0040e178)();\n return _Var1;\n}\n\n" comment (function_definition "__ssize_t getline(char **__l... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statemen... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__ssize_t getline(char **__lineptr,size_t *__n,FILE *__stream)\n\n{\n __ssize_t _Var1;\n \n _Var1 = (*(code *)PTR_getline_0040e178)();\n return _Var1;\n}" (type_identifier "__ssize_t") (function_declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(char **__lineptr,size_t *__n,type_2 *__stream)
{
type_1 _Var1;
_Var1 = (*(type_3 *)PTR_getline_00416178)();
return _Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (parameter_declaration ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__ssize_t MASKED(char **__lineptr,size_t *__n,FILE *__stream)
{
__ssize_t _Var1;
_Var1 = (*(code *)PTR_MASKED_0040e178)();
return _Var1;
}
| 5,417 | ||
8_realpath_and_realpath_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_0041a040)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0040f040)();
return;
}
| JMP qword ptr [0x0040f040] | null | null | null | null | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | null | null | 00402080 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040f040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040f040)();\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_0040f040)();\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_0041a040)();
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_0040f040)();
return;
}
| 5,038 | ||
3_chown_and_chown_strip.c | endgrent | endgrent |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void endgrent(void)
{
(*(code *)PTR_endgrent_00428018)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void endgrent(void)
{
(*(code *)PTR_endgrent_00417018)();
return;
}
| JMP qword ptr [0x00417018] | null | null | null | null | [('tmp_22', u'CAST_-1201725319'), (u'CAST_-1201725319', u'CALLIND_-1201725384'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725324'), (u'INDIRECT_-1201725324', u'COPY_-1201725383')] | [('tmp_22', u'CAST_-1201725319'), (u'CAST_-1201725319', u'CALLIND_-1201725384'), ('const-0', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725324'), (u'INDIRECT_-1201725324', u'COPY_-1201725383')] | null | null | 00402030 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid endgrent(void)\n\n{\n (*(code *)PTR_endgrent_00417018)();\n return;\n}\n\n" comment (function_definition "void endgrent(void)\n\n{\n (*(code *)PTR_endgrent_00417018)();\n return;\n}" primitive_type (function_decl... | (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 endgrent(void)\n\n{\n (*(code *)PTR_endgrent_00417018)();\n return;\n}" (primitive_type "void") (function_declarator "endgrent(void)" (identifier "endgrent") (parameter_list "(void)" (( "(") (parameter_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
(*(type_1 *)PTR_endgrent_00428018)();
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_00417018)();
return;
}
| 6,531 | ||
25_mknod_and_mknod_strip.c | gettext | gettext |
void gettext(void)
{
(*(code *)PTR_gettext_004290c8)();
return;
}
|
void gettext(void)
{
(*(code *)PTR_gettext_004170c8)();
return;
}
| JMP qword ptr [0x004170c8] | null | null | null | null | [('tmp_22', u'CAST_-1201724967'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724972'), (u'INDIRECT_-1201724972', u'COPY_-1201725031'), (u'CAST_-1201724967', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')] | [('tmp_22', u'CAST_-1201724967'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724972'), (u'INDIRECT_-1201724972', u'COPY_-1201725031'), (u'CAST_-1201724967', u'CALLIND_-1201725032'), ('const-0', u'RETURN_-1201725029')] | null | null | 00402190 | .. | .. | (translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_004170c8)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_004170c8)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_004170c8)();\n return;\n}" (primitive_type "void") (function_declarator "gettext(void)" (identifier "gettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR... |
void function_1(void)
{
(*(type_1 *)PTR_gettext_004290c8)();
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_004170c8)();
return;
}
| 2,680 | ||
39_shred_and_shred_strip.c | ioctl | ioctl |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ioctl(int __fd,ulong __request,...)
{
int iVar1;
iVar1 = (*(code *)PTR_ioctl_00422138)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ioctl(int __fd,ulong __request,...)
{
int iVar1;
iVar1 = (*(code *)PTR_ioctl_00413138)();
return iVar1;
}
| JMP qword ptr [0x00413138] | null | null | null | null | [(u'INDIRECT_-1201724745', u'COPY_-1201724804'), ('const-0', u'RETURN_-1201724805'), (u'CAST_-1201724740', u'CALLIND_-1201724808'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724745'), ('tmp_38', u'CAST_-1201724740')] | [(u'INDIRECT_-1201724745', u'COPY_-1201724804'), ('const-0', u'RETURN_-1201724805'), (u'CAST_-1201724740', u'CALLIND_-1201724808'), (u'CALLIND_-1201724808', u'RETURN_-1201724805'), (u'CALLIND_-1201724808', u'INDIRECT_-1201724745'), ('tmp_38', u'CAST_-1201724740')] | null | null | 00402270 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_00413138)();\n return iVar1;\n}\n\n" comment (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int ioctl(int __fd,ulong __request,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ioctl_00413138)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ioctl(int __fd,ulong __request,...)"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 __request,...)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_ioctl_00422138)();
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)) (variadic_paramet... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,ulong __request,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00413138)();
return iVar1;
}
| 3,160 | ||
14_realpath_and_realpath_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_0041a070)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_0040f070)();
return sVar1;
}
| JMP qword ptr [0x0040f070] | null | null | null | null | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | [(u'CAST_-1201725141', u'CALLIND_-1201725208'), ('const-0', u'RETURN_-1201725205'), ('tmp_32', u'CAST_-1201725141'), (u'INDIRECT_-1201725146', u'COPY_-1201725205'), (u'CALLIND_-1201725208', u'RETURN_-1201725205'), (u'CALLIND_-1201725208', u'INDIRECT_-1201725146')] | null | null | 004020e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_0040f070)();\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_0040f070)();\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_0041a070)();
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_0040f070)();
return sVar1;
}
| 5,044 | ||
4_tac_and_tac_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00415020)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0040d020)();
return;
}
| JMP qword ptr [0x0040d020] | null | null | null | null | [(u'CALLIND_-1201725368', u'INDIRECT_-1201725307'), (u'CAST_-1201725302', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725307', u'COPY_-1201725366'), ('tmp_28', u'CAST_-1201725302'), ('const-0', u'RETURN_-1201725365')] | [(u'CALLIND_-1201725368', u'INDIRECT_-1201725307'), (u'CAST_-1201725302', u'CALLIND_-1201725368'), (u'INDIRECT_-1201725307', u'COPY_-1201725366'), ('tmp_28', u'CAST_-1201725302'), ('const-0', u'RETURN_-1201725365')] | null | null | 00402040 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d020)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0040d020)();\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_0040d020)();\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_00415020)();
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_0040d020)();
return;
}
| 5,218 | ||
54_curl_and_curl_strip.c | __fxstat | __fxstat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstat_00460dc0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __fxstat(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___fxstat_0043edc0)();
return iVar1;
}
| JMP qword ptr [0x0043edc0] | null | null | null | null | [(u'CALLIND_-1201720472', u'INDIRECT_-1201720408'), (u'INDIRECT_-1201720408', u'COPY_-1201720467'), ('tmp_44', u'CAST_-1201720403'), ('const-0', u'RETURN_-1201720469'), (u'CALLIND_-1201720472', u'RETURN_-1201720469'), (u'CAST_-1201720403', u'CALLIND_-1201720472')] | [(u'CALLIND_-1201720472', u'INDIRECT_-1201720408'), (u'INDIRECT_-1201720408', u'COPY_-1201720467'), ('tmp_44', u'CAST_-1201720403'), ('const-0', u'RETURN_-1201720469'), (u'CALLIND_-1201720472', u'RETURN_-1201720469'), (u'CAST_-1201720403', u'CALLIND_-1201720472')] | null | null | 00403360 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_0043edc0)();\n return iVar1;\n}\n\n" comment (function_definition "int __fxstat(int __ver,int __fildes,stat *... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_0043edc0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__fxstat(int __ver,... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,int __fildes,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___fxstat_00460dc0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declara... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,int __fildes,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0043edc0)();
return iVar1;
}
| 8,052 | ||
17_nproc_and_nproc_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_00413088)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0040c088)();
return;
}
| JMP qword ptr [0x0040c088] | null | null | null | null | [(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')] | [(u'CALLIND_-1201725160', u'INDIRECT_-1201725100'), (u'INDIRECT_-1201725100', u'COPY_-1201725159'), ('const-0', u'RETURN_-1201725157'), (u'CAST_-1201725095', u'CALLIND_-1201725160'), ('tmp_22', u'CAST_-1201725095')] | null | null | 00402110 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040c088)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_00413088)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040c088)();
return;
}
| 3,282 | ||
52_cksum_and_cksum_strip.c | register_tm_clones | FUN_00402380 |
/* WARNING: Removing unreachable block (ram,0x0040239f) */
/* WARNING: Removing unreachable block (ram,0x004023a9) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x0040239f) */
/* WARNING: Removing unreachable block (ram,0x004023a9) */
void FUN_00402380(void)
{
return;
}
| MOV ESI,0x40c200
SUB RSI,0x40c200
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x004023b0
MOV EAX,0x0
TEST RAX,RAX
JZ 0x004023b0
MOV EDI,0x40c200
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201724369')] | [('const-0', u'RETURN_-1201724369')] | null | null | 00402380 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0040239f) */\n/* WARNING: Removing unreachable block (ram,0x004023a9) */\n\nvoid FUN_00402380(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00402380(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00402380... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (comment "/* WARNING: Removing unreachable block (ram,0x0040239f) */") (comment "/* WARNING: Removing unreachable block (ram,0x004023a9) */") (function_definition "void FUN_00402380(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402380(void)" (identifier "FUN_00402380") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x0040239f) */
/* WARNING: Removing unreachable block (ram,0x004023a9) */
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,0x0040239f) */
/* WARNING: Removing unreachable block (ram,0x004023a9) */
void MASKED(void)
{
return;
}
| 4,962 | ||
23_shuf_and_shuf_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_004230b8)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_004130b8)();
return;
}
| JMP qword ptr [0x004130b8] | null | null | null | null | [(u'CAST_-1201724999', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725004'), ('const-0', u'RETURN_-1201725061'), (u'INDIRECT_-1201725004', u'COPY_-1201725063'), ('tmp_22', u'CAST_-1201724999')] | [(u'CAST_-1201724999', u'CALLIND_-1201725064'), (u'CALLIND_-1201725064', u'INDIRECT_-1201725004'), ('const-0', u'RETURN_-1201725061'), (u'INDIRECT_-1201725004', u'COPY_-1201725063'), ('tmp_22', u'CAST_-1201724999')] | null | null | 00402170 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_004130b8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_004130b8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_004130b8)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_004230b8)();
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_004130b8)();
return;
}
| 6,363 | ||
396_pterm_and_pterm_strip.c | fgetc | fgetc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fgetc(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fgetc_00524c80)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fgetc(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fgetc_004aac80)();
return iVar1;
}
| JMP qword ptr [0x004aac80] | null | null | null | null | [(u'CALLIND_-1201686312', u'RETURN_-1201686309'), (u'INDIRECT_-1201686250', u'COPY_-1201686309'), ('const-0', u'RETURN_-1201686309'), ('tmp_32', u'CAST_-1201686245'), (u'CAST_-1201686245', u'CALLIND_-1201686312'), (u'CALLIND_-1201686312', u'INDIRECT_-1201686250')] | [(u'CALLIND_-1201686312', u'RETURN_-1201686309'), (u'INDIRECT_-1201686250', u'COPY_-1201686309'), ('const-0', u'RETURN_-1201686309'), ('tmp_32', u'CAST_-1201686245'), (u'CAST_-1201686245', u'CALLIND_-1201686312'), (u'CALLIND_-1201686312', u'INDIRECT_-1201686250')] | null | null | 0040b8d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fgetc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fgetc_004aac80)();\n return iVar1;\n}\n\n" comment (function_definition "int fgetc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR... | (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 fgetc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fgetc_004aac80)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fgetc(FILE *__stream)" (identifier "fgetc") (param... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fgetc_00524c80)();
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_004aac80)();
return iVar1;
}
| 9,096 | ||
28_less_and_less_strip.c | close | close |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_00450e78)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_0042ee78)();
return iVar1;
}
| JMP qword ptr [0x0042ee78] | null | null | null | null | [('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724922'), (u'INDIRECT_-1201724922', u'COPY_-1201724981'), (u'CAST_-1201724917', u'CALLIND_-1201724984'), ('tmp_32', u'CAST_-1201724917'), (u'CALLIND_-1201724984', u'RETURN_-1201724981')] | [('const-0', u'RETURN_-1201724981'), (u'CALLIND_-1201724984', u'INDIRECT_-1201724922'), (u'INDIRECT_-1201724922', u'COPY_-1201724981'), (u'CAST_-1201724917', u'CALLIND_-1201724984'), ('tmp_32', u'CAST_-1201724917'), (u'CALLIND_-1201724984', u'RETURN_-1201724981')] | null | null | 004021c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0042ee78)();\n return iVar1;\n}\n\n" comment (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0042e... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expressio... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_0042ee78)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "close(int __fd)" (identifier "close") (parameter_list "(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_close_00450e78)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042ee78)();
return iVar1;
}
| 7,838 | ||
53_chmod_and_chmod_strip.c | open | open |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open(char *__file,int __oflag,...)
{
int iVar1;
iVar1 = (*(code *)PTR_open_004251a8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open(char *__file,int __oflag,...)
{
int iVar1;
iVar1 = (*(code *)PTR_open_004151a8)();
return iVar1;
}
| JMP qword ptr [0x004151a8] | 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 open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_004151a8)();\n return iVar1;\n}\n\n" comment (function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDE... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_004151a8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "open(char *__file,int __oflag,...)" (i... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,int __oflag,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_open_004251a8)();
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,int __oflag,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004151a8)();
return iVar1;
}
| 3,100 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.