file_name
stringlengths
21
83
original_function_name
stringlengths
1
716
stripped_function_name
stringlengths
3
50
decompiled_code_original
stringlengths
44
263k
decompiled_code_stripped
stringlengths
41
208k
assembly_code
stringlengths
3
168k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
5.24M
pcode_edges_stripped
stringlengths
11
3.12M
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
338
5.73M
S-Expression_decompiled_code_original
stringlengths
367
7.15M
S-Expression_decompiled_code_original_noisy
stringlengths
289
5.55M
S-Expression_decompiled_code_original_clean
stringlengths
148
531k
S-Expression_decompiled_code_original_root
stringlengths
291
5.61M
Replace_function_name_and_variable_name
stringlengths
39
247k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
225
747k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
208k
11178_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
_S_copy_chars
FUN_003b5b60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::_S_copy_chars(char*, __normal_iterator<char const*, std::string >, __normal_iterator<char const*, std::string >) */ void std::string::_S_copy_chars(void) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_003b5b60(undefined1 *param_1,undefined1 *param_2,int param_3) { size_t __n; __n = param_3 - (int)param_2; if (__n == 1) { *param_1 = *param_2; return; } if (__n == 0) { return; } memcpy(para...
PUSH EBX CALL 0x00050b50 ADD EBX,0x23449a SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x18] SUB EAX,EDX CMP EAX,0x1 JZ 0x003b5bb0 TEST EAX,EAX JNZ 0x003b5b90 ADD ESP,0x8 POP EBX RET SUB ESP,0x4 PUSH EAX PUSH EDX PUSH dword ptr [ESP + 0x1c] CALL 0x000392d0 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET MOV...
null
null
null
null
[('const-1', u'RETURN_-1205576846')]
[(u'INT_SUB_-1205576789', u'CALL_-1205576701'), ('const-0', u'RETURN_-1205576661'), ('const-0', u'RETURN_-1205576740'), ('const-417', u'LOAD_-1205576657'), ('tmp_166', u'CBRANCH_-1205576767'), ('tmp_583', u'STORE_-1205576643'), ('const-0', u'RETURN_-1205576614'), ('const-0', u'INT_EQUAL_-1205576769'), ('const-417', u'S...
null
null
003b5b60
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003b5b60(undefined1 *param_1,undefined1 *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::_S_copy_chars(char*, __normal_iterator<char const*, std::string >,\n __normal_iterator<char const*, std::string >) */\n\nvoid std::string::_S_copy_chars(void)\n\n{\n}\n\n" comment comment (funct...
(translation_unit "void FUN_003b5b60(undefined1 *param_1,undefined1 *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n memcpy(param_1,param_2,__n);\n return;\n}\n\n" (function_definition "...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (...
(function_definition "void FUN_003b5b60(undefined1 *param_1,undefined1 *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n memcpy(param_1,param_2,__n);\n return;\n}" (primitive_type "void")...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::_S_copy_chars(char*, __normal_iterator<char const*, std::string >, __normal_iterator<char const*, std::string >) */ void std::string::function_1(void) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined1 *param_1,undefined1 *param_2,int param_3) { size_t __n; __n = param_3 - (int)param_2; if (__n == 1) { *param_1 = *param_2; return; } if (__n == 0) { return; } memcpy(param_1,pa...
6533_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
_M_rehash
FUN_00194f80
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00194f80(int *param_1,uint param_2) { int *piVar1; int *piVar2; int *piVar3; int *piVar4; uint uVar5; uint uVar6; int *local_28; if (param_2 == 1) { piVar3 = param_1 + 6; param_1[6] = 0; } ...
CALL 0x000644b6 ADD EAX,0x21a07b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c CMP dword ptr [ESP + 0x34],0x1 MOV ESI,dword ptr [ESP + 0x30] MOV dword ptr [ESP + 0xc],EAX JZ 0x00195058 MOV EAX,dword ptr [ESP + 0x34] CALL 0x0018a590 MOV EDI,EAX LEA EAX,[ESI + 0x18] MOV dword ptr [ESP + 0x4],EAX MOV ECX,dword ptr [ESI...
null
null
null
null
[(u'PTRSUB_-1207545298', u'LOAD_-1207545771'), (u'PTRADD_-1207545300', u'PTRSUB_-1207545298'), (u'COPY_-1207545366', u'MULTIEQUAL_-1207545447'), ('const-0', u'STORE_-1207545475'), ('const-0', u'INT_EQUAL_-1207545728'), (u'LOAD_-1207545639', u'INT_NOTEQUAL_-1207545618'), (u'PTRADD_-1207545291', u'LOAD_-1207545745'), ('c...
[('const-2', u'PTRADD_-1207545358'), (u'COPY_-1207545316', u'MULTIEQUAL_-1207545464'), (u'CAST_-1207545225', u'INT_NOTEQUAL_-1207545618'), ('const-0', u'INT_EQUAL_-1207545728'), ('tmp_1562', u'PTRADD_-1207545283'), (u'MULTIEQUAL_-1207545448', u'PTRADD_-1207545271'), (u'COPY_-1207545376', u'MULTIEQUAL_-1207545456'), (u'...
null
null
00194f80
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00194f80(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location...
(translation_unit "void FUN_00194f80(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_00...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declarati...
(function_definition "void FUN_00194f80(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void _M_rehash(_Hashtable<char_const*,_std::pair<char_const*_const,_gold::Warnings::Warning_location>,_std::allocator<std::pair<char_const*_const,_gold::Warnings::Warning_location>_>,_std::__detail::...
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: (type_identifier) declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,uint param_2) { int *piVar1; int *piVar2; int *piVar3; int *piVar4; uint uVar5; uint uVar6; int *local_28; if (param_2 == 1) { piVar3 = param_1 + 6; param_1[6] = 0; } else ...
173_i686-gnu-gprof_and_i686-gnu-gprof_strip.c
aarch64_find_call
FUN_0001e860
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void aarch64_find_call(Sym *parent,bfd_vma p_lowpc,bfd_vma p_highpc) { bfd_vma bVar1; int iVar2; Sym *child; uint address; if ((debug_level & 0x100U) != 0) { printf("[fin...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_0001e860(int param_1,uint param_2,uint param_3) { uint uVar1; int iVar2; int *piVar3; int iVar4; if ((_DAT_0002d158 & 0x1...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013030 ADD EBX,0xd797 SUB ESP,0x2c MOV EDI,dword ptr [ESP + 0x44] LEA EAX,[EBX + 0x1158] MOV dword ptr [ESP + 0x10],EAX MOV EAX,dword ptr [EAX] MOV dword ptr [ESP + 0x8],EAX TEST AH,0x1 JNZ 0x0001ea10 CMP EDI,dword ptr [ESP + 0x48] JNC 0x0001e964 LEA EAX,[EBX + 0x147c] LEA E...
null
null
null
null
[(u'INDIRECT_-1205932263', u'MULTIEQUAL_-1205932245'), ('const-4', u'INT_ADD_-1205933385'), ('const-256', u'INT_AND_-1205932819'), ('tmp_1777', u'BRANCH_-1205932869'), (u'INDIRECT_-1205932203', u'MULTIEQUAL_-1205932158'), (u'CALLIND_-1205933671', u'INT_LEFT_-1205933559'), ('tmp_1601', u'CBRANCH_-1205932978'), ('const-4...
[('tmp_5303', u'MULTIEQUAL_-1205932382'), ('const-4', u'INT_ADD_-1205933385'), (u'CALL_-1205933376', u'INDIRECT_-1205932242'), (u'CALL_-1205933006', u'INDIRECT_-1205932094'), (u'INDIRECT_-1205932288', u'MULTIEQUAL_-1205932323'), ('tmp_1777', u'BRANCH_-1205932869'), ('tmp_4967', u'INT_LESSEQUAL_-1205933416'), (u'CAST_-1...
null
null
0001e860
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_0001e860(int param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n int iVar4;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid aarch64_find_call(Sym *parent,bfd_vma p_lowpc,bfd_vma p_highpc)\n\n{\n bfd_vma bVar1;\n int iVar2;\n Sym *child;\n uint address;\n \n if ((debug_level & 0x1...
(translation_unit "void FUN_0001e860(int param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n int iVar4;\n \n if ((_DAT_0002d158 & 0x100) != 0) {\n printf("[find_call] %s: 0x%lx to 0x%lx\n",*(undefined4 *)(param_1 + 8),param_2,param_3);\n }\n if (param_3 <= param_2) {\n retu...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * ID...
(function_definition "void FUN_0001e860(int param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n int iVar2;\n int *piVar3;\n int iVar4;\n \n if ((_DAT_0002d158 & 0x100) != 0) {\n printf("[find_call] %s: 0x%lx to 0x%lx\n",*(undefined4 *)(param_1 + 8),param_2,param_3);\n }\n if (param_3 <= param_2) {\n r...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *parent,type_2 var_4,type_2 var_3) { type_2 var_5; int var_7; type_1 *var_9; type_3 var_10; if ((var_1 & 0x100U) != 0) { var_2("[find_call] %s: 0x%...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(int param_1,uint param_2,uint param_3) { uint uVar1; int iVar2; int *piVar3; int iVar4; if ((_DAT_0002d158 & 0x100) !=...
8312_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
wstring
FUN_0024c700
/* std::wstring::wstring(std::allocator<wchar_t> const&) */ void __thiscall std::wstring::wstring(wstring *this,allocator *param_1) { *(undefined4 *)(this + 4) = 0; *(wstring **)this = this + 8; *(undefined4 *)(this + 8) = 0; return; }
void FUN_0024c700(int *param_1) { param_1[1] = 0; *param_1 = (int)(param_1 + 2); param_1[2] = 0; return; }
MOV EAX,dword ptr [ESP + 0x4] LEA EDX,[EAX + 0x8] MOV dword ptr [EAX + 0x4],0x0 MOV dword ptr [EAX],EDX MOV dword ptr [EAX + 0x8],0x0 RET
null
null
null
null
[('tmp_44', u'PTRADD_-1204041912'), (u'PTRADD_-1204041912', u'STORE_-1204041958'), ('const-1', u'PTRADD_-1204041907'), ('const-0', u'RETURN_-1204041936'), ('const-1', u'PTRADD_-1204041912'), ('tmp_44', u'CAST_-1204041888'), ('const-8', u'PTRADD_-1204041893'), ('tmp_44', u'PTRADD_-1204041907'), ('const-417', u'STORE_-12...
[('const-0', u'RETURN_-1204041936'), ('const-0', u'STORE_-1204041967'), ('tmp_50', u'STORE_-1204041958'), ('const-2', u'PTRADD_-1204041884'), ('const-1', u'PTRADD_-1204041894'), ('tmp_50', u'PTRADD_-1204041898'), ('const-417', u'STORE_-1204041958'), (u'PTRADD_-1204041894', u'STORE_-1204041967'), ('tmp_50', u'PTRADD_-12...
null
null
0024c700
x86
O1
(translation_unit "void FUN_0024c700(int *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n param_1[2] = 0;\n return;\n}\n\n" (function_definition "void FUN_0024c700(int *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n param_1[2] = 0;\n return;\n}" primitive_type (function_de...
(translation_unit "/* std::wstring::wstring(std::allocator<wchar_t> const&) */\n\nvoid __thiscall std::wstring::wstring(wstring *this,allocator *param_1)\n\n{\n *(undefined4 *)(this + 4) = 0;\n *(wstring **)this = this + 8;\n *(undefined4 *)(this + 8) = 0;\n return;\n}\n\n" comment (function_definition "void __this...
(translation_unit "void FUN_0024c700(int *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n param_1[2] = 0;\n return;\n}\n\n" (function_definition "void FUN_0024c700(int *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n param_1[2] = 0;\n return;\n}" primitive_type (function_de...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_e...
(function_definition "void FUN_0024c700(int *param_1)\n\n{\n param_1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n param_1[2] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024c700(int *param_1)" (identifier "FUN_0024c700") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *pa...
/* std::wstring::wstring(std::allocator<wchar_t> const&) */ void __thiscall std::function_1::function_1(function_1 *var_1,type_1 *param_1) { *(type_2 *)(var_1 + 4) = 0; *(function_1 **)var_1 = var_1 + 8; *(type_2 *)(var_1 + 8) = 0; 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 (assignment_expre...
null
void MASKED(int *param_1) { param_1[1] = 0; *param_1 = (int)(param_1 + 2); param_1[2] = 0; return; }
5872_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
~Sized_elf_reloc_mapper
FUN_001774e0
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_mapper<64,_false> *this,int __in_chrg) { return; }
void FUN_001774e0(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1207405332')]
[('const-0', u'RETURN_-1207405332')]
null
null
001774e0
x86
O1
(translation_unit "void FUN_001774e0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001774e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001774e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit "/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper\n (Sized_elf_reloc_mapper<64,_false> *this,int __in_chrg)\n\n{\n return;\n}\n\n" com...
(translation_unit "void FUN_001774e0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_001774e0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_001774e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void FUN_001774e0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_001774e0(void)" (identifier "FUN_001774e0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen...
/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_mapper<64,_false> *this,int __in_chrg) { 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 (return_statement))))
null
void MASKED(void) { return; }
3248_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
_M_find_before_node
FUN_000ab650
/* DWARF original prototype: __node_base * _M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<32,_false>::Branch_s...
int * __regparm3 FUN_000ab650(int *param_1,uint param_2,int *param_3,uint param_4) { int *piVar1; uint uVar2; int *piVar3; int *piVar4; piVar4 = *(int **)(*param_1 + param_2 * 4); if (piVar4 != (int *)0x0) { uVar2 = ((int *)*piVar4)[5]; piVar1 = (int *)*piVar4; while ((piVar3 = piVar1, uVar...
PUSH EBP PUSH EDI PUSH ESI MOV ESI,EAX PUSH EBX SUB ESP,0x4 MOV EAX,dword ptr [EAX] MOV dword ptr [ESP],ECX MOV EBP,dword ptr [EAX + EDX*0x4] TEST EBP,EBP JZ 0x000ab698 MOV EBX,dword ptr [EBP] MOV EDI,EDX MOV ECX,dword ptr [EBX + 0x14] JMP 0x000ab688 MOV EAX,dword ptr [EBX] TEST EAX,EAX JZ 0x000ab6a8 MOV ECX,dword ptr ...
null
null
null
null
[(u'PTRSUB_-1206536229', u'LOAD_-1206536561'), ('const-0', u'PTRSUB_-1206536175'), (u'LOAD_-1206536463', u'CAST_-1206536197'), ('tmp_413', u'CBRANCH_-1206536408'), ('tmp_159', u'CBRANCH_-1206536499'), (u'LOAD_-1206536494', u'CAST_-1206536171'), (u'PTRADD_-1206536196', u'LOAD_-1206536437'), (u'LOAD_-1206536591', u'INT_A...
[('tmp_413', u'CBRANCH_-1206536408'), (u'COPY_-1206536279', u'MULTIEQUAL_-1206536235'), ('tmp_159', u'CBRANCH_-1206536499'), ('const-417', u'LOAD_-1206536494'), (u'CAST_-1206536229', u'LOAD_-1206536580'), (u'LOAD_-1206536591', u'INT_ADD_-1206536564'), (u'LOAD_-1206536552', u'MULTIEQUAL_-1206536244'), (u'COPY_-120653625...
null
null
000ab650
x86
O1
(translation_unit "int * __regparm3 FUN_000ab650(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[5];\n piVar1 = (int *)*piVar4;\n ...
(translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<3...
(translation_unit "int * __regparm3 FUN_000ab650(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[5];\n piVar1 = (int *)*piVar4;\n ...
(translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))...
(function_definition "int * __regparm3 FUN_000ab650(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[5];\n piVar1 = (int *)*piVar4;\n...
/* DWARF original prototype: __node_base * _M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<32,_false>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<32,_false>::Branch_s...
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_dec...
null
int * __regparm3 MASKED(int *param_1,uint param_2,int *param_3,uint param_4) { int *piVar1; uint uVar2; int *piVar3; int *piVar4; piVar4 = *(int **)(*param_1 + param_2 * 4); if (piVar4 != (int *)0x0) { uVar2 = ((int *)*piVar4)[5]; piVar1 = (int *)*piVar4; while ((piVar3 = piVar1, uVar2 != p...
9092_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
_M_insert_int<unsigned_long_long>
FUN_00261990
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long long>(std::ostreambuf_iterator<char, std::char_traits<char> ...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined4 * FUN_00261990(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5, undefined4 param_6,int param_7,int param_8) { code *pcVar1; uint uVar2; uint uVar3; int iVar4; u...
CALL 0x000b484a ADD ECX,0x1b266b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x54 MOV EAX,dword ptr [EBP + 0x14] MOV EBX,dword ptr [EBP + 0x18] MOV dword ptr [EBP + -0x2c],ECX MOV EDX,dword ptr [EBP + 0x24] MOV EDI,dword ptr [EBP + 0x10] MOV dword ptr [EBP + -0x40],EAX MOV EAX,dword ptr [EBP + 0x1c] MOV dwo...
null
null
null
null
[('const-12', u'INT_ADD_-1204214207'), ('const-4', u'INT_ADD_-1204214226'), (u'MULTIEQUAL_-1204216268', u'PTRADD_-1204216488'), (u'CAST_-1204214141', u'LOAD_-1204216448'), (u'INT_2COMP_-1204216104', u'INT_ADD_-1204214278'), (u'MULTIEQUAL_-1204214303', u'COPY_-1204214195'), (u'CAST_-1204213979', u'STORE_-1204216561'), (...
[(u'STORE_-1204216444', u'INDIRECT_-1204215000'), (u'STORE_-1204216539', u'INDIRECT_-1204215285'), (u'STORE_-1204216561', u'INDIRECT_-1204215150'), (u'STORE_-1204216474', u'INDIRECT_-1204215069'), (u'STORE_-1204216496', u'INDIRECT_-1204215041'), (u'STORE_-1204216474', u'INDIRECT_-1204215430'), (u'STORE_-1204216555', u'...
null
null
00261990
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nundefined4 *\nFUN_00261990(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int param_7,int param_8)\n\n{\n code *pcVar1;\n uint uVar2;\n u...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char,\n std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long\n long>(std::ostreambuf_iterator<char, st...
(translation_unit "undefined4 *\nFUN_00261990(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int param_7,int param_8)\n\n{\n code *pcVar1;\n uint uVar2;\n uint uVar3;\n int iVar4;\n undefined1 *puVar5;\n int iVar6;\n char cVar7;\n int iVar8;\n...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_decl...
(function_definition "undefined4 *\nFUN_00261990(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int param_7,int param_8)\n\n{\n code *pcVar1;\n uint uVar2;\n uint uVar3;\n int iVar4;\n undefined1 *puVar5;\n int iVar6;\n char cVar7;\n int iVar8...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_int<unsigned long long>(std::ostreambuf_iterator<char, std::char_traits<char> ...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined4 * MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5, undefined4 param_6,int param_7,int param_8) { code *pcVar1; uint uVar2; uint uVar3; int iVar4; undefin...
5425_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
do_sized_write<64,_true>
FUN_00174c40
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original name: do_sized_write<64, true> DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this, Output_file * of) */ void __thiscall gold::Output_segment_headers::do_sized_write<64,_tr...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00174c40(int *param_1,int param_2) { int *piVar1; int iVar2; undefined8 uVar3; uint uVar4; int *piVar5; int iVar6; int *piVar7; uint *puVar8; uint *puVar9; uint *puVar10; uint uVar11; int iVar12;...
CALL 0x000b4846 ADD EAX,0x29f3bb PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV EBX,dword ptr [ESP + 0x40] MOV EBP,dword ptr [ESP + 0x44] MOV dword ptr [ESP + 0x1c],EAX MOV EAX,dword ptr [EBX + 0x20] MOV ECX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x4] MOV ESI,EAX MOV dword ptr [ESP + 0x14],EAX SUB ESI,ECX MOV d...
null
null
null
null
[(u'INT_ADD_-1207415400', u'INT_SBORROW_-1207415370'), (u'INT_AND_-1207415185', u'INT_LEFT_-1207415182'), (u'INT_OR_-1207415185', u'INT_OR_-1207415182'), (u'SUBPIECE_-1207413930', u'INT_AND_-1207414964'), (u'BOOL_OR_-1207415471', u'CBRANCH_-1207415505'), ('const-24', u'INT_LEFT_-1207415160'), (u'INT_OR_-1207414992', u'...
[(u'INT_ADD_-1207415400', u'INT_SBORROW_-1207415370'), (u'INT_AND_-1207415185', u'INT_LEFT_-1207415182'), (u'INT_OR_-1207415185', u'INT_OR_-1207415182'), (u'PTRADD_-1207414206', u'LOAD_-1207415476'), (u'BOOL_OR_-1207415471', u'CBRANCH_-1207415505'), ('const-1', u'PTRADD_-1207413937'), ('const-24', u'INT_LEFT_-120741516...
null
null
00174c40
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00174c40(int *param_1,int param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n uint uVar4;\n int *piVar5;\n int iVar6;\n int *piVar7;\n uint *puVar8;\n uint *puVar9;\n uint *puVar...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original name: do_sized_write<64, true>\n DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_segment_header...
(translation_unit "void FUN_00174c40(int *param_1,int param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n uint uVar4;\n int *piVar5;\n int iVar6;\n int *piVar7;\n uint *puVar8;\n uint *puVar9;\n uint *puVar10;\n uint uVar11;\n int iVar12;\n uint uVar13;\n undefined8 uVar14;\n \n piVar7 = *(i...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla...
(function_definition "void FUN_00174c40(int *param_1,int param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined8 uVar3;\n uint uVar4;\n int *piVar5;\n int iVar6;\n int *piVar7;\n uint *puVar8;\n uint *puVar9;\n uint *puVar10;\n uint uVar11;\n int iVar12;\n uint uVar13;\n undefined8 uVar14;\n \n piVar7 = ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original name: do_sized_write<64, true> DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this, Output_file * of) */ void __thiscall var_1::Output_segment_headers::do_sized_write<64,_t...
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: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,int param_2) { int *piVar1; int iVar2; undefined8 uVar3; uint uVar4; int *piVar5; int iVar6; int *piVar7; uint *puVar8; uint *puVar9; uint *puVar10; uint uVar11; int iVar12; uin...
3593_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~Powerpc_relobj
FUN_000c6d20
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Powerpc_relobj(Powerpc_relobj<32,_false> * this, int __in_chrg) */ void __thiscall anon_unknown.dwarf_6462d4::Powerpc_relobj<32,_false>::~Powerpc_relobj (Powerpc_relobj<32,_false> *...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000c6d20(undefined4 *param_1) { int iVar1; int iVar2; int iVar3; int iVar4; int local_28; *param_1 = &PTR_FUN_005de324; iVar1 = param_1[0x6f]; if (iVar1 != 0) { local_28 = 0; while( true ) { ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x5232d7 SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x30] LEA EAX,[EBX + 0xffff4324] MOV dword ptr [EDI],EAX MOV EAX,dword ptr [EDI + 0x1bc] MOV dword ptr [ESP + 0x8],EAX TEST EAX,EAX JZ 0x000c6e2e MOV dword ptr [ESP + 0x4],0x0 MOV EAX,dword ptr [ESP + 0x8] MOV ECX...
null
null
null
null
[('const-1', u'RETURN_-1206686402')]
[('const-6152996', u'PTRSUB_-1206684748'), ('const-448', u'CALL_-1206685383'), ('const-105', u'PTRADD_-1206684482'), ('const-4', u'INT_MULT_-1206686271'), (u'MULTIEQUAL_-1206684692', u'CALL_-1206686090'), (u'PTRADD_-1206684505', u'LOAD_-1206685774'), ('const-417', u'LOAD_-1206685494'), (u'INT_ADD_-1206686193', u'INT_NO...
null
null
000c6d20
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000c6d20(undefined4 *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int local_28;\n \n *param_1 = &PTR_FUN_005de324;\n iVar1 = param_1[0x6f];\n if (iVar1 != 0) {\n loc...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Powerpc_relobj(Powerpc_relobj<32,_false> * this, int __in_chrg)\n */\n\nvoid __thiscall\nanon_unknown.dwarf_6462d4::Powerpc_relobj<32,_false>::~Powerpc_relobj\n (Pow...
(translation_unit "void FUN_000c6d20(undefined4 *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int local_28;\n \n *param_1 = &PTR_FUN_005de324;\n iVar1 = param_1[0x6f];\n if (iVar1 != 0) {\n local_28 = 0;\n while( true ) {\n iVar2 = *(int *)(iVar1 + local_28 * 4);\n if (iV...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_...
(function_definition "void FUN_000c6d20(undefined4 *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int local_28;\n \n *param_1 = &PTR_FUN_005de324;\n iVar1 = param_1[0x6f];\n if (iVar1 != 0) {\n local_28 = 0;\n while( true ) {\n iVar2 = *(int *)(iVar1 + local_28 * 4);\n if ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Powerpc_relobj(Powerpc_relobj<32,_false> * this, int __in_chrg) */ void __thiscall anon_unknown.dwarf_6462d4::Powerpc_relobj<32,_false>::~Powerpc_relobj (Powerpc_relobj<32,_false> *...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { int iVar1; int iVar2; int iVar3; int iVar4; int local_28; *param_1 = &PTR_FUN_005de324; iVar1 = param_1[0x6f]; if (iVar1 != 0) { local_28 = 0; while( true ) { i...
337_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
lang_finish
FUN_00023f70
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void lang_finish(void) { bfd_hash_table_free(&output_section_statement_table); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00023f70(void) { bfd_hash_table_free(&DAT_001d1710); return; }
PUSH EBX CALL 0x00017b80 ADD EBX,0x1ac08a SUB ESP,0x14 LEA EAX,[EBX + 0x1710] PUSH EAX CALL 0x00016400 ADD ESP,0x18 POP EBX RET
null
null
null
null
[(u'PTRSUB_-1206042609', u'CALL_-1206042708'), ('const-1906448', u'PTRSUB_-1206042609'), ('const-0', u'RETURN_-1206042680'), ('const-0', u'PTRSUB_-1206042609')]
[(u'PTRSUB_-1206042609', u'CALL_-1206042708'), ('const-0', u'PTRSUB_-1206042609'), ('const-0', u'RETURN_-1206042680'), ('const-1906448', u'PTRSUB_-1206042609')]
null
null
00023f70
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00023f70(void)\n\n{\n bfd_hash_table_free(&DAT_001d1710);\n return;\n}\n\n" comment (function_definition "void FUN_00023f70(void)\n\n{\n bfd_hash_table_free(&DAT_001d1710);\n return;\n}" primitive...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid lang_finish(void)\n\n{\n bfd_hash_table_free(&output_section_statement_table);\n return;\n}\n\n" comment comment (function_de...
(translation_unit "void FUN_00023f70(void)\n\n{\n bfd_hash_table_free(&DAT_001d1710);\n return;\n}\n\n" (function_definition "void FUN_00023f70(void)\n\n{\n bfd_hash_table_free(&DAT_001d1710);\n return;\n}" primitive_type (function_declarator "FUN_00023f70(void)" identifier (parameter_list "(void)" ( (parameter_dec...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00023f70(void)\n\n{\n bfd_hash_table_free(&DAT_001d1710);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00023f70(void)" (identifier "FUN_00023f70") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { var_1(&output_section_statement_table); 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: (identifier) arguments: (argument_list (pointer_...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { bfd_hash_table_free(&DAT_001d1710); return; }
969_wget_and_wget_strip.c
re_string_destruct
FUN_0005ed23
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 re_string_destruct(re_string_t *pstr) { free(pstr->wcs); free(pstr->offsets); if (pstr->mbs_allocated != '\0') { free(pstr->mbs); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_0005ed23(int param_1) { free(*(void **)(param_1 + 8)); free(*(void **)(param_1 + 0xc)); if (*(char *)(param_1 + 0x4b) != '\0') { free(*(void **)(param_1 + 4)); } return; }
PUSH ESI PUSH EBX SUB ESP,0x10 CALL 0x00016fc0 ADD EBX,0x3bec3 MOV ESI,EAX PUSH dword ptr [EAX + 0x8] CALL 0x00016660 ADD ESP,0x4 PUSH dword ptr [ESI + 0xc] CALL 0x00016660 ADD ESP,0x10 CMP byte ptr [ESI + 0x4b],0x0 JNZ 0x0005ed57 ADD ESP,0x4 POP EBX POP ESI RET SUB ESP,0xc PUSH dword ptr [ESI + 0x4] CALL 0x00016660 AD...
null
null
null
null
[('const-12', u'PTRSUB_-1206194608'), ('tmp_210', u'CBRANCH_-1206194785'), (u'LOAD_-1206194746', u'CALL_-1206194732'), ('tmp_358', u'PTRSUB_-1206194608'), (u'INT_NOTEQUAL_-1206194788', u'CBRANCH_-1206194785'), ('tmp_339', u'BRANCH_-1206194717'), ('tmp_358', u'PTRSUB_-1206194580'), (u'LOAD_-1206194804', u'INT_NOTEQUAL_-...
[('tmp_210', u'CBRANCH_-1206194785'), (u'INT_ADD_-1206194730', u'CAST_-1206194582'), ('const-417', u'LOAD_-1206194832'), ('const-417', u'LOAD_-1206194746'), (u'LOAD_-1206194746', u'CALL_-1206194732'), ('const-12', u'INT_ADD_-1206194816'), (u'INT_NOTEQUAL_-1206194788', u'CBRANCH_-1206194785'), ('tmp_339', u'BRANCH_-1206...
null
null
0005ed23
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0005ed23(int param_1)\n\n{\n free(*(void **)(param_1 + 8));\n free(*(void **)(param_1 + 0xc));\n if (*(char *)(param_1 + 0x4b) != '\0') {\n free(*(void **)(param_1 + 4));\n }\n retu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 re_string_destruct(re_string_t *pstr)\n\n{\n free(pstr->wcs);\n free(pstr->offsets);\n if (pstr->mbs_allocated != '\0') {\n free(pstr->mbs);\n }\n return;\n}\n\n" comment (function_defin...
(translation_unit "void __regparm3 FUN_0005ed23(int param_1)\n\n{\n free(*(void **)(param_1 + 8));\n free(*(void **)(param_1 + 0xc));\n if (*(char *)(param_1 + 0x4b) != '\0') {\n free(*(void **)(param_1 + 4));\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_0005ed23(int param_1)\n\n{\n free(*(v...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * ...
(function_definition "void __regparm3 FUN_0005ed23(int param_1)\n\n{\n free(*(void **)(param_1 + 8));\n free(*(void **)(param_1 + 0xc));\n if (*(char *)(param_1 + 0x4b) != '\0') {\n free(*(void **)(param_1 + 4));\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 function_1(type_1 *pstr) { var_1(pstr->wcs); var_1(pstr->offsets); if (pstr->mbs_allocated != '\0') { var_1(pstr->mbs); } return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (i...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(int param_1) { free(*(void **)(param_1 + 8)); free(*(void **)(param_1 + 0xc)); if (*(char *)(param_1 + 0x4b) != '\0') { free(*(void **)(param_1 + 4)); } return; }
9830_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
__introsort_loop<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const_gold::Stringpool_template<unsigned_int>::Hashkey,_unsigned_int>,_false,_true>*,_std::vector<std::__detail::_Node_iterator<std::pair<const_gold::Stringpool_template<unsigned_int>::Hashkey,_unsigned_int>,_false,_true>,_std::alloca...
FUN_0034bee0
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __introsort_loop<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*, std::vector<std::__detail::_Node_iter...
void FUN_0034bee0(undefined4 *param_1,undefined4 *param_2,int param_3,undefined1 param_4) { undefined4 *puVar1; undefined4 *puVar2; undefined4 uVar3; char cVar4; int iVar5; undefined4 uVar6; undefined4 *puVar7; int iVar8; undefined4 *local_30; undefined1 local_1d [13]; iVar5 = (int)param_2 - ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV ESI,dword ptr [ESP + 0x44] MOV EBX,dword ptr [ESP + 0x40] MOV EAX,ESI SUB EAX,EBX CMP EAX,0x40 JLE 0x0034c079 MOV ECX,dword ptr [ESP + 0x48] TEST ECX,ECX JZ 0x0034c108 LEA EAX,[EBX + 0x4] MOV dword ptr [ESP + 0x4],EAX LEA EAX,[ESP + 0x1f] MOV dword ptr [ESP],EAX MOV ...
null
null
null
null
[(u'COPY_-1205090001', u'MULTIEQUAL_-1205091074'), ('const-417', u'STORE_-1205091341'), (u'LOAD_-1205091636', u'STORE_-1205091591'), (u'PTRADD_-1205089822', u'PTRSUB_-1205089820'), (u'CAST_-1205090216', u'INT_SUB_-1205092573'), ('const-4294967295', u'INT_ADD_-1205091530'), ('const-417', u'LOAD_-1205091354'), (u'PTRADD_...
[(u'PTRADD_-1205090300', u'CALL_-1205091331'), (u'LOAD_-1205091636', u'STORE_-1205091591'), ('tmp_7202', u'CALL_-1205091520'), (u'CALL_-1205091331', u'INDIRECT_-1205090048'), (u'PTRADD_-1205090256', u'STORE_-1205091160'), (u'LOAD_-1205091178', u'MULTIEQUAL_-1205090745'), (u'CAST_-1205090254', u'INT_SUB_-1205092450'), (...
null
null
0034bee0
x86
O1
(translation_unit "void FUN_0034bee0(undefined4 *param_1,undefined4 *param_2,int param_3,undefined1 param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n undefined4 *local_30;\n undefined1 local_1d [13]...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __introsort_loop<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const\n gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*,\n std::vector<std...
(translation_unit "void FUN_0034bee0(undefined4 *param_1,undefined4 *param_2,int param_3,undefined1 param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n undefined4 *local_30;\n undefined1 local_1d [13]...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration ...
(function_definition "void FUN_0034bee0(undefined4 *param_1,undefined4 *param_2,int param_3,undefined1 param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n undefined4 *puVar7;\n int iVar8;\n undefined4 *local_30;\n undefined1 local_1d [...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __introsort_loop<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*, std::vector<std::__detail::_Node_iter...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
void MASKED(undefined4 *param_1,undefined4 *param_2,int param_3,undefined1 param_4) { undefined4 *puVar1; undefined4 *puVar2; undefined4 uVar3; char cVar4; int iVar5; undefined4 uVar6; undefined4 *puVar7; int iVar8; undefined4 *local_30; undefined1 local_1d [13]; iVar5 = (int)param_2 - (int)p...
172_aarch64-linux-gnu-size_and_aarch64-linux-gnu-size_strip.c
bfd_close_all_done
bfd_close_all_done
/* WARNING: Control flow encountered bad instruction data */ void bfd_close_all_done(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_close_all_done(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952330')]
[('const-1', u'RETURN_-1205952330')]
null
null
0001a0ac
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR...
(translation_unit "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_dec...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close_all_done(void)" (identifier "bfd_close_all_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stat...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
10042_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
set_thread_count
FUN_00366620
/* DWARF original prototype: void set_thread_count(Workqueue * this, int threads) */ void __thiscall gold::Workqueue::set_thread_count(Workqueue *this,int threads) { Lock_impl *pLVar1; _func_int_varargs *p_Var2; Condvar_impl *pCVar3; int unaff_EDI; __x86_get_pc_thunk_di(); pLVar1 = (this->lock_).lock_...
void FUN_00366620(undefined4 *param_1,int param_2) { code *pcVar1; int unaff_EDI; FUN_00074f0a(); (**(code **)(*(int *)*param_1 + 8))((int *)*param_1); pcVar1 = *(code **)(*(int *)param_1[9] + 8); if (pcVar1 == (code *)(unaff_EDI + 0x8e7)) { if (param_2 < 1) { /* WARNING: Subrou...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x00074f0a ADD EDI,0x2839d7 PUSH ESI PUSH EBX SUB ESP,0x18 MOV ESI,dword ptr [EBP + 0x8] MOV EBX,dword ptr [EBP + 0xc] MOV EAX,dword ptr [ESI] MOV EDX,dword ptr [EAX] PUSH EAX CALL dword ptr [EDX + 0x8] MOV EDX,dword ptr [ESI + 0x24] LEA ECX,[EDI + 0xffd7cf10] ADD ESP,0x10 MOV EAX,dwo...
null
null
null
null
[('const-2', u'PTRADD_-1205245910'), ('const-417', u'LOAD_-1205246274'), (u'LOAD_-1205246312', u'CALLIND_-1205246126'), (u'PTRADD_-1205245910', u'LOAD_-1205246312'), ('const-0', u'PTRSUB_-1205245884'), ('const-110', u'CALL_-1205246122'), ('tmp_824', u'INT_ADD_-1205246320'), ('const-417', u'LOAD_-1205246248'), (u'INT_AD...
[(u'LOAD_-1205246312', u'CALLIND_-1205246126'), (u'LOAD_-1205246360', u'INT_ADD_-1205246335'), ('tmp_1289', u'PTRADD_-1205245909'), (u'CAST_-1205245904', u'LOAD_-1205246257'), (u'INT_ADD_-1205246197', u'CAST_-1205245879'), (u'LOAD_-1205246224', u'INT_ADD_-1205246197'), ('const-417', u'LOAD_-1205246274'), (u'LOAD_-12052...
null
null
00366620
x86
O1
(translation_unit "void FUN_00366620(undefined4 *param_1,int param_2)\n\n{\n code *pcVar1;\n int unaff_EDI;\n \n FUN_00074f0a();\n (**(code **)(*(int *)*param_1 + 8))((int *)*param_1);\n pcVar1 = *(code **)(*(int *)param_1[9] + 8);\n if (pcVar1 == (code *)(unaff_EDI + 0x8e7)) {\n if (param_2 < 1) {\n ...
(translation_unit "/* DWARF original prototype: void set_thread_count(Workqueue * this, int threads) */\n\nvoid __thiscall gold::Workqueue::set_thread_count(Workqueue *this,int threads)\n\n{\n Lock_impl *pLVar1;\n _func_int_varargs *p_Var2;\n Condvar_impl *pCVar3;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n ...
(translation_unit "void FUN_00366620(undefined4 *param_1,int param_2)\n\n{\n code *pcVar1;\n int unaff_EDI;\n \n FUN_00074f0a();\n (**(code **)(*(int *)*param_1 + 8))((int *)*param_1);\n pcVar1 = *(code **)(*(int *)param_1[9] + 8);\n if (pcVar1 == (code *)(unaff_EDI + 0x8e7)) {\n if (param_2 < 1) {\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (call_expre...
(function_definition "void FUN_00366620(undefined4 *param_1,int param_2)\n\n{\n code *pcVar1;\n int unaff_EDI;\n \n FUN_00074f0a();\n (**(code **)(*(int *)*param_1 + 8))((int *)*param_1);\n pcVar1 = *(code **)(*(int *)param_1[9] + 8);\n if (pcVar1 == (code *)(unaff_EDI + 0x8e7)) {\n if (param_2 < 1) {\n ...
/* DWARF original prototype: void set_thread_count(Workqueue * this, int threads) */ void __thiscall gold::type_1::function_1(type_1 *this,int var_4) { type_2 *pLVar1; type_3 *var_2; type_4 *pCVar3; int var_3; var_1(); pLVar1 = (this->lock_).lock_; (*pLVar1->_vptr_Lock_impl[2])(pLVar1); var_2 = th...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
null
void MASKED(undefined4 *param_1,int param_2) { code *pcVar1; int unaff_EDI; FUN_00074f0a(); (**(code **)(*(int *)*param_1 + 8))((int *)*param_1); pcVar1 = *(code **)(*(int *)param_1[9] + 8); if (pcVar1 == (code *)(unaff_EDI + 0x8e7)) { if (param_2 < 1) { /* WARNING: Subroutine d...
476_busybox_and_busybox_strip.c
lm_add
FUN_0003a5d6
void __regparm3 lm_add(byte *r,byte *a,byte *b) { byte bVar1; byte *pbVar2; ushort uVar3; int iVar4; iVar4 = 0; uVar3 = 0; do { uVar3 = (uVar3 >> 8) + (ushort)a[iVar4] + (ushort)b[iVar4]; r[iVar4] = (byte)uVar3; iVar4 = iVar4 + 1; } while (iVar4 != 0x20); r[0x1f] = r[0x1f] & 0x7f; u...
void __regparm3 FUN_0003a5d6(byte *param_1,int param_2,int param_3) { byte bVar1; byte *pbVar2; ushort uVar3; int iVar4; iVar4 = 0; uVar3 = 0; do { uVar3 = (uVar3 >> 8) + (ushort)*(byte *)(param_2 + iVar4) + (ushort)*(byte *)(param_3 + iVar4); param_1[iVar4] = (byte)uVar3; iVar4 = iVar4 +...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX MOV ESI,0x0 MOV EBX,0x0 SHR BX,0x8 MOVZX EDI,byte ptr [EDX + ESI*0x1] MOVZX EBP,byte ptr [ECX + ESI*0x1] ADD EDI,EBP ADD EBX,EDI MOV byte ptr [EAX + ESI*0x1],BL INC ESI CMP ESI,0x20 JNZ 0x0003a5e4 AND byte ptr [EAX + 0x1f],0x7f SHR BX,0x7 LEA EDX,[EBX + EBX*0x8] LEA EBX,[EBX + EDX*0x...
null
null
null
null
[(u'PTRADD_-1206081885', u'STORE_-1206081942'), (u'INT_ADD_-1206081654', u'MULTIEQUAL_-1206081628'), ('tmp_715', u'PTRADD_-1206081917'), ('const-32', u'INT_NOTEQUAL_-1206081950'), (u'LOAD_-1206082009', u'INT_ZEXT_-1206081993'), ('tmp_278', u'CBRANCH_-1206081948'), (u'PTRADD_-1206081736', u'MULTIEQUAL_-1206081629'), (u'...
[(u'PTRADD_-1206081885', u'STORE_-1206081942'), (u'INT_ADD_-1206081654', u'MULTIEQUAL_-1206081628'), ('const-8', u'INT_RIGHT_-1206082030'), ('const-0', u'SUBPIECE_-1206081653'), (u'LOAD_-1206082009', u'INT_ZEXT_-1206081993'), ('tmp_278', u'CBRANCH_-1206081948'), (u'PTRADD_-1206081736', u'MULTIEQUAL_-1206081629'), (u'LO...
null
null
0003a5d6
x86
O1
(translation_unit "void __regparm3 FUN_0003a5d6(byte *param_1,int param_2,int param_3)\n\n{\n byte bVar1;\n byte *pbVar2;\n ushort uVar3;\n int iVar4;\n \n iVar4 = 0;\n uVar3 = 0;\n do {\n uVar3 = (uVar3 >> 8) + (ushort)*(byte *)(param_2 + iVar4) + (ushort)*(byte *)(param_3 + iVar4);\n param_1[iVar4] = (b...
(translation_unit "void __regparm3 lm_add(byte *r,byte *a,byte *b)\n\n{\n byte bVar1;\n byte *pbVar2;\n ushort uVar3;\n int iVar4;\n \n iVar4 = 0;\n uVar3 = 0;\n do {\n uVar3 = (uVar3 >> 8) + (ushort)a[iVar4] + (ushort)b[iVar4];\n r[iVar4] = (byte)uVar3;\n iVar4 = iVar4 + 1;\n } while (iVar4 != 0x20);...
(translation_unit "void __regparm3 FUN_0003a5d6(byte *param_1,int param_2,int param_3)\n\n{\n byte bVar1;\n byte *pbVar2;\n ushort uVar3;\n int iVar4;\n \n iVar4 = 0;\n uVar3 = 0;\n do {\n uVar3 = (uVar3 >> 8) + (ushort)*(byte *)(param_2 + iVar4) + (ushort)*(byte *)(param_3 + iVar4);\n param_1[iVar4] = (b...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_decla...
(function_definition "void __regparm3 FUN_0003a5d6(byte *param_1,int param_2,int param_3)\n\n{\n byte bVar1;\n byte *pbVar2;\n ushort uVar3;\n int iVar4;\n \n iVar4 = 0;\n uVar3 = 0;\n do {\n uVar3 = (uVar3 >> 8) + (ushort)*(byte *)(param_2 + iVar4) + (ushort)*(byte *)(param_3 + iVar4);\n param_1[iVar4] =...
void __regparm3 function_1(type_1 *var_3,type_1 *a,type_1 *b) { type_1 var_4; type_1 *var_5; type_2 var_1; int var_2; var_2 = 0; var_1 = 0; do { var_1 = (var_1 >> 8) + (type_2)a[var_2] + (type_2)b[var_2]; var_3[var_2] = (type_1)var_1; var_2 = var_2 + 1; } while (var_2 != 0x20); var_3[...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type)...
null
void __regparm3 MASKED(byte *param_1,int param_2,int param_3) { byte bVar1; byte *pbVar2; ushort uVar3; int iVar4; iVar4 = 0; uVar3 = 0; do { uVar3 = (uVar3 >> 8) + (ushort)*(byte *)(param_2 + iVar4) + (ushort)*(byte *)(param_3 + iVar4); param_1[iVar4] = (byte)uVar3; iVar4 = iVar4 + 1; ...
9190_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
set_output_symtab_index
FUN_00319330
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */ void __thiscall gold::Symbol_value<32>::set_output_symtab_index(Symbol_value<32> *this,uint i) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00319330(int *param_1,int param_2) { if ((*param_1 != 0) && (*param_1 != -2)) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x70c,"set_output_symtab_index",para...
PUSH EBX CALL 0x00050b50 ADD EBX,0x2d0cca SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x14] MOV ECX,dword ptr [EAX] TEST ECX,ECX JZ 0x00319352 CMP ECX,-0x2 JNZ 0x00319361 LEA ECX,[EDX + -0x1] CMP ECX,-0x4 JA 0x0031937a MOV dword ptr [EAX],EDX ADD ESP,0x8 POP EBX RET LEA EAX,[EBX + 0xffeabbe0] PU...
null
null
null
null
[('const-1', u'RETURN_-1204907198')]
[('tmp_651', u'LOAD_-1204907161'), ('const-4807648', u'COPY_-1204906940'), ('const-417', u'LOAD_-1204907161'), ('const-4510597', u'COPY_-1204906916'), ('tmp_651', u'CALL_-1204907010'), (u'INT_LESS_-1204907095', u'CBRANCH_-1204907103'), (u'COPY_-1204906914', u'CALL_-1204907010'), ('tmp_145', u'CBRANCH_-1204907126'), ('t...
null
null
00319330
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00319330(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x70c,"set_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */\n\nvoid __thiscall gold::Symbol_value<32>::set_output_symtab_index(Symbol_value<32> *this,uint i)\n\n{\n}\n\n" comment...
(translation_unit "void FUN_00319330(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n \n FUN_002446e0("../../gold/object.h",0x70c,"set_output_symtab_index",param_2);\n }\n if (param_2 - 1U < 0xfffffffd) {\n *param_1 = param_2;\n return;\n }\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression...
(function_definition "void FUN_00319330(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n \n FUN_002446e0("../../gold/object.h",0x70c,"set_output_symtab_index",param_2);\n }\n if (param_2 - 1U < 0xfffffffd) {\n *param_1 = param_2;\n return;\n }\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */ void __thiscall gold::type_1<32>::function_1(type_1<32> *this,type_2 i) { }
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: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2) { if ((*param_1 != 0) && (*param_1 != -2)) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/object.h",0x70c,"set_output_symtab_index",param_2); ...
9995_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
_M_insert<false>
FUN_00254dd0
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::_M_insert<false>(std::ostreambuf_iterator<wchar_t, std::char_traits<wch...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void FUN_00254dd0(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5 ,undefined4 param_6,int *param_7) { undefined4 uVar1; undefined4 uVar2; undefined4 uVar3; uint uVar4; ...
CALL 0x0006206f ADD ECX,0x15522b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV ESI,ECX MOV EBX,ECX SUB ESP,0x68 MOV EAX,dword ptr [EBP + 0x10] MOV dword ptr [EBP + -0x34],ECX MOV dword ptr [EBP + -0x40],EAX MOV EAX,dword ptr [EBP + 0x14] MOV dword ptr [EBP + -0x38],EAX MOV byte ptr [EBP + -0x39],AL MOV EAX,dword ...
null
null
null
null
[('const-0', u'STORE_-1204135628'), (u'LOAD_-1204135468', u'MULTIEQUAL_-1204135701'), (u'MULTIEQUAL_-1204135701', u'INT_ADD_-1204137646'), ('const-0', u'STORE_-1204135732'), ('tmp_16523', u'INT_ADD_-1204138342'), (u'INDIRECT_-1204132260', u'MULTIEQUAL_-1204133199'), (u'LOAD_-1204137489', u'INT_SUB_-1204137424'), (u'CAS...
[(u'CALL_-1204136017', u'INDIRECT_-1204132718'), (u'MULTIEQUAL_-1204132860', u'INT_NOTEQUAL_-1204136546'), (u'LOAD_-1204137489', u'INT_SUB_-1204137424'), (u'INDIRECT_-1204131941', u'MULTIEQUAL_-1204132939'), (u'CALL_-1204135591', u'INDIRECT_-1204132239'), ('const-1', u'INT_ADD_-1204136839'), ('const-417', u'LOAD_-12041...
null
null
00254dd0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_00254dd0(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,int *param_7)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefi...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::money_put<wchar_t,\n std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::_M_insert<false>(std::ostreambuf_iterator<wchar_t,...
(translation_unit "void FUN_00254dd0(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,int *param_7)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n int...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ...
(function_definition "void FUN_00254dd0(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,int *param_7)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n uint uVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n ...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::_M_insert<false>(std::ostreambuf_iterator<wchar_t, std::char_traits<wch...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,undefined4 param_4,int param_5 ,undefined4 param_6,int *param_7) { undefined4 uVar1; undefined4 uVar2; undefined4 uVar3; uint uVar4; int ...
11379_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
strncat
strncat
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strncat(char *__dest,char *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* strncat@@GLIBC_2.0 *...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strncat(char *__dest,char *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1201741658')]
[('const-1', u'RETURN_-1201741658')]
null
null
0041e09c
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strncat(char *__dest,char *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strncat(char *__dest,char *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "char * strncat(char *__dest,char *__src,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strncat(char *__dest,char *__src,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strncat(char *__dest,char *__src,...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call...
(function_definition "char * strncat(char *__dest,char *__src,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strncat(char *__dest,char *__src,size_t __n)" (* "*") (function_declarator "strncat(char *__dest,char *__src,size_t __n)" (identifier "strncat") (par...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__dest,char *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* strncat@@GLIBC_2....
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__dest,char *__src,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
999_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
bfd_get_section_by_name_if
bfd_get_section_by_name_if
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_section_by_name_if(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_section_by_name_if(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207742434')]
[('const-1', u'RETURN_-1207742434')]
null
null
001c5014
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_section_by_name_if(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_section_by_name_if(void)\n\n{\n ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_section_by_name_if(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_section_by_name_if(void)\n\n{\n ...
(translation_unit "void bfd_get_section_by_name_if(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_section_by_name_if(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_section_by_name_if(void)" identifier (parameter_list "...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_get_section_by_name_if(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_section_by_name_if(void)" (identifier "bfd_get_section_by_name_if") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
2403_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
~Input_file_argument
FUN_0007d320
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Input_file_argument(Input_file_argument * this, int __in_chrg) */ void __thiscall gold::Input_file_argument::~Input_file_argument(Input_file_argument *this,int __in_chrg) { pointer pcVar1; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0007d320(int *param_1) { if ((int *)param_1[7] != param_1 + 9) { FUN_001fd020((int *)param_1[7]); } if ((int *)*param_1 != param_1 + 2) { FUN_001fd020((int *)*param_1); } return; }
PUSH ESI PUSH EBX CALL 0x00036db0 ADD EBX,0x32ccd9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ESI + 0x1c] LEA EDX,[ESI + 0x24] CMP EAX,EDX JZ 0x0007d34a SUB ESP,0xc PUSH EAX CALL 0x001fd020 ADD ESP,0x10 MOV EAX,dword ptr [ESI] ADD ESI,0x8 CMP EAX,ESI JZ 0x0007d35f SUB ESP,0xc PUSH EAX CALL 0x001fd020...
null
null
null
null
[('const-8', u'PTRSUB_-1206332310'), ('const-0', u'PTRSUB_-1206332290'), ('const-0', u'PTRSUB_-1206332292'), (u'LOAD_-1206332526', u'CAST_-1206332283'), (u'PTRSUB_-1206332292', u'PTRSUB_-1206332287'), ('const-0', u'PTRSUB_-1206332314'), ('const-28', u'PTRSUB_-1206332321'), ('tmp_392', u'PTRSUB_-1206332321'), (u'LOAD_-1...
[('const-417', u'LOAD_-1206332526'), ('const-4', u'PTRADD_-1206332326'), (u'CAST_-1206332301', u'INT_NOTEQUAL_-1206332495'), (u'CAST_-1206332301', u'CALL_-1206332472'), (u'PTRADD_-1206332326', u'LOAD_-1206332587'), ('tmp_706', u'PTRADD_-1206332326'), (u'CAST_-1206332324', u'INT_NOTEQUAL_-1206332562'), ('const-0', u'RET...
null
null
0007d320
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0007d320(int *param_1)\n\n{\n if ((int *)param_1[7] != param_1 + 9) {\n FUN_001fd020((int *)param_1[7]);\n }\n if ((int *)*param_1 != param_1 + 2) {\n FUN_001fd020((int *)*param_1);\n }\n r...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Input_file_argument(Input_file_argument * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Input_file_argument::~Input_file_argument(Input_file_argument *this,int __in_chrg)\n\...
(translation_unit "void FUN_0007d320(int *param_1)\n\n{\n if ((int *)param_1[7] != param_1 + 9) {\n FUN_001fd020((int *)param_1[7]);\n }\n if ((int *)*param_1 != param_1 + 2) {\n FUN_001fd020((int *)*param_1);\n }\n return;\n}\n\n" (function_definition "void FUN_0007d320(int *param_1)\n\n{\n if ((int *)para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscr...
(function_definition "void FUN_0007d320(int *param_1)\n\n{\n if ((int *)param_1[7] != param_1 + 9) {\n FUN_001fd020((int *)param_1[7]);\n }\n if ((int *)*param_1 != param_1 + 2) {\n FUN_001fd020((int *)*param_1);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0007d320(int *param_1)" (ide...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Input_file_argument(Input_file_argument * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->extra_search...
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 (if_statement condition: (parenthesized...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1) { if ((int *)param_1[7] != param_1 + 9) { FUN_001fd020((int *)param_1[7]); } if ((int *)*param_1 != param_1 + 2) { FUN_001fd020((int *)*param_1); } return; }
1551_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
~Struct_Bstatic
FUN_000459c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_Bstatic(Struct_Bstatic * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_Bstatic::~Struct_Bstatic(Struct_Bstatic *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000459c0(undefined4 *param_1) { *param_1 = &PTR_FUN_00404e38; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x0003a210 ADD EBX,0x3ce63a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff0e38] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x000459f2 SUB ESP,0xc PUSH EDX CALL 0x00248220 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1206167086')]
[('const-417', u'STORE_-1206167033'), ('const-417', u'LOAD_-1206167029'), (u'INT_NOTEQUAL_-1206167009', u'CBRANCH_-1206167009'), ('const-0', u'RETURN_-1206166946'), ('const-3', u'PTRADD_-1206166877'), ('tmp_439', u'PTRADD_-1206166864'), ('tmp_439', u'PTRADD_-1206166877'), (u'PTRADD_-1206166877', u'INT_NOTEQUAL_-1206167...
null
null
000459c0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000459c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00404e38;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_Bstatic(Struct_Bstatic * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_Bstatic::~Struct_Bstatic(Struct_Bstatic *this,int __in_chrg)\n\n{\n}\n\...
(translation_unit "void FUN_000459c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00404e38;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_000459c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00404e38;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_000459c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00404e38;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000459c0(undefined4 *param_1)" (identifier "FUN_000459c0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_Bstatic(Struct_Bstatic * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00404e38; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } return; }
3982_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_addralign
FUN_0010a3b0
/* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_addralign(Stub_table<false> * this) */ uint64_t __thiscall anon_unknown.dwarf_91258a::Stub_table<false>::do_addralign(Stub_table<false> *this) { return this->prev_addralign_; }
undefined8 FUN_0010a3b0(int param_1) { return *(undefined8 *)(param_1 + 0x7c); }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EAX + 0x80] MOV EAX,dword ptr [EAX + 0x7c] RET
null
null
null
null
[(u'COPY_-1206934581', u'RETURN_-1206934574'), ('const-0', u'RETURN_-1206934574'), ('const-124', u'PTRSUB_-1206934515'), ('tmp_35', u'PTRSUB_-1206934515'), ('const-417', u'LOAD_-1206934580'), (u'PTRSUB_-1206934515', u'LOAD_-1206934580'), (u'LOAD_-1206934580', u'COPY_-1206934581')]
[(u'COPY_-1206934581', u'RETURN_-1206934574'), ('const-0', u'RETURN_-1206934574'), (u'INT_ADD_-1206934573', u'CAST_-1206934519'), ('const-417', u'LOAD_-1206934582'), (u'CAST_-1206934519', u'LOAD_-1206934582'), ('tmp_41', u'INT_ADD_-1206934573'), ('const-124', u'INT_ADD_-1206934573'), (u'LOAD_-1206934582', u'COPY_-12069...
null
null
0010a3b0
x86
O1
(translation_unit "undefined8 FUN_0010a3b0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x7c);\n}\n\n" (function_definition "undefined8 FUN_0010a3b0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x7c);\n}" type_identifier (function_declarator "FUN_0010a3b0(int param_1)" identifier (parameter_list "(int...
(translation_unit "/* WARNING: Enum "<anon>": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_addralign(Stub_table<false> * this) */\n\nuint64_t __thiscall\nanon_unknown.dwarf_91258a::Stub_table<false>::do_addralign(Stub_table<false> *this)\n\n{\n return this->prev_addralign_;\n}\n\n"...
(translation_unit "undefined8 FUN_0010a3b0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x7c);\n}\n\n" (function_definition "undefined8 FUN_0010a3b0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x7c);\n}" type_identifier (function_declarator "FUN_0010a3b0(int param_1)" identifier (parameter_list "(int...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ...
(function_definition "undefined8 FUN_0010a3b0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x7c);\n}" (type_identifier "undefined8") (function_declarator "FUN_0010a3b0(int param_1)" (identifier "FUN_0010a3b0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (...
/* WARNING: Enum "<anon>": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_addralign(Stub_table<false> * this) */ uint64_t __thiscall anon_unknown.dwarf_91258a::type_1<false>::function_1(type_1<false> *this) { return this->prev_addralign_; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ...
null
undefined8 MASKED(int param_1) { return *(undefined8 *)(param_1 + 0x7c); }
618_i686-gnu-as_and_i686-gnu-as_strip.c
symbol_equated_reloc_p
FUN_00039d60
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int symbol_equated_reloc_p(symbolS *s) { int iVar1; segT paVar2; if (((uint)s->sy_flags & 1) != 0) { if ((segT)s->bsym != reg_section) { return 0; } s = (s->sy_value).X_op_symbol; } iVar1 = 0; if ...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ uint FUN_00039d60(byte *param_1) { uint uVar1; undefined *puVar2; if ((*param_1 & 1) != 0) { if (*(undefined **)(param_1 + 4) != DAT_00084798) { return 0; } param_1 = *(byte **)(param_1 + 0xc); } u...
CALL 0x00019a15 ADD ECX,0x4129b PUSH EBX MOV EDX,dword ptr [ESP + 0x8] TEST byte ptr [EDX],0x1 JZ 0x00039d93 LEA EBX,[ECX + 0x9798] XOR EAX,EAX MOV EBX,dword ptr [EBX] CMP dword ptr [EDX + 0x4],EBX JZ 0x00039d90 POP EBX RET MOV EDX,dword ptr [EDX + 0xc] XOR EAX,EAX CMP byte ptr [EDX + 0x14],0x3 JNZ 0x00039d84 MOVZX EBX...
null
null
null
null
[(u'INT_AND_-1206084192', u'INT_NOTEQUAL_-1206084205'), ('const-1', u'INT_AND_-1206084192'), ('const-8', u'PTRSUB_-1206083748'), (u'MULTIEQUAL_-1206083816', u'PTRSUB_-1206083685'), ('const-417', u'LOAD_-1206083903'), (u'COPY_-1206083941', u'MULTIEQUAL_-1206083836'), ('const-417', u'LOAD_-1206083893'), (u'PTRSUB_-120608...
[(u'MULTIEQUAL_-1206083739', u'PTRADD_-1206083883'), ('const-417', u'LOAD_-1206084107'), (u'INT_AND_-1206084192', u'INT_NOTEQUAL_-1206084205'), (u'COPY_-1206083941', u'MULTIEQUAL_-1206083836'), ('const-1', u'INT_AND_-1206083803'), ('const-417', u'LOAD_-1206084180'), ('tmp_1108', u'COPY_-1206083751'), (u'CAST_-120608375...
null
null
00039d60
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nuint FUN_00039d60(byte *param_1)\n\n{\n uint uVar1;\n undefined *puVar2;\n \n if ((*param_1 & 1) != 0) {\n if (*(undefined **)(param_1 + 4) != DAT_00084798) {\n return 0;\n }\n param_1 = *(by...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nint symbol_equated_reloc_p(symbolS *s)\n\n{\n int iVar1;\n segT paVar2;\n \n if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return 0;\n }\n s = (s->sy_value).X_op_...
(translation_unit "uint FUN_00039d60(byte *param_1)\n\n{\n uint uVar1;\n undefined *puVar2;\n \n if ((*param_1 & 1) != 0) {\n if (*(undefined **)(param_1 + 4) != DAT_00084798) {\n return 0;\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n uVar1 = 0;\n if (param_1[0x14] == 3) {\n if (((*param_1 &...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (paren...
(function_definition "uint FUN_00039d60(byte *param_1)\n\n{\n uint uVar1;\n undefined *puVar2;\n \n if ((*param_1 & 1) != 0) {\n if (*(undefined **)(param_1 + 4) != DAT_00084798) {\n return 0;\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n uVar1 = 0;\n if (param_1[0x14] == 3) {\n if (((*param_...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ int function_1(type_1 *s) { int iVar1; type_2 var_2; if (((type_3)s->sy_flags & 1) != 0) { if ((type_2)s->bsym != var_1) { return 0; } s = (s->sy_value).X_op_symbol; } iVar1 = 0; if ((s->sy_value)...
null
(translation_unit (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_identifier) ...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ uint MASKED(byte *param_1) { uint uVar1; undefined *puVar2; if ((*param_1 & 1) != 0) { if (*(undefined **)(param_1 + 4) != DAT_00084798) { return 0; } param_1 = *(byte **)(param_1 + 0xc); } uVar1 =...
7129_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
do_add_ehframe_input_section<32,_false>
FUN_001d0980
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original name: do_add_ehframe_input_section<32, false> DWARF original prototype: bool do_add_ehframe_input_section<32,_false>(Eh_frame * this, Sized_relobj_file<32,_false> * object, uchar * symbols, section_size_type...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char FUN_001d0980(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,uint...
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI LEA EAX,[EBP + -0x40] PUSH EBX CALL 0x00036db0 ADD EBX,0x1d9672 SUB ESP,0x5c PUSH dword ptr [EBP + 0x28] MOV ESI,dword ptr [EBP + 0x30] PUSH dword ptr [EBP + 0x24] PUSH dword ptr [EBP + 0xc] PUSH EAX MOV dword ptr [EBP + -0x54],EBX MOV dword ptr [EBP + -0x40],0x0 MOV dword ptr [EB...
null
null
null
null
[(u'INT_EQUAL_-1207825502', u'CBRANCH_-1207825500'), (u'INDIRECT_-1207824204', u'MULTIEQUAL_-1207824029'), ('tmp_1986', u'CAST_-1207823956'), ('tmp_3299', u'PTRSUB_-1207824093'), (u'INT_SEXT_-1207824246', u'CALL_-1207825368'), (u'CALL_-1207825215', u'INDIRECT_-1207823963'), (u'MULTIEQUAL_-1207824027', u'MULTIEQUAL_-120...
[(u'INT_EQUAL_-1207825502', u'CBRANCH_-1207825500'), (u'INT_NOTEQUAL_-1207825861', u'CBRANCH_-1207825861'), (u'INDIRECT_-1207824197', u'MULTIEQUAL_-1207824053'), (u'INDIRECT_-1207824256', u'MULTIEQUAL_-1207824092'), (u'INT_LESSEQUAL_-1207824924', u'MULTIEQUAL_-1207824139'), (u'INDIRECT_-1207824197', u'MULTIEQUAL_-12078...
null
null
001d0980
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar FUN_001d0980(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n u...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original name: do_add_ehframe_input_section<32, false>\n DWARF original prototype: bool do_add_ehframe_input_section<32,_false>(Eh_frame * this,\n Sized_relobj_file<32,_false> * object, uchar * symbo...
(translation_unit "char FUN_001d0980(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,uint *param_10,int param_11,undefined4 param_12)\n\n{\n uint *puVar1;\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "char FUN_001d0980(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,uint *param_10,int param_11,undefined4 param_12)\n\n{\n uint *puVar1;\...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original name: do_add_ehframe_input_section<32, false> DWARF original prototype: bool do_add_ehframe_input_section<32,_false>(Eh_frame * this, Sized_relobj_file<32,_false> * object, uchar * symbols, section_size_type...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,uint *para...
41_sg_start_and_sg_start_strip.c
__stack_chk_fail
__stack_chk_fail
/* WARNING: Control flow encountered bad instruction data */ void __stack_chk_fail(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __stack_chk_fail@@GLIBC_2.4 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __stack_chk_fail(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205964774')]
[('const-1', u'RETURN_-1205964774')]
null
null
00017010
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __stack_chk_fail(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __stack_chk_fail(void)\n\n{\n /* WARNING...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __stack_chk_fail(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __stack_chk_fail@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __st...
(translation_unit "void __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__stack_chk_fail(void)" identifier (parameter_list "(void)" ( (parameter_declarati...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__stack_chk_fail(void)" (identifier "__stack_chk_fail") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __stack_chk_fail@@GLIBC_2.4 */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
9233_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
d_print_subexpr
FUN_00212d90
void __regparm3 d_print_subexpr(int param_1,undefined4 param_2,uint *param_3) { uint uVar1; int iVar2; int iVar3; uVar1 = *param_3; if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) { iVar2 = *(int *)(param_1 + 0x100); iVar3 = iVar2 + 1; if (iVar2 == 0xff) { iVar3 = 1; *(undef...
void __regparm3 FUN_00212d90(int param_1,undefined4 param_2,uint *param_3) { uint uVar1; int iVar2; int iVar3; uVar1 = *param_3; if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) { iVar2 = *(int *)(param_1 + 0x100); iVar3 = iVar2 + 1; if (iVar2 == 0xff) { iVar3 = 1; *(undefine...
PUSH ESI PUSH EBX SUB ESP,0x14 MOV EBX,dword ptr [ECX] CMP EBX,0x1 JBE 0x00212e70 CMP EBX,0x30 JZ 0x00212e70 CMP EBX,0x6 JZ 0x00212e70 MOV EBX,EAX MOV EAX,dword ptr [EAX + 0x100] LEA ESI,[EAX + 0x1] CMP EAX,0xff JNZ 0x00212e01 MOV dword ptr [ESP + 0xc],ECX SUB ESP,0x4 MOV ESI,0x1 MOV dword ptr [ESP + 0xc],EDX MOV byte ...
null
null
null
null
[('const-296', u'INT_ADD_-1203884415'), (u'COPY_-1203884516', u'MULTIEQUAL_-1203884134'), (u'LOAD_-1203884468', u'CALLIND_-1203884458'), ('const-255', u'CALLIND_-1203884458'), ('tmp_1126', u'INT_ADD_-1203884199'), ('tmp_1126', u'INT_ADD_-1203884475'), (u'INT_NOTEQUAL_-1203884594', u'CBRANCH_-1203884593'), ('const-255',...
[('const-296', u'INT_ADD_-1203884415'), (u'COPY_-1203884516', u'MULTIEQUAL_-1203884134'), (u'LOAD_-1203884468', u'CALLIND_-1203884458'), ('const-255', u'CALLIND_-1203884458'), ('tmp_1126', u'INT_ADD_-1203884199'), ('tmp_1126', u'INT_ADD_-1203884475'), (u'INT_NOTEQUAL_-1203884594', u'CBRANCH_-1203884593'), ('const-255',...
null
null
00212d90
x86
O1
(translation_unit "void __regparm3 FUN_00212d90(int param_1,undefined4 param_2,uint *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n uVar1 = *param_3;\n if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) {\n iVar2 = *(int *)(param_1 + 0x100);\n iVar3 = iVar2 + 1;\n if (iVar2 == 0xff) {\n ...
(translation_unit "void __regparm3 d_print_subexpr(int param_1,undefined4 param_2,uint *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n uVar1 = *param_3;\n if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) {\n iVar2 = *(int *)(param_1 + 0x100);\n iVar3 = iVar2 + 1;\n if (iVar2 == 0xff) {\n...
(translation_unit "void __regparm3 FUN_00212d90(int param_1,undefined4 param_2,uint *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n uVar1 = *param_3;\n if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) {\n iVar2 = *(int *)(param_1 + 0x100);\n iVar3 = iVar2 + 1;\n if (iVar2 == 0xff) {\n ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl...
(function_definition "void __regparm3 FUN_00212d90(int param_1,undefined4 param_2,uint *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n \n uVar1 = *param_3;\n if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) {\n iVar2 = *(int *)(param_1 + 0x100);\n iVar3 = iVar2 + 1;\n if (iVar2 == 0xff) {\n...
void __regparm3 function_1(int var_2,type_1 param_2,type_2 *param_3) { type_2 var_1; int var_3; int iVar3; var_1 = *param_3; if (((1 < var_1) && (var_1 != 0x30)) && (var_1 != 6)) { var_3 = *(int *)(var_2 + 0x100); iVar3 = var_3 + 1; if (var_3 == 0xff) { iVar3 = 1; *(type_3 *)(var_...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (param...
null
void __regparm3 MASKED(int param_1,undefined4 param_2,uint *param_3) { uint uVar1; int iVar2; int iVar3; uVar1 = *param_3; if (((1 < uVar1) && (uVar1 != 0x30)) && (uVar1 != 6)) { iVar2 = *(int *)(param_1 + 0x100); iVar3 = iVar2 + 1; if (iVar2 == 0xff) { iVar3 = 1; *(undefined1 *)(...
10066_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
moneypunct_byname
FUN_0024cbe0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::moneypunct_byname<wchar_t, false>::moneypunct_byname(char const*, unsigned int) */ void __thiscall std::moneypunct_byname<wchar_t,false>::moneypunct_byname (moneypunct_byname<wchar_t,false> *this,char *param_1,ui...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_0024cbe0(undefined4 *param_1,byte *param_2,int param_3) { int iVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; undefined4 local_20 [4]; bVar7 = 0; param_1[2] = 0;...
CALL 0x00035975 ADD EDX,0x14241b PUSH EBP XOR EAX,EAX MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV ESI,EDX SUB ESP,0x30 MOV ECX,dword ptr [EBP + 0x10] MOV EBX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x2c],EDX TEST ECX,ECX MOV dword ptr [EBX + 0x8],0x0 SETNZ AL MOV dword ptr [EBX + 0x4],EAX LEA EAX,[EDX + 0xfffff2d0] ...
null
null
null
null
[('tmp_978', u'CAST_-1204039719'), (u'CAST_-1204039808', u'STORE_-1204040507'), ('const-8', u'PTRADD_-1204040574'), (u'BOOL_NEGATE_-1204039981', u'BOOL_AND_-1204040438'), ('const-0', u'INT_NOTEQUAL_-1204040634'), (u'INT_ZEXT_-1204040393', u'INT_MULT_-1204039954'), (u'PTRSUB_-1204039764', u'CALL_-1204040210'), (u'MULTIE...
[(u'MULTIEQUAL_-1204040038', u'LOAD_-1204040492'), ('tmp_2231', u'CALL_-1204040264'), ('const-0', u'CALL_-1204040264'), (u'INT_ADD_-1204039873', u'PTRADD_-1204040430'), ('const-0', u'INT_NOTEQUAL_-1204040634'), ('tmp_584', u'CBRANCH_-1204040384'), (u'CALL_-1204040568', u'INDIRECT_-1204039914'), (u'INT_EQUAL_-1204040404...
null
null
0024cbe0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0024cbe0(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined4 local_20 [4];\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::moneypunct_byname<wchar_t, false>::moneypunct_byname(char const*, unsigned int) */\n\nvoid __thiscall\nstd::moneypunct_byname<wchar_t,false>::moneypunct_byname\n (moneypunct_byname<wchar_t,false>...
(translation_unit "void FUN_0024cbe0(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined4 local_20 [4];\n \n bVar7 = 0;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_F...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (poin...
(function_definition "void FUN_0024cbe0(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n undefined4 local_20 [4];\n \n bVar7 = 0;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PT...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::moneypunct_byname<wchar_t, false>::moneypunct_byname(char const*, unsigned int) */ void __thiscall std::moneypunct_byname<var_4,false>::moneypunct_byname (moneypunct_byname<var_4,false> *var_1,char *param_1,type_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 *param_1,byte *param_2,int param_3) { int iVar1; byte *pbVar2; byte *pbVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; undefined4 local_20 [4]; bVar7 = 0; param_1[2] = 0; par...
626_hppa-linux-gnu-as_and_hppa-linux-gnu-as_strip.c
print_binary
FUN_0003d340
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void print_binary(FILE * file, char * name, expressionS * exp, expressionS * exp) */ void __regparm3 print_binary(FILE *file,char *name,expressionS *exp,expressionS *exp_1) { indent_level = inden...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_0003d340(FILE *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4) { DAT_00083fcc = DAT_00083fcc + 1; fprintf(param_1,"%s\n%*s<",param_2,DAT_00083fcc * 4,&DAT_00056b25); FUN_0003ccc0(par...
PUSH EBP PUSH EDI MOV EDI,EAX PUSH ESI PUSH EBX CALL 0x00019010 ADD EBX,0x3dcb5 SUB ESP,0x28 MOV dword ptr [ESP + 0x18],ECX LEA ESI,[EBX + 0x8fcc] LEA EBP,[EBX + 0xfffdbb25] PUSH EBP MOV EAX,dword ptr [ESI] ADD EAX,0x1 MOV dword ptr [ESI],EAX SHL EAX,0x2 PUSH EAX LEA EAX,[EBX + 0xfffdee0a] PUSH EDX PUSH EAX PUSH EDI CA...
null
null
null
null
[('const-0', u'PTRSUB_-1206069852'), ('const-417', u'LOAD_-1206070157'), ('tmp_769', u'CAST_-1206069821'), (u'CAST_-1206069821', u'CALL_-1206070113'), ('const-1', u'INT_ADD_-1206070358'), ('tmp_770', u'CALL_-1206070290'), (u'INT_LEFT_-1206070215', u'CALL_-1206070177'), ('tmp_772', u'PTRSUB_-1206069835'), ('const-417', ...
[('const-355109', u'PTRSUB_-1206069890'), ('tmp_968', u'CALL_-1206070177'), (u'CALL_-1206070140', u'INDIRECT_-1206069849'), ('const-417', u'LOAD_-1206070270'), (u'INDIRECT_-1206069838', u'INT_ADD_-1206070090'), ('const-355109', u'PTRSUB_-1206069856'), ('const-0', u'PTRSUB_-1206069890'), (u'PTRSUB_-1206069890', u'CALL_-...
null
null
0003d340
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3\nFUN_0003d340(FILE *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n DAT_00083fcc = DAT_00083fcc + 1;\n fprintf(param_1,"%s\n%*s<",param_2,DAT_00083fcc * 4,&DAT_0005...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void print_binary(FILE * file, char * name, expressionS * exp,\n expressionS * exp) */\n\nvoid __regparm3 print_binary(FILE *file,char *name,expressionS *exp,expressionS *exp_1)\n\n...
(translation_unit "void __regparm3\nFUN_0003d340(FILE *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n DAT_00083fcc = DAT_00083fcc + 1;\n fprintf(param_1,"%s\n%*s<",param_2,DAT_00083fcc * 4,&DAT_00056b25);\n FUN_0003ccc0(param_1,*param_3);\n fprintf(param_1,">\n%*s<",DAT_00083fcc << 2,&DA...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))...
(function_definition "void __regparm3\nFUN_0003d340(FILE *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n DAT_00083fcc = DAT_00083fcc + 1;\n fprintf(param_1,"%s\n%*s<",param_2,DAT_00083fcc * 4,&DAT_00056b25);\n FUN_0003ccc0(param_1,*param_3);\n fprintf(param_1,">\n%*s<",DAT_00083fcc << 2,...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void print_binary(FILE * file, char * name, expressionS * exp, expressionS * exp) */ void __regparm3 function_1(type_1 *file,char *name,type_2 *exp,type_2 *exp_1) { var_1 = var_1 + 1; var_2((ty...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(FILE *param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4) { DAT_00083fcc = DAT_00083fcc + 1; fprintf(param_1,"%s\n%*s<",param_2,DAT_00083fcc * 4,&DAT_00056b25); FUN_0003ccc0(param_1,*...
637_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c
gldelf32ppc_after_parse
FUN_0003f950
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldelf32ppc_after_parse(void) { char *fmt; if ((link_info._0_1_ & 3) == 1) { link_info.flags_1._0_4_ = (uint)link_info.flags_1 | 0x80000...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003f950(void) { undefined4 uVar1; if (((byte)DAT_001c0e20 & 3) == 1) { DAT_001c0e9c = DAT_001c0e9c | 0x8000000; } if ((((byte)DAT_001c0e20 & 2) == 0) && ((DAT_001c0e27 & 4) != 0)) { if (DAT_001c0e84 ...
PUSH ESI PUSH EBX CALL 0x00017bc0 ADD EBX,0x17f6a9 SUB ESP,0x4 LEA ESI,[EBX + 0x1e20] MOVZX EAX,byte ptr [ESI] MOV EDX,EAX AND EDX,0x3 CMP DL,0x1 JNZ 0x0003f97a OR dword ptr [ESI + 0x7c],0x8000000 TEST AL,0x2 JNZ 0x0003f992 TEST byte ptr [ESI + 0x7],0x4 JZ 0x0003f992 MOV EAX,dword ptr [ESI + 0x64] TEST EAX,EAX JG 0x000...
null
null
null
null
[(u'COPY_-1206060437', u'MULTIEQUAL_-1206060268'), ('const-5', u'CALL_-1206060464'), ('const-0', u'INT_EQUAL_-1206060595'), (u'INT_OR_-1206060600', u'MULTIEQUAL_-1206060286'), ('tmp_1140', u'MULTIEQUAL_-1206060286'), ('tmp_142', u'CBRANCH_-1206060630'), (u'CALL_-1206060535', u'INDIRECT_-1206060269'), (u'INDIRECT_-12060...
[('const-0', u'INT_EQUAL_-1206060595'), ('tmp_142', u'CBRANCH_-1206060630'), ('tmp_1143', u'MULTIEQUAL_-1206060275'), (u'CALL_-1206060535', u'INDIRECT_-1206060266'), ('const-3', u'INT_AND_-1206060400'), ('tmp_1140', u'INT_AND_-1206060581'), (u'INT_EQUAL_-1206060633', u'CBRANCH_-1206060630'), ('tmp_1140', u'INT_AND_-120...
null
null
0003f950
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003f950(void)\n\n{\n undefined4 uVar1;\n \n if (((byte)DAT_001c0e20 & 3) == 1) {\n DAT_001c0e9c = DAT_001c0e9c | 0x8000000;\n }\n if ((((byte)DAT_001c0e20 & 2) == 0) && ((DAT_001c0e27 & 4) !=...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldelf32ppc_after_parse(void)\n\n{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1._0_4_ = (uint)...
(translation_unit "void FUN_0003f950(void)\n\n{\n undefined4 uVar1;\n \n if (((byte)DAT_001c0e20 & 3) == 1) {\n DAT_001c0e9c = DAT_001c0e9c | 0x8000000;\n }\n if ((((byte)DAT_001c0e20 & 2) == 0) && ((DAT_001c0e27 & 4) != 0)) {\n if (DAT_001c0e84 < 1) {\n DAT_001c0e84 = 0;\n }\n else {\n uVar1...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TY...
(function_definition "void FUN_0003f950(void)\n\n{\n undefined4 uVar1;\n \n if (((byte)DAT_001c0e20 & 3) == 1) {\n DAT_001c0e9c = DAT_001c0e9c | 0x8000000;\n }\n if ((((byte)DAT_001c0e20 & 2) == 0) && ((DAT_001c0e27 & 4) != 0)) {\n if (DAT_001c0e84 < 1) {\n DAT_001c0e84 = 0;\n }\n else {\n uV...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { char *fmt; if ((link_info._0_1_ & 3) == 1) { link_info.flags_1._0_4_ = (type_1)link_info.flags_1 | 0x8000000; } i...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthe...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { undefined4 uVar1; if (((byte)DAT_001c0e20 & 3) == 1) { DAT_001c0e9c = DAT_001c0e9c | 0x8000000; } if ((((byte)DAT_001c0e20 & 2) == 0) && ((DAT_001c0e27 & 4) != 0)) { if (DAT_001c0e84 < 1) {...
301_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c
hash_traverse
FUN_00024070
/* WARNING: Unknown calling convention */ void hash_traverse(hash_control *table,_func_void_char_ptr_void_ptr *pfn) { hash_entry *phVar1; uint uVar2; if (table->size != 0) { uVar2 = 0; do { for (phVar1 = table->table[uVar2]; phVar1 != (hash_entry *)0x0; phVar1 = phVar1->next) { (*pfn)(...
void FUN_00024070(int *param_1,code *param_2) { undefined4 *puVar1; uint uVar2; if (param_1[1] != 0) { uVar2 = 0; do { for (puVar1 = *(undefined4 **)(*param_1 + uVar2 * 4); puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) { (*param_2)(puVar1[1],puVar1[3]); } ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0xc MOV EBP,dword ptr [ESP + 0x20] MOV ESI,dword ptr [ESP + 0x24] MOV EAX,dword ptr [EBP + 0x4] TEST EAX,EAX JZ 0x000240bc XOR EDI,EDI LEA ESI,[ESI] NOP MOV EAX,dword ptr [EBP] MOV EBX,dword ptr [EAX + EDI*0x4] TEST EBX,EBX JZ 0x000240b4 LEA ESI,[ESI] SUB ESP,0x8 PUSH dword p...
null
null
null
null
[(u'PTRADD_-1206042079', u'LOAD_-1206042421'), ('tmp_446', u'PTRSUB_-1206042045'), ('const-12', u'PTRSUB_-1206042061'), (u'PTRSUB_-1206042105', u'LOAD_-1206042467'), (u'PTRSUB_-1206042061', u'LOAD_-1206042382'), (u'INT_ADD_-1206042311', u'INT_LESS_-1206042290'), (u'MULTIEQUAL_-1206042187', u'PTRADD_-1206042079'), (u'MU...
[('const-4', u'INT_MULT_-1206042393'), ('const-417', u'LOAD_-1206042421'), ('const-3', u'PTRADD_-1206042069'), ('const-417', u'LOAD_-1206042467'), (u'PTRADD_-1206042047', u'LOAD_-1206042317'), ('const-1', u'PTRADD_-1206042106'), (u'MULTIEQUAL_-1206042187', u'INT_MULT_-1206042393'), ('const-4', u'PTRADD_-1206042069'), (...
null
null
00024070
x86
O1
(translation_unit "void FUN_00024070(int *param_1,code *param_2)\n\n{\n undefined4 *puVar1;\n uint uVar2;\n \n if (param_1[1] != 0) {\n uVar2 = 0;\n do {\n for (puVar1 = *(undefined4 **)(*param_1 + uVar2 * 4); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n (*param_2)(p...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid hash_traverse(hash_control *table,_func_void_char_ptr_void_ptr *pfn)\n\n{\n hash_entry *phVar1;\n uint uVar2;\n \n if (table->size != 0) {\n uVar2 = 0;\n do {\n for (phVar1 = table->table[uVar2]; phVar1 != (hash_entry *)0x0; phVar1 = ph...
(translation_unit "void FUN_00024070(int *param_1,code *param_2)\n\n{\n undefined4 *puVar1;\n uint uVar2;\n \n if (param_1[1] != 0) {\n uVar2 = 0;\n do {\n for (puVar1 = *(undefined4 **)(*param_1 + uVar2 * 4); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n (*param_2)(p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statem...
(function_definition "void FUN_00024070(int *param_1,code *param_2)\n\n{\n undefined4 *puVar1;\n uint uVar2;\n \n if (param_1[1] != 0) {\n uVar2 = 0;\n do {\n for (puVar1 = *(undefined4 **)(*param_1 + uVar2 * 4); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n (*param_2...
/* WARNING: Unknown calling convention */ void function_1(type_1 *table,type_2 *pfn) { type_3 *var_1; type_4 var_2; if (table->size != 0) { var_2 = 0; do { for (var_1 = table->table[var_2]; var_1 != (type_3 *)0x0; var_1 = var_1->next) { (*pfn)(var_1->string,var_1->data); } ...
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: (type_identifier) declarator: (pointer...
null
void MASKED(int *param_1,code *param_2) { undefined4 *puVar1; uint uVar2; if (param_1[1] != 0) { uVar2 = 0; do { for (puVar1 = *(undefined4 **)(*param_1 + uVar2 * 4); puVar1 != (undefined4 *)0x0; puVar1 = (undefined4 *)*puVar1) { (*param_2)(puVar1[1],puVar1[3]); } ...
4442_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
do_add_symbols
FUN_0012b970
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_add_symbols(Sized_relobj_file<32,_true> * this, Symbol_table * symtab, Read_symbols_data * sd, Layout * param_3) */ void __this...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0012b970(int param_1,undefined4 param_2,int param_3) { int iVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; iVar2 = *(int *)(param_3 + 0xc); if (iVar2 == 0) { if (*(int *)(param_3 + 0x18) != 0) ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x2e8687 SUB ESP,0x2c MOV EAX,dword ptr [ESP + 0x44] MOV ESI,dword ptr [ESP + 0x48] MOV EDI,dword ptr [ESP + 0x40] MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [ESI + 0xc] TEST EAX,EAX JZ 0x0012baa8 MOV ECX,dword ptr [ESI + 0x14] MOV EDX,dword ptr [ESI + 0x...
null
null
null
null
[('const-1', u'RETURN_-1207060082')]
[('tmp_1353', u'BRANCH_-1207059234'), (u'CAST_-1207058574', u'STORE_-1207059522'), ('const-0', u'RETURN_-1207059386'), (u'LOAD_-1207060030', u'INT_EQUAL_-1207060012'), ('const-417', u'LOAD_-1207059901'), (u'INT_ADD_-1207060014', u'CAST_-1207058779'), ('const-0', u'INT_NOTEQUAL_-1207059233'), ('const-12', u'INT_ADD_-120...
null
null
0012b970
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0012b970(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_add_symbols(Sized_relobj_file<32,_true> * this, Symbol_table *\n symtab, Read_symbols_data * sd, Layout * par...
(translation_unit "void FUN_0012b970(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_000da200("../../gold/objec...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TY...
(function_definition "void FUN_0012b970(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_000da200("../../gold/ob...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_add_symbols(Sized_relobj_file<32,_true> * this, Symbol_table * symtab, Read_symbols_data * sd, Layout * param_3) */ void __this...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,int param_3) { int iVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; iVar2 = *(int *)(param_3 + 0xc); if (iVar2 == 0) { if (*(int *)(param_3 + 0x18) != 0) { ...
13117_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
time_get_byname
FUN_00402c30
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::time_get_byname(std::string const&, unsigned int) */ void __thiscall std::time_get_byname<wchar_t,std::istreambuf_iterator<wchar_...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3) { param_1[1] = (uint)(param_3 != 0); *param_1 = &PTR_FUN_005e8f78; return; }
CALL 0x00050c85 ADD EDX,0x1e73cb MOV EAX,dword ptr [ESP + 0x4] XOR ECX,ECX CMP dword ptr [ESP + 0xc],0x0 SETNZ CL MOV dword ptr [EAX + 0x4],ECX LEA EDX,[EDX + 0xffffef70] ADD EDX,0x8 MOV dword ptr [EAX],EDX RET
null
null
null
null
[('const-0', u'PTRSUB_-1201722153'), (u'INT_NOTEQUAL_-1201722260', u'INT_ZEXT_-1201722220'), (u'INT_ZEXT_-1201722220', u'STORE_-1201722252'), ('tmp_164', u'CAST_-1201722153'), ('const-0', u'INT_NOTEQUAL_-1201722260'), ('const-6197112', u'PTRSUB_-1201722153'), ('const-417', u'STORE_-1201722252'), ('const-0', u'RETURN_-1...
[('tmp_200', u'PTRADD_-1201722165'), (u'INT_NOTEQUAL_-1201722260', u'INT_ZEXT_-1201722220'), (u'INT_ZEXT_-1201722220', u'STORE_-1201722252'), ('tmp_201', u'INT_NOTEQUAL_-1201722260'), ('const-417', u'STORE_-1201722252'), ('const-4', u'PTRADD_-1201722165'), ('const-6197112', u'PTRSUB_-1201722153'), ('const-0', u'INT_NOT...
null
null
00402c30
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_005e8f78;\n return;\n}\n\n" comment (function_definition "void FUN_00402...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::time_get_byname(std::string const&, unsigned int) */\n\nvoid __thiscall\nstd::time_get_byname<wchar_t,std::ist...
(translation_unit "void FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_005e8f78;\n return;\n}\n\n" (function_definition "void FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n param_1[1] = (uint)(param_3 != 0);\n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT ...
(function_definition "void FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_005e8f78;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00402c30(undefined4 *param_1,undefined4 param_2,int param_3)" (identifier "FUN_00402c30...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::time_get_byname<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::time_get_byname(std::string const&, unsigned int) */ void __thiscall std::time_get_byname<wchar_t,std::istreambuf_iterator<wchar_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 *param_1,undefined4 param_2,int param_3) { param_1[1] = (uint)(param_3 != 0); *param_1 = &PTR_FUN_005e8f78; return; }
776_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
set_pe_stack_heap
FUN_00057830
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 set_pe_stack_heap(char *resname,char *comname) { char *pcVar1; char *fmt; set_pe_value(resname); pcVar1 = *(char **)PTR_optarg_001cfff4; if (*pcVar1 == ',') { *(char **)PTR_optarg_001cfff4 = pcVar...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00057830(void) { char *pcVar1; undefined4 uVar2; FUN_000577b0(); pcVar1 = *(char **)PTR_optarg_001cfff4; if (*pcVar1 == ',') { *(char **)PTR_optarg_001cfff4 = pcVar1 + 1; FUN_000577b0(); return;...
PUSH EDI MOV EDI,EDX PUSH ESI PUSH EBX CALL 0x00017b80 ADD EBX,0x1787c6 CALL 0x000577b0 MOV EDX,dword ptr [EBX + 0xfffffff4] MOV ESI,dword ptr [EDX] MOVZX EAX,byte ptr [ESI] CMP AL,0x2c JZ 0x00057888 TEST AL,AL JNZ 0x00057860 POP EBX POP ESI POP EDI RET SUB ESP,0x4 LEA EAX,[EBX + 0xfffd193c] PUSH 0x5 PUSH EAX PUSH 0x0 ...
null
null
null
null
[(u'LOAD_-1206224791', u'LOAD_-1206224787'), ('tmp_140', u'CBRANCH_-1206224753'), (u'INDIRECT_-1206224439', u'COPY_-1206224486'), (u'INT_EQUAL_-1206224769', u'CBRANCH_-1206224768'), (u'LOAD_-1206224791', u'PTRADD_-1206224561'), (u'STORE_-1206224609', u'INDIRECT_-1206224413'), ('tmp_437', u'CALL_-1206224801'), (u'PTRADD...
[(u'LOAD_-1206224791', u'LOAD_-1206224787'), ('tmp_140', u'CBRANCH_-1206224753'), (u'CALL_-1206224587', u'INDIRECT_-1206224416'), (u'INT_EQUAL_-1206224769', u'CBRANCH_-1206224768'), (u'INDIRECT_-1206224416', u'COPY_-1206224471'), ('const-1', u'PTRADD_-1206224561'), (u'CAST_-1206224476', u'LOAD_-1206224791'), (u'COPY_-1...
null
null
00057830
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00057830(void)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n FUN_000577b0();\n pcVar1 = *(char **)PTR_optarg_001cfff4;\n if (*pcVar1 == ',') {\n *(char **)PTR_optarg_001cfff4 = pcVar1 + 1;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 set_pe_stack_heap(char *resname,char *comname)\n\n{\n char *pcVar1;\n char *fmt;\n \n set_pe_value(resname);\n pcVar1 = *(char **)PTR_optarg_001cfff4;\n if (*pcVar1 == ',') {\n *(char *...
(translation_unit "void FUN_00057830(void)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n FUN_000577b0();\n pcVar1 = *(char **)PTR_optarg_001cfff4;\n if (*pcVar1 == ',') {\n *(char **)PTR_optarg_001cfff4 = pcVar1 + 1;\n FUN_000577b0();\n return;\n }\n if (*pcVar1 == '\0') {\n return;\n }\n uVar2 = ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignm...
(function_definition "void FUN_00057830(void)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n FUN_000577b0();\n pcVar1 = *(char **)PTR_optarg_001cfff4;\n if (*pcVar1 == ',') {\n *(char **)PTR_optarg_001cfff4 = pcVar1 + 1;\n FUN_000577b0();\n return;\n }\n if (*pcVar1 == '\0') {\n return;\n }\n uVar2...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 function_1(char *resname,char *comname) { char *var_2; char *fmt; var_1(resname); var_2 = *(char **)PTR_optarg_001cfff4; if (*var_2 == ',') { *(char **)PTR_optarg_001cfff4 = var_2 + 1; var_1(c...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (d...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { char *pcVar1; undefined4 uVar2; FUN_000577b0(); pcVar1 = *(char **)PTR_optarg_001cfff4; if (*pcVar1 == ',') { *(char **)PTR_optarg_001cfff4 = pcVar1 + 1; FUN_000577b0(); return; } ...
103_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c
exit
exit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_001bf1b0)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { (*(code *)PTR_exit_001bf1b0)(); return; }
JMP dword ptr [EBX + 0x1b0]
null
null
null
null
[(u'CALLIND_-1205967142', u'INDIRECT_-1205967070'), (u'CAST_-1205967064', u'CALLIND_-1205967142'), ('tmp_63', u'CAST_-1205967064'), ('const-0', u'RETURN_-1205967139'), (u'INDIRECT_-1205967070', u'COPY_-1205967129')]
[(u'CALLIND_-1205967142', u'INDIRECT_-1205967070'), (u'CAST_-1205967064', u'CALLIND_-1205967142'), ('tmp_63', u'CAST_-1205967064'), ('const-0', u'RETURN_-1205967139'), (u'INDIRECT_-1205967070', u'COPY_-1205967129')]
null
null
000166d0
x86
O1
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}" primitive_type (function_decl...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}" primitive_type (function_decl...
(translation_unit "void exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}\n\n" (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_dec...
(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...
(function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_001bf1b0)();\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")) () ")"...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { (*(type_1 *)PTR_exit_001bf1b0)(); 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_expressi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { (*(code *)PTR_MASKED_001bf1b0)(); return; }
696_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
FUN_000424f8
FUN_000424f8
void FUN_000424f8(void) { int unaff_EBP; int in_stack_fffffff4; if (*(void **)(unaff_EBP + -0x30) != (void *)(unaff_EBP + -0x28)) { operator_delete(*(void **)(unaff_EBP + -0x30)); } if (*(void **)(unaff_EBP + -0x48) != (void *)(unaff_EBP + -0x40)) { operator_delete(*(void **)(unaff_EBP + -0x48));...
void FUN_000424f8(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != unaff_EBP + -0x40) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } *(int *)(unaff_EBP + -0xa8) = unaff_EBP + -0x5c; F...
MOV EAX,dword ptr [EBP + -0x30] LEA EDX,[EBP + -0x28] CMP EAX,EDX JZ 0x00042514 SUB ESP,0xc MOV EBX,dword ptr [EBP + 0xffffff64] PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x48] LEA EDX,[EBP + -0x40] CMP EAX,EDX JZ 0x00042530 SUB ESP,0xc MOV EBX,dword ptr [EBP + 0xffffff64] PUSH EAX CALL 0x003ae080...
null
null
null
null
[(u'INT_NOTEQUAL_-1206180517', u'CBRANCH_-1206180517'), (u'INT_ADD_-1206180455', u'STORE_-1206180461'), ('const-4294967232', u'INT_ADD_-1206180520'), (u'INT_ADD_-1206180447', u'CAST_-1206180211'), (u'INDIRECT_-1206180210', u'CALL_-1206180493'), ('const-417', u'LOAD_-1206180510'), (u'CALL_-1206180556', u'INDIRECT_-12061...
[('const-417', u'STORE_-1206180461'), (u'INT_NOTEQUAL_-1206180517', u'CBRANCH_-1206180517'), (u'INT_ADD_-1206180455', u'STORE_-1206180461'), ('const-417', u'LOAD_-1206180510'), ('const-4294967232', u'INT_ADD_-1206180520'), (u'LOAD_-1206180442', u'CALL_-1206180425'), ('tmp_657', u'INT_ADD_-1206180520'), ('tmp_657', u'IN...
null
null
000424f8
x86
O1
(translation_unit "void FUN_000424f8(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != unaff_EBP + -0x40) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n *(int *)(unaff_EBP + -0...
(translation_unit "void FUN_000424f8(void)\n\n{\n int unaff_EBP;\n int in_stack_fffffff4;\n \n if (*(void **)(unaff_EBP + -0x30) != (void *)(unaff_EBP + -0x28)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x48) != (void *)(unaff_EBP + -0x40)) {\n operator_delete(*(v...
(translation_unit "void FUN_000424f8(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != unaff_EBP + -0x40) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n *(int *)(unaff_EBP + -0...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl...
(function_definition "void FUN_000424f8(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x48) != unaff_EBP + -0x40) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n *(int *)(unaff_EBP +...
void function_1(void) { int var_1; int in_stack_fffffff4; if (*(void **)(var_1 + -0x30) != (void *)(var_1 + -0x28)) { var_2(*(void **)(var_1 + -0x30)); } if (*(void **)(var_1 + -0x48) != (void *)(var_1 + -0x40)) { var_2(*(void **)(var_1 + -0x48)); } *(int *)(var_1 + -0xa8) = var_1 + -0x5c; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes...
null
void MASKED(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } if (*(int *)(unaff_EBP + -0x48) != unaff_EBP + -0x40) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } *(int *)(unaff_EBP + -0xa8) = unaff_EBP + -0x5c; FUN_000...
1353_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
~Struct_thread_count
FUN_0003f6d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_thread_count::~Struct_thread_count (Struct_thread_count *this,int __in_ch...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003f6d0(undefined4 *param_1) { *param_1 = &PTR_FUN_003824b0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x34f92a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff34b0] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003f702 SUB ESP,0xc PUSH EDX CALL 0x001e6db0 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-4', u'PTRSUB_-1206061115'), ('const-0', u'PTRSUB_-1206061114'), ('tmp_276', u'PTRSUB_-1206061115'), (u'INT_NOTEQUAL_-1206061265', u'CBRANCH_-1206061265'), ('const-0', u'PTRSUB_-1206061125'), ('const-8', u'PTRSUB_-1206061121'), (u'PTRSUB_-1206061121', u'INT_NOTEQUAL_-1206061265'), (u'PTRSUB_-1206061115', u'PTRS...
[(u'INT_NOTEQUAL_-1206061265', u'CBRANCH_-1206061265'), (u'LOAD_-1206061285', u'CAST_-1206061120'), (u'CAST_-1206061120', u'CALL_-1206061242'), ('tmp_439', u'PTRADD_-1206061133'), ('const-3', u'PTRADD_-1206061133'), ('const-0', u'PTRSUB_-1206061124'), ('const-4', u'PTRADD_-1206061120'), ('tmp_439', u'STORE_-1206061289'...
null
null
0003f6d0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003f6d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003824b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_thread_count::~Struct_thread_count\n (Struct_thread_...
(translation_unit "void FUN_0003f6d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003824b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003f6d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003824b0;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0003f6d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003824b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003f6d0(undefined4 *param_1)" (identifier "FUN_0003f6d0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003824b0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
5946_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
finalize_symbols
FUN_0015c5f0
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void finalize_symbols(Script_sections * this, Symbol_table * symtab, Layout * layout) */ void __thiscall gold::Script_sections::finalize_symbols(Script_sections *this,S...
void FUN_0015c5f0(char *param_1,undefined4 param_2,undefined4 param_3) { int *piVar1; undefined4 local_24; undefined4 local_20; if (*param_1 != '\0') { local_24 = 0; local_20 = 0; piVar1 = (int *)**(int **)(param_1 + 4); if (piVar1 != *(int **)(param_1 + 4)) { do { (**(code **...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EBX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x38] CMP byte ptr [EBX],0x0 JZ 0x0015c641 MOV EDX,dword ptr [EBX + 0x4] MOV dword ptr [ESP + 0x8],0x0 MOV dword ptr [ESP + 0xc],0x0 MOV ESI,dword ptr [EDX] CMP ESI,EDX JZ 0x0015c641 LEA EBP,[ESP + 0x8] LEA ESI,[ESI...
null
null
null
null
[(u'LOAD_-1207253341', u'CAST_-1207253091'), ('const-0', u'PTRSUB_-1207253104'), ('const-0', u'PTRSUB_-1207253152'), (u'LOAD_-1207253397', u'CALLIND_-1207253356'), ('tmp_591', u'PTRSUB_-1207253145'), ('const-417', u'LOAD_-1207253458'), (u'LOAD_-1207253358', u'INT_NOTEQUAL_-1207253325'), (u'INT_ADD_-1207253350', u'CAST_...
[(u'INT_ADD_-1207253350', u'CAST_-1207253122'), ('tmp_589', u'PTRSUB_-1207253148'), (u'CAST_-1207253135', u'LOAD_-1207253392'), ('const-417', u'LOAD_-1207253341'), (u'CAST_-1207253111', u'INT_NOTEQUAL_-1207253325'), ('const-4', u'PTRADD_-1207253396'), (u'CAST_-1207253173', u'LOAD_-1207253458'), (u'LOAD_-1207253476', u'...
null
null
0015c5f0
x86
O1
(translation_unit "void FUN_0015c5f0(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int *piVar1;\n undefined4 local_24;\n undefined4 local_20;\n \n if (*param_1 != '\0') {\n local_24 = 0;\n local_20 = 0;\n piVar1 = (int *)**(int **)(param_1 + 4);\n if (piVar1 != *(int **)(param_1 + 4)) {\n...
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void finalize_symbols(Script_sections * this, Symbol_table * symtab,\n Layout * layout) */\n\nvoid __thiscall\ngold::Script_sections::finalize_symbols...
(translation_unit "void FUN_0015c5f0(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int *piVar1;\n undefined4 local_24;\n undefined4 local_20;\n \n if (*param_1 != '\0') {\n local_24 = 0;\n local_20 = 0;\n piVar1 = (int *)**(int **)(param_1 + 4);\n if (piVar1 != *(int **)(param_1 + 4)) {\n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT...
(function_definition "void FUN_0015c5f0(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int *piVar1;\n undefined4 local_24;\n undefined4 local_20;\n \n if (*param_1 != '\0') {\n local_24 = 0;\n local_20 = 0;\n piVar1 = (int *)**(int **)(param_1 + 4);\n if (piVar1 != *(int **)(param_1 + 4)) ...
/* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void finalize_symbols(Script_sections * this, Symbol_table * symtab, Layout * layout) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *symtab,type_3 *la...
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: (type_identifier) declarator: (identif...
null
void MASKED(char *param_1,undefined4 param_2,undefined4 param_3) { int *piVar1; undefined4 local_24; undefined4 local_20; if (*param_1 != '\0') { local_24 = 0; local_20 = 0; piVar1 = (int *)**(int **)(param_1 + 4); if (piVar1 != *(int **)(param_1 + 4)) { do { (**(code **)(*(in...
504_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
ldemul_hll
FUN_00033590
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void ldemul_hll(char *name) { /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */ /* WARNING: Treating indirect jump as cal...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00033590(void) { /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(DAT_001c3a0c + 8))(); r...
CALL 0x0001d3b2 ADD EAX,0x18ea6b MOV EAX,dword ptr [EAX + 0x1a0c] JMP dword ptr [EAX + 0x8]
null
null
null
null
[(u'CALLIND_-1206110791', u'INDIRECT_-1206110720'), (u'LOAD_-1206110798', u'CALLIND_-1206110791'), ('const-8', u'PTRSUB_-1206110713'), ('const-417', u'LOAD_-1206110798'), ('tmp_61', u'CALLIND_-1206110791'), (u'PTRSUB_-1206110713', u'LOAD_-1206110798'), ('tmp_121', u'PTRSUB_-1206110713'), (u'INDIRECT_-1206110720', u'COP...
[('tmp_114', u'INT_ADD_-1206110782'), ('const-8', u'INT_ADD_-1206110782'), (u'LOAD_-1206110798', u'CALLIND_-1206110791'), ('const-417', u'LOAD_-1206110798'), (u'CAST_-1206110716', u'LOAD_-1206110798'), (u'INDIRECT_-1206110721', u'COPY_-1206110780'), (u'INT_ADD_-1206110782', u'CAST_-1206110716'), (u'CALLIND_-1206110791'...
null
null
00033590
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00033590(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid ldemul_hll(char *name)\n\n{\n /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */\n /* WARNING: Trea...
(translation_unit "void FUN_00033590(void)\n\n{\n \n \n (**(code **)(DAT_001c3a0c + 8))();\n return;\n}\n\n" (function_definition "void FUN_00033590(void)\n\n{\n \n \n (**(code **)(DAT_001c3a0c + 8))();\n return;\n}" primitive_type (functio...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declar...
(function_definition "void FUN_00033590(void)\n\n{\n \n \n (**(code **)(DAT_001c3a0c + 8))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00033590(void)" (identifier "FUN_00033590") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void function_1(char *name) { /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */ /* WARNING: Treating indirect jump as cal...
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 ar...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(void) { /* WARNING: Could not recover jumptable at 0x000335a0. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(DAT_001c3a0c + 8))(); return;...
438_alpha-linux-gnu-objdump_and_alpha-linux-gnu-objdump_strip.c
stab_emit_pending_vars
FUN_0003f2f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 stab_emit_pending_vars(void *dhandle,stab_handle *info) { bfd *pbVar1; bfd_vma val; bfd *__ptr; bfd_boolean bVar2; __ptr = info->abfd; while( true ) { if (__ptr == (bfd *)0x0) { inf...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_0003f2f0(undefined4 param_1,undefined4 *param_2) { undefined4 *puVar1; undefined4 *__ptr; int iVar2; __ptr = (undefined4 *)*param_2; while( true ) { if (__ptr == (undefined4 *)0x0) { ...
PUSH EBP PUSH EDI MOV EDI,EAX PUSH ESI PUSH EBX CALL 0x000153d0 ADD EBX,0x33d05 SUB ESP,0x1c MOV EBP,dword ptr [EDX] MOV dword ptr [ESP + 0xc],EDX TEST EBP,EBP JNZ 0x0003f325 JMP 0x0003f350 SUB ESP,0xc MOV ESI,dword ptr [EBP] PUSH EBP MOV EBP,ESI CALL 0x00014120 ADD ESP,0x10 TEST ESI,ESI JZ 0x0003f350 SUB ESP,0x8 PUSH ...
null
null
null
null
[('const-12', u'PTRSUB_-1206061857'), (u'MULTIEQUAL_-1206061901', u'PTRSUB_-1206061849'), (u'CAST_-1206061872', u'COPY_-1206061923'), (u'MULTIEQUAL_-1206061901', u'CALL_-1206062114'), ('const-417', u'LOAD_-1206062296'), ('const-0', u'STORE_-1206062194'), (u'MULTIEQUAL_-1206061901', u'PTRSUB_-1206061853'), (u'LOAD_-1206...
[('const-3', u'PTRADD_-1206061875'), ('const-4', u'PTRADD_-1206061879'), (u'LOAD_-1206062199', u'CALL_-1206062149'), (u'LOAD_-1206062175', u'CALL_-1206062149'), ('tmp_133', u'CBRANCH_-1206062270'), (u'LOAD_-1206062167', u'CALL_-1206062149'), (u'MULTIEQUAL_-1206061911', u'PTRADD_-1206061871'), ('const-4', u'PTRADD_-1206...
null
null
0003f2f0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_0003f2f0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 *__ptr;\n int iVar2;\n \n __ptr = (undefined4 *)*param_2;\n while( true ) {\n if (__p...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 stab_emit_pending_vars(void *dhandle,stab_handle *info)\n\n{\n bfd *pbVar1;\n bfd_vma val;\n bfd *__ptr;\n bfd_boolean bVar2;\n \n __ptr = info->abfd;\n while( true ) {\n if (__...
(translation_unit "undefined4 __regparm3 FUN_0003f2f0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 *__ptr;\n int iVar2;\n \n __ptr = (undefined4 *)*param_2;\n while( true ) {\n if (__ptr == (undefined4 *)0x0) {\n *param_2 = 0;\n return 1;\n }\n iVar2 = FUN_000...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT)...
(function_definition "undefined4 __regparm3 FUN_0003f2f0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 *__ptr;\n int iVar2;\n \n __ptr = (undefined4 *)*param_2;\n while( true ) {\n if (__ptr == (undefined4 *)0x0) {\n *param_2 = 0;\n return 1;\n }\n iVar2 = FUN_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(void *dhandle,type_2 *info) { type_3 *pbVar1; type_4 val; type_3 *var_1; type_1 var_3; var_1 = info->abfd; while( true ) { if (var_1 == (type_3 *)0x0) { info->abfd = (type_3 *...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarato...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(undefined4 param_1,undefined4 *param_2) { undefined4 *puVar1; undefined4 *__ptr; int iVar2; __ptr = (undefined4 *)*param_2; while( true ) { if (__ptr == (undefined4 *)0x0) { *p...
4686_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
add_symbol_assignment
FUN_001098e0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void add_symbol_assignment(Output_section_definition * this, char * name, size_t length, Expression * value, bool provide, bool hidden) */ void __thiscall gold::Output_section_definition::add_symbol...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_001098e0(int param_1,int param_2,int param_3,undefined4 param_4,undefined1 param_5, undefined1 param_6) { undefined4 *puVar1; undefined4 *puVar2; undefined4 *local_20 [4]; puVar2 = (undefined...
CALL 0x0004fb76 ADD EAX,0x1f871b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x38 MOV EBX,dword ptr [EBP + 0x1c] MOV ECX,dword ptr [EBP + 0x18] MOV dword ptr [EBP + -0x2c],EAX PUSH 0x28 MOV EDI,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x34],EBX MOV EBX,EAX MOV dword ptr [EBP + -0x30],ECX CALL 0x0017ebf0 ...
null
null
null
null
[('const-0', u'PTRSUB_-1206936794'), (u'LOAD_-1206937089', u'INT_NOTEQUAL_-1206937073'), (u'CAST_-1206936814', u'PTRADD_-1206936796'), ('const-417', u'STORE_-1206937221'), ('const-0', u'PTRSUB_-1206936738'), ('const-0', u'PTRSUB_-1206936788'), ('const-40', u'CALL_-1206937270'), ('const-56', u'PTRSUB_-1206936734'), ('co...
[('const-34', u'INT_ADD_-1206937085'), ('const-417', u'LOAD_-1206937095'), (u'PTRSUB_-1206936832', u'STORE_-1206937221'), (u'LOAD_-1206937089', u'INT_NOTEQUAL_-1206937073'), (u'INT_ADD_-1206936975', u'CALL_-1206936963'), (u'CAST_-1206936852', u'CAST_-1206936775'), (u'PTRSUB_-1206936730', u'CALL_-1206936963'), ('const-4...
null
null
001098e0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_001098e0(int param_1,int param_2,int param_3,undefined4 param_4,undefined1 param_5,\n undefined1 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4]...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void add_symbol_assignment(Output_section_definition * this, char *\n name, size_t length, Expression * value, bool provide, bool hidden) */\n\nvoid __thiscall\ngold::Output_section...
(translation_unit "void FUN_001098e0(int param_1,int param_2,int param_3,undefined4 param_4,undefined1 param_5,\n undefined1 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4];\n \n puVar2 = (undefined4 *)FUN_0017ebf0(0x28);\n puVar2[1] = puVar2 + 3;\n *puVar2 = ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_001098e0(int param_1,int param_2,int param_3,undefined4 param_4,undefined1 param_5,\n undefined1 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4];\n \n puVar2 = (undefined4 *)FUN_0017ebf0(0x28);\n puVar2[1] = puVar2 + 3;\n *puVar2...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void add_symbol_assignment(Output_section_definition * this, char * name, size_t length, Expression * value, bool provide, bool hidden) */ void __thiscall var_10::type_1::function_1 (type_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int param_1,int param_2,int param_3,undefined4 param_4,undefined1 param_5, undefined1 param_6) { undefined4 *puVar1; undefined4 *puVar2; undefined4 *local_20 [4]; puVar2 = (undefined4 *)FU...
92_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
bfd_emul_set_commonpagesize
bfd_emul_set_commonpagesize
void bfd_emul_set_commonpagesize(void) { (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)(); return; }
void bfd_emul_set_commonpagesize(void) { (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)(); return; }
JMP dword ptr [EBX + 0x184]
null
null
null
null
[(u'INDIRECT_-1205967246', u'COPY_-1205967305'), ('tmp_58', u'CAST_-1205967241'), (u'CALLIND_-1205967318', u'INDIRECT_-1205967246'), ('const-0', u'RETURN_-1205967315'), (u'CAST_-1205967241', u'CALLIND_-1205967318')]
[(u'INDIRECT_-1205967246', u'COPY_-1205967305'), ('tmp_58', u'CAST_-1205967241'), (u'CALLIND_-1205967318', u'INDIRECT_-1205967246'), ('const-0', u'RETURN_-1205967315'), (u'CAST_-1205967241', u'CALLIND_-1205967318')]
null
null
00016620
x86
O1
(translation_unit "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}" primitive_type (function_declarator "bfd_...
(translation_unit "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}" primitive_type (function_declarator "bfd_...
(translation_unit "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}" primitive_type (function_declarator "bfd_...
(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 bfd_emul_set_commonpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_commonpagesize_001ce184)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_emul_set_commonpagesize(void)" (identifier "bfd_emul_set_commonpagesize") (parameter_list "(void)" (( "(") (parameter_declaration "...
void function_1(void) { (*(type_1 *)PTR_bfd_emul_set_commonpagesize_001ce184)(); 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 ar...
null
void MASKED(void) { (*(code *)PTR_MASKED_001ce184)(); return; }
9263_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
advance
FUN_0031a600
/* DWARF original prototype: int advance(Track_relocs<64,_true> * this, off_t offset) */ int __thiscall gold::Track_relocs<64,_true>::advance(Track_relocs<64,_true> *this,off_t offset) { uchar *puVar1; uint uVar2; int iVar3; uint uVar4; int iVar5; uint uVar6; uint uVar7; uVar7 = this->pos_; if (...
int FUN_0031a600(int *param_1,uint param_2,int param_3) { int iVar1; uint uVar2; int iVar3; uint uVar4; int iVar5; uint uVar6; uint uVar7; uVar7 = param_1[2]; if (uVar7 < (uint)param_1[1]) { iVar1 = *param_1; uVar2 = *(uint *)(iVar1 + 4 + uVar7); uVar4 = *(uint *)(iVar1 + uVar7); ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x28] MOV EDI,dword ptr [ESP + 0x2c] MOV EBX,dword ptr [ESP + 0x30] MOV EDX,dword ptr [EAX + 0x8] MOV EAX,dword ptr [EAX + 0x4] MOV dword ptr [ESP + 0x8],EDI MOV dword ptr [ESP + 0xc],EBX MOV dword ptr [ESP + 0x4],EAX CMP EDX,EAX JNC 0x0031a688 M...
null
null
null
null
[(u'INT_LESSEQUAL_-1204902118', u'CBRANCH_-1204902116'), ('const-16711680', u'INT_AND_-1204902055'), ('const-417', u'LOAD_-1204902348'), (u'LOAD_-1204902348', u'INT_LESS_-1204902302'), (u'INT_LEFT_-1204902059', u'INT_OR_-1204902059'), (u'INT_ADD_-1204902171', u'STORE_-1204902106'), ('tmp_461', u'CBRANCH_-1204902116'), ...
[(u'INT_LESSEQUAL_-1204902118', u'CBRANCH_-1204902116'), ('const-16711680', u'INT_AND_-1204902055'), ('const-4', u'PTRADD_-1204901893'), (u'LOAD_-1204902348', u'INT_LESS_-1204902302'), (u'INT_LEFT_-1204902059', u'INT_OR_-1204902059'), (u'INT_ADD_-1204902171', u'STORE_-1204902106'), ('tmp_461', u'CBRANCH_-1204902116'), ...
null
null
0031a600
x86
O1
(translation_unit "int FUN_0031a600(int *param_1,uint param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n \n uVar7 = param_1[2];\n if (uVar7 < (uint)param_1[1]) {\n iVar1 = *param_1;\n uVar2 = *(uint *)(iVar1 + 4 + uVar7);\n uVar4...
(translation_unit "/* DWARF original prototype: int advance(Track_relocs<64,_true> * this, off_t offset) */\n\nint __thiscall gold::Track_relocs<64,_true>::advance(Track_relocs<64,_true> *this,off_t offset)\n\n{\n uchar *puVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n ...
(translation_unit "int FUN_0031a600(int *param_1,uint param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n \n uVar7 = param_1[2];\n if (uVar7 < (uint)param_1[1]) {\n iVar1 = *param_1;\n uVar2 = *(uint *)(iVar1 + 4 + uVar7);\n uVar4...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE I...
(function_definition "int FUN_0031a600(int *param_1,uint param_2,int param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n \n uVar7 = param_1[2];\n if (uVar7 < (uint)param_1[1]) {\n iVar1 = *param_1;\n uVar2 = *(uint *)(iVar1 + 4 + uVar7);\n uV...
/* DWARF original prototype: int advance(Track_relocs<64,_true> * this, off_t offset) */ int __thiscall gold::Track_relocs<64,_true>::advance(Track_relocs<64,_true> *this,off_t offset) { uchar *var_2; type_1 var_4; int var_8; type_1 var_3; int var_6; type_1 var_7; type_1 var_1; var_1 = this->pos_;...
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: (type_identifier) declarator: (identif...
null
int MASKED(int *param_1,uint param_2,int param_3) { int iVar1; uint uVar2; int iVar3; uint uVar4; int iVar5; uint uVar6; uint uVar7; uVar7 = param_1[2]; if (uVar7 < (uint)param_1[1]) { iVar1 = *param_1; uVar2 = *(uint *)(iVar1 + 4 + uVar7); uVar4 = *(uint *)(iVar1 + uVar7); uVar4 ...
10847_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
_M_extract_int[abi:cxx11]<long>
FUN_002be5c0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::_M_extract_int[abi:cxx11]<long>(std::istreambuf_iterator<char, std::char_traits<char> >,...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * FUN_002be5c0(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5, int param_6,int param_7,uint *param_8,uint *param_9) { uint uVar1; int *piVar2; byte bVar3; undefined1 ...
CALL 0x000b4846 ADD EAX,0x155a3b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV EBX,EAX SUB ESP,0x78 MOV ESI,dword ptr [EBP + 0x1c] MOV EDI,dword ptr [EBP + 0x18] PUSH dword ptr [EAX + 0xffffff14] MOV dword ptr [EBP + -0x64],EAX MOV dword ptr [EBP + -0x3c],ESI MOV dword ptr [EBP + -0x48],EDI CALL 0x0024abb0 ADD ES...
null
null
null
null
[(u'LOAD_-1204489420', u'INT_EQUAL_-1204489401'), (u'MULTIEQUAL_-1204480779', u'INT_EQUAL_-1204492440'), (u'MULTIEQUAL_-1204479638', u'COPY_-1204478292'), (u'CAST_-1204478690', u'INT_SUB_-1204489243'), (u'PTRSUB_-1204480035', u'COPY_-1204479969'), (u'MULTIEQUAL_-1204479525', u'MULTIEQUAL_-1204479897'), (u'MULTIEQUAL_-1...
[(u'LOAD_-1204489420', u'INT_EQUAL_-1204489401'), (u'CALLIND_-1204489778', u'INDIRECT_-1204479441'), (u'MULTIEQUAL_-1204479070', u'MULTIEQUAL_-1204479023'), ('const-0', u'COPY_-1204492105'), (u'MULTIEQUAL_-1204479174', u'MULTIEQUAL_-1204479605'), (u'CAST_-1204480405', u'LOAD_-1204486239'), ('const-0', u'COPY_-120448752...
null
null
002be5c0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 *\nFUN_002be5c0(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int param_7,uint *param_8,uint *param_9)\n\n{\n uint uVar1;\n int *piVar2;\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char,\n std::istreambuf_iterator<char, std::char_traits<char> >\n >::_M_extract_int[abi:cxx11]<long>(std::istreambuf_iterator<char, std:...
(translation_unit "undefined4 *\nFUN_002be5c0(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int param_7,uint *param_8,uint *param_9)\n\n{\n uint uVar1;\n int *piVar2;\n byte bVar3;\n undefined1 uVar4;\n char cVar5;\n char cVar6;\n int iVar7;\n uint uVar8...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_decl...
(function_definition "undefined4 *\nFUN_002be5c0(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int param_7,uint *param_8,uint *param_9)\n\n{\n uint uVar1;\n int *piVar2;\n byte bVar3;\n undefined1 uVar4;\n char cVar5;\n char cVar6;\n int iVar7;\n uint uV...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::_M_extract_int[abi:cxx11]<long>(std::istreambuf_iterator<char, std::char_traits<char> >,...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5, int param_6,int param_7,uint *param_8,uint *param_9) { uint uVar1; int *piVar2; byte bVar3; undefined1 uVar4;...
1461_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
~Struct_gdb_index
FUN_0003e7a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_gdb_index(Struct_gdb_index * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_gdb_index::~Struct_gdb_index(Struct_gdb_index *this,int __in_chrg) { pointer pcVar1; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003e7a0(undefined4 *param_1) { *param_1 = &PTR_FUN_00331de4; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x40); return; }
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x300859 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff2de4] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003e7d2 SUB ESP,0xc PUSH EAX CALL 0x001ac470 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x40 PUSH ESI CALL 0x001ac450 AD...
null
null
null
null
[(u'PTRSUB_-1206064961', u'CAST_-1206064951'), (u'LOAD_-1206065178', u'CAST_-1206064945'), ('tmp_323', u'CALL_-1206065094'), ('tmp_135', u'CBRANCH_-1206065158'), (u'PTRSUB_-1206064969', u'PTRSUB_-1206064964'), (u'PTRSUB_-1206064950', u'PTRSUB_-1206064948'), ('const-417', u'LOAD_-1206065178'), (u'PTRSUB_-1206064960', u'...
[('tmp_597', u'PTRADD_-1206064963'), ('const-417', u'STORE_-1206065181'), (u'PTRSUB_-1206064966', u'STORE_-1206065181'), ('tmp_135', u'CBRANCH_-1206065158'), ('const-3', u'PTRADD_-1206064975'), ('tmp_597', u'STORE_-1206065181'), ('const-1', u'PTRADD_-1206064963'), (u'CAST_-1206064963', u'INT_NOTEQUAL_-1206065158'), ('c...
null
null
0003e7a0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003e7a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331de4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_gdb_index(Struct_gdb_index * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_gdb_index::~Struct_gdb_index(Struct_gdb_index *this,int __in_chrg)\...
(translation_unit "void FUN_0003e7a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331de4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003e7a0(undefined4 *param_1)\n\n{\n *para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0003e7a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331de4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003e7a0(undefined4 *para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_gdb_index(Struct_gdb_index * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Str...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00331de4; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x40); return; }
5809_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
add_local_relative
FUN_00189cc0
/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_false,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx, Address address, Addend addend, bool use_plt_offset) */ void __thiscall gold::Output_data_reloc<4,_false,_32,_false...
void FUN_00189cc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined1 param_9) { undefined1 local_28 [24]; undefined4 local_10; FUN_001687e0(local_28,param_2,para...
PUSH EBX SUB ESP,0x30 MOVZX EAX,byte ptr [ESP + 0x58] PUSH EAX PUSH 0x0 PUSH 0x1 PUSH 0x1 PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA EBX,[ESP + 0x30] PUSH EBX CALL 0x001687e0 MOV EAX,dword ptr [ESP + 0x7c] MOV dword ptr...
null
null
null
null
[('tmp_303', u'PTRSUB_-1207460319'), (u'CALL_-1207460509', u'INDIRECT_-1207460329'), (u'PTRSUB_-1207460351', u'CALL_-1207460509'), ('tmp_304', u'CALL_-1207460565'), ('tmp_309', u'CALL_-1207460565'), ('const-1', u'CALL_-1207460565'), ('const-0', u'RETURN_-1207460481'), ('tmp_311', u'CALL_-1207460565'), ('tmp_306', u'CAL...
[('tmp_691', u'CALL_-1207460565'), ('const-4294967256', u'PTRSUB_-1207460376'), (u'PTRSUB_-1207460376', u'CALL_-1207460565'), ('const-1', u'CALL_-1207460565'), (u'PTRSUB_-1207460376', u'CALL_-1207460509'), ('const-0', u'RETURN_-1207460481'), ('tmp_688', u'CALL_-1207460565'), ('const-1', u'CALL_-1207460565'), ('tmp_694'...
null
null
00189cc0
x86
O1
(translation_unit "void FUN_00189cc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined1 param_9)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0016...
(translation_unit "/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_false,_32,_false> * this,\n Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,\n Address address, Addend addend, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_data_re...
(translation_unit "void FUN_00189cc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined1 param_9)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0016...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "void FUN_00189cc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined1 param_9)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0...
/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_false,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx, Address address, Addend addend, bool use_plt_offset) */ void __thiscall gold::Output_data_reloc<4,_false,_32,_false...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined1 param_9) { undefined1 local_28 [24]; undefined4 local_10; FUN_001687e0(local_28,param_2,param_3,pa...
9820_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
~num_put
FUN_0024f030
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::~num_put() */ void __thiscall std::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~num_put (num...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0024f030(undefined4 *param_1) { *param_1 = &PTR_FUN_003a8d64; FUN_001feeb0(param_1); FUN_001fd020(param_1); return; }
PUSH ESI PUSH EBX CALL 0x00036db0 ADD EBX,0x15afc9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffffed5c] ADD EAX,0x8 MOV dword ptr [ESI],EAX PUSH ESI CALL 0x001feeb0 MOV dword ptr [ESP],ESI CALL 0x001fd020 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-417', u'STORE_-1204031366'), ('const-3837284', u'PTRSUB_-1204031227'), ('tmp_217', u'CAST_-1204031228'), ('const-0', u'RETURN_-1204031307'), (u'CAST_-1204031228', u'STORE_-1204031366'), ('tmp_217', u'CAST_-1204031224'), ('tmp_217', u'CALL_-1204031340'), (u'PTRSUB_-1204031227', u'STORE_-1204031366'), ('const-0'...
[('tmp_384', u'CALL_-1204031340'), ('const-417', u'STORE_-1204031366'), ('const-0', u'PTRSUB_-1204031227'), ('const-0', u'RETURN_-1204031307'), ('const-3837284', u'PTRSUB_-1204031227'), (u'PTRSUB_-1204031227', u'STORE_-1204031366'), ('tmp_384', u'CALL_-1204031353'), ('tmp_384', u'STORE_-1204031366')]
null
null
0024f030
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0024f030(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d64;\n FUN_001feeb0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0024f030(undefined4 *p...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::~num_put()\n */\n\nvoid __thiscall\nstd::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::...
(translation_unit "void FUN_0024f030(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d64;\n FUN_001feeb0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" (function_definition "void FUN_0024f030(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d64;\n FUN_001feeb0(param_1);\n FUN_001fd020(param_1);\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression...
(function_definition "void FUN_0024f030(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d64;\n FUN_001feeb0(param_1);\n FUN_001fd020(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024f030(undefined4 *param_1)" (identifier "FUN_0024f030") (parameter_list "(undefined4 *param_1)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::~num_put() */ void __thiscall std::num_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~num_put (num...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003a8d64; FUN_001feeb0(param_1); FUN_001fd020(param_1); return; }
9795_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
get
FUN_0023afc0
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, void*&) const */ undefined4 std::num_get<wchar_t,std:...
undefined4 FUN_0023afc0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { (**(code **)(*param_2 + 0x30)) (param_1,param_2,param_3,param_4,param_5,param_6,param_...
PUSH EBX SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x20] MOV EBX,dword ptr [ESP + 0x1c] MOV EDX,dword ptr [EAX] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH EAX PUSH EB...
null
null
null
null
[('tmp_462', u'CALLIND_-1203982282'), ('tmp_459', u'CALLIND_-1203982282'), (u'LOAD_-1203982368', u'INT_ADD_-1203982276'), ('tmp_454', u'LOAD_-1203982368'), ('tmp_454', u'CALLIND_-1203982282'), ('tmp_460', u'CALLIND_-1203982282'), (u'LOAD_-1203982292', u'CALLIND_-1203982282'), ('const-417', u'LOAD_-1203982292'), (u'COPY...
[('tmp_462', u'CALLIND_-1203982282'), ('tmp_459', u'CALLIND_-1203982282'), (u'LOAD_-1203982368', u'INT_ADD_-1203982276'), ('tmp_454', u'LOAD_-1203982368'), ('tmp_454', u'CALLIND_-1203982282'), ('tmp_460', u'CALLIND_-1203982282'), (u'LOAD_-1203982292', u'CALLIND_-1203982282'), ('const-417', u'LOAD_-1203982292'), (u'COPY...
null
null
0023afc0
x86
O1
(translation_unit "undefined4\nFUN_0023afc0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x30))\n (param_1,param_2,param_3,param...
(translation_unit "/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, void*&) const */\n\nundefined4\ns...
(translation_unit "undefined4\nFUN_0023afc0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x30))\n (param_1,param_2,param_3,param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "undefined4\nFUN_0023afc0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x30))\n (param_1,param_2,param_3,pa...
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, std::_Ios_Iostate&, void*&) const */ type_1 std::num_get<wchar_t,std::ist...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif...
null
undefined4 MASKED(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9) { (**(code **)(*param_2 + 0x30)) (param_1,param_2,param_3,param_4,param_5,param_6,param_7,para...
7371_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
_M_terminate_output
FUN_001ad7f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::filebuf::_M_terminate_output() */ bool __thiscall std::filebuf::_M_terminate_output(filebuf *this) { int *piVar1; char cVar2; int iVar3; uint uVar4; int iVar5; bool bVar6; int local_a0; char local_9c [128]...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bool FUN_001ad7f0(int *param_1) { int *piVar1; char cVar2; int iVar3; uint uVar4; int iVar5; bool bVar6; int local_a0; undefined1 local_9c [128]; undefined1 local_1c [8]; undefined4 uStack_14; bVar6 = tr...
PUSH EBP PUSH EDI MOV EDI,0x1 PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x154802 SUB ESP,0xbc MOV ESI,dword ptr [ESP + 0xd0] MOV EAX,dword ptr [ESI + 0x14] CMP dword ptr [ESI + 0x10],EAX JNC 0x001ad82f SUB ESP,0x8 MOV EAX,dword ptr [ESI] PUSH -0x1 PUSH ESI CALL dword ptr [EAX + 0x34] ADD ESP,0x10 CMP EAX,-0x1 SETNZ AL ...
null
null
null
null
[(u'INDIRECT_-1207575353', u'MULTIEQUAL_-1207575465'), (u'CALLIND_-1207576459', u'INT_NOTEQUAL_-1207576434'), ('const-1', u'PTRADD_-1207576451'), ('const-417', u'LOAD_-1207576113'), (u'LOAD_-1207576519', u'INT_LESS_-1207576498'), ('const-116', u'PTRADD_-1207576176'), (u'INT_EQUAL_-1207576144', u'CBRANCH_-1207576142'), ...
[(u'CAST_-1207575358', u'LOAD_-1207576181'), (u'CALLIND_-1207576459', u'INT_NOTEQUAL_-1207576434'), ('const-5', u'PTRADD_-1207575528'), (u'PTRADD_-1207575486', u'LOAD_-1207576404'), ('const-14', u'PTRADD_-1207575418'), (u'INT_NOTEQUAL_-1207576064', u'MULTIEQUAL_-1207575334'), (u'COPY_-1207575375', u'RETURN_-1207575359'...
null
null
001ad7f0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbool FUN_001ad7f0(int *param_1)\n\n{\n int *piVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n bool bVar6;\n int local_a0;\n undefined1 local_9c [128];\n undefined1 local_1c [8];\n undef...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::filebuf::_M_terminate_output() */\n\nbool __thiscall std::filebuf::_M_terminate_output(filebuf *this)\n\n{\n int *piVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n bool bVar6;\n int l...
(translation_unit "bool FUN_001ad7f0(int *param_1)\n\n{\n int *piVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n bool bVar6;\n int local_a0;\n undefined1 local_9c [128];\n undefined1 local_1c [8];\n undefined4 uStack_14;\n \n bVar6 = true;\n uStack_14 = 0x1ad7fe;\n if ((uint)param_1[4] < (ui...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYP...
(function_definition "bool FUN_001ad7f0(int *param_1)\n\n{\n int *piVar1;\n char cVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n bool bVar6;\n int local_a0;\n undefined1 local_9c [128];\n undefined1 local_1c [8];\n undefined4 uStack_14;\n \n bVar6 = true;\n uStack_14 = 0x1ad7fe;\n if ((uint)param_1[4] < ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::filebuf::_M_terminate_output() */ bool __thiscall std::type_1::function_1(type_1 *var_1) { int *var_3; char var_5; int var_2; type_2 var_7; int var_12; bool var_6; int var_8; char local_9c [128]; type_3 ...
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 (declaration type: (primitive_type) dec...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bool MASKED(int *param_1) { int *piVar1; char cVar2; int iVar3; uint uVar4; int iVar5; bool bVar6; int local_a0; undefined1 local_9c [128]; undefined1 local_1c [8]; undefined4 uStack_14; bVar6 = true; ...
15_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
fputc
fputc
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputc(int __c,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputc_005ea0a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputc(int __c,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputc_005ea0a0)(); return iVar1; }
JMP dword ptr [EBX + 0xa0]
null
null
null
null
[('const-0', u'RETURN_-1206087011'), (u'CALLIND_-1206087014', u'RETURN_-1206087011'), (u'CALLIND_-1206087014', u'INDIRECT_-1206086941'), ('tmp_72', u'CAST_-1206086934'), (u'CAST_-1206086934', u'CALLIND_-1206087014'), (u'INDIRECT_-1206086941', u'COPY_-1206087000')]
[('const-0', u'RETURN_-1206087011'), (u'CALLIND_-1206087014', u'RETURN_-1206087011'), (u'CALLIND_-1206087014', u'INDIRECT_-1206086941'), ('tmp_72', u'CAST_-1206086934'), (u'CAST_-1206086934', u'CALLIND_-1206087014'), (u'INDIRECT_-1206086941', u'COPY_-1206087000')]
null
null
00039290
x86
O1
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_005ea0a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_005ea0a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1...
(translation_unit "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_005ea0a0)();\n return iVar1;\n}\n\n" (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_005ea0a0)();\n return iVar1;\n}" primitive_type (function_declar...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesize...
(function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_005ea0a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputc(int __c,FILE *__stream)" (identifier "fputc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __c,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputc_005ea0a0)(); return iVar1; }
null
(translation_unit (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: (identifi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __c,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_005ea0a0)(); return iVar1; }
210_gtypist_and_gtypist_strip.c
wattr_off
wattr_off
/* WARNING: Control flow encountered bad instruction data */ void wattr_off(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* wattr_off@@NCURSESW6_5.1.20000708 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void wattr_off(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205931714')]
[('const-1', u'RETURN_-1205931714')]
null
null
0001f134
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid wattr_off(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void wattr_off(void)\n\n{\n /* WARNING: Bad instruct...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid wattr_off(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* wattr_off@@NCURSESW6_5.1.20000708 */\n halt_baddata();\n}\n\n" comment (function_definition "void wattr...
(translation_unit "void wattr_off(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void wattr_off(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "wattr_off(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void wattr_off(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "wattr_off(void)" (identifier "wattr_off") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* wattr_off@@NCURSESW6_5.1.20000708 */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4980_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
_M_erase
FUN_0012b540
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void _M_erase(_Rb_tree<int,_std::pair<int_const,_unsigned_int>,_std::_Select1st<std::pair<int_const,_unsigned_int>_>,_std::less<int>,_std::allocator<std::pair<int_const,_unsigned_int>_>_> * this, ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0012b540(undefined4 param_1,int param_2) { int iVar1; if (param_2 != 0) { do { FUN_0012b540(param_1,*(undefined4 *)(param_2 + 0xc)); iVar1 = *(int *)(param_2 + 8); FUN_001ac470(param_2); ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x213ab7 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x24] MOV EBP,dword ptr [ESP + 0x20] TEST ESI,ESI JZ 0x0012b57e SUB ESP,0x8 PUSH dword ptr [ESI + 0xc] PUSH EBP CALL 0x0012b540 MOV EDI,dword ptr [ESI + 0x8] MOV dword ptr [ESP],ESI CALL 0x001ac470 ADD ESP,0x10 MOV...
null
null
null
null
[('tmp_356', u'INT_NOTEQUAL_-1207061103'), (u'PTRSUB_-1207060840', u'LOAD_-1207061090'), (u'CAST_-1207060838', u'CALL_-1207061072'), (u'LOAD_-1207061070', u'CAST_-1207060828'), ('tmp_265', u'CBRANCH_-1207061022'), ('const-417', u'LOAD_-1207061070'), ('const-0', u'PTRSUB_-1207060833'), (u'PTRSUB_-1207060833', u'PTRSUB_-...
[('tmp_755', u'CALL_-1207061072'), (u'LOAD_-1207061070', u'COPY_-1207060883'), ('const-12', u'INT_ADD_-1207061074'), (u'INT_ADD_-1207061074', u'CAST_-1207060846'), ('tmp_265', u'CBRANCH_-1207061022'), (u'COPY_-1207060883', u'MULTIEQUAL_-1207060939'), ('tmp_754', u'INT_NOTEQUAL_-1207061103'), (u'CAST_-1207060846', u'LOA...
null
null
0012b540
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0012b540(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_0012b540(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n _M_erase(_Rb_tree<int,_std::pair<int_const,_unsigned_int>,_std::_Select1st<std::pair<int_const,_unsigned_int>_>,_std::less<int>,_std::allocator<std::pair<int_const,_unsigned_...
(translation_unit "void FUN_0012b540(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_0012b540(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n FUN_001ac470(param_2);\n param_2 = iVar1;\n } while (iVar1 != 0);\n }\n return;...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (do...
(function_definition "void FUN_0012b540(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_0012b540(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n FUN_001ac470(param_2);\n param_2 = iVar1;\n } while (iVar1 != 0);\n }\n retu...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void _M_erase(_Rb_tree<int,_std::pair<int_const,_unsigned_int>,_std::_Select1st<std::pair<int_const,_unsigned_int>_>,_std::less<int>,_std::allocator<std::pair<int_const,_unsigned_int>_>_> * this, ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,int param_2) { int iVar1; if (param_2 != 0) { do { MASKED(param_1,*(undefined4 *)(param_2 + 0xc)); iVar1 = *(int *)(param_2 + 8); FUN_001ac470(param_2); param_2 =...
10186_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Sized_elf_reloc_mapper
FUN_00375e10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_m...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00375e10(undefined4 param_1) { FUN_003ae060(param_1,0x28); return; }
PUSH EBX CALL 0x00050b50 ADD EBX,0x2741ea SUB ESP,0x10 PUSH 0x28 PUSH dword ptr [ESP + 0x1c] CALL 0x003ae060 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1205314014')]
[('const-40', u'CALL_-1205313970'), ('const-0', u'RETURN_-1205313942'), ('tmp_250', u'CALL_-1205313970')]
null
null
00375e10
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00375e10(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x28);\n return;\n}\n\n" comment (function_definition "void FUN_00375e10(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x28);\n return;\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper\n ...
(translation_unit "void FUN_00375e10(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x28);\n return;\n}\n\n" (function_definition "void FUN_00375e10(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x28);\n return;\n}" primitive_type (function_declarator "FUN_00375e10(undefined4 param_1)" identifier (parameter_list...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00375e10(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00375e10(undefined4 param_1)" (identifier "FUN_00375e10") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_iden...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_elf_reloc_mapper(Sized_elf_reloc_mapper<64,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_elf_reloc_mapper<64,_false>::~Sized_elf_reloc_mapper (Sized_elf_reloc_m...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1) { FUN_003ae060(param_1,0x28); return; }
12550_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~moneypunct_shim
FUN_003eab40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, true>::~moneypunct_shim() */ void __thiscall std::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,true>::~moneypunct_shim (moneypunct_s...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_003eab40(undefined4 *param_1) { int *piVar1; int *piVar2; undefined *puVar3; int iVar4; puVar3 = PTR___pthread_key_create_005e9ff8; *param_1 = &PTR_FUN_005e808c; *(undefined4 *)(param_1[4] + 0xc) = 0; ...
PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x1ff4b9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EAX,[EBX + 0xffffe08c] MOV EDX,dword ptr [EBX + 0xfffffff8] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x10] MOV dword ptr [EAX + 0xc],0x0 MOV EAX,dword ptr [ESI + 0x10] MOV dword ptr [EAX + 0x20],0x0 MOV EAX,dword p...
null
null
null
null
[('const-1', u'RETURN_-1205753002')]
[(u'CAST_-1205752620', u'STORE_-1205752926'), ('const-4', u'PTRADD_-1205752585'), (u'MULTIEQUAL_-1205752661', u'INT_EQUAL_-1205752823'), ('const-4', u'INT_ADD_-1205752783'), ('const-417', u'LOAD_-1205752886'), (u'PTRSUB_-1205752644', u'STORE_-1205752953'), (u'INT_ADD_-1205752912', u'CAST_-1205752620'), ('const-4', u'PT...
null
null
003eab40
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003eab40(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e808c;\n *(undefine...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, true>::~moneypunct_shim() */\n\nvoid __thiscall\nstd::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,true>::~moneypunct_shim\n...
(translation_unit "void FUN_003eab40(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e808c;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n *(undefined4 *)(param_1[4] + 0x20) = 0;\n *(undefined4 *)(p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ...
(function_definition "void FUN_003eab40(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e808c;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n *(undefined4 *)(param_1[4] + 0x20) = 0;\n *(undefined4 *...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, true>::~moneypunct_shim() */ void __thiscall std::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,true>::~moneypunct_shim (moneypunct_s...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { int *piVar1; int *piVar2; undefined *puVar3; int iVar4; puVar3 = PTR___pthread_key_create_005e9ff8; *param_1 = &PTR_FUN_005e808c; *(undefined4 *)(param_1[4] + 0xc) = 0; *(und...
7_x86_64-linux-gnux32-elfedit_and_x86_64-linux-gnux32-elfedit_strip.c
free
free
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_0001901c)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void free(void *__ptr) { (*(code *)PTR_free_0001901c)(); return; }
JMP dword ptr [EBX + 0x1c]
null
null
null
null
[('tmp_63', u'CAST_-1205989160'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), (u'CAST_-1205989160', u'CALLIND_-1205989238'), ('const-0', u'RETURN_-1205989235')]
[('tmp_63', u'CAST_-1205989160'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), (u'CAST_-1205989160', u'CALLIND_-1205989238'), ('const-0', u'RETURN_-1205989235')]
null
null
00011080
x86
O1
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declar...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declar...
(translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declara...
(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...
(function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\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" (* "*...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void *__ptr) { (*(type_1 *)PTR_free_0001901c)(); 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 ...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void *__ptr) { (*(code *)PTR_MASKED_0001901c)(); return; }
3327_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
~Output_data_fixed_space
FUN_000b9f10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int __in_chrg) */ void __thiscall gold::Output_data_fixed_space::~Output_data_fixed_space(Output_data_fixed_space *this,int __in_chrg) ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000b9f10(undefined4 *param_1) { *param_1 = &DAT_003aa9bc; FUN_00103490(param_1); FUN_001ff010(param_1,0x30); return; }
PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x2f50e9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffffb9b4] ADD EAX,0x8 MOV dword ptr [ESI],EAX PUSH ESI CALL 0x00103490 POP EAX POP EDX PUSH 0x30 PUSH ESI CALL 0x001ff010 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('tmp_467', u'CALL_-1206608025'), ('tmp_248', u'CALL_-1206607998'), ('const-48', u'CALL_-1206607998'), (u'PTRSUB_-1206607873', u'PTRSUB_-1206607872'), (u'PTRSUB_-1206607872', u'STORE_-1206608038'), ('const-0', u'PTRSUB_-1206607873'), ('const-3844540', u'PTRSUB_-1206607875'), (u'PTRSUB_-1206607874', u'PTRSUB_-120660787...
[('const-417', u'STORE_-1206608038'), ('const-3844540', u'PTRSUB_-1206607881'), (u'PTRSUB_-1206607881', u'STORE_-1206608038'), ('tmp_452', u'CALL_-1206607998'), ('const-48', u'CALL_-1206607998'), ('tmp_452', u'STORE_-1206608038'), ('tmp_452', u'CALL_-1206608025'), ('const-0', u'RETURN_-1206607965'), ('const-0', u'PTRSU...
null
null
000b9f10
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b9f10(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003aa9bc;\n FUN_00103490(param_1);\n FUN_001ff010(param_1,0x30);\n return;\n}\n\n" comment (function_definition "void FUN_000b9f10(undefined4 *...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Output_data_fixed_space::~Output_data_fixed_space(Output_data_fixed_space...
(translation_unit "void FUN_000b9f10(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003aa9bc;\n FUN_00103490(param_1);\n FUN_001ff010(param_1,0x30);\n return;\n}\n\n" (function_definition "void FUN_000b9f10(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003aa9bc;\n FUN_00103490(param_1);\n FUN_001ff010(param_1,0x30);\...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression...
(function_definition "void FUN_000b9f10(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003aa9bc;\n FUN_00103490(param_1);\n FUN_001ff010(param_1,0x30);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000b9f10(undefined4 *param_1)" (identifier "FUN_000b9f10") (parameter_list "(undefined4 *param_1)" (( "...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg) { int in_stack_ffffffe8; (this->...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &DAT_003aa9bc; FUN_00103490(param_1); FUN_001ff010(param_1,0x30); return; }
7464_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Struct_push_state
FUN_002c1710
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_push_state(Struct_push_state * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_push_state::~Struct_push_state(Struct_push_state *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_002c1710(undefined4 *param_1) { *param_1 = &PTR_FUN_005d2d48; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_003ae080((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00050b50 ADD EBX,0x3288ea SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xfffe8d48] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x002c1742 SUB ESP,0xc PUSH EDX CALL 0x003ae080 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1204611294')]
[('const-1', u'PTRADD_-1204611072'), ('tmp_439', u'STORE_-1204611241'), ('const-4', u'PTRADD_-1204611085'), (u'LOAD_-1204611237', u'CAST_-1204611072'), ('tmp_151', u'CBRANCH_-1204611217'), (u'CAST_-1204611072', u'CALL_-1204611194'), (u'PTRADD_-1204611072', u'LOAD_-1204611237'), (u'PTRSUB_-1204611076', u'STORE_-12046112...
null
null
002c1710
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002c1710(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d2d48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_push_state(Struct_push_state * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_push_state::~Struct_push_state(Struct_push_state *this,int __in_c...
(translation_unit "void FUN_002c1710(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d2d48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_002c1710(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d2d48;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_002c1710(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d2d48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002c1710(undefined4 *param_1)" (identifier "FUN_002c1710...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_push_state(Struct_push_state * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_005d2d48; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_003ae080((undefined4 *)param_1[1]); } return; }
310_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
walk_wild_consider_section
FUN_00022cc0
void __regparm3 walk_wild_consider_section (lang_wild_statement_type *ptr,lang_input_statement_type *file,asection *s, wildcard_list *sec,callback_t callback,void *data) { bfd_boolean bVar1; bVar1 = walk_wild_file_in_exclude_list((sec->spec).exclude_name_list,file); if (bVar1 == 0) { ...
void __regparm3 FUN_00022cc0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,code *param_5, undefined4 param_6) { int iVar1; iVar1 = FUN_00022c00(); if (iVar1 == 0) { (*param_5)(param_1,param_4,param_3,*(undefined4 *)(param_1 + 0x3c),param_2,param_6); } return; }
PUSH EBP MOV EBP,ECX PUSH EDI MOV EDI,EAX PUSH ESI MOV ESI,EDX PUSH EBX SUB ESP,0xc MOV EBX,dword ptr [ESP + 0x20] MOV EAX,dword ptr [EBX + 0x8] CALL 0x00022c00 TEST EAX,EAX JNZ 0x00022cf2 SUB ESP,0x8 PUSH dword ptr [ESP + 0x30] PUSH ESI PUSH dword ptr [EDI + 0x3c] PUSH EBP PUSH EBX PUSH EDI CALL dword ptr [ESP + 0x44]...
null
null
null
null
[('const-417', u'LOAD_-1206047451'), ('const-0', u'RETURN_-1206047368'), ('tmp_328', u'CALLIND_-1206047421'), (u'INT_EQUAL_-1206047479', u'CBRANCH_-1206047477'), (u'LOAD_-1206047451', u'CALLIND_-1206047421'), (u'PTRSUB_-1206047224', u'LOAD_-1206047451'), ('tmp_326', u'CALL_-1206047493'), ('const-0', u'INT_EQUAL_-120604...
[('const-0', u'RETURN_-1206047368'), ('tmp_725', u'CALLIND_-1206047421'), (u'INT_ADD_-1206047435', u'CAST_-1206047227'), ('tmp_726', u'CALLIND_-1206047421'), (u'INT_EQUAL_-1206047479', u'CBRANCH_-1206047477'), ('tmp_456', u'CALLIND_-1206047421'), (u'LOAD_-1206047451', u'CALLIND_-1206047421'), ('tmp_114', u'CBRANCH_-120...
null
null
00022cc0
x86
O1
(translation_unit "void __regparm3\nFUN_00022cc0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,code *param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_00022c00();\n if (iVar1 == 0) {\n (*param_5)(param_1,param_4,param_3,*(undefined4 *)(param_1 + 0x3c),param_2,par...
(translation_unit "void __regparm3\nwalk_wild_consider_section\n (lang_wild_statement_type *ptr,lang_input_statement_type *file,asection *s,\n wildcard_list *sec,callback_t callback,void *data)\n\n{\n bfd_boolean bVar1;\n \n bVar1 = walk_wild_file_in_exclude_list((sec->spec).exclude_name_list,file)...
(translation_unit "void __regparm3\nFUN_00022cc0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,code *param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_00022c00();\n if (iVar1 == 0) {\n (*param_5)(param_1,param_4,param_3,*(undefined4 *)(param_1 + 0x3c),param_2,par...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (paramete...
(function_definition "void __regparm3\nFUN_00022cc0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,code *param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n \n iVar1 = FUN_00022c00();\n if (iVar1 == 0) {\n (*param_5)(param_1,param_4,param_3,*(undefined4 *)(param_1 + 0x3c),param_2,...
void __regparm3 function_1 (type_1 *ptr,type_2 *file,type_3 *s, type_4 *sec,type_5 callback,void *data) { type_6 var_2; var_2 = var_1((sec->spec).exclude_name_list,file); if (var_2 == 0) { (*callback)(ptr,sec,s,ptr->section_flag_list,file,data); } return; }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (param...
null
void __regparm3 MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,code *param_5, undefined4 param_6) { int iVar1; iVar1 = FUN_00022c00(); if (iVar1 == 0) { (*param_5)(param_1,param_4,param_3,*(undefined4 *)(param_1 + 0x3c),param_2,param_6); } return; }
1_omac_test_and_omac_test_strip.c
omac_test
FUN_00010000
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194) */ /* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int omac_test(void) { char *pcVa...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194) */ int FUN_00010000(void) { char *pcVar1; byte *pbVar2; byte bVar3; int iVar4; byte bVar8; int unaff_EBX; int iVar7; int iVar9; int iVar10; int in_...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x48 CALL 0x00010008 ADD EBX,0x2 MOV EAX,GS:[0x14] MOV dword ptr [ESP + 0x38],EAX XOR EAX,EAX LEA EAX,[EBX] PUSH EAX CALL 0x00010026 MOV dword ptr [ESP + 0x18],EAX ADD ESP,0x10 CMP EAX,-0x1 JZ 0x000100be LEA ESI,[EBX + 0x8] MOV EDI,0x0 LEA ECX,[ESP + 0x18] MOV dword ptr [ESP ...
null
null
null
null
[(u'PIECE_-1205991675', u'CAST_-1205990610'), ('tmp_830', u'CBRANCH_-1205992918'), ('const-4294967294', u'INT_MULT_-1205991665'), (u'CAST_-1205990622', u'STORE_-1205992531'), (u'INT_NOTEQUAL_-1205992461', u'CBRANCH_-1205992453'), (u'STORE_-1205992675', u'INDIRECT_-1205990705'), ('const-0', u'INT_NOTEQUAL_-1205992461'),...
[('tmp_830', u'CBRANCH_-1205992918'), (u'CAST_-1205990596', u'STORE_-1205992512'), (u'INT_NOTEQUAL_-1205992461', u'CBRANCH_-1205992453'), (u'CALL_-1205993374', u'INDIRECT_-1205991291'), ('const-0', u'INT_NOTEQUAL_-1205992461'), (u'STORE_-1205992877', u'INDIRECT_-1205990770'), (u'INDIRECT_-1205990807', u'SUBPIECE_-12059...
null
null
00010000
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194)\n */\n\nint FUN_00010000(void)\n\n{\n char *pcVar1;\n byte *pbVar2;\n byte bVar3;\n int iVar4;\n byte bVar8;\n int unaff_EBX;\n int iVar7;\n in...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194)\n */\n/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint omac_te...
(translation_unit "int FUN_00010000(void)\n\n{\n char *pcVar1;\n byte *pbVar2;\n byte bVar3;\n int iVar4;\n byte bVar8;\n int unaff_EBX;\n int iVar7;\n int iVar9;\n int iVar10;\n int in_GS_OFFSET;\n bool bVar11;\n byte in_AF;\n byte bVar12;\n int iStack_4c;\n int iStack_48;\n int local_44;\n int iStack...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDEN...
(function_definition "int FUN_00010000(void)\n\n{\n char *pcVar1;\n byte *pbVar2;\n byte bVar3;\n int iVar4;\n byte bVar8;\n int unaff_EBX;\n int iVar7;\n int iVar9;\n int iVar10;\n int in_GS_OFFSET;\n bool bVar11;\n byte in_AF;\n byte bVar12;\n int iStack_4c;\n int iStack_48;\n int local_44;\n int iSt...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194) */ /* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(void) { char *pcV...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (d...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Instruction at (ram,0x00010196) overlaps instruction at (ram,0x00010194) */ int MASKED(void) { char *pcVar1; byte *pbVar2; byte bVar3; int iVar4; byte bVar8; int unaff_EBX; int iVar7; int iVar9; int iVar10; int in_GS_OFF...
3760_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
add_global_symbol
FUN_000ed7d0
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint symndx, Symbol * gsym) */ void __thiscall gold::Sized_incremental_binary<64,_false>::add_global_symbol (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym) { (this->symbol_map_).super__...
void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3) { *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3; return; }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [ESP + 0x8] MOV ECX,dword ptr [ESP + 0xc] MOV EAX,dword ptr [EAX + 0x5c] MOV dword ptr [EAX + EDX*0x4],ECX RET
null
null
null
null
[('tmp_54', u'PTRADD_-1206790088'), (u'PTRSUB_-1206790091', u'LOAD_-1206790168'), ('tmp_53', u'PTRSUB_-1206790094'), (u'PTRSUB_-1206790092', u'PTRSUB_-1206790091'), (u'PTRSUB_-1206790094', u'PTRSUB_-1206790093'), ('tmp_55', u'STORE_-1206790159'), ('const-92', u'PTRSUB_-1206790094'), ('const-4', u'PTRADD_-1206790088'), ...
[('const-417', u'LOAD_-1206790168'), (u'CAST_-1206790096', u'LOAD_-1206790168'), ('tmp_61', u'STORE_-1206790159'), (u'LOAD_-1206790168', u'INT_ADD_-1206790145'), ('const-417', u'STORE_-1206790159'), (u'INT_ADD_-1206790152', u'CAST_-1206790096'), ('const-4', u'INT_MULT_-1206790133'), (u'INT_MULT_-1206790133', u'INT_ADD_...
null
null
000ed7d0
x86
O1
(translation_unit "void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}\n\n" (function_definition "void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * ...
(translation_unit "/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint\n symndx, Symbol * gsym) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<64,_false>::add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (...
(translation_unit "void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}\n\n" (function_definition "void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_desc...
(function_definition "void FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000ed7d0(int param_1,int param_2,undefined4 param_3)" (identifier "FUN_000ed7d0") (parameter_lis...
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint symndx, Symbol * gsym) */ void __thiscall function_3::type_1<64,type_2>::function_1 (type_1<64,type_2> *type_5,type_3 symndx,type_4 *gsym) { (type_5->symbol_map_).function_2<function_3::type_4*,functio...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:...
null
void MASKED(int param_1,int param_2,undefined4 param_3) { *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3; return; }
6325_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_should_include_member
FUN_0024ee30
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: Should_include do_should_include_member(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * param_2, Read_symbols_data...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0024ee30(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member"); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x39b1ca SUB ESP,0xc LEA EAX,[EBX + 0xffe9e658] PUSH EAX LEA EAX,[EBX + 0xffe9d9b8] PUSH 0x8c9 PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1204031934')]
[('const-2249', u'CALL_-1204031872'), ('const-4752984', u'COPY_-1204031848'), (u'COPY_-1204031849', u'CALL_-1204031872'), (u'COPY_-1204031848', u'CALL_-1204031872'), ('const-1', u'RETURN_-1204031867'), ('const-4749752', u'COPY_-1204031849')]
null
null
0024ee30
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0024ee30(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member");\n}\n\n" comment (function_definition "...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Should_include do_should_include_member(Sized_relobj_incr<64,_false> *\n this, Symbol_table * param_1, Layout * param...
(translation_unit "void FUN_0024ee30(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member");\n}\n\n" (function_definition "void FUN_0024ee30(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member");\n}" primiti...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0024ee30(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member");\n}" (primitive_type "void") (function_declarator "FUN_0024ee30(void)" (identifier "FUN_0024ee30") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primit...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: Should_include do_should_include_member(Sized_relobj_incr<64,_false> * this, Symbol_table * param_1, Layout * param_2, Read_symbols_data...
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: (identifier) arguments: (argument_list (string_l...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0x8c9,"do_should_include_member"); }
3666_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
push_back
FUN_000cf520
/* DWARF original prototype: void push_back(vector<unsigned_int,_std::allocator<unsigned_int>_> * this, value_type.conflict1 * __x) */ void __thiscall std::vector<unsigned_int,_std::allocator<unsigned_int>_>::push_back (vector<unsigned_int,_std::allocator<unsigned_int>_> *this,value_type_conflict1 *__x) ...
void FUN_000cf520(int param_1,undefined4 *param_2) { undefined4 *puVar1; puVar1 = *(undefined4 **)(param_1 + 4); if (puVar1 != *(undefined4 **)(param_1 + 8)) { *puVar1 = *param_2; *(undefined4 **)(param_1 + 4) = puVar1 + 1; return; } FUN_00092420(param_1,puVar1,param_2); return; }
SUB ESP,0xc MOV EDX,dword ptr [ESP + 0x10] MOV ECX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [EDX + 0x4] CMP EAX,dword ptr [EDX + 0x8] JZ 0x000cf548 MOV ECX,dword ptr [ECX] ADD EAX,0x4 MOV dword ptr [EAX + -0x4],ECX MOV dword ptr [EDX + 0x4],EAX ADD ESP,0xc RET SUB ESP,0x4 PUSH ECX PUSH EAX PUSH EDX CALL 0x00092420 ADD ...
null
null
null
null
[(u'PTRSUB_-1206651374', u'STORE_-1206651539'), (u'PTRSUB_-1206651378', u'PTRSUB_-1206651374'), ('tmp_290', u'CALL_-1206651483'), ('const-0', u'RETURN_-1206651514'), ('const-417', u'LOAD_-1206651564'), (u'INT_NOTEQUAL_-1206651565', u'CBRANCH_-1206651564'), ('const-4', u'PTRSUB_-1206651392'), ('const-1', u'PTRADD_-12066...
[('const-4', u'INT_ADD_-1206651571'), ('const-417', u'STORE_-1206651539'), ('const-417', u'LOAD_-1206651581'), ('const-0', u'RETURN_-1206651514'), (u'INT_NOTEQUAL_-1206651565', u'CBRANCH_-1206651564'), ('const-8', u'INT_ADD_-1206651565'), (u'CAST_-1206651410', u'LOAD_-1206651587'), (u'CAST_-1206651406', u'LOAD_-1206651...
null
null
000cf520
x86
O1
(translation_unit "void FUN_000cf520(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_00092420(param_1,puVar1,pa...
(translation_unit "/* DWARF original prototype: void push_back(vector<unsigned_int,_std::allocator<unsigned_int>_> *\n this, value_type.conflict1 * __x) */\n\nvoid __thiscall\nstd::vector<unsigned_int,_std::allocator<unsigned_int>_>::push_back\n (vector<unsigned_int,_std::allocator<unsigned_int>_> *this,valu...
(translation_unit "void FUN_000cf520(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_00092420(param_1,puVar1,pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointe...
(function_definition "void FUN_000cf520(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_00092420(param_1,puVar1...
/* DWARF original prototype: void push_back(vector<unsigned_int,_std::allocator<unsigned_int>_> * this, value_type.conflict1 * __x) */ void __thiscall std::vector<var_2,_std::var_1<var_2>var_3>::push_back (vector<var_2,_std::var_1<var_2>var_3> *this,value_type_conflict1 *__x) { iterator __position; ...
null
(translation_unit (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: (identifi...
null
void MASKED(int param_1,undefined4 *param_2) { undefined4 *puVar1; puVar1 = *(undefined4 **)(param_1 + 4); if (puVar1 != *(undefined4 **)(param_1 + 8)) { *puVar1 = *param_2; *(undefined4 **)(param_1 + 4) = puVar1 + 1; return; } FUN_00092420(param_1,puVar1,param_2); return; }
330_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
FUN_0002f550
FUN_0002f550
void __regparm3 FUN_0002f550(undefined4 param_1) { void *unaff_EDI; __cxa_begin_catch(param_1); operator_delete(unaff_EDI); /* WARNING: Subroutine does not return */ /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */ __cxa_rethrow(); }
void __regparm3 FUN_0002f550(undefined4 param_1) { FUN_001e64c0(param_1); FUN_001e6db0(); /* WARNING: Subroutine does not return */ /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */ FUN_001e5680(); }
SUB ESP,0xc MOV ESI,dword ptr [EBP + 0xfffffe40] PUSH EAX MOV EBX,ESI CALL 0x001e64c0 MOV dword ptr [ESP],EDI CALL 0x001e6db0 ADD ESP,0x10 CALL 0x001e5680
null
null
null
null
[('tmp_193', u'CALL_-1205996158'), ('tmp_192', u'CALL_-1205996171'), ('const-1', u'RETURN_-1205996133')]
[('tmp_192', u'CALL_-1205996171'), ('const-1', u'RETURN_-1205996133')]
null
null
0002f550
x86
O1
(translation_unit "void __regparm3 FUN_0002f550(undefined4 param_1)\n\n{\n FUN_001e64c0(param_1);\n FUN_001e6db0();\n /* WARNING: Subroutine does not return */\n /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */\n FUN_001e5680();\n}\n\n" (function_defi...
(translation_unit "void __regparm3 FUN_0002f550(undefined4 param_1)\n\n{\n void *unaff_EDI;\n \n __cxa_begin_catch(param_1);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */\...
(translation_unit "void __regparm3 FUN_0002f550(undefined4 param_1)\n\n{\n FUN_001e64c0(param_1);\n FUN_001e6db0();\n \n \n FUN_001e5680();\n}\n\n" (function_definition "void __regparm3 FUN_0002f550(undefined4 param_1)\n\n{\n FUN_001e64c0(param_1);\n FUN_001e6db0();\n ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_...
(function_definition "void __regparm3 FUN_0002f550(undefined4 param_1)\n\n{\n FUN_001e64c0(param_1);\n FUN_001e6db0();\n \n \n FUN_001e5680();\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0002f550(undefined4 param_1)" (iden...
void __regparm3 function_1(type_1 param_1) { void *unaff_EDI; var_1(param_1); var_2(unaff_EDI); /* WARNING: Subroutine does not return */ /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (...
null
void __regparm3 MASKED(undefined4 param_1) { FUN_001e64c0(param_1); FUN_001e6db0(); /* WARNING: Subroutine does not return */ /* try { // try from 0002f56c to 0002f570 has its CatchHandler @ 0002f425 */ FUN_001e5680(); }
10843_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
strtoul
strtoul
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ulong strtoul(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtoul@@GLIBC_2....
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ulong strtoul(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205431930')]
[('const-1', u'RETURN_-1205431930')]
null
null
0039917c
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata(...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "strtoul(char *__nptr,char *...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call...
(function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (type_identifier "ulong") (function_declarator "strtoul(char *__nptr,char **__endptr,int __base)" (identifier "strtoul") (parameter_list "(char *__nptr,char **__endptr,int __base)" (( "(") (par...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 function_1(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtoul@@GLIB...
null
(translation_unit (function_definition type: (type_identifier) 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...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ ulong MASKED(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
456_libpng16.so.16.36_and_libpng16.so.16.36_strip.c
png_handle_sBIT
FUN_000298bb
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void png_handle_sBIT(png_structrp png_ptr,png_inforp info_ptr,png_uint_32 length) { int iVar1; int iVar2; byte *pbVar3; byte bVar4; int in_GS_OFFSET; png_uint_32 local_30; p...
void __regparm2 FUN_000298bb(undefined4 param_1,undefined4 param_2,int param_3,uint param_4) { int iVar1; byte *pbVar2; int unaff_EBX; byte bVar3; int in_GS_OFFSET; int unaff_retaddr; uint local_34; byte local_28 [4]; int local_24; entry(param_2,0x298c7); local_24 = *(int *)(in_GS_OFFSET + 0x...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c CALL 0x00014950 ADD EBX,0x214bd MOV ESI,dword ptr [ESP + 0x40] MOV EBP,dword ptr [ESP + 0x44] MOV EAX,GS:[0x14] MOV dword ptr [ESP + 0x1c],EAX XOR EAX,EAX MOV EAX,dword ptr [ESI + 0xd0] TEST AL,0x1 JZ 0x000299d3 TEST AL,0x6 JNZ 0x000299e3 TEST EBP,EBP JZ 0x00029905 TEST ...
null
null
null
null
[(u'CALL_-1206019549', u'INDIRECT_-1206018730'), (u'INT_EQUAL_-1206019793', u'CBRANCH_-1206019792'), ('tmp_1868', u'CALL_-1206018991'), (u'INDIRECT_-1206018249', u'MULTIEQUAL_-1206017993'), (u'CALL_-1206018944', u'INDIRECT_-1206017866'), (u'INDIRECT_-1206017920', u'MULTIEQUAL_-1206017993'), (u'PTRSUB_-1206017663', u'ST...
[(u'INDIRECT_-1206018270', u'STORE_-1206018908'), (u'INT_EQUAL_-1206019793', u'CBRANCH_-1206019792'), (u'MULTIEQUAL_-1206018662', u'COPY_-1206018110'), (u'INDIRECT_-1206018500', u'MULTIEQUAL_-1206018487'), (u'CALL_-1206018991', u'INDIRECT_-1206018009'), (u'CALL_-1206018957', u'INDIRECT_-1206018013'), (u'CALL_-120601895...
null
null
000298bb
x86
O1
(translation_unit "void __regparm2 FUN_000298bb(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n int iVar1;\n byte *pbVar2;\n int unaff_EBX;\n byte bVar3;\n int in_GS_OFFSET;\n int unaff_retaddr;\n uint local_34;\n byte local_28 [4];\n int local_24;\n \n entry(param_2,0x298c7);\n local...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid png_handle_sBIT(png_structrp png_ptr,png_inforp info_ptr,png_uint_32 length)\n\n{\n int iVar1;\n int iVar2;\n byte *pbVar3;\n byte bVar4;\n int in_GS_OFFSET;...
(translation_unit "void __regparm2 FUN_000298bb(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n int iVar1;\n byte *pbVar2;\n int unaff_EBX;\n byte bVar3;\n int in_GS_OFFSET;\n int unaff_retaddr;\n uint local_34;\n byte local_28 [4];\n int local_24;\n \n entry(param_2,0x298c7);\n local...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE ...
(function_definition "void __regparm2 FUN_000298bb(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n int iVar1;\n byte *pbVar2;\n int unaff_EBX;\n byte bVar3;\n int in_GS_OFFSET;\n int unaff_retaddr;\n uint local_34;\n byte local_28 [4];\n int local_24;\n \n entry(param_2,0x298c7);\n lo...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 png_ptr,type_2 var_3,type_3 var_5) { int var_14; int var_8; type_4 *var_11; type_4 var_10; int var_1; type_3 var_4; type_5 var_12 [4]; var_14 = *...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (para...
null
void __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3,uint param_4) { int iVar1; byte *pbVar2; int unaff_EBX; byte bVar3; int in_GS_OFFSET; int unaff_retaddr; uint local_34; byte local_28 [4]; int local_24; entry(param_2,0x298c7); local_24 = *(int *)(in_GS_OFFSET + 0x14); ...
157_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
do_read_symbols
FUN_0002dc4c
/* (anonymous namespace)::Powerpc_relobj<64, false>::do_read_symbols(gold::Read_symbols_data*) [clone .cold.2908] */ void (anonymous_namespace)::Powerpc_relobj<64,false>::do_read_symbols(Read_symbols_data *param_1) { int unaff_EBP; operator_delete(*(void **)(unaff_EBP + -0x24),8); /* WA...
void __regparm3 FUN_0002dc4c(undefined4 param_1) { int unaff_EBP; FUN_00248200(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1); /* WARNING: Subroutine does not return */ FUN_002df1f0(); }
MOV EDI,dword ptr [EBP + -0x20] PUSH EAX PUSH EAX PUSH 0x8 MOV EBX,EDI PUSH dword ptr [EBP + -0x24] CALL 0x00248200 MOV dword ptr [ESP],ESI CALL 0x002df1f0
null
null
null
null
[('tmp_107', u'INT_ADD_-1206002571'), (u'INT_ADD_-1206002571', u'CAST_-1206002480'), ('const-4294967260', u'INT_ADD_-1206002571'), ('const-8', u'CALL_-1206002573'), ('const-1', u'RETURN_-1206002555'), ('const-417', u'LOAD_-1206002587'), (u'CAST_-1206002480', u'LOAD_-1206002587'), (u'LOAD_-1206002587', u'CALL_-120600257...
[('const-417', u'LOAD_-1206002587'), (u'CAST_-1206002484', u'LOAD_-1206002587'), ('const-8', u'CALL_-1206002573'), ('const-4294967260', u'INT_ADD_-1206002571'), ('const-1', u'RETURN_-1206002555'), ('tmp_101', u'INT_ADD_-1206002571'), (u'INT_ADD_-1206002571', u'CAST_-1206002484'), (u'LOAD_-1206002587', u'CALL_-120600257...
null
null
0002dc4c
x86
O1
(translation_unit "void __regparm3 FUN_0002dc4c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_00248200(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n /* WARNING: Subroutine does not return */\n FUN_002df1f0();\n}\n\n" (function_definition "void __regparm3 FUN_0002dc4c(undefined4 pa...
(translation_unit "/* (anonymous namespace)::Powerpc_relobj<64, false>::do_read_symbols(gold::Read_symbols_data*)\n [clone .cold.2908] */\n\nvoid (anonymous_namespace)::Powerpc_relobj<64,false>::do_read_symbols(Read_symbols_data *param_1)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x24),8);...
(translation_unit "void __regparm3 FUN_0002dc4c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_00248200(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n \n FUN_002df1f0();\n}\n\n" (function_definition "void __regparm3 FUN_0002dc4c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abs...
(function_definition "void __regparm3 FUN_0002dc4c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_00248200(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n \n FUN_002df1f0();\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0002dc4c(...
/* (anonymous namespace)::Powerpc_relobj<64, false>::do_read_symbols(gold::Read_symbols_data*) [clone .cold.2908] */ void (function_1)::Powerpc_relobj<64,false>::do_read_symbols(Read_symbols_data *param_1) { int var_2; var_1(*(void **)(var_2 + -0x24),8); /* WARNING: Subroutine does not ...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (i...
null
void __regparm3 MASKED(undefined4 param_1) { int unaff_EBP; FUN_00248200(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1); /* WARNING: Subroutine does not return */ FUN_002df1f0(); }
9526_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
__do_upcast
FUN_0022ead0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* __cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const */ char __thiscall __cxxabiv1::__vmi_class_type_info::__do_upcast ...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ char FUN_0022ead0(int param_1,undefined4 param_2,int *param_3,int *param_4) { uint uVar1; int *piVar2; char *__s1; byte bVar3; char cVar4; int iVar5; int iVar6; uint local_40; int local_2c; uint local_28; u...
CALL 0x000559e6 ADD EAX,0x16052b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x3c MOV EBX,EAX MOV EDI,dword ptr [ESP + 0x50] MOV dword ptr [ESP + 0x18],EAX PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH EDI CALL 0x001e6f80 ADD ESP,0x10 MOV EDX,EAX TEST AL,AL JNZ 0x0022ec41 MOV ...
null
null
null
null
[(u'INT_AND_-1203901523', u'INT_NOTEQUAL_-1203900268'), ('tmp_1091', u'CBRANCH_-1203901023'), ('const-0', u'INT_NOTEQUAL_-1203900613'), ('tmp_987', u'CBRANCH_-1203901085'), (u'CAST_-1203899632', u'INT_AND_-1203900897'), (u'MULTIEQUAL_-1203900383', u'INT_MULT_-1203900508'), ('const-417', u'LOAD_-1203900435'), (u'INT_AND...
[('tmp_1091', u'CBRANCH_-1203901023'), ('const-0', u'INT_NOTEQUAL_-1203900613'), (u'MULTIEQUAL_-1203899868', u'STORE_-1203900971'), ('tmp_987', u'CBRANCH_-1203901085'), (u'MULTIEQUAL_-1203899868', u'MULTIEQUAL_-1203900044'), (u'MULTIEQUAL_-1203899868', u'INT_AND_-1203899964'), ('const-417', u'LOAD_-1203901043'), (u'MUL...
null
null
0022ead0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nchar FUN_0022ead0(int param_1,undefined4 param_2,int *param_3,int *param_4)\n\n{\n uint uVar1;\n int *piVar2;\n char *__s1;\n byte bVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n uint local_40;\n int...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* __cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*,\n __cxxabiv1::__class_type_info::__upcast_result&) const */\n\nchar __thiscall\n__cxxabiv1::__vmi_class_type_...
(translation_unit "char FUN_0022ead0(int param_1,undefined4 param_2,int *param_3,int *param_4)\n\n{\n uint uVar1;\n int *piVar2;\n char *__s1;\n byte bVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n uint local_40;\n int local_2c;\n uint local_28;\n uint local_24;\n int local_20;\n \n cVar4 = FUN_001e6f80(...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration ...
(function_definition "char FUN_0022ead0(int param_1,undefined4 param_2,int *param_3,int *param_4)\n\n{\n uint uVar1;\n int *piVar2;\n char *__s1;\n byte bVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n uint local_40;\n int local_2c;\n uint local_28;\n uint local_24;\n int local_20;\n \n cVar4 = FUN_001e6f...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* __cxxabiv1::__vmi_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const */ char __thiscall __cxxabiv1::type_1::function_1 (type_1 *va...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ char MASKED(int param_1,undefined4 param_2,int *param_3,int *param_4) { uint uVar1; int *piVar2; char *__s1; byte bVar3; char cVar4; int iVar5; int iVar6; uint local_40; int local_2c; uint local_28; uint lo...
33_sg_rep_zones_and_sg_rep_zones_strip.c
_start
entry
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry _start(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_main_00015fdc,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini, param_1,auStack...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry entry(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_FUN_00015fdc,param_2,&stack0x00000004,FUN_00012140,FUN_000121a0,param_1, auStack_4); d...
XOR EBP,EBP POP ESI MOV ECX,ESP AND ESP,0xfffffff0 PUSH EAX PUSH ESP PUSH EDX CALL 0x00011282 ADD EBX,0x4ce0 LEA EAX,[EBX + 0xffffc260] PUSH EAX LEA EAX,[EBX + 0xffffc200] PUSH EAX PUSH ECX PUSH ESI PUSH dword ptr [EBX + 0x9c] CALL 0x00011120 HLT
null
null
null
null
[('const-0', u'PTRSUB_-1205988568'), ('const-74048', u'PTRSUB_-1205988569'), ('const-4', u'PTRSUB_-1205988609'), ('tmp_227', u'PTRSUB_-1205988609'), ('tmp_182', u'BRANCH_-1205988663'), ('const-74144', u'PTRSUB_-1205988568'), ('tmp_365', u'CALL_-1205988666'), (u'PTRSUB_-1205988568', u'CALL_-1205988666'), ('tmp_227', u'P...
[('const-0', u'PTRSUB_-1205988568'), ('const-74048', u'PTRSUB_-1205988569'), ('const-4', u'PTRSUB_-1205988609'), ('tmp_227', u'PTRSUB_-1205988609'), ('tmp_182', u'BRANCH_-1205988663'), ('const-74144', u'PTRSUB_-1205988568'), ('tmp_365', u'CALL_-1205988666'), (u'PTRSUB_-1205988568', u'CALL_-1205988666'), ('tmp_227', u'P...
null
null
00011250
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00015fdc,param_2,&stack0x00000004,FUN_00012140,FUN_000121a0,param_1,\n ...
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid processEntry _start(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_main_00015fdc,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini,\n ...
(translation_unit "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00015fdc,param_2,&stack0x00000004,FUN_00012140,FUN_000121a0,param_1,\n auStack_4);\n do {\n \n } while( true );\n}\n\n" (function_d...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDE...
(function_definition "void processEntry entry(undefined4 param_1,undefined4 param_2)\n\n{\n undefined1 auStack_4 [4];\n \n __libc_start_main(PTR_FUN_00015fdc,param_2,&stack0x00000004,FUN_00012140,FUN_000121a0,param_1,\n auStack_4);\n do {\n \n } while( true );\n}" (primitive_t...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry function_1(type_1 param_1,type_1 param_2) { type_2 auStack_4 [4]; var_1(PTR_main_00015fdc,param_2,&stack0x00000004,__libc_csu_init,__libc_csu_fini, param_1,auStack_4); do { ...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void processEntry MASKED(undefined4 param_1,undefined4 param_2) { undefined1 auStack_4 [4]; __libc_start_main(PTR_FUN_00015fdc,param_2,&stack0x00000004,FUN_00012140,FUN_000121a0,param_1, auStack_4); ...
5965_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
consume_count_with_underscores
FUN_00167880
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 consume_count_with_underscores(char **mangled) { char cVar1; char *pcVar2; int iVar3; pcVar2 = *mangled; cVar1 = *pcVar2; if (cVar1 == '_') { *mangled = pcVar2 + 1; if ((_sch_istable[(byte)pc...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 FUN_00167880(int *param_1) { char cVar1; char *pcVar2; int iVar3; pcVar2 = (char *)*param_1; cVar1 = *pcVar2; if (cVar1 == '_') { *param_1 = (int)(pcVar2 + 1); if (((&DAT_0023a160)[(uint)(by...
PUSH EBX MOV ECX,dword ptr [EAX] CALL 0x00032730 ADD EBX,0x19a778 MOVSX EDX,byte ptr [ECX] CMP DL,0x5f JZ 0x001678b0 LEA EBX,[EDX + -0x30] CMP BL,0x9 JA 0x001678e0 ADD ECX,0x1 SUB EDX,0x30 MOV dword ptr [EAX],ECX MOV EAX,EDX POP EBX RET LEA EDX,[ECX + 0x1] MOV dword ptr [EAX],EDX LEA EDX,[EBX + 0xfff38160] MOVZX ECX,by...
null
null
null
null
[(u'CAST_-1207338513', u'INT_ZEXT_-1207338721'), ('const-0', u'INT_NOTEQUAL_-1207338714'), (u'LOAD_-1207338874', u'PTRADD_-1207338675'), ('const-48', u'INT_SUB_-1207338808'), ('const-4294967295', u'COPY_-1207338776'), ('const-2', u'PTRADD_-1207338509'), (u'LOAD_-1207338847', u'INT_SEXT_-1207338830'), ('const-0', u'RETU...
[('tmp_639', u'STORE_-1207338777'), (u'CAST_-1207338491', u'LOAD_-1207338694'), ('const-1', u'PTRADD_-1207338667'), ('const-10', u'INT_LESS_-1207338795'), ('const-1', u'PTRADD_-1207338738'), (u'LOAD_-1207338847', u'INT_SEXT_-1207338830'), ('const-417', u'LOAD_-1207338847'), ('const-0', u'RETURN_-1207338757'), (u'LOAD_-...
null
null
00167880
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_00167880(int *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n \n pcVar2 = (char *)*param_1;\n cVar1 = *pcVar2;\n if (cVar1 == '_') {\n *param_1 = (int)(pcVar2 + 1);\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 consume_count_with_underscores(char **mangled)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n \n pcVar2 = *mangled;\n cVar1 = *pcVar2;\n if (cVar1 == '_') {\n *mangled = pcVar2 + 1;\...
(translation_unit "int __regparm3 FUN_00167880(int *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n \n pcVar2 = (char *)*param_1;\n cVar1 = *pcVar2;\n if (cVar1 == '_') {\n *param_1 = (int)(pcVar2 + 1);\n if (((&DAT_0023a160)[(uint)(byte)pcVar2[1] * 2] & 4) != 0) {\n iVar3 = FUN_001677d0();...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assign...
(function_definition "int __regparm3 FUN_00167880(int *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n \n pcVar2 = (char *)*param_1;\n cVar1 = *pcVar2;\n if (cVar1 == '_') {\n *param_1 = (int)(pcVar2 + 1);\n if (((&DAT_0023a160)[(uint)(byte)pcVar2[1] * 2] & 4) != 0) {\n iVar3 = FUN_001677d0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 function_1(char **mangled) { char var_1; char *var_2; int iVar3; var_2 = *mangled; var_1 = *var_2; if (var_1 == '_') { *mangled = var_2 + 1; if ((_sch_istable[(type_1)var_2[1]] & 4) != 0) { ...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type:...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 MASKED(int *param_1) { char cVar1; char *pcVar2; int iVar3; pcVar2 = (char *)*param_1; cVar1 = *pcVar2; if (cVar1 == '_') { *param_1 = (int)(pcVar2 + 1); if (((&DAT_0023a160)[(uint)(byte)pcV...
88_hppa-linux-gnu-ar_and_hppa-linux-gnu-ar_strip.c
fputs
fputs
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_0002116c)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fputs(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fputs_0002116c)(); return iVar1; }
JMP dword ptr [EBX + 0x16c]
null
null
null
null
[(u'CALLIND_-1205983798', u'RETURN_-1205983795'), (u'INDIRECT_-1205983725', u'COPY_-1205983784'), (u'CAST_-1205983718', u'CALLIND_-1205983798'), (u'CALLIND_-1205983798', u'INDIRECT_-1205983725'), ('tmp_72', u'CAST_-1205983718'), ('const-0', u'RETURN_-1205983795')]
[(u'CALLIND_-1205983798', u'RETURN_-1205983795'), (u'INDIRECT_-1205983725', u'COPY_-1205983784'), (u'CAST_-1205983718', u'CALLIND_-1205983798'), (u'CALLIND_-1205983798', u'INDIRECT_-1205983725'), ('tmp_72', u'CAST_-1205983718'), ('const-0', u'RETURN_-1205983795')]
null
null
000125c0
x86
O1
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0002116c)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0002116c)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i...
(translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0002116c)();\n return iVar1;\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0002116c)();\n return iVar1;\n}" primitive_type (function_de...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_e...
(function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0002116c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fputs_0002116c)(); return iVar1; }
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: (type_identifier) declarator: (pointer...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0002116c)(); return iVar1; }
7604_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
write_to_postprocessing_buffer
FUN_002c7580
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void write_to_postprocessing_buffer(Output_section * this) */ void __...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ void FUN_002c7580(int param_1) { int iVar1; code *pcVar2; longlong lVar3; int *piVar4; uint uVar5; byte bVar6; undefined1 *puVar7; undefined1 *puVar8; unde...
CALL 0x00074f02 ADD EAX,0x322a7b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x5c MOV dword ptr [ESP + 0x14],EAX MOV EAX,dword ptr [ESP + 0x70] TEST byte ptr [EAX + 0x90],0x20 JZ 0x002c78e9 MOV EAX,dword ptr [ESP + 0x70] TEST byte ptr [EAX + 0x92],0x1 JNZ 0x002c7820 MOV EAX,dword ptr [ESP + 0x70] MOV EAX,dword ptr [EAX...
null
null
null
null
[('const-4797648', u'COPY_-1204582595'), (u'CAST_-1204583002', u'LOAD_-1204586392'), (u'CAST_-1204583002', u'STORE_-1204585329'), (u'MULTIEQUAL_-1204584911', u'INT_EQUAL_-1204584601'), ('const-4294967256', u'INT_ADD_-1204585883'), ('const-1', u'PTRADD_-1204586669'), (u'MULTIEQUAL_-1204584930', u'CAST_-1204582830'), (u'...
[('const-40', u'PTRADD_-1204585997'), ('const-417', u'LOAD_-1204586963'), (u'MULTIEQUAL_-1204585119', u'PTRADD_-1204583469'), ('const-1', u'PTRADD_-1204586090'), (u'LOAD_-1204585308', u'CALL_-1204584992'), (u'INT_EQUAL_-1204584619', u'BOOL_AND_-1204586037'), (u'INDIRECT_-1204583555', u'MULTIEQUAL_-1204583905'), ('const...
null
null
002c7580
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n\nvoid FUN_002c7580(int param_1)\n\n{\n int iVar1;\n code *pcVar2;\n longlong lVar3;\n int *piVar4;\n uint uVar5;\n byte bVar6;\n undefined1 *puVar7...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void write_to_postprocessing_buffer(Output_sectio...
(translation_unit "void FUN_002c7580(int param_1)\n\n{\n int iVar1;\n code *pcVar2;\n longlong lVar3;\n int *piVar4;\n uint uVar5;\n byte bVar6;\n undefined1 *puVar7;\n undefined1 *puVar8;\n undefined1 *puVar9;\n uint *puVar10;\n int *piVar11;\n uint uVar12;\n uint uVar13;\n int iVar14;\n bool bVar15;\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYP...
(function_definition "void FUN_002c7580(int param_1)\n\n{\n int iVar1;\n code *pcVar2;\n longlong lVar3;\n int *piVar4;\n uint uVar5;\n byte bVar6;\n undefined1 *puVar7;\n undefined1 *puVar8;\n undefined1 *puVar9;\n uint *puVar10;\n int *piVar11;\n uint uVar12;\n uint uVar13;\n int iVar14;\n bool bVar15;...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void write_to_postprocessing_buffer(Output_section * this) */ void __...
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 (declaration type: (primitive_type) declarator: (identifier)) (declarati...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ void MASKED(int param_1) { int iVar1; code *pcVar2; longlong lVar3; int *piVar4; uint uVar5; byte bVar6; undefined1 *puVar7; undefined1 *puVar8; undefined1...
7618_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
capacity
FUN_001b74b0
/* std::string::capacity() const */ undefined4 __thiscall std::string::capacity(string *this) { return *(undefined4 *)(*(int *)this + -8); }
undefined4 FUN_001b74b0(int *param_1) { return *(undefined4 *)(*param_1 + -8); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + -0x8] RET
null
null
null
null
[('const-417', u'LOAD_-1207667522'), (u'CAST_-1207667456', u'LOAD_-1207667527'), ('tmp_31', u'CAST_-1207667456'), ('const-0', u'RETURN_-1207667507'), (u'CAST_-1207667453', u'LOAD_-1207667522'), (u'LOAD_-1207667527', u'INT_ADD_-1207667506'), (u'INT_ADD_-1207667506', u'CAST_-1207667453'), (u'COPY_-1207667522', u'RETURN_-...
[('tmp_34', u'LOAD_-1207667527'), ('const-417', u'LOAD_-1207667522'), ('const-0', u'RETURN_-1207667507'), (u'LOAD_-1207667527', u'INT_ADD_-1207667506'), (u'COPY_-1207667522', u'RETURN_-1207667507'), (u'LOAD_-1207667522', u'COPY_-1207667522'), (u'INT_ADD_-1207667506', u'CAST_-1207667454'), ('const-417', u'LOAD_-12076675...
null
null
001b74b0
x86
O1
(translation_unit "undefined4 FUN_001b74b0(int *param_1)\n\n{\n return *(undefined4 *)(*param_1 + -8);\n}\n\n" (function_definition "undefined4 FUN_001b74b0(int *param_1)\n\n{\n return *(undefined4 *)(*param_1 + -8);\n}" type_identifier (function_declarator "FUN_001b74b0(int *param_1)" identifier (parameter_list "(in...
(translation_unit "/* std::string::capacity() const */\n\nundefined4 __thiscall std::string::capacity(string *this)\n\n{\n return *(undefined4 *)(*(int *)this + -8);\n}\n\n" comment (function_definition "undefined4 __thiscall std::string::capacity(string *this)\n\n{\n return *(undefined4 *)(*(int *)this + -8);\n}" ty...
(translation_unit "undefined4 FUN_001b74b0(int *param_1)\n\n{\n return *(undefined4 *)(*param_1 + -8);\n}\n\n" (function_definition "undefined4 FUN_001b74b0(int *param_1)\n\n{\n return *(undefined4 *)(*param_1 + -8);\n}" type_identifier (function_declarator "FUN_001b74b0(int *param_1)" identifier (parameter_list "(in...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expressio...
(function_definition "undefined4 FUN_001b74b0(int *param_1)\n\n{\n return *(undefined4 *)(*param_1 + -8);\n}" (type_identifier "undefined4") (function_declarator "FUN_001b74b0(int *param_1)" (identifier "FUN_001b74b0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int"...
/* std::string::capacity() const */ type_1 __thiscall std::type_2::function_1(type_2 *this) { return *(type_1 *)(*(int *)this + -8); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression ...
null
undefined4 MASKED(int *param_1) { return *(undefined4 *)(*param_1 + -8); }
12796_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
string_const&)
FUN_003f4fc0
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* transaction clone for std::runtime_error::runtime_error(std::string const&) */ void std::runtime_error::runtime_error(std::string_const__(void *param_1,void *param_2) { char *pcVar1; void *pvVar2; runtime_error local_24 ...
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void FUN_003f4fc0(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; undefined4 uVar2; undefined1 local_24 [20]; FUN_003f4410(local_24,""); /* try { // try from 003f4ff2 to 003f501a has its...
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI LEA EDI,[EBP + -0x20] CALL 0x00063c76 ADD ESI,0x1f5033 PUSH EBX SUB ESP,0x34 LEA EAX,[ESI + 0xffeb3b16] MOV EBX,ESI PUSH EAX PUSH EDI CALL 0x003f4410 MOV EAX,dword ptr [EBP + 0x8] MOV EDX,EDI MOV dword ptr [ESP],0x8 CALL 0x00039580 POP ECX PUSH dword ptr [EBP + 0xc] CALL 0x003f481...
null
null
null
null
[('const-4294967260', u'PTRSUB_-1205841595'), (u'PTRSUB_-1205841595', u'CALL_-1205841770'), (u'CAST_-1205841542', u'CALL_-1205841783'), ('const-0', u'RETURN_-1205841722'), ('const-4840214', u'COPY_-1205841633'), ('tmp_1034', u'CALL_-1205841823'), ('tmp_1035', u'CALL_-1205841850'), (u'CALL_-1205841850', u'CAST_-12058415...
[(u'PTRSUB_-1205841601', u'CALL_-1205841897'), ('const-0', u'RETURN_-1205841722'), ('const-4294967260', u'PTRSUB_-1205841601'), (u'COPY_-1205841639', u'CALL_-1205841897'), (u'CALL_-1205841850', u'CALL_-1205841783'), ('const-4840214', u'COPY_-1205841639'), ('const-8', u'CALL_-1205841871'), ('tmp_1052', u'CALL_-120584178...
null
null
003f4fc0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_003f4fc0(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined1 local_24 [20];\n \n FUN_003f4410(local_24,"");\n /* try { // try from ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* transaction clone for std::runtime_error::runtime_error(std::string const&) */\n\nvoid std::runtime_error::runtime_error(std::string_const__(void *param_1,void *param_2)\n\n{\n char *pcVar1;\n void *pvVar2;\...
(translation_unit "void FUN_003f4fc0(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined1 local_24 [20];\n \n FUN_003f4410(local_24,"");\n \n _ITM_memcpyRnWt(8);\n uVar1 = FUN_003f4810(param_2);\n uVar2 = FUN_003f4880(param_1);\n FUN_003f4770(uVar2...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (ca...
(function_definition "void FUN_003f4fc0(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined1 local_24 [20];\n \n FUN_003f4410(local_24,"");\n \n _ITM_memcpyRnWt(8);\n uVar1 = FUN_003f4810(param_2);\n uVar2 = FUN_003f4880(param_1);\n FUN_003f4770(uV...
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* transaction clone for std::runtime_error::runtime_error(std::string const&) */ void type_1::function_1::function_1(type_1::function_2(void *param_1,void *param_2) { char *pcVar1; void *pvVar2; function_1 local_24 [20]; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen...
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ void MASKED(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; undefined4 uVar2; undefined1 local_24 [20]; FUN_003f4410(local_24,""); /* try { // try from 003f4ff2 to 003f501a has its Catch...
530_riscv64-linux-gnu-strip_and_riscv64-linux-gnu-strip_strip.c
htab_find
htab_find
/* WARNING: Control flow encountered bad instruction data */ void htab_find(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void htab_find(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185434')]
[('const-1', u'RETURN_-1206185434')]
null
null
0004121c
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_find(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_find(void)\n\n{\n /* WARNING: Bad instruct...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_find(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_find(void)\n\n{\n /* WARNING: Bad instruct...
(translation_unit "void htab_find(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void htab_find(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "htab_find(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void htab_find(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "htab_find(void)" (identifier "htab_find") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
13304_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~moneypunct_byname
FUN_00412a30
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct_byname<wchar_t, false>::~moneypunct_byname() */ void __thiscall std::moneypunct_byname<wchar_t,false>::~moneypunct_byname(moneypunct_byname<wchar_t,false> *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00412a30(undefined4 *param_1) { *param_1 = &PTR_FUN_005e9348; FUN_003f9cf0(param_1); FUN_003ae080(param_1); return; }
PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x1d75c9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xfffff340] ADD EAX,0x8 MOV dword ptr [ESI],EAX PUSH ESI CALL 0x003f9cf0 MOV dword ptr [ESP],ESI CALL 0x003ae080 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'RETURN_-1201788346')]
[('const-6198088', u'PTRSUB_-1201788155'), ('tmp_384', u'STORE_-1201788294'), ('tmp_384', u'CALL_-1201788268'), ('tmp_384', u'CALL_-1201788281'), ('const-417', u'STORE_-1201788294'), (u'PTRSUB_-1201788155', u'STORE_-1201788294'), ('const-0', u'RETURN_-1201788235'), ('const-0', u'PTRSUB_-1201788155')]
null
null
00412a30
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00412a30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e9348;\n FUN_003f9cf0(param_1);\n FUN_003ae080(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00412a30(undefined4 *p...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct_byname<wchar_t, false>::~moneypunct_byname() */\n\nvoid __thiscall\nstd::moneypunct_byname<wchar_t,false>::~moneypunct_byname(moneypunct_byname<wchar_t,false> *this)\n\n{\n}\n\n" comment commen...
(translation_unit "void FUN_00412a30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e9348;\n FUN_003f9cf0(param_1);\n FUN_003ae080(param_1);\n return;\n}\n\n" (function_definition "void FUN_00412a30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e9348;\n FUN_003f9cf0(param_1);\n FUN_003ae080(param_1);\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression...
(function_definition "void FUN_00412a30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e9348;\n FUN_003f9cf0(param_1);\n FUN_003ae080(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00412a30(undefined4 *param_1)" (identifier "FUN_00412a30") (parameter_list "(undefined4 *param_1)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct_byname<wchar_t, false>::~moneypunct_byname() */ void __thiscall std::moneypunct_byname<wchar_t,false>::~moneypunct_byname(moneypunct_byname<wchar_t,false> *this) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_005e9348; FUN_003f9cf0(param_1); FUN_003ae080(param_1); return; }
794_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
def_file_add_export
FUN_00058c90
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ def_file_export * def_file_add_export(def_file *fdef,char *external_name,char *internal_name,int ordinal, char *its_name,int *is_dup) { int iVar1; int iVar2; int iVar3; def_file_export *pdVar4; uint u...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * FUN_00058c90(int param_1,int param_2,int param_3,undefined4 param_4,int param_5,undefined4 *param_6) { int iVar1; int iVar2; int iVar3; undefined4 *puVar4; uint uVar5; undefined4 uVar6; int iVar7; in...
CALL 0x0001d2e2 ADD EAX,0x17536b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV dword ptr [ESP],EAX MOV EAX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x38] MOV EAX,dword ptr [EAX + 0x2c] MOV dword ptr [ESP + 0x4],EAX TEST EDI,EDI JZ 0x00058dc8 MOV ESI,dword ptr [ESP + 0x34] TEST ESI,ESI JNZ 0x00058dc8 MOV E...
null
null
null
null
[(u'CAST_-1206217298', u'INT_SLESSEQUAL_-1206218744'), (u'INT_NOTEQUAL_-1206218604', u'CBRANCH_-1206218604'), (u'COPY_-1206219133', u'MULTIEQUAL_-1206217996'), ('const-0', u'RETURN_-1206217152'), (u'INT_ADD_-1206218433', u'INT_AND_-1206218413'), ('const-417', u'STORE_-1206217969'), (u'MULTIEQUAL_-1206217927', u'CALL_-1...
[(u'LOAD_-1206219461', u'PTRADD_-1206217077'), (u'INT_NOTEQUAL_-1206218604', u'CBRANCH_-1206218604'), (u'MULTIEQUAL_-1206218009', u'INT_ADD_-1206218335'), (u'CALL_-1206218262', u'MULTIEQUAL_-1206217397'), (u'INT_ADD_-1206218462', u'MULTIEQUAL_-1206218009'), ('const-417', u'STORE_-1206217860'), (u'INT_ADD_-1206218953', ...
null
null
00058c90
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 *\nFUN_00058c90(int param_1,int param_2,int param_3,undefined4 param_4,int param_5,undefined4 *param_6)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n uint uVar5;\n undefi...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\ndef_file_export *\ndef_file_add_export(def_file *fdef,char *external_name,char *internal_name,int ordinal,\n char *its_name,int *is_dup)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n def_f...
(translation_unit "undefined4 *\nFUN_00058c90(int param_1,int param_2,int param_3,undefined4 param_4,int param_5,undefined4 *param_6)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n uint uVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n int local_24;\n \n iVar3 = *(int *)(param_1 + 0...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration T...
(function_definition "undefined4 *\nFUN_00058c90(int param_1,int param_2,int param_3,undefined4 param_4,int param_5,undefined4 *param_6)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n undefined4 *puVar4;\n uint uVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n int local_24;\n \n iVar3 = *(int *)(param_1 ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ type_1 * function_1(type_2 *fdef,char *var_2,char *var_1,int ordinal, char *var_17,int *is_dup) { int var_5; int var_7; int var_10; type_1 *var_6; type_3 var_15; char *pcVar6; type_3 var_14; int...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * MASKED(int param_1,int param_2,int param_3,undefined4 param_4,int param_5,undefined4 *param_6) { int iVar1; int iVar2; int iVar3; undefined4 *puVar4; uint uVar5; undefined4 uVar6; int iVar7; int iVar...
10092_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**,_std::vector<gold::Symbol*>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Sort_commons<32>_>_>
FUN_0036d670
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**, std::vector<gold::Symbol*> >, __gnu_cxx::__ops::_Val_comp_iter<gold::Sort_commons<32> > > */ void std:: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**...
void FUN_0036d670(undefined4 *param_1) { undefined4 uVar1; char cVar2; uVar1 = *param_1; while( true ) { cVar2 = FUN_0036d5b0(&stack0x00000008,uVar1,param_1[-1]); if (cVar2 == '\0') break; *param_1 = param_1[-1]; param_1 = param_1 + -1; } *param_1 = uVar1; return; }
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0xc MOV EBX,dword ptr [ESP + 0x20] LEA EBP,[ESP + 0x24] MOV ESI,dword ptr [EBX] JMP 0x0036d68d MOV EAX,dword ptr [EBX] MOV dword ptr [EBX + 0x4],EAX SUB ESP,0x4 PUSH dword ptr [EBX + -0x4] MOV EDI,EBX SUB EBX,0x4 PUSH ESI PUSH EBP CALL 0x0036d5b0 ADD ESP,0x10 TEST AL,AL JNZ 0...
null
null
null
null
[(u'PTRADD_-1205217389', u'LOAD_-1205217607'), ('const-4294967295', u'PTRADD_-1205217383'), ('const-4', u'PTRADD_-1205217389'), (u'PTRSUB_-1205217410', u'PTRSUB_-1205217405'), (u'MULTIEQUAL_-1205217448', u'PTRADD_-1205217383'), (u'COPY_-1205217466', u'MULTIEQUAL_-1205217448'), (u'LOAD_-1205217637', u'STORE_-1205217540'...
[(u'CALL_-1205217570', u'INT_EQUAL_-1205217544'), (u'PTRADD_-1205217391', u'COPY_-1205217464'), ('const-417', u'LOAD_-1205217607'), ('const-4', u'PTRADD_-1205217391'), (u'LOAD_-1205217637', u'STORE_-1205217540'), ('const-0', u'RETURN_-1205217496'), ('const-417', u'LOAD_-1205217542'), ('const-417', u'LOAD_-1205217637'),...
null
null
0036d670
x86
O1
(translation_unit "void FUN_0036d670(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_0036d5b0(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVar1;...
(translation_unit "/* WARNING: Unknown calling convention */\n/* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**,\n std::vector<gold::Symbol*> >, __gnu_cxx::__ops::_Val_comp_iter<gold::Sort_commons<32> > > */\n\nvoid std::\n __unguarded_linear_insert<__gnu_cxx::__normal_...
(translation_unit "void FUN_0036d670(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_0036d5b0(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVar1;...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_...
(function_definition "void FUN_0036d670(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_0036d5b0(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVa...
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**, std::vector<gold::Symbol*> >, __gnu_cxx::__ops::_Val_comp_iter<gold::Sort_commons<32> > > */ void std:: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Symbol**...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
null
void MASKED(undefined4 *param_1) { undefined4 uVar1; char cVar2; uVar1 = *param_1; while( true ) { cVar2 = FUN_0036d5b0(&stack0x00000008,uVar1,param_1[-1]); if (cVar2 == '\0') break; *param_1 = param_1[-1]; param_1 = param_1 + -1; } *param_1 = uVar1; return; }
9887_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
money_put
FUN_00250ac0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::money_put(unsigned int) */ void __thiscall std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_p...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_00250ac0(undefined4 *param_1,int param_2) { param_1[1] = (uint)(param_2 != 0); *param_1 = &PTR_FUN_003a8f10; return; }
CALL 0x00036ee5 ADD EDX,0x15953b MOV EAX,dword ptr [ESP + 0x4] XOR ECX,ECX CMP dword ptr [ESP + 0x8],0x0 SETNZ CL MOV dword ptr [EAX + 0x4],ECX LEA EDX,[EDX + 0xffffef08] ADD EDX,0x8 MOV dword ptr [EAX],EDX RET
null
null
null
null
[(u'INT_NOTEQUAL_-1204155652', u'INT_ZEXT_-1204155612'), (u'INT_ZEXT_-1204155612', u'STORE_-1204155644'), ('const-1', u'PTRADD_-1204155584'), ('const-0', u'RETURN_-1204155607'), (u'CAST_-1204155558', u'STORE_-1204155644'), ('const-3837712', u'PTRSUB_-1204155545'), (u'PTRADD_-1204155584', u'CAST_-1204155558'), ('const-0...
[(u'INT_NOTEQUAL_-1204155652', u'INT_ZEXT_-1204155612'), (u'INT_ZEXT_-1204155612', u'STORE_-1204155644'), ('tmp_201', u'INT_NOTEQUAL_-1204155652'), (u'PTRADD_-1204155557', u'STORE_-1204155644'), ('const-0', u'RETURN_-1204155607'), ('const-4', u'PTRADD_-1204155557'), ('const-3837712', u'PTRSUB_-1204155545'), ('const-417...
null
null
00250ac0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00250ac0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003a8f10;\n return;\n}\n\n" comment (function_definition "void FUN_00250ac0(undefined4 *par...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::money_put(unsigned int) */\n\nvoid __thiscall\nstd::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_tra...
(translation_unit "void FUN_00250ac0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003a8f10;\n return;\n}\n\n" (function_definition "void FUN_00250ac0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003a8f10;\n ret...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthe...
(function_definition "void FUN_00250ac0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_003a8f10;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00250ac0(undefined4 *param_1,int param_2)" (identifier "FUN_00250ac0") (parameter_list "(undefined4 *param...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::money_put(unsigned int) */ void __thiscall std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_p...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 *param_1,int param_2) { param_1[1] = (uint)(param_2 != 0); *param_1 = &PTR_FUN_003a8f10; return; }
1933_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
do_addralign
FUN_0005ade0
/* DWARF original prototype: uint64_t do_addralign(Output_section_data * this) */ uint64_t __thiscall gold::Output_section_data::do_addralign(Output_section_data *this) { return this->addralign_; }
undefined8 FUN_0005ade0(int param_1) { return *(undefined8 *)(param_1 + 0x24); }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EAX + 0x28] MOV EAX,dword ptr [EAX + 0x24] RET
null
null
null
null
[(u'LOAD_-1206211079', u'COPY_-1206211080'), (u'PTRSUB_-1206211014', u'LOAD_-1206211079'), ('tmp_35', u'PTRSUB_-1206211014'), ('const-417', u'LOAD_-1206211079'), ('const-36', u'PTRSUB_-1206211014'), ('const-0', u'RETURN_-1206211073'), (u'COPY_-1206211080', u'RETURN_-1206211073')]
[('const-417', u'LOAD_-1206211081'), (u'LOAD_-1206211081', u'COPY_-1206211080'), (u'CAST_-1206211018', u'LOAD_-1206211081'), (u'INT_ADD_-1206211072', u'CAST_-1206211018'), ('tmp_41', u'INT_ADD_-1206211072'), ('const-36', u'INT_ADD_-1206211072'), ('const-0', u'RETURN_-1206211073'), (u'COPY_-1206211080', u'RETURN_-120621...
null
null
0005ade0
x86
O1
(translation_unit "undefined8 FUN_0005ade0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x24);\n}\n\n" (function_definition "undefined8 FUN_0005ade0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x24);\n}" type_identifier (function_declarator "FUN_0005ade0(int param_1)" identifier (parameter_list "(int...
(translation_unit "/* DWARF original prototype: uint64_t do_addralign(Output_section_data * this) */\n\nuint64_t __thiscall gold::Output_section_data::do_addralign(Output_section_data *this)\n\n{\n return this->addralign_;\n}\n\n" comment (function_definition "uint64_t __thiscall gold::Output_section_data::do_addralig...
(translation_unit "undefined8 FUN_0005ade0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x24);\n}\n\n" (function_definition "undefined8 FUN_0005ade0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x24);\n}" type_identifier (function_declarator "FUN_0005ade0(int param_1)" identifier (parameter_list "(int...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ...
(function_definition "undefined8 FUN_0005ade0(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x24);\n}" (type_identifier "undefined8") (function_declarator "FUN_0005ade0(int param_1)" (identifier "FUN_0005ade0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (...
/* DWARF original prototype: uint64_t do_addralign(Output_section_data * this) */ uint64_t __thiscall gold::type_1::function_1(type_1 *this) { return this->addralign_; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ...
null
undefined8 MASKED(int param_1) { return *(undefined8 *)(param_1 + 0x24); }
1635_busybox_and_busybox_strip.c
getservbyname
getservbyname
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ servent * getservbyname(char *__name,char *__proto) { /* WARNING: Bad instruction - Truncating control flow here */ /* getservbyname@@GLIBC...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ servent * getservbyname(char *__name,char *__proto) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206664330')]
[('const-1', u'RETURN_-1206664330')]
null
null
000cc36c
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nservent * getservbyname(char *__name,char *__proto)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nservent * getservbyname(char *__name,char *__proto)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "servent * getservbyname(char *__name,char *__proto)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "servent * getservbyname(char *__name,char *__proto)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "* getservbyname(char *__name,char ...
(translation_unit (function_definition TYPE (pointer_declarator * (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 "servent * getservbyname(char *__name,char *__proto)\n\n{\n \n halt_baddata();\n}" (type_identifier "servent") (pointer_declarator "* getservbyname(char *__name,char *__proto)" (* "*") (function_declarator "getservbyname(char *__name,char *__proto)" (identifier "getservbyname") ...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(char *__name,char *__proto) { /* WARNING: Bad instruction - Truncating control flow here */ /* getservbyname@@GLIBC_2.0...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ servent * MASKED(char *__name,char *__proto) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
2563_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
set_needs_dynsym_value
FUN_000a78c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_needs_dynsym_value(Symbol * this) */ void __thiscall gold::Symbol::set_needs_dynsym_value(Symbol *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm2 FUN_000a78c0(undefined4 param_1,undefined4 param_2,int param_3) { if ((*(byte *)(param_3 + 0x2a) & 7) != 0) { /* WARNING: Subroutine does not return */ FUN_000da200("../../gold/symtab.h"...
PUSH EBX CALL 0x0003a210 ADD EBX,0x36c73a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] TEST byte ptr [EAX + 0x2a],0x7 JNZ 0x000a78eb MOV EDX,dword ptr [EAX + 0x8] TEST byte ptr [EDX + 0x2c],0x1 JZ 0x000a7904 OR byte ptr [EAX + 0x2b],0x2 ADD ESP,0x8 POP EBX RET LEA EAX,[EBX + 0xffee20f4] PUSH EDX PUSH EAX LEA EAX,[EBX + 0...
null
null
null
null
[('const-1', u'RETURN_-1206552366')]
[('const-417', u'LOAD_-1206552333'), ('const-417', u'LOAD_-1206552290'), (u'LOAD_-1206552308', u'INT_AND_-1206552282'), ('const-417', u'STORE_-1206552287'), ('const-3104132', u'COPY_-1206552101'), ('const-3105012', u'COPY_-1206552125'), (u'COPY_-1206552098', u'CALL_-1206552185'), (u'INT_NOTEQUAL_-1206552320', u'CBRANCH...
null
null
000a78c0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm2 FUN_000a78c0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n if ((*(byte *)(param_3 + 0x2a) & 7) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_000da...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_needs_dynsym_value(Symbol * this) */\n\nvoid __thiscall gold::Symbol::set_needs_dynsym_value(Symbol *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall ...
(translation_unit "void __regparm2 FUN_000a78c0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n if ((*(byte *)(param_3 + 0x2a) & 7) != 0) {\n \n FUN_000da200("../../gold/symtab.h",0xa1,"object",param_2);\n }\n if ((*(byte *)(*(int *)(param_3 + 8) + 0x2c) & 1) != 0) {\n *(byte *)(pa...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_exp...
(function_definition "void __regparm2 FUN_000a78c0(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n if ((*(byte *)(param_3 + 0x2a) & 7) != 0) {\n \n FUN_000da200("../../gold/symtab.h",0xa1,"object",param_2);\n }\n if ((*(byte *)(*(int *)(param_3 + 8) + 0x2c) & 1) != 0) {\n *(byte *)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_needs_dynsym_value(Symbol * this) */ void __thiscall gold::type_1::function_1(type_1 *this) { }
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (para...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3) { if ((*(byte *)(param_3 + 0x2a) & 7) != 0) { /* WARNING: Subroutine does not return */ FUN_000da200("../../gold/symtab.h",0xa1,...
7330_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
__adjust_heap<__gnu_cxx::__normal_iterator<gold::Object_merge_map::Input_merge_entry*,_std::vector<gold::Object_merge_map::Input_merge_entry>_>,_int,_gold::Object_merge_map::Input_merge_entry,___gnu_cxx::__ops::_Iter_comp_iter<gold::Object_merge_map::Input_merge_compare>_>
FUN_001c9390
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __adjust_heap<__gnu_cxx::__normal_iterator<gold::Object_merge_map::Input_merge_entry*, std::vector<gold::Object_merge_map::Input_merge_entry> >, int, gold::Object_merge_map::Input_merge_entry, __gnu_cxx::__...
void FUN_001c9390(int param_1,int param_2,uint param_3,int param_4,int param_5,int param_6) { int iVar1; int *piVar2; int iVar3; int iVar4; int *piVar5; int iVar6; iVar3 = (int)(param_3 - 1) / 2; iVar6 = param_2; if (param_2 < iVar3) { do { iVar4 = (iVar6 + 1) * 2; iVar1 = iVar4 +...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x30] MOV ECX,dword ptr [ESP + 0x28] SUB EAX,0x1 AND EDI,0x1 MOV EBP,EAX MOV dword ptr [ESP + 0xc],EDI MOV EDI,dword ptr [ESP + 0x38] SHR EBP,0x1f ADD EBP,EAX MOV dword ptr [ESP + 0x4],EDI MOV EDI,dword ptr [ESP + 0...
null
null
null
null
[('const-4', u'PTRADD_-1207723911'), ('const-2', u'PTRADD_-1207723813'), (u'COPY_-1207724115', u'MULTIEQUAL_-1207724171'), (u'MULTIEQUAL_-1207723991', u'INT_MULT_-1207724540'), ('tmp_1679', u'CBRANCH_-1207724241'), (u'CAST_-1207724049', u'LOAD_-1207724887'), (u'PTRADD_-1207723825', u'LOAD_-1207724225'), (u'COPY_-120772...
[('const-4', u'PTRADD_-1207723953'), ('const-417', u'STORE_-1207724562'), (u'COPY_-1207724115', u'MULTIEQUAL_-1207724171'), ('const-4', u'PTRADD_-1207724052'), (u'MULTIEQUAL_-1207723991', u'INT_MULT_-1207724540'), ('tmp_1679', u'CBRANCH_-1207724241'), (u'CAST_-1207724049', u'LOAD_-1207724887'), (u'PTRADD_-1207723825', ...
null
null
001c9390
x86
O1
(translation_unit "void FUN_001c9390(int param_1,int param_2,uint param_3,int param_4,int param_5,int param_6)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n \n iVar3 = (int)(param_3 - 1) / 2;\n iVar6 = param_2;\n if (param_2 < iVar3) {\n do {\n iVar4 = (iVar6...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __adjust_heap<__gnu_cxx::__normal_iterator<gold::Object_merge_map::Input_merge_entry*,\n std::vector<gold::Object_merge_map::Input_merge_entry> >, int,\n gold::Object_merge_map::Input_merge_e...
(translation_unit "void FUN_001c9390(int param_1,int param_2,uint param_3,int param_4,int param_5,int param_6)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n \n iVar3 = (int)(param_3 - 1) / 2;\n iVar6 = param_2;\n if (param_2 < iVar3) {\n do {\n iVar4 = (iVar6...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_001c9390(int param_1,int param_2,uint param_3,int param_4,int param_5,int param_6)\n\n{\n int iVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n \n iVar3 = (int)(param_3 - 1) / 2;\n iVar6 = param_2;\n if (param_2 < iVar3) {\n do {\n iVar4 = (iV...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __adjust_heap<__gnu_cxx::__normal_iterator<gold::Object_merge_map::Input_merge_entry*, std::vector<gold::Object_merge_map::Input_merge_entry> >, int, gold::Object_merge_map::Input_merge_entry, __gnu_cxx::__...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:...
null
void MASKED(int param_1,int param_2,uint param_3,int param_4,int param_5,int param_6) { int iVar1; int *piVar2; int iVar3; int iVar4; int *piVar5; int iVar6; iVar3 = (int)(param_3 - 1) / 2; iVar6 = param_2; if (param_2 < iVar3) { do { iVar4 = (iVar6 + 1) * 2; iVar1 = iVar4 + -1; ...
6123_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<9,_true,_64,_true>*,_std::vector<gold::Output_reloc<9,_true,_64,_true>,_std::allocator<gold::Output_reloc<9,_true,_64,_true>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<9,_true,_64,_true>::Sort_relocs_comparison>_>
FUN_0019ed80
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<9, true, 64, true>*, std::vector<gold::Output_reloc<9, true, 64, true>, std::allocator<gold::Output_reloc<9, true, 64, true> > > >, __gnu_cxx::__ops::_Val_comp_iter<gold:...
void FUN_0019ed80(undefined4 *param_1) { int iVar1; undefined4 *puVar2; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 local_1c; undefined4 local_18; undefined4 local_14; undefined4 local_10; local_28 = *param_1; local_24 = param_1[1]; local_20 = param_1[2]; loc...
PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x20 MOV EBX,dword ptr [ESP + 0x30] LEA ESI,[ESP + 0x4] MOV EAX,dword ptr [EBX] SUB EBX,0x1c MOV dword ptr [ESP + 0x4],EAX MOV EAX,dword ptr [EBX + 0x20] MOV dword ptr [ESP + 0x8],EAX MOV EAX,dword ptr [EBX + 0x24] MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [EBX + 0x28] MOV dword...
null
null
null
null
[('const-4294967289', u'PTRADD_-1207505154'), ('const-5', u'PTRADD_-1207505114'), ('tmp_198', u'BRANCH_-1207505394'), ('const-417', u'STORE_-1207505251'), (u'MULTIEQUAL_-1207505090', u'PTRADD_-1207505079'), (u'PTRADD_-1207505154', u'LOAD_-1207505284'), (u'COPY_-1207505095', u'MULTIEQUAL_-1207505090'), ('const-417', u'L...
[('tmp_198', u'BRANCH_-1207505394'), ('const-417', u'LOAD_-1207505421'), (u'MULTIEQUAL_-1207505091', u'STORE_-1207505265'), ('const-417', u'STORE_-1207505212'), ('const-6', u'PTRADD_-1207505107'), ('tmp_975', u'LOAD_-1207505497'), ('const-417', u'STORE_-1207505238'), ('const-4294967295', u'INT_SLESS_-1207505285'), ('co...
null
null
0019ed80
x86
O1
(translation_unit "void FUN_0019ed80(undefined4 *param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 local_1c;\n undefined4 local_18;\n undefined4 local_14;\n undefined4 local_10;\n \n local_28 = *param_1;\n local_24 = param_1[1]...
(translation_unit "/* WARNING: Unknown calling convention */\n/* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<9,\n true, 64, true>*, std::vector<gold::Output_reloc<9, true, 64, true>,\n std::allocator<gold::Output_reloc<9, true, 64, true> > > >,\n __gnu_cxx::__ops...
(translation_unit "void FUN_0019ed80(undefined4 *param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 local_1c;\n undefined4 local_18;\n undefined4 local_14;\n undefined4 local_10;\n \n local_28 = *param_1;\n local_24 = param_1[1]...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYP...
(function_definition "void FUN_0019ed80(undefined4 *param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 local_1c;\n undefined4 local_18;\n undefined4 local_14;\n undefined4 local_10;\n \n local_28 = *param_1;\n local_24 = param_1...
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<9, true, 64, true>*, std::vector<gold::Output_reloc<9, true, 64, true>, std::allocator<gold::Output_reloc<9, true, 64, true> > > >, __gnu_cxx::__ops::_Val_comp_iter<gold:...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
null
void MASKED(undefined4 *param_1) { int iVar1; undefined4 *puVar2; undefined4 local_28; undefined4 local_24; undefined4 local_20; undefined4 local_1c; undefined4 local_18; undefined4 local_14; undefined4 local_10; local_28 = *param_1; local_24 = param_1[1]; local_20 = param_1[2]; local_1c ...
919_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
gldarmelfb_linux_eabi_parse_ld_so_conf
FUN_00065360
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 gldarmelfb_linux_eabi_parse_ld_so_conf(gldarmelfb_linux_eabi_ld_so_conf *info,char *filename) { char **ppcVar1; byte bVar2; FILE *__stream; byte *__s; char *pcVar3; size_t sVar4; size_t sVar5;...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_00065360(int *param_1,char *param_2) { byte bVar1; FILE *__stream; byte *__s; char *pcVar2; int iVar3; void *__dest; byte bVar4; int iVar5; byte *pbVar6; int iVar7; uint uVar8; s...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017c50 ADD EBX,0x15cc97 SUB ESP,0x74 MOV dword ptr [ESP + 0x1c],EAX MOV dword ptr [ESP + 0x24],EDX LEA EAX,[EBX + 0xffebbadc] PUSH EAX PUSH EDX CALL 0x00016520 MOV dword ptr [ESP + 0x18],EAX ADD ESP,0x10 TEST EAX,EAX JZ 0x0006589a SUB ESP,0xc PUSH 0x100 CALL 0x00016e98 MOV d...
null
null
null
null
[(u'MULTIEQUAL_-1206295554', u'MULTIEQUAL_-1206296003'), (u'CAST_-1206294050', u'CALL_-1206297777'), (u'LOAD_-1206298964', u'INT_SUB_-1206298863'), ('const-0', u'PTRSUB_-1206294460'), (u'CAST_-1206294743', u'PTRADD_-1206297810'), (u'MULTIEQUAL_-1206296512', u'LOAD_-1206299061'), (u'INT_EQUAL_-1206298987', u'CBRANCH_-12...
[(u'CALL_-1206297673', u'INDIRECT_-1206294188'), (u'INDIRECT_-1206296373', u'INT_ZEXT_-1206299054'), (u'CAST_-1206294795', u'PTRADD_-1206297810'), (u'MULTIEQUAL_-1206296693', u'CALL_-1206298453'), (u'CALL_-1206296987', u'INDIRECT_-1206294193'), (u'LOAD_-1206298964', u'INT_SUB_-1206298863'), ('const-4', u'PTRADD_-120629...
null
null
00065360
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00065360(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\ngldarmelfb_linux_eabi_parse_ld_so_conf(gldarmelfb_linux_eabi_ld_so_conf *info,char *filename)\n\n{\n char **ppcVar1;\n byte bVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n ...
(translation_unit "undefined4 __regparm3 FUN_00065360(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n bool b...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)...
(function_definition "undefined4 __regparm3 FUN_00065360(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n boo...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(type_2 *info,char *filename) { char **ppcVar1; type_3 var_15; type_4 *var_2; type_3 *var_7; char *var_6; size_t var_26; size_t var_27; type_3 var_14; type_3 *var_8; int var_11; t...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type)...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(int *param_1,char *param_2) { byte bVar1; FILE *__stream; byte *__s; char *pcVar2; int iVar3; void *__dest; byte bVar4; int iVar5; byte *pbVar6; int iVar7; uint uVar8; size_t ...
100_i686-gnu-as_and_i686-gnu-as_strip.c
bfd_errmsg
bfd_errmsg
void bfd_errmsg(void) { (*(code *)PTR_bfd_errmsg_0007b19c)(); return; }
void bfd_errmsg(void) { (*(code *)PTR_bfd_errmsg_0007b19c)(); return; }
JMP dword ptr [EBX + 0x19c]
null
null
null
null
[(u'INDIRECT_-1205975342', u'COPY_-1205975401'), (u'CAST_-1205975337', u'CALLIND_-1205975414'), (u'CALLIND_-1205975414', u'INDIRECT_-1205975342'), ('tmp_58', u'CAST_-1205975337'), ('const-0', u'RETURN_-1205975411')]
[(u'INDIRECT_-1205975342', u'COPY_-1205975401'), (u'CAST_-1205975337', u'CALLIND_-1205975414'), (u'CALLIND_-1205975414', u'INDIRECT_-1205975342'), ('tmp_58', u'CAST_-1205975337'), ('const-0', u'RETURN_-1205975411')]
null
null
00014680
x86
O1
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(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 bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_0007b19c)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_errmsg(void)" (identifier "bfd_errmsg") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR_bfd_errmsg_0007b19c)(); 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 ar...
null
void MASKED(void) { (*(code *)PTR_MASKED_0007b19c)(); return; }
242_libpng16.so.16.36_and_libpng16.so.16.36_strip.c
png_chunk_benign_error
png_chunk_benign_error
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void png_chunk_benign_error(png_const_structrp png_ptr,png_const_charp error_message) { if ((png_ptr->flags & 0x100000) != 0) { png_chunk_warning(png_ptr,error_message); return;...
void __regparm2 png_chunk_benign_error(undefined4 param_1,undefined4 param_2,undefined4 param_3) { int unaff_retaddr; entry(param_2,0x19a8d); if ((*(byte *)(unaff_retaddr + 0xd6) & 0x10) != 0) { png_chunk_warning(unaff_retaddr,param_3); return; } /* WARNING: Subroutine does not ...
PUSH EBX SUB ESP,0x8 CALL 0x00014950 ADD EBX,0x312f7 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x14] TEST byte ptr [EAX + 0xd6],0x10 JZ 0x00019ab3 SUB ESP,0x8 PUSH EDX PUSH EAX CALL 0x000146e0 ADD ESP,0x18 POP EBX RET SUB ESP,0x8 PUSH EDX PUSH EAX CALL 0x00014070
null
null
null
null
[(u'PTRSUB_-1205953671', u'LOAD_-1205953858'), (u'LOAD_-1205953858', u'INT_AND_-1205953832'), ('tmp_277', u'CALL_-1205953764'), ('const-1048576', u'INT_AND_-1205953832'), (u'INT_AND_-1205953832', u'INT_NOTEQUAL_-1205953845'), ('tmp_276', u'PTRSUB_-1205953671'), ('tmp_277', u'CALL_-1205953813'), ('const-1', u'RETURN_-12...
[('const-417', u'LOAD_-1205953858'), ('const-16', u'INT_AND_-1205953832'), ('const-214', u'INT_ADD_-1205953844'), (u'LOAD_-1205953858', u'INT_AND_-1205953832'), (u'CAST_-1205953660', u'LOAD_-1205953858'), ('const-0', u'RETURN_-1205953785'), ('tmp_538', u'CALL_-1205953764'), ('tmp_539', u'CALL_-1205953813'), (u'INT_AND_...
null
null
00019a84
x86
O1
(translation_unit "void __regparm2 png_chunk_benign_error(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int unaff_retaddr;\n \n entry(param_2,0x19a8d);\n if ((*(byte *)(unaff_retaddr + 0xd6) & 0x10) != 0) {\n png_chunk_warning(unaff_retaddr,param_3);\n return;\n }\n /* W...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid png_chunk_benign_error(png_const_structrp png_ptr,png_const_charp error_message)\n\n{\n if ((png_ptr->flags & 0x100000) != 0) {\n png_chunk_warning(png_ptr,er...
(translation_unit "void __regparm2 png_chunk_benign_error(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int unaff_retaddr;\n \n entry(param_2,0x19a8d);\n if ((*(byte *)(unaff_retaddr + 0xd6) & 0x10) != 0) {\n png_chunk_warning(unaff_retaddr,param_3);\n return;\n }\n \n ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_...
(function_definition "void __regparm2 png_chunk_benign_error(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int unaff_retaddr;\n \n entry(param_2,0x19a8d);\n if ((*(byte *)(unaff_retaddr + 0xd6) & 0x10) != 0) {\n png_chunk_warning(unaff_retaddr,param_3);\n return;\n }\n \...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 png_ptr,type_2 error_message) { if ((png_ptr->flags & 0x100000) != 0) { var_1(png_ptr,error_message); return; } /* WARNING: Subrouti...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (para...
null
void __regparm2 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3) { int unaff_retaddr; entry(param_2,0x19a8d); if ((*(byte *)(unaff_retaddr + 0xd6) & 0x10) != 0) { png_chunk_warning(unaff_retaddr,param_3); return; } /* WARNING: Subroutine does not return */ png_...
2749_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_fill_first_plt_entry
FUN_00074f30
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* DWARF original prototype: void do_fill_first_plt_entry(Output_data_plt_x86_64_bnd * this, uchar * pov, Elf_Addr got_address, Elf_Addr plt_address) */ void __thiscall anon_unknown.dwarf_32e241::Output_data_plt_x86_64_bnd::do_...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_00074f30(undefined4 param_1,undefined4 *param_2,int param_3,undefined4 param_4,int param_5) { undefined4 uVar1; *param_2 = DAT_00453bc8; param_2[1] = DAT_00453bcc; uVar1 = DAT_00453bd4; param_2[2] = DAT_004...
CALL 0x00050c85 ADD EDX,0x5750cb MOV EAX,dword ptr [ESP + 0x8] MOV ECX,dword ptr [EDX + 0xffe69bc8] MOV dword ptr [EAX],ECX MOV ECX,dword ptr [EDX + 0xffe69bcc] MOV dword ptr [EAX + 0x4],ECX MOV ECX,dword ptr [EDX + 0xffe69bd0] MOV EDX,dword ptr [EDX + 0xffe69bd4] MOV dword ptr [EAX + 0x8],ECX MOV dword ptr [EAX + 0xc]...
null
null
null
null
[(u'PTRADD_-1206366222', u'CAST_-1206366172'), ('tmp_215', u'SUBPIECE_-1206366272'), ('const-3', u'INT_ADD_-1206366278'), (u'INT_ADD_-1206366278', u'STORE_-1206366276'), (u'STORE_-1206366335', u'INDIRECT_-1206366225'), (u'SUBPIECE_-1206366274', u'INT_SUB_-1206366295'), (u'INDIRECT_-1206366220', u'COPY_-1206366275'), (u...
[(u'PTRADD_-1206366199', u'STORE_-1206366335'), (u'CAST_-1206366176', u'STORE_-1206366282'), ('const-417', u'STORE_-1206366373'), ('const-3', u'INT_ADD_-1206366278'), (u'INT_ADD_-1206366278', u'STORE_-1206366276'), (u'CAST_-1206366172', u'INT_ADD_-1206366262'), (u'STORE_-1206366276', u'INDIRECT_-1206366189'), (u'STORE_...
null
null
00074f30
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00074f30(undefined4 param_1,undefined4 *param_2,int param_3,undefined4 param_4,int param_5)\n\n{\n undefined4 uVar1;\n \n *param_2 = DAT_00453bc8;\n param_2[1] = DAT_00453bcc;\n uVar1 = DAT_00453...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* DWARF original prototype: void do_fill_first_plt_entry(Output_data_plt_x86_64_bnd * this, uchar *\n pov, Elf_Addr got_address, Elf_Addr plt_address) */\n\nvoid __thiscall\nanon_unknown.dwarf_32e241::Output_d...
(translation_unit "void FUN_00074f30(undefined4 param_1,undefined4 *param_2,int param_3,undefined4 param_4,int param_5)\n\n{\n undefined4 uVar1;\n \n *param_2 = DAT_00453bc8;\n param_2[1] = DAT_00453bcc;\n uVar1 = DAT_00453bd4;\n param_2[2] = DAT_00453bd0;\n param_2[3] = uVar1;\n *(int *)((int)param_2 + 2) = (p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {...
(function_definition "void FUN_00074f30(undefined4 param_1,undefined4 *param_2,int param_3,undefined4 param_4,int param_5)\n\n{\n undefined4 uVar1;\n \n *param_2 = DAT_00453bc8;\n param_2[1] = DAT_00453bcc;\n uVar1 = DAT_00453bd4;\n param_2[2] = DAT_00453bd0;\n param_2[3] = uVar1;\n *(int *)((int)param_2 + 2) =...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* DWARF original prototype: void do_fill_first_plt_entry(Output_data_plt_x86_64_bnd * this, uchar * pov, Elf_Addr got_address, Elf_Addr plt_address) */ void __thiscall anon_unknown.dwarf_32e241::type_1::function_1 (t...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 param_1,undefined4 *param_2,int param_3,undefined4 param_4,int param_5) { undefined4 uVar1; *param_2 = DAT_00453bc8; param_2[1] = DAT_00453bcc; uVar1 = DAT_00453bd4; param_2[2] = DAT_00453bd0;...
126_alpha-linux-gnu-nm_and_alpha-linux-gnu-nm_strip.c
print_symbol_filename_bsd
FUN_000152a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void print_symbol_filename_bsd(bfd *archive_bfd,bfd *abfd) { if (filename_per_symbol != 0) { if (archive_bfd != (bfd *)0x0) { printf("%s:",archive_bfd->filename); } pr...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000152a0(undefined4 *param_1,undefined4 *param_2) { if (DAT_0001d3e0 != 0) { if (param_1 != (undefined4 *)0x0) { printf("%s:",*param_1); } printf("%s:",*param_2); } return; }
PUSH ESI PUSH EBX CALL 0x00012a60 ADD EBX,0x7d59 SUB ESP,0x4 MOV EDX,dword ptr [EBX + 0x3e0] TEST EDX,EDX JZ 0x000152ec MOV EAX,dword ptr [ESP + 0x10] LEA ESI,[EBX + 0xffffb0a1] TEST EAX,EAX JZ 0x000152da SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x18] PUSH dword ptr [EAX] PUSH ESI CALL 0x00012080 ADD ESP,0x10 SUB ESP,0x8 M...
null
null
null
null
[(u'CALL_-1205972187', u'INDIRECT_-1205971962'), ('tmp_827', u'MULTIEQUAL_-1205971934'), ('const-98465', u'COPY_-1205972017'), ('const-0', u'PTRSUB_-1205971934'), (u'INDIRECT_-1205971962', u'MULTIEQUAL_-1205971951'), ('const-98465', u'COPY_-1205971998'), (u'LOAD_-1205972204', u'CALL_-1205972187'), ('tmp_392', u'PTRSUB_...
[(u'CALL_-1205972187', u'INDIRECT_-1205971962'), ('tmp_827', u'MULTIEQUAL_-1205971934'), (u'INDIRECT_-1205971962', u'MULTIEQUAL_-1205971951'), (u'LOAD_-1205972204', u'CALL_-1205972187'), ('const-0', u'RETURN_-1205972093'), (u'LOAD_-1205972155', u'CALL_-1205972138'), (u'INDIRECT_-1205971943', u'MULTIEQUAL_-1205971934'),...
null
null
000152a0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000152a0(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (DAT_0001d3e0 != 0) {\n if (param_1 != (undefined4 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n }\n r...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid print_symbol_filename_bsd(bfd *archive_bfd,bfd *abfd)\n\n{\n if (filename_per_symbol != 0) {\n if (archive_bfd != (bfd *)0x0) {\n printf("%s:",archive_bf...
(translation_unit "void FUN_000152a0(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (DAT_0001d3e0 != 0) {\n if (param_1 != (undefined4 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n }\n return;\n}\n\n" (function_definition "void FUN_000152a0(undefined4 *param_1,undefined4 *param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compo...
(function_definition "void FUN_000152a0(undefined4 *param_1,undefined4 *param_2)\n\n{\n if (DAT_0001d3e0 != 0) {\n if (param_1 != (undefined4 *)0x0) {\n printf("%s:",*param_1);\n }\n printf("%s:",*param_2);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000152a0(undefined4 *param_1...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *var_2,type_1 *abfd) { if (var_1 != 0) { if (var_2 != (type_1 *)0x0) { var_3("%s:",var_2->filename); } var_3("%s:",abfd->filename); } return...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,undefined4 *param_2) { if (DAT_0001d3e0 != 0) { if (param_1 != (undefined4 *)0x0) { printf("%s:",*param_1); } printf("%s:",*param_2); } return; }
5228_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
add_target_specific
FUN_001341c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_true,_32,_false> * this, uint type, void * arg, Output_data * od, Address address, Addend addend) ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001341c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5, undefined4 param_6) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4; undefined4 local_...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00036db0 ADD EBX,0x275e37 SUB ESP,0x38 MOV ESI,dword ptr [ESP + 0x58] MOV EDI,dword ptr [ESP + 0x4c] PUSH dword ptr [ESP + 0x5c] PUSH ESI PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA EBP,[ESP + 0x20] PUSH EBP CALL 0x00111670 MOV EAX,dword ptr [ESP + 0x74] MOV dw...
null
null
null
null
[(u'PTRSUB_-1207155079', u'STORE_-1207156018'), ('const-16', u'PTRSUB_-1207155060'), ('const-4294967292', u'INT_NOTEQUAL_-1207155798'), (u'INT_NOTEQUAL_-1207155774', u'CBRANCH_-1207155774'), ('const-0', u'PTRSUB_-1207155070'), ('const-2454267028', u'INT_MULT_-1207155893'), ('const-0', u'STORE_-1207155857'), ('const-0',...
[(u'INT_ADD_-1207155992', u'CAST_-1207155096'), (u'INT_NOTEQUAL_-1207155774', u'CBRANCH_-1207155774'), ('const-2', u'INT_AND_-1207155856'), ('const-417', u'STORE_-1207155739'), (u'LOAD_-1207156157', u'STORE_-1207156096'), ('tmp_3121', u'INT_ADD_-1207155837'), ('const-2732913', u'COPY_-1207155015'), (u'INDIRECT_-1207155...
null
null
001341c0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001341c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_true,_32,_false> * this,\n uint type, void * arg, Output_data * od, Address add...
(translation_unit "void FUN_001341c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local_34;\n undefined4 local_30;\n undefined4 local...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_001341c0(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local_34;\n undefined4 local_30;\n undefined4 lo...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_true,_32,_false> * this, uint type, void * arg, Output_data * od, Address address, Addend addend) ...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3,int param_4,undefined4 param_5, undefined4 param_6) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4; undefined4 local_38; ...
320_hppa64-linux-gnu-readelf_and_hppa64-linux-gnu-readelf_strip.c
dwarf_select_sections_by_letters
FUN_00066550
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void dwarf_select_sections_by_letters(char *letters) { char cVar1; char *message; char *pcVar2; cVar1 = *letters; pcVar2 = letters; do { if (cVar1 == '\0') { retu...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00066550(char *param_1) { char cVar1; undefined4 uVar2; char *pcVar3; cVar1 = *param_1; pcVar3 = param_1; do { if (cVar1 == '\0') { return; } switch(cVar1) { case 'A': DAT_000b...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013f70 ADD EBX,0x4daa7 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] MOVZX EAX,byte ptr [ESI] LEA EDI,[EBX + 0x5dac] LEA EBP,[EBX + 0x5db8] TEST AL,AL JZ 0x000665ca LEA ESI,[ESI] SUB EAX,0x41 CMP AL,0x34 JA 0x00066750 MOVZX EAX,AL MOV EDX,dword ptr [EBX + EAX*0x4 + 0xfffe1818] ...
null
null
null
null
[(u'MULTIEQUAL_-1206294400', u'MULTIEQUAL_-1206294452'), (u'LOAD_-1206295156', u'MULTIEQUAL_-1206294457'), ('const-1', u'COPY_-1206294855'), ('tmp_561', u'BRANCH_-1206294813'), (u'MULTIEQUAL_-1206294503', u'MULTIEQUAL_-1206294435'), ('tmp_821', u'COPY_-1206294492'), (u'CALL_-1206294540', u'INDIRECT_-1206293982'), (u'MU...
[('tmp_3136', u'MULTIEQUAL_-1206294450'), (u'MULTIEQUAL_-1206294450', u'MULTIEQUAL_-1206294427'), ('const-1', u'COPY_-1206294677'), ('tmp_561', u'BRANCH_-1206294813'), (u'MULTIEQUAL_-1206294457', u'MULTIEQUAL_-1206294445'), (u'INDIRECT_-1206294020', u'MULTIEQUAL_-1206294445'), (u'MULTIEQUAL_-1206294451', u'MULTIEQUAL_-...
null
null
00066550
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00066550(char *param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n char *pcVar3;\n \n cVar1 = *param_1;\n pcVar3 = param_1;\n do {\n if (cVar1 == '\0') {\n return;\n }\n switch(cVar...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid dwarf_select_sections_by_letters(char *letters)\n\n{\n char cVar1;\n char *message;\n char *pcVar2;\n \n cVar1 = *letters;\n pcVar2 = letters;\n do {\n ...
(translation_unit "void FUN_00066550(char *param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n char *pcVar3;\n \n cVar1 = *param_1;\n pcVar3 = param_1;\n do {\n if (cVar1 == '\0') {\n return;\n }\n switch(cVar1) {\n case 'A':\n DAT_000b9d9c = 1;\n break;\n default:\n uVar2 = dcge...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expressio...
(function_definition "void FUN_00066550(char *param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n char *pcVar3;\n \n cVar1 = *param_1;\n pcVar3 = param_1;\n do {\n if (cVar1 == '\0') {\n return;\n }\n switch(cVar1) {\n case 'A':\n DAT_000b9d9c = 1;\n break;\n default:\n uVar2 = d...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *letters) { char var_1; char *message; char *var_5; var_1 = *letters; var_5 = letters; do { if (var_1 == '\0') { return; } switch(var...
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 (declaration type: (primitive_type) dec...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(char *param_1) { char cVar1; undefined4 uVar2; char *pcVar3; cVar1 = *param_1; pcVar3 = param_1; do { if (cVar1 == '\0') { return; } switch(cVar1) { case 'A': DAT_000b9d9c =...
1019_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
~Struct_now
FUN_00038a70
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00038a70(undefined4 *param_1) { *param_1 = &PTR_FUN_003a25b0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ff030((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00036f20 ADD EBX,0x37658a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff35b0] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x00038aa2 SUB ESP,0xc PUSH EDX CALL 0x001ff030 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_151', u'CBRANCH_-1206089009'), (u'PTRSUB_-1206088866', u'CAST_-1206088856'), (u'PTRSUB_-1206088854', u'PTRSUB_-1206088852'), (u'CAST_-1206088849', u'INT_NOTEQUAL_-1206089009'), (u'PTRSUB_-1206088858', u'STORE_-1206089033'), ('tmp_276', u'PTRSUB_-1206088859'), ('const-0', u'PTRSUB_-1206088869'), ('const-3810736',...
[('tmp_439', u'PTRADD_-1206088864'), ('const-3810736', u'PTRSUB_-1206088868'), ('tmp_439', u'STORE_-1206089033'), ('tmp_151', u'CBRANCH_-1206089009'), ('const-4', u'PTRADD_-1206088877'), ('const-4', u'PTRADD_-1206088864'), ('const-0', u'RETURN_-1206088946'), ('const-417', u'LOAD_-1206089029'), (u'LOAD_-1206089029', u'C...
null
null
00038a70
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00038a70(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a25b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n ...
(translation_unit "void FUN_00038a70(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a25b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00038a70(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a25b0;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_00038a70(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a25b0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ff030((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00038a70(undefined4 *param_1)" (identifier "FUN_00038a70...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vp...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_003a25b0; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ff030((undefined4 *)param_1[1]); } return; }
5524_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_adjust_output_section
FUN_0020e580
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_adjust_output_section(Output_data_plt_s390<32> * this, Output_section * os) */ void __thiscall anon_unknown.dwarf_130c1fc::Outp...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0020e580(undefined4 param_1,undefined4 param_2) { FUN_002c6740(param_2,0x20,0); return; }
PUSH EBX CALL 0x00050b50 ADD EBX,0x3dba7a SUB ESP,0xc PUSH 0x0 PUSH 0x20 PUSH dword ptr [ESP + 0x20] CALL 0x002c6740 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1203772014')]
[('const-0', u'CALL_-1203771965'), ('const-0', u'RETURN_-1203771937'), ('const-32', u'CALL_-1203771965'), ('tmp_270', u'CALL_-1203771965')]
null
null
0020e580
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0020e580(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_002c6740(param_2,0x20,0);\n return;\n}\n\n" comment (function_definition "void FUN_0020e580(undefined4 param_1,undefined4 param_2)\n\n{\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_adjust_output_section(Output_data_plt_s390<32> * this,\n Output_section * os) */\n\nvoid __thiscall\nanon_unk...
(translation_unit "void FUN_0020e580(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_002c6740(param_2,0x20,0);\n return;\n}\n\n" (function_definition "void FUN_0020e580(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_002c6740(param_2,0x20,0);\n return;\n}" primitive_type (function_declarator "FUN_0020e580(undef...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0020e580(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_002c6740(param_2,0x20,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0020e580(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0020e580") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_adjust_output_section(Output_data_plt_s390<32> * this, Output_section * os) */ void __thiscall anon_unknown.dwarf_130c1fc::type...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,undefined4 param_2) { FUN_002c6740(param_2,0x20,0); return; }
8012_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
Output_reloc
FUN_002d9f70
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) */ void __thiscall gold::O...
void FUN_002d9f70(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined1 param_9,undefined1 param_10,undefined1 param_11) { FUN_002d6320(param_1,param_2,param_3,param_4,param_5,pa...
PUSH EBX SUB ESP,0x10 MOVZX EAX,byte ptr [ESP + 0x40] MOV EBX,dword ptr [ESP + 0x18] PUSH EAX MOVZX EAX,byte ptr [ESP + 0x40] PUSH EAX MOVZX EAX,byte ptr [ESP + 0x40] PUSH EAX MOVZX EAX,byte ptr [ESP + 0x40] PUSH EAX PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP + 0x3c] PUSH dword ptr [ESP...
null
null
null
null
[('tmp_257', u'PTRSUB_-1204641646'), ('tmp_259', u'CALL_-1204641807'), ('tmp_263', u'STORE_-1204641796'), ('tmp_264', u'CALL_-1204641807'), ('tmp_257', u'PTRSUB_-1204641654'), ('const-0', u'PTRSUB_-1204641654'), ('tmp_266', u'CALL_-1204641807'), ('const-24', u'PTRSUB_-1204641646'), ('const-0', u'RETURN_-1204641766'), (...
[('tmp_497', u'CALL_-1204641807'), ('tmp_500', u'CALL_-1204641807'), (u'CAST_-1204641666', u'STORE_-1204641796'), (u'INT_ADD_-1204641782', u'CAST_-1204641666'), ('tmp_503', u'CALL_-1204641807'), ('const-24', u'INT_ADD_-1204641782'), ('tmp_498', u'CALL_-1204641807'), ('const-417', u'STORE_-1204641796'), ('const-0', u'RE...
null
null
002d9f70
x86
O1
(translation_unit "void FUN_002d9f70(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10,undefined1 param_11)\n\n{\n FUN_002d6320(param_1,param_2,par...
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this,\n Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address,\n Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset)\n */\n\n...
(translation_unit "void FUN_002d9f70(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10,undefined1 param_11)\n\n{\n FUN_002d6320(param_1,param_2,par...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "void FUN_002d9f70(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10,undefined1 param_11)\n\n{\n FUN_002d6320(param_1,param_2,...
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset) */ void __thiscall gold::f...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8, undefined1 param_9,undefined1 param_10,undefined1 param_11) { FUN_002d6320(param_1,param_2,param_3,param_4,param_5,param_6,...
553_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
FUN_00040622
FUN_00040622
void FUN_00040622(void) { int unaff_EBP; operator_delete(*(void **)(unaff_EBP + -0x4c4),0x38); if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) { operator_delete(*(void **)(unaff_EBP + -0x48)); } if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) { operator_d...
void FUN_00040622(void) { undefined4 in_ECX; int unaff_EBP; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4c4),0x38,in_ECX,in_ECX); if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -...
PUSH ECX MOV EBX,ESI PUSH ECX PUSH 0x38 PUSH dword ptr [EBP + 0xfffffb3c] CALL 0x003ae060 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x48] CMP EAX,dword ptr [EBP + 0xfffffb6c] JZ 0x0004064f SUB ESP,0xc MOV EBX,ESI PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x30] CMP EAX,dword ptr [EBP + 0xfffffb74] JZ ...
null
null
null
null
[(u'CAST_-1206067188', u'LOAD_-1206067834'), (u'CAST_-1206067428', u'LOAD_-1206068386'), ('const-4294966124', u'INT_ADD_-1206188438'), (u'INT_ADD_-1206068094', u'CAST_-1206067308'), (u'CAST_-1206067308', u'LOAD_-1206068110'), (u'LOAD_-1206188394', u'CALL_-1206188338'), (u'INT_ADD_-1206068370', u'CAST_-1206067428'), ('t...
[(u'CAST_-1206067370', u'LOAD_-1206068248'), ('const-4294966124', u'INT_ADD_-1206188438'), (u'INT_ADD_-1206068379', u'CAST_-1206067437'), ('tmp_2330', u'INT_ADD_-1206188444'), ('tmp_2330', u'INT_ADD_-1206067956'), ('tmp_2330', u'INT_ADD_-1206068163'), (u'INT_ADD_-1206067827', u'CAST_-1206067197'), (u'LOAD_-1206188394',...
null
null
00040622
x86
O1
(translation_unit "void FUN_00040622(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4c4),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3...
(translation_unit "void FUN_00040622(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4c4),0x38);\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP ...
(translation_unit "void FUN_00040622(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4c4),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x3...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TY...
(function_definition "void FUN_00040622(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4c4),0x38,in_ECX,in_ECX);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -...
void function_1(void) { int var_2; var_1(*(void **)(var_2 + -0x4c4),0x38); if (*(void **)(var_2 + -0x48) != *(void **)(var_2 + -0x494)) { var_1(*(void **)(var_2 + -0x48)); } if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x48c)) { var_1(*(void **)(var_2 + -0x30)); } if (*(void **)(var_2...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type...
null
void MASKED(void) { undefined4 in_ECX; int unaff_EBP; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4c4),0x38,in_ECX,in_ECX); if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) { FUN_003ae080(*(int *)(unaff_EBP + -0x48)); } if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)...
13490_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_curr_symbol
FUN_00421870
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<char, true>::do_curr_symbol() const */ void std::moneypunct<char,true>::do_curr_symbol(void) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * FUN_00421870(int *param_1,int param_2) { char *__s; char *pcVar1; size_t sVar2; __s = *(char **)(*(int *)(param_2 + 8) + 0x14); *param_1 = (int)(param_1 + 2); pcVar1 = (char *)0xffffffff; if (__s != (char ...
PUSH EDI PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x14] CALL 0x00050b50 ADD EBX,0x1c8784 MOV ESI,dword ptr [ESP + 0x10] MOV EAX,dword ptr [EAX + 0x8] MOV EDI,dword ptr [EAX + 0x14] LEA EAX,[ESI + 0x8] MOV dword ptr [ESI],EAX MOV EAX,0xffffffff TEST EDI,EDI JZ 0x004218a8 SUB ESP,0xc PUSH EDI CALL 0x00039330 ADD ESP,0x...
null
null
null
null
[('const-1', u'RETURN_-1201858415')]
[(u'LOAD_-1201858390', u'CALL_-1201858333'), (u'INT_ADD_-1201858380', u'CAST_-1201858159'), (u'INT_ADD_-1201858374', u'CAST_-1201858155'), (u'INT_NOTEQUAL_-1201858356', u'CBRANCH_-1201858356'), ('const-4', u'PTRADD_-1201858153'), (u'CAST_-1201858148', u'STORE_-1201858378'), (u'PTRADD_-1201858255', u'MULTIEQUAL_-1201858...
null
null
00421870
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00421870(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0x...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<char, true>::do_curr_symbol() const */\n\nvoid std::moneypunct<char,true>::do_curr_symbol(void)\n\n{\n}\n\n" comment comment (ERROR "void std::moneypunct<char,true>::do_curr_symbol(void)" primi...
(translation_unit "int * FUN_00421870(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator...
(function_definition "int * FUN_00421870(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<char, true>::do_curr_symbol() const */ void std::moneypunct<char,true>::do_curr_symbol(void) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * MASKED(int *param_1,int param_2) { char *__s; char *pcVar1; size_t sVar2; __s = *(char **)(*(int *)(param_2 + 8) + 0x14); *param_1 = (int)(param_1 + 2); pcVar1 = (char *)0xffffffff; if (__s != (char *)0x0)...
1045_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
bfd_elf32_arm_allocate_interworking_sections
bfd_elf32_arm_allocate_interworking_sections
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf32_arm_allocate_interworking_sections(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf32_arm_allocate_interworking_sections(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207742242')]
[('const-1', u'RETURN_-1207742242')]
null
null
001c50d4
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf32_arm_allocate_interworking_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf32_arm_allocate_interwor...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf32_arm_allocate_interworking_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf32_arm_allocate_interwor...
(translation_unit "void bfd_elf32_arm_allocate_interworking_sections(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_elf32_arm_allocate_interworking_sections(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf32_arm_allocate_int...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_elf32_arm_allocate_interworking_sections(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_elf32_arm_allocate_interworking_sections(void)" (identifier "bfd_elf32_arm_allocate_interworking_sections") (parameter_list "(void)" (( "(") (...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
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: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1262_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
~Struct_print_symbol_counts
FUN_00040870
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_print_symbol_counts::~Struct_print_symbol_counts (Struct...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00040870(undefined4 *param_1) { *param_1 = &PTR_FUN_004059dc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x44); return; }
PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x3d3789 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff19dc] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x000408a2 SUB ESP,0xc PUSH EAX CALL 0x00248220 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x44 PUSH ESI CALL 0x00248200 AD...
null
null
null
null
[('const-1', u'RETURN_-1206187898')]
[('tmp_597', u'CALL_-1206187766'), ('const-3', u'PTRADD_-1206187647'), ('const-1', u'PTRADD_-1206187635'), ('const-417', u'STORE_-1206187853'), (u'PTRADD_-1206187635', u'LOAD_-1206187850'), (u'LOAD_-1206187850', u'CAST_-1206187635'), (u'CAST_-1206187635', u'CALL_-1206187807'), ('const-0', u'RETURN_-1206187733'), ('cons...
null
null
00040870
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00040870(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004059dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_print_symbol_counts::~Struct_print_symbol_c...
(translation_unit "void FUN_00040870(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004059dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_00040870(undefined4 *param_1)\n\n{\n *para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_00040870(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004059dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00040870(undefined4 *para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_004059dc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_00248220((undefined4 *)param_1[1]); } FUN_00248200(param_1,0x44); return; }
4398_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
Output_reloc
FUN_00111000
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_true> * this, Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */ void __thiscall gold::Output_reloc<9,_false,_32,_tr...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00111000(int *param_1,int param_2,uint param_3,int param_4,int param_5,byte param_6) { uint uVar1; param_1[2] = param_5; param_1[3] = -2; param_1[5] = -4; uVar1 = param_1[4] & 0xf0000000U | param_3 & 0xffff...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x29dff7 SUB ESP,0xc MOV EDX,dword ptr [ESP + 0x20] MOV EAX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x28] MOVZX ECX,byte ptr [ESP + 0x34] MOV dword ptr [EDX + 0x8],EAX MOV EAX,dword ptr [EDX + 0x10] AND EDI,0xfffffff AND ECX,0x1 MOV ESI,dword ptr [ESP ...
null
null
null
null
[(u'INT_OR_-1207037576', u'INT_OR_-1207037564'), ('const-0', u'PTRSUB_-1207037337'), ('const-1', u'RETURN_-1207037431'), (u'INT_AND_-1207037816', u'INT_LEFT_-1207037707'), ('const-0', u'PTRSUB_-1207037331'), ('const-417', u'STORE_-1207037577'), ('const-24', u'INT_RIGHT_-1207037383'), ('const-19', u'PTRSUB_-1207037351')...
[(u'INT_OR_-1207037576', u'INT_OR_-1207037564'), ('tmp_1208', u'PTRADD_-1207037437'), ('const-1', u'RETURN_-1207037431'), (u'PTRADD_-1207037416', u'STORE_-1207037821'), (u'PTRADD_-1207037433', u'LOAD_-1207037863'), ('const-417', u'STORE_-1207037531'), ('tmp_1209', u'STORE_-1207037867'), ('const-4', u'PTRADD_-1207037433...
null
null
00111000
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00111000(int *param_1,int param_2,uint param_3,int param_4,int param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = -2;\n param_1[5] = -4;\n uVar1 = param_1[4] & 0x...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_true> * this,\n Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::Output...
(translation_unit "void FUN_00111000(int *param_1,int param_2,uint param_3,int param_4,int param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = -2;\n param_1[5] = -4;\n uVar1 = param_1[4] & 0xf0000000U | param_3 & 0xfffffff;\n param_1[4] = uVar1;\n uVar1 = uVar1 >> 0x18 & 0xffffffc...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "void FUN_00111000(int *param_1,int param_2,uint param_3,int param_4,int param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = -2;\n param_1[5] = -4;\n uVar1 = param_1[4] & 0xf0000000U | param_3 & 0xfffffff;\n param_1[4] = uVar1;\n uVar1 = uVar1 >> 0x18 & 0xffff...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_true> * this, Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */ void __thiscall gold::Output_reloc<9,_false,_32,_tr...
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: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2,uint param_3,int param_4,int param_5,byte param_6) { uint uVar1; param_1[2] = param_5; param_1[3] = -2; param_1[5] = -4; uVar1 = param_1[4] & 0xf0000000U | param_3 & 0xfffffff; ...
674_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
FUN_00042111
FUN_00042111
void FUN_00042111(void) { int unaff_EBP; Output_data *unaff_ESI; undefined4 unaff_EDI; int __in_chrg; undefined4 uVar1; undefined4 extraout_var; undefined4 uVar2; undefined4 extraout_var_00; undefined4 uVar3; __in_chrg = 0x40; operator_delete(*(void **)(unaff_EBP + -0x74),0x40); *(undefined...
void __regparm3 FUN_00042111(undefined4 param_1) { int unaff_EBP; int *unaff_ESI; undefined4 unaff_EDI; undefined4 uVar1; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x74),0x40,param_1,param_1); *(undefined4 *)(unaff_EBP + -0x58) = unaff_EDI; if (unaff_ESI[0xd] != 0) { FUN_003ae080(unaff_ESI[0xd]);...
PUSH EAX MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX PUSH 0x40 PUSH dword ptr [EBP + -0x74] CALL 0x003ae060 MOV dword ptr [EBP + -0x58],EDI ADD ESP,0x10 MOV EAX,dword ptr [ESI + 0x34] TEST EAX,EAX JZ 0x0004213c SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x4c] PUSH EAX CALL 0x003ae080 ADD ESP,0x10 MOV EDI,dword ptr [EBP + -0x4c...
null
null
null
null
[('const-417', u'LOAD_-1206181559'), (u'CAST_-1206181267', u'LOAD_-1206181559'), (u'INT_ADD_-1206181577', u'CAST_-1206181283'), (u'CAST_-1206181283', u'LOAD_-1206181593'), (u'INT_ADD_-1206181481', u'CAST_-1206181244'), (u'CALL_-1206181511', u'INDIRECT_-1206181283'), ('const-64', u'COPY_-1206181598'), ('const-20', u'PTR...
[('const-13', u'PTRADD_-1206181281'), ('const-4294967220', u'INT_ADD_-1206181481'), ('const-417', u'STORE_-1206181455'), ('tmp_558', u'INT_ADD_-1206181577'), ('tmp_558', u'INT_ADD_-1206181392'), ('const-4294950748', u'INT_ADD_-1206181450'), ('const-4294967180', u'INT_ADD_-1206181577'), ('const-64', u'CALL_-1206181579')...
null
null
00042111
x86
O1
(translation_unit "void __regparm3 FUN_00042111(undefined4 param_1)\n\n{\n int unaff_EBP;\n int *unaff_ESI;\n undefined4 unaff_EDI;\n undefined4 uVar1;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x74),0x40,param_1,param_1);\n *(undefined4 *)(unaff_EBP + -0x58) = unaff_EDI;\n if (unaff_ESI[0xd] != 0) {\n ...
(translation_unit "void FUN_00042111(void)\n\n{\n int unaff_EBP;\n Output_data *unaff_ESI;\n undefined4 unaff_EDI;\n int __in_chrg;\n undefined4 uVar1;\n undefined4 extraout_var;\n undefined4 uVar2;\n undefined4 extraout_var_00;\n undefined4 uVar3;\n \n __in_chrg = 0x40;\n operator_delete(*(void **)(unaff_E...
(translation_unit "void __regparm3 FUN_00042111(undefined4 param_1)\n\n{\n int unaff_EBP;\n int *unaff_ESI;\n undefined4 unaff_EDI;\n undefined4 uVar1;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x74),0x40,param_1,param_1);\n *(undefined4 *)(unaff_EBP + -0x58) = unaff_EDI;\n if (unaff_ESI[0xd] != 0) {\n ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (ca...
(function_definition "void __regparm3 FUN_00042111(undefined4 param_1)\n\n{\n int unaff_EBP;\n int *unaff_ESI;\n undefined4 unaff_EDI;\n undefined4 uVar1;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x74),0x40,param_1,param_1);\n *(undefined4 *)(unaff_EBP + -0x58) = unaff_EDI;\n if (unaff_ESI[0xd] != 0) {\n ...
void function_1(void) { int var_2; type_1 *unaff_ESI; type_2 unaff_EDI; int __in_chrg; type_2 uVar1; type_2 extraout_var; type_2 uVar2; type_2 extraout_var_00; type_2 uVar3; __in_chrg = 0x40; var_1(*(void **)(var_2 + -0x74),0x40); *(type_2 *)(var_2 + -0x58) = unaff_EDI; uVar2 = extraout_v...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (i...
null
void __regparm3 MASKED(undefined4 param_1) { int unaff_EBP; int *unaff_ESI; undefined4 unaff_EDI; undefined4 uVar1; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x74),0x40,param_1,param_1); *(undefined4 *)(unaff_EBP + -0x58) = unaff_EDI; if (unaff_ESI[0xd] != 0) { FUN_003ae080(unaff_ESI[0xd]); } ...
1796_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
parse_to_value
FUN_000437e0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_hash_style * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ voi...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000437e0(int param_1,undefined4 param_2,undefined4 param_3) { undefined1 *local_18; undefined1 *local_14; undefined1 *local_10; undefined4 uStack_c; uStack_c = 0x437e7; local_18 = &DAT_00246043; local_1...
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x2fb819 SUB ESP,0x20 MOV ESI,dword ptr [ESP + 0x2c] LEA EAX,[EBX + 0xfff07043] MOV dword ptr [ESP + 0x10],EAX LEA EAX,[EBX + 0xfff07035] MOV dword ptr [ESP + 0x14],EAX LEA EAX,[EBX + 0xfff07048] MOV dword ptr [ESP + 0x18],EAX PUSH 0x3 LEA EAX,[ESP + 0x14] PUSH EAX LEA EAX,[ESI...
null
null
null
null
[('const-2383944', u'COPY_-1206175695'), (u'CALL_-1206175630', u'INDIRECT_-1206175498'), ('tmp_266', u'PTRSUB_-1206175492'), ('const-1', u'STORE_-1206175626'), (u'PTRSUB_-1206175474', u'STORE_-1206175626'), ('const-2383939', u'COPY_-1206175725'), ('const-64', u'PTRSUB_-1206175492'), ('const-417', u'STORE_-1206175626'),...
[(u'INT_ADD_-1206175647', u'CALL_-1206175630'), (u'CALL_-1206175630', u'INDIRECT_-1206175506'), ('const-0', u'PTRSUB_-1206175630'), ('const-276455', u'COPY_-1206175766'), ('tmp_503', u'CALL_-1206175630'), ('const-3', u'CALL_-1206175630'), (u'INT_ADD_-1206175612', u'CAST_-1206175489'), ('const-0', u'RETURN_-1206175590')...
null
null
000437e0
x86
O1
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000437e0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined1 *local_18;\n undefined1 *local_14;\n undefined1 *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x437e7;\n local_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_hash_style * this, char * option_name, char\n * arg, Command_line * param_3, General_optio...
(translation_unit "void FUN_000437e0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined1 *local_18;\n undefined1 *local_14;\n undefined1 *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x437e7;\n local_18 = &DAT_00246043;\n local_14 = &DAT_00246035;\n local_10 = &DAT_00246048;\n FUN_000d7e5...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT)...
(function_definition "void FUN_000437e0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined1 *local_18;\n undefined1 *local_14;\n undefined1 *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x437e7;\n local_18 = &DAT_00246043;\n local_14 = &DAT_00246035;\n local_10 = &DAT_00246048;\n FUN_000d...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_hash_style * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ voi...
null
(translation_unit (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: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3) { undefined1 *local_18; undefined1 *local_14; undefined1 *local_10; undefined4 uStack_c; uStack_c = 0x437e7; local_18 = &DAT_00246043; local_14 = &D...
148_sgp_dd_and_sgp_dd_strip.c
strncmp
strncmp
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* strncmp@@GLIBC_2.0 */ ha...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strncmp(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205944102')]
[('const-1', u'RETURN_-1205944102')]
null
null
0001c0d0
x86
O1
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* s...
(translation_unit "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" ide...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argu...
(function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" (identifier "strncmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ /* strncmp@@GLIBC_2.0 */ ...
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_...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2,size_t __n) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }