file_name stringlengths 17 45 | original_function_name stringlengths 3 57 | stripped_function_name stringlengths 3 57 | decompiled_code_original stringlengths 51 99k | decompiled_code_stripped stringlengths 37 65.3k | assembly_code stringlengths 3 97.1k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 13.4M | pcode_edges_stripped stringlengths 34 415k | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_decompiled_code_original_noisy stringlengths 348 1.49M | S-Expression_decompiled_code_original_clean stringclasses 481
values | S-Expression_decompiled_code_original_root stringlengths 356 1.54M | Replace_function_name_and_variable_name stringlengths 39 95.3k | S-Expression_decompiled_code_stripped stringclasses 1
value | Root Node stringclasses 550
values | decompiled_code_original_masked stringclasses 1
value | decompiled_code_stripped_masked stringlengths 35 65.3k | __index_level_0__ int64 1 10.7k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29_sort_and_sort_strip.c | stpcpy | stpcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpcpy_004460e8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpcpy_004270e8)();
return pcVar1;
}
| JMP qword ptr [0x004270e8] | null | null | null | null | [('tmp_38', u'CAST_-1201720804'), (u'CALLIND_-1201720872', u'INDIRECT_-1201720809'), ('const-0', u'RETURN_-1201720869'), (u'INDIRECT_-1201720809', u'COPY_-1201720868'), (u'CAST_-1201720803', u'RETURN_-1201720869'), (u'CAST_-1201720804', u'CALLIND_-1201720872'), (u'CALLIND_-1201720872', u'CAST_-1201720803')] | [('tmp_38', u'CAST_-1201720804'), (u'CALLIND_-1201720872', u'INDIRECT_-1201720809'), ('const-0', u'RETURN_-1201720869'), (u'INDIRECT_-1201720809', u'COPY_-1201720868'), (u'CAST_-1201720803', u'RETURN_-1201720869'), (u'CAST_-1201720804', u'CALLIND_-1201720872'), (u'CALLIND_-1201720872', u'CAST_-1201720803')] | null | null | 004031d0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_004270e8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_004270e8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* stpcpy(char *__dest,... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_stpcpy_004460e8)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004270e8)();
return pcVar1;
}
| 7,208 | ||
161_find_and_find_strip.c | main | FUN_00404aa0 |
/* WARNING: Unknown calling convention */
int main(int *argc,char ***argv)
{
int iVar1;
uint uVar2;
options **p;
int *piVar3;
undefined8 uVar4;
char *pcVar5;
predicate *ppVar6;
long *in_RSI;
undefined8 local_118 [2];
undefined4 local_108 [4];
char **local_f8 [2];
int local_e8 [4];
undefined... |
undefined4 FUN_00404aa0(int param_1,long *param_2)
{
FILE *__stream;
int iVar1;
ulong uVar2;
int *piVar3;
undefined8 uVar4;
char *pcVar5;
if (*param_2 == 0) {
FUN_0044d8c0(&DAT_0047903c);
}
else {
FUN_0044d8c0(*param_2);
}
FUN_0040d7c0();
DAT_0048e5f0 = 0;
DAT_0048e5dc = 0;
DAT_... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV dword ptr [RBP + -0x4],0x0
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],0x0
MOV RSI,qword ptr [RBP + -0x10]
CMP qword ptr [RSI],0x0
JZ 0x00404adc
MOV RAX,qword ptr [RBP + -0x10]
MOV RDI,qword ptr [RAX]
CALL 0x0044d8c0
JMP 0x00404ae8
LEA... | null | null | null | null | [(u'INDIRECT_-1201711857', u'MULTIEQUAL_-1201711691'), ('const-433', u'LOAD_-1201714338'), (u'INDIRECT_-1201712267', u'MULTIEQUAL_-1201712181'), (u'INDIRECT_-1201711487', u'MULTIEQUAL_-1201711467'), (u'INDIRECT_-1201711778', u'MULTIEQUAL_-1201711739'), (u'INDIRECT_-1201712674', u'MULTIEQUAL_-1201712643'), (u'INDIRECT_-... | [(u'CALL_-1201714348', u'INDIRECT_-1201713159'), (u'INDIRECT_-1201713107', u'MULTIEQUAL_-1201713073'), (u'CALL_-1201714212', u'INDIRECT_-1201713109'), ('const-4777464', u'PTRSUB_-1201712478'), (u'CALL_-1201713964', u'INDIRECT_-1201712967'), (u'CALL_-1201713717', u'INDIRECT_-1201712695'), (u'CALL_-1201713505', u'INDIREC... | null | null | 00404aa0 | .. | .. | (translation_unit "undefined4 FUN_00404aa0(int param_1,long *param_2)\n\n{\n FILE *__stream;\n int iVar1;\n ulong uVar2;\n int *piVar3;\n undefined8 uVar4;\n char *pcVar5;\n \n if (*param_2 == 0) {\n FUN_0044d8c0(&DAT_0047903c);\n }\n else {\n FUN_0044d8c0(*param_2);\n }\n FUN_0040d7c0();\n DAT_0048e... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "undefined4 FUN_00404aa0(int param_1,long *param_2)\n\n{\n FILE *__stream;\n int iVar1;\n ulong uVar2;\n int *piVar3;\n undefined8 uVar4;\n char *pcVar5;\n \n if (*param_2 == 0) {\n FUN_0044d8c0(&DAT_0047903c);\n }\n else {\n FUN_0044d8c0(*param_2);\n }\n FUN_0040d7c0();\n DAT_00... |
/* WARNING: Unknown calling convention */
int function_1(int *argc,char ***argv)
{
int var_15;
type_1 uVar2;
type_2 **p;
int *piVar3;
type_3 uVar4;
char *pcVar5;
type_4 *ppVar6;
long *in_RSI;
type_3 local_118 [2];
type_5 local_108 [4];
char **local_f8 [2];
int local_e8 [4];
type_5 local_d8;... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (id... |
undefined4 MASKED(int param_1,long *param_2)
{
FILE *__stream;
int iVar1;
ulong uVar2;
int *piVar3;
undefined8 uVar4;
char *pcVar5;
if (*param_2 == 0) {
FUN_0044d8c0(&DAT_0047903c);
}
else {
FUN_0044d8c0(*param_2);
}
FUN_0040d7c0();
DAT_0048e5f0 = 0;
DAT_0048e5dc = 0;
DAT_0048e5... | 8,684 | ||
48_find_and_find_strip.c | getgrgid | getgrgid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
group * getgrgid(__gid_t __gid)
{
group *pgVar1;
pgVar1 = (group *)(*(code *)PTR_getgrgid_00504c38)();
return pgVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
group * getgrgid(__gid_t __gid)
{
group *pgVar1;
pgVar1 = (group *)(*(code *)PTR_getgrgid_0048cc38)();
return pgVar1;
}
| JMP qword ptr [0x0048cc38] | null | null | null | null | [('tmp_32', u'CAST_-1201716405'), (u'CALLIND_-1201716472', u'CAST_-1201716404'), ('const-0', u'RETURN_-1201716469'), (u'CAST_-1201716405', u'CALLIND_-1201716472'), (u'INDIRECT_-1201716410', u'COPY_-1201716469'), (u'CALLIND_-1201716472', u'INDIRECT_-1201716410'), (u'CAST_-1201716404', u'RETURN_-1201716469')] | [('tmp_32', u'CAST_-1201716405'), (u'CALLIND_-1201716472', u'CAST_-1201716404'), ('const-0', u'RETURN_-1201716469'), (u'CAST_-1201716405', u'CALLIND_-1201716472'), (u'INDIRECT_-1201716410', u'COPY_-1201716469'), (u'CALLIND_-1201716472', u'INDIRECT_-1201716410'), (u'CAST_-1201716404', u'RETURN_-1201716469')] | null | null | 00404300 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ngroup * getgrgid(__gid_t __gid)\n\n{\n group *pgVar1;\n \n pgVar1 = (group *)(*(code *)PTR_getgrgid_0048cc38)();\n return pgVar1;\n}\n\n" comment (function_definition "group * getgrgid(__gid_t __gid)\n\n{\n group *pg... | (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 "group * getgrgid(__gid_t __gid)\n\n{\n group *pgVar1;\n \n pgVar1 = (group *)(*(code *)PTR_getgrgid_0048cc38)();\n return pgVar1;\n}" (type_identifier "group") (pointer_declarator "* getgrgid(__gid_t __gid... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(type_2 __gid)
{
type_1 *pgVar1;
pgVar1 = (type_1 *)(*(type_3 *)PTR_getgrgid_00504c38)();
return pgVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
group * MASKED(__gid_t __gid)
{
group *pgVar1;
pgVar1 = (group *)(*(code *)PTR_MASKED_0048cc38)();
return pgVar1;
}
| 8,571 | ||
71_cp_and_cp_strip.c | memcmp | memcmp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00453238)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_0042c238)();
return iVar1;
}
| JMP qword ptr [0x0042c238] | null | null | null | null | [(u'CALLIND_-1201720200', u'RETURN_-1201720197'), (u'INDIRECT_-1201720136', u'COPY_-1201720195'), (u'CALLIND_-1201720200', u'INDIRECT_-1201720136'), ('tmp_44', u'CAST_-1201720131'), ('const-0', u'RETURN_-1201720197'), (u'CAST_-1201720131', u'CALLIND_-1201720200')] | [(u'CALLIND_-1201720200', u'RETURN_-1201720197'), (u'INDIRECT_-1201720136', u'COPY_-1201720195'), (u'CALLIND_-1201720200', u'INDIRECT_-1201720136'), ('tmp_44', u'CAST_-1201720131'), ('const-0', u'RETURN_-1201720197'), (u'CAST_-1201720131', u'CALLIND_-1201720200')] | null | null | 00403470 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0042c238)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0042c238)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_memcmp_00453238)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042c238)();
return iVar1;
}
| 6,331 | ||
69_pr_and_pr_strip.c | sprintf | sprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_0043c228)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_00424228)();
return iVar1;
}
| JMP qword ptr [0x00424228] | null | null | null | null | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724265'), ('const-0', u'RETURN_-1201724325'), (u'CAST_-1201724260', u'CALLIND_-1201724328'), (u'INDIRECT_-1201724265', u'COPY_-1201724324'), (u'CALLIND_-1201724328', u'RETURN_-1201724325'), ('tmp_38', u'CAST_-1201724260')] | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724265'), ('const-0', u'RETURN_-1201724325'), (u'CAST_-1201724260', u'CALLIND_-1201724328'), (u'INDIRECT_-1201724265', u'COPY_-1201724324'), (u'CALLIND_-1201724328', u'RETURN_-1201724325'), ('tmp_38', u'CAST_-1201724260')] | null | null | 00402450 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_00424228)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (as... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_00424228)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sprintf(char *__s,char *__format... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_sprintf_0043c228)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00424228)();
return iVar1;
}
| 4,859 | ||
16_arch_and_arch_strip.c | mbrtowc | mbrtowc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbrtowc_00411080)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbrtowc_0040b080)();
return sVar1;
}
| JMP qword ptr [0x0040b080] | null | null | null | null | [(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')] | [(u'INDIRECT_-1201725111', u'COPY_-1201725170'), (u'CALLIND_-1201725176', u'RETURN_-1201725173'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725111'), ('tmp_50', u'CAST_-1201725106'), (u'CAST_-1201725106', u'CALLIND_-1201725176'), ('const-0', u'RETURN_-1201725173')] | null | null | 00402100 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_0040b080)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbrtowc(wchar_t *__p... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (com... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbrtowc_0040b080)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "m... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(type_1 *__pwc,char *__s,size_t __n,type_2 *__p)
{
size_t sVar1;
sVar1 = (*(type_3 *)PTR_mbrtowc_00411080)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040b080)();
return sVar1;
}
| 4,887 | ||
78_pterm_and_pterm_strip.c | setresgid | setresgid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setresgid(__gid_t __rgid,__gid_t __egid,__gid_t __sgid)
{
int iVar1;
iVar1 = (*(code *)PTR_setresgid_00524290)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int setresgid(__gid_t __rgid,__gid_t __egid,__gid_t __sgid)
{
int iVar1;
iVar1 = (*(code *)PTR_setresgid_004aa290)();
return iVar1;
}
| JMP qword ptr [0x004aa290] | null | null | null | null | [(u'CALLIND_-1201691400', u'INDIRECT_-1201691336'), ('tmp_44', u'CAST_-1201691331'), (u'CALLIND_-1201691400', u'RETURN_-1201691397'), ('const-0', u'RETURN_-1201691397'), (u'CAST_-1201691331', u'CALLIND_-1201691400'), (u'INDIRECT_-1201691336', u'COPY_-1201691395')] | [(u'CALLIND_-1201691400', u'INDIRECT_-1201691336'), ('tmp_44', u'CAST_-1201691331'), (u'CALLIND_-1201691400', u'RETURN_-1201691397'), ('const-0', u'RETURN_-1201691397'), (u'CAST_-1201691331', u'CALLIND_-1201691400'), (u'INDIRECT_-1201691336', u'COPY_-1201691395')] | null | null | 0040a4f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint setresgid(__gid_t __rgid,__gid_t __egid,__gid_t __sgid)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setresgid_004aa290)();\n return iVar1;\n}\n\n" comment (function_definition "int setresgid(__gid_t __rgid,__gid_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_ex... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int setresgid(__gid_t __rgid,__gid_t __egid,__gid_t __sgid)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_setresgid_004aa290)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "setresgid(__... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __rgid,type_1 __egid,type_1 __sgid)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_setresgid_00524290)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decla... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(__gid_t __rgid,__gid_t __egid,__gid_t __sgid)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004aa290)();
return iVar1;
}
| 9,268 | ||
27_seq_and_seq_strip.c | strspn | strspn |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_004150d8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_0040d0d8)();
return sVar1;
}
| JMP qword ptr [0x0040d0d8] | null | null | null | null | [(u'CALLIND_-1201725000', 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'), ('tmp_38', u'CAST_-1201724932')] | [(u'CALLIND_-1201725000', 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'), ('tmp_38', u'CAST_-1201724932')] | null | null | 004021b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040d0d8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_0040d0d8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__acce... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strspn_004150d8)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040d0d8)();
return sVar1;
}
| 878 | ||
6_find_and_find_strip.c | endmntent | endmntent |
void endmntent(void)
{
(*(code *)PTR_endmntent_00504ae8)();
return;
}
|
void endmntent(void)
{
(*(code *)PTR_endmntent_0048cae8)();
return;
}
| JMP qword ptr [0x0048cae8] | null | null | null | null | [(u'CAST_-1201717079', u'CALLIND_-1201717144'), ('const-0', u'RETURN_-1201717141'), (u'CALLIND_-1201717144', u'INDIRECT_-1201717084'), (u'INDIRECT_-1201717084', u'COPY_-1201717143'), ('tmp_22', u'CAST_-1201717079')] | [(u'CAST_-1201717079', u'CALLIND_-1201717144'), ('const-0', u'RETURN_-1201717141'), (u'CALLIND_-1201717144', u'INDIRECT_-1201717084'), (u'INDIRECT_-1201717084', u'COPY_-1201717143'), ('tmp_22', u'CAST_-1201717079')] | null | null | 00404060 | .. | .. | (translation_unit "void endmntent(void)\n\n{\n (*(code *)PTR_endmntent_0048cae8)();\n return;\n}\n\n" (function_definition "void endmntent(void)\n\n{\n (*(code *)PTR_endmntent_0048cae8)();\n return;\n}" primitive_type (function_declarator "endmntent(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void endmntent(void)\n\n{\n (*(code *)PTR_endmntent_0048cae8)();\n return;\n}" (primitive_type "void") (function_declarator "endmntent(void)" (identifier "endmntent") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co... |
void function_1(void)
{
(*(type_1 *)PTR_endmntent_00504ae8)();
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_0048cae8)();
return;
}
| 8,529 | ||
59_locate_and_locate_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_0046ae60)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_00434e60)();
return iVar1;
}
| JMP qword ptr [0x00434e60] | null | null | null | null | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')] | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')] | null | null | 004023b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_00434e60)();\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_00434e60)();\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_0046ae60)();
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_00434e60)();
return iVar1;
}
| 7,916 | ||
80_du_and_du_strip.c | memmove | memmove |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_00441280)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_00423280)();
return pvVar1;
}
| JMP qword ptr [0x00423280] | null | null | null | null | [(u'CALLIND_-1201720056', u'CAST_-1201719986'), ('const-0', u'RETURN_-1201720053'), (u'INDIRECT_-1201719992', u'COPY_-1201720051'), (u'CAST_-1201719987', u'CALLIND_-1201720056'), ('tmp_44', u'CAST_-1201719987'), (u'CALLIND_-1201720056', u'INDIRECT_-1201719992'), (u'CAST_-1201719986', u'RETURN_-1201720053')] | [(u'CALLIND_-1201720056', u'CAST_-1201719986'), ('const-0', u'RETURN_-1201720053'), (u'INDIRECT_-1201719992', u'COPY_-1201720051'), (u'CAST_-1201719987', u'CALLIND_-1201720056'), ('tmp_44', u'CAST_-1201719987'), (u'CALLIND_-1201720056', u'INDIRECT_-1201719992'), (u'CAST_-1201719986', u'RETURN_-1201720053')] | null | null | 00403500 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00423280)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_00423280)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memmove_00441280)();
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_00423280)();
return pvVar1;
}
| 6,863 | ||
35_locate_and_locate_strip.c | pthread_mutex_destroy | pthread_mutex_destroy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_mutex_destroy(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_mutex_destroy_0046ada0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_mutex_destroy(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_mutex_destroy_00434da0)();
return iVar1;
}
| JMP qword ptr [0x00434da0] | null | null | null | null | [(u'CALLIND_-1201724872', u'INDIRECT_-1201724810'), ('tmp_32', u'CAST_-1201724805'), ('const-0', u'RETURN_-1201724869'), (u'CALLIND_-1201724872', u'RETURN_-1201724869'), (u'CAST_-1201724805', u'CALLIND_-1201724872'), (u'INDIRECT_-1201724810', u'COPY_-1201724869')] | [(u'CALLIND_-1201724872', u'INDIRECT_-1201724810'), ('tmp_32', u'CAST_-1201724805'), ('const-0', u'RETURN_-1201724869'), (u'CALLIND_-1201724872', u'RETURN_-1201724869'), (u'CAST_-1201724805', u'CALLIND_-1201724872'), (u'INDIRECT_-1201724810', u'COPY_-1201724869')] | null | null | 00402230 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_00434da0)();\n return iVar1;\n}\n\n" comment (function_definition "int pthread_mutex_destroy(pthre... | (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 pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_00434da0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "pthread_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__mutex)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_pthread_mutex_destroy_0046ada0)();
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(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00434da0)();
return iVar1;
}
| 7,892 | ||
18_mv_and_mv_strip.c | unlinkat | unlinkat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unlinkat(int __fd,char *__name,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR_unlinkat_00454090)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unlinkat(int __fd,char *__name,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR_unlinkat_0042c090)();
return iVar1;
}
| JMP qword ptr [0x0042c090] | null | null | null | null | [(u'INDIRECT_-1201720984', u'COPY_-1201721043'), ('const-0', u'RETURN_-1201721045'), (u'CAST_-1201720979', u'CALLIND_-1201721048'), ('tmp_44', u'CAST_-1201720979'), (u'CALLIND_-1201721048', u'INDIRECT_-1201720984'), (u'CALLIND_-1201721048', u'RETURN_-1201721045')] | [(u'INDIRECT_-1201720984', u'COPY_-1201721043'), ('const-0', u'RETURN_-1201721045'), (u'CAST_-1201720979', u'CALLIND_-1201721048'), ('tmp_44', u'CAST_-1201720979'), (u'CALLIND_-1201721048', u'INDIRECT_-1201720984'), (u'CALLIND_-1201721048', u'RETURN_-1201721045')] | null | null | 00403120 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint unlinkat(int __fd,char *__name,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unlinkat_0042c090)();\n return iVar1;\n}\n\n" comment (function_definition "int unlinkat(int __fd,char *__name,int __flag)\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 "int unlinkat(int __fd,char *__name,int __flag)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unlinkat_0042c090)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "unlinkat(int __fd,char *__... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,char *__name,int __flag)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_unlinkat_00454090)();
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 __fd,char *__name,int __flag)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042c090)();
return iVar1;
}
| 6,439 | ||
12_locate_and_locate_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_0046ace8)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_00434ce8)();
return;
}
| JMP qword ptr [0x00434ce8] | 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 __fpending(void)\n\n{\n (*(code *)PTR___fpending_00434ce8)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00434ce8)();\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_00434ce8)();\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_0046ace8)();
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_00434ce8)();
return;
}
| 7,869 | ||
37_base64_and_base64_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_00416128)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_0040d128)();
return pvVar1;
}
| JMP qword ptr [0x0040d128] | null | null | null | null | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'CAST_-1201724772'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724772', u'RETURN_-1201724837'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773')] | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'CAST_-1201724772'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724772', u'RETURN_-1201724837'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_0040d128)();\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_0040d128)();\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_00416128)();
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_0040d128)();
return pvVar1;
}
| 1,016 | ||
277_pterm_and_pterm_strip.c | fopen64 | fopen64 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen64(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen64_005248c8)();
return pFVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen64(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen64_004aa8c8)();
return pFVar1;
}
| JMP qword ptr [0x004aa8c8] | null | null | null | null | [('const-0', u'RETURN_-1201688213'), ('tmp_38', u'CAST_-1201688148'), (u'CAST_-1201688148', u'CALLIND_-1201688216'), (u'CALLIND_-1201688216', u'CAST_-1201688147'), (u'INDIRECT_-1201688153', u'COPY_-1201688212'), (u'CALLIND_-1201688216', u'INDIRECT_-1201688153'), (u'CAST_-1201688147', u'RETURN_-1201688213')] | [('const-0', u'RETURN_-1201688213'), ('tmp_38', u'CAST_-1201688148'), (u'CAST_-1201688148', u'CALLIND_-1201688216'), (u'CALLIND_-1201688216', u'CAST_-1201688147'), (u'INDIRECT_-1201688153', u'COPY_-1201688212'), (u'CALLIND_-1201688216', u'INDIRECT_-1201688153'), (u'CAST_-1201688147', u'RETURN_-1201688213')] | null | null | 0040b160 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen64(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen64_004aa8c8)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fopen64(char *__filename,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)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "FILE * fopen64(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen64_004aa8c8)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* fopen64(cha... |
/* 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_fopen64_005248c8)();
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_004aa8c8)();
return pFVar1;
}
| 9,467 | ||
184_install_and_install_strip.c | renameatu | endpwent |
/* WARNING: Removing unreachable block (ram,0x004338f2) */
/* WARNING: Removing unreachable block (ram,0x0043392d) */
int renameatu(int fd1,char *src,int fd2,char *dst,uint flags)
{
long lVar1;
int iVar2;
uint uVar3;
int *piVar4;
undefined4 extraout_var;
int *piVar5;
size_t sVar6;
size_t sVar7;
und... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void endpwent(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [(u'INT_EQUAL_-1201915713', u'CBRANCH_-1201915610'), (u'CALL_-1201915039', u'INDIRECT_-1201913838'), ('tmp_964', u'CBRANCH_-1201916205'), ('const-61440', u'INT_AND_-1201915101'), ('tmp_879', u'CBRANCH_-1201916268'), (u'INT_EQUAL_-1201915796', u'CBRANCH_-1201915642'), (u'CAST_-1201912512', u'CALL_-1201915507'), (u'CALL_... | [('const-1', u'RETURN_-1201917014')] | null | null | 004333a0 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid endpwent(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (functio... | (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 "void endpwent(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (prim... |
/* WARNING: Removing unreachable block (ram,0x004338f2) */
/* WARNING: Removing unreachable block (ram,0x0043392d) */
int function_1(int fd1,char *src,int fd2,char *dst,type_1 var_5)
{
long var_17;
int var_4;
type_1 var_14;
int *piVar4;
type_2 extraout_var;
int *piVar5;
size_t var_7;
size_t var_8;
... | (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 (comment) (expression_statement (call_expression function: (identifier) argum... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 7,629 | ||
16_base64_and_base64_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_00416080)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0040d080)();
return;
}
| JMP qword ptr [0x0040d080] | null | null | null | null | [(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')] | [(u'CAST_-1201725111', u'CALLIND_-1201725176'), (u'CALLIND_-1201725176', u'INDIRECT_-1201725116'), ('tmp_22', u'CAST_-1201725111'), (u'INDIRECT_-1201725116', u'COPY_-1201725175'), ('const-0', u'RETURN_-1201725173')] | null | null | 00402100 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040d080)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040d080)();\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_0040d080)();\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_00416080)();
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_0040d080)();
return;
}
| 995 | ||
462_puttytel_and_puttytel_strip.c | gtk_css_provider_new | gtk_css_provider_new |
void gtk_css_provider_new(void)
{
(*(code *)PTR_gtk_css_provider_new_00545e38)();
return;
}
|
void gtk_css_provider_new(void)
{
(*(code *)PTR_gtk_css_provider_new_004bde38)();
return;
}
| JMP qword ptr [0x004bde38] | null | null | null | null | [(u'CAST_-1201681079', u'CALLIND_-1201681144'), (u'INDIRECT_-1201681084', u'COPY_-1201681143'), (u'CALLIND_-1201681144', u'INDIRECT_-1201681084'), ('tmp_22', u'CAST_-1201681079'), ('const-0', u'RETURN_-1201681141')] | [(u'CAST_-1201681079', u'CALLIND_-1201681144'), (u'INDIRECT_-1201681084', u'COPY_-1201681143'), (u'CALLIND_-1201681144', u'INDIRECT_-1201681084'), ('tmp_22', u'CAST_-1201681079'), ('const-0', u'RETURN_-1201681141')] | null | null | 0040cd00 | .. | .. | (translation_unit "void gtk_css_provider_new(void)\n\n{\n (*(code *)PTR_gtk_css_provider_new_004bde38)();\n return;\n}\n\n" (function_definition "void gtk_css_provider_new(void)\n\n{\n (*(code *)PTR_gtk_css_provider_new_004bde38)();\n return;\n}" primitive_type (function_declarator "gtk_css_provider_new(void)" iden... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_css_provider_new(void)\n\n{\n (*(code *)PTR_gtk_css_provider_new_004bde38)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_css_provider_new(void)" (identifier "gtk_css_provider_new") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void"... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_css_provider_new_00545e38)();
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_004bde38)();
return;
}
| 10,173 | ||
42_fmt_and_fmt_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_00416150)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_0040d150)();
return pcVar1;
}
| 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\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0040d150)();\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_0040d150)();\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_00416150)();
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_0040d150)();
return pcVar1;
}
| 4,297 | ||
55_dirname_and_dirname_strip.c | xcharalloc | putchar_unlocked |
/* WARNING: Unknown calling convention */
char * xcharalloc(size_t *n)
{
char *pcVar1;
size_t local_38 [6];
pcVar1 = (char *)xmalloc(local_38);
return pcVar1;
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putchar_unlocked(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [(u'PTRSUB_-1201688167', u'CALL_-1201688245'), ('tmp_178', u'PTRSUB_-1201688167'), ('const-0', u'RETURN_-1201688211'), (u'COPY_-1201688236', u'RETURN_-1201688211'), (u'CALL_-1201688245', u'CAST_-1201688151'), (u'CAST_-1201688151', u'COPY_-1201688236'), ('const--56', u'PTRSUB_-1201688167')] | [('const-1', u'RETURN_-1201688310')] | null | null | 0040b100 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar_unlocked(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment commen... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (comment "/* WARNING: Control flow encountered bad instruction data */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int putchar_unlocked(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();... |
/* WARNING: Unknown calling convention */
char * function_1(size_t *n)
{
char *pcVar1;
size_t local_38 [6];
pcVar1 = (char *)var_1(local_38);
return pcVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (comment) (expression_statement (call_expression fun... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 161 | ||
37_whoami_and_whoami_strip.c | __freading | __freading |
void __freading(void)
{
(*(code *)PTR___freading_00410128)();
return;
}
|
void __freading(void)
{
(*(code *)PTR___freading_0040a128)();
return;
}
| JMP qword ptr [0x0040a128] | null | null | null | null | [('tmp_22', u'CAST_-1201724775'), (u'INDIRECT_-1201724780', u'COPY_-1201724839'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724780'), (u'CAST_-1201724775', u'CALLIND_-1201724840')] | [('tmp_22', u'CAST_-1201724775'), (u'INDIRECT_-1201724780', u'COPY_-1201724839'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724780'), (u'CAST_-1201724775', u'CALLIND_-1201724840')] | null | null | 00402250 | .. | .. | (translation_unit "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040a128)();\n return;\n}\n\n" (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040a128)();\n return;\n}" primitive_type (function_declarator "__freading(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __freading(void)\n\n{\n (*(code *)PTR___freading_0040a128)();\n return;\n}" (primitive_type "void") (function_declarator "__freading(void)" (identifier "__freading") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___freading_00410128)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040a128)();
return;
}
| 5,675 | ||
90_du_and_du_strip.c | fstatfs | fstatfs |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fstatfs(int __fildes,statfs *__buf)
{
int iVar1;
iVar1 = (*(code *)PTR_fstatfs_004412d0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fstatfs(int __fildes,statfs *__buf)
{
int iVar1;
iVar1 = (*(code *)PTR_fstatfs_004232d0)();
return iVar1;
}
| JMP qword ptr [0x004232d0] | null | null | null | null | [(u'CAST_-1201719828', u'CALLIND_-1201719896'), (u'INDIRECT_-1201719833', u'COPY_-1201719892'), (u'CALLIND_-1201719896', u'INDIRECT_-1201719833'), ('tmp_38', u'CAST_-1201719828'), (u'CALLIND_-1201719896', u'RETURN_-1201719893'), ('const-0', u'RETURN_-1201719893')] | [(u'CAST_-1201719828', u'CALLIND_-1201719896'), (u'INDIRECT_-1201719833', u'COPY_-1201719892'), (u'CALLIND_-1201719896', u'INDIRECT_-1201719833'), ('tmp_38', u'CAST_-1201719828'), (u'CALLIND_-1201719896', u'RETURN_-1201719893'), ('const-0', u'RETURN_-1201719893')] | null | null | 004035a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fstatfs(int __fildes,statfs *__buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fstatfs_004232d0)();\n return iVar1;\n}\n\n" comment (function_definition "int fstatfs(int __fildes,statfs *__buf)\n\n{\n int iVar1... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (pare... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fstatfs(int __fildes,statfs *__buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fstatfs_004232d0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fstatfs(int __fildes,statfs *__buf... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fildes,type_1 *__buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fstatfs_004412d0)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fildes,statfs *__buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_004232d0)();
return iVar1;
}
| 6,873 | ||
502_pterm_and_pterm_strip.c | _start | entry |
void processEntry _start(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_00524fe8)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} ... |
void processEntry entry(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_004aafe8)
(FUN_0045e150,param_2,&stack0x00000008,FUN_0046fca0,FUN_0046fd00,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
}... | XOR EBP,EBP
MOV R9,RDX
POP RSI
MOV RDX,RSP
AND RSP,-0x10
PUSH RAX
PUSH RSP
MOV R8,0x46fd00
MOV RCX,0x46fca0
MOV RDI,0x45e150
CALL qword ptr [0x004aafe8]
HLT | null | null | null | null | [(u'CALLIND_-1201684559', u'INDIRECT_-1201684473'), ('const-4982688', u'PTRSUB_-1201684463'), (u'PTRSUB_-1201684461', u'CALLIND_-1201684559'), ('tmp_95', u'BRANCH_-1201684556'), ('const-5146240', u'PTRSUB_-1201684461'), ('const-8', u'PTRSUB_-1201684491'), ('const-0', u'PTRSUB_-1201684461'), ('tmp_220', u'CAST_-12016844... | [(u'CALLIND_-1201684559', u'INDIRECT_-1201684473'), ('const-4579664', u'PTRSUB_-1201684463'), (u'PTRSUB_-1201684461', u'CALLIND_-1201684559'), ('tmp_95', u'BRANCH_-1201684556'), ('const-4652288', u'PTRSUB_-1201684461'), ('const-8', u'PTRSUB_-1201684491'), ('const-0', u'PTRSUB_-1201684461'), ('tmp_220', u'CAST_-12016844... | null | null | 0040bf60 | .. | .. | (translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_004aafe8)\n (FUN_0045e150,param_2,&stack0x00000008,FUN_0046fca0,FUN_0046fd00,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ... | (function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_004aafe8)\n (FUN_0045e150,param_2,&stack0x00000008,FUN_0046fca0,FUN_0046fd00,param_1,auStack_8);\n do {\n /* WARNING: Do nothing bl... |
void processEntry function_1(type_1 param_1,type_1 param_2)
{
type_2 auStack_8 [8];
(*(type_3 *)PTR___libc_start_main_00524fe8)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} while(... | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod... |
void processEntry MASKED(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_004aafe8)
(FUN_0045e150,param_2,&stack0x00000008,FUN_0046fca0,FUN_0046fd00,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
... | 9,692 | ||
19_vdir_and_vdir_strip.c | mbstowcs | mbstowcs |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbstowcs_0044f098)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbstowcs_0042b098)();
return sVar1;
}
| JMP qword ptr [0x0042b098] | 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\nsize_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbstowcs_0042b098)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbstowcs(wchar_t *__pwcs,char *_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbstowcs_0042b098)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "mbstowcs(wcha... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(type_1 *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_mbstowcs_0044f098)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0042b098)();
return sVar1;
}
| 7,989 | ||
26_od_and_od_strip.c | __assert_fail | __assert_fail |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR___assert_fail_004210d8)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR___assert_fail_004130d8)();
return;
}
| JMP qword ptr [0x004130d8] | null | null | null | null | [(u'CAST_-1201724931', u'CALLIND_-1201725000'), ('tmp_46', u'CAST_-1201724931'), ('const-0', u'RETURN_-1201724997'), (u'INDIRECT_-1201724936', u'COPY_-1201724995'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724936')] | [(u'CAST_-1201724931', u'CALLIND_-1201725000'), ('tmp_46', u'CAST_-1201724931'), ('const-0', u'RETURN_-1201724997'), (u'INDIRECT_-1201724936', u'COPY_-1201724995'), (u'CALLIND_-1201725000', u'INDIRECT_-1201724936')] | null | null | 004021b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_004130d8)();\n return;\n}\n\n" comment (function_definition "void __assert_fail(char *__assertion,char *... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (com... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_004130d8)();\n return;\n}" (primitive_type "void") (function_declarator "__assert_fail(char ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__assertion,char *__file,type_1 __line,char *__function)
{
(*(type_2 *)PTR___assert_fail_004210d8)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR_MASKED_004130d8)();
return;
}
| 3,843 | ||
42_base64_and_base64_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;
}
| 1,021 | ||
1_nproc_and_nproc_strip.c | _init | _DT_INIT |
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___00412fd8;
if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {
puVar1 = (undefined *)(*(code *)PTR___gmon_start___00412fd8)();
}
return (int)puVar1;
}
|
void _DT_INIT(void)
{
if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___0040bfd8)();
}
return;
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x0040bfd8]
TEST RAX,RAX
JZ 0x00402012
CALL RAX
ADD RSP,0x8
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1201725314'), (u'SUBPIECE_-1201725314', u'RETURN_-1201725373'), ('tmp_203', u'CAST_-1201725290'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INDIRECT_-1201725300', u'MULTIEQUAL_-1201725297'), (u'CAST_-1201725289', u'MULTIEQUAL_-1201725319'), (u'MULTIEQUAL_-1201725297', u'COPY_-1201725353'), (... | [(u'CALLIND_-1201725393', u'INDIRECT_-1201725303'), (u'CAST_-1201725294', u'CALLIND_-1201725393'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INT_NOTEQUAL_-1201725403', u'CBRANCH_-1201725402'), ('const-0', u'RETURN_-1201725373'), ('tmp_52', u'CBRANCH_-1201725402'), ('tmp_192', u'MULTIEQUAL_-1201725300'), ('tmp_192', ... | null | null | 00402000 | .. | .. | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0040bfd8)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void"... |
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)(*(type_3 *)var_1)();
}
return (int)puVar1;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... |
void MASKED(void)
{
if (PTR___gmon_start___0040bfd8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___0040bfd8)();
}
return;
}
| 3,073 | ||
110_install_and_install_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_0045a370)();
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_00430370)();
return iVar1;
}
| JMP qword ptr [0x00430370] | null | null | null | null | [(u'CALLIND_-1201715480', u'RETURN_-1201715477'), (u'CALLIND_-1201715480', u'INDIRECT_-1201715416'), ('tmp_44', u'CAST_-1201715411'), ('const-0', u'RETURN_-1201715477'), (u'INDIRECT_-1201715416', u'COPY_-1201715475'), (u'CAST_-1201715411', u'CALLIND_-1201715480')] | [(u'CALLIND_-1201715480', u'RETURN_-1201715477'), (u'CALLIND_-1201715480', u'INDIRECT_-1201715416'), ('tmp_44', u'CAST_-1201715411'), ('const-0', u'RETURN_-1201715477'), (u'INDIRECT_-1201715416', u'COPY_-1201715475'), (u'CAST_-1201715411', u'CALLIND_-1201715480')] | null | null | 004046e0 | .. | .. | (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_00430370)();\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_00430370)();\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_0045a370)();
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_00430370)();
return iVar1;
}
| 7,555 | ||
54_shred_and_shred_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_004221b0)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_004131b0)();
return pvVar1;
}
| JMP qword ptr [0x004131b0] | null | null | null | null | [(u'CALLIND_-1201724568', u'CAST_-1201724500'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), ('tmp_32', u'CAST_-1201724501'), (u'CAST_-1201724500', u'RETURN_-1201724565'), (u'CAST_-1201724501', u'CALLIND_-1201724568')] | [(u'CALLIND_-1201724568', u'CAST_-1201724500'), (u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), ('tmp_32', u'CAST_-1201724501'), (u'CAST_-1201724500', u'RETURN_-1201724565'), (u'CAST_-1201724501', u'CALLIND_-1201724568')] | null | null | 00402360 | .. | .. | (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_004131b0)();\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_004131b0)();\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_004221b0)();
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_004131b0)();
return pvVar1;
}
| 3,943 | ||
32_uniq_and_uniq_strip.c | memcmp | memcmp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00417100)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_0040e100)();
return iVar1;
}
| JMP qword ptr [0x0040e100] | null | null | null | null | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724856'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), (u'CAST_-1201724851', u'CALLIND_-1201724920'), ('tmp_44', u'CAST_-1201724851'), (u'INDIRECT_-1201724856', u'COPY_-1201724915')] | [(u'CALLIND_-1201724920', u'INDIRECT_-1201724856'), (u'CALLIND_-1201724920', u'RETURN_-1201724917'), ('const-0', u'RETURN_-1201724917'), (u'CAST_-1201724851', u'CALLIND_-1201724920'), ('tmp_44', u'CAST_-1201724851'), (u'INDIRECT_-1201724856', u'COPY_-1201724915')] | null | null | 00402200 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0040e100)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_0040e100)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_memcmp_00417100)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040e100)();
return iVar1;
}
| 1,585 | ||
436_puttytel_and_puttytel_strip.c | gtk_notebook_page_num | gtk_notebook_page_num |
void gtk_notebook_page_num(void)
{
(*(code *)PTR_gtk_notebook_page_num_00545d68)();
return;
}
|
void gtk_notebook_page_num(void)
{
(*(code *)PTR_gtk_notebook_page_num_004bdd68)();
return;
}
| JMP qword ptr [0x004bdd68] | null | null | null | null | [('const-0', u'RETURN_-1201681557'), (u'CALLIND_-1201681560', u'INDIRECT_-1201681500'), (u'CAST_-1201681495', u'CALLIND_-1201681560'), (u'INDIRECT_-1201681500', u'COPY_-1201681559'), ('tmp_22', u'CAST_-1201681495')] | [('const-0', u'RETURN_-1201681557'), (u'CALLIND_-1201681560', u'INDIRECT_-1201681500'), (u'CAST_-1201681495', u'CALLIND_-1201681560'), (u'INDIRECT_-1201681500', u'COPY_-1201681559'), ('tmp_22', u'CAST_-1201681495')] | null | null | 0040cb60 | .. | .. | (translation_unit "void gtk_notebook_page_num(void)\n\n{\n (*(code *)PTR_gtk_notebook_page_num_004bdd68)();\n return;\n}\n\n" (function_definition "void gtk_notebook_page_num(void)\n\n{\n (*(code *)PTR_gtk_notebook_page_num_004bdd68)();\n return;\n}" primitive_type (function_declarator "gtk_notebook_page_num(void)"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_notebook_page_num(void)\n\n{\n (*(code *)PTR_gtk_notebook_page_num_004bdd68)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_notebook_page_num(void)" (identifier "gtk_notebook_page_num") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_notebook_page_num_00545d68)();
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_004bdd68)();
return;
}
| 10,147 | ||
18_unlink_and_unlink_strip.c | gettext | gettext |
void gettext(void)
{
(*(code *)PTR_gettext_00410090)();
return;
}
|
void gettext(void)
{
(*(code *)PTR_gettext_0040a090)();
return;
}
| JMP qword ptr [0x0040a090] | null | null | null | null | [(u'CAST_-1201725079', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725084'), ('const-0', u'RETURN_-1201725141'), (u'INDIRECT_-1201725084', u'COPY_-1201725143'), ('tmp_22', u'CAST_-1201725079')] | [(u'CAST_-1201725079', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'INDIRECT_-1201725084'), ('const-0', u'RETURN_-1201725141'), (u'INDIRECT_-1201725084', u'COPY_-1201725143'), ('tmp_22', u'CAST_-1201725079')] | null | null | 00402120 | .. | .. | (translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040a090)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0040a090)();\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_0040a090)();\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_00410090)();
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_0040a090)();
return;
}
| 3,152 | ||
121_ls_and_ls_strip.c | main | FUN_00403810 |
/* WARNING: Unknown calling convention */
wchar_t main(wchar_t *argc,char ***argv)
{
undefined1 uVar1;
long lVar2;
long *plVar3;
dev_ino *entry;
uint *puVar4;
wchar_t wVar5;
quoting_style qVar6;
undefined4 extraout_var_01;
indicator_no *type;
indicator_no *extraout_RAX;
undefined7 extraout_var;... |
undefined4 FUN_00403810(int param_1,undefined8 *param_2)
{
long *plVar1;
byte *pbVar2;
undefined1 auVar3 [16];
undefined1 auVar4 [16];
long *plVar5;
undefined1 extraout_AL;
uint uVar6;
ulong uVar7;
char *pcVar8;
undefined7 extraout_var;
long lVar9;
int iVar10;
int iVar11;
long in_FS_OFFSET... | PUSH RBP
MOV RBP,RSP
SUB RSP,0xd0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x1c],0x0
MOV dword ptr [RBP + -0x20],EDI
MOV qword ptr [RBP + -0x28],RSI
MOV RAX,qword ptr [RBP + -0x28]
MOV RDI,qword ptr [RAX]
CALL 0x00419a00
MOV EDI,0x6
LEA RSI,[0x423d30]
CALL 0x00403580
LEA RDI,[0x4... | null | null | null | null | [(u'CALL_-1201717123', u'INDIRECT_-1201711262'), (u'MULTIEQUAL_-1201711446', u'MULTIEQUAL_-1201710795'), (u'INDIRECT_-1201709616', u'MULTIEQUAL_-1201709581'), (u'INDIRECT_-1201704799', u'MULTIEQUAL_-1201704680'), (u'CALL_-1201715069', u'INDIRECT_-1201706110'), (u'STORE_-1201715158', u'INDIRECT_-1201704032'), (u'CALL_-1... | [(u'INDIRECT_-1201709140', u'MULTIEQUAL_-1201709141'), (u'INDIRECT_-1201711105', u'MULTIEQUAL_-1201711314'), (u'COPY_-1201718184', u'MULTIEQUAL_-1201710709'), (u'INDIRECT_-1201713815', u'MULTIEQUAL_-1201713753'), (u'INDIRECT_-1201713124', u'MULTIEQUAL_-1201712999'), (u'CALL_-1201717336', u'INDIRECT_-1201713297'), (u'CA... | null | null | 00403810 | .. | .. | (translation_unit "undefined4 FUN_00403810(int param_1,undefined8 *param_2)\n\n{\n long *plVar1;\n byte *pbVar2;\n undefined1 auVar3 [16];\n undefined1 auVar4 [16];\n long *plVar5;\n undefined1 extraout_AL;\n uint uVar6;\n ulong uVar7;\n char *pcVar8;\n undefined7 extraout_var;\n long lVar9;\n int iVar10;\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator... | (function_definition "undefined4 FUN_00403810(int param_1,undefined8 *param_2)\n\n{\n long *plVar1;\n byte *pbVar2;\n undefined1 auVar3 [16];\n undefined1 auVar4 [16];\n long *plVar5;\n undefined1 extraout_AL;\n uint uVar6;\n ulong uVar7;\n char *pcVar8;\n undefined7 extraout_var;\n long lVar9;\n int iVar10... |
/* WARNING: Unknown calling convention */
type_1 function_1(type_1 *argc,char ***argv)
{
type_2 uVar1;
long var_49;
long *plVar3;
type_3 *entry;
type_4 *puVar4;
type_1 var_48;
type_5 qVar6;
type_6 extraout_var_01;
type_7 *type;
type_7 *extraout_RAX;
type_8 extraout_var;
type_8 extraout_var_00... | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif... |
undefined4 MASKED(int param_1,undefined8 *param_2)
{
long *plVar1;
byte *pbVar2;
undefined1 auVar3 [16];
undefined1 auVar4 [16];
long *plVar5;
undefined1 extraout_AL;
uint uVar6;
ulong uVar7;
char *pcVar8;
undefined7 extraout_var;
long lVar9;
int iVar10;
int iVar11;
long in_FS_OFFSET;
bo... | 8,226 | ||
53_env_and_env_strip.c | __ctype_b_loc | __ctype_b_loc |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_004141a8)();
return ppuVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0040d1a8)();
return ppuVar1;
}
| JMP qword ptr [0x0040d1a8] | null | null | null | null | [(u'CALLIND_-1201724584', u'CAST_-1201724518'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724523'), (u'INDIRECT_-1201724523', u'COPY_-1201724582'), ('const-0', u'RETURN_-1201724581'), ('tmp_26', u'CALLIND_-1201724584'), (u'CAST_-1201724518', u'RETURN_-1201724581')] | [(u'CALLIND_-1201724584', u'CAST_-1201724518'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724523'), (u'INDIRECT_-1201724523', u'COPY_-1201724582'), ('const-0', u'RETURN_-1201724581'), ('tmp_26', u'CALLIND_-1201724584'), (u'CAST_-1201724518', u'RETURN_-1201724581')] | null | null | 00402350 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040d1a8)();\n return ppuVar1;\n}\n\n" comm... | (translation_unit comment comment (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_express... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040d1a8)();\n retur... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 ** function_1(void)
{
type_1 **ppuVar1;
ppuVar1 = (type_1 **)(*_DAT_004141a8)();
return ppuVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (declarati... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** MASKED(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0040d1a8)();
return ppuVar1;
}
| 775 | ||
480_pterm_and_pterm_strip.c | gtk_notebook_get_type | gtk_notebook_get_type |
void gtk_notebook_get_type(void)
{
(*(code *)PTR_gtk_notebook_get_type_00524f20)();
return;
}
|
void gtk_notebook_get_type(void)
{
(*(code *)PTR_gtk_notebook_get_type_004aaf20)();
return;
}
| JMP qword ptr [0x004aaf20] | null | null | null | null | [('const-0', u'RETURN_-1201684965'), ('tmp_22', u'CAST_-1201684903'), (u'CAST_-1201684903', u'CALLIND_-1201684968'), (u'INDIRECT_-1201684908', u'COPY_-1201684967'), (u'CALLIND_-1201684968', u'INDIRECT_-1201684908')] | [('const-0', u'RETURN_-1201684965'), ('tmp_22', u'CAST_-1201684903'), (u'CAST_-1201684903', u'CALLIND_-1201684968'), (u'INDIRECT_-1201684908', u'COPY_-1201684967'), (u'CALLIND_-1201684968', u'INDIRECT_-1201684908')] | null | null | 0040be10 | .. | .. | (translation_unit "void gtk_notebook_get_type(void)\n\n{\n (*(code *)PTR_gtk_notebook_get_type_004aaf20)();\n return;\n}\n\n" (function_definition "void gtk_notebook_get_type(void)\n\n{\n (*(code *)PTR_gtk_notebook_get_type_004aaf20)();\n return;\n}" primitive_type (function_declarator "gtk_notebook_get_type(void)"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_notebook_get_type(void)\n\n{\n (*(code *)PTR_gtk_notebook_get_type_004aaf20)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_notebook_get_type(void)" (identifier "gtk_notebook_get_type") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_notebook_get_type_00524f20)();
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_004aaf20)();
return;
}
| 9,670 | ||
3_date_and_date_strip.c | getenv | getenv |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getenv_004b4018)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getenv_0046b018)();
return pcVar1;
}
| JMP qword ptr [0x0046b018] | null | null | null | null | [(u'CALLIND_-1201725384', u'CAST_-1201725316'), ('tmp_32', u'CAST_-1201725317'), (u'CAST_-1201725317', u'CALLIND_-1201725384'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725322', u'COPY_-1201725381'), (u'CAST_-1201725316', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725322')] | [(u'CALLIND_-1201725384', u'CAST_-1201725316'), ('tmp_32', u'CAST_-1201725317'), (u'CAST_-1201725317', u'CALLIND_-1201725384'), ('const-0', u'RETURN_-1201725381'), (u'INDIRECT_-1201725322', u'COPY_-1201725381'), (u'CAST_-1201725316', u'RETURN_-1201725381'), (u'CALLIND_-1201725384', u'INDIRECT_-1201725322')] | null | null | 00402030 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0046b018)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n ... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_express... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0046b018)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* getenv(char *__name)" (* "*") (f... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_getenv_004b4018)();
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)))))) body: (compound_statem... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0046b018)();
return pcVar1;
}
| 7,099 | ||
53_tee_and_tee_strip.c | iswprint | iswprint |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswprint(wint_t __wc)
{
int iVar1;
iVar1 = (*_DAT_004131a8)();
return iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswprint(wint_t __wc)
{
int iVar1;
iVar1 = (*_DAT_0040c1a8)();
return iVar1;
}
| JMP qword ptr [0x0040c1a8] | null | null | null | null | [(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | [(u'INDIRECT_-1201724522', u'COPY_-1201724581'), ('tmp_32', u'CALLIND_-1201724584'), (u'CALLIND_-1201724584', u'INDIRECT_-1201724522'), ('const-0', u'RETURN_-1201724581'), (u'CALLIND_-1201724584', u'RETURN_-1201724581')] | null | null | 00402350 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040c1a8)();\n return iVar1;\n}\n\n" comment comment (function_defi... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) ... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int iswprint(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040c1a8)();\n return iVar1;\n}" (primitive_... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __wc)
{
int iVar1;
iVar1 = (*_DAT_004131a8)();
return iVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (id... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(wint_t __wc)
{
int iVar1;
iVar1 = (*_DAT_0040c1a8)();
return iVar1;
}
| 5,486 | ||
58_touch_and_touch_strip.c | nl_langinfo | nl_langinfo |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * nl_langinfo(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_nl_langinfo_004ab1d0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * nl_langinfo(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_nl_langinfo_004661d0)();
return pcVar1;
}
| JMP qword ptr [0x004661d0] | null | null | null | null | [('tmp_32', u'CAST_-1201724437'), (u'CALLIND_-1201724504', u'INDIRECT_-1201724442'), (u'CALLIND_-1201724504', u'CAST_-1201724436'), ('const-0', u'RETURN_-1201724501'), (u'INDIRECT_-1201724442', u'COPY_-1201724501'), (u'CAST_-1201724437', u'CALLIND_-1201724504'), (u'CAST_-1201724436', u'RETURN_-1201724501')] | [('tmp_32', u'CAST_-1201724437'), (u'CALLIND_-1201724504', u'INDIRECT_-1201724442'), (u'CALLIND_-1201724504', u'CAST_-1201724436'), ('const-0', u'RETURN_-1201724501'), (u'INDIRECT_-1201724442', u'COPY_-1201724501'), (u'CAST_-1201724437', u'CALLIND_-1201724504'), (u'CAST_-1201724436', u'RETURN_-1201724501')] | null | null | 004023a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_004661d0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n ch... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * nl_langinfo(nl_item __item)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_nl_langinfo_004661d0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* nl_langinfo(nl_item ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 __item)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_nl_langinfo_004ab1d0)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(nl_item __item)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004661d0)();
return pcVar1;
}
| 6,235 | ||
365_pterm_and_pterm_strip.c | getpid | getpid |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t getpid(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_getpid_00524b88)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t getpid(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_getpid_004aab88)();
return _Var1;
}
| JMP qword ptr [0x004aab88] | null | null | null | null | [('tmp_26', u'CAST_-1201686742'), (u'INDIRECT_-1201686747', u'COPY_-1201686806'), ('const-0', u'RETURN_-1201686805'), (u'CAST_-1201686742', u'CALLIND_-1201686808'), (u'CALLIND_-1201686808', u'RETURN_-1201686805'), (u'CALLIND_-1201686808', u'INDIRECT_-1201686747')] | [('tmp_26', u'CAST_-1201686742'), (u'INDIRECT_-1201686747', u'COPY_-1201686806'), ('const-0', u'RETURN_-1201686805'), (u'CAST_-1201686742', u'CALLIND_-1201686808'), (u'CALLIND_-1201686808', u'RETURN_-1201686805'), (u'CALLIND_-1201686808', u'INDIRECT_-1201686747')] | null | null | 0040b6e0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t getpid(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_getpid_004aab88)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t getpid(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__pid_t getpid(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_getpid_004aab88)();\n return _Var1;\n}" (type_identifier "__pid_t") (function_declarator "getpid(void)" (identifier "getpid") (paramete... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(void)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_getpid_00524b88)();
return _Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t MASKED(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_MASKED_004aab88)();
return _Var1;
}
| 9,555 | ||
40_xargs_and_xargs_strip.c | close | close |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_00422e58)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
int iVar1;
iVar1 = (*(code *)PTR_close_00414e58)();
return iVar1;
}
| JMP qword ptr [0x00414e58] | null | null | null | null | [('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724730'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'INDIRECT_-1201724730', u'COPY_-1201724789'), ('tmp_32', u'CAST_-1201724725'), (u'CAST_-1201724725', u'CALLIND_-1201724792')] | [('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724730'), (u'CALLIND_-1201724792', u'RETURN_-1201724789'), (u'INDIRECT_-1201724730', u'COPY_-1201724789'), ('tmp_32', u'CAST_-1201724725'), (u'CAST_-1201724725', u'CALLIND_-1201724792')] | null | null | 00402280 | .. | .. | (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_00414e58)();\n return iVar1;\n}\n\n" comment (function_definition "int close(int __fd)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_close_00414... | (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_00414e58)();\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_00422e58)();
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_00414e58)();
return iVar1;
}
| 7,041 | ||
62_mknod_and_mknod_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_004291f8)();
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_004171f8)();
return iVar1;
}
| JMP qword ptr [0x004171f8] | 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 __fxstat(int __ver,int __fildes,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___fxstat_004171f8)();\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_004171f8)();\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_004291f8)();
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_004171f8)();
return iVar1;
}
| 2,612 | ||
68_install_and_install_strip.c | strspn | strspn |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_0045a220)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_00430220)();
return sVar1;
}
| JMP qword ptr [0x00430220] | null | null | null | null | [(u'INDIRECT_-1201716089', u'COPY_-1201716148'), ('tmp_38', u'CAST_-1201716084'), ('const-0', u'RETURN_-1201716149'), (u'CAST_-1201716084', u'CALLIND_-1201716152'), (u'CALLIND_-1201716152', u'RETURN_-1201716149'), (u'CALLIND_-1201716152', u'INDIRECT_-1201716089')] | [(u'INDIRECT_-1201716089', u'COPY_-1201716148'), ('tmp_38', u'CAST_-1201716084'), ('const-0', u'RETURN_-1201716149'), (u'CAST_-1201716084', u'CALLIND_-1201716152'), (u'CALLIND_-1201716152', u'RETURN_-1201716149'), (u'CALLIND_-1201716152', u'INDIRECT_-1201716089')] | null | null | 00404440 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_00430220)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_00430220)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__acce... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strspn_0045a220)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00430220)();
return sVar1;
}
| 7,513 | ||
522_puttytel_and_puttytel_strip.c | ldisc_free | FUN_0043bd90 |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
void ldisc_free(void **handle)
{
long *in_RDI;
void *local_48 [5];
undefined1 local_1a;
undefined1 local_19;
void **local_18;
local_18 = local_48;
local_19 = *in_RDI != 0;
if ((bool)lo... |
void FUN_0043bd90(long param_1)
{
undefined8 uVar1;
if ((*(int *)(param_1 + 0x11bc) == 0) || (*(int *)(param_1 + 0x194) == 0)) {
*(undefined4 *)(param_1 + 0x10c) = 1;
*(undefined4 *)(param_1 + 0x113c) = 0;
}
else {
if (*(int *)(param_1 + 0x113c) == 0) {
uVar1 = FUN_0044dae0(0x1c2,FUN_0044... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CMP dword ptr [RDI + 0x11bc],0x0
JZ 0x0043be05
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x194],0x0
JZ 0x0043be05
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x113c],0x0
JNZ 0x0043bdf2
MOV RAX,qword ptr [RB... | null | null | null | null | [(u'LOAD_-1201881437', u'CALLIND_-1201881422'), ('tmp_217', u'CBRANCH_-1201881557'), (u'CAST_-1201881115', u'LOAD_-1201881449'), ('tmp_876', u'PTRADD_-1201881122'), ('const-0', u'RETURN_-1201881284'), ('const-8', u'PTRADD_-1201881122'), ('tmp_350', u'BRANCH_-1201881423'), (u'MULTIEQUAL_-1201881121', u'CALL_-1201881305'... | [('const-433', u'LOAD_-1201881608'), ('const-0', u'INT_EQUAL_-1201881593'), ('const-4412', u'INT_ADD_-1201881446'), ('const-0', u'INT_EQUAL_-1201881659'), ('const-4540', u'INT_ADD_-1201881658'), ('const-433', u'STORE_-1201881460'), (u'INT_ADD_-1201881592', u'CAST_-1201881383'), ('tmp_542', u'CALL_-1201881550'), ('const... | null | null | 0043bd90 | .. | .. | (translation_unit "void FUN_0043bd90(long param_1)\n\n{\n undefined8 uVar1;\n \n if ((*(int *)(param_1 + 0x11bc) == 0) || (*(int *)(param_1 + 0x194) == 0)) {\n *(undefined4 *)(param_1 + 0x10c) = 1;\n *(undefined4 *)(param_1 + 0x113c) = 0;\n }\n else {\n if (*(int *)(param_1 + 0x113c) == 0) {\n uVar1 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_... | (function_definition "void FUN_0043bd90(long param_1)\n\n{\n undefined8 uVar1;\n \n if ((*(int *)(param_1 + 0x11bc) == 0) || (*(int *)(param_1 + 0x194) == 0)) {\n *(undefined4 *)(param_1 + 0x10c) = 1;\n *(undefined4 *)(param_1 + 0x113c) = 0;\n }\n else {\n if (*(int *)(param_1 + 0x113c) == 0) {\n uVa... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
void function_1(void **handle)
{
long *in_RDI;
void *local_48 [5];
type_1 local_1a;
type_1 local_19;
void **local_18;
local_18 = local_48;
local_19 = *in_RDI != 0;
if ((bool)local_19) ... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if... |
void MASKED(long param_1)
{
undefined8 uVar1;
if ((*(int *)(param_1 + 0x11bc) == 0) || (*(int *)(param_1 + 0x194) == 0)) {
*(undefined4 *)(param_1 + 0x10c) = 1;
*(undefined4 *)(param_1 + 0x113c) = 0;
}
else {
if (*(int *)(param_1 + 0x113c) == 0) {
uVar1 = FUN_0044dae0(0x1c2,FUN_0044a210,p... | 10,233 | ||
102_pageant_and_pageant_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_004ccd78)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_0046ed78)();
return iVar1;
}
| JMP qword ptr [0x0046ed78] | null | null | null | null | [(u'CAST_-1201715541', u'CALLIND_-1201715608'), (u'CALLIND_-1201715608', u'INDIRECT_-1201715546'), (u'CALLIND_-1201715608', u'RETURN_-1201715605'), ('const-0', u'RETURN_-1201715605'), ('tmp_32', u'CAST_-1201715541'), (u'INDIRECT_-1201715546', u'COPY_-1201715605')] | [(u'CAST_-1201715541', u'CALLIND_-1201715608'), (u'CALLIND_-1201715608', u'INDIRECT_-1201715546'), (u'CALLIND_-1201715608', u'RETURN_-1201715605'), ('const-0', u'RETURN_-1201715605'), ('tmp_32', u'CAST_-1201715541'), (u'INDIRECT_-1201715546', u'COPY_-1201715605')] | null | null | 00404660 | .. | .. | (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_0046ed78)();\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_0046ed78)();\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_004ccd78)();
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_0046ed78)();
return iVar1;
}
| 8,433 | ||
5_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | SHA256_Final | SHA256_Final |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int SHA256_Final(uchar *md,SHA256_CTX *c)
{
int iVar1;
iVar1 = (*(code *)PTR_SHA256_Final_00296050)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int SHA256_Final(uchar *md,SHA256_CTX *c)
{
int iVar1;
iVar1 = (*(code *)PTR_SHA256_Final_001d1050)();
return iVar1;
}
| JMP qword ptr [0x001d1050] | null | null | null | null | [('const-0', u'RETURN_-1206919077'), ('tmp_38', u'CAST_-1206919012'), (u'CAST_-1206919012', u'CALLIND_-1206919080'), (u'CALLIND_-1206919080', u'INDIRECT_-1206919017'), (u'CALLIND_-1206919080', u'RETURN_-1206919077'), (u'INDIRECT_-1206919017', u'COPY_-1206919076')] | [('const-0', u'RETURN_-1206919077'), ('tmp_38', u'CAST_-1206919012'), (u'CAST_-1206919012', u'CALLIND_-1206919080'), (u'CALLIND_-1206919080', u'INDIRECT_-1206919017'), (u'CALLIND_-1206919080', u'RETURN_-1206919077'), (u'INDIRECT_-1206919017', u'COPY_-1206919076')] | null | null | 0010e050 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint SHA256_Final(uchar *md,SHA256_CTX *c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SHA256_Final_001d1050)();\n return iVar1;\n}\n\n" comment (function_definition "int SHA256_Final(uchar *md,SHA256_CTX *c)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int SHA256_Final(uchar *md,SHA256_CTX *c)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_SHA256_Final_001d1050)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "SHA256_Final(uchar *md,SHA2... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *md,type_2 *c)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_SHA256_Final_00296050)();
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(uchar *md,SHA256_CTX *c)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001d1050)();
return iVar1;
}
| 10,253 | ||
307_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | UI_OpenSSL | UI_OpenSSL |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
UI_METHOD * UI_OpenSSL(void)
{
UI_METHOD *pUVar1;
pUVar1 = (UI_METHOD *)(*(code *)PTR_UI_OpenSSL_00296ac0)();
return pUVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
UI_METHOD * UI_OpenSSL(void)
{
UI_METHOD *pUVar1;
pUVar1 = (UI_METHOD *)(*(code *)PTR_UI_OpenSSL_001d1ac0)();
return pUVar1;
}
| JMP qword ptr [0x001d1ac0] | null | null | null | null | [('const-0', u'RETURN_-1206913733'), ('tmp_26', u'CAST_-1206913670'), (u'INDIRECT_-1206913675', u'COPY_-1206913734'), (u'CALLIND_-1206913736', u'INDIRECT_-1206913675'), (u'CAST_-1206913669', u'RETURN_-1206913733'), (u'CAST_-1206913670', u'CALLIND_-1206913736'), (u'CALLIND_-1206913736', u'CAST_-1206913669')] | [('const-0', u'RETURN_-1206913733'), ('tmp_26', u'CAST_-1206913670'), (u'INDIRECT_-1206913675', u'COPY_-1206913734'), (u'CALLIND_-1206913736', u'INDIRECT_-1206913675'), (u'CAST_-1206913669', u'RETURN_-1206913733'), (u'CAST_-1206913670', u'CALLIND_-1206913736'), (u'CALLIND_-1206913736', u'CAST_-1206913669')] | null | null | 0010f530 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nUI_METHOD * UI_OpenSSL(void)\n\n{\n UI_METHOD *pUVar1;\n \n pUVar1 = (UI_METHOD *)(*(code *)PTR_UI_OpenSSL_001d1ac0)();\n return pUVar1;\n}\n\n" comment (function_definition "UI_METHOD * UI_OpenSSL(void)\n\n{\n UI_ME... | (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 "UI_METHOD * UI_OpenSSL(void)\n\n{\n UI_METHOD *pUVar1;\n \n pUVar1 = (UI_METHOD *)(*(code *)PTR_UI_OpenSSL_001d1ac0)();\n return pUVar1;\n}" (type_identifier "UI_METHOD") (pointer_declarator "* UI_OpenSSL(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(void)
{
type_1 *pUVar1;
pUVar1 = (type_1 *)(*(type_2 *)PTR_UI_OpenSSL_00296ac0)();
return pUVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (type_identifier) declarator: (poi... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
UI_METHOD * MASKED(void)
{
UI_METHOD *pUVar1;
pUVar1 = (UI_METHOD *)(*(code *)PTR_MASKED_001d1ac0)();
return pUVar1;
}
| 10,555 | ||
92_plink_and_plink_strip.c | getlogin | getlogin |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getlogin(void)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getlogin_0054fe68)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getlogin(void)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getlogin_004b3e68)();
return pcVar1;
}
| JMP qword ptr [0x004b3e68] | null | null | null | null | [(u'INDIRECT_-1201719803', u'COPY_-1201719862'), (u'CALLIND_-1201719864', u'CAST_-1201719797'), (u'CAST_-1201719797', u'RETURN_-1201719861'), ('const-0', u'RETURN_-1201719861'), ('tmp_26', u'CAST_-1201719798'), (u'CALLIND_-1201719864', u'INDIRECT_-1201719803'), (u'CAST_-1201719798', u'CALLIND_-1201719864')] | [(u'INDIRECT_-1201719803', u'COPY_-1201719862'), (u'CALLIND_-1201719864', u'CAST_-1201719797'), (u'CAST_-1201719797', u'RETURN_-1201719861'), ('const-0', u'RETURN_-1201719861'), ('tmp_26', u'CAST_-1201719798'), (u'CALLIND_-1201719864', u'INDIRECT_-1201719803'), (u'CAST_-1201719798', u'CALLIND_-1201719864')] | null | null | 004035c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getlogin(void)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getlogin_004b3e68)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getlogin(void)\n\n{\n char *pcVar1;\n \n pcVar1 = (... | (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 "char * getlogin(void)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getlogin_004b3e68)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* getlogin(void)" (* "*") (function_de... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(void)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_getlogin_0054fe68)();
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))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(void)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_004b3e68)();
return pcVar1;
}
| 8,792 | ||
379_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | RTMP_Free | RTMP_Free |
void RTMP_Free(void)
{
(*(code *)PTR_RTMP_Free_00296d08)();
return;
}
|
void RTMP_Free(void)
{
(*(code *)PTR_RTMP_Free_001d1d08)();
return;
}
| JMP qword ptr [0x001d1d08] | null | null | null | null | [('const-0', u'RETURN_-1206912565'), (u'CALLIND_-1206912568', u'INDIRECT_-1206912508'), (u'INDIRECT_-1206912508', u'COPY_-1206912567'), (u'CAST_-1206912503', u'CALLIND_-1206912568'), ('tmp_22', u'CAST_-1206912503')] | [('const-0', u'RETURN_-1206912565'), (u'CALLIND_-1206912568', u'INDIRECT_-1206912508'), (u'INDIRECT_-1206912508', u'COPY_-1206912567'), (u'CAST_-1206912503', u'CALLIND_-1206912568'), ('tmp_22', u'CAST_-1206912503')] | null | null | 0010f9c0 | .. | .. | (translation_unit "void RTMP_Free(void)\n\n{\n (*(code *)PTR_RTMP_Free_001d1d08)();\n return;\n}\n\n" (function_definition "void RTMP_Free(void)\n\n{\n (*(code *)PTR_RTMP_Free_001d1d08)();\n return;\n}" primitive_type (function_declarator "RTMP_Free(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void RTMP_Free(void)\n\n{\n (*(code *)PTR_RTMP_Free_001d1d08)();\n return;\n}" (primitive_type "void") (function_declarator "RTMP_Free(void)" (identifier "RTMP_Free") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co... |
void function_1(void)
{
(*(type_1 *)PTR_RTMP_Free_00296d08)();
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_001d1d08)();
return;
}
| 10,627 | ||
37_mktemp_and_mktemp_strip.c | read | read |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t read(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_read_00418128)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t read(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_read_0040e128)();
return sVar1;
}
| JMP qword ptr [0x0040e128] | null | null | null | null | [('tmp_44', u'CAST_-1201724771'), (u'INDIRECT_-1201724776', u'COPY_-1201724835'), (u'CAST_-1201724771', u'CALLIND_-1201724840'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724776'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | [('tmp_44', u'CAST_-1201724771'), (u'INDIRECT_-1201724776', u'COPY_-1201724835'), (u'CAST_-1201724771', u'CALLIND_-1201724840'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724776'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0040e128)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t read(int __fd,void *__buf,size_t __nb... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expr... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ssize_t read(int __fd,void *__buf,size_t __nbytes)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_read_0040e128)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "read(int __fd,void... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(type_1 *)PTR_read_00418128)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t MASKED(int __fd,void *__buf,size_t __nbytes)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040e128)();
return sVar1;
}
| 5,393 | ||
138_plink_and_plink_strip.c | deregister_tm_clones | FUN_004038d0 |
/* WARNING: Removing unreachable block (ram,0x004038dd) */
/* WARNING: Removing unreachable block (ram,0x004038e7) */
void deregister_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x004038dd) */
/* WARNING: Removing unreachable block (ram,0x004038e7) */
void FUN_004038d0(void)
{
return;
}
| MOV EAX,0x4b4a28
CMP RAX,0x4b4a28
JZ 0x004038f0
MOV EAX,0x0
TEST RAX,RAX
JZ 0x004038f0
MOV EDI,0x4b4a28
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201719020')] | [('const-0', u'RETURN_-1201719020')] | null | null | 004038d0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x004038dd) */\n/* WARNING: Removing unreachable block (ram,0x004038e7) */\n\nvoid FUN_004038d0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_004038d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_004038d0... | (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,0x004038dd) */") (comment "/* WARNING: Removing unreachable block (ram,0x004038e7) */") (function_definition "void FUN_004038d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_004038d0(void)" (identifier "FUN_004038d0") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x004038dd) */
/* WARNING: Removing unreachable block (ram,0x004038e7) */
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,0x004038dd) */
/* WARNING: Removing unreachable block (ram,0x004038e7) */
void MASKED(void)
{
return;
}
| 8,838 | ||
1_shred_and_shred_strip.c | _init | _DT_INIT |
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___00421fd8;
if (PTR___gmon_start___00421fd8 != (undefined *)0x0) {
puVar1 = (undefined *)(*(code *)PTR___gmon_start___00421fd8)();
}
return (int)puVar1;
}
|
void _DT_INIT(void)
{
if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00412fd8)();
}
return;
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x00412fd8]
TEST RAX,RAX
JZ 0x00402012
CALL RAX
ADD RSP,0x8
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1201725314'), (u'SUBPIECE_-1201725314', u'RETURN_-1201725373'), ('tmp_203', u'CAST_-1201725290'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INDIRECT_-1201725300', u'MULTIEQUAL_-1201725297'), (u'CAST_-1201725289', u'MULTIEQUAL_-1201725319'), (u'MULTIEQUAL_-1201725297', u'COPY_-1201725353'), (... | [(u'CALLIND_-1201725393', u'INDIRECT_-1201725303'), (u'CAST_-1201725294', u'CALLIND_-1201725393'), ('const-0', u'INT_NOTEQUAL_-1201725403'), (u'INT_NOTEQUAL_-1201725403', u'CBRANCH_-1201725402'), ('const-0', u'RETURN_-1201725373'), ('tmp_52', u'CBRANCH_-1201725402'), ('tmp_192', u'MULTIEQUAL_-1201725300'), ('tmp_192', ... | null | null | 00402000 | .. | .. | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00412fd8)();\n }\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00412fd8... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00412fd8)();\n }\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(void)" (( "(") (parameter_declaration "void"... |
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)(*(type_3 *)var_1)();
}
return (int)puVar1;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... |
void MASKED(void)
{
if (PTR___gmon_start___00412fd8 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00412fd8)();
}
return;
}
| 3,890 | ||
45_stdbuf_and_stdbuf_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_00414168)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_0040d168)();
return;
}
| JMP qword ptr [0x0040d168] | null | null | null | null | [(u'INDIRECT_-1201724652', u'COPY_-1201724711'), ('const-0', u'RETURN_-1201724709'), ('tmp_22', u'CAST_-1201724647'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724652'), (u'CAST_-1201724647', u'CALLIND_-1201724712')] | [(u'INDIRECT_-1201724652', u'COPY_-1201724711'), ('const-0', u'RETURN_-1201724709'), ('tmp_22', u'CAST_-1201724647'), (u'CALLIND_-1201724712', u'INDIRECT_-1201724652'), (u'CAST_-1201724647', u'CALLIND_-1201724712')] | null | null | 004022d0 | .. | .. | (translation_unit "void error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}\n\n" (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}" primitive_type (function_declarator "error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void error(void)\n\n{\n (*(code *)PTR_error_0040d168)();\n return;\n}" (primitive_type "void") (function_declarator "error(void)" (identifier "error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_error_0... |
void function_1(void)
{
(*(type_1 *)PTR_error_00414168)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040d168)();
return;
}
| 3,556 | ||
37_tr_and_tr_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_0041b128)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_00410128)();
return iVar1;
}
| JMP qword ptr [0x00410128] | null | null | null | null | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_00410128)();\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_00410128)();\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_0041b128)();
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_00410128)();
return iVar1;
}
| 1,528 | ||
24_[_and_[_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_004190c8)();
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_004100c8)();
return pvVar1;
}
| JMP qword ptr [0x004100c8] | null | null | null | null | [('tmp_44', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'CAST_-1201724962'), (u'CAST_-1201724963', u'CALLIND_-1201725032'), (u'INDIRECT_-1201724968', u'COPY_-1201725027'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724968'), ('const-0', u'RETURN_-1201725029'), (u'CAST_-1201724962', u'RETURN_-1201725029')] | [('tmp_44', u'CAST_-1201724963'), (u'CALLIND_-1201725032', u'CAST_-1201724962'), (u'CAST_-1201724963', u'CALLIND_-1201725032'), (u'INDIRECT_-1201724968', u'COPY_-1201725027'), (u'CALLIND_-1201725032', u'INDIRECT_-1201724968'), ('const-0', u'RETURN_-1201725029'), (u'CAST_-1201724962', u'RETURN_-1201725029')] | null | null | 00402190 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_004100c8)();\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_004100c8)();\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_004190c8)();
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_004100c8)();
return pvVar1;
}
| 1,267 | ||
12_dir_and_dir_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_0044f060)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0042b060)();
return;
}
| JMP qword ptr [0x0042b060] | null | null | null | null | [(u'INDIRECT_-1201721084', u'COPY_-1201721143'), ('const-0', u'RETURN_-1201721141'), (u'CAST_-1201721079', u'CALLIND_-1201721144'), (u'CALLIND_-1201721144', u'INDIRECT_-1201721084'), ('tmp_22', u'CAST_-1201721079')] | [(u'INDIRECT_-1201721084', u'COPY_-1201721143'), ('const-0', u'RETURN_-1201721141'), (u'CAST_-1201721079', u'CALLIND_-1201721144'), (u'CALLIND_-1201721144', u'INDIRECT_-1201721084'), ('tmp_22', u'CAST_-1201721079')] | null | null | 004030c0 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0042b060)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0042b060)();\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_0042b060)();\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_0044f060)();
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_0042b060)();
return;
}
| 7,734 | ||
59_join_and_join_strip.c | __ctype_b_loc | __ctype_b_loc |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0041a1d8)();
return ppuVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0040f1d8)();
return ppuVar1;
}
| JMP qword ptr [0x0040f1d8] | null | null | null | null | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724427'), (u'INDIRECT_-1201724427', u'COPY_-1201724486'), ('tmp_26', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'CAST_-1201724422'), ('const-0', u'RETURN_-1201724485'), (u'CAST_-1201724422', u'RETURN_-1201724485')] | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724427'), (u'INDIRECT_-1201724427', u'COPY_-1201724486'), ('tmp_26', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'CAST_-1201724422'), ('const-0', u'RETURN_-1201724485'), (u'CAST_-1201724422', u'RETURN_-1201724485')] | null | null | 004023b0 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040f1d8)();\n return ppuVar1;\n}\n\n" comm... | (translation_unit comment comment (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_express... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0040f1d8)();\n retur... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 ** function_1(void)
{
type_1 **ppuVar1;
ppuVar1 = (type_1 **)(*_DAT_0041a1d8)();
return ppuVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (declarati... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** MASKED(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0040f1d8)();
return ppuVar1;
}
| 1,899 | ||
37_timeout_and_timeout_strip.c | signal | signal |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__sighandler_t signal(int __sig,__sighandler_t __handler)
{
__sighandler_t p_Var1;
p_Var1 = (__sighandler_t)(*(code *)PTR_signal_00415128)();
return p_Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__sighandler_t signal(int __sig,__sighandler_t __handler)
{
__sighandler_t p_Var1;
p_Var1 = (__sighandler_t)(*(code *)PTR_signal_0040d128)();
return p_Var1;
}
| JMP qword ptr [0x0040d128] | null | null | null | null | [(u'CALLIND_-1201724840', u'CAST_-1201724771'), (u'INDIRECT_-1201724777', u'COPY_-1201724836'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724777'), (u'CAST_-1201724771', u'RETURN_-1201724837'), ('tmp_38', u'CAST_-1201724772'), (u'CAST_-1201724772', u'CALLIND_-1201724840')] | [(u'CALLIND_-1201724840', u'CAST_-1201724771'), (u'INDIRECT_-1201724777', u'COPY_-1201724836'), ('const-0', u'RETURN_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724777'), (u'CAST_-1201724771', u'RETURN_-1201724837'), ('tmp_38', u'CAST_-1201724772'), (u'CAST_-1201724772', u'CALLIND_-1201724840')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n __sighandler_t p_Var1;\n \n p_Var1 = (__sighandler_t)(*(code *)PTR_signal_0040d128)();\n return p_Var1;\n}\n\n" comment (function_definition "__sighandl... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (call_expression (parenthesi... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__sighandler_t signal(int __sig,__sighandler_t __handler)\n\n{\n __sighandler_t p_Var1;\n \n p_Var1 = (__sighandler_t)(*(code *)PTR_signal_0040d128)();\n return p_Var1;\n}" (type_identifier "__sighandler_t... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __sig,type_1 __handler)
{
type_1 p_Var1;
p_Var1 = (type_1)(*(type_2 *)PTR_signal_00415128)();
return p_Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compoun... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__sighandler_t MASKED(int __sig,__sighandler_t __handler)
{
__sighandler_t p_Var1;
p_Var1 = (__sighandler_t)(*(code *)PTR_MASKED_0040d128)();
return p_Var1;
}
| 4,658 | ||
8_pinky_and_pinky_strip.c | strncpy | strncpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strncpy_00414040)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strncpy_0040d040)();
return pcVar1;
}
| JMP qword ptr [0x0040d040] | null | null | null | null | [(u'CAST_-1201725235', u'CALLIND_-1201725304'), ('const-0', u'RETURN_-1201725301'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725240'), ('tmp_44', u'CAST_-1201725235'), (u'CAST_-1201725234', u'RETURN_-1201725301'), (u'CALLIND_-1201725304', u'CAST_-1201725234'), (u'INDIRECT_-1201725240', u'COPY_-1201725299')] | [(u'CAST_-1201725235', u'CALLIND_-1201725304'), ('const-0', u'RETURN_-1201725301'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725240'), ('tmp_44', u'CAST_-1201725235'), (u'CAST_-1201725234', u'RETURN_-1201725301'), (u'CALLIND_-1201725304', u'CAST_-1201725234'), (u'INDIRECT_-1201725240', u'COPY_-1201725299')] | null | null | 00402080 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_0040d040)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strncpy(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 * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_0040d040)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strncpy... |
/* 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_strncpy_00414040)();
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_0040d040)();
return pcVar1;
}
| 3,005 | ||
29_sync_and_sync_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_004110e8)();
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_0040a0e8)();
return iVar1;
}
| JMP qword ptr [0x0040a0e8] | 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_0040a0e8)();\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_0040a0e8)();\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_004110e8)();
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_0040a0e8)();
return iVar1;
}
| 2,734 | ||
26_echo_and_echo_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_004120d0)();
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_0040b0d0)();
return pvVar1;
}
| JMP qword ptr [0x0040b0d0] | null | null | null | null | [(u'CALLIND_-1201725016', u'INDIRECT_-1201724953'), (u'INDIRECT_-1201724953', u'COPY_-1201725012'), ('const-0', u'RETURN_-1201725013'), ('tmp_38', u'CAST_-1201724948'), (u'CALLIND_-1201725016', u'CAST_-1201724947'), (u'CAST_-1201724947', u'RETURN_-1201725013'), (u'CAST_-1201724948', u'CALLIND_-1201725016')] | [(u'CALLIND_-1201725016', u'INDIRECT_-1201724953'), (u'INDIRECT_-1201724953', u'COPY_-1201725012'), ('const-0', u'RETURN_-1201725013'), ('tmp_38', u'CAST_-1201724948'), (u'CALLIND_-1201725016', u'CAST_-1201724947'), (u'CAST_-1201724947', u'RETURN_-1201725013'), (u'CAST_-1201724948', u'CALLIND_-1201725016')] | null | null | 004021a0 | .. | .. | (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_0040b0d0)();\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_0040b0d0)();\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_004120d0)();
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_0040b0d0)();
return pvVar1;
}
| 189 | ||
287_puttytel_and_puttytel_strip.c | gtk_window_new | gtk_window_new |
void gtk_window_new(void)
{
(*(code *)PTR_gtk_window_new_005458b8)();
return;
}
|
void gtk_window_new(void)
{
(*(code *)PTR_gtk_window_new_004bd8b8)();
return;
}
| JMP qword ptr [0x004bd8b8] | null | null | null | null | [('tmp_22', u'CAST_-1201683895'), (u'CALLIND_-1201683960', u'INDIRECT_-1201683900'), ('const-0', u'RETURN_-1201683957'), (u'CAST_-1201683895', u'CALLIND_-1201683960'), (u'INDIRECT_-1201683900', u'COPY_-1201683959')] | [('tmp_22', u'CAST_-1201683895'), (u'CALLIND_-1201683960', u'INDIRECT_-1201683900'), ('const-0', u'RETURN_-1201683957'), (u'CAST_-1201683895', u'CALLIND_-1201683960'), (u'INDIRECT_-1201683900', u'COPY_-1201683959')] | null | null | 0040c200 | .. | .. | (translation_unit "void gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004bd8b8)();\n return;\n}\n\n" (function_definition "void gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004bd8b8)();\n return;\n}" primitive_type (function_declarator "gtk_window_new(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_window_new(void)\n\n{\n (*(code *)PTR_gtk_window_new_004bd8b8)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_window_new(void)" (identifier "gtk_window_new") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_window_new_005458b8)();
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_004bd8b8)();
return;
}
| 9,998 | ||
143_psftp_and_psftp_strip.c | conf_set_int | FUN_0040cac0 |
/* WARNING: Unknown calling convention */
void conf_set_int(Conf **conf,int *primary,int *value)
{
uint uVar1;
void *pvVar2;
long local_88 [2];
uint local_78 [4];
Conf *local_68 [2];
size_t local_58 [3];
undefined1 local_3a;
undefined1 local_39;
uint *local_38;
Conf **local_30;
size_t *local_28... |
void FUN_0040cac0(undefined8 *param_1)
{
param_1[1] = 0;
*param_1 = 0;
*(undefined4 *)(param_1 + 2) = 0;
return;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RDI + 0x8],0x0
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RDI],0x0
MOV RDI,qword ptr [RBP + -0x8]
MOV dword ptr [RDI + 0x10],0x0
POP RBP
RET | null | null | null | null | [('const-433', u'LOAD_-1201681351'), (u'CALL_-1201681512', u'INDIRECT_-1201681175'), (u'INDIRECT_-1201681135', u'STORE_-1201681502'), (u'CALL_-1201681377', u'INDIRECT_-1201681047'), (u'CAST_-1201681090', u'CALL_-1201681512'), ('const-433', u'LOAD_-1201681492'), (u'INT_EQUAL_-1201681336', u'CAST_-1201680964'), ('const-4... | [('const-433', u'STORE_-1201681701'), ('const-8', u'PTRADD_-1201681594'), ('const-0', u'STORE_-1201681667'), ('tmp_85', u'PTRADD_-1201681594'), (u'PTRADD_-1201681618', u'STORE_-1201681701'), ('const-1', u'PTRADD_-1201681618'), (u'CAST_-1201681594', u'STORE_-1201681667'), ('const-433', u'STORE_-1201681684'), ('tmp_85', ... | null | null | 0040cac0 | .. | .. | (translation_unit "void FUN_0040cac0(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = 0;\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}\n\n" (function_definition "void FUN_0040cac0(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = 0;\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_e... | (function_definition "void FUN_0040cac0(undefined8 *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = 0;\n *(undefined4 *)(param_1 + 2) = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0040cac0(undefined8 *param_1)" (identifier "FUN_0040cac0") (parameter_list "(undefined8 *param_1)" (( "(") (paramete... |
/* WARNING: Unknown calling convention */
void function_1(type_1 **conf,int *primary,int *value)
{
type_2 uVar1;
void *pvVar2;
long local_88 [2];
type_2 local_78 [4];
type_1 *local_68 [2];
size_t local_58 [3];
type_3 local_3a;
type_3 local_39;
type_2 *local_38;
type_1 **local_30;
size_t *local_... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... |
void MASKED(undefined8 *param_1)
{
param_1[1] = 0;
*param_1 = 0;
*(undefined4 *)(param_1 + 2) = 0;
return;
}
| 9,167 | ||
42_sync_and_sync_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_00411150)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_0040a150)();
return pcVar1;
}
| JMP qword ptr [0x0040a150] | 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\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0040a150)();\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_0040a150)();\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_00411150)();
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_0040a150)();
return pcVar1;
}
| 2,747 | ||
11_sha512sum_and_sha512sum_strip.c | textdomain | textdomain |
void textdomain(void)
{
(*(code *)PTR_textdomain_00426058)();
return;
}
|
void textdomain(void)
{
(*(code *)PTR_textdomain_00417058)();
return;
}
| JMP qword ptr [0x00417058] | null | null | null | null | [('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')] | [('const-0', u'RETURN_-1201725253'), (u'INDIRECT_-1201725196', u'COPY_-1201725255'), ('tmp_22', u'CAST_-1201725191'), (u'CAST_-1201725191', u'CALLIND_-1201725256'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725196')] | null | null | 004020b0 | .. | .. | (translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00417058)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00417058)();\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_00417058)();\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_00426058)();
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_00417058)();
return;
}
| 2,047 | ||
127_dir_and_dir_strip.c | format_user_or_group_width | FUN_00412370 |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
wchar_t format_user_or_group_width(char **name,ulong *id)
{
wchar_t *pwVar1;
wchar_t wVar2;
size_t sVar3;
undefined8 in_RSI;
long in_RDI;
long in_FS_OFFSET;
char acStack_c8 [32];
wchar_t ... |
long FUN_00412370(long param_1,long param_2)
{
long *local_30;
long *local_28;
local_28 = (long *)FUN_00412270(param_1,param_2);
local_30 = local_28;
while ((*local_30 != param_2 || (local_30[1] == 0))) {
local_30 = (long *)local_30[1];
if (local_30 == (long *)0x0) {
do {
local_28 =... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
CALL 0x00412270
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ... | null | null | null | null | [(u'STORE_-1201789690', u'INDIRECT_-1201789250'), ('tmp_750', u'BRANCH_-1201789600'), (u'SUBPIECE_-1201789402', u'STORE_-1201789676'), (u'CALL_-1201789690', u'SUBPIECE_-1201789402'), (u'CALL_-1201789460', u'INDIRECT_-1201789040'), (u'STORE_-1201789604', u'INDIRECT_-1201789207'), (u'CALL_-1201789711', u'INDIRECT_-120178... | [(u'INT_EQUAL_-1201789861', u'CBRANCH_-1201789856'), ('const-0', u'INT_EQUAL_-1201789861'), (u'MULTIEQUAL_-1201789712', u'PTRADD_-1201789636'), ('tmp_787', u'CALL_-1201790038'), (u'PTRADD_-1201789673', u'LOAD_-1201789972'), (u'CAST_-1201789581', u'LOAD_-1201789811'), ('const-8', u'PTRADD_-1201789607'), (u'LOAD_-1201789... | null | null | 00412370 | .. | .. | (translation_unit "long FUN_00412370(long param_1,long param_2)\n\n{\n long *local_30;\n long *local_28;\n \n local_28 = (long *)FUN_00412270(param_1,param_2);\n local_30 = local_28;\n while ((*local_30 != param_2 || (local_30[1] == 0))) {\n local_30 = (long *)local_30[1];\n if (local_30 == (long *)0x0) {\n... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * I... | (function_definition "long FUN_00412370(long param_1,long param_2)\n\n{\n long *local_30;\n long *local_28;\n \n local_28 = (long *)FUN_00412270(param_1,param_2);\n local_30 = local_28;\n while ((*local_30 != param_2 || (local_30[1] == 0))) {\n local_30 = (long *)local_30[1];\n if (local_30 == (long *)0x0) ... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
/* WARNING: Unknown calling convention */
type_1 function_1(char **name,type_2 *id)
{
type_1 *pwVar1;
type_1 wVar2;
size_t sVar3;
type_3 in_RSI;
long var_2;
long var_1;
char acStack_c8 [32];
type_1 local_a8 [4];
type_1 local_98... | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (c... |
long MASKED(long param_1,long param_2)
{
long *local_30;
long *local_28;
local_28 = (long *)FUN_00412270(param_1,param_2);
local_30 = local_28;
while ((*local_30 != param_2 || (local_30[1] == 0))) {
local_30 = (long *)local_30[1];
if (local_30 == (long *)0x0) {
do {
local_28 = local... | 7,849 | ||
8_mknod_and_mknod_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00429040)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_00417040)();
return;
}
| JMP qword ptr [0x00417040] | null | null | null | null | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | null | null | 00402080 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00417040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00417040)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_00417040)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___fpending_00429040)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_00417040)();
return;
}
| 2,558 | ||
84_pterm_and_pterm_strip.c | XRotateBuffers | XRotateBuffers |
void XRotateBuffers(void)
{
(*(code *)PTR_XRotateBuffers_005242c0)();
return;
}
|
void XRotateBuffers(void)
{
(*(code *)PTR_XRotateBuffers_004aa2c0)();
return;
}
| JMP qword ptr [0x004aa2c0] | null | null | null | null | [(u'INDIRECT_-1201691244', u'COPY_-1201691303'), ('tmp_22', u'CAST_-1201691239'), (u'CAST_-1201691239', u'CALLIND_-1201691304'), ('const-0', u'RETURN_-1201691301'), (u'CALLIND_-1201691304', u'INDIRECT_-1201691244')] | [(u'INDIRECT_-1201691244', u'COPY_-1201691303'), ('tmp_22', u'CAST_-1201691239'), (u'CAST_-1201691239', u'CALLIND_-1201691304'), ('const-0', u'RETURN_-1201691301'), (u'CALLIND_-1201691304', u'INDIRECT_-1201691244')] | null | null | 0040a550 | .. | .. | (translation_unit "void XRotateBuffers(void)\n\n{\n (*(code *)PTR_XRotateBuffers_004aa2c0)();\n return;\n}\n\n" (function_definition "void XRotateBuffers(void)\n\n{\n (*(code *)PTR_XRotateBuffers_004aa2c0)();\n return;\n}" primitive_type (function_declarator "XRotateBuffers(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 XRotateBuffers(void)\n\n{\n (*(code *)PTR_XRotateBuffers_004aa2c0)();\n return;\n}" (primitive_type "void") (function_declarator "XRotateBuffers(void)" (identifier "XRotateBuffers") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_XRotateBuffers_005242c0)();
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_004aa2c0)();
return;
}
| 9,274 | ||
143_find_and_find_strip.c | fwrite | fwrite |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_00504f30)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_0048cf30)();
return sVar1;
}
| JMP qword ptr [0x0048cf30] | null | null | null | null | [(u'CAST_-1201714882', u'CALLIND_-1201714952'), (u'CALLIND_-1201714952', u'RETURN_-1201714949'), ('const-0', u'RETURN_-1201714949'), ('tmp_50', u'CAST_-1201714882'), (u'CALLIND_-1201714952', u'INDIRECT_-1201714887'), (u'INDIRECT_-1201714887', u'COPY_-1201714946')] | [(u'CAST_-1201714882', u'CALLIND_-1201714952'), (u'CALLIND_-1201714952', u'RETURN_-1201714949'), ('const-0', u'RETURN_-1201714949'), ('tmp_50', u'CAST_-1201714882'), (u'CALLIND_-1201714952', u'INDIRECT_-1201714887'), (u'INDIRECT_-1201714887', u'COPY_-1201714946')] | null | null | 004048f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0048cf30)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0048cf30)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fwrite(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fwrite_00504f30)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0048cf30)();
return sVar1;
}
| 8,666 | ||
136_cp_and_cp_strip.c | explicit_bzero | explicit_bzero |
void explicit_bzero(void)
{
(*(code *)PTR_explicit_bzero_00453440)();
return;
}
|
void explicit_bzero(void)
{
(*(code *)PTR_explicit_bzero_0042c440)();
return;
}
| JMP qword ptr [0x0042c440] | null | null | null | null | [('tmp_22', u'CAST_-1201719095'), (u'CAST_-1201719095', u'CALLIND_-1201719160'), ('const-0', u'RETURN_-1201719157'), (u'CALLIND_-1201719160', u'INDIRECT_-1201719100'), (u'INDIRECT_-1201719100', u'COPY_-1201719159')] | [('tmp_22', u'CAST_-1201719095'), (u'CAST_-1201719095', u'CALLIND_-1201719160'), ('const-0', u'RETURN_-1201719157'), (u'CALLIND_-1201719160', u'INDIRECT_-1201719100'), (u'INDIRECT_-1201719100', u'COPY_-1201719159')] | null | null | 00403880 | .. | .. | (translation_unit "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_0042c440)();\n return;\n}\n\n" (function_definition "void explicit_bzero(void)\n\n{\n (*(code *)PTR_explicit_bzero_0042c440)();\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_0042c440)();\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_00453440)();
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_0042c440)();
return;
}
| 6,396 | ||
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;
}
| 3,385 | ||
17_tail_and_tail_strip.c | bindtextdomain | bindtextdomain |
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_0042b088)();
return;
}
|
void bindtextdomain(void)
{
(*(code *)PTR_bindtextdomain_00419088)();
return;
}
| JMP qword ptr [0x00419088] | 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 bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_00419088)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_00419088)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_00419088)();\n return;\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_bindtextdomain_0042b088)();
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_00419088)();
return;
}
| 4,555 | ||
11_cut_and_cut_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_00417058)();
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_0040d058)();
return;
}
| JMP qword ptr [0x0040d058] | null | null | null | null | [('const-0', u'RETURN_-1201725253'), (u'CAST_-1201725187', u'CALLIND_-1201725256'), (u'INDIRECT_-1201725192', u'COPY_-1201725251'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725192'), ('tmp_46', u'CAST_-1201725187')] | [('const-0', u'RETURN_-1201725253'), (u'CAST_-1201725187', u'CALLIND_-1201725256'), (u'INDIRECT_-1201725192', u'COPY_-1201725251'), (u'CALLIND_-1201725256', u'INDIRECT_-1201725192'), ('tmp_46', u'CAST_-1201725187')] | null | null | 004020b0 | .. | .. | (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_0040d058)();\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_0040d058)();\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_00417058)();
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_0040d058)();
return;
}
| 1,184 | ||
160_cp_and_cp_strip.c | find_backup_file_name | FUN_00420890 |
/* WARNING: Unknown calling convention */
char * find_backup_file_name(char **file,backup_type *backup_type)
{
long *plVar1;
char *pcVar2;
uint in_ESI;
long local_68 [2];
char *local_58 [6];
undefined1 local_21;
long *local_20;
local_20 = local_68;
pcVar2 = backupfile_internal(local_58,(backup_t... |
/* WARNING: Removing unreachable block (ram,0x00420a38) */
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff20 : 0x00420a60 */
/* WARNING: Restarted to delay deadcode elimination for space: stack */
undefined4
FUN_00420890(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 ... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x1d0
TEST AL,AL
MOVAPS xmmword ptr [RBP + -0x100],XMM7
MOVAPS xmmword ptr [RBP + -0x110],XMM6
MOVAPS xmmword ptr [RBP + -0x120],XMM5
MOVAPS xmmword ptr [RBP + -0x130],XMM4
MOVAPS xmmword ptr [RBP + -0x140],XMM3
MOVAPS xmmword ptr [RBP + -0x150],XMM2
MOVAPS xmmword ptr [RBP + -0x160],XMM1
M... | null | null | null | null | [('const-433', u'LOAD_-1201862257'), (u'LOAD_-1201862257', u'CAST_-1201862078'), ('tmp_535', u'PTRSUB_-1201862164'), (u'INT_ZEXT_-1201862252', u'CAST_-1201862133'), (u'INDIRECT_-1201862149', u'COPY_-1201862194'), (u'PTRSUB_-1201862175', u'CALL_-1201862346'), (u'COPY_-1201862194', u'LOAD_-1201862333'), (u'CALL_-12018622... | [(u'COPY_-1201860566', u'MULTIEQUAL_-1201860806'), (u'CALL_-1201861566', u'INDIRECT_-1201860193'), (u'CALL_-1201861566', u'INDIRECT_-1201860519'), (u'CALL_-1201861658', u'INDIRECT_-1201860522'), ('const-64', u'INT_AND_-1201861976'), ('tmp_2171', u'COPY_-1201860283'), (u'INT_ZEXT_-1201861501', u'CALL_-1201861670'), (u'C... | null | null | 00420890 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00420a38) */\n/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff20 : 0x00420a60 */\n/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nundefined4\nFUN_00420890(undefined4 param_1,undefined4 param_2,undefin... | (translation_unit comment comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration... | (comment "/* WARNING: Removing unreachable block (ram,0x00420a38) */") (comment "/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff20 : 0x00420a60 */") (comment "/* WARNING: Restarted to delay deadcode elimination for space: stack */") (function_definition "undefined4\nFUN_00420890(undefined4 ... |
/* WARNING: Unknown calling convention */
char * function_1(char **file,type_1 *type_1)
{
long *plVar1;
char *pcVar2;
type_2 in_ESI;
long local_68 [2];
char *local_58 [6];
type_3 local_21;
long *local_20;
local_20 = local_68;
pcVar2 = var_1(local_58,(type_1 *)0x0,(type_4 *)(type_5)in_ESI);
plV... | (translation_unit (comment) (comment) (comment) (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: (identifi... |
/* WARNING: Removing unreachable block (ram,0x00420a38) */
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff20 : 0x00420a60 */
/* WARNING: Restarted to delay deadcode elimination for space: stack */
undefined4
MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_... | 6,420 | ||
103_stat_and_stat_strip.c | dir_name | FUN_0040d5f0 |
/* WARNING: Unknown calling convention */
char * dir_name(char **file)
{
long *plVar1;
char *pcVar2;
char *in_RDI;
long local_58 [7];
undefined1 local_19;
long *local_18;
local_18 = local_58;
pcVar2 = mdir_name(in_RDI);
plVar1 = local_18;
*local_18 = (long)pcVar2;
local_19 = *plVar1 != 0;
... |
int * FUN_0040d5f0(int *param_1,int param_2)
{
memset(param_1,0,0x38);
if (param_2 == 10) {
/* WARNING: Subroutine does not return */
abort();
}
*param_1 = param_2;
return param_1;
}
| PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV RAX,RDI
XOR ECX,ECX
MOV dword ptr [RBP + -0x4],ESI
MOV RDX,RDI
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,RDX
MOV ESI,ECX
MOV EDX,0x38
MOV qword ptr [RBP + -0x18],RAX
CALL 0x004022a0
CMP dword ptr [RBP + -0x4],0xa
JNZ 0x0040d629
CALL 0x00402070
MOV EAX,dword ptr [RBP + -0x4]
MOV RCX,q... | null | null | null | null | [('tmp_394', u'PTRSUB_-1201678598'), (u'INT_NOTEQUAL_-1201678732', u'CAST_-1201678547'), ('tmp_395', u'CALL_-1201678761'), (u'STORE_-1201678751', u'INDIRECT_-1201678581'), (u'CALL_-1201678761', u'CAST_-1201678568'), (u'LOAD_-1201678748', u'INT_NOTEQUAL_-1201678732'), (u'LOAD_-1201678672', u'CAST_-1201678526'), ('const-... | [('const-56', u'CALL_-1201678780'), ('tmp_372', u'CALL_-1201678780'), ('const-0', u'RETURN_-1201678692'), ('tmp_393', u'INT_EQUAL_-1201678763'), ('const-1', u'RETURN_-1201678743'), ('const-0', u'CALL_-1201678780'), ('const-10', u'INT_EQUAL_-1201678763'), (u'INT_EQUAL_-1201678763', u'CBRANCH_-1201678759'), ('tmp_393', u... | null | null | 0040d5f0 | .. | .. | (translation_unit "int * FUN_0040d5f0(int *param_1,int param_2)\n\n{\n memset(param_1,0,0x38);\n if (param_2 == 10) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n *param_1 = param_2;\n return param_1;\n}\n\n" (function_definition "int * FUN_0040d5f0(int *param_1,int param_2)\n... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) ... | (function_definition "int * FUN_0040d5f0(int *param_1,int param_2)\n\n{\n memset(param_1,0,0x38);\n if (param_2 == 10) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n *param_1 = param_2;\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_0040d5f0(int *param... |
/* WARNING: Unknown calling convention */
char * function_1(char **file)
{
long *plVar1;
char *pcVar2;
char *in_RDI;
long local_58 [7];
type_1 local_19;
long *local_18;
local_18 = local_58;
pcVar2 = var_1(in_RDI);
plVar1 = local_18;
*local_18 = (long)pcVar2;
local_19 = *plVar1 != 0;
if (!(... | (translation_unit (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 type: (primi... |
int * MASKED(int *param_1,int param_2)
{
memset(param_1,0,0x38);
if (param_2 == 10) {
/* WARNING: Subroutine does not return */
abort();
}
*param_1 = param_2;
return param_1;
}
| 5,051 | ||
15_nohup_and_nohup_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_00413078)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c078)();
return sVar1;
}
| JMP qword ptr [0x0040c078] | null | null | null | null | [('tmp_26', u'CAST_-1201725126'), (u'CAST_-1201725126', u'CALLIND_-1201725192'), (u'INDIRECT_-1201725131', u'COPY_-1201725190'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725131'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), ('const-0', u'RETURN_-1201725189')] | [('tmp_26', u'CAST_-1201725126'), (u'CAST_-1201725126', u'CALLIND_-1201725192'), (u'INDIRECT_-1201725131', u'COPY_-1201725190'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725131'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), ('const-0', u'RETURN_-1201725189')] | null | null | 004020f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c078)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_0040c078)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cu... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR___ctype_get_mb_cur_max_00413078)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (as... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0040c078)();
return sVar1;
}
| 5,311 | ||
69_chcon_and_chcon_strip.c | access | access |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int access(char *__name,int __type)
{
int iVar1;
iVar1 = (*(code *)PTR_access_00427228)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int access(char *__name,int __type)
{
int iVar1;
iVar1 = (*(code *)PTR_access_00416228)();
return iVar1;
}
| JMP qword ptr [0x00416228] | null | null | null | null | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724265'), ('const-0', u'RETURN_-1201724325'), (u'CAST_-1201724260', u'CALLIND_-1201724328'), (u'INDIRECT_-1201724265', u'COPY_-1201724324'), (u'CALLIND_-1201724328', u'RETURN_-1201724325'), ('tmp_38', u'CAST_-1201724260')] | [(u'CALLIND_-1201724328', u'INDIRECT_-1201724265'), ('const-0', u'RETURN_-1201724325'), (u'CAST_-1201724260', u'CALLIND_-1201724328'), (u'INDIRECT_-1201724265', u'COPY_-1201724324'), (u'CALLIND_-1201724328', u'RETURN_-1201724325'), ('tmp_38', u'CAST_-1201724260')] | null | null | 00402450 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_00416228)();\n return iVar1;\n}\n\n" comment (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (pare... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int access(char *__name,int __type)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_access_00416228)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "access(char *__name,int __type)" (ident... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__name,int __type)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_access_00427228)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__name,int __type)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00416228)();
return iVar1;
}
| 2,433 | ||
47_df_and_df_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_0042e178)();
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_00419178)();
return pvVar1;
}
| JMP qword ptr [0x00419178] | null | null | null | null | [(u'CAST_-1201724611', u'RETURN_-1201724677'), ('tmp_38', u'CAST_-1201724612'), (u'CAST_-1201724612', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724617'), (u'INDIRECT_-1201724617', u'COPY_-1201724676'), (u'CALLIND_-1201724680', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')] | [(u'CAST_-1201724611', u'RETURN_-1201724677'), ('tmp_38', u'CAST_-1201724612'), (u'CAST_-1201724612', u'CALLIND_-1201724680'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724617'), (u'INDIRECT_-1201724617', u'COPY_-1201724676'), (u'CALLIND_-1201724680', u'CAST_-1201724611'), ('const-0', u'RETURN_-1201724677')] | null | null | 004022f0 | .. | .. | (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_00419178)();\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_00419178)();\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_0042e178)();
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_00419178)();
return pvVar1;
}
| 6,949 | ||
335_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | UI_method_get_closer | UI_method_get_closer |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int UI_method_get_closer(UI *param_1)
{
int iVar1;
iVar1 = (*(code *)PTR_UI_method_get_closer_00296ba0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int UI_method_get_closer(UI *param_1)
{
int iVar1;
iVar1 = (*(code *)PTR_UI_method_get_closer_001d1ba0)();
return iVar1;
}
| JMP qword ptr [0x001d1ba0] | null | null | null | null | [(u'CAST_-1206913221', u'CALLIND_-1206913288'), ('const-0', u'RETURN_-1206913285'), (u'CALLIND_-1206913288', u'INDIRECT_-1206913226'), ('tmp_32', u'CAST_-1206913221'), (u'CALLIND_-1206913288', u'RETURN_-1206913285'), (u'INDIRECT_-1206913226', u'COPY_-1206913285')] | [(u'CAST_-1206913221', u'CALLIND_-1206913288'), ('const-0', u'RETURN_-1206913285'), (u'CALLIND_-1206913288', u'INDIRECT_-1206913226'), ('tmp_32', u'CAST_-1206913221'), (u'CALLIND_-1206913288', u'RETURN_-1206913285'), (u'INDIRECT_-1206913226', u'COPY_-1206913285')] | null | null | 0010f6f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint UI_method_get_closer(UI *param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_method_get_closer_001d1ba0)();\n return iVar1;\n}\n\n" comment (function_definition "int UI_method_get_closer(UI *param_1)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int UI_method_get_closer(UI *param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_UI_method_get_closer_001d1ba0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "UI_method_get_closer(UI... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *param_1)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_UI_method_get_closer_00296ba0)();
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(UI *param_1)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001d1ba0)();
return iVar1;
}
| 10,583 | ||
47_env_and_env_strip.c | unsetenv | unsetenv |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unsetenv(char *__name)
{
int iVar1;
iVar1 = (*(code *)PTR_unsetenv_00414178)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unsetenv(char *__name)
{
int iVar1;
iVar1 = (*(code *)PTR_unsetenv_0040d178)();
return iVar1;
}
| JMP qword ptr [0x0040d178] | null | null | null | null | [(u'CALLIND_-1201724680', u'RETURN_-1201724677'), ('tmp_32', u'CAST_-1201724613'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724618'), (u'INDIRECT_-1201724618', u'COPY_-1201724677'), (u'CAST_-1201724613', u'CALLIND_-1201724680'), ('const-0', u'RETURN_-1201724677')] | [(u'CALLIND_-1201724680', u'RETURN_-1201724677'), ('tmp_32', u'CAST_-1201724613'), (u'CALLIND_-1201724680', u'INDIRECT_-1201724618'), (u'INDIRECT_-1201724618', u'COPY_-1201724677'), (u'CAST_-1201724613', u'CALLIND_-1201724680'), ('const-0', u'RETURN_-1201724677')] | null | null | 004022f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint unsetenv(char *__name)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unsetenv_0040d178)();\n return iVar1;\n}\n\n" comment (function_definition "int unsetenv(char *__name)\n\n{\n int iVar1;\n \n iVar1 = (*(code ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int unsetenv(char *__name)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_unsetenv_0040d178)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "unsetenv(char *__name)" (identifier "unsetenv"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__name)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_unsetenv_00414178)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__name)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040d178)();
return iVar1;
}
| 769 | ||
59_who_and_who_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_004161d8)();
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_0040d1d8)();
return iVar1;
}
| JMP qword ptr [0x0040d1d8] | null | null | null | null | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724424'), ('tmp_44', u'CAST_-1201724419'), (u'INDIRECT_-1201724424', u'COPY_-1201724483'), (u'CAST_-1201724419', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485')] | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724424'), ('tmp_44', u'CAST_-1201724419'), (u'INDIRECT_-1201724424', u'COPY_-1201724483'), (u'CAST_-1201724419', u'CALLIND_-1201724488'), (u'CALLIND_-1201724488', u'RETURN_-1201724485'), ('const-0', u'RETURN_-1201724485')] | null | null | 004023b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseeko_0040d1d8)();\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_0040d1d8)();\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_004161d8)();
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_0040d1d8)();
return iVar1;
}
| 1,685 | ||
82_puttygen_and_puttygen_strip.c | strstr | strstr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strstr(char *__haystack,char *__needle)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strstr_004abfc8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strstr(char *__haystack,char *__needle)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strstr_0045cfc8)();
return pcVar1;
}
| JMP qword ptr [0x0045cfc8] | null | null | null | null | [('tmp_38', u'CAST_-1201724052'), (u'CALLIND_-1201724120', u'INDIRECT_-1201724057'), ('const-0', u'RETURN_-1201724117'), (u'CAST_-1201724051', u'RETURN_-1201724117'), (u'CALLIND_-1201724120', u'CAST_-1201724051'), (u'CAST_-1201724052', u'CALLIND_-1201724120'), (u'INDIRECT_-1201724057', u'COPY_-1201724116')] | [('tmp_38', u'CAST_-1201724052'), (u'CALLIND_-1201724120', u'INDIRECT_-1201724057'), ('const-0', u'RETURN_-1201724117'), (u'CAST_-1201724051', u'RETURN_-1201724117'), (u'CALLIND_-1201724120', u'CAST_-1201724051'), (u'CAST_-1201724052', u'CALLIND_-1201724120'), (u'INDIRECT_-1201724057', u'COPY_-1201724116')] | null | null | 00402520 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strstr(char *__haystack,char *__needle)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strstr_0045cfc8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strstr(char *__haystack,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)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strstr(char *__haystack,char *__needle)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strstr_0045cfc8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strstr(char *... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__haystack,char *__needle)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strstr_004abfc8)();
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 *__haystack,char *__needle)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0045cfc8)();
return pcVar1;
}
| 8,322 | ||
12_numfmt_and_numfmt_strip.c | mbstowcs | mbstowcs |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbstowcs_00421060)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_mbstowcs_00413060)();
return sVar1;
}
| JMP qword ptr [0x00413060] | null | null | null | null | [(u'CALLIND_-1201725240', u'RETURN_-1201725237'), (u'CAST_-1201725171', u'CALLIND_-1201725240'), (u'INDIRECT_-1201725176', u'COPY_-1201725235'), ('tmp_44', u'CAST_-1201725171'), ('const-0', u'RETURN_-1201725237'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725176')] | [(u'CALLIND_-1201725240', u'RETURN_-1201725237'), (u'CAST_-1201725171', u'CALLIND_-1201725240'), (u'INDIRECT_-1201725176', u'COPY_-1201725235'), ('tmp_44', u'CAST_-1201725171'), ('const-0', u'RETURN_-1201725237'), (u'CALLIND_-1201725240', u'INDIRECT_-1201725176')] | null | null | 004020c0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbstowcs_00413060)();\n return sVar1;\n}\n\n" comment (function_definition "size_t mbstowcs(wchar_t *__pwcs,char *_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t mbstowcs(wchar_t *__pwcs,char *__s,size_t __n)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_mbstowcs_00413060)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "mbstowcs(wcha... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(type_1 *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_mbstowcs_00421060)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(wchar_t *__pwcs,char *__s,size_t __n)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00413060)();
return sVar1;
}
| 5,578 | ||
54_ptx_and_ptx_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_004251b0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_004151b0)();
return iVar1;
}
| JMP qword ptr [0x004151b0] | null | null | null | null | [(u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), ('tmp_32', u'CAST_-1201724501'), (u'CAST_-1201724501', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'RETURN_-1201724565')] | [(u'CALLIND_-1201724568', u'INDIRECT_-1201724506'), (u'INDIRECT_-1201724506', u'COPY_-1201724565'), ('const-0', u'RETURN_-1201724565'), ('tmp_32', u'CAST_-1201724501'), (u'CAST_-1201724501', u'CALLIND_-1201724568'), (u'CALLIND_-1201724568', u'RETURN_-1201724565')] | null | null | 00402360 | .. | .. | (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_004151b0)();\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_004151b0)();\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_004251b0)();
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_004151b0)();
return iVar1;
}
| 4,426 | ||
34_basename_and_basename_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_00412110)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_0040b110)();
return iVar1;
}
| JMP qword ptr [0x0040b110] | 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 fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_0040b110)();\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_0040b110)();\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_00412110)();
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_0040b110)();
return iVar1;
}
| 466 | ||
5_cp_and_cp_strip.c | acl_set_fd | acl_set_fd |
void acl_set_fd(void)
{
(*(code *)PTR_acl_set_fd_00453028)();
return;
}
|
void acl_set_fd(void)
{
(*(code *)PTR_acl_set_fd_0042c028)();
return;
}
| JMP qword ptr [0x0042c028] | null | null | null | null | [(u'INDIRECT_-1201721196', u'COPY_-1201721255'), (u'CAST_-1201721191', u'CALLIND_-1201721256'), ('tmp_22', u'CAST_-1201721191'), (u'CALLIND_-1201721256', u'INDIRECT_-1201721196'), ('const-0', u'RETURN_-1201721253')] | [(u'INDIRECT_-1201721196', u'COPY_-1201721255'), (u'CAST_-1201721191', u'CALLIND_-1201721256'), ('tmp_22', u'CAST_-1201721191'), (u'CALLIND_-1201721256', u'INDIRECT_-1201721196'), ('const-0', u'RETURN_-1201721253')] | null | null | 00403050 | .. | .. | (translation_unit "void acl_set_fd(void)\n\n{\n (*(code *)PTR_acl_set_fd_0042c028)();\n return;\n}\n\n" (function_definition "void acl_set_fd(void)\n\n{\n (*(code *)PTR_acl_set_fd_0042c028)();\n return;\n}" primitive_type (function_declarator "acl_set_fd(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 acl_set_fd(void)\n\n{\n (*(code *)PTR_acl_set_fd_0042c028)();\n return;\n}" (primitive_type "void") (function_declarator "acl_set_fd(void)" (identifier "acl_set_fd") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_acl_set_fd_00453028)();
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_0042c028)();
return;
}
| 6,265 | ||
40_csplit_and_csplit_strip.c | calloc | calloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_0041b140)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();
return pvVar1;
}
| JMP qword ptr [0x00410140] | null | null | null | null | [(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')] | [(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')] | null | null | 00402280 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * calloc(size_t __nmemb,size_t __siz... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_calloc_0041b140)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_00410140)();
return pvVar1;
}
| 5,734 | ||
18_link_and_link_strip.c | printf | printf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_00410090)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0040a090)();
return iVar1;
}
| JMP qword ptr [0x0040a090] | null | null | null | null | [(u'CALLIND_-1201725144', u'INDIRECT_-1201725082'), (u'INDIRECT_-1201725082', u'COPY_-1201725141'), ('tmp_32', u'CAST_-1201725077'), ('const-0', u'RETURN_-1201725141'), (u'CAST_-1201725077', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'RETURN_-1201725141')] | [(u'CALLIND_-1201725144', u'INDIRECT_-1201725082'), (u'INDIRECT_-1201725082', u'COPY_-1201725141'), ('tmp_32', u'CAST_-1201725077'), ('const-0', u'RETURN_-1201725141'), (u'CAST_-1201725077', u'CALLIND_-1201725144'), (u'CALLIND_-1201725144', u'RETURN_-1201725141')] | null | null | 00402120 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040a090)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0040a090)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "pri... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_printf_00410090)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declara... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040a090)();
return iVar1;
}
| 5,191 | ||
34_mktemp_and_mktemp_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_00418110)();
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_0040e110)();
return pvVar1;
}
| JMP qword ptr [0x0040e110] | null | null | null | null | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | null | null | 00402220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040e110)();\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_0040e110)();\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_00418110)();
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_0040e110)();
return pvVar1;
}
| 5,390 | ||
9_seq_and_seq_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00415048)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0040d048)();
return;
}
| JMP qword ptr [0x0040d048] | null | null | null | null | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | [(u'CALLIND_-1201725288', u'INDIRECT_-1201725228'), ('tmp_22', u'CAST_-1201725223'), ('const-0', u'RETURN_-1201725285'), (u'INDIRECT_-1201725228', u'COPY_-1201725287'), (u'CAST_-1201725223', u'CALLIND_-1201725288')] | null | null | 00402090 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040d048)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040d048)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040d048)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___fpending_00415048)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040d048)();
return;
}
| 860 | ||
91_sort_and_sort_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_004462d8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open(char *__file,int __oflag,...)
{
int iVar1;
iVar1 = (*(code *)PTR_open_004272d8)();
return iVar1;
}
| JMP qword ptr [0x004272d8] | null | null | null | null | [(u'CALLIND_-1201719880', u'INDIRECT_-1201719817'), (u'CALLIND_-1201719880', u'RETURN_-1201719877'), ('tmp_38', u'CAST_-1201719812'), ('const-0', u'RETURN_-1201719877'), (u'INDIRECT_-1201719817', u'COPY_-1201719876'), (u'CAST_-1201719812', u'CALLIND_-1201719880')] | [(u'CALLIND_-1201719880', u'INDIRECT_-1201719817'), (u'CALLIND_-1201719880', u'RETURN_-1201719877'), ('tmp_38', u'CAST_-1201719812'), ('const-0', u'RETURN_-1201719877'), (u'INDIRECT_-1201719817', u'COPY_-1201719876'), (u'CAST_-1201719812', u'CALLIND_-1201719880')] | null | null | 004035b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_004272d8)();\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_004272d8)();\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_004462d8)();
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_004272d8)();
return iVar1;
}
| 7,270 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.