file_name stringlengths 17 78 | original_function_name stringlengths 1 588 ⌀ | stripped_function_name stringlengths 2 57 | decompiled_code_original stringlengths 34 161k ⌀ | decompiled_code_stripped stringlengths 34 227k ⌀ | assembly_code stringlengths 5 527k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 14.6M | pcode_edges_stripped stringlengths 11 37.7M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1 value | opt_level stringclasses 1 value | S-Expression_of_decompiled_code_stripped stringlengths 339 5.54M ⌀ | S-Expression_decompiled_code_original stringlengths 339 2.96M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 0 5.54M | S-Expression_decompiled_code_original_clean stringlengths 0 757k | S-Expression_decompiled_code_original_root stringlengths 0 5.71M | Replace_function_name_and_variable_name stringlengths 0 163k | S-Expression_decompiled_code_stripped stringclasses 1 value | Root Node stringlengths 0 1.15M | decompiled_code_original_masked stringclasses 1 value | decompiled_code_stripped_masked stringlengths 35 227k ⌀ | __index_level_0__ int64 0 86.2k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
238_wget_and_wget_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_00093f14)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();
return piVar1;
}
| adr r12,0x15e5c
add r12,r12,#0x7e000
ldr pc,[r12,#0xb8]! | null | null | null | null | [(u'CAST_-1205969214', u'CALLIND_-1205969289'), ('const-0', u'RETURN_-1205969286'), (u'CAST_-1205969213', u'RETURN_-1205969286'), (u'INDIRECT_-1205969219', u'COPY_-1205969278'), (u'CALLIND_-1205969289', u'CAST_-1205969213'), ('tmp_119', u'CAST_-1205969214'), (u'CALLIND_-1205969289', u'INDIRECT_-1205969219')] | [(u'CAST_-1205969214', u'CALLIND_-1205969289'), ('const-0', u'RETURN_-1205969286'), (u'CAST_-1205969213', u'RETURN_-1205969286'), (u'INDIRECT_-1205969219', u'COPY_-1205969278'), (u'CALLIND_-1205969289', u'CAST_-1205969213'), ('tmp_119', u'CAST_-1205969214'), (u'CALLIND_-1205969289', u'INDIRECT_-1205969219')] | null | null | 00015e54 | arm | O2 | (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_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (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_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (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_00093f14)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" ( (pointer_expression "*(code *)PTR___errno_location_00093f14" * (cast_expression "(code *)PTR___errno_location_00093f14" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (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 (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) }))) | (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_00093f14)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();\n return piVar1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_00093f14)()" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(code *)PTR___errno_location_00093f14)()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR___errno_location_00093f14)()" (parenthesized_expression "(*(code *)PTR___errno_location_00093f14)" (( "(") (pointer_expression "*(code *)PTR___errno_location_00093f14" (* "*") (cast_expression "(code *)PTR___errno_location_00093f14" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___errno_location_00093f14"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return piVar1;" (return "return") (identifier "piVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * function_1(void)
{
int *piVar1;
piVar1 = (int *)(*(type_1 *)PTR___errno_location_00093f14)();
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: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier))))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * MASKED(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR_MASKED_00093f14)();
return piVar1;
}
| 50,981 | ||
1357_puttytel_and_puttytel_strip.c | g_malloc | g_malloc |
/* WARNING: Control flow encountered bad instruction data */
void g_malloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void g_malloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206476058')] | [('const-1', u'RETURN_-1206476058')] | null | null | 0009a2dc | arm | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "g_malloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (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 g_malloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" (primitive_type "void") (function_declarator "g_malloc(void)" (identifier "g_malloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" ({ "{") (comment "/* WARNING: Bad instruction - Truncating control flow here */") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| (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: (argument_list)))))) |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| 61,175 | ||
261_sqlite3_and_sqlite3_strip.c | shell_exec | FUN_0002b5fc | "\n/* WARNING: Removing unreachable block (ram,0x0002bda8) */\n/* WARNING: Globals starting with '_'(...TRUNCATED) | "\nvoid FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n (...TRUNCATED) | "ldr r3,[0x2be4c]\nldr r12,[0x2be50]\nadd r3,pc,r3\nstmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr}\ncpy r5(...TRUNCATED) | null | null | null | null | "[(u'MULTIEQUAL_-1206010096', u'MULTIEQUAL_-1206010093'), (u'INDIRECT_-1206009340', u'MULTIEQUAL_-12(...TRUNCATED) | "[(u'PTRADD_-1206010401', u'MULTIEQUAL_-1206008880'), (u'CAST_-1206001080', u'CALL_-1206008525'), (u(...TRUNCATED) | null | null | 0002b5fc | arm | O2 | "(translation_unit \"void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\\n\\n{(...TRUNCATED) | "(translation_unit \"/* WARNING: Removing unreachable block (ram,0x0002bda8) */\\n/* WARNING: Global(...TRUNCATED) | "(translation_unit \"void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\\n\\n{(...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void FUN_0002b5fc(undefined4 *param_1,byte *param_2,undefined4 *param_3)\\n\(...TRUNCATED) | "\n/* WARNING: Removing unreachable block (ram,0x0002bda8) */\n/* WARNING: Globals starting with '_'(...TRUNCATED) | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) | "\nvoid MASKED(undefined4 *param_1,byte *param_2,undefined4 *param_3)\n\n{\n ushort uVar1;\n bool (...TRUNCATED) | 74,660 | ||
441_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c | EvaluateImages | EvaluateImages |
void EvaluateImages(void)
{
(*(code *)PTR_EvaluateImages_0012c7b4)();
return;
}
|
void EvaluateImages(void)
{
(*(code *)PTR_EvaluateImages_0012c7b4)();
return;
}
| adr r12,0x11dc44
add r12,r12,#0xe000
ldr pc,[r12,#0xb70]! | null | null | null | null | "[(u'CAST_-1205936983', u'CALLIND_-1205937057'), ('const-0', u'RETURN_-1205937054'), ('tmp_113', u'C(...TRUNCATED) | "[(u'CAST_-1205936983', u'CALLIND_-1205937057'), ('const-0', u'RETURN_-1205937054'), ('tmp_113', u'C(...TRUNCATED) | null | null | 0001dc3c | arm | O2 | "(translation_unit \"void EvaluateImages(void)\\n\\n{\\n (*(code *)PTR_EvaluateImages_0012c7b4)();\(...TRUNCATED) | "(translation_unit \"void EvaluateImages(void)\\n\\n{\\n (*(code *)PTR_EvaluateImages_0012c7b4)();\(...TRUNCATED) | "(translation_unit \"void EvaluateImages(void)\\n\\n{\\n (*(code *)PTR_EvaluateImages_0012c7b4)();\(...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void EvaluateImages(void)\\n\\n{\\n (*(code *)PTR_EvaluateImages_0012c7b4)((...TRUNCATED) |
void function_1(void)
{
(*(type_1 *)PTR_EvaluateImages_0012c7b4)();
return;
}
| "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) |
void MASKED(void)
{
(*(code *)PTR_MASKED_0012c7b4)();
return;
}
| 53,650 | ||
1441_arm-linux-gnueabi-dwp_and_arm-linux-gnueabi-dwp_strip.c | set_entsize | FUN_000e3474 | "\n/* WARNING: Struct \"Output_section_data\": ignoring overlapping field \"output_section_\" */\n/*(...TRUNCATED) | "\nvoid FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(pa(...TRUNCATED) | "stmdb sp!,{r4,r5}\nldrd r4,r5,[r0,#0x30]\norrs r1,r4,r5\nbne 0x000e3490\nstrd r2,r3,[r0,#0x30]\nldm(...TRUNCATED) | null | null | null | null | "[('tmp_318', u'PTRSUB_-1206831742'), ('const-48', u'PTRSUB_-1206831783'), (u'CAST_-1206831719', u'I(...TRUNCATED) | "[('tmp_394', u'INT_ADD_-1206831983'), ('tmp_397', u'INT_NOTEQUAL_-1206831929'), ('tmp_398', u'STORE(...TRUNCATED) | null | null | 000e3474 | arm | O2 | "(translation_unit \"void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\\n\\n(...TRUNCATED) | "(translation_unit \"/* WARNING: Struct \"Output_section_data\": ignoring overlapping field \"output(...TRUNCATED) | "(translation_unit \"void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\\n\\n(...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void FUN_000e3474(int param_1,undefined4 param_2,int param_3,int param_4)\\n(...TRUNCATED) | "\n/* WARNING: Struct \"Output_section_data\": ignoring overlapping field \"output_section_\" */\n/*(...TRUNCATED) | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) | "\nvoid MASKED(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n if (*(int *)(param_1 (...TRUNCATED) | 82,153 | ||
49_[_and_[_strip.c | __lxstat64 | __lxstat64 | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat64(in(...TRUNCATED) | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat64(in(...TRUNCATED) | adr r12,0x10f00
add r12,r12,#0x17000
ldr pc,[r12,#0x1d8]! | null | null | null | null | "[(u'CAST_-1205989528', u'CALLIND_-1205989605'), (u'CALLIND_-1205989605', u'RETURN_-1205989602'), (u(...TRUNCATED) | "[(u'CAST_-1205989528', u'CALLIND_-1205989605'), (u'CALLIND_-1205989605', u'RETURN_-1205989602'), (u(...TRUNCATED) | null | null | 00010ef8 | arm | O2 | "(translation_unit \"/* WARNING: Unknown calling convention -- yet parameter storage is locked */\\n(...TRUNCATED) | "(translation_unit \"/* WARNING: Unknown calling convention -- yet parameter storage is locked */\\n(...TRUNCATED) | "(translation_unit \"/* WARNING: Unknown calling convention -- yet parameter storage is locked */\\n(...TRUNCATED) | "(translation_unit comment (function_definition TYPE (function_declarator IDENT (parameter_list ( (p(...TRUNCATED) | "(comment \"/* WARNING: Unknown calling convention -- yet parameter storage is locked */\") (functio(...TRUNCATED) | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint function_1(in(...TRUNCATED) | "(translation_unit (comment) (function_definition type: (primitive_type) declarator: (function_decla(...TRUNCATED) | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint MASKED(int __(...TRUNCATED) | 9,134 | ||
409_arm-linux-gnueabi-objdump_and_arm-linux-gnueabi-objdump_strip.c | get_archive_member_name_at | FUN_000489f8 | "\nchar * get_archive_member_name_at(archive_info *arch,ulong offset,archive_info *nested_arch)\n\n{(...TRUNCATED) | "\nchar * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1(...TRUNCATED) | "stmdb sp!,{r4,r5,r6,lr}\ncpy r4,r0\ncpy r6,r2\nldr r0,[r0,#0x4]\nmov r2,#0x0\nbl 0x00013660\nsubs r(...TRUNCATED) | null | null | null | null | "[('tmp_687', u'PTRSUB_-1206154131'), (u'CALL_-1206154706', u'INDIRECT_-1206154268'), ('const-417', (...TRUNCATED) | "[('const-0', u'RETURN_-1206153311'), ('const-417', u'LOAD_-1206153896'), ('const-1', u'PTRADD_-1206(...TRUNCATED) | null | null | 000489f8 | arm | O2 | "(translation_unit \"char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\\n\\n{(...TRUNCATED) | "(translation_unit \"char * get_archive_member_name_at(archive_info *arch,ulong offset,archive_info (...TRUNCATED) | "(translation_unit \"char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\\n\\n{(...TRUNCATED) | "(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (param(...TRUNCATED) | "(function_definition \"char * FUN_000489f8(undefined4 *param_1,long param_2,undefined4 param_3)\\n\(...TRUNCATED) | "\nchar * function_1(type_1 *arch,type_2 offset,type_1 *nested_arch)\n\n{\n int var_2;\n size_t va(...TRUNCATED) | "(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator decla(...TRUNCATED) | "\nchar * MASKED(undefined4 *param_1,long param_2,undefined4 param_3)\n\n{\n undefined1 uVar1;\n i(...TRUNCATED) | 41,320 | ||
28_seq_and_seq_strip.c | error | error |
void error(void)
{
(*(code *)PTR_error_00029078)();
return;
}
|
void error(void)
{
(*(code *)PTR_error_00029078)();
return;
}
| adr r12,0x10f50
add r12,r12,#0x18000
ldr pc,[r12,#0x128]! | null | null | null | null | "[('const-0', u'RETURN_-1205989522'), (u'CALLIND_-1205989525', u'INDIRECT_-1205989456'), ('tmp_113',(...TRUNCATED) | "[('const-0', u'RETURN_-1205989522'), (u'CALLIND_-1205989525', u'INDIRECT_-1205989456'), ('tmp_113',(...TRUNCATED) | null | null | 00010f48 | arm | O2 | "(translation_unit \"void error(void)\\n\\n{\\n (*(code *)PTR_error_00029078)();\\n return;\\n}\\n(...TRUNCATED) | "(translation_unit \"void error(void)\\n\\n{\\n (*(code *)PTR_error_00029078)();\\n return;\\n}\\n(...TRUNCATED) | "(translation_unit \"void error(void)\\n\\n{\\n (*(code *)PTR_error_00029078)();\\n return;\\n}\\n(...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void error(void)\\n\\n{\\n (*(code *)PTR_error_00029078)();\\n return;\\n}(...TRUNCATED) |
void function_1(void)
{
(*(type_1 *)PTR_error_00029078)();
return;
}
| "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) |
void MASKED(void)
{
(*(code *)PTR_MASKED_00029078)();
return;
}
| 1,944 | ||
1407_sqlite3_and_sqlite3_strip.c | sessionChangesetBufferRecord | FUN_00090c74 | "\nint sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte)\n\n{\n bool bVar1;\n b(...TRUNCATED) | "\nvoid FUN_00090c74(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int(...TRUNCATED) | "ldr r3,[0x90d8c]\nldr r12,[0x90d90]\nadd r3,pc,r3\nstmdb sp!,{r4,r5,r6,r7,r8,r9,r10,r11,lr}\nldr r7(...TRUNCATED) | null | null | null | null | "[(u'MULTIEQUAL_-1206513843', u'INT_ADD_-1206514402'), (u'MULTIEQUAL_-1206513551', u'MULTIEQUAL_-120(...TRUNCATED) | "[(u'LOAD_-1206514482', u'MULTIEQUAL_-1206513611'), (u'INT_ZEXT_-1206513991', u'COPY_-1206513448'), (...TRUNCATED) | null | null | 00090c74 | arm | O2 | "(translation_unit \"void FUN_00090c74(int param_1,int param_2,int *param_3)\\n\\n{\\n byte bVar1;\(...TRUNCATED) | "(translation_unit \"int sessionChangesetBufferRecord(SessionInput *pIn,int nCol,int *pnByte)\\n\\n{(...TRUNCATED) | "(translation_unit \"void FUN_00090c74(int param_1,int param_2,int *param_3)\\n\\n{\\n byte bVar1;\(...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void FUN_00090c74(int param_1,int param_2,int *param_3)\\n\\n{\\n byte bVar(...TRUNCATED) | "\nint function_1(type_1 *pIn,int var_3,int *pnByte)\n\n{\n bool bVar1;\n type_2 bVar2;\n int var(...TRUNCATED) | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) | "\nvoid MASKED(int param_1,int param_2,int *param_3)\n\n{\n byte bVar1;\n bool bVar2;\n int iVar3(...TRUNCATED) | 75,806 | ||
728_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | curl_global_cleanup | curl_global_cleanup | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid curl_global_(...TRUNCATED) | "\nvoid curl_global_cleanup(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84)(...TRUNCATED) | "adr r12,0x17f18\nadd r12,r12,#0x7b000\nldr pc,[r12,#0xc28]!\nldr r2,[0x38eb4]\nadd r2,pc,r2\nldr r3(...TRUNCATED) | null | null | null | null | "[('const-417', u'LOAD_-1206088053'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960666'), (u'CAST_-12(...TRUNCATED) | "[('const-417', u'LOAD_-1206088053'), (u'CALLIND_-1205960819', u'INDIRECT_-1205960666'), ('const-233(...TRUNCATED) | null | null | 00038e78 | arm | O2 | "(translation_unit \"void curl_global_cleanup(void)\\n\\n{\\n int iVar1;\\n \\n iVar1 = *(int *)((...TRUNCATED) | "(translation_unit \"/* WARNING: Unknown calling convention -- yet parameter storage is locked */\\n(...TRUNCATED) | "(translation_unit \"void curl_global_cleanup(void)\\n\\n{\\n int iVar1;\\n \\n iVar1 = *(int *)((...TRUNCATED) | "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED) | "(function_definition \"void curl_global_cleanup(void)\\n\\n{\\n int iVar1;\\n \\n iVar1 = *(int (...TRUNCATED) | "\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid function_1(v(...TRUNCATED) | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED) | "\nvoid MASKED(void)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(DAT_00038eb4 + 0x38e84);\n if (iVar(...TRUNCATED) | 62,669 |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5