file_name stringlengths 17 45 | original_function_name stringlengths 3 57 | stripped_function_name stringlengths 3 57 | decompiled_code_original stringlengths 52 99k | decompiled_code_stripped stringlengths 37 21.4k | assembly_code stringlengths 3 32.8k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 13.4M | pcode_edges_stripped stringlengths 34 232k | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_decompiled_code_original_noisy stringlengths 348 895k | S-Expression_decompiled_code_original_clean stringclasses 487
values | S-Expression_decompiled_code_original_root stringlengths 356 897k | Replace_function_name_and_variable_name stringlengths 39 95.3k | S-Expression_decompiled_code_stripped stringclasses 1
value | Root Node stringclasses 555
values | decompiled_code_original_masked stringclasses 1
value | decompiled_code_stripped_masked stringlengths 35 21.4k | __index_level_0__ int64 1 11.3k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
139_install_and_install_strip.c | fdopendir | fdopendir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * fdopendir(int __fd)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_fdopendir_0045a458)();
return pDVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * fdopendir(int __fd)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)();
return pDVar1;
}
| JMP qword ptr [0x00430458] | null | null | null | null | [(u'CAST_-1201714948', u'RETURN_-1201715013'), (u'CALLIND_-1201715016', u'INDIRECT_-1201714954'), ('tmp_32', u'CAST_-1201714949'), (u'CAST_-1201714949', u'CALLIND_-1201715016'), (u'CALLIND_-1201715016', u'CAST_-1201714948'), ('const-0', u'RETURN_-1201715013'), (u'INDIRECT_-1201714954', u'COPY_-1201715013')] | [(u'CAST_-1201714948', u'RETURN_-1201715013'), (u'CALLIND_-1201715016', u'INDIRECT_-1201714954'), ('tmp_32', u'CAST_-1201714949'), (u'CAST_-1201714949', u'CALLIND_-1201715016'), (u'CALLIND_-1201715016', u'CAST_-1201714948'), ('const-0', u'RETURN_-1201715013'), (u'INDIRECT_-1201714954', u'COPY_-1201715013')] | null | null | 004048b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nDIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)();\n return pDVar1;\n}\n\n" comment (function_definition "DIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVa... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "DIR * fdopendir(int __fd)\n\n{\n DIR *pDVar1;\n \n pDVar1 = (DIR *)(*(code *)PTR_fdopendir_00430458)();\n return pDVar1;\n}" (type_identifier "DIR") (pointer_declarator "* fdopendir(int __fd)" (* "*") (fun... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(int __fd)
{
type_1 *pDVar1;
pDVar1 = (type_1 *)(*(type_2 *)PTR_fdopendir_0045a458)();
return pDVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (type_ide... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
DIR * MASKED(int __fd)
{
DIR *pDVar1;
pDVar1 = (DIR *)(*(code *)PTR_MASKED_00430458)();
return pDVar1;
}
| 6,223 | ||
48_users_and_users_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_00411180)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0040a180)();
return;
}
| JMP qword ptr [0x0040a180] | null | null | null | null | [(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')] | [(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')] | null | null | 00402300 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a180)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a180)();\n return;\n}" primitive_type (function_decl... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *))... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040a180)();\n return;\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (pa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
(*(type_1 *)PTR_exit_00411180)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesize... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
(*(code *)PTR_MASKED_0040a180)();
return;
}
| 5,480 | ||
64_realpath_and_realpath_strip.c | set_program_name | FUN_0040abf0 |
/* WARNING: Variable defined which should be unmapped: argv0_local */
void set_program_name(char *argv0)
{
int iVar1;
char *pcVar2;
char *local_30;
char *base;
char *slash;
char *argv0_local;
if (argv0 != (char *)0x0) {
pcVar2 = strrchr(argv0,0x2f);
local_30 = argv0;
if (pcVar2 != (char ... |
bool FUN_0040abf0(int param_1)
{
bool local_9;
local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;
return local_9;
}
| PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x8],EDI
MOV EDI,dword ptr [RBP + -0x8]
ADD EDI,-0x61
SUB EDI,0x19
MOV dword ptr [RBP + -0xc],EDI
JA 0x0040ac17
JMP 0x0040ac0e
MOV byte ptr [RBP + -0x1],0x1
JMP 0x0040ac1b
MOV byte ptr [RBP + -0x1],0x0
MOV AL,byte ptr [RBP + -0x1]
AND AL,0x1
MOVZX EAX,AL
POP RBP
RET | null | null | null | null | [('const-1', u'PTRADD_-1201689010'), (u'CALL_-1201689533', u'INDIRECT_-1201689032'), (u'MULTIEQUAL_-1201688758', u'CAST_-1201688613'), ('const--7', u'PTRADD_-1201689244'), ('tmp_223', u'CBRANCH_-1201689439'), (u'CALL_-1201689146', u'INDIRECT_-1201688798'), ('const-0', u'INT_NOTEQUAL_-1201689569'), (u'MULTIEQUAL_-120168... | [('tmp_270', u'INT_EQUAL_-1201689566'), (u'INT_EQUAL_-1201689566', u'BOOL_OR_-1201689416'), (u'COPY_-1201689446', u'RETURN_-1201689492'), (u'INT_SUB_-1201689573', u'INT_LESS_-1201689567'), ('const-0', u'RETURN_-1201689492'), (u'BOOL_OR_-1201689416', u'COPY_-1201689446'), ('tmp_270', u'INT_SUB_-1201689573'), ('const-122... | null | null | 0040abf0 | .. | .. | (translation_unit "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}\n\n" (function_definition "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}" pri... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT - LIT) < LIT) || (binary_ex... | (function_definition "bool FUN_0040abf0(int param_1)\n\n{\n bool local_9;\n \n local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;\n return local_9;\n}" (primitive_type "bool") (function_declarator "FUN_0040abf0(int param_1)" (identifier "FUN_0040abf0") (parameter_list "(int param_1)" (( "(") (parameter_declaratio... |
/* WARNING: Variable defined which should be unmapped: argv0_local */
void function_1(char *var_1)
{
int var_6;
char *var_3;
char *var_5;
char *base;
char *slash;
char *argv0_local;
if (var_1 != (char *)0x0) {
var_3 = var_2(var_1,0x2f);
var_5 = var_1;
if (var_3 != (char *)0x0) {
va... | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio... |
bool MASKED(int param_1)
{
bool local_9;
local_9 = param_1 - 0x61U < 0x19 || param_1 == 0x7a;
return local_9;
}
| 5,094 | ||
464_putty_and_putty_strip.c | strcat | strcat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcat(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcat_0062cde8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcat(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcat_00536de8)();
return pcVar1;
}
| JMP qword ptr [0x00536de8] | null | null | null | null | [(u'CALLIND_-1201681112', u'CAST_-1201681043'), ('tmp_38', u'CAST_-1201681044'), (u'CALLIND_-1201681112', u'INDIRECT_-1201681049'), (u'INDIRECT_-1201681049', u'COPY_-1201681108'), ('const-0', u'RETURN_-1201681109'), (u'CAST_-1201681044', u'CALLIND_-1201681112'), (u'CAST_-1201681043', u'RETURN_-1201681109')] | [(u'CALLIND_-1201681112', u'CAST_-1201681043'), ('tmp_38', u'CAST_-1201681044'), (u'CALLIND_-1201681112', u'INDIRECT_-1201681049'), (u'INDIRECT_-1201681049', u'COPY_-1201681108'), ('const-0', u'RETURN_-1201681109'), (u'CAST_-1201681044', u'CALLIND_-1201681112'), (u'CAST_-1201681043', u'RETURN_-1201681109')] | null | null | 0040cd20 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strcat(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcat_00536de8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strcat(char *__dest,char *__src)\n\n{\... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "char * strcat(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcat_00536de8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strcat(char *__dest,... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strcat_0062cde8)();
return pcVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00536de8)();
return pcVar1;
}
| 11,202 | ||
50_hostid_and_hostid_strip.c | frame_dummy | _INIT_0 |
/* WARNING: Removing unreachable block (ram,0x0040235f) */
/* WARNING: Removing unreachable block (ram,0x00402369) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x0040235f) */
/* WARNING: Removing unreachable block (ram,0x00402369) */
void _INIT_0(void)
{
return;
}
| JMP 0x00402340 | null | null | null | null | [('const-0', u'RETURN_-1201724432')] | [('const-0', u'RETURN_-1201724432')] | null | null | 004023b0 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x0040235f) */\n/* WARNING: Removing unreachable block (ram,0x00402369) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identif... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (comment "/* WARNING: Removing unreachable block (ram,0x0040235f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00402369) */") (function_definition "void _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") ... |
/* WARNING: Removing unreachable block (ram,0x0040235f) */
/* WARNING: Removing unreachable block (ram,0x00402369) */
void function_1(void)
{
return;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
/* WARNING: Removing unreachable block (ram,0x0040235f) */
/* WARNING: Removing unreachable block (ram,0x00402369) */
void MASKED(void)
{
return;
}
| 6,719 | ||
61_pterm_and_pterm_strip.c | gtk_selection_clear_targets | gtk_selection_clear_targets |
void gtk_selection_clear_targets(void)
{
(*(code *)PTR_gtk_selection_clear_targets_00524208)();
return;
}
|
void gtk_selection_clear_targets(void)
{
(*(code *)PTR_gtk_selection_clear_targets_004aa208)();
return;
}
| JMP qword ptr [0x004aa208] | null | null | null | null | [(u'CAST_-1201691607', u'CALLIND_-1201691672'), (u'CALLIND_-1201691672', u'INDIRECT_-1201691612'), (u'INDIRECT_-1201691612', u'COPY_-1201691671'), ('const-0', u'RETURN_-1201691669'), ('tmp_22', u'CAST_-1201691607')] | [(u'CAST_-1201691607', u'CALLIND_-1201691672'), (u'CALLIND_-1201691672', u'INDIRECT_-1201691612'), (u'INDIRECT_-1201691612', u'COPY_-1201691671'), ('const-0', u'RETURN_-1201691669'), ('tmp_22', u'CAST_-1201691607')] | null | null | 0040a3e0 | .. | .. | (translation_unit "void gtk_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}\n\n" (function_definition "void gtk_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}" primitive_type (function_declarator "gtk_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_selection_clear_targets(void)\n\n{\n (*(code *)PTR_gtk_selection_clear_targets_004aa208)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_selection_clear_targets(void)" (identifier "gtk_selection_clear_targets") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_selection_clear_targets_00524208)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_004aa208)();
return;
}
| 8,761 | ||
37_tsort_and_tsort_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_00414128)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_0040c128)();
return iVar1;
}
| JMP qword ptr [0x0040c128] | null | null | null | null | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | [(u'INDIRECT_-1201724778', u'COPY_-1201724837'), (u'CALLIND_-1201724840', u'INDIRECT_-1201724778'), (u'CAST_-1201724773', u'CALLIND_-1201724840'), ('const-0', u'RETURN_-1201724837'), ('tmp_32', u'CAST_-1201724773'), (u'CALLIND_-1201724840', u'RETURN_-1201724837')] | null | null | 00402250 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040c128)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_0040c128)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fileno_00414128)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitiv... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040c128)();
return iVar1;
}
| 2,574 | ||
419_putty_and_putty_strip.c | gtk_tree_selection_unselect_all | gtk_tree_selection_unselect_all |
void gtk_tree_selection_unselect_all(void)
{
(*(code *)PTR_gtk_tree_selection_unselect_all_0062cc80)();
return;
}
|
void gtk_tree_selection_unselect_all(void)
{
(*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();
return;
}
| JMP qword ptr [0x00536c80] | null | null | null | null | [('tmp_22', u'CAST_-1201681767'), ('const-0', u'RETURN_-1201681829'), (u'CALLIND_-1201681832', u'INDIRECT_-1201681772'), (u'INDIRECT_-1201681772', u'COPY_-1201681831'), (u'CAST_-1201681767', u'CALLIND_-1201681832')] | [('tmp_22', u'CAST_-1201681767'), ('const-0', u'RETURN_-1201681829'), (u'CALLIND_-1201681832', u'INDIRECT_-1201681772'), (u'INDIRECT_-1201681772', u'COPY_-1201681831'), (u'CAST_-1201681767', u'CALLIND_-1201681832')] | null | null | 0040ca50 | .. | .. | (translation_unit "void gtk_tree_selection_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}\n\n" (function_definition "void gtk_tree_selection_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_tree_selection_unselect_all(void)\n\n{\n (*(code *)PTR_gtk_tree_selection_unselect_all_00536c80)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_tree_selection_unselect_all(void)" (identifier "gtk_tree_selection_unselect_all") (parameter_list "(void)" (( "(") (paramet... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_tree_selection_unselect_all_0062cc80)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_00536c80)();
return;
}
| 11,157 | ||
60_stty_and_stty_strip.c | mbsinit | mbsinit |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_0041f1e0)();
return iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_004131e0)();
return iVar1;
}
| JMP qword ptr [0x004131e0] | null | null | null | null | [('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')] | [('const-0', u'RETURN_-1201724469'), (u'CALLIND_-1201724472', u'INDIRECT_-1201724410'), (u'CALLIND_-1201724472', u'RETURN_-1201724469'), (u'INDIRECT_-1201724410', u'COPY_-1201724469'), ('tmp_32', u'CALLIND_-1201724472')] | null | null | 004023c0 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004131e0)();\n return iVar1;\n}\n\n" comment comment (function_d... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (point... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_004131e0)();\n return iVar1;\n}" (primiti... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__ps)
{
int iVar1;
iVar1 = (*_DAT_0041f1e0)();
return iVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_004131e0)();
return iVar1;
}
| 2,465 | ||
43_tr_and_tr_strip.c | fwrite_unlocked | fwrite_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_unlocked_0041b158)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)();
return sVar1;
}
| JMP qword ptr [0x00410158] | null | null | null | null | [('tmp_50', u'CAST_-1201724674'), (u'INDIRECT_-1201724679', u'COPY_-1201724738'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724679'), ('const-0', u'RETURN_-1201724741'), (u'CAST_-1201724674', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')] | [('tmp_50', u'CAST_-1201724674'), (u'INDIRECT_-1201724679', u'COPY_-1201724738'), (u'CALLIND_-1201724744', u'INDIRECT_-1201724679'), ('const-0', u'RETURN_-1201724741'), (u'CAST_-1201724674', u'CALLIND_-1201724744'), (u'CALLIND_-1201724744', u'RETURN_-1201724741')] | null | null | 004022b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwr... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (decl... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "size_t fwrite_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_unlocked_00410158)();\n return sVar1;\n}" (primitive_type "size_t") (funct... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fwrite_unlocked_0041b158)();
return sVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_00410158)();
return sVar1;
}
| 1,886 | ||
24_paste_and_paste_strip.c | memset | memset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_004130c0)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)();
return pvVar1;
}
| JMP qword ptr [0x0040c0c0] | null | null | null | null | [(u'CALLIND_-1201725048', u'INDIRECT_-1201724984'), (u'INDIRECT_-1201724984', u'COPY_-1201725043'), ('const-0', u'RETURN_-1201725045'), (u'CAST_-1201724978', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'CAST_-1201724978'), ('tmp_44', u'CAST_-1201724979'), (u'CAST_-1201724979', u'CALLIND_-1201725048')] | [(u'CALLIND_-1201725048', u'INDIRECT_-1201724984'), (u'INDIRECT_-1201724984', u'COPY_-1201725043'), ('const-0', u'RETURN_-1201725045'), (u'CAST_-1201724978', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'CAST_-1201724978'), ('tmp_44', u'CAST_-1201724979'), (u'CAST_-1201724979', u'CALLIND_-1201725048')] | null | null | 00402180 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * ID... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0040c0c0)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_004130c0)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0040c0c0)();
return pvVar1;
}
| 23 | ||
7_putty_and_putty_strip.c | __errno_location | __errno_location |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_0062bf90)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)();
return piVar1;
}
| JMP qword ptr [0x00535f90] | null | null | null | null | [(u'CAST_-1201688389', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'CAST_-1201688389'), ('tmp_26', u'CAST_-1201688390'), (u'CAST_-1201688390', u'CALLIND_-1201688456'), ('const-0', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'INDIRECT_-1201688395'), (u'INDIRECT_-1201688395', u'COPY_-1201688454')] | [(u'CAST_-1201688389', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'CAST_-1201688389'), ('tmp_26', u'CAST_-1201688390'), (u'CAST_-1201688390', u'CALLIND_-1201688456'), ('const-0', u'RETURN_-1201688453'), (u'CALLIND_-1201688456', u'INDIRECT_-1201688395'), (u'INDIRECT_-1201688395', u'COPY_-1201688454')] | null | null | 0040b070 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00535f90)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * function_1(void)
{
int *piVar1;
piVar1 = (int *)(*(type_1 *)PTR___errno_location_0062bf90)();
return piVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (point... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * MASKED(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR_MASKED_00535f90)();
return piVar1;
}
| 10,745 | ||
34_puttygen_and_puttygen_strip.c | memset | memset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_004abe48)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)();
return pvVar1;
}
| JMP qword ptr [0x0045ce48] | null | null | null | null | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | [('const-0', u'RETURN_-1201724885'), (u'CALLIND_-1201724888', u'CAST_-1201724818'), ('tmp_44', u'CAST_-1201724819'), (u'CAST_-1201724818', u'RETURN_-1201724885'), (u'CAST_-1201724819', u'CALLIND_-1201724888'), (u'INDIRECT_-1201724824', u'COPY_-1201724883'), (u'CALLIND_-1201724888', u'INDIRECT_-1201724824')] | null | null | 00402220 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * ID... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0045ce48)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_004abe48)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ty... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0045ce48)();
return pvVar1;
}
| 8,466 | ||
8_unexpand_and_unexpand_strip.c | __fpending | __fpending |
void __fpending(void)
{
(*(code *)PTR___fpending_00414040)();
return;
}
|
void __fpending(void)
{
(*(code *)PTR___fpending_0040c040)();
return;
}
| JMP qword ptr [0x0040c040] | null | null | null | null | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | [('const-0', u'RETURN_-1201725301'), ('tmp_22', u'CAST_-1201725239'), (u'INDIRECT_-1201725244', u'COPY_-1201725303'), (u'CAST_-1201725239', u'CALLIND_-1201725304'), (u'CALLIND_-1201725304', u'INDIRECT_-1201725244')] | null | null | 00402080 | .. | .. | (translation_unit "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}\n\n" (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" primitive_type (function_declarator "__fpending(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __fpending(void)\n\n{\n (*(code *)PTR___fpending_0040c040)();\n return;\n}" (primitive_type "void") (function_declarator "__fpending(void)" (identifier "__fpending") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR___fpending_00414040)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040c040)();
return;
}
| 1,309 | ||
73_curl_and_curl_strip.c | curl_strnequal | curl_strnequal |
void curl_strnequal(void)
{
(*(code *)PTR_curl_strnequal_00460e58)();
return;
}
|
void curl_strnequal(void)
{
(*(code *)PTR_curl_strnequal_0043ee58)();
return;
}
| JMP qword ptr [0x0043ee58] | null | null | null | null | [('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720108'), (u'CAST_-1201720103', u'CALLIND_-1201720168'), (u'INDIRECT_-1201720108', u'COPY_-1201720167'), ('tmp_22', u'CAST_-1201720103')] | [('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720108'), (u'CAST_-1201720103', u'CALLIND_-1201720168'), (u'INDIRECT_-1201720108', u'COPY_-1201720167'), ('tmp_22', u'CAST_-1201720103')] | null | null | 00403490 | .. | .. | (translation_unit "void curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}\n\n" (function_definition "void curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}" primitive_type (function_declarator "curl_strnequal(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void curl_strnequal(void)\n\n{\n (*(code *)PTR_curl_strnequal_0043ee58)();\n return;\n}" (primitive_type "void") (function_declarator "curl_strnequal(void)" (identifier "curl_strnequal") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR_curl_strnequal_00460e58)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0043ee58)();
return;
}
| 8,071 | ||
15_pathchk_and_pathchk_strip.c | __lxstat | __lxstat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___lxstat_00411078)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___lxstat_0040b078)();
return iVar1;
}
| JMP qword ptr [0x0040b078] | null | null | null | null | [(u'INDIRECT_-1201725128', u'COPY_-1201725187'), ('tmp_44', u'CAST_-1201725123'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725128'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'CAST_-1201725123', u'CALLIND_-1201725192'), ('const-0', u'RETURN_-1201725189')] | [(u'INDIRECT_-1201725128', u'COPY_-1201725187'), ('tmp_44', u'CAST_-1201725123'), (u'CALLIND_-1201725192', u'INDIRECT_-1201725128'), (u'CALLIND_-1201725192', u'RETURN_-1201725189'), (u'CAST_-1201725123', u'CALLIND_-1201725192'), ('const-0', u'RETURN_-1201725189')] | null | null | 004020f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0040b078)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filenam... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0040b078)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat(int __... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__filename,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___lxstat_00411078)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0040b078)();
return iVar1;
}
| 789 | ||
59_ln_and_ln_strip.c | malloc | malloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_004281d8)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * malloc(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_malloc_004171d8)();
return pvVar1;
}
| JMP qword ptr [0x004171d8] | null | null | null | null | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), (u'CAST_-1201724420', u'RETURN_-1201724485'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'CAST_-1201724420'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')] | [(u'CALLIND_-1201724488', u'INDIRECT_-1201724426'), (u'CAST_-1201724420', u'RETURN_-1201724485'), ('tmp_32', u'CAST_-1201724421'), (u'CALLIND_-1201724488', u'CAST_-1201724420'), ('const-0', u'RETURN_-1201724485'), (u'INDIRECT_-1201724426', u'COPY_-1201724485'), (u'CAST_-1201724421', u'CALLIND_-1201724488')] | null | null | 004023b0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_004171d8)();\n return pvVar1;\n}\n\n" comment (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor ... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * malloc(size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_malloc_004171d8)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* malloc(size_t __size)" (* "*") ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_malloc_004281d8)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_004171d8)();
return pvVar1;
}
| 6,489 | ||
133_plink_and_plink_strip.c | __ctype_b_loc | __ctype_b_loc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_0054ffb8)();
return ppuVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_004b3fb8)();
return ppuVar1;
}
| JMP qword ptr [0x004b3fb8] | null | null | null | null | [(u'CAST_-1201719125', u'RETURN_-1201719189'), (u'CALLIND_-1201719192', u'INDIRECT_-1201719131'), ('tmp_26', u'CAST_-1201719126'), (u'CALLIND_-1201719192', u'CAST_-1201719125'), (u'INDIRECT_-1201719131', u'COPY_-1201719190'), (u'CAST_-1201719126', u'CALLIND_-1201719192'), ('const-0', u'RETURN_-1201719189')] | [(u'CAST_-1201719125', u'RETURN_-1201719189'), (u'CALLIND_-1201719192', u'INDIRECT_-1201719131'), ('tmp_26', u'CAST_-1201719126'), (u'CALLIND_-1201719192', u'CAST_-1201719125'), (u'INDIRECT_-1201719131', u'COPY_-1201719190'), (u'CAST_-1201719126', u'CALLIND_-1201719192'), ('const-0', u'RETURN_-1201719189')] | null | null | 00403860 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_004b3fb8)();\n return ppuVar1;\n}\n\n" comment (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n u... | (translation_unit comment (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_expression IDEN... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*(code *)PTR___ctype_b_loc_004b3fb8)();\n return ppuVar1;\n}" (type_identifier "ushort") (pointer_declarator "** __ctype_b_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 ** function_1(void)
{
type_1 **ppuVar1;
ppuVar1 = (type_1 **)(*(type_2 *)PTR___ctype_b_loc_0054ffb8)();
return ppuVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (declaration type: (... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** MASKED(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*(code *)PTR_MASKED_004b3fb8)();
return ppuVar1;
}
| 9,891 | ||
73_du_and_du_strip.c | mktime | mktime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t mktime(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_mktime_00441248)();
return tVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t mktime(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_mktime_00423248)();
return tVar1;
}
| JMP qword ptr [0x00423248] | null | null | null | null | [('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720106'), (u'CAST_-1201720101', u'CALLIND_-1201720168'), ('tmp_32', u'CAST_-1201720101'), (u'INDIRECT_-1201720106', u'COPY_-1201720165')] | [('const-0', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'RETURN_-1201720165'), (u'CALLIND_-1201720168', u'INDIRECT_-1201720106'), (u'CAST_-1201720101', u'CALLIND_-1201720168'), ('tmp_32', u'CAST_-1201720101'), (u'INDIRECT_-1201720106', u'COPY_-1201720165')] | null | null | 00403490 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ntime_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_00423248)();\n return tVar1;\n}\n\n" comment (function_definition "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expre... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "time_t mktime(tm *__tp)\n\n{\n time_t tVar1;\n \n tVar1 = (*(code *)PTR_mktime_00423248)();\n return tVar1;\n}" (type_identifier "time_t") (function_declarator "mktime(tm *__tp)" (identifier "mktime") (par... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(type_2 *__tp)
{
type_1 tVar1;
tVar1 = (*(type_3 *)PTR_mktime_00441248)();
return tVar1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
time_t MASKED(tm *__tp)
{
time_t tVar1;
tVar1 = (*(code *)PTR_MASKED_00423248)();
return tVar1;
}
| 3,941 | ||
520_pterm_and_pterm_strip.c | fontinfo_realname_find | gtk_tree_view_set_reorderable |
/* WARNING: Unknown calling convention */
wchar_t fontinfo_realname_find(void **av,void **bv)
{
wchar_t wVar1;
undefined8 *in_RSI;
undefined8 *in_RDI;
wchar_t local_a8 [4];
long local_98 [2];
long local_88 [6];
wchar_t local_58 [8];
wchar_t *local_38;
wchar_t *local_30;
long *local_28;
long *lo... |
/* WARNING: Control flow encountered bad instruction data */
void gtk_tree_view_set_reorderable(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [(u'INT_AND_-1202332622', u'INT_EQUAL_-1202332590'), (u'COPY_-1202332312', u'RETURN_-1202332431'), (u'CALL_-1202332754', u'INDIRECT_-1202332252'), (u'CALL_-1202332754', u'INT_EQUAL_-1202332728'), ('tmp_1250', u'PTRSUB_-1202332285'), ('const-433', u'LOAD_-1202332476'), (u'LOAD_-1202332521', u'STORE_-1202332507'), (u'INT... | [('const-1', u'RETURN_-1202333014')] | null | null | 004adaa0 | .. | .. | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid gtk_tree_view_set_reorderable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void gtk_tree_view_set_reorderable(void)\n\n{\n ... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { comment (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (comment "/* WARNING: Control flow encountered bad instruction data */") (function_definition "void gtk_tree_view_set_reorderable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "gtk_tree_view_set_reorderab... |
/* WARNING: Unknown calling convention */
type_1 function_1(void **av,void **bv)
{
type_1 var_2;
type_2 *in_RSI;
type_2 *in_RDI;
type_1 local_a8 [4];
long local_98 [2];
long local_88 [6];
type_1 local_58 [8];
type_1 *local_38;
type_1 *local_30;
long *local_28;
long *local_20;
local_30 = lo... | (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (comment) (expression_statement (call_expression function: (identifier) arguments: (arg... |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 9,220 | ||
15_ls_and_ls_strip.c | sigaction | sigaction |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigaction(int __sig,sigaction *__act,sigaction *__oact)
{
int iVar1;
iVar1 = (*(code *)PTR_sigaction_0044f078)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigaction(int __sig,sigaction *__act,sigaction *__oact)
{
int iVar1;
iVar1 = (*(code *)PTR_sigaction_0042b078)();
return iVar1;
}
| JMP qword ptr [0x0042b078] | null | null | null | null | [(u'CALLIND_-1201721096', u'INDIRECT_-1201721032'), (u'CAST_-1201721027', u'CALLIND_-1201721096'), ('tmp_44', u'CAST_-1201721027'), ('const-0', u'RETURN_-1201721093'), (u'CALLIND_-1201721096', u'RETURN_-1201721093'), (u'INDIRECT_-1201721032', u'COPY_-1201721091')] | [(u'CALLIND_-1201721096', u'INDIRECT_-1201721032'), (u'CAST_-1201721027', u'CALLIND_-1201721096'), ('tmp_44', u'CAST_-1201721027'), ('const-0', u'RETURN_-1201721093'), (u'CALLIND_-1201721096', u'RETURN_-1201721093'), (u'INDIRECT_-1201721032', u'COPY_-1201721091')] | null | null | 004030f0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_0042b078)();\n return iVar1;\n}\n\n" comment (function_definition "int sigaction(int __sig,sigaction *... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_sta... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_0042b078)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigaction(in... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __sig,function_1 *__act,function_1 *__oact)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_sigaction_0044f078)();
return iVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator:... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __sig,MASKED *__act,MASKED *__oact)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0042b078)();
return iVar1;
}
| 7,666 | ||
10_vdir_and_vdir_strip.c | _exit | _exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _exit(int __status)
{
(*(code *)PTR__exit_0044f050)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _exit(int __status)
{
(*(code *)PTR__exit_0042b050)();
return;
}
| JMP qword ptr [0x0042b050] | null | null | null | null | [(u'CAST_-1201721110', u'CALLIND_-1201721176'), ('const-0', u'RETURN_-1201721173'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721115'), (u'INDIRECT_-1201721115', u'COPY_-1201721174'), ('tmp_28', u'CAST_-1201721110')] | [(u'CAST_-1201721110', u'CALLIND_-1201721176'), ('const-0', u'RETURN_-1201721173'), (u'CALLIND_-1201721176', u'INDIRECT_-1201721115'), (u'INDIRECT_-1201721115', u'COPY_-1201721174'), ('tmp_28', u'CAST_-1201721110')] | null | null | 004030a0 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042b050)();\n return;\n}\n\n" comment (function_definition "void _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042b050)();\n return;\n}" primitive_type (function_... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *))... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void _exit(int __status)\n\n{\n (*(code *)PTR__exit_0042b050)();\n return;\n}" (primitive_type "void") (function_declarator "_exit(int __status)" (identifier "_exit") (parameter_list "(int __status)" (( "(")... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
(*(type_1 *)PTR__exit_0044f050)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesize... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
(*(code *)PTR_MASKED_0042b050)();
return;
}
| 7,335 | ||
39_putty_and_putty_strip.c | gtk_widget_is_drawable | gtk_widget_is_drawable |
void gtk_widget_is_drawable(void)
{
(*(code *)PTR_gtk_widget_is_drawable_0062c090)();
return;
}
|
void gtk_widget_is_drawable(void)
{
(*(code *)PTR_gtk_widget_is_drawable_00536090)();
return;
}
| JMP qword ptr [0x00536090] | null | null | null | null | [('const-0', u'RETURN_-1201687941'), (u'INDIRECT_-1201687884', u'COPY_-1201687943'), (u'CALLIND_-1201687944', u'INDIRECT_-1201687884'), ('tmp_22', u'CAST_-1201687879'), (u'CAST_-1201687879', u'CALLIND_-1201687944')] | [('const-0', u'RETURN_-1201687941'), (u'INDIRECT_-1201687884', u'COPY_-1201687943'), (u'CALLIND_-1201687944', u'INDIRECT_-1201687884'), ('tmp_22', u'CAST_-1201687879'), (u'CAST_-1201687879', u'CALLIND_-1201687944')] | null | null | 0040b270 | .. | .. | (translation_unit "void gtk_widget_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}\n\n" (function_definition "void gtk_widget_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}" primitive_type (function_declarator "gtk_widget_is_drawable(v... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void gtk_widget_is_drawable(void)\n\n{\n (*(code *)PTR_gtk_widget_is_drawable_00536090)();\n return;\n}" (primitive_type "void") (function_declarator "gtk_widget_is_drawable(void)" (identifier "gtk_widget_is_drawable") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ... |
void function_1(void)
{
(*(type_1 *)PTR_gtk_widget_is_drawable_0062c090)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_00536090)();
return;
}
| 10,777 | ||
48_tsort_and_tsort_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_00414180)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0040c180)();
return;
}
| JMP qword ptr [0x0040c180] | null | null | null | null | [(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')] | [(u'CAST_-1201724598', u'CALLIND_-1201724664'), (u'CALLIND_-1201724664', u'INDIRECT_-1201724603'), (u'INDIRECT_-1201724603', u'COPY_-1201724662'), ('tmp_28', u'CAST_-1201724598'), ('const-0', u'RETURN_-1201724661')] | null | null | 00402300 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0040c180)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040c180)();\n return;\n}" primitive_type (function_decl... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *))... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0040c180)();\n return;\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (pa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
(*(type_1 *)PTR_exit_00414180)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesize... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
(*(code *)PTR_MASKED_0040c180)();
return;
}
| 2,585 | ||
52_head_and_head_strip.c | mbsinit | mbsinit |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_004181a0)();
return iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mbsinit(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_0040e1a0)();
return iVar1;
}
| JMP qword ptr [0x0040e1a0] | null | null | null | null | [(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CALLIND_-1201724600')] | [(u'CALLIND_-1201724600', u'RETURN_-1201724597'), (u'INDIRECT_-1201724538', u'COPY_-1201724597'), ('const-0', u'RETURN_-1201724597'), (u'CALLIND_-1201724600', u'INDIRECT_-1201724538'), ('tmp_32', u'CALLIND_-1201724600')] | null | null | 00402340 | .. | .. | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040e1a0)();\n return iVar1;\n}\n\n" comment comment (function_d... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (point... | (comment "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */") (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0040e1a0)();\n return iVar1;\n}" (primiti... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__ps)
{
int iVar1;
iVar1 = (*_DAT_004181a0)();
return iVar1;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(mbstate_t *__ps)
{
int iVar1;
iVar1 = (*_DAT_0040e1a0)();
return iVar1;
}
| 1,957 | ||
55_putty_and_putty_strip.c | fork | fork |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t fork(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_fork_0062c118)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t fork(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_fork_00536118)();
return _Var1;
}
| JMP qword ptr [0x00536118] | null | null | null | null | [(u'CALLIND_-1201687672', u'INDIRECT_-1201687611'), ('const-0', u'RETURN_-1201687669'), (u'CAST_-1201687606', u'CALLIND_-1201687672'), ('tmp_26', u'CAST_-1201687606'), (u'INDIRECT_-1201687611', u'COPY_-1201687670'), (u'CALLIND_-1201687672', u'RETURN_-1201687669')] | [(u'CALLIND_-1201687672', u'INDIRECT_-1201687611'), ('const-0', u'RETURN_-1201687669'), (u'CAST_-1201687606', u'CALLIND_-1201687672'), ('tmp_26', u'CAST_-1201687606'), (u'INDIRECT_-1201687611', u'COPY_-1201687670'), (u'CALLIND_-1201687672', u'RETURN_-1201687669')] | null | null | 0040b380 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_00536118)();\n return _Var1;\n}\n\n" comment (function_definition "__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_0... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (t... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "__pid_t fork(void)\n\n{\n __pid_t _Var1;\n \n _Var1 = (*(code *)PTR_fork_00536118)();\n return _Var1;\n}" (type_identifier "__pid_t") (function_declarator "fork(void)" (identifier "fork") (parameter_list "... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(void)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_fork_0062c118)();
return _Var1;
}
| (translation_unit (comment) (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t MASKED(void)
{
__pid_t _Var1;
_Var1 = (*(code *)PTR_MASKED_00536118)();
return _Var1;
}
| 10,793 | ||
66_mv_and_mv_strip.c | rewinddir | rewinddir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewinddir(DIR *__dirp)
{
(*(code *)PTR_rewinddir_00454210)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewinddir(DIR *__dirp)
{
(*(code *)PTR_rewinddir_0042c210)();
return;
}
| JMP qword ptr [0x0042c210] | null | null | null | null | [(u'CALLIND_-1201720280', u'INDIRECT_-1201720219'), ('tmp_28', u'CAST_-1201720214'), (u'CAST_-1201720214', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'INDIRECT_-1201720219', u'COPY_-1201720278')] | [(u'CALLIND_-1201720280', u'INDIRECT_-1201720219'), ('tmp_28', u'CAST_-1201720214'), (u'CAST_-1201720214', u'CALLIND_-1201720280'), ('const-0', u'RETURN_-1201720277'), (u'INDIRECT_-1201720219', u'COPY_-1201720278')] | null | null | 00403420 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}\n\n" comment (function_definition "void rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}" primitive_t... | (translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void rewinddir(DIR *__dirp)\n\n{\n (*(code *)PTR_rewinddir_0042c210)();\n return;\n}" (primitive_type "void") (function_declarator "rewinddir(DIR *__dirp)" (identifier "rewinddir") (parameter_list "(DIR *__d... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(type_1 *__dirp)
{
(*(type_2 *)PTR_rewinddir_00454210)();
return;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(DIR *__dirp)
{
(*(code *)PTR_MASKED_0042c210)();
return;
}
| 4,053 | ||
40_csplit_and_csplit_strip.c | calloc | calloc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_0041b140)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * calloc(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();
return pvVar1;
}
| JMP qword ptr [0x00410140] | null | null | null | null | [(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')] | [(u'CAST_-1201724724', u'CALLIND_-1201724792'), ('const-0', u'RETURN_-1201724789'), (u'CALLIND_-1201724792', u'INDIRECT_-1201724729'), ('tmp_38', u'CAST_-1201724724'), (u'INDIRECT_-1201724729', u'COPY_-1201724788'), (u'CALLIND_-1201724792', u'CAST_-1201724723'), (u'CAST_-1201724723', u'RETURN_-1201724789')] | null | null | 00402280 | .. | .. | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * calloc(size_t __nmemb,size_t __siz... | (translation_unit comment (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT =... | (comment "/* WARNING: Unknown calling convention -- yet parameter storage is locked */") (function_definition "void * calloc(size_t __nmemb,size_t __size)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_calloc_00410140)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* calloc(size_t __... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_calloc_0041b140)();
return pvVar1;
}
| (translation_unit (comment) (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(size_t __nmemb,size_t __size)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_00410140)();
return pvVar1;
}
| 6,044 | ||
178_pageant_and_pageant_strip.c | register_tm_clones | FUN_00404b70 |
/* WARNING: Removing unreachable block (ram,0x00404b8f) */
/* WARNING: Removing unreachable block (ram,0x00404b99) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x00404b8f) */
/* WARNING: Removing unreachable block (ram,0x00404b99) */
void FUN_00404b70(void)
{
return;
}
| MOV ESI,0x46f678
SUB RSI,0x46f678
SAR RSI,0x3
MOV RAX,RSI
SHR RAX,0x3f
ADD RSI,RAX
SAR RSI,0x1
JZ 0x00404ba0
MOV EAX,0x0
TEST RAX,RAX
JZ 0x00404ba0
MOV EDI,0x46f678
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1201714145')] | [('const-0', u'RETURN_-1201714145')] | null | null | 00404b70 | .. | .. | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00404b8f) */\n/* WARNING: Removing unreachable block (ram,0x00404b99) */\n\nvoid FUN_00404b70(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void FUN_00404b70(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00404b70... | (translation_unit comment comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (comment "/* WARNING: Removing unreachable block (ram,0x00404b8f) */") (comment "/* WARNING: Removing unreachable block (ram,0x00404b99) */") (function_definition "void FUN_00404b70(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00404b70(void)" (identifier "FUN_00404b70") (parameter_list "(... |
/* WARNING: Removing unreachable block (ram,0x00404b8f) */
/* WARNING: Removing unreachable block (ram,0x00404b99) */
void function_1(void)
{
return;
}
| (translation_unit (comment) (comment) (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) |
/* WARNING: Removing unreachable block (ram,0x00404b8f) */
/* WARNING: Removing unreachable block (ram,0x00404b99) */
void MASKED(void)
{
return;
}
| 8,418 | ||
24_mktemp_and_mktemp_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_004180c0)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_0040e0c0)();
return;
}
| JMP qword ptr [0x0040e0c0] | null | null | null | null | [(u'CAST_-1201724983', u'CALLIND_-1201725048'), (u'INDIRECT_-1201724988', u'COPY_-1201725047'), ('const-0', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724988'), ('tmp_22', u'CAST_-1201724983')] | [(u'CAST_-1201724983', u'CALLIND_-1201725048'), (u'INDIRECT_-1201724988', u'COPY_-1201725047'), ('const-0', u'RETURN_-1201725045'), (u'CALLIND_-1201725048', u'INDIRECT_-1201724988'), ('tmp_22', u'CAST_-1201724983')] | null | null | 00402180 | .. | .. | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e0c0)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e0c0)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_0040e0c0)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_004180c0)();
return;
}
| (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... |
void MASKED(void)
{
(*(code *)PTR_MASKED_0040e0c0)();
return;
}
| 5,515 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4