file_name
stringlengths 17
79
| original_function_name
stringlengths 1
741
| stripped_function_name
stringlengths 3
48
| decompiled_code_original
stringlengths 34
331k
| decompiled_code_stripped
stringlengths 34
301k
| assembly_code
stringlengths 3
214k
⌀ | dataflowgraph_original
float64 | dataflowgraph_stripped
float64 | graphImage_original
float64 | graphImage_stripped
float64 | pcode_edges_original
stringlengths 36
5.89M
| pcode_edges_stripped
stringlengths 36
5.94M
| 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
10.8M
| S-Expression_decompiled_code_original
stringlengths 339
12.2M
| S-Expression_decompiled_code_original_noisy
stringlengths 338
10.8M
| S-Expression_decompiled_code_original_clean
stringlengths 162
575k
| S-Expression_decompiled_code_original_root
stringlengths 347
10.9M
| Replace_function_name_and_variable_name
stringlengths 39
295k
| S-Expression_decompiled_code_stripped
float64 | Root Node
stringlengths 238
841k
| decompiled_code_original_masked
float64 | decompiled_code_stripped_masked
stringlengths 35
299k
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2_pwd_and_pwd_strip.c
|
FUN_00102020
|
FUN_00102020
|
void FUN_00102020(void)
{
(*(code *)PTR_0010a010)();
return;
}
|
void FUN_00102020(void)
{
(*(code *)PTR_0010a010)();
return;
}
|
PUSH qword ptr [0x0010a008]
JMP qword ptr [0x0010a010]
| null | null | null | null |
[(u'CALLIND_-1206968271', u'INDIRECT_-1206968208'), (u'INDIRECT_-1206968208', u'COPY_-1206968267'), ('tmp_44', u'CAST_-1206968202'), (u'CAST_-1206968202', u'CALLIND_-1206968271'), (u'INDIRECT_-1206968210', u'COPY_-1206968269'), ('const-1', u'RETURN_-1206968268'), (u'CALLIND_-1206968271', u'INDIRECT_-1206968210')]
|
[(u'CALLIND_-1206968271', u'INDIRECT_-1206968208'), (u'INDIRECT_-1206968208', u'COPY_-1206968267'), ('tmp_44', u'CAST_-1206968202'), (u'CAST_-1206968202', u'CALLIND_-1206968271'), (u'INDIRECT_-1206968210', u'COPY_-1206968269'), ('const-1', u'RETURN_-1206968268'), (u'CALLIND_-1206968271', u'INDIRECT_-1206968210')]
| null | null |
00102020
|
x64
|
O1
|
(translation_unit "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}\n\n" (function_definition "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}" primitive_type (function_declarator "FUN_00102020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_0010a010)();\n return;\n}" { (expression_statement "(*(code *)PTR_0010a010)();" (call_expression "(*(code *)PTR_0010a010)()" (parenthesized_expression "(*(code *)PTR_0010a010)" ( (pointer_expression "*(code *)PTR_0010a010" * (cast_expression "(code *)PTR_0010a010" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}\n\n" (function_definition "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}" primitive_type (function_declarator "FUN_00102020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_0010a010)();\n return;\n}" { (expression_statement "(*(code *)PTR_0010a010)();" (call_expression "(*(code *)PTR_0010a010)()" (parenthesized_expression "(*(code *)PTR_0010a010)" ( (pointer_expression "*(code *)PTR_0010a010" * (cast_expression "(code *)PTR_0010a010" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}\n\n" (function_definition "void FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}" primitive_type (function_declarator "FUN_00102020(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_0010a010)();\n return;\n}" { (expression_statement "(*(code *)PTR_0010a010)();" (call_expression "(*(code *)PTR_0010a010)()" (parenthesized_expression "(*(code *)PTR_0010a010)" ( (pointer_expression "*(code *)PTR_0010a010" * (cast_expression "(code *)PTR_0010a010" ( (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) ))) (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 FUN_00102020(void)\n\n{\n (*(code *)PTR_0010a010)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00102020(void)" (identifier "FUN_00102020") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_0010a010)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_0010a010)();" (call_expression "(*(code *)PTR_0010a010)()" (parenthesized_expression "(*(code *)PTR_0010a010)" (( "(") (pointer_expression "*(code *)PTR_0010a010" (* "*") (cast_expression "(code *)PTR_0010a010" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_0010a010"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_0010a010)();
return;
}
| null |
(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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_0010a010)();
return;
}
|
6797_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
_M_realloc_insert<gold::Sized_incremental_binary<32,_false>::Sized_input_reader>
|
FUN_0036f750
| "\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original name: _M_realloc_insert(...TRUNCATED)
| "\nvoid FUN_0036f750(long *param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n (...TRUNCATED)
| "PUSH R15\nMOV RCX,RSI\nPUSH R14\nPUSH R13\nMOV R13,RDI\nPUSH R12\nPUSH RBP\nPUSH RBX\nMOV RBX,RSI\n(...TRUNCATED)
| null | null | null | null | "[(u'MULTIEQUAL_-1205208142', u'PTRSUB_-1205207795'), ('const-433', u'LOAD_-1205208550'), (u'PTRSUB_(...TRUNCATED)
| "[(u'PTRADD_-1205207976', u'LOAD_-1205208138'), (u'INT_ADD_-1205208173', u'CAST_-1205207976'), (u'LO(...TRUNCATED)
| null | null |
0036f750
|
x64
|
O1
| "(translation_unit \"void FUN_0036f750(long *param_1,undefined8 *param_2,long param_3)\\n\\n{\\n un(...TRUNCATED)
| "(translation_unit \"/* WARNING: Type propagation algorithm not settling */\\n/* DWARF original name(...TRUNCATED)
| "(translation_unit \"void FUN_0036f750(long *param_1,undefined8 *param_2,long param_3)\\n\\n{\\n un(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void FUN_0036f750(long *param_1,undefined8 *param_2,long param_3)\\n\\n{\\n (...TRUNCATED)
| "\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original name: _M_realloc_insert(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(long *param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefi(...TRUNCATED)
|
3448_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_calls_non_split
|
thunk_FUN_0045ab60
| "\n/* WARNING: Enum \"DT\": Some values do not have unique names */\n/* DWARF original prototype: vo(...TRUNCATED)
| "\nvoid thunk_FUN_0045ab60(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 (...TRUNCATED)
|
JMP 0x0045ab60
| null | null | null | null | "[(u'PTRSUB_-1202017229', u'LOAD_-1202017394'), ('const-1', u'COPY_-1202017353'), ('const-0', u'INT_(...TRUNCATED)
| "[('tmp_29', u'CBRANCH_-1202017417'), ('const-1', u'COPY_-1202017353'), ('const-0', u'RETURN_-120201(...TRUNCATED)
| null | null |
001dc540
|
x64
|
O1
| "(translation_unit \"void thunk_FUN_0045ab60(undefined8 param_1,long param_2)\\n\\n{\\n undefined8 (...TRUNCATED)
| "(translation_unit \"/* WARNING: Enum \"DT\": Some values do not have unique names */\\n/* DWARF ori(...TRUNCATED)
| "(translation_unit \"void thunk_FUN_0045ab60(undefined8 param_1,long param_2)\\n\\n{\\n undefined8 (...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void thunk_FUN_0045ab60(undefined8 param_1,long param_2)\\n\\n{\\n undefine(...TRUNCATED)
| "\n/* WARNING: Enum \"DT\": Some values do not have unique names */\n/* DWARF original prototype: vo(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(undefined8 param_1,long param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n(...TRUNCATED)
|
214_x86_64-linux-gnu-objcopy_and_x86_64-linux-gnu-objcopy_strip.c
|
debug_write_block
|
FUN_0010e8f0
| "\nbfd_boolean\ndebug_write_block(debug_handle *info,debug_write_fns *fns,void *fhandle,debug_block (...TRUNCATED)
| "\nbool FUN_0010e8f0(long param_1,long param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 *(...TRUNCATED)
| "PUSH R15\nLEA R15,[RSI + 0x158]\nPUSH R14\nPUSH R13\nMOV R13,RCX\nPUSH R12\nMOV R12,RSI\nPUSH RBP\n(...TRUNCATED)
| null | null | null | null | "[(u'LOAD_-1206916403', u'CALLIND_-1206916393'), ('const-0', u'COPY_-1206915861'), (u'CAST_-12069157(...TRUNCATED)
| "[(u'LOAD_-1206916403', u'CALLIND_-1206916393'), (u'COPY_-1206915917', u'RETURN_-1206915893'), ('con(...TRUNCATED)
| null | null |
0010e8f0
|
x64
|
O1
| "(translation_unit \"bool FUN_0010e8f0(long param_1,long param_2,undefined8 param_3,long param_4)\\n(...TRUNCATED)
| "(translation_unit \"bfd_boolean\\ndebug_write_block(debug_handle *info,debug_write_fns *fns,void *f(...TRUNCATED)
| "(translation_unit \"bool FUN_0010e8f0(long param_1,long param_2,undefined8 param_3,long param_4)\\n(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"bool FUN_0010e8f0(long param_1,long param_2,undefined8 param_3,long param_4)(...TRUNCATED)
| "\ntype_1\nfunction_1(type_2 *info,type_3 *fns,void *fhandle,type_4 *block)\n\n{\n type_5 *var_3;\n(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nbool MASKED(long param_1,long param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 *puVar1(...TRUNCATED)
|
10492_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
resize
|
FUN_00356eb0
| "\n/* std::wstring::resize(unsigned long, wchar_t) */\n\nvoid __thiscall std::wstring::resize(wstrin(...TRUNCATED)
| "\nvoid FUN_00356eb0(long *param_1,ulong param_2)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*pa(...TRUNCATED)
| "MOV RCX,0xffffffffffffffe\nMOV RAX,qword ptr [RDI]\nMOV RAX,qword ptr [RAX + -0x18]\nCMP RSI,RCX\nJ(...TRUNCATED)
| null | null | null | null | "[('tmp_85', u'CBRANCH_-1205178640'), (u'BOOL_OR_-1205178485', u'CBRANCH_-1205178643'), ('tmp_212', (...TRUNCATED)
| "[('tmp_85', u'CBRANCH_-1205178640'), ('tmp_376', u'INT_LESS_-1205178652'), ('const-0', u'RETURN_-12(...TRUNCATED)
| null | null |
00356eb0
|
x64
|
O1
| "(translation_unit \"void FUN_00356eb0(long *param_1,ulong param_2)\\n\\n{\\n ulong uVar1;\\n \\n (...TRUNCATED)
| "(translation_unit \"/* std::wstring::resize(unsigned long, wchar_t) */\\n\\nvoid __thiscall std::ws(...TRUNCATED)
| "(translation_unit \"void FUN_00356eb0(long *param_1,ulong param_2)\\n\\n{\\n ulong uVar1;\\n \\n (...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void FUN_00356eb0(long *param_1,ulong param_2)\\n\\n{\\n ulong uVar1;\\n \(...TRUNCATED)
| "\n/* std::wstring::resize(unsigned long, wchar_t) */\n\nvoid __thiscall std::type_1::function_1(typ(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(long *param_1,ulong param_2)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 (...TRUNCATED)
|
1825_bash_and_bash_strip.c
|
readline_internal_teardown
|
readline_internal_teardown
| "\nchar * readline_internal_teardown(int eof)\n\n{\n char cVar1;\n char *pcVar2;\n int which;\n (...TRUNCATED)
| "\nvoid readline_internal_teardown(int param_1)\n\n{\n char cVar1;\n char *pcVar2;\n undefined4 u(...TRUNCATED)
| "PUSH R12\nPUSH RBP\nPUSH RBX\nMOV EBX,EDI\nMOV EAX,dword ptr [0x00216b10]\nTEST EAX,EAX\nJNZ 0x001a(...TRUNCATED)
| null | null | null | null | "[('const-1', u'INT_SUB_-1207572258'), (u'CALL_-1207572223', u'INDIRECT_-1207571572'), ('tmp_543', u(...TRUNCATED)
| "[('tmp_543', u'BRANCH_-1207571886'), (u'CALL_-1207572129', u'INDIRECT_-1207571379'), (u'CALL_-12075(...TRUNCATED)
| null | null |
001ae84e
|
x64
|
O1
| "(translation_unit \"void readline_internal_teardown(int param_1)\\n\\n{\\n char cVar1;\\n char *p(...TRUNCATED)
| "(translation_unit \"char * readline_internal_teardown(int eof)\\n\\n{\\n char cVar1;\\n char *pcV(...TRUNCATED)
| "(translation_unit \"void readline_internal_teardown(int param_1)\\n\\n{\\n char cVar1;\\n char *p(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void readline_internal_teardown(int param_1)\\n\\n{\\n char cVar1;\\n char(...TRUNCATED)
| "\nchar * function_1(int var_21)\n\n{\n char var_9;\n char *pcVar2;\n int which;\n type_1 *var_4(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(int param_1)\n\n{\n char cVar1;\n char *pcVar2;\n undefined4 uVar3;\n long lVar4;(...TRUNCATED)
|
5742_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
do_get_output_view
|
FUN_002443d0
| "\n/* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_false> * this, uint(...TRUNCATED)
| "\nundefined8 FUN_002443d0(long param_1,uint param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1(...TRUNCATED)
| "SUB RSP,0x8\nMOV RAX,qword ptr [RDI + 0x218]\nTEST RAX,RAX\nJZ 0x0024441a\nMOV RDI,-0x3333333333333(...TRUNCATED)
| null | null | null | null | "[('tmp_58', u'CBRANCH_-1204075528'), (u'LOAD_-1204075517', u'CAST_-1204075271'), (u'LOAD_-120407555(...TRUNCATED)
| "[('tmp_58', u'CBRANCH_-1204075528'), (u'LOAD_-1204075552', u'INT_EQUAL_-1204075530'), ('const-3', u(...TRUNCATED)
| null | null |
002443d0
|
x64
|
O1
| "(translation_unit \"undefined8 FUN_002443d0(long param_1,uint param_2,undefined8 *param_3)\\n\\n{\\(...TRUNCATED)
| "(translation_unit \"/* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_f(...TRUNCATED)
| "(translation_unit \"undefined8 FUN_002443d0(long param_1,uint param_2,undefined8 *param_3)\\n\\n{\\(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"undefined8 FUN_002443d0(long param_1,uint param_2,undefined8 *param_3)\\n\\n(...TRUNCATED)
| "\n/* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_false> * this, uint(...TRUNCATED)
| null | "(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator dec(...TRUNCATED)
| null | "\nundefined8 MASKED(long param_1,uint param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n l(...TRUNCATED)
|
9099_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
_M_extract_int[abi:cxx11]<unsigned_long_long>
|
FUN_00305bc0
| "\n/* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_get<wchar_t,\n std::i(...TRUNCATED)
| "\nundefined1 [16]\nFUN_00305bc0(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int p(...TRUNCATED)
| "PUSH R15\nMOV R15,RSI\nPUSH R14\nPUSH R13\nPUSH R12\nMOV R12,R9\nPUSH RBP\nMOV RBP,RSI\nPUSH RBX\nM(...TRUNCATED)
| null | null | null | null | "[('const-0', u'COPY_-1204851928'), (u'LOAD_-1204851763', u'CAST_-1204843439'), (u'COPY_-1204842572'(...TRUNCATED)
| "[(u'MULTIEQUAL_-1204847810', u'MULTIEQUAL_-1204847375'), ('const-433', u'LOAD_-1204853101'), ('cons(...TRUNCATED)
| null | null |
00305bc0
|
x64
|
O1
| "(translation_unit \"undefined1 [16]\\nFUN_00305bc0(undefined8 param_1,long *param_2,ulong param_3,(...TRUNCATED)
| "(translation_unit \"/* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_get<w(...TRUNCATED)
| "(translation_unit \"undefined1 [16]\\nFUN_00305bc0(undefined8 param_1,long *param_2,ulong param_3,(...TRUNCATED)
| "(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro(...TRUNCATED)
| "(expression_statement \"undefined1 [16]\" (subscript_expression \"undefined1 [16]\" (identifier \(...TRUNCATED)
| "\n/* std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::num_get<wchar_t,\n std::i(...TRUNCATED)
| null | "(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number(...TRUNCATED)
| null | "\nundefined1 [16]\nMASKED(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5(...TRUNCATED)
|
99_inetutils-logger_and_inetutils-logger_strip.c
|
x2nrealloc
|
FUN_001057be
| "\nvoid * x2nrealloc(void *p,size_t *pn,size_t s)\n\n{\n undefined1 auVar1 [16];\n undefined1 auVa(...TRUNCATED)
| "\nvoid FUN_001057be(long param_1,ulong *param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n u(...TRUNCATED)
| "SUB RSP,0x8\nMOV R9,RDX\nMOV RCX,qword ptr [RSI]\nTEST RDI,RDI\nJZ 0x00105803\nMOV RAX,-0x555555555(...TRUNCATED)
| null | null | null | null | "[('tmp_353', u'CALL_-1206953911'), ('const-0', u'INT_ZEXT_-1206953844'), ('tmp_57', u'CBRANCH_-1206(...TRUNCATED)
| "[('tmp_57', u'CBRANCH_-1206954011'), (u'INT_EQUAL_-1206953875', u'CBRANCH_-1206953872'), (u'INT_REM(...TRUNCATED)
| null | null |
001057be
|
x64
|
O1
| "(translation_unit \"void FUN_001057be(long param_1,ulong *param_2,ulong param_3)\\n\\n{\\n undefin(...TRUNCATED)
| "(translation_unit \"void * x2nrealloc(void *p,size_t *pn,size_t s)\\n\\n{\\n undefined1 auVar1 [16(...TRUNCATED)
| "(translation_unit \"void FUN_001057be(long param_1,ulong *param_2,ulong param_3)\\n\\n{\\n undefin(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void FUN_001057be(long param_1,ulong *param_2,ulong param_3)\\n\\n{\\n unde(...TRUNCATED)
| "\nvoid * function_1(void *var_1,size_t *pn,size_t var_3)\n\n{\n type_1 var_7 [16];\n type_1 var_6(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(long param_1,ulong *param_2,ulong param_3)\n\n{\n undefined1 auVar1 [16];\n undefin(...TRUNCATED)
|
1030_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
|
do_local_symbol_value
|
FUN_0014c2a0
| "\n/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_dwo<64,_false> * this, u(...TRUNCATED)
| "\nvoid FUN_0014c2a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FU(...TRUNCATED)
|
SUB RSP,0x8
LEA RDX,[0x308310]
MOV ESI,0x172
LEA RDI,[0x307004]
CALL 0x0016cdf0
| null | null | null | null | "[(u'COPY_-1207188772', u'CALL_-1207188788'), ('const-3179280', u'COPY_-1207188772'), ('const-370', (...TRUNCATED)
| "[('const-3174404', u'COPY_-1207188775'), (u'COPY_-1207188775', u'CALL_-1207188788'), ('const-1', u'(...TRUNCATED)
| null | null |
0014c2a0
|
x64
|
O1
| "(translation_unit \"void FUN_0014c2a0(void)\\n\\n{\\n /* WARNING: Subroutine doe(...TRUNCATED)
| "(translation_unit \"/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_dwo<64(...TRUNCATED)
| "(translation_unit \"void FUN_0014c2a0(void)\\n\\n{\\n \\n FUN_0016cdf0(\"../../(...TRUNCATED)
| "(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter(...TRUNCATED)
| "(function_definition \"void FUN_0014c2a0(void)\\n\\n{\\n \\n FUN_0016cdf0(\"../(...TRUNCATED)
| "\n/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_dwo<64,_false> * this, u(...TRUNCATED)
| null | "(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator decl(...TRUNCATED)
| null | "\nvoid MASKED(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016(...TRUNCATED)
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 45