file_name stringlengths 18 83 | original_function_name stringlengths 1 741 | stripped_function_name stringlengths 2 57 | decompiled_code_original stringlengths 34 256k ⌀ | decompiled_code_stripped stringlengths 36 215k ⌀ | assembly_code stringlengths 3 189k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 4.92M | pcode_edges_stripped stringlengths 11 4.86M | 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 345 5.19M ⌀ | S-Expression_decompiled_code_original stringlengths 339 6.03M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 345 5.19M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 176 802k ⌀ | S-Expression_decompiled_code_original_root stringlengths 353 5.35M ⌀ | Replace_function_name_and_variable_name stringlengths 39 248k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 244 1.12M ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 215k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
203_i686-linux-gnu-nm_and_i686-linux-gnu-nm_strip.c | strcmp | strcmp |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strcmp@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strcmp(char *__s1,char *__s2)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206922902')] | [('const-1', u'RETURN_-1206922902')] | null | null | 0010d160 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (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/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strcmp@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strcmp@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strcmp@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int strcmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strcmp(char *__s1,char *__s2)" identifier (parameter_list "(char *__s1,char *__s2)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strcmp(char *__s1,char *__s2)" (identifier "strcmp") (parameter_list "(char *__s1,char *__s2)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strcmp@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s1,char *__s2)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
131_hppa64-linux-gnu-strip_and_hppa64-linux-gnu-strip_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0012b418)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0012b418)();
return;
}
| JMP qword ptr [0x0012b418] | null | null | null | null | [('tmp_28', u'CAST_-1206957958'), (u'INDIRECT_-1206957963', u'COPY_-1206958022'), (u'CAST_-1206957958', u'CALLIND_-1206958024'), (u'CALLIND_-1206958024', u'INDIRECT_-1206957963'), ('const-0', u'RETURN_-1206958021')] | [('tmp_28', u'CAST_-1206957958'), (u'INDIRECT_-1206957963', u'COPY_-1206958022'), (u'CAST_-1206957958', u'CALLIND_-1206958024'), (u'CALLIND_-1206958024', u'INDIRECT_-1206957963'), ('const-0', u'RETURN_-1206958021')] | null | null | 00104830 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_0012b418)();" (call_expression "(*(code *)PTR_exit_0012b418)()" (parenthesized_expression "(*(code *)PTR_exit_0012b418)" ( (pointer_expression "*(code *)PTR_exit_0012b418" * (cast_expression "(code *)PTR_exit_0012b418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_0012b418)();" (call_expression "(*(code *)PTR_exit_0012b418)()" (parenthesized_expression "(*(code *)PTR_exit_0012b418)" ( (pointer_expression "*(code *)PTR_exit_0012b418" * (cast_expression "(code *)PTR_exit_0012b418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}\n\n" (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" { (expression_statement "(*(code *)PTR_exit_0012b418)();" (call_expression "(*(code *)PTR_exit_0012b418)()" (parenthesized_expression "(*(code *)PTR_exit_0012b418)" ( (pointer_expression "*(code *)PTR_exit_0012b418" * (cast_expression "(code *)PTR_exit_0012b418" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (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 *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (compound_statement "{\n (*(code *)PTR_exit_0012b418)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_exit_0012b418)();" (call_expression "(*(code *)PTR_exit_0012b418)()" (parenthesized_expression "(*(code *)PTR_exit_0012b418)" (( "(") (pointer_expression "*(code *)PTR_exit_0012b418" (* "*") (cast_expression "(code *)PTR_exit_0012b418" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_exit_0012b418"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
(*(type_1 *)PTR_exit_0012b418)();
return;
}
| null | (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 (expression_statement (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)))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
(*(code *)PTR_MASKED_0012b418)();
return;
}
|
3_i686-kfreebsd-gnu-readelf_and_i686-kfreebsd-gnu-readelf_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00190018)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00190018)();
return;
}
| JMP qword ptr [0x00190018] | null | null | null | null | [(u'CALLIND_-1206947784', u'INDIRECT_-1206947723'), (u'INDIRECT_-1206947723', u'COPY_-1206947782'), ('const-0', u'RETURN_-1206947781'), ('tmp_28', u'CAST_-1206947718'), (u'CAST_-1206947718', u'CALLIND_-1206947784')] | [(u'CALLIND_-1206947784', u'INDIRECT_-1206947723'), (u'INDIRECT_-1206947723', u'COPY_-1206947782'), ('const-0', u'RETURN_-1206947781'), ('tmp_28', u'CAST_-1206947718'), (u'CAST_-1206947718', u'CALLIND_-1206947784')] | null | null | 00107030 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00190018)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00190018)();" (call_expression "(*(code *)PTR_free_00190018)()" (parenthesized_expression "(*(code *)PTR_free_00190018)" ( (pointer_expression "*(code *)PTR_free_00190018" * (cast_expression "(code *)PTR_free_00190018" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00190018)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00190018)();" (call_expression "(*(code *)PTR_free_00190018)()" (parenthesized_expression "(*(code *)PTR_free_00190018)" ( (pointer_expression "*(code *)PTR_free_00190018" * (cast_expression "(code *)PTR_free_00190018" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_free_00190018)();\n return;\n}" { (expression_statement "(*(code *)PTR_free_00190018)();" (call_expression "(*(code *)PTR_free_00190018)()" (parenthesized_expression "(*(code *)PTR_free_00190018)" ( (pointer_expression "*(code *)PTR_free_00190018" * (cast_expression "(code *)PTR_free_00190018" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (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_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00190018)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n (*(code *)PTR_free_00190018)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_free_00190018)();" (call_expression "(*(code *)PTR_free_00190018)()" (parenthesized_expression "(*(code *)PTR_free_00190018)" (( "(") (pointer_expression "*(code *)PTR_free_00190018" (* "*") (cast_expression "(code *)PTR_free_00190018" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_free_00190018"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
(*(type_1 *)PTR_free_00190018)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_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)))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
(*(code *)PTR_MASKED_00190018)();
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.