file_name
stringlengths
17
81
original_function_name
stringlengths
1
716
stripped_function_name
stringlengths
3
48
decompiled_code_original
stringlengths
38
263k
decompiled_code_stripped
stringlengths
39
208k
assembly_code
stringlengths
3
175k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
8.39M
pcode_edges_stripped
stringlengths
11
8.61M
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.26M
S-Expression_decompiled_code_original
stringlengths
351
5.47M
S-Expression_decompiled_code_original_noisy
stringlengths
338
5.2M
S-Expression_decompiled_code_original_clean
stringlengths
162
540k
S-Expression_decompiled_code_original_root
stringlengths
353
5.26M
Replace_function_name_and_variable_name
stringlengths
39
247k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
238
769k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
208k
507_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
sb_add_char
FUN_000364d0
/* WARNING: Unknown calling convention */ void sb_add_char(sb *ptr,size_t c) { size_t sVar1; sb_check(ptr,1); sVar1 = ptr->len; ptr->len = sVar1 + 1; ptr->ptr[sVar1] = (char)c; return; }
void FUN_000364d0(int *param_1,undefined1 param_2) { int iVar1; FUN_00036300(); iVar1 = param_1[1]; param_1[1] = iVar1 + 1; *(undefined1 *)(*param_1 + iVar1) = param_2; return; }
PUSH EBX MOV EDX,0x1 SUB ESP,0x8 MOV EBX,dword ptr [ESP + 0x10] MOV EAX,EBX CALL 0x00036300 MOV EAX,dword ptr [EBX + 0x4] MOV EDX,dword ptr [EBX] LEA ECX,[EAX + 0x1] MOV dword ptr [EBX + 0x4],ECX MOV ECX,dword ptr [ESP + 0x14] MOV byte ptr [EDX + EAX*0x1],CL ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_148', u'PTRSUB_-1206098571'), (u'INT_ADD_-1206098667', u'STORE_-1206098676'), ('const-417', u'LOAD_-1206098693'), ('const-4', u'PTRSUB_-1206098565'), (u'LOAD_-1206098688', u'PTRADD_-1206098602'), (u'PTRADD_-1206098602', u'STORE_-1206098662'), (u'PTRSUB_-1206098575', u'LOAD_-1206098693'), (u'LOAD_-1206098693', u'...
[(u'CAST_-1206098560', u'STORE_-1206098662'), (u'INT_ADD_-1206098648', u'CAST_-1206098560'), ('tmp_233', u'PTRADD_-1206098576'), ('tmp_233', u'LOAD_-1206098688'), (u'INT_ADD_-1206098667', u'STORE_-1206098676'), ('const-4', u'PTRADD_-1206098576'), (u'PTRADD_-1206098576', u'LOAD_-1206098693'), ('tmp_233', u'PTRADD_-12060...
null
null
000364d0
x86
O3
(translation_unit "void FUN_000364d0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00036300();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}\n\n" (function_definition "void FUN_000364d0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid sb_add_char(sb *ptr,size_t c)\n\n{\n size_t sVar1;\n \n sb_check(ptr,1);\n sVar1 = ptr->len;\n ptr->len = sVar1 + 1;\n ptr->ptr[sVar1] = (char)c;\n return;\n}\n\n" comment (function_definition "void sb_add_char(sb *ptr,size_t c)\n\n{\n size_t ...
(translation_unit "void FUN_000364d0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00036300();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}\n\n" (function_definition "void FUN_000364d0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_st...
(function_definition "void FUN_000364d0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00036300();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000364d0(int *param_1,undefined1 param_2)"...
/* WARNING: Unknown calling convention */ void function_1(type_1 *ptr,size_t c) { size_t var_2; var_1(ptr,1); var_2 = ptr->len; ptr->len = var_2 + 1; ptr->ptr[var_2] = (char)c; 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))) (parameter_declaration type: (type_identifier) declarator: (identif...
null
void MASKED(int *param_1,undefined1 param_2) { int iVar1; FUN_00036300(); iVar1 = param_1[1]; param_1[1] = iVar1 + 1; *(undefined1 *)(*param_1 + iVar1) = param_2; return; }
4479_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
scan_relocatable_relocs
FUN_00158ed0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void scan_relocatable_relocs(Target_tilegx<32,_true> * this, Symbol...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00158ed0(void) { int in_stack_00000018; undefined4 in_stack_00000028; if (in_stack_00000018 == 4) { FUN_000a7c50(); return; } /* WARNING: Subroutine does not return */ FUN_002446...
CALL 0x00074f02 ADD EAX,0x49112b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c CMP dword ptr [ESP + 0x54],0x4 MOV EDX,dword ptr [ESP + 0x58] MOV dword ptr [ESP + 0x1c],EAX MOV EAX,dword ptr [ESP + 0x44] MOV ECX,dword ptr [ESP + 0x5c] MOV EBX,dword ptr [ESP + 0x60] MOV ESI,dword ptr [ESP + 0x68] MOV EDI,dword ptr [ES...
null
null
null
null
[('tmp_527', u'CALL_-1207267301'), ('tmp_532', u'CALL_-1207267301'), ('tmp_525', u'CALL_-1207267301'), ('tmp_256', u'CBRANCH_-1207267447'), ('tmp_528', u'INT_EQUAL_-1207267564'), ('tmp_529', u'CALL_-1207267301'), (u'INT_EQUAL_-1207267564', u'CBRANCH_-1207267447'), ('tmp_530', u'CALL_-1207267301'), ('const-4', u'INT_EQU...
[('const-4828', u'CALL_-1207267249'), ('tmp_256', u'CBRANCH_-1207267447'), (u'INT_EQUAL_-1207267564', u'CBRANCH_-1207267447'), ('const-4652732', u'COPY_-1207267156'), (u'COPY_-1207267156', u'CALL_-1207267249'), ('const-4', u'INT_EQUAL_-1207267564'), ('const-0', u'RETURN_-1207267297'), (u'COPY_-1207267157', u'CALL_-1207...
null
null
00158ed0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00158ed0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_000a7c50();\n return;\n }\n /* WARNING: Subroutine d...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void scan_relocatable_relocs(Target_tilegx<32,_tr...
(translation_unit "void FUN_00158ed0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_000a7c50();\n return;\n }\n \n FUN_002446e0("../../gold/tilegx.cc",0x12dc,"scan_relocatable_relocs",in_stack_00000028);\n}\n\n" (function_defin...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_stateme...
(function_definition "void FUN_00158ed0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_000a7c50();\n return;\n }\n \n FUN_002446e0("../../gold/tilegx.cc",0x12dc,"scan_relocatable_relocs",in_stack_00000028);\n}" (primitive_type ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void scan_relocatable_relocs(Target_tilegx<32,_true> * this, Symbol...
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)) (declaration type: (type_identifier...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(void) { int in_stack_00000018; undefined4 in_stack_00000028; if (in_stack_00000018 == 4) { FUN_000a7c50(); return; } /* WARNING: Subroutine does not return */ FUN_002446e0(".....
1374_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
__udivmoddi4
FUN_00082da0
/* WARNING: Removing unreachable block (ram,0x00082ee1) */ undefined8 __udivmoddi4(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5) { ulonglong uVar1; ulonglong uVar2; int iVar3; byte bVar4; byte bVar5; uint uVar6; int iVar7; uint uVar8; uint uVar9; bool bVar10; uint local_30;...
/* WARNING: Removing unreachable block (ram,0x00082ee1) */ undefined8 FUN_00082da0(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5) { ulonglong uVar1; ulonglong uVar2; int iVar3; byte bVar4; byte bVar5; uint uVar6; int iVar7; uint uVar8; uint uVar9; bool bVar10; uint local_30;...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV EAX,dword ptr [ESP + 0x40] MOV EBX,dword ptr [ESP + 0x44] MOV EBP,dword ptr [ESP + 0x4c] MOV ESI,dword ptr [ESP + 0x48] MOV dword ptr [ESP + 0xc],EAX MOV EDX,EBX TEST EBP,EBP JNZ 0x00082e18 CMP ESI,EBX JBE 0x00082df0 DIV ESI XOR EDI,EDI MOV ECX,EAX MOV EBP,dword ptr ...
null
null
null
null
[('tmp_4234', u'INT_EQUAL_-1206439363'), ('tmp_4231', u'INT_LESS_-1206440436'), ('tmp_4234', u'PTRADD_-1206438795'), (u'INT_EQUAL_-1206440061', u'CBRANCH_-1206440066'), (u'SUBPIECE_-1206439071', u'INT_AND_-1206439549'), ('const-0', u'COPY_-1206439141'), ('const-3', u'CBRANCH_-1206440066'), ('tmp_4231', u'INT_SUB_-12064...
[('tmp_4234', u'INT_EQUAL_-1206439363'), ('tmp_4231', u'INT_LESS_-1206440436'), ('tmp_4234', u'PTRADD_-1206438795'), (u'INT_EQUAL_-1206440061', u'CBRANCH_-1206440066'), (u'SUBPIECE_-1206439071', u'INT_AND_-1206439549'), ('const-0', u'COPY_-1206439141'), ('const-3', u'CBRANCH_-1206440066'), ('tmp_4231', u'INT_SUB_-12064...
null
null
00082da0
x86
O3
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00082ee1) */\n\nundefined8 FUN_00082da0(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n int iVar3;\n byte bVar4;\n byte bVar5;\n uint uVar6;\n int iVar7;\n uint uVar8;\n uint uVar9;\...
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00082ee1) */\n\nundefined8 __udivmoddi4(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n int iVar3;\n byte bVar4;\n byte bVar5;\n uint uVar6;\n int iVar7;\n uint uVar8;\n uint uVar9;\...
(translation_unit "undefined8 FUN_00082da0(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n int iVar3;\n byte bVar4;\n byte bVar5;\n uint uVar6;\n int iVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n uint local_30;\n int iStack_28;\n \n if ...
(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 (pointer_declarator * IDENT)) ))) (compound_statement {...
(function_definition "undefined8 FUN_00082da0(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n int iVar3;\n byte bVar4;\n byte bVar5;\n uint uVar6;\n int iVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n uint local_30;\n int iStack_28;\n \n ...
/* WARNING: Removing unreachable block (ram,0x00082ee1) */ type_1 function_1(type_2 var_8,type_2 var_2,type_2 var_3,type_2 var_1,type_2 *var_6) { type_3 var_5; type_3 var_12; int var_13; type_4 var_9; type_4 var_10; type_2 var_11; int var_14; type_2 uVar8; type_2 var_7; bool bVar10; type_2 var_...
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: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
null
/* WARNING: Removing unreachable block (ram,0x00082ee1) */ undefined8 MASKED(uint param_1,uint param_2,uint param_3,uint param_4,uint *param_5) { ulonglong uVar1; ulonglong uVar2; int iVar3; byte bVar4; byte bVar5; uint uVar6; int iVar7; uint uVar8; uint uVar9; bool bVar10; uint local_30; int...
7768_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
insert
FUN_001ebe90
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::insert(unsigned int, unsigned int, wchar_t) */ void __thiscall std::wstring::insert(wstring *this,uint param_1,uint param_2,wchar_t param_3) { if (param_1 <= *(uint *)(this + 4)) { _M_replace_aux(this,param...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001ebe90(int param_1,uint param_2,undefined4 param_3,undefined4 param_4) { if (param_2 <= *(uint *)(param_1 + 4)) { FUN_001ebc40(param_1,param_2,0,param_3,param_4); return; } /* WARNING: ...
PUSH EBX CALL 0x00035840 ADD EBX,0x1a316a SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ESP + 0x14] MOV ECX,dword ptr [EDX + 0x4] CMP EAX,ECX JA 0x001ebec7 SUB ESP,0xc PUSH dword ptr [ESP + 0x28] PUSH dword ptr [ESP + 0x28] PUSH 0x0 PUSH EAX PUSH EDX CALL 0x001ebc40 ADD ESP,0x28 POP EBX RET PUSH ECX PUS...
null
null
null
null
[(u'INT_LESSEQUAL_-1207845144', u'CBRANCH_-1207845154'), (u'LOAD_-1207845176', u'INT_LESSEQUAL_-1207845144'), ('const-1', u'RETURN_-1207845038'), ('tmp_323', u'PTRADD_-1207845114'), ('const-0', u'CALL_-1207845104'), ('tmp_324', u'CALL_-1207845104'), ('tmp_326', u'CALL_-1207845104'), ('const-0', u'RETURN_-1207845076'), ...
[('const-4', u'INT_ADD_-1207845160'), ('const-0', u'CALL_-1207845104'), (u'INT_LESSEQUAL_-1207845144', u'CBRANCH_-1207845154'), (u'LOAD_-1207845176', u'INT_LESSEQUAL_-1207845144'), ('const-1', u'RETURN_-1207845038'), ('tmp_643', u'CALL_-1207845104'), (u'CAST_-1207844951', u'LOAD_-1207845176'), ('tmp_641', u'INT_LESSEQU...
null
null
001ebe90
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ebe90(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ebc40(param_1,param_2,0,param_3,param_4);\n return;\n }\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::insert(unsigned int, unsigned int, wchar_t) */\n\nvoid __thiscall std::wstring::insert(wstring *this,uint param_1,uint param_2,wchar_t param_3)\n\n{\n if (param_1 <= *(uint *)(this + 4)) {\n ...
(translation_unit "void FUN_001ebe90(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ebc40(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","ba...
(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) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expres...
(function_definition "void FUN_001ebe90(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ebc40(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)",...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::insert(unsigned int, unsigned int, wchar_t) */ void __thiscall std::type_1::function_1(type_1 *var_2,type_2 var_1,type_2 param_2,type_3 param_3) { if (var_1 <= *(type_2 *)(var_2 + 4)) { var_3(var_2,var_1,0,...
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,uint param_2,undefined4 param_3,undefined4 param_4) { if (param_2 <= *(uint *)(param_1 + 4)) { FUN_001ebc40(param_1,param_2,0,param_3,param_4); return; } /* WARNING: Subrou...
6705_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
write_input_files
FUN_0026d920
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: uchar * write_input_files(Output_section_incremental_inputs<32,_true> * this, uchar * oview, uchar * pov, Stringpool * strtab) */ uchar * __thi...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ uint * FUN_0026d920(int param_1,int param_2,uint *param_3,int param_4) { int *piVar1; int *piVar2; int iVar3; ushort uVar4; uint uVar5; int *piVar6; uint uVar7; uint *puVar8; piVar1 = *(int **)(param_1 + 0x2...
CALL 0x00074f02 ADD EAX,0x37c6db PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [ESP + 0x30] MOV EBX,dword ptr [ESP + 0x38] MOV EAX,dword ptr [EAX + 0x2c] MOV dword ptr [ESP + 0x8],EAX MOV ECX,dword ptr [EAX] CMP ECX,dword ptr [EAX + 0x4] JZ 0x0026da0f NOP MOV ESI,dword...
null
null
null
null
[(u'INT_SUB_-1204168199', u'INT_AND_-1204168153'), (u'MULTIEQUAL_-1204167224', u'INT_RIGHT_-1204167897'), (u'LOAD_-1204168012', u'INT_NOTEQUAL_-1204167996'), ('const-8', u'INT_LEFT_-1204167712'), ('const-417', u'STORE_-1204167761'), ('const-16711680', u'INT_AND_-1204167718'), (u'PTRADD_-1204167022', u'STORE_-1204167729...
[(u'INT_SUB_-1204168199', u'INT_AND_-1204168153'), (u'PTRADD_-1204167088', u'STORE_-1204167853'), (u'CAST_-1204167219', u'MULTIEQUAL_-1204167420'), (u'LOAD_-1204168012', u'INT_NOTEQUAL_-1204167996'), (u'INT_MULT_-1204168088', u'INT_ADD_-1204168057'), ('const-8', u'INT_LEFT_-1204167712'), (u'MULTIEQUAL_-1204167413', u'P...
null
null
0026d920
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nuint * FUN_0026d920(int param_1,int param_2,uint *param_3,int param_4)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n ushort uVar4;\n uint uVar5;\n int *piVar6;\n uint uVar7;\n uint *puVar8;\n \n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: uchar * write_input_files(Output_section_incremental_inputs<32,_true> *\n this, uchar * oview, uchar * pov, Stringpool * strt...
(translation_unit "uint * FUN_0026d920(int param_1,int param_2,uint *param_3,int param_4)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n ushort uVar4;\n uint uVar5;\n int *piVar6;\n uint uVar7;\n uint *puVar8;\n \n piVar1 = *(int **)(param_1 + 0x2c);\n piVar6 = (int *)*piVar1;\n puVar8 = param_3;\n if (...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration ...
(function_definition "uint * FUN_0026d920(int param_1,int param_2,uint *param_3,int param_4)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n ushort uVar4;\n uint uVar5;\n int *piVar6;\n uint uVar7;\n uint *puVar8;\n \n piVar1 = *(int **)(param_1 + 0x2c);\n piVar6 = (int *)*piVar1;\n puVar8 = param_3;\n i...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: uchar * write_input_files(Output_section_incremental_inputs<32,_true> * this, uchar * oview, uchar * pov, Stringpool * strtab) */ var_1 * var_2...
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 */ uint * MASKED(int param_1,int param_2,uint *param_3,int param_4) { int *piVar1; int *piVar2; int iVar3; ushort uVar4; uint uVar5; int *piVar6; uint uVar7; uint *puVar8; piVar1 = *(int **)(param_1 + 0x2c); ...
79_aarch64-linux-gnu-elfedit_and_aarch64-linux-gnu-elfedit_strip.c
buildargv
FUN_00013b60
char ** buildargv(char *input) { int iVar1; byte bVar2; bool bVar3; bool bVar4; bool bVar5; byte bVar6; size_t sVar7; byte *s; char *pcVar8; byte *pbVar9; int unaff_EDI; char **local_3c; int local_38; int local_2c; char **local_20; __x86_get_pc_thunk_di(); local_3c = (char **)0x0;...
int FUN_00013b60(byte *param_1) { int iVar1; int iVar2; byte bVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; size_t sVar8; byte *__ptr; undefined4 uVar9; byte *pbVar10; int unaff_EDI; int local_3c; int local_38; int local_2c; undefined4 *local_20; FUN_00014341(); local_3c...
PUSH EBP PUSH EDI CALL 0x00014341 ADD EDI,0x5499 PUSH ESI PUSH EBX SUB ESP,0x3c MOV ESI,dword ptr [ESP + 0x50] MOV dword ptr [ESP + 0x10],0x0 MOV dword ptr [ESP + 0x28],EDI TEST ESI,ESI JZ 0x00013ce9 SUB ESP,0xc MOV EBX,EDI XOR EBP,EBP PUSH ESI CALL 0x000111a0 ADD EAX,0x1 MOV dword ptr [ESP],EAX CALL 0x000144f0 XOR EDX...
null
null
null
null
[('tmp_1405', u'BRANCH_-1205977170'), (u'MULTIEQUAL_-1205976591', u'INT_EQUAL_-1205977071'), (u'COPY_-1205976564', u'MULTIEQUAL_-1205976438'), (u'MULTIEQUAL_-1205976190', u'CAST_-1205976136'), (u'MULTIEQUAL_-1205976355', u'COPY_-1205975944'), (u'PTRADD_-1205977468', u'CAST_-1205976233'), (u'COPY_-1205976745', u'MULTIEQ...
[('const-4294967295', u'INT_ADD_-1205977938'), (u'COPY_-1205976105', u'MULTIEQUAL_-1205976358'), ('tmp_1405', u'BRANCH_-1205977170'), (u'MULTIEQUAL_-1205976589', u'INT_EQUAL_-1205977270'), ('const-1', u'PTRADD_-1205977364'), ('const-0', u'COPY_-1205976172'), (u'MULTIEQUAL_-1205976193', u'PTRADD_-1205977550'), (u'MULTIE...
null
null
00013b60
x86
O3
(translation_unit "int FUN_00013b60(byte *param_1)\n\n{\n int iVar1;\n int iVar2;\n byte bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n size_t sVar8;\n byte *__ptr;\n undefined4 uVar9;\n byte *pbVar10;\n int unaff_EDI;\n int local_3c;\n int local_38;\n int local_2c;\n undefined4 *local...
(translation_unit "char ** buildargv(char *input)\n\n{\n int iVar1;\n byte bVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n byte bVar6;\n size_t sVar7;\n byte *s;\n char *pcVar8;\n byte *pbVar9;\n int unaff_EDI;\n char **local_3c;\n int local_38;\n int local_2c;\n char **local_20;\n \n __x86_get_pc_t...
(translation_unit "int FUN_00013b60(byte *param_1)\n\n{\n int iVar1;\n int iVar2;\n byte bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n size_t sVar8;\n byte *__ptr;\n undefined4 uVar9;\n byte *pbVar10;\n int unaff_EDI;\n int local_3c;\n int local_38;\n int local_2c;\n undefined4 *local...
(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 ;) (declaration...
(function_definition "int FUN_00013b60(byte *param_1)\n\n{\n int iVar1;\n int iVar2;\n byte bVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n byte bVar7;\n size_t sVar8;\n byte *__ptr;\n undefined4 uVar9;\n byte *pbVar10;\n int unaff_EDI;\n int local_3c;\n int local_38;\n int local_2c;\n undefined4 *lo...
char ** function_1(char *var_2) { int var_7; type_1 var_15; bool bVar3; bool bVar4; bool bVar5; type_1 var_12; size_t var_5; type_1 *s; char *pcVar8; type_1 *var_13; int var_6; char **var_10; int var_8; int var_9; char **local_20; var_1(); var_10 = (char **)0x0; if (var_2 == (ch...
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
int MASKED(byte *param_1) { int iVar1; int iVar2; byte bVar3; bool bVar4; bool bVar5; bool bVar6; byte bVar7; size_t sVar8; byte *__ptr; undefined4 uVar9; byte *pbVar10; int unaff_EDI; int local_3c; int local_38; int local_2c; undefined4 *local_20; FUN_00014341(); local_3c = 0; ...
352_powerpc-linux-gnuspe-strip_and_powerpc-linux-gnuspe-strip_strip.c
stab_range_type
FUN_0002a270
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean stab_range_type(void *p,bfd_signed_vma low,bfd_signed_vma high) { uint size; char *__s; size_t sVar1; char *__s_00; bfd_boolean bVar2; bVar2 = *(bfd_boolean *)(...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int FUN_0002a270(int param_1,undefined4 param_2,undefined4 param_3) { undefined4 uVar1; undefined4 uVar2; char *__s; size_t sVar3; char *__s_00; int iVar4; uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0x10...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000165d0 ADD EBX,0x14d87 SUB ESP,0x1c MOV ESI,dword ptr [ESP + 0x30] MOV EAX,dword ptr [ESI + 0x38] ADD ESI,0x38 MOV EDX,dword ptr [EAX + 0x10] MOV ECX,dword ptr [EAX + 0xc] MOV EAX,ESI MOV dword ptr [ESP + 0xc],EDX MOV dword ptr [ESP + 0x8],ECX CALL 0x00028700 SUB ESP,0xc PUS...
null
null
null
null
[(u'INT_ADD_-1206017263', u'CALL_-1206017258'), (u'CAST_-1206016807', u'INT_ADD_-1206017339'), (u'COPY_-1206016807', u'CALL_-1206017204'), (u'CAST_-1206016811', u'LOAD_-1206017363'), (u'LOAD_-1206017363', u'INT_ADD_-1206017329'), (u'INT_ADD_-1206017323', u'CAST_-1206016798'), (u'CAST_-1206016802', u'LOAD_-1206017345'),...
[('const-417', u'LOAD_-1206017339'), (u'INT_ADD_-1206017263', u'CALL_-1206017258'), ('tmp_1713', u'CALL_-1206017204'), (u'COPY_-1206016807', u'CALL_-1206017204'), (u'INT_ADD_-1206017347', u'CAST_-1206016812'), (u'CAST_-1206016764', u'CALL_-1206017073'), ('const-0', u'RETURN_-1206017012'), ('tmp_1712', u'CALL_-120601720...
null
null
0002a270
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0002a270(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n char *__s;\n size_t sVar3;\n char *__s_00;\n int iVar4;\n \n uVar1 = *(undefined4 *)(*...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean stab_range_type(void *p,bfd_signed_vma low,bfd_signed_vma high)\n\n{\n uint size;\n char *__s;\n size_t sVar1;\n char *__s_00;\n bfd_boolean bVar2;\n ...
(translation_unit "int FUN_0002a270(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n char *__s;\n size_t sVar3;\n char *__s_00;\n int iVar4;\n \n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0x10);\n uVar2 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0xc);...
(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 "int FUN_0002a270(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n char *__s;\n size_t sVar3;\n char *__s_00;\n int iVar4;\n \n uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0x10);\n uVar2 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0x...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(void *p,type_2 low,type_2 high) { type_3 size; char *__s; size_t var_4; char *__s_00; type_1 var_8; var_8 = *(type_1 *)(*(int *)((int)p + 0x38) + 0x10); ...
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 */ int MASKED(int param_1,undefined4 param_2,undefined4 param_3) { undefined4 uVar1; undefined4 uVar2; char *__s; size_t sVar3; char *__s_00; int iVar4; uVar1 = *(undefined4 *)(*(int *)(param_1 + 0x38) + 0x10); u...
4547_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
_M_find_before_node
FUN_0016f8e0
/* DWARF original prototype: __node_base * _M_find_before_node(_Hashtable<gold::Symbol_location,_gold::Symbol_location,_std::allocator<gold::Symbol_location>,_std::__detail::_Identity,_std::equal_to<gold::Symbol_location>,_gold::Symbol_location_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged...
int * __regparm3 FUN_0016f8e0(int *param_1,uint param_2,int *param_3,uint param_4) { int *piVar1; int *piVar2; uint uVar3; int *piVar4; int *piVar5; piVar5 = *(int **)(*param_1 + param_2 * 4); if (piVar5 != (int *)0x0) { uVar3 = ((int *)*piVar5)[2]; piVar1 = (int *)*piVar5; do { piV...
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 0x0016f91b MOV EBX,dword ptr [EBP] MOV EDI,EDX MOV ECX,dword ptr [EBX + 0x8] CMP dword ptr [ESP + 0x18],ECX JZ 0x0016f928 MOV EAX,dword ptr [EBX] TEST EAX,EAX JZ ...
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1207305953'), (u'COPY_-1207305558', u'PTRSUB_-1207305512'), ('tmp_1161', u'LOAD_-1207305786'), ('const-2', u'INT_EQUAL_-1207305717'), ('const-0', u'COPY_-1207305623'), (u'MULTIEQUAL_-1207305576', u'COPY_-1207305533'), (u'CAST_-1207305473', u'CAST_-1207305461'), (u'LOAD_-1207305920', u'PTRAD...
[('const-0', u'INT_NOTEQUAL_-1207305953'), ('const-3', u'PTRADD_-1207305452'), (u'COPY_-1207305568', u'MULTIEQUAL_-1207305576'), ('const-4', u'PTRADD_-1207305473'), (u'SUBPIECE_-1207305449', u'INT_EQUAL_-1207305717'), ('const-2', u'PTRADD_-1207305437'), (u'PTRADD_-1207305463', u'LOAD_-1207305775'), (u'INT_ADD_-12073059...
null
null
0016f8e0
x86
O3
(translation_unit "int * __regparm3 FUN_0016f8e0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n int *piVar5;\n \n piVar5 = *(int **)(*param_1 + param_2 * 4);\n if (piVar5 != (int *)0x0) {\n uVar3 = ((int *)*piVar5)[2];\n piVar1 = (int...
(translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<gold::Symbol_location,_gold::Symbol_location,_std::allocator<gold::Symbol_location>,_std::__detail::_Identity,_std::equal_to<gold::Symbol_location>,_gold::Symbol_location_hash,_std::__detail::_Mod_range_hashing,_std::__deta...
(translation_unit "int * __regparm3 FUN_0016f8e0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n int *piVar5;\n \n piVar5 = *(int **)(*param_1 + param_2 * 4);\n if (piVar5 != (int *)0x0) {\n uVar3 = ((int *)*piVar5)[2];\n piVar1 = (int...
(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_0016f8e0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n int *piVar5;\n \n piVar5 = *(int **)(*param_1 + param_2 * 4);\n if (piVar5 != (int *)0x0) {\n uVar3 = ((int *)*piVar5)[2];\n piVar1 = (...
/* DWARF original prototype: __node_base * _M_find_before_node(_Hashtable<gold::Symbol_location,_gold::Symbol_location,_std::allocator<gold::Symbol_location>,_std::__detail::_Identity,_std::equal_to<gold::Symbol_location>,_gold::Symbol_location_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged...
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; int *piVar2; uint uVar3; int *piVar4; int *piVar5; piVar5 = *(int **)(*param_1 + param_2 * 4); if (piVar5 != (int *)0x0) { uVar3 = ((int *)*piVar5)[2]; piVar1 = (int *)*piVar5; do { piVar4 = ...
655_powerpc64-linux-gnu-as_and_powerpc64-linux-gnu-as_strip.c
generic_force_reloc
FUN_0003efc0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int generic_force_reloc(fixS *fix) { int iVar1; iVar1 = 1; if (1 < fix->fx_r_type - BFD_RELOC_VTABLE_INHERIT) { iVar1 = 0; if (fix->fx_addsy != (symbolS *)0x0) { iV...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0003efc0(int param_1) { undefined4 uVar1; uVar1 = 1; if (1 < *(int *)(param_1 + 0x30) - 0x5a3U) { uVar1 = 0; if (*(int *)(param_1 + 0xc) != 0) { uVar1 = FUN_000382b0(*(int *)(param_1 + 0xc),...
PUSH EBX CALL 0x00016090 ADD EBX,0x3003a SUB ESP,0x8 MOV ECX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ECX + 0x30] LEA EDX,[EAX + 0xfffffa5d] MOV EAX,0x1 CMP EDX,0x1 JBE 0x0003f006 MOV EDX,dword ptr [ECX + 0xc] XOR EAX,EAX TEST EDX,EDX JZ 0x0003f006 MOV ECX,dword ptr [ECX + 0x10] SUB ESP,0x8 XOR EAX,EAX TEST ECX,ECX SE...
null
null
null
null
[('const-417', u'LOAD_-1206063119'), ('const-0', u'RETURN_-1206062953'), (u'INT_EQUAL_-1206063010', u'INT_ZEXT_-1206062946'), (u'LOAD_-1206063119', u'INT_SUB_-1206063096'), (u'MULTIEQUAL_-1206062889', u'RETURN_-1206062953'), ('tmp_372', u'PTRSUB_-1206062872'), ('const-16', u'PTRSUB_-1206062862'), ('const-1', u'INT_LESS...
[('const-12', u'INT_ADD_-1206063066'), (u'COPY_-1206063076', u'MULTIEQUAL_-1206062890'), ('const-417', u'LOAD_-1206063119'), ('tmp_595', u'INT_ADD_-1206063066'), ('const-0', u'RETURN_-1206062953'), (u'LOAD_-1206063119', u'INT_SUB_-1206063096'), (u'INT_ADD_-1206063035', u'CAST_-1206062864'), ('const-1443', u'INT_SUB_-12...
null
null
0003efc0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0003efc0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if (1 < *(int *)(param_1 + 0x30) - 0x5a3U) {\n uVar1 = 0;\n if (*(int *)(param_1 + 0xc) != 0) {\n uVar1 = FUN_0003...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint generic_force_reloc(fixS *fix)\n\n{\n int iVar1;\n \n iVar1 = 1;\n if (1 < fix->fx_r_type - BFD_RELOC_VTABLE_INHERIT) {\n iVar1 = 0;\n if (fix->fx_addsy ...
(translation_unit "undefined4 FUN_0003efc0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if (1 < *(int *)(param_1 + 0x30) - 0x5a3U) {\n uVar1 = 0;\n if (*(int *)(param_1 + 0xc) != 0) {\n uVar1 = FUN_000382b0(*(int *)(param_1 + 0xc),*(int *)(param_1 + 0x10) == 0);\n }\n }\n return uVar1;\n}...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expr...
(function_definition "undefined4 FUN_0003efc0(int param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = 1;\n if (1 < *(int *)(param_1 + 0x30) - 0x5a3U) {\n uVar1 = 0;\n if (*(int *)(param_1 + 0xc) != 0) {\n uVar1 = FUN_000382b0(*(int *)(param_1 + 0xc),*(int *)(param_1 + 0x10) == 0);\n }\n }\n return uVar1;...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *fix) { int iVar1; iVar1 = 1; if (1 < fix->fx_r_type - var_1) { iVar1 = 0; if (fix->fx_addsy != (type_2 *)0x0) { iVar1 = var_2(fix->fx_addsy,(...
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 (declaration type: (type_identifier) declarator: (identifier)) (express...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1) { undefined4 uVar1; uVar1 = 1; if (1 < *(int *)(param_1 + 0x30) - 0x5a3U) { uVar1 = 0; if (*(int *)(param_1 + 0xc) != 0) { uVar1 = FUN_000382b0(*(int *)(param_1 + 0xc),*(int ...
1981_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
merge_gnu_properties
FUN_00054f70
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void merge_gnu_properties(Sized_target<32,_false> * this, Object * param_1) */ void __thiscall gold::Sized_target<32,_false>::merge_gnu_properties(Sized_target<32,_false> *this,Object *param_2) { return; }
void FUN_00054f70(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1206235268')]
[('const-0', u'RETURN_-1206235268')]
null
null
00054f70
x86
O3
(translation_unit "void FUN_00054f70(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00054f70(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00054f70(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void merge_gnu_properties(Sized_target<32,_false> * this, Object *\n param_1) */\n\nvoid __thiscall\ngold::Sized_target<32,_false>::merge_gnu_properties(Sized_target<32,_false> *this,Object *param_2)\...
(translation_unit "void FUN_00054f70(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00054f70(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00054f70(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_00054f70(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00054f70(void)" (identifier "FUN_00054f70") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen...
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: void merge_gnu_properties(Sized_target<32,_false> * this, Object * param_1) */ void __thiscall gold::Sized_target<32,_false>::merge_gnu_properties(Sized_target<32,_false> *this,Object *param_2) { 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; }
951_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
stpcpy
stpcpy
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * stpcpy(char *__dest,char *__src) { /* WARNING: Bad instruction - Truncating control flow here */ /* stpcpy@@GLIBC_2.0 */ halt_badd...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * stpcpy(char *__dest,char *__src) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207820070')]
[('const-1', u'RETURN_-1207820070')]
null
null
001d20d0
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comm...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* stpcpy@...
(translation_unit "char * stpcpy(char *__dest,char *__src)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* stpcpy(char *__dest,char *__src)" * (function_declarator ...
(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 "char * stpcpy(char *__dest,char *__src)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* stpcpy(char *__dest,char *__src)" (* "*") (function_declarator "stpcpy(char *__dest,char *__src)" (identifier "stpcpy") (parameter_list "(char *__dest,char *__sr...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__dest,char *__src) { /* WARNING: Bad instruction - Truncating control flow here */ /* stpcpy@@GLIBC_2.0 */ var_1...
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) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
82_pwd_and_pwd_strip.c
__x86.get_pc_thunk.ax
__i686.get_pc_thunk.ax
/* WARNING: This is an inlined function */ undefined4 __x86_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
/* WARNING: This is an inlined function */ undefined4 __i686_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
MOV EAX,dword ptr [ESP] RET
null
null
null
null
[(u'COPY_-1205984210', u'RETURN_-1205984195'), ('const-0', u'RETURN_-1205984195'), ('tmp_18', u'COPY_-1205984210')]
[(u'COPY_-1205984210', u'RETURN_-1205984195'), ('const-0', u'RETURN_-1205984195'), ('tmp_18', u'COPY_-1205984210')]
null
null
0001242c
x86
O3
(translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_id...
(translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_iden...
(translation_unit "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_identifier (function_declarator "__i686_get_pc_thunk_ax(...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (return_statement return IDENT ;) })))
(function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" (type_identifier "undefined4") (function_declarator "__i686_get_pc_thunk_ax(void)" (identifier "__i686_get_pc_thunk_ax") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primit...
/* WARNING: This is an inlined function */ type_1 function_1(void) { type_1 unaff_retaddr; return unaff_retaddr; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (return_statement (identifier))))...
null
/* WARNING: This is an inlined function */ undefined4 __i686_get_pc_thunk_ax(void) { undefined4 unaff_retaddr; return unaff_retaddr; }
5350_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
operator()
FUN_0013fb40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool operator()(Sort_commons<32> * this, Symbol * pa, Symbol * pb) */ bool __thiscall gold::Sort_commons<32>::operator()(Sort_commons<32> *this,Symbol *pa,Symbol *pb) { uint uVar1; uint uVar2; S...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint FUN_0013fb40(int param_1,int param_2,int param_3) { uint uVar1; int iVar2; undefined4 *puVar3; undefined4 *puVar4; uint uVar5; if (param_2 == 0) { return 0; } if (param_3 != 0) { puVar3 = (undefin...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x1c24b7 SUB ESP,0xc MOV EAX,dword ptr [ESP + 0x24] MOV ESI,dword ptr [ESP + 0x28] TEST EAX,EAX JZ 0x0013fbde TEST ESI,ESI JZ 0x0013fbc6 CALL 0x0013fa00 MOV EDI,EAX MOV EAX,ESI CALL 0x0013fa00 MOV EDX,dword ptr [ESP + 0x20] MOV ESI,dword ptr [EDI + 0x30] MOV E...
null
null
null
null
[('tmp_967', u'CBRANCH_-1207108301'), (u'LOAD_-1207108671', u'INT_LESS_-1207108306'), (u'COPY_-1207108012', u'RETURN_-1207108002'), (u'INT_EQUAL_-1207108720', u'CBRANCH_-1207108719'), (u'COPY_-1207107981', u'RETURN_-1207107971'), (u'LOAD_-1207108671', u'INT_LESS_-1207108292'), (u'INDIRECT_-1207108106', u'CALL_-12071086...
[(u'CAST_-1207108050', u'PTRADD_-1207108042'), ('tmp_967', u'CBRANCH_-1207108301'), ('const-0', u'COPY_-1207108348'), (u'LOAD_-1207108671', u'INT_LESS_-1207108306'), (u'INT_EQUAL_-1207108720', u'CBRANCH_-1207108719'), (u'BOOL_NEGATE_-1207108148', u'BOOL_AND_-1207108510'), (u'COPY_-1207107982', u'CALL_-1207108274'), (u'...
null
null
0013fb40
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint FUN_0013fb40(int param_1,int param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 *puVar4;\n uint uVar5;\n \n if (param_2 == 0) {\n return 0;\n }\n if (param...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: bool operator()(Sort_commons<32> * this, Symbol * pa, Symbol * pb) */\n\nbool __thiscall gold::Sort_commons<32>::operator()(Sort_commons<32> *this,Symbol *pa,Symbol *pb)\n\n{\n uint ...
(translation_unit "uint FUN_0013fb40(int param_1,int param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 *puVar4;\n uint uVar5;\n \n if (param_2 == 0) {\n return 0;\n }\n if (param_3 != 0) {\n puVar3 = (undefined4 *)FUN_0013fa00();\n puVar4 = (undefined4 *)FUN_0013f...
(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 "uint FUN_0013fb40(int param_1,int param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n undefined4 *puVar3;\n undefined4 *puVar4;\n uint uVar5;\n \n if (param_2 == 0) {\n return 0;\n }\n if (param_3 != 0) {\n puVar3 = (undefined4 *)FUN_0013fa00();\n puVar4 = (undefined4 *)FUN_00...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool operator()(Sort_commons<32> * this, Symbol * pa, Symbol * pb) */ bool __thiscall gold::type_1<32>::function_1()(type_1<32> *this,type_2 *var_2,type_2 *var_3) { type_3 var_6; type_3 var_7; t...
null
(translation_unit (function_definition type: (type_identifier) 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.bx replaced with injection: get_pc_thunk_bx */ uint MASKED(int param_1,int param_2,int param_3) { uint uVar1; int iVar2; undefined4 *puVar3; undefined4 *puVar4; uint uVar5; if (param_2 == 0) { return 0; } if (param_3 != 0) { puVar3 = (undefined4 *)...
6113_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
check
FUN_00169cc0
/* 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 check(Script_assertion * this, Symbol_table * symtab, Layout * layout) */ void __thiscall gold::Script_assertion::check(Script_ass...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00169cc0(undefined4 *param_1,undefined4 param_2,undefined4 param_3) { longlong lVar1; lVar1 = FUN_001ba820(*param_1,param_2,param_3,1); if (lVar1 != 0) { return; } FUN_000654b0(&DAT_0028bec2,param_1[1])...
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x225339 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] PUSH 0x1 PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESI] CALL 0x001ba820 ADD ESP,0x10 OR EDX,EAX JZ 0x00169cf8 ADD ESP,0x4 POP EBX POP ESI RET SUB ESP,0x8 LEA EAX,[EBX + 0xffefcec2] PUSH dword ptr ...
null
null
null
null
[(u'PTRSUB_-1207329251', u'PTRSUB_-1207329250'), ('const-0', u'RETURN_-1207329369'), ('tmp_401', u'CALL_-1207329512'), ('tmp_400', u'PTRSUB_-1207329287'), ('const-1', u'CALL_-1207329512'), (u'PTRSUB_-1207329249', u'LOAD_-1207329432'), (u'CALL_-1207329512', u'INT_NOTEQUAL_-1207329485'), (u'PTRSUB_-1207329250', u'PTRSUB_...
[('const-0', u'PTRSUB_-1207329256'), ('tmp_671', u'PTRADD_-1207329260'), ('tmp_673', u'CALL_-1207329512'), (u'PTRADD_-1207329260', u'LOAD_-1207329432'), ('const-1', u'CALL_-1207329512'), (u'INT_NOTEQUAL_-1207329342', u'CBRANCH_-1207329485'), (u'CALL_-1207329512', u'INT_NOTEQUAL_-1207329342'), ('const-4', u'PTRADD_-1207...
null
null
00169cc0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00169cc0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001ba820(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_00065...
(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 check(Script_assertion * this, Symbol_table * symtab, Layout *\n layout) */\n\nvoid __thiscall\ngold::Script_ass...
(translation_unit "void FUN_00169cc0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001ba820(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_000654b0(&DAT_0028bec2,param_1[1]);\n return;\n}\n\n" (function_definition "void FUN_00169cc0(un...
(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 ;) (expression_statement (assignment_expression I...
(function_definition "void FUN_00169cc0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001ba820(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_000654b0(&DAT_0028bec2,param_1[1]);\n return;\n}" (primitive_type "void") (function_declarato...
/* 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 check(Script_assertion * this, Symbol_table * symtab, Layout * layout) */ void __thiscall gold::type_1::function_1(type_1 *this,ty...
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.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3) { longlong lVar1; lVar1 = FUN_001ba820(*param_1,param_2,param_3,1); if (lVar1 != 0) { return; } FUN_000654b0(&DAT_0028bec2,param_1[1]); re...
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
O3
(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; }
1943_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
parse_to_value
FUN_00048f10
/* 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_thread_count_initial * this, char * option_name, char * arg, Command_line * param_3, General_options * param_...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000dd420(param_2,param_3,param_1 + 0x40); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x3460e9 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x40] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x000dd420 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-417', u'STORE_-1206153366'), ('const-0', u'RETURN_-1206153330'), (u'PTRSUB_-1206153261', u'CALL_-1206153370'), ('tmp_208', u'CALL_-1206153370'), ('const-64', u'PTRSUB_-1206153261'), ('const-60', u'PTRSUB_-1206153243'), ('tmp_206', u'PTRSUB_-1206153261'), ('tmp_207', u'CALL_-1206153370'), ('tmp_206', u'PTRSUB_-...
[('const-0', u'RETURN_-1206153330'), ('tmp_344', u'INT_ADD_-1206153387'), ('const-417', u'STORE_-1206153366'), ('const-64', u'INT_ADD_-1206153387'), (u'INT_ADD_-1206153352', u'CAST_-1206153252'), ('tmp_346', u'CALL_-1206153370'), (u'CAST_-1206153252', u'STORE_-1206153366'), ('const-1', u'STORE_-1206153366'), ('tmp_345'...
null
null
00048f10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd420(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio...
(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_thread_count_initial * this, char *\n option_name, char * arg, Command_line * param_3, Gen...
(translation_unit "void FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd420(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd420(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 (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression...
(function_definition "void FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd420(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00048f10(int param_1,undefined4 param_2,undefined4 param_3)" (identifi...
/* 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_thread_count_initial * this, char * option_name, char * arg, Command_line * param_3, General_options * param_...
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) { FUN_000dd420(param_2,param_3,param_1 + 0x40); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
5023_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
add_relative
FUN_0011ce10
/* 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_relative(Output_data_reloc<4,_false,_32,_false> * this, uint type, Output_data * od, Address address, Addend addend) */ void __thiscal...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0011ce10(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4; undefined4 local_38; int lo...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x2721e7 SUB ESP,0x38 MOV EBP,dword ptr [ESP + 0x4c] PUSH 0x1 PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA ESI,[ESP + 0x20] PUSH ESI CALL 0x000fab70 MOV EAX,dword ptr [ESP + 0x70] MOV dword ptr [ESP + 0x3c],EAX MOV EA...
null
null
null
null
[(u'INDIRECT_-1206988190', u'MULTIEQUAL_-1206988305'), (u'INT_AND_-1206988173', u'INT_NOTEQUAL_-1206988852'), (u'PTRSUB_-1206988203', u'PTRSUB_-1206988164'), ('tmp_1241', u'PTRSUB_-1206988110'), ('const-0', u'INT_EQUAL_-1206988788'), ('tmp_1588', u'PTRSUB_-1206988249'), (u'INDIRECT_-1206988124', u'MULTIEQUAL_-120698823...
[('const-417', u'LOAD_-1206988806'), ('const-2', u'PTRADD_-1206988210'), ('const-16', u'INT_ADD_-1206988857'), ('const-0', u'INT_EQUAL_-1206988788'), ('const-417', u'STORE_-1206988693'), (u'CALL_-1206989187', u'INDIRECT_-1206988403'), (u'LOAD_-1206989171', u'PTRADD_-1206988202'), ('const-417', u'STORE_-1206988877'), (u...
null
null
0011ce10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0011ce10(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n u...
(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_relative(Output_data_reloc<4,_false,_32,_false> * this, uint\n type, Output_data * od, Address address, Addend adden...
(translation_unit "void FUN_0011ce10(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\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_2c;\n uint...
(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) ))) (compound_statement { (declaration TYPE (poi...
(function_definition "void FUN_0011ce10(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\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_2c;\n u...
/* 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_relative(Output_data_reloc<4,_false,_32,_false> * this, uint type, Output_data * od, Address address, Addend addend) */ void __thiscal...
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,undefined4 param_4, undefined4 param_5) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4; undefined4 local_38; int local_34...
290_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c
stab_demangle_class
FUN_000206f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 stab_demangle_class(stab_demangle_info *minfo,char **pp,char **pstart) { byte *s; undefined *puVar1; size_t sVar2; uint uVar3; byte *pbVar4; uint uVar5; puVar1 = PTR__sch_istable_0003efb4; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_000206f0(int *param_1,int *param_2) { undefined *puVar1; size_t sVar2; uint uVar3; byte *__s; uint uVar4; puVar1 = PTR__sch_istable_0003efb4; __s = (byte *)*param_1; uVar3 = (uint)*__...
PUSH EBP PUSH EDI MOV EDI,EAX PUSH ESI PUSH EBX CALL 0x000165d0 ADD EBX,0x1e905 SUB ESP,0x1c MOV ESI,dword ptr [EAX] MOV dword ptr [ESP + 0x8],EDX MOVZX EDX,byte ptr [ESI] MOV dword ptr [ESP + 0xc],ESI MOV dword ptr [ESP + 0x4],EBX MOV EBX,dword ptr [EBX + 0xffffffb4] TEST byte ptr [EBX + EDX*0x2],0x4 JZ 0x00020798 MOV...
null
null
null
null
[('const-0', u'COPY_-1206056845'), ('const-4', u'INT_AND_-1206057107'), (u'PTRSUB_-1206056623', u'STORE_-1206056933'), (u'PTRADD_-1206056981', u'LOAD_-1206057041'), (u'CAST_-1206056591', u'CALL_-1206056859'), (u'LOAD_-1206057133', u'INT_AND_-1206057107'), (u'COPY_-1206057100', u'MULTIEQUAL_-1206056775'), ('const-417', ...
[(u'CAST_-1206056729', u'LOAD_-1206057165'), ('const-4', u'INT_AND_-1206057107'), (u'PTRADD_-1206056981', u'LOAD_-1206057041'), (u'LOAD_-1206057133', u'INT_AND_-1206057107'), (u'COPY_-1206057100', u'MULTIEQUAL_-1206056775'), (u'CAST_-1206056647', u'CALL_-1206056995'), ('const-417', u'LOAD_-1206057176'), (u'INT_LESS_-12...
null
null
000206f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_000206f0(int *param_1,int *param_2)\n\n{\n undefined *puVar1;\n size_t sVar2;\n uint uVar3;\n byte *__s;\n uint uVar4;\n \n puVar1 = PTR__sch_istable_0003efb4;\n __s = (byte *...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 stab_demangle_class(stab_demangle_info *minfo,char **pp,char **pstart)\n\n{\n byte *s;\n undefined *puVar1;\n size_t sVar2;\n uint uVar3;\n byte *pbVar4;\n uint uVar5;\n \n puVar1...
(translation_unit "undefined4 __regparm3 FUN_000206f0(int *param_1,int *param_2)\n\n{\n undefined *puVar1;\n size_t sVar2;\n uint uVar3;\n byte *__s;\n uint uVar4;\n \n puVar1 = PTR__sch_istable_0003efb4;\n __s = (byte *)*param_1;\n uVar3 = (uint)*__s;\n if ((PTR__sch_istable_0003efb4[uVar3 * 2] & 4) == 0) {\...
(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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT...
(function_definition "undefined4 __regparm3 FUN_000206f0(int *param_1,int *param_2)\n\n{\n undefined *puVar1;\n size_t sVar2;\n uint uVar3;\n byte *__s;\n uint uVar4;\n \n puVar1 = PTR__sch_istable_0003efb4;\n __s = (byte *)*param_1;\n uVar3 = (uint)*__s;\n if ((PTR__sch_istable_0003efb4[uVar3 * 2] & 4) == 0)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(type_2 *minfo,char **var_8,char **pstart) { type_3 *var_1; type_4 *puVar1; size_t var_6; type_5 var_2; type_3 *var_3; type_5 var_4; puVar1 = PTR__sch_istable_0003efb4; var_1 = (type...
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,int *param_2) { undefined *puVar1; size_t sVar2; uint uVar3; byte *__s; uint uVar4; puVar1 = PTR__sch_istable_0003efb4; __s = (byte *)*param_1; uVar3 = (uint)*__s; i...
5206_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
add_local_relative
FUN_00124150
/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_true,_64,_false> * this, Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address address, Addend addend, bool use_plt_offset) */ void __thiscall gold::Output_data_reloc<4,_true,_64,_false>::add_local_r...
void FUN_00124150(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,undefined1 param_10) { undefined1 local_40 [28]; undefined4 local_24; undefined4 local_...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x40 MOV EBX,dword ptr [ESP + 0x64] MOVZX EAX,byte ptr [ESP + 0x78] MOV EDI,dword ptr [ESP + 0x70] MOV EBP,dword ptr [ESP + 0x74] PUSH EAX PUSH 0x0 PUSH 0x1 PUSH 0x1 PUSH dword ptr [ESP + 0x7c] PUSH dword ptr [ESP + 0x7c] PUSH EBX PUSH dword ptr [ESP + 0x7c] PUSH dword ptr [E...
null
null
null
null
[('tmp_387', u'CALL_-1207090720'), ('const-1', u'CALL_-1207090720'), ('const-0', u'RETURN_-1207090626'), (u'PTRSUB_-1207090471', u'PTRSUB_-1207090464'), ('const-1', u'CALL_-1207090720'), ('const-0', u'SUBPIECE_-1207090464'), ('const-4', u'SUBPIECE_-1207090462'), (u'PTRSUB_-1207090464', u'CALL_-1207090720'), ('tmp_505',...
[(u'CALL_-1207090669', u'INDIRECT_-1207090495'), ('tmp_849', u'CALL_-1207090669'), ('tmp_847', u'CALL_-1207090720'), (u'PTRSUB_-1207090507', u'CALL_-1207090669'), ('const-0', u'RETURN_-1207090626'), ('const-1', u'CALL_-1207090720'), ('tmp_840', u'CALL_-1207090720'), ('tmp_842', u'COPY_-1207090711'), (u'CALL_-1207090669...
null
null
00124150
x86
O3
(translation_unit "void FUN_00124150(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,undefined1 param_10)\n\n{\n undefined1 local_40 [28];\n undefined4 local...
(translation_unit "/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_true,_64,_false> * this,\n Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address\n address, Addend addend, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_...
(translation_unit "void FUN_00124150(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,undefined1 param_10)\n\n{\n undefined1 local_40 [28];\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) , (paramete...
(function_definition "void FUN_00124150(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,undefined1 param_10)\n\n{\n undefined1 local_40 [28];\n undefined4 lo...
/* DWARF original prototype: void add_local_relative(Output_data_reloc<4,_true,_64,_false> * this, Sized_relobj<64,_false> * relobj, uint local_sym_index, uint type, Output_data * od, Address address, Addend addend, bool use_plt_offset) */ void __thiscall gold::Output_data_reloc<4,_true,_64,_false>::add_local_r...
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, undefined4 param_9,undefined1 param_10) { undefined1 local_40 [28]; undefined4 local_24; undefined4 local_20; ...
205_i686-linux-gnu-objcopy_and_i686-linux-gnu-objcopy_strip.c
debug_write_linenos
FUN_0001d2b0
/* DWARF original prototype: bfd_boolean debug_write_linenos(debug_handle * info, debug_write_fns * fns, void * fhandle, bfd_vma address, debug_handle * info) */ bfd_boolean __regparm3 debug_write_linenos(debug_handle *info,debug_write_fns *fns,void *fhandle,bfd_vma address, debug_handle *info_1...
undefined4 __regparm3 FUN_0001d2b0(int *param_1,uint *param_2,undefined4 *param_3,undefined4 param_4,uint param_5, uint param_6) { int iVar1; uint uVar2; uint uVar3; int *piVar4; piVar4 = (int *)*param_1; if (piVar4 != (int *)0x0) { uVar2 = *param_2; if (9 < uVar2) goto LAB_0001d35e...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EDI,dword ptr [EAX] MOV EBX,dword ptr [ESP + 0x34] MOV dword ptr [ESP + 0x4],EBX MOV EBX,dword ptr [ESP + 0x38] MOV dword ptr [ESP + 0x8],EBX TEST EDI,EDI JZ 0x0001d377 MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [EDX] MOV EBX,ECX MOV EBP,EDX CMP EAX,0x9 JA 0x000...
null
null
null
null
[(u'PTRSUB_-1205938585', u'LOAD_-1205939037'), (u'CAST_-1205938681', u'MULTIEQUAL_-1205938877'), (u'PTRADD_-1205938661', u'PTRSUB_-1205938659'), ('const-417', u'LOAD_-1205939137'), ('const-4', u'PTRADD_-1205938715'), (u'PTRADD_-1205938703', u'CAST_-1205938638'), (u'PTRSUB_-1205938659', u'PTRADD_-1205938643'), (u'MULTIE...
[(u'INT_LESSEQUAL_-1205939337', u'BOOL_AND_-1205938775'), ('const-1', u'PTRADD_-1205938670'), ('const-1', u'COPY_-1205939196'), (u'INT_ADD_-1205938823', u'PTRADD_-1205938776'), ('const-4', u'PTRADD_-1205938755'), (u'CALLIND_-1205939191', u'INT_EQUAL_-1205939169'), ('const-417', u'LOAD_-1205939393'), ('tmp_2115', u'INT_...
null
null
0001d2b0
x86
O3
(translation_unit "undefined4 __regparm3\nFUN_0001d2b0(int *param_1,uint *param_2,undefined4 *param_3,undefined4 param_4,uint param_5,\n uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n \n piVar4 = (int *)*param_1;\n if (piVar4 != (int *)0x0) {\n uVar2 = *param_2;\n i...
(translation_unit "/* DWARF original prototype: bfd_boolean debug_write_linenos(debug_handle * info, debug_write_fns *\n fns, void * fhandle, bfd_vma address, debug_handle * info) */\n\nbfd_boolean __regparm3\ndebug_write_linenos(debug_handle *info,debug_write_fns *fns,void *fhandle,bfd_vma address,\n ...
(translation_unit "undefined4 __regparm3\nFUN_0001d2b0(int *param_1,uint *param_2,undefined4 *param_3,undefined4 param_4,uint param_5,\n uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n \n piVar4 = (int *)*param_1;\n if (piVar4 != (int *)0x0) {\n uVar2 = *param_2;\n i...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , ...
(function_definition "undefined4 __regparm3\nFUN_0001d2b0(int *param_1,uint *param_2,undefined4 *param_3,undefined4 param_4,uint param_5,\n uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n int *piVar4;\n \n piVar4 = (int *)*param_1;\n if (piVar4 != (int *)0x0) {\n uVar2 = *param_2;\n ...
/* DWARF original prototype: bfd_boolean debug_write_linenos(debug_handle * info, debug_write_fns * fns, void * fhandle, bfd_vma address, debug_handle * info) */ type_1 __regparm3 function_1(type_2 *info,type_3 *fns,void *fhandle,type_4 address, type_2 *var_4) { type_5 *var_6; int var_7; ...
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: (type_identifier...
null
undefined4 __regparm3 MASKED(int *param_1,uint *param_2,undefined4 *param_3,undefined4 param_4,uint param_5, uint param_6) { int iVar1; uint uVar2; uint uVar3; int *piVar4; piVar4 = (int *)*param_1; if (piVar4 != (int *)0x0) { uVar2 = *param_2; if (9 < uVar2) goto LAB_0001d35e; ...
66_sg_write_same_and_sg_write_same_strip.c
pr2serr
pr2serr
/* WARNING: Control flow encountered bad instruction data */ void pr2serr(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void pr2serr(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205964730')]
[('const-1', u'RETURN_-1205964730')]
null
null
0001703c
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid pr2serr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pr2serr(void)\n\n{\n /* WARNING: Bad instruction ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid pr2serr(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pr2serr(void)\n\n{\n /* WARNING: Bad instruction ...
(translation_unit "void pr2serr(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void pr2serr(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "pr2serr(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )...
(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 pr2serr(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "pr2serr(void)" (identifier "pr2serr") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \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(); }
7187_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~Sized_relobj
FUN_00294c10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_relobj(Sized_relobj<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_relobj<32,_false>::~Sized_relobj(Sized_relobj<32,_false> *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00294c10(undefined4 *param_1) { int *piVar1; *param_1 = &DAT_005e4a50; if (param_1[0x21] != 0) { FUN_003ae080(param_1[0x21]); } FUN_0025b990(param_1 + 0x1a); *param_1 = &DAT_005e4778; if (param_1[0x...
PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x3553e9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EAX,[EBX + 0xffffaa50] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x84] TEST EAX,EAX JZ 0x00294c42 SUB ESP,0xc PUSH EAX CALL 0x003ae080 ADD ESP,0x10 SUB ESP,0xc LEA EAX,[ESI + 0x68] PUSH EAX CALL 0x0025b990 LEA EAX,[...
null
null
null
null
[('const-1', u'RETURN_-1204401114')]
[('tmp_537', u'CBRANCH_-1204400818'), (u'INT_NOTEQUAL_-1204400818', u'CBRANCH_-1204400818'), ('const-3', u'PTRADD_-1204400550'), ('const-4', u'PTRADD_-1204400641'), (u'PTRADD_-1204400594', u'LOAD_-1204400959'), (u'PTRADD_-1204400566', u'LOAD_-1204400891'), (u'PTRSUB_-1204400643', u'STORE_-1204401074'), ('tmp_311', u'CB...
null
null
00294c10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00294c10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_005e4a50;\n if (param_1[0x21] != 0) {\n FUN_003ae080(param_1[0x21]);\n }\n FUN_0025b990(param_1 + 0x1a);\n *param_1 = &...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Sized_relobj(Sized_relobj<32,_false> * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_relobj<32,_false>::~Sized_relobj(Sized_relobj<32,_false> *this,int __in_chrg)\n\n{...
(translation_unit "void FUN_00294c10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_005e4a50;\n if (param_1[0x21] != 0) {\n FUN_003ae080(param_1[0x21]);\n }\n FUN_0025b990(param_1 + 0x1a);\n *param_1 = &DAT_005e4778;\n if (param_1[0xe] != 0) {\n FUN_003ae080(param_1[0xe]);\n }\n *param_1 ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression &...
(function_definition "void FUN_00294c10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_005e4a50;\n if (param_1[0x21] != 0) {\n FUN_003ae080(param_1[0x21]);\n }\n FUN_0025b990(param_1 + 0x1a);\n *param_1 = &DAT_005e4778;\n if (param_1[0xe] != 0) {\n FUN_003ae080(param_1[0xe]);\n }\n *param...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_relobj(Sized_relobj<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_relobj<32,_false>::~Sized_relobj(Sized_relobj<32,_false> *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 (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; *param_1 = &DAT_005e4a50; if (param_1[0x21] != 0) { FUN_003ae080(param_1[0x21]); } FUN_0025b990(param_1 + 0x1a); *param_1 = &DAT_005e4778; if (param_1[0xe] != ...
1216_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
~Struct_no_threads
FUN_0003a2c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_threads(Struct_no_threads * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_threads::~Struct_no_threads(Struct_no_threads *this,int __in_chrg) { pointer pcVa...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003a2c0(undefined4 *param_1) { *param_1 = &PTR_FUN_003327bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x304d3a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff37bc] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003a2f2 SUB ESP,0xc PUSH EDX CALL 0x001ac470 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'INT_NOTEQUAL_-1206082785', u'CBRANCH_-1206082785'), ('const-417', u'LOAD_-1206082805'), (u'PTRSUB_-1206082628', u'LOAD_-1206082805'), (u'PTRSUB_-1206082634', u'STORE_-1206082809'), ('tmp_276', u'PTRSUB_-1206082639'), ('const-4', u'PTRSUB_-1206082650'), (u'PTRSUB_-1206082650', u'PTRSUB_-1206082645'), (u'PTRSUB_-1206...
[('const-4', u'PTRADD_-1206082640'), (u'INT_NOTEQUAL_-1206082785', u'CBRANCH_-1206082785'), ('const-3', u'PTRADD_-1206082653'), ('const-417', u'STORE_-1206082809'), (u'PTRADD_-1206082653', u'INT_NOTEQUAL_-1206082785'), ('tmp_151', u'CBRANCH_-1206082785'), ('tmp_439', u'PTRADD_-1206082653'), (u'PTRADD_-1206082640', u'LO...
null
null
0003a2c0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((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_no_threads(Struct_no_threads * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_threads::~Struct_no_threads(Struct_no_threads *this,int __in_c...
(translation_unit "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\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_0003a2c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003327bc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003a2c0(undefined4 *param_1)" (identifier "FUN_0003a2c0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_threads(Struct_no_threads * 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_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 (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_003327bc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
514_powerpc-linux-gnuspe-objdump_and_powerpc-linux-gnuspe-objdump_strip.c
__x86.get_pc_thunk.cx
__i686.get_pc_thunk.cx
/* WARNING: This is an inlined function */ void __x86_get_pc_thunk_cx(void) { return; }
/* WARNING: This is an inlined function */ void __i686_get_pc_thunk_cx(void) { return; }
MOV ECX,dword ptr [ESP] RET
null
null
null
null
[('const-0', u'RETURN_-1206143064')]
[('const-0', u'RETURN_-1206143064')]
null
null
0004b797
x86
O3
(translation_unit "/* WARNING: This is an inlined function */\n\nvoid __i686_get_pc_thunk_cx(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __i686_get_pc_thunk_cx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_cx(void)" identifier (parameter_list "(void)" ( (paramet...
(translation_unit "/* WARNING: This is an inlined function */\n\nvoid __x86_get_pc_thunk_cx(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __x86_get_pc_thunk_cx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__x86_get_pc_thunk_cx(void)" identifier (parameter_list "(void)" ( (parameter_...
(translation_unit "void __i686_get_pc_thunk_cx(void)\n\n{\n return;\n}\n\n" (function_definition "void __i686_get_pc_thunk_cx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_cx(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_st...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void __i686_get_pc_thunk_cx(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "__i686_get_pc_thunk_cx(void)" (identifier "__i686_get_pc_thunk_cx") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return...
/* WARNING: This is an inlined function */ void function_1(void) { 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
/* WARNING: This is an inlined function */ void __i686_get_pc_thunk_cx(void) { return; }
6747_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
ostream
FUN_0018d520
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::ostream::ostream(std::iostream&) */ void __thiscall std::ostream::ostream(ostream *this,iostream *param_1) { ios_base::ios_base((ios_base *)(this + 4)); *(undefined4 *)(this + 0x74) = 0; *(undefined2 *)(this + 0x78)...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0018d520(undefined4 *param_1) { FUN_001c5690(param_1 + 1); param_1[0x1d] = 0; *(undefined2 *)(param_1 + 0x1e) = 0; param_1[0x1f] = 0; param_1[0x20] = 0; param_1[0x21] = 0; param_1[0x22] = 0; *param_1 = &...
PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x174ad9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[ESI + 0x4] PUSH EAX CALL 0x001c5690 XOR EAX,EAX MOV dword ptr [ESI + 0x74],0x0 MOV word ptr [ESI + 0x78],AX LEA EAX,[EBX + 0xffffd14c] MOV dword ptr [ESI + 0x7c],0x0 MOV dword ptr [ESI + 0x80],0x0 LEA EDX,[EAX + 0xc]...
null
null
null
null
[('tmp_291', u'PTRADD_-1207446062'), (u'PTRADD_-1207446032', u'CAST_-1207445968'), ('const-136', u'PTRADD_-1207446019'), ('const-417', u'STORE_-1207446132'), ('tmp_291', u'PTRADD_-1207446019'), ('const-4', u'PTRADD_-1207446002'), (u'CAST_-1207445943', u'STORE_-1207446062'), (u'PTRADD_-1207446062', u'CAST_-1207445985'),...
[('const-3141996', u'PTRSUB_-1207445949'), ('const-3141976', u'PTRSUB_-1207445952'), ('tmp_413', u'PTRADD_-1207445942'), ('const-1', u'PTRADD_-1207445942'), ('const-30', u'PTRADD_-1207446002'), ('const-4', u'PTRADD_-1207445966'), ('const-0', u'STORE_-1207446122'), ('const-417', u'STORE_-1207446157'), ('const-417', u'ST...
null
null
0018d520
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0018d520(undefined4 *param_1)\n\n{\n FUN_001c5690(param_1 + 1);\n param_1[0x1d] = 0;\n *(undefined2 *)(param_1 + 0x1e) = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n para...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ostream::ostream(std::iostream&) */\n\nvoid __thiscall std::ostream::ostream(ostream *this,iostream *param_1)\n\n{\n ios_base::ios_base((ios_base *)(this + 4));\n *(undefined4 *)(this + 0x74) = 0;\n *(...
(translation_unit "void FUN_0018d520(undefined4 *param_1)\n\n{\n FUN_001c5690(param_1 + 1);\n param_1[0x1d] = 0;\n *(undefined2 *)(param_1 + 0x1e) = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n *param_1 = &PTR_FUN_002ff158;\n param_1[1] = &PTR_FUN_002ff16c;\n return...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (...
(function_definition "void FUN_0018d520(undefined4 *param_1)\n\n{\n FUN_001c5690(param_1 + 1);\n param_1[0x1d] = 0;\n *(undefined2 *)(param_1 + 0x1e) = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n *param_1 = &PTR_FUN_002ff158;\n param_1[1] = &PTR_FUN_002ff16c;\n ret...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::ostream::ostream(std::iostream&) */ void __thiscall std::function_1::function_1(function_1 *var_2,type_1 *param_1) { ios_base::var_1((var_1 *)(var_2 + 4)); *(type_2 *)(var_2 + 0x74) = 0; *(type_3 *)(var_2 + 0x78) = ...
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 (call_expression...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { FUN_001c5690(param_1 + 1); param_1[0x1d] = 0; *(undefined2 *)(param_1 + 0x1e) = 0; param_1[0x1f] = 0; param_1[0x20] = 0; param_1[0x21] = 0; param_1[0x22] = 0; *param_1 = &PTR_FU...
383_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
lang_gc_sections_1
FUN_00027fd0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void __regparm3 lang_gc_sections_1(lang_statement_union_type *s) { statement_enum sVar1; if (s == (lang_statement_union_type *)0x0) { return; } do { sVar1 = (s->header).type; if (sVar1 == lang_wild_statemen...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void __regparm3 FUN_00027fd0(int *param_1) { uint uVar1; if (param_1 == (int *)0x0) { return; } do { uVar1 = param_1[1]; if (uVar1 == 4) { FUN_00027e50(); } else if (uVar1 < 5) { if (uV...
CALL 0x00017d85 ADD EDX,0x19a02b TEST EAX,EAX JZ 0x00028040 PUSH EDI LEA EDI,[EDX + 0x25ac] PUSH ESI LEA ESI,[EDX + 0xffe5e1c0] PUSH EBX MOV EBX,EAX MOV EAX,dword ptr [EBX + 0x4] CMP EAX,0x4 JZ 0x00028030 JBE 0x00028020 CMP EAX,0xd JZ 0x00028024 CMP EAX,0xf JNZ 0x00028010 MOV EAX,dword ptr [EDI] CALL 0x00027fd0 LEA ESI...
null
null
null
null
[(u'LOAD_-1206026141', u'MULTIEQUAL_-1206025997'), ('tmp_302', u'BRANCH_-1206026077'), ('const-0', u'PTRSUB_-1206025830'), ('tmp_247', u'CBRANCH_-1206026122'), (u'PTRSUB_-1206025872', u'LOAD_-1206026141'), (u'INT_EQUAL_-1206026178', u'CBRANCH_-1206026176'), ('const-0', u'RETURN_-1206026097'), (u'CALL_-1206026039', u'IN...
[(u'CAST_-1206025882', u'MULTIEQUAL_-1206025997'), ('tmp_58', u'CBRANCH_-1206026249'), ('tmp_132', u'CBRANCH_-1206026196'), ('tmp_329', u'CBRANCH_-1206026075'), ('const-15', u'INT_EQUAL_-1206026162'), ('tmp_302', u'BRANCH_-1206026077'), ('const-4', u'PTRADD_-1206025914'), ('tmp_247', u'CBRANCH_-1206026122'), ('const-0'...
null
null
00027fd0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid __regparm3 FUN_00027fd0(int *param_1)\n\n{\n uint uVar1;\n \n if (param_1 == (int *)0x0) {\n return;\n }\n do {\n uVar1 = param_1[1];\n if (uVar1 == 4) {\n FUN_00027e50();\n }\n e...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid __regparm3 lang_gc_sections_1(lang_statement_union_type *s)\n\n{\n statement_enum sVar1;\n \n if (s == (lang_statement_union_type *)0x0) {\n return;\n }\n do {\n sVar1 = (s->header).type;\n i...
(translation_unit "void __regparm3 FUN_00027fd0(int *param_1)\n\n{\n uint uVar1;\n \n if (param_1 == (int *)0x0) {\n return;\n }\n do {\n uVar1 = param_1[1];\n if (uVar1 == 4) {\n FUN_00027e50();\n }\n else if (uVar1 < 5) {\n if (uVar1 == 0) goto LAB_00028024;\n }\n else if (uVar1 ==...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descript...
(function_definition "void __regparm3 FUN_00027fd0(int *param_1)\n\n{\n uint uVar1;\n \n if (param_1 == (int *)0x0) {\n return;\n }\n do {\n uVar1 = param_1[1];\n if (uVar1 == 4) {\n FUN_00027e50();\n }\n else if (uVar1 < 5) {\n if (uVar1 == 0) goto LAB_00028024;\n }\n else if (uVar1...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void __regparm3 function_1(type_1 *var_1) { type_2 var_2; if (var_1 == (type_1 *)0x0) { return; } do { var_2 = (var_1->header).type; if (var_2 == var_3) { var_4(&var_1->wild_statement,gc_section_callb...
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.dx replaced with injection: get_pc_thunk_dx */ void __regparm3 MASKED(int *param_1) { uint uVar1; if (param_1 == (int *)0x0) { return; } do { uVar1 = param_1[1]; if (uVar1 == 4) { FUN_00027e50(); } else if (uVar1 < 5) { if (uVar1 ==...
4_s390x-linux-gnu-c++filt(1)_and_s390x-linux-gnu-c++filt(1)_strip.c
printf
printf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_00017014)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int printf(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_printf_00017014)(); return iVar1; }
JMP dword ptr [EBX + 0x14]
null
null
null
null
[(u'CALLIND_-1205989270', u'RETURN_-1205989267'), ('tmp_67', u'CAST_-1205989191'), (u'CAST_-1205989191', u'CALLIND_-1205989270'), (u'CALLIND_-1205989270', u'INDIRECT_-1205989197'), ('const-0', u'RETURN_-1205989267'), (u'INDIRECT_-1205989197', u'COPY_-1205989256')]
[(u'CALLIND_-1205989270', u'RETURN_-1205989267'), ('tmp_67', u'CAST_-1205989191'), (u'CAST_-1205989191', u'CALLIND_-1205989270'), (u'CALLIND_-1205989270', u'INDIRECT_-1205989197'), ('const-0', u'RETURN_-1205989267'), (u'INDIRECT_-1205989197', u'COPY_-1205989256')]
null
null
00011060
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_00017014)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_00017014)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*...
(translation_unit "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_00017014)();\n return iVar1;\n}\n\n" (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_00017014)();\n return iVar1;\n}" primitive_type (function_declarator...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expressi...
(function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_00017014)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "printf") (parameter_list "(char *__format,...)" (( "(") (parameter_declaration "char *__form...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_printf_00017014)(); 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))) (variadic_parameter))) body: (compound_statement (declaration type:...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00017014)(); return iVar1; }
466_sh4-linux-gnu-objdump_and_sh4-linux-gnu-objdump_strip.c
set_default_bfd_target
FUN_000451d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void set_default_bfd_target(void) { int iVar1; undefined4 uVar2; char *format; iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu"); if ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000451d0(void) { int iVar1; undefined4 uVar2; undefined4 uVar3; iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu"); if (iVar1 != 0) { return; } uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVa...
PUSH EDI PUSH ESI PUSH EBX CALL 0x000143a0 ADD EBX,0x2ae28 SUB ESP,0xc LEA ESI,[EBX + 0xfffe6037] PUSH ESI CALL 0x00013110 ADD ESP,0x10 TEST EAX,EAX JZ 0x000451f8 POP EBX POP ESI POP EDI RET CALL 0x00013270 SUB ESP,0xc PUSH EAX CALL 0x000136d0 ADD ESP,0xc MOV EDI,EAX LEA EAX,[EBX + 0xfffe61a8] PUSH 0x5 PUSH EAX PUSH 0x...
null
null
null
null
[(u'INT_NOTEQUAL_-1206169041', u'CBRANCH_-1206169041'), ('const-0', u'CALL_-1206168946'), (u'CALL_-1206169068', u'INT_NOTEQUAL_-1206169041'), ('const-1', u'RETURN_-1206168909'), ('const-352311', u'COPY_-1206168854'), ('const-0', u'INT_NOTEQUAL_-1206169041'), ('const-352680', u'COPY_-1206168806'), ('const-5', u'CALL_-12...
[('const-0', u'CALL_-1206168946'), (u'INT_NOTEQUAL_-1206169041', u'CBRANCH_-1206169041'), (u'COPY_-1206168856', u'CALL_-1206169068'), (u'CALL_-1206169068', u'INT_NOTEQUAL_-1206169041'), ('const-1', u'RETURN_-1206168909'), ('const-0', u'INT_NOTEQUAL_-1206169041'), ('const-352311', u'COPY_-1206168798'), ('const-352311', ...
null
null
000451d0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000451d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_er...
(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 set_default_bfd_target(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *format;\n \n iVar1 = bfd_set_default_target("sh...
(translation_unit "void FUN_000451d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n uVar3 = dcgettext(0,"can\'t set BFD default target t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (s...
(function_definition "void FUN_000451d0(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n uVar3 = dcgettext(0,"can\'t set BFD default targe...
/* 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) { int var_2; type_1 uVar2; char *format; var_2 = var_1("sh4-unknown-linux-gnu"); if (var_2 != 0) { 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 (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { int iVar1; undefined4 uVar2; undefined4 uVar3; iVar1 = bfd_set_default_target("sh4-unknown-linux-gnu"); if (iVar1 != 0) { return; } uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVar2); ...
197_bison_and_bison_strip.c
InadequacyList__new_conflict
FUN_00015ff0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ InadequacyList * InadequacyList__new_conflict (state *manifesting_state,symbol *token,bitset_conflict act...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 * FUN_00015ff0(undefined4 param_1,undefined4 param_2,int *param_3,uint *param_4) { uint uVar1; undefined4 *puVar2; undefined4 uVar3; uint uVar4; puVar2 = (undefined4 *)FUN_00066c20(0x1c); uVar4 = param_...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013d10 ADD EBX,0x80007 SUB ESP,0x18 MOV EDI,dword ptr [ESP + 0x38] MOV ESI,dword ptr [ESP + 0x34] PUSH 0x1c CALL 0x00066c20 MOV EDX,dword ptr [EDI + 0x4] MOV EBP,EAX MOV EAX,dword ptr [EDI] MOV dword ptr [EBP + 0x8],EDX MOV dword ptr [EBP + 0x4],EAX ADD EAX,0x1 ADC EDX,0x0 A...
null
null
null
null
[(u'CALL_-1205968833', u'CAST_-1205968499'), (u'INT_ADD_-1205968744', u'CAST_-1205968462'), (u'INT_ADD_-1205968770', u'INT_NOTEQUAL_-1205968591'), ('const-0', u'RETURN_-1205968620'), ('const-4', u'INT_ADD_-1205968744'), (u'CAST_-1205968499', u'COPY_-1205968654'), (u'CAST_-1205968499', u'PTRSUB_-1205968465'), ('const-44...
[('const-417', u'LOAD_-1205968831'), (u'LOAD_-1205968698', u'CALLIND_-1205968688'), (u'COPY_-1205968472', u'CALL_-1205968578'), ('tmp_979', u'PTRADD_-1205968506'), ('const-4', u'PTRADD_-1205968457'), ('const-447327', u'COPY_-1205968472'), (u'LOAD_-1205968823', u'INT_LESS_-1205968794'), ('const-417', u'LOAD_-1205968707'...
null
null
00015ff0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00015ff0(undefined4 param_1,undefined4 param_2,int *param_3,uint *param_4)\n\n{\n uint uVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n \n puVar2 = (undefined4 *)FUN_0006...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nInadequacyList *\nInadequacyList__new_conflict\n (state *manifesting_state,symbol *t...
(translation_unit "undefined4 * FUN_00015ff0(undefined4 param_1,undefined4 param_2,int *param_3,uint *param_4)\n\n{\n uint uVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n \n puVar2 = (undefined4 *)FUN_00066c20(0x1c);\n uVar4 = param_4[1];\n uVar1 = *param_4;\n puVar2[2] = uVar4;\n puVar2[1] =...
(translation_unit (function_definition TYPE (pointer_declarator * (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_st...
(function_definition "undefined4 * FUN_00015ff0(undefined4 param_1,undefined4 param_2,int *param_3,uint *param_4)\n\n{\n uint uVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n \n puVar2 = (undefined4 *)FUN_00066c20(0x1c);\n uVar4 = param_4[1];\n uVar1 = *param_4;\n puVar2[2] = uVar4;\n puVar2[1...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ type_1 * function_1 (type_2 *manifesting_state,type_3 *token,type_4 actions, type_5 *var_2) { ...
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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 * MASKED(undefined4 param_1,undefined4 param_2,int *param_3,uint *param_4) { uint uVar1; undefined4 *puVar2; undefined4 uVar3; uint uVar4; puVar2 = (undefined4 *)FUN_00066c20(0x1c); uVar4 = param_4[1]; ...
273_ia64-linux-gnu-readelf_and_ia64-linux-gnu-readelf_strip.c
display_gdb_index
FUN_0004ee60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int display_gdb_index(dwarf_section *section,void *file) { int *piVar1; char *pcVar2; char *pcVar3; uint uVar4; uint uVar5; uint uVar6; uint uVar7; undefined4 uVar8; undefined4 uVar9; dwarf_section *in_ECX; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0004ee60(int param_1) { int iVar1; char *pcVar2; uint uVar3; uint uVar4; uint uVar5; uint uVar6; uint uVar7; uint uVar8; uint uVar9; int iVar10; int iVar11; undefined4 uVar12; undefined4 ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013f70 ADD EBX,0x65197 SUB ESP,0x4c MOV EDI,dword ptr [ESP + 0x60] MOV EAX,dword ptr [EDI + 0x8] LEA EDX,[EDI + 0xc] MOV EBP,dword ptr [EDI + 0x10] CALL 0x0004eb80 MOV EAX,0x17 CMP EAX,dword ptr [EDI + 0x1c] MOV EAX,0x0 SBB EAX,dword ptr [EDI + 0x20] JNC 0x0004f490 SUB ESP,0...
null
null
null
null
[(u'MULTIEQUAL_-1206119498', u'INT_SUB_-1206127560'), (u'MULTIEQUAL_-1206122179', u'CALL_-1206124125'), ('const-8', u'PTRSUB_-1206118442'), (u'SUBPIECE_-1206124460', u'CALL_-1206127145'), (u'COPY_-1206117879', u'CALL_-1206124310'), ('const-0', u'COPY_-1206124559'), ('const-1', u'PTRADD_-1206127284'), ('tmp_7720', u'BRA...
[('tmp_31017', u'INT_ADD_-1206128927'), (u'INDIRECT_-1206121570', u'MULTIEQUAL_-1206121488'), (u'CALL_-1206126037', u'INT_SUB_-1206124313'), (u'INT_RIGHT_-1206126268', u'INT_LESS_-1206124358'), (u'INT_SUB_-1206128024', u'INT_RIGHT_-1206126268'), (u'CALL_-1206125773', u'INT_LESS_-1206123909'), ('tmp_1512', u'CBRANCH_-12...
null
null
0004ee60
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0004ee60(int param_1)\n\n{\n int iVar1;\n char *pcVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n uint uVar9;\n int iVar10;\n int iVar11;\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint display_gdb_index(dwarf_section *section,void *file)\n\n{\n int *piVar1;\n char *pcVar2;\n char *pcVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n undefined4 uVar8;\n undefined4 uVa...
(translation_unit "undefined4 FUN_0004ee60(int param_1)\n\n{\n int iVar1;\n char *pcVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n uint uVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n undefined4 uVar15;\n uint uVar...
(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 IDENT ;) (declaration TYPE IDENT ;) (declaration...
(function_definition "undefined4 FUN_0004ee60(int param_1)\n\n{\n int iVar1;\n char *pcVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n uint uVar9;\n int iVar10;\n int iVar11;\n undefined4 uVar12;\n undefined4 uVar13;\n int iVar14;\n undefined4 uVar15;\n uint u...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int function_1(type_1 *section,void *file) { int *piVar1; char *var_5; char *pcVar3; type_2 var_10; type_2 var_15; type_2 var_11; type_2 var_12; type_3 uVar8; type_3 uVar9; type_1 *in_ECX; type_4 *var_16; ...
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 (declaration type: (primitive_type) declarator: (identifier)) (declarat...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1) { int iVar1; char *pcVar2; uint uVar3; uint uVar4; uint uVar5; uint uVar6; uint uVar7; uint uVar8; uint uVar9; int iVar10; int iVar11; undefined4 uVar12; undefined4 uVar13...
311_m68k-linux-gnu-objdump_and_m68k-linux-gnu-objdump_strip.c
pr_start_function
FUN_00036850
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean pr_start_function(void *p,char *name,bfd_boolean global) { bfd_boolean bVar1; char *pcVar2; FILE *__s; uint uVar3; bVar1 = substitute_type((pr_handle *)p,name); ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00036850(undefined4 *param_1,undefined4 param_2,int param_3) { int iVar1; FILE *__s; uint uVar2; iVar1 = FUN_000356f0(); if ((iVar1 != 0) && (iVar1 = FUN_00034e50(), iVar1 != 0)) { uVar2 = 0; ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000143a0 ADD EBX,0x397a7 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] MOV EDX,dword ptr [ESP + 0x24] MOV EAX,ESI CALL 0x000356f0 TEST EAX,EAX JNZ 0x00036880 ADD ESP,0xc XOR EAX,EAX POP EBX POP ESI POP EDI POP EBP RET LEA EAX,[ESI + 0x8] CALL 0x00034e50 MOV EBP,EAX TEST EAX,EAX J...
null
null
null
null
[(u'INT_ADD_-1206097682', u'CAST_-1206097139'), ('const-0', u'INT_NOTEQUAL_-1206097748'), ('tmp_144', u'CBRANCH_-1206097747'), ('tmp_282', u'CBRANCH_-1206097669'), (u'CALL_-1206097687', u'INT_NOTEQUAL_-1206097669'), (u'MULTIEQUAL_-1206097321', u'INT_ADD_-1206097591'), ('const-0', u'COPY_-1206097662'), ('const-1', u'COP...
[('const-7', u'CALL_-1206097386'), ('const-0', u'INT_NOTEQUAL_-1206097748'), ('tmp_144', u'CBRANCH_-1206097747'), ('tmp_282', u'CBRANCH_-1206097669'), (u'CALL_-1206097687', u'INT_NOTEQUAL_-1206097669'), ('const-0', u'COPY_-1206097662'), ('tmp_1802', u'PTRADD_-1206097133'), ('const-1', u'COPY_-1206097479'), ('const-417'...
null
null
00036850
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00036850(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n FILE *__s;\n uint uVar2;\n \n iVar1 = FUN_000356f0();\n if ((iVar1 != 0) && (iVar1 = FUN_00034e50(), iVar1 ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean pr_start_function(void *p,char *name,bfd_boolean global)\n\n{\n bfd_boolean bVar1;\n char *pcVar2;\n FILE *__s;\n uint uVar3;\n \n bVar1 = substitute...
(translation_unit "undefined4 FUN_00036850(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n FILE *__s;\n uint uVar2;\n \n iVar1 = FUN_000356f0();\n if ((iVar1 != 0) && (iVar1 = FUN_00034e50(), iVar1 != 0)) {\n uVar2 = 0;\n if (param_1[1] != 0) {\n do {\n uVar2 = uVar2 + 1;...
(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 (pointer_declarator * IDENT)...
(function_definition "undefined4 FUN_00036850(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n FILE *__s;\n uint uVar2;\n \n iVar1 = FUN_000356f0();\n if ((iVar1 != 0) && (iVar1 = FUN_00034e50(), iVar1 != 0)) {\n uVar2 = 0;\n if (param_1[1] != 0) {\n do {\n uVar2 = uVar2 +...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(void *p,char *name,type_1 var_7) { type_1 var_2; char *var_4; type_2 *__s; type_3 var_5; var_2 = var_1((type_4 *)p,name); if ((var_2 != 0) && (var_4 = var...
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))) (parameter_declaration type: (type_identifier) declarator: (ident...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 *param_1,undefined4 param_2,int param_3) { int iVar1; FILE *__s; uint uVar2; iVar1 = FUN_000356f0(); if ((iVar1 != 0) && (iVar1 = FUN_00034e50(), iVar1 != 0)) { uVar2 = 0; if (pa...
3548_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
parse_discard_none
FUN_000d7240
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_discard_none(General_options * this, char * param_1, char * param_2, Command_line * param_3) */ void __thiscall gold::General_options::parse_discard_none (General_options *this,char *param_2,char *param...
void FUN_000d7240(int param_1) { *(undefined4 *)(param_1 + 0x5a78) = 1; return; }
MOV EAX,dword ptr [ESP + 0x4] MOV dword ptr [EAX + 0x5a78],0x1 RET
null
null
null
null
[('tmp_26', u'PTRSUB_-1206750576'), ('const-417', u'STORE_-1206750644'), (u'PTRSUB_-1206750576', u'STORE_-1206750644'), ('const-23160', u'PTRSUB_-1206750576'), ('const-0', u'RETURN_-1206750624'), ('const-1', u'STORE_-1206750644')]
[(u'CAST_-1206750578', u'STORE_-1206750644'), ('const-1', u'STORE_-1206750644'), ('tmp_30', u'INT_ADD_-1206750630'), ('const-23160', u'INT_ADD_-1206750630'), (u'INT_ADD_-1206750630', u'CAST_-1206750578'), ('const-417', u'STORE_-1206750644'), ('const-0', u'RETURN_-1206750624')]
null
null
000d7240
x86
O3
(translation_unit "void FUN_000d7240(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a78) = 1;\n return;\n}\n\n" (function_definition "void FUN_000d7240(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a78) = 1;\n return;\n}" primitive_type (function_declarator "FUN_000d7240(int param_1)" identifier (parameter_lis...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_discard_none(General_options * this, char * param_1, char *\n param_2, Command_line * param_3) */\n\nvoid __thiscall\ngold::General_options::parse_discard_none\n (General_options *this,c...
(translation_unit "void FUN_000d7240(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a78) = 1;\n return;\n}\n\n" (function_definition "void FUN_000d7240(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a78) = 1;\n return;\n}" primitive_type (function_declarator "FUN_000d7240(int param_1)" identifier (parameter_lis...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression (...
(function_definition "void FUN_000d7240(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a78) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000d7240(int param_1)" (identifier "FUN_000d7240") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (ide...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_discard_none(General_options * this, char * param_1, char * param_2, Command_line * param_3) */ void __thiscall gold::type_1::function_1 (type_1 *this,char *param_2,char *param_3,type_2 *param_4) { t...
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 (assignment_expression left: (pointer_expression a...
null
void MASKED(int param_1) { *(undefined4 *)(param_1 + 0x5a78) = 1; return; }
653_m68k-linux-gnu-as_and_m68k-linux-gnu-as_strip.c
number_to_chars_littleendian
FUN_00040e60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void number_to_chars_littleendian(char *buf,valueT val,int n) { char *pcVar1; char *pcVar2; if (0 < n) { pcVar2 = buf; do { pcVar1 = pcVar2 + 1; *pcVar2 = (char)val; val = val >> 8; pcVar2...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00040e60(undefined1 *param_1,uint param_2,int param_3) { undefined1 *puVar1; undefined1 *puVar2; if (0 < param_3) { puVar2 = param_1; do { puVar1 = puVar2 + 1; *puVar2 = (char)param_2; ...
PUSH EBX CALL 0x00017010 ADD EBX,0x3719a SUB ESP,0x8 MOV ECX,dword ptr [ESP + 0x18] MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x14] TEST ECX,ECX JLE 0x00040e9a ADD ECX,EAX LEA ESI,[ESI] ADD EAX,0x1 MOV byte ptr [EAX + -0x1],DL SHR EDX,0x8 CMP EAX,ECX JNZ 0x00040e88 ADD ESP,0x8 POP EBX RET PUSH EAX LEA EAX...
null
null
null
null
[('tmp_122', u'CBRANCH_-1206186322'), ('tmp_431', u'PTRADD_-1206186257'), (u'SUBPIECE_-1206186089', u'STORE_-1206186288'), (u'MULTIEQUAL_-1206186093', u'INT_RIGHT_-1206186255'), (u'PTRADD_-1206186238', u'COPY_-1206186105'), ('const-371592', u'COPY_-1206186081'), ('const-1', u'PTRADD_-1206186238'), ('const-1', u'RETURN_...
[('tmp_122', u'CBRANCH_-1206186322'), ('const-1', u'PTRADD_-1206186257'), ('const-0', u'SUBPIECE_-1206186093'), ('const-1', u'PTRADD_-1206186238'), ('tmp_762', u'COPY_-1206186128'), ('const-8', u'INT_RIGHT_-1206186255'), (u'COPY_-1206186085', u'CALL_-1206186165'), ('const-0', u'INT_SLESS_-1206186315'), (u'MULTIEQUAL_-1...
null
null
00040e60
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00040e60(undefined1 *param_1,uint param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 *puVar2;\n \n if (0 < param_3) {\n puVar2 = param_1;\n do {\n puVar1 = puVar2 + 1;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid number_to_chars_littleendian(char *buf,valueT val,int n)\n\n{\n char *pcVar1;\n char *pcVar2;\n \n if (0 < n) {\n pcVar2 = buf;\n do {\n pcVar1 = pcVar2 + 1;\n *pcVar2 = (char)val;\n ...
(translation_unit "void FUN_00040e60(undefined1 *param_1,uint param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 *puVar2;\n \n if (0 < param_3) {\n puVar2 = param_1;\n do {\n puVar1 = puVar2 + 1;\n *puVar2 = (char)param_2;\n param_2 = param_2 >> 8;\n puVar2 = puVar1;\n } while...
(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 (poin...
(function_definition "void FUN_00040e60(undefined1 *param_1,uint param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 *puVar2;\n \n if (0 < param_3) {\n puVar2 = param_1;\n do {\n puVar1 = puVar2 + 1;\n *puVar2 = (char)param_2;\n param_2 = param_2 >> 8;\n puVar2 = puVar1;\n } wh...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(char *var_5,type_1 var_3,int var_1) { char *var_4; char *var_2; if (0 < var_1) { var_2 = var_5; do { var_4 = var_2 + 1; *var_2 = (char)var_3; var_3 = var_3 >> 8; var_2 = va...
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.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined1 *param_1,uint param_2,int param_3) { undefined1 *puVar1; undefined1 *puVar2; if (0 < param_3) { puVar2 = param_1; do { puVar1 = puVar2 + 1; *puVar2 = (char)param_2; param...
132_i686-gnu-size_and_i686-gnu-size_strip.c
bfd_scan_vma
bfd_scan_vma
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952502')]
[('const-1', u'RETURN_-1205952502')]
null
null
0001a000
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad in...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad in...
(translation_unit "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(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_scan_vma(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_scan_vma(void)" (identifier "bfd_scan_vma") (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(); }
133_sg_logs_and_sg_logs_strip.c
__x86.get_pc_thunk.si
__i686.get_pc_thunk.si
/* WARNING: This is an inlined function */ void __x86_get_pc_thunk_si(void) { return; }
/* WARNING: This is an inlined function */ void __i686_get_pc_thunk_si(void) { return; }
MOV ESI,dword ptr [ESP] RET
null
null
null
null
[('const-0', u'RETURN_-1206040088')]
[('const-0', u'RETURN_-1206040088')]
null
null
000249d7
x86
O3
(translation_unit "/* WARNING: This is an inlined function */\n\nvoid __i686_get_pc_thunk_si(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __i686_get_pc_thunk_si(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_si(void)" identifier (parameter_list "(void)" ( (paramet...
(translation_unit "/* WARNING: This is an inlined function */\n\nvoid __x86_get_pc_thunk_si(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __x86_get_pc_thunk_si(void)\n\n{\n return;\n}" primitive_type (function_declarator "__x86_get_pc_thunk_si(void)" identifier (parameter_list "(void)" ( (parameter_...
(translation_unit "void __i686_get_pc_thunk_si(void)\n\n{\n return;\n}\n\n" (function_definition "void __i686_get_pc_thunk_si(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_si(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_st...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void __i686_get_pc_thunk_si(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "__i686_get_pc_thunk_si(void)" (identifier "__i686_get_pc_thunk_si") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return...
/* WARNING: This is an inlined function */ void function_1(void) { 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
/* WARNING: This is an inlined function */ void __i686_get_pc_thunk_si(void) { return; }
8_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
__errno_location
__errno_location
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)(); return piVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * __errno_location(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)(); return piVar1; }
JMP dword ptr [EBX + 0x20]
null
null
null
null
[(u'CALLIND_-1206021990', u'CAST_-1206021911'), ('const-0', u'RETURN_-1206021987'), (u'INDIRECT_-1206021917', u'COPY_-1206021976'), (u'CAST_-1206021912', u'CALLIND_-1206021990'), (u'CALLIND_-1206021990', u'INDIRECT_-1206021917'), ('tmp_62', u'CAST_-1206021912'), (u'CAST_-1206021911', u'RETURN_-1206021987')]
[(u'CALLIND_-1206021990', u'CAST_-1206021911'), ('const-0', u'RETURN_-1206021987'), (u'INDIRECT_-1206021917', u'COPY_-1206021976'), (u'CAST_-1206021912', u'CALLIND_-1206021990'), (u'CALLIND_-1206021990', u'INDIRECT_-1206021917'), ('tmp_62', u'CAST_-1206021912'), (u'CAST_-1206021911', u'RETURN_-1206021987')]
null
null
00029090
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1...
(translation_unit "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)();\n return piVar1;\n}\n\n" (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)();\n return piVar1;\n...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract...
(function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0038f020)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (pa...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * function_1(void) { int *piVar1; piVar1 = (int *)(*(type_1 *)PTR___errno_location_0038f020)(); return piVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declara...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int * MASKED(void) { int *piVar1; piVar1 = (int *)(*(code *)PTR_MASKED_0038f020)(); return piVar1; }
43_aarch64-linux-gnu-size_and_aarch64-linux-gnu-size_strip.c
fprintf
fprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_000190ac)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_000190ac)(); return iVar1; }
JMP dword ptr [EBX + 0xac]
null
null
null
null
[(u'CAST_-1205988582', u'CALLIND_-1205988662'), (u'INDIRECT_-1205988589', u'COPY_-1205988648'), (u'CALLIND_-1205988662', u'INDIRECT_-1205988589'), ('tmp_72', u'CAST_-1205988582'), (u'CALLIND_-1205988662', u'RETURN_-1205988659'), ('const-0', u'RETURN_-1205988659')]
[(u'CAST_-1205988582', u'CALLIND_-1205988662'), (u'INDIRECT_-1205988589', u'COPY_-1205988648'), (u'CALLIND_-1205988662', u'INDIRECT_-1205988589'), ('tmp_72', u'CAST_-1205988582'), (u'CALLIND_-1205988662', u'RETURN_-1205988659'), ('const-0', u'RETURN_-1205988659')]
null
null
000112c0
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000190ac)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000190ac)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n...
(translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000190ac)();\n return iVar1;\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000190ac)();\n return iVar1;\n}" p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment...
(function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000190ac)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,....
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,char *__format,...) { int iVar1; iVar1 = (*(type_2 *)PTR_fprintf_000190ac)(); return iVar1; }
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: (pointer...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000190ac)(); return iVar1; }
6292_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_section_link
FUN_0024e800
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1) */ uint __thiscall gold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *this,uint param_2) { } ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0024e800(void) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/incremental.cc",0xb6d,"do_section_link"); }
PUSH EBX CALL 0x00050b50 ADD EBX,0x39b7fa SUB ESP,0xc LEA EAX,[EBX + 0xffe9ec90] PUSH EAX LEA EAX,[EBX + 0xffe9d9b8] PUSH 0xb6d PUSH EAX CALL 0x002446e0
null
null
null
null
[('const-1', u'RETURN_-1204033518')]
[(u'COPY_-1204033433', u'CALL_-1204033456'), (u'COPY_-1204033432', u'CALL_-1204033456'), ('const-1', u'RETURN_-1204033451'), ('const-4749752', u'COPY_-1204033433'), ('const-4754576', u'COPY_-1204033432'), ('const-2925', u'CALL_-1204033456')]
null
null
0024e800
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0024e800(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}\n\n" comment (function_definition "void FUN_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1)\n */\n\nuint __thiscall\ngold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *t...
(translation_unit "void FUN_0024e800(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}\n\n" (function_definition "void FUN_0024e800(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}" primitive_type (function_...
(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_0024e800(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}" (primitive_type "void") (function_declarator "FUN_0024e800(void)" (identifier "FUN_0024e800") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1) */ uint __thiscall gold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *this,uint param_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 (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",0xb6d,"do_section_link"); }
99_ia64-linux-gnu-gprof_and_ia64-linux-gnu-gprof_strip.c
cmp_arc_count
FUN_00015d50
/* WARNING: Unknown calling convention */ int cmp_arc_count(void) { uint uVar1; Arc **npp1; Arc **npp2; uVar1 = 0xffffffff; if ((*npp1)->count <= (*npp2)->count) { uVar1 = (uint)((*npp1)->count < (*npp2)->count); } return uVar1; }
uint FUN_00015d50(int *param_1,int *param_2) { uint uVar1; uVar1 = 0xffffffff; if (*(uint *)(*param_1 + 8) <= *(uint *)(*param_2 + 8)) { uVar1 = (uint)(*(uint *)(*param_1 + 8) < *(uint *)(*param_2 + 8)); } return uVar1; }
MOV EAX,dword ptr [ESP + 0x4] MOV ECX,dword ptr [EAX] MOV EAX,dword ptr [ESP + 0x8] MOV EDX,dword ptr [EAX] MOV EAX,0xffffffff MOV EDX,dword ptr [EDX + 0x8] CMP dword ptr [ECX + 0x8],EDX JA 0x00015d6f SETC AL MOVZX EAX,AL RET
null
null
null
null
[(u'MULTIEQUAL_-1205969455', u'RETURN_-1205969510'), ('const-4294967295', u'COPY_-1205969561'), (u'LOAD_-1205969553', u'INT_LESS_-1205969532'), ('const-8', u'PTRSUB_-1205969455'), ('tmp_110', u'LOAD_-1205969575'), (u'COPY_-1205969561', u'MULTIEQUAL_-1205969455'), (u'LOAD_-1205969547', u'INT_LESS_-1205969532'), ('const-...
[(u'CAST_-1205969457', u'LOAD_-1205969553'), (u'MULTIEQUAL_-1205969455', u'RETURN_-1205969510'), (u'INT_ADD_-1205969531', u'CAST_-1205969453'), ('const-4294967295', u'COPY_-1205969561'), (u'LOAD_-1205969553', u'INT_LESS_-1205969532'), (u'COPY_-1205969561', u'MULTIEQUAL_-1205969455'), (u'LOAD_-1205969547', u'INT_LESS_-1...
null
null
00015d50
x86
O3
(translation_unit "uint FUN_00015d50(int *param_1,int *param_2)\n\n{\n uint uVar1;\n \n uVar1 = 0xffffffff;\n if (*(uint *)(*param_1 + 8) <= *(uint *)(*param_2 + 8)) {\n uVar1 = (uint)(*(uint *)(*param_1 + 8) < *(uint *)(*param_2 + 8));\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_00015d50(int *p...
(translation_unit "/* WARNING: Unknown calling convention */\n\nint cmp_arc_count(void)\n\n{\n uint uVar1;\n Arc **npp1;\n Arc **npp2;\n \n uVar1 = 0xffffffff;\n if ((*npp1)->count <= (*npp2)->count) {\n uVar1 = (uint)((*npp1)->count < (*npp2)->count);\n }\n return uVar1;\n}\n\n" comment (function_definition...
(translation_unit "uint FUN_00015d50(int *param_1,int *param_2)\n\n{\n uint uVar1;\n \n uVar1 = 0xffffffff;\n if (*(uint *)(*param_1 + 8) <= *(uint *)(*param_2 + 8)) {\n uVar1 = (uint)(*(uint *)(*param_1 + 8) < *(uint *)(*param_2 + 8));\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_00015d50(int *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 IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;)...
(function_definition "uint FUN_00015d50(int *param_1,int *param_2)\n\n{\n uint uVar1;\n \n uVar1 = 0xffffffff;\n if (*(uint *)(*param_1 + 8) <= *(uint *)(*param_2 + 8)) {\n uVar1 = (uint)(*(uint *)(*param_1 + 8) < *(uint *)(*param_2 + 8));\n }\n return uVar1;\n}" (type_identifier "uint") (function_declarator "...
/* WARNING: Unknown calling convention */ int function_1(void) { type_1 uVar1; type_2 **npp1; type_2 **npp2; uVar1 = 0xffffffff; if ((*npp1)->count <= (*npp2)->count) { uVar1 = (type_1)((*npp1)->count < (*npp2)->count); } return uVar1; }
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
uint MASKED(int *param_1,int *param_2) { uint uVar1; uVar1 = 0xffffffff; if (*(uint *)(*param_1 + 8) <= *(uint *)(*param_2 + 8)) { uVar1 = (uint)(*(uint *)(*param_1 + 8) < *(uint *)(*param_2 + 8)); } return uVar1; }
1352_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
__moddi3
FUN_000d0c10
/* WARNING: Removing unreachable block (ram,0x000d0d5e) */ undefined8 __moddi3(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; byte bVar2; byte bVar3; int iVar4; uint uVar5; uint uVar6; bool bVar7; undefined4 local_34; undefined4 local_30; undefined4 local_2c; local_3...
/* WARNING: Removing unreachable block (ram,0x000d0d5e) */ undefined8 FUN_000d0c10(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; byte bVar2; byte bVar3; int iVar4; uint uVar5; uint uVar6; bool bVar7; undefined4 local_34; undefined4 local_30; undefined4 local_2c; loc...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV EBX,dword ptr [ESP + 0x44] MOV ECX,dword ptr [ESP + 0x40] MOV EAX,dword ptr [ESP + 0x48] MOV EDX,dword ptr [ESP + 0x4c] MOV dword ptr [ESP + 0x8],0x0 TEST EBX,EBX MOV ESI,EBX JNS 0x000d0c46 NEG ECX MOV dword ptr [ESP + 0x8],0xffffffff ADC EBX,0x0 NEG EBX MOV ESI,EBX ...
null
null
null
null
[('const-4294967295', u'COPY_-1206776717'), (u'MULTIEQUAL_-1206775505', u'PIECE_-1206776486'), ('const-0', u'INT_NOTEQUAL_-1206776647'), (u'INT_SUB_-1206775163', u'MULTIEQUAL_-1206775120'), ('tmp_4036', u'INT_NOTEQUAL_-1206776719'), ('const-31', u'INT_AND_-1206775893'), (u'INT_SUB_-1206776079', u'INT_AND_-1206775549'),...
[('const-4294967295', u'COPY_-1206776717'), (u'MULTIEQUAL_-1206775505', u'PIECE_-1206776486'), ('const-0', u'INT_NOTEQUAL_-1206776647'), (u'INT_SUB_-1206775163', u'MULTIEQUAL_-1206775120'), ('tmp_4036', u'INT_NOTEQUAL_-1206776719'), ('const-31', u'INT_AND_-1206775893'), (u'INT_SUB_-1206776079', u'INT_AND_-1206775549'),...
null
null
000d0c10
x86
O3
(translation_unit "/* WARNING: Removing unreachable block (ram,0x000d0d5e) */\n\nundefined8 FUN_000d0c10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined4 local_34;\n undefined4 local_30;\...
(translation_unit "/* WARNING: Removing unreachable block (ram,0x000d0d5e) */\n\nundefined8 __moddi3(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined4 local_34;\n undefined4 local_30;\n u...
(translation_unit "undefined8 FUN_000d0c10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n \n local_34 = 0;\n local_30 = 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) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl...
(function_definition "undefined8 FUN_000d0c10(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n bool bVar7;\n undefined4 local_34;\n undefined4 local_30;\n undefined4 local_2c;\n \n local_34 = 0;\n local_30 = ...
/* WARNING: Removing unreachable block (ram,0x000d0d5e) */ type_1 function_1(type_2 var_2,type_2 var_1,type_2 var_3,type_2 var_4) { type_3 var_11; type_4 var_9; type_4 var_10; int var_13; type_2 var_7; type_2 var_12; bool var_5; type_5 var_14; type_5 var_8; type_5 local_2c; var_14 = 0; var...
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: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
null
/* WARNING: Removing unreachable block (ram,0x000d0d5e) */ undefined8 MASKED(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; byte bVar2; byte bVar3; int iVar4; uint uVar5; uint uVar6; bool bVar7; undefined4 local_34; undefined4 local_30; undefined4 local_2c; local_34 ...
972_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
parse_to_value
FUN_00036ef0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_global * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::General_options::Struct_no_global::parse_to_value (Struct_no...
void FUN_00036ef0(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1; return; }
MOV EAX,dword ptr [ESP + 0x14] MOV EDX,0x1 MOV word ptr [EAX + 0x4fac],DX RET
null
null
null
null
[(u'PTRSUB_-1206096052', u'STORE_-1206096126'), (u'PTRSUB_-1206096053', u'PTRSUB_-1206096052'), (u'PTRSUB_-1206096051', u'PTRSUB_-1206096050'), ('const-20336', u'PTRSUB_-1206096053'), ('tmp_32', u'COPY_-1206096119'), (u'COPY_-1206096119', u'PTRSUB_-1206096051'), ('const-20336', u'PTRSUB_-1206096051'), ('const-61', u'PT...
[(u'INT_ADD_-1206096112', u'CAST_-1206096059'), ('const-417', u'STORE_-1206096126'), (u'CAST_-1206096059', u'STORE_-1206096126'), ('const-20396', u'INT_ADD_-1206096112'), ('const-1', u'STORE_-1206096126'), ('const-0', u'RETURN_-1206096109'), ('tmp_37', u'INT_ADD_-1206096112')]
null
null
00036ef0
x86
O3
(translation_unit "void FUN_00036ef0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036ef0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1;\n return;\n}" primitive_type (functio...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_global * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_global::parse_to_val...
(translation_unit "void FUN_00036ef0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036ef0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1;\n return;\n}" primitive_type (functio...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (paren...
(function_definition "void FUN_00036ef0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036ef0(void)" (identifier "FUN_00036ef0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_global * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *param_2,char ...
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)) (expression_statement (assignment_e...
null
void MASKED(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x4fac) = 1; return; }
2244_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_section**,_std::vector<gold::Output_section*>_>,_int,_gold::Output_section**,___gnu_cxx::__ops::_Iter_comp_iter<(anonymous_namespace)::Target_powerpc<64,_false>::Sort_sections>_>
FUN_0006f1c0
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_section**, std::vector<gold::Output_section*> >, int, gold::Output_section**, __gnu_cxx::__ops::_Iter_comp_iter<(anonymous namespace)::Target_powerpc<64,...
void FUN_0006f1c0(void) { byte bVar1; int iVar2; int iVar3; int *piVar4; undefined4 extraout_ECX; int *piVar5; int iVar6; int *piVar7; undefined4 unaff_EBX; undefined4 unaff_EBP; int *piVar8; undefined4 unaff_ESI; int unaff_EDI; undefined8 uVar9; while( true ) { *(undefined4 *)((i...
PUSH EBP PUSH EDI CALL 0x000b484e ADD EDI,0x3a4e39 PUSH ESI MOV ESI,EDX PUSH EBX SUB ESP,0x3c MOV EDX,dword ptr [ESP + 0x54] MOV EBX,dword ptr [ESP + 0x5c] MOV dword ptr [ESP + 0x8],ECX MOV ECX,dword ptr [ESP + 0x50] MOV EBP,dword ptr [ESP + 0x58] MOV dword ptr [ESP + 0x18],EDI MOV EDI,EAX MOV dword ptr [ESP + 0xc],EAX...
null
null
null
null
[(u'INT_AND_-1206258232', u'INT_EQUAL_-1206258246'), ('const-4294967196', u'INT_ADD_-1206256550'), ('const-4294967208', u'INT_ADD_-1206256842'), ('const-417', u'STORE_-1206257812'), (u'CAST_-1206256277', u'INT_ADD_-1206256646'), (u'LOAD_-1206258265', u'INT_ADD_-1206258210'), (u'CAST_-1206255924', u'LOAD_-1206256946'), ...
[(u'INT_AND_-1206258232', u'INT_EQUAL_-1206258246'), (u'CAST_-1206256608', u'LOAD_-1206258467'), (u'INT_ADD_-1206256224', u'CAST_-1206256018'), (u'CAST_-1206256838', u'STORE_-1206259011'), ('const-4294967228', u'INT_ADD_-1206256807'), (u'LOAD_-1206258265', u'INT_ADD_-1206258210'), (u'CAST_-1206256208', u'STORE_-1206257...
null
null
0006f1c0
x86
O3
(translation_unit "void FUN_0006f1c0(void)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 extraout_ECX;\n int *piVar5;\n int iVar6;\n int *piVar7;\n undefined4 unaff_EBX;\n undefined4 unaff_EBP;\n int *piVar8;\n undefined4 unaff_ESI;\n int unaff_EDI;\n undefined8 uVar9;\n \n wh...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_section**,\n std::vector<gold::Output_section*> >, int, gold::Output_section**,\n __gnu_cxx::__ops::_Iter_comp_iter<(anonymous namespace...
(translation_unit "void FUN_0006f1c0(void)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 extraout_ECX;\n int *piVar5;\n int iVar6;\n int *piVar7;\n undefined4 unaff_EBX;\n undefined4 unaff_EBP;\n int *piVar8;\n undefined4 unaff_ESI;\n int unaff_EDI;\n undefined8 uVar9;\n \n wh...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE ...
(function_definition "void FUN_0006f1c0(void)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 extraout_ECX;\n int *piVar5;\n int iVar6;\n int *piVar7;\n undefined4 unaff_EBX;\n undefined4 unaff_EBP;\n int *piVar8;\n undefined4 unaff_ESI;\n int unaff_EDI;\n undefined8 uVar9;\n \n ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_section**, std::vector<gold::Output_section*> >, int, gold::Output_section**, __gnu_cxx::__ops::_Iter_comp_iter<(anonymous namespace)::Target_powerpc<64,...
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) { byte bVar1; int iVar2; int iVar3; int *piVar4; undefined4 extraout_ECX; int *piVar5; int iVar6; int *piVar7; undefined4 unaff_EBX; undefined4 unaff_EBP; int *piVar8; undefined4 unaff_ESI; int unaff_EDI; undefined8 uVar9; while( true ) { *(undefined4 *)((int)reg...
281_sqldiff_and_sqldiff_strip.c
sqlite3Fts3Dequote
FUN_0001f0c0
void __regparm3 sqlite3Fts3Dequote(char *z) { char cVar1; char cVar2; int iVar3; char *pcVar4; cVar2 = *z; if ((cVar2 == '[') || (cVar2 == '\'')) { if (cVar2 == '[') { cVar2 = ']'; } } else if ((cVar2 != '\"') && (cVar2 != '`')) { return; } iVar3 = 1; pcVar4 = z; while (cV...
void __regparm3 FUN_0001f0c0(char *param_1) { char cVar1; char cVar2; int iVar3; char *pcVar4; cVar2 = *param_1; if ((cVar2 == '[') || (cVar2 == '\'')) { if (cVar2 == '[') { cVar2 = ']'; } } else if ((cVar2 != '\"') && (cVar2 != '`')) { return; } iVar3 = 1; pcVar4 = param_1;...
PUSH ESI MOV ESI,EAX PUSH EBX MOVZX EAX,byte ptr [EAX] CMP AL,0x5b JZ 0x0001f120 CMP AL,0x27 JZ 0x0001f120 CMP AL,0x22 JZ 0x0001f0e0 CMP AL,0x60 JNZ 0x0001f11b LEA ESI,[ESI] NOP MOV EBX,ESI MOV ECX,0x1 JMP 0x0001f0f8 MOV byte ptr [EBX],DL ADD ECX,0x1 ADD EBX,0x1 MOVZX EDX,byte ptr [ESI + ECX*0x1] TEST DL,DL JZ 0x0001f1...
null
null
null
null
[(u'INT_EQUAL_-1205931692', u'CBRANCH_-1205931690'), (u'PTRADD_-1205931612', u'MULTIEQUAL_-1205931442'), (u'LOAD_-1205931827', u'INT_NOTEQUAL_-1205931780'), ('tmp_211', u'CBRANCH_-1205931690'), ('const-93', u'COPY_-1205931415'), ('const-91', u'INT_EQUAL_-1205931588'), ('tmp_135', u'CBRANCH_-1205931765'), ('const-39', u...
[('const-34', u'INT_NOTEQUAL_-1205931780'), (u'INT_EQUAL_-1205931692', u'CBRANCH_-1205931690'), (u'PTRADD_-1205931612', u'MULTIEQUAL_-1205931442'), (u'LOAD_-1205931827', u'INT_NOTEQUAL_-1205931780'), ('tmp_211', u'CBRANCH_-1205931690'), ('const-96', u'INT_NOTEQUAL_-1205931766'), ('tmp_135', u'CBRANCH_-1205931765'), ('c...
null
null
0001f0c0
x86
O3
(translation_unit "void __regparm3 FUN_0001f0c0(char *param_1)\n\n{\n char cVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n \n cVar2 = *param_1;\n if ((cVar2 == '[') || (cVar2 == '\'')) {\n if (cVar2 == '[') {\n cVar2 = ']';\n }\n }\n else if ((cVar2 != '\"') && (cVar2 != '`')) {\n return;\n ...
(translation_unit "void __regparm3 sqlite3Fts3Dequote(char *z)\n\n{\n char cVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n \n cVar2 = *z;\n if ((cVar2 == '[') || (cVar2 == '\'')) {\n if (cVar2 == '[') {\n cVar2 = ']';\n }\n }\n else if ((cVar2 != '\"') && (cVar2 != '`')) {\n return;\n }\n i...
(translation_unit "void __regparm3 FUN_0001f0c0(char *param_1)\n\n{\n char cVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n \n cVar2 = *param_1;\n if ((cVar2 == '[') || (cVar2 == '\'')) {\n if (cVar2 == '[') {\n cVar2 = ']';\n }\n }\n else if ((cVar2 != '\"') && (cVar2 != '`')) {\n return;\n ...
(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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (e...
(function_definition "void __regparm3 FUN_0001f0c0(char *param_1)\n\n{\n char cVar1;\n char cVar2;\n int iVar3;\n char *pcVar4;\n \n cVar2 = *param_1;\n if ((cVar2 == '[') || (cVar2 == '\'')) {\n if (cVar2 == '[') {\n cVar2 = ']';\n }\n }\n else if ((cVar2 != '\"') && (cVar2 != '`')) {\n return;\...
void __regparm3 function_1(char *z) { char var_2; char var_1; int var_3; char *var_4; var_1 = *z; if ((var_1 == '[') || (var_1 == '\'')) { if (var_1 == '[') { var_1 = ']'; } } else if ((var_1 != '\"') && (var_1 != '`')) { return; } var_3 = 1; var_4 = z; while (var_2 = z[va...
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
void __regparm3 MASKED(char *param_1) { char cVar1; char cVar2; int iVar3; char *pcVar4; cVar2 = *param_1; if ((cVar2 == '[') || (cVar2 == '\'')) { if (cVar2 == '[') { cVar2 = ']'; } } else if ((cVar2 != '\"') && (cVar2 != '`')) { return; } iVar3 = 1; pcVar4 = param_1; whi...
8887_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
~filebuf
FUN_00219760
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::filebuf::~filebuf() */ void __thiscall std::filebuf::~filebuf(filebuf *this) { *(undefined ***)this = &PTR__filebuf_0038c838; close(this); __basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x38)); *(...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00219760(undefined4 *param_1) { *param_1 = &PTR_FUN_0038c838; FUN_00216e90(param_1); FUN_001e75f0(param_1 + 0xe); *param_1 = &PTR_FUN_0038c0a4; FUN_001e9510(param_1 + 7); FUN_001e6db0(param_1); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x175899 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffffd830] ADD EAX,0x8 MOV dword ptr [ESI],EAX PUSH ESI CALL 0x00216e90 LEA EAX,[ESI + 0x38] MOV dword ptr [ESP],EAX CALL 0x001e75f0 LEA EAX,[EBX + 0xffffd09c] ADD EAX,0x8 MOV dword ptr [ESI],EAX LEA EAX,[ESI ...
null
null
null
null
[('const-3719332', u'PTRSUB_-1203857264'), ('const-417', u'STORE_-1203857494'), ('tmp_295', u'PTRADD_-1203857375'), (u'CAST_-1203857259', u'CALL_-1203857421'), ('const-0', u'PTRSUB_-1203857291'), (u'PTRSUB_-1203857264', u'STORE_-1203857440'), (u'PTRADD_-1203857375', u'CAST_-1203857259'), ('const-417', u'STORE_-12038574...
[('const-0', u'PTRSUB_-1203857264'), ('const-4', u'PTRADD_-1203857260'), ('const-3721272', u'PTRSUB_-1203857291'), ('tmp_588', u'STORE_-1203857440'), ('tmp_588', u'STORE_-1203857494'), (u'PTRSUB_-1203857291', u'STORE_-1203857494'), ('const-14', u'PTRADD_-1203857283'), ('const-0', u'PTRSUB_-1203857291'), ('const-417', u...
null
null
00219760
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00219760(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038c838;\n FUN_00216e90(param_1);\n FUN_001e75f0(param_1 + 0xe);\n *param_1 = &PTR_FUN_0038c0a4;\n FUN_001e9510(param_1 + 7);\n FUN_001e...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::filebuf::~filebuf() */\n\nvoid __thiscall std::filebuf::~filebuf(filebuf *this)\n\n{\n *(undefined ***)this = &PTR__filebuf_0038c838;\n close(this);\n __basic_file<char>::~__basic_file((__basic_file<ch...
(translation_unit "void FUN_00219760(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038c838;\n FUN_00216e90(param_1);\n FUN_001e75f0(param_1 + 0xe);\n *param_1 = &PTR_FUN_0038c0a4;\n FUN_001e9510(param_1 + 7);\n FUN_001e6db0(param_1);\n return;\n}\n\n" (function_definition "void FUN_00219760(undefined4 *param_...
(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_00219760(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038c838;\n FUN_00216e90(param_1);\n FUN_001e75f0(param_1 + 0xe);\n *param_1 = &PTR_FUN_0038c0a4;\n FUN_001e9510(param_1 + 7);\n FUN_001e6db0(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00219760(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::filebuf::~filebuf() */ void __thiscall std::function_1::~function_1(function_1 *var_4) { *(type_1 ***)var_4 = &PTR__filebuf_0038c838; var_1(var_4); var_2<var_3>::~var_2((var_2<var_3> *)(var_4 + 0x38)); *(type_1 **...
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_0038c838; FUN_00216e90(param_1); FUN_001e75f0(param_1 + 0xe); *param_1 = &PTR_FUN_0038c0a4; FUN_001e9510(param_1 + 7); FUN_001e6db0(param_1); return; }
2442_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
do_layout_deferred_sections
FUN_00073800
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections (Sized_relobj_incr<32,_false> *this,Layout...
void FUN_00073800(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1206372340')]
[('const-0', u'RETURN_-1206372340')]
null
null
00073800
x86
O3
(translation_unit "void FUN_00073800(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00073800(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00073800(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this,\n Layout * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections\n (Sized_relobj_incr...
(translation_unit "void FUN_00073800(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00073800(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00073800(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_00073800(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00073800(void)" (identifier "FUN_00073800") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<32,_false> * this, Layout * param_1) */ void __thiscall gold::Sized_relobj_incr<32,_false>::do_layout_deferred_sections (Sized_relobj_incr<32,_false> *this,Layout...
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; }
1914_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
parse_to_value
FUN_00048830
/* 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_output * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000dd5d0(param_2,param_3,param_1 + 0x40); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x3467c9 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x40] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x000dd5d0 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'STORE_-1206155126'), ('tmp_206', u'PTRSUB_-1206155003'), ('const-60', u'PTRSUB_-1206155003'), ('tmp_206', u'PTRSUB_-1206155021'), ('const-64', u'PTRSUB_-1206155021'), ('tmp_208', u'CALL_-1206155130'), (u'PTRSUB_-1206155021', u'CALL_-1206155130'), (u'PTRSUB_-1206155003', u'STORE_-1206155126'), ('const-0',...
[('tmp_345', u'CALL_-1206155130'), ('tmp_344', u'INT_ADD_-1206155147'), ('const-1', u'STORE_-1206155126'), ('const-60', u'INT_ADD_-1206155112'), (u'CAST_-1206155012', u'STORE_-1206155126'), ('tmp_346', u'CALL_-1206155130'), ('const-417', u'STORE_-1206155126'), (u'INT_ADD_-1206155112', u'CAST_-1206155012'), ('tmp_344', ...
null
null
00048830
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd5d0(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio...
(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_output * this, char * option_name, char *\n arg, Command_line * param_3, General_options *...
(translation_unit "void FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd5d0(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd5d0(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 (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression...
(function_definition "void FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd5d0(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00048830(int param_1,undefined4 param_2,undefined4 param_3)" (identifi...
/* 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_output * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __...
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) { FUN_000dd5d0(param_2,param_3,param_1 + 0x40); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
9435_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
ofstream
FUN_00278660
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ofstream::ofstream() */ void __thiscall std::ofstream::ofstream(ofstream *this) { int iVar1; int *in_stack_00000008; iVar1 = *(int *)(in_stack_00000008[1] + -0xc); *(int *)this = in_stack_00000008[1]; *(int *...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void FUN_00278660(int *param_1,int *param_2) { int iVar1; int *piVar2; iVar1 = *(int *)(param_2[1] + -0xc); *param_1 = param_2[1]; piVar2 = (int *)(iVar1 + (int)param_1); *piVar2 = param_2[2]; FUN_002728c0(piVar...
CALL 0x000b484a ADD ECX,0x19b99b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x24 MOV EDI,dword ptr [EBP + 0xc] MOV ESI,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x1c],ECX MOV EAX,dword ptr [EDI + 0x4] MOV EBX,dword ptr [EAX + -0xc] MOV dword ptr [ESI],EAX MOV EDX,dword ptr [EDI + 0x8] ADD EBX,ESI MOV dwo...
null
null
null
null
[('const-417', u'LOAD_-1204255045'), ('const-417', u'STORE_-1204255027'), (u'PTRADD_-1204254975', u'CAST_-1204254768'), (u'CAST_-1204254706', u'CALL_-1204254892'), (u'CAST_-1204254750', u'STORE_-1204254993'), ('const-1', u'PTRADD_-1204254975'), ('tmp_468', u'PTRADD_-1204254915'), ('const-417', u'LOAD_-1204255005'), ('t...
[('const-2', u'PTRADD_-1204254777'), ('tmp_815', u'CAST_-1204254708'), ('const-417', u'LOAD_-1204255061'), ('tmp_814', u'LOAD_-1204255005'), ('tmp_815', u'STORE_-1204254993'), ('const-417', u'STORE_-1204255027'), (u'CAST_-1204254780', u'LOAD_-1204255055'), (u'LOAD_-1204255061', u'INT_ADD_-1204255039'), ('tmp_815', u'LO...
null
null
00278660
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_00278660(int *param_1,int *param_2)\n\n{\n int iVar1;\n int *piVar2;\n \n iVar1 = *(int *)(param_2[1] + -0xc);\n *param_1 = param_2[1];\n piVar2 = (int *)(iVar1 + (int)param_1);\n *piVar2 = par...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* std::ofstream::ofstream() */\n\nvoid __thiscall std::ofstream::ofstream(ofstream *this)\n\n{\n int iVar1;\n int *in_stack_00000008;\n \n iVar1 = *(int *)(in_stack_00000008[1] + -0xc);\n *(int *)this = in_...
(translation_unit "void FUN_00278660(int *param_1,int *param_2)\n\n{\n int iVar1;\n int *piVar2;\n \n iVar1 = *(int *)(param_2[1] + -0xc);\n *param_1 = param_2[1];\n piVar2 = (int *)(iVar1 + (int)param_1);\n *piVar2 = param_2[2];\n FUN_002728c0(piVar2,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((i...
(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 ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expressio...
(function_definition "void FUN_00278660(int *param_1,int *param_2)\n\n{\n int iVar1;\n int *piVar2;\n \n iVar1 = *(int *)(param_2[1] + -0xc);\n *param_1 = param_2[1];\n piVar2 = (int *)(iVar1 + (int)param_1);\n *piVar2 = param_2[2];\n FUN_002728c0(piVar2,0);\n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* std::ofstream::ofstream() */ void __thiscall std::function_1::function_1(function_1 *var_1) { int var_2; int *in_stack_00000008; var_2 = *(int *)(in_stack_00000008[1] + -0xc); *(int *)var_1 = in_stack_00000008[1]; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void MASKED(int *param_1,int *param_2) { int iVar1; int *piVar2; iVar1 = *(int *)(param_2[1] + -0xc); *param_1 = param_2[1]; piVar2 = (int *)(iVar1 + (int)param_1); *piVar2 = param_2[2]; FUN_002728c0(piVar2,0); ...
3827_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
add_local
FUN_000d38d0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint symndx, uint got_type, uint64_t addend) */ bool __thiscall gold::Output_data_got<64,_false>::add_local (Output_data_...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 FUN_000d38d0(undefined4 param_1,int *param_2,uint param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { char cVar1; undefined4 uVar2; undefined4 local_2c; uint local_28; cVar1 =...
CALL 0x0004fb76 ADD EAX,0x22e72b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x48 MOV EBX,dword ptr [ESP + 0x60] MOV ESI,dword ptr [ESP + 0x64] MOV dword ptr [ESP + 0x18],EAX MOV EDI,dword ptr [ESP + 0x6c] MOV EBP,dword ptr [ESP + 0x70] MOV EAX,dword ptr [EBX] PUSH EBP PUSH EDI PUSH dword ptr [ESP + 0x70] PUSH ESI PUSH...
null
null
null
null
[('const-4', u'PTRADD_-1206764626'), (u'PIECE_-1206764613', u'PIECE_-1206764612'), ('const-0', u'SUBPIECE_-1206764616'), ('tmp_1067', u'PTRSUB_-1206764639'), (u'SUBPIECE_-1206764616', u'PIECE_-1206764585'), ('tmp_1070', u'SUBPIECE_-1206764779'), ('const-2233868', u'COPY_-1206764517'), (u'SUBPIECE_-1206764778', u'CALLIN...
[(u'CALLIND_-1206765233', u'INT_NOTEQUAL_-1206765206'), (u'LOAD_-1206764942', u'INT_ADD_-1206764892'), ('const-0', u'SUBPIECE_-1206764627'), (u'INT_LESS_-1206765037', u'CBRANCH_-1206765046'), ('tmp_1959', u'CALLIND_-1206764898'), ('tmp_1957', u'INT_ADD_-1206765054'), ('tmp_1956', u'LOAD_-1206764942'), (u'CAST_-12067645...
null
null
000d38d0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4\nFUN_000d38d0(undefined4 param_1,int *param_2,uint param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 local_2c;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint\n symndx, uint got_type, uint64_t addend) */\n\nbool __thiscall\ngold::Output_data_got<64,_false>::add_local\...
(translation_unit "undefined4\nFUN_000d38d0(undefined4 param_1,int *param_2,uint param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 local_2c;\n uint local_28;\n \n cVar1 = (**(code **)(*param_2 + 0xac))(param_2,param_3,param_4,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_000d38d0(undefined4 param_1,int *param_2,uint param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 local_2c;\n uint local_28;\n \n cVar1 = (**(code **)(*param_2 + 0xac))(param_2,param_3,param_4,par...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint symndx, uint got_type, uint64_t addend) */ bool __thiscall gold::Output_data_got<64,_false>::add_local (Output_data_...
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
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 MASKED(undefined4 param_1,int *param_2,uint param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { char cVar1; undefined4 uVar2; undefined4 local_2c; uint local_28; cVar1 = (**(c...
2609_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
dump
FUN_0007b0d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void dump(Free_list * this) */ void __thiscall gold::Free_list::dump(Free_list *this) { Free_list *pFVar1; size_t sVar2; gold_info("Free...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0007b0d0(undefined4 *param_1) { undefined4 *puVar1; FUN_0005ad60("Free list:\n start end length\n"); for (puVar1 = (undefined4 *)*param_1; puVar1 != param_1; puVar1 = (undefined4 *)*puVar1) { FUN...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x286f27 SUB ESP,0x18 MOV EDI,dword ptr [ESP + 0x2c] LEA EAX,[EBX + 0xfff21574] PUSH EAX CALL 0x0005ad60 MOV ESI,dword ptr [EDI] ADD ESP,0x10 CMP ESI,EDI JZ 0x0007b124 LEA EBP,[EBX + 0xfff20f0d] LEA ESI,[ESI] MOV EDX,dword ptr [ESI + 0x10] MOV EAX,dword ptr [E...
null
null
null
null
[(u'LOAD_-1206341296', u'CALL_-1206341248'), ('const-0', u'PTRSUB_-1206340974'), (u'LOAD_-1206341290', u'INT_SUB_-1206341262'), ('const-417', u'LOAD_-1206341247'), ('const-0', u'PTRSUB_-1206341006'), ('const-417', u'LOAD_-1206341344'), (u'PTRSUB_-1206340974', u'PTRSUB_-1206340971'), (u'CAST_-1206340988', u'LOAD_-120634...
[(u'LOAD_-1206341296', u'CALL_-1206341248'), ('const-417', u'LOAD_-1206341247'), ('tmp_901', u'LOAD_-1206341344'), (u'LOAD_-1206341290', u'INT_SUB_-1206341262'), ('tmp_180', u'CBRANCH_-1206341313'), (u'COPY_-1206341108', u'CALL_-1206341345'), (u'MULTIEQUAL_-1206341034', u'INT_NOTEQUAL_-1206341313'), ('const-417', u'LOA...
null
null
0007b0d0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0007b0d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n FUN_0005ad60("Free list:\n start end length\n");\n for (puVar1 = (undefined4 *)*param_1; puVar1 != param_1; puVar1 = (undef...
(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 dump(Free_list * this) */\n\nvoid __thiscall gold::Free_list::dump(Free_list *this)\n\n{\n Free_list *pFVar1;\n size_t s...
(translation_unit "void FUN_0007b0d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n FUN_0005ad60("Free list:\n start end length\n");\n for (puVar1 = (undefined4 *)*param_1; puVar1 != param_1; puVar1 = (undefined4 *)*puVar1) {\n FUN_0005ad60(" %08lx %08lx %08lx",puVar1[2],puVar1[4],puVar1[4] - p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content es...
(function_definition "void FUN_0007b0d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n FUN_0005ad60("Free list:\n start end length\n");\n for (puVar1 = (undefined4 *)*param_1; puVar1 != param_1; puVar1 = (undefined4 *)*puVar1) {\n FUN_0005ad60(" %08lx %08lx %08lx",puVar1[2],puVar1[4],puVar1[4] ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void dump(Free_list * this) */ void __thiscall gold::type_1::function_1(type_1 *this) { type_1 *pFVar1; size_t sVar2; var_1("Free list:\...
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { undefined4 *puVar1; FUN_0005ad60("Free list:\n start end length\n"); for (puVar1 = (undefined4 *)*param_1; puVar1 != param_1; puVar1 = (undefined4 *)*puVar1) { FUN_0005a...
2806_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
emplace_back<gold::Layout::Group_signature>
FUN_0008cac0
/* DWARF original prototype: void emplace_back<gold::Layout::Group_signature>(vector<gold::Layout::Group_signature,_std::allocator<gold::Layout::Group_signature>_> * this, Group_signature * __args#0) */ void __thiscall std::vector<gold::Layout::Group_signature,_std::allocator<gold::Layout::Group_signature>_>:: ...
void FUN_0008cac0(int param_1,undefined4 *param_2) { undefined4 *puVar1; undefined4 uVar2; puVar1 = *(undefined4 **)(param_1 + 4); if (puVar1 != *(undefined4 **)(param_1 + 8)) { uVar2 = param_2[1]; *puVar1 = *param_2; puVar1[1] = uVar2; *(undefined4 **)(param_1 + 4) = puVar1 + 2; return...
PUSH EBX SUB ESP,0x8 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 0x0008caf0 MOV EBX,dword ptr [ECX] MOV ECX,dword ptr [ECX + 0x4] ADD EAX,0x8 MOV dword ptr [EAX + -0x8],EBX MOV dword ptr [EAX + -0x4],ECX MOV dword ptr [EDX + 0x4],EAX ADD E...
null
null
null
null
[('const-8', u'PTRADD_-1206400071'), ('tmp_334', u'PTRSUB_-1206400084'), (u'PTRSUB_-1206400074', u'LOAD_-1206400259'), (u'PTRSUB_-1206400084', u'PTRSUB_-1206400073'), ('const-0', u'PTRSUB_-1206400058'), ('tmp_335', u'PTRSUB_-1206400077'), ('const-0', u'PTRSUB_-1206400084'), (u'LOAD_-1206400264', u'STORE_-1206400239'), ...
[('const-1', u'PTRADD_-1206400084'), ('const-1', u'PTRADD_-1206400073'), (u'LOAD_-1206400287', u'CALL_-1206400166'), ('const-4', u'PTRADD_-1206400073'), ('tmp_460', u'LOAD_-1206400264'), (u'LOAD_-1206400264', u'STORE_-1206400239'), ('tmp_459', u'INT_ADD_-1206400265'), (u'INT_NOTEQUAL_-1206400265', u'CBRANCH_-1206400264...
null
null
0008cac0
x86
O3
(translation_unit "void FUN_0008cac0(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n uVar2 = param_2[1];\n *puVar1 = *param_2;\n puVar1[1] = uVar2;\n *(undefined4 **)(param_1 ...
(translation_unit "/* DWARF original prototype: void\n emplace_back<gold::Layout::Group_signature>(vector<gold::Layout::Group_signature,_std::allocator<gold::Layout::Group_signature>_>\n * this, Group_signature * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Layout::Group_signature,_std::allocator<gold::Layout...
(translation_unit "void FUN_0008cac0(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n uVar2 = param_2[1];\n *puVar1 = *param_2;\n puVar1[1] = uVar2;\n *(undefined4 **)(param_1 ...
(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) ;) (declaration TYPE IDENT ;) (expression_statement (assignment...
(function_definition "void FUN_0008cac0(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n uVar2 = param_2[1];\n *puVar1 = *param_2;\n puVar1[1] = uVar2;\n *(undefined4 **)(param...
/* DWARF original prototype: void emplace_back<gold::Layout::Group_signature>(vector<gold::Layout::Group_signature,_std::allocator<gold::Layout::Group_signature>_> * this, Group_signature * __args#0) */ void __thiscall std::vector<gold::Layout::var_1,_std::allocator<gold::Layout::var_1>var_2>:: emplace_back<gol...
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; undefined4 uVar2; puVar1 = *(undefined4 **)(param_1 + 4); if (puVar1 != *(undefined4 **)(param_1 + 8)) { uVar2 = param_2[1]; *puVar1 = *param_2; puVar1[1] = uVar2; *(undefined4 **)(param_1 + 4) = puVar1 + 2; return; } ...
246_i686-kfreebsd-gnu-ar_and_i686-kfreebsd-gnu-ar_strip.c
bfd_get_error
bfd_get_error
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_error(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_error(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206050686')]
[('const-1', u'RETURN_-1206050686')]
null
null
00022078
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_error(void)\n\n{\n /* WARNING: Bad ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_error(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_error(void)\n\n{\n /* WARNING: Bad ...
(translation_unit "void bfd_get_error(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_error(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void"...
(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_error(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_error(void)" (identifier "bfd_get_error") (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(); }
6236_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
add_symbols
FUN_001a8d00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ ld_plugin_status gold::add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 FUN_001a8d00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; if (*(int *)(DAT_004144e8 + 8) == 0) { /* WA...
PUSH EBX CALL 0x0003a210 ADD EBX,0x26b2fa SUB ESP,0x8 LEA EAX,[EBX + 0x4e8] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x001a8d62 MOV EAX,dword ptr [EAX + 0x593c] TEST EAX,EAX JZ 0x001a8d78 SUB ESP,0x8 PUSH dword ptr [ESP + 0x18] PUSH EAX CALL 0x001a8a70 ADD ESP,0x10 TEST EAX,EAX JZ 0x001a8d5...
null
null
null
null
[('const-1', u'RETURN_-1207595758')]
[(u'INT_ADD_-1207595706', u'CAST_-1207595399'), ('tmp_962', u'INT_ADD_-1207595706'), ('const-0', u'INT_NOTEQUAL_-1207595621'), (u'COPY_-1207595348', u'CALL_-1207595464'), (u'INT_NOTEQUAL_-1207595680', u'CBRANCH_-1207595680'), ('const-3177604', u'COPY_-1207595348'), ('const-56', u'INT_ADD_-1207595597'), (u'CAST_-1207595...
null
null
001a8d00
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm2\nFUN_001a8d00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_004144e8 + 8) == 0) ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nld_plugin_status gold::add_symbols(void *handle,int nsyms,ld_plugin_symbol *syms)\n\n{\n}\n\n" comment comment (function_definition "ld_plugin_status gold::add_symbols...
(translation_unit "undefined4 __regparm2\nFUN_001a8d00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_004144e8 + 8) == 0) {\n \n FUN_000da200("../../gold/parameters.h",0x5c,"options",param_2);...
(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 IDENT) ))) (compound_statement { (declara...
(function_definition "undefined4 __regparm2\nFUN_001a8d00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n \n if (*(int *)(DAT_004144e8 + 8) == 0) {\n \n FUN_000da200("../../gold/parameters.h",0x5c,"options",param_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 gold::function_1(void *handle,int nsyms,type_2 *syms) { }
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: (identifier)) (par...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { int iVar1; if (*(int *)(DAT_004144e8 + 8) == 0) { /* WARNING:...
21_sg_rbuf_and_sg_rbuf_strip.c
mmap64
mmap64
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)(); return pvVar1; }
JMP dword ptr [EBX + 0x54]
null
null
null
null
[(u'CAST_-1205988930', u'CALLIND_-1205989014'), (u'CALLIND_-1205989014', u'CAST_-1205988929'), ('const-0', u'RETURN_-1205989011'), (u'INDIRECT_-1205988941', u'COPY_-1205989000'), ('tmp_92', u'CAST_-1205988930'), (u'CALLIND_-1205989014', u'INDIRECT_-1205988941'), (u'CAST_-1205988929', u'RETURN_-1205989011')]
[(u'CAST_-1205988930', u'CALLIND_-1205989014'), (u'CALLIND_-1205989014', u'CAST_-1205988929'), ('const-0', u'RETURN_-1205989011'), (u'INDIRECT_-1205988941', u'COPY_-1205989000'), ('tmp_92', u'CAST_-1205988930'), (u'CALLIND_-1205989014', u'INDIRECT_-1205988941'), (u'CAST_-1205988929', u'RETURN_-1205989011')]
null
null
00011160
x86
O3
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)();\n return pvVar1;\n}\n\n" comment (function_defin...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)();\n return pvVar1;\n}\n\n" comment (function_defin...
(translation_unit "void * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)();\n return pvVar1;\n}\n\n" (function_definition "void * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t...
(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 IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (...
(function_definition "void * mmap64(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mmap64_00015fc4)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* mmap64(void *__addr,size_t __len,int __prot,int __flags,i...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__addr,size_t __len,int __prot,int __flags,int __fd,type_1 __offset) { void *pvVar1; pvVar1 = (void *)(*(type_2 *)PTR_mmap64_00015fc4)(); return pvVar1; }
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: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__addr,size_t __len,int __prot,int __flags,int __fd,__off64_t __offset) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_00015fc4)(); return pvVar1; }
1519_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
_GLOBAL__sub_I__ZN4gold9get_mtimeEPKcPNS_8TimespecE
_INIT_9
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _GLOBAL__sub_I__ZN4gold9get_mtimeEPKcPNS_8TimespecE(void) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void _INIT_9(void) { FUN_00247750(&DAT_005eb6e8); DAT_005eb6e8 = &PTR_FUN_005d6460; DAT_005eb6f8 = &DAT_005eb6fc; __cxa_atexit(FUN_0023fd20,&DAT_005eb6e8,&PTR_LOOP_005ea2e4); return; }
PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x599b79 SUB ESP,0x10 LEA ESI,[EBX + 0x16e8] PUSH ESI CALL 0x00247750 LEA EAX,[EBX + 0xfffec458] ADD ESP,0xc ADD EAX,0x8 MOV dword ptr [EBX + 0x16e8],EAX LEA EAX,[EBX + 0x16fc] MOV dword ptr [EBX + 0x16f8],EAX LEA EAX,[EBX + 0x2e4] PUSH EAX LEA EAX,[EBX + 0xffc55d20] PUSH ESI P...
null
null
null
null
[('const-1', u'RETURN_-1206254442')]
[('const-6207208', u'PTRSUB_-1206254219'), (u'CALL_-1206254306', u'INDIRECT_-1206254181'), (u'PTRSUB_-1206254171', u'CALL_-1206254306'), ('const-0', u'PTRSUB_-1206254168'), ('const-0', u'RETURN_-1206254273'), (u'INDIRECT_-1206254181', u'COPY_-1206254230'), ('const-6207228', u'PTRSUB_-1206254284'), (u'CALL_-1206254400',...
null
null
00050480
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid _INIT_9(void)\n\n{\n FUN_00247750(&DAT_005eb6e8);\n DAT_005eb6e8 = &PTR_FUN_005d6460;\n DAT_005eb6f8 = &DAT_005eb6fc;\n __cxa_atexit(FUN_0023fd20,&DAT_005eb6e8,&PTR_LOOP_005ea2e4);\n return;\n}\n\n" ...
(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 _GLOBAL__sub_I__ZN4gold9get_mtimeEPKcPNS_8TimespecE(void)\n\n{\n}\n\n" comment comment (function_definition "void _GLOBAL__sub_...
(translation_unit "void _INIT_9(void)\n\n{\n FUN_00247750(&DAT_005eb6e8);\n DAT_005eb6e8 = &PTR_FUN_005d6460;\n DAT_005eb6f8 = &DAT_005eb6fc;\n __cxa_atexit(FUN_0023fd20,&DAT_005eb6e8,&PTR_LOOP_005ea2e4);\n return;\n}\n\n" (function_definition "void _INIT_9(void)\n\n{\n FUN_00247750(&DAT_005eb6e8);\n DAT_005eb6e...
(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) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDE...
(function_definition "void _INIT_9(void)\n\n{\n FUN_00247750(&DAT_005eb6e8);\n DAT_005eb6e8 = &PTR_FUN_005d6460;\n DAT_005eb6f8 = &DAT_005eb6fc;\n __cxa_atexit(FUN_0023fd20,&DAT_005eb6e8,&PTR_LOOP_005ea2e4);\n return;\n}" (primitive_type "void") (function_declarator "_INIT_9(void)" (identifier "_INIT_9") (paramete...
/* 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) { }
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) { FUN_00247750(&DAT_005eb6e8); DAT_005eb6e8 = &PTR_FUN_005d6460; DAT_005eb6f8 = &DAT_005eb6fc; __cxa_atexit(FUN_0023fd20,&DAT_005eb6e8,&PTR_LOOP_005ea2e4); return; }
8681_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
do_grouping
FUN_001fe5f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<wchar_t, false>::do_grouping() const */ string * std::moneypunct<wchar_t,false>::do_grouping(void) { string *in_stack_00000004; int in_stack_00000008; allocator local_d; undefined4 uStack_c; uStack...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_001fe5f0(undefined4 param_1,int param_2) { undefined1 local_d; undefined4 uStack_c; uStack_c = 0x1fe5f7; FUN_001e63f0(param_1,*(undefined4 *)(*(int *)(param_2 + 8) + 8),&local_d); return param_1; }
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x140a09 SUB ESP,0x18 LEA EAX,[ESP + 0x13] MOV ESI,dword ptr [ESP + 0x24] PUSH EAX MOV EAX,dword ptr [ESP + 0x2c] MOV EAX,dword ptr [EAX + 0x8] PUSH dword ptr [EAX + 0x8] PUSH ESI CALL 0x001e63f0 ADD ESP,0x24 MOV EAX,ESI POP EBX POP ESI RET 0x4
null
null
null
null
[('const-8', u'INT_ADD_-1207900602'), ('tmp_254', u'PTRSUB_-1207900497'), (u'PTRSUB_-1207900497', u'CALL_-1207900594'), ('tmp_356', u'INT_ADD_-1207900602'), (u'CAST_-1207900485', u'LOAD_-1207900618'), (u'LOAD_-1207900618', u'INT_ADD_-1207900596'), ('const-8', u'INT_ADD_-1207900596'), ('tmp_355', u'CALL_-1207900594'), (...
[('const-8', u'INT_ADD_-1207900602'), (u'CAST_-1207900485', u'LOAD_-1207900612'), ('tmp_344', u'CALL_-1207900594'), (u'INT_ADD_-1207900602', u'CAST_-1207900489'), ('tmp_345', u'INT_ADD_-1207900602'), (u'LOAD_-1207900618', u'INT_ADD_-1207900596'), ('const-8', u'INT_ADD_-1207900596'), (u'CALL_-1207900594', u'INDIRECT_-12...
null
null
001fe5f0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_001fe5f0(undefined4 param_1,int param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fe5f7;\n FUN_001e63f0(param_1,*(undefined4 *)(*(int *)(param_2 + 8) + 8),&local...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<wchar_t, false>::do_grouping() const */\n\nstring * std::moneypunct<wchar_t,false>::do_grouping(void)\n\n{\n string *in_stack_00000004;\n int in_stack_00000008;\n allocator local_d;\n undef...
(translation_unit "undefined4 FUN_001fe5f0(undefined4 param_1,int param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fe5f7;\n FUN_001e63f0(param_1,*(undefined4 *)(*(int *)(param_2 + 8) + 8),&local_d);\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_001fe5f0(undefined4 par...
(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 ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statem...
(function_definition "undefined4 FUN_001fe5f0(undefined4 param_1,int param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x1fe5f7;\n FUN_001e63f0(param_1,*(undefined4 *)(*(int *)(param_2 + 8) + 8),&local_d);\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_001f...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::moneypunct<wchar_t, false>::do_grouping() const */ type_1 * std::moneypunct<wchar_t,false>::do_grouping(void) { type_1 *in_stack_00000004; int var_1; type_2 local_d; type_3 uStack_c; uStack_c = 0x1fe5f7; st...
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: (identifier)))) body: (compound_statemen...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 param_1,int param_2) { undefined1 local_d; undefined4 uStack_c; uStack_c = 0x1fe5f7; FUN_001e63f0(param_1,*(undefined4 *)(*(int *)(param_2 + 8) + 8),&local_d); return param_1; }
215_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
do_read_symbols
FUN_0003b3f0
/* (anonymous namespace)::Powerpc_relobj<32, false>::do_read_symbols(gold::Read_symbols_data*) [clone .cold.2895] */ void (anonymous_namespace)::Powerpc_relobj<32,false>::do_read_symbols(Read_symbols_data *param_1) { int unaff_EBP; operator_delete(*(void **)(unaff_EBP + -0x24),8); /* WA...
void __regparm3 FUN_0003b3f0(undefined4 param_1) { int unaff_EBP; FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1); /* WARNING: Subroutine does not return */ FUN_004451f0(); }
MOV EDI,dword ptr [EBP + -0x20] PUSH EAX PUSH EAX PUSH 0x8 MOV EBX,EDI PUSH dword ptr [EBP + -0x24] CALL 0x003ae060 MOV dword ptr [ESP],ESI CALL 0x004451f0
null
null
null
null
[(u'INT_ADD_-1206078439', u'CAST_-1206078348'), ('const-4294967260', u'INT_ADD_-1206078439'), ('const-417', u'LOAD_-1206078455'), (u'CAST_-1206078348', u'LOAD_-1206078455'), ('const-8', u'CALL_-1206078441'), ('const-1', u'RETURN_-1206078423'), ('tmp_107', u'INT_ADD_-1206078439'), (u'LOAD_-1206078455', u'CALL_-120607844...
[('tmp_102', u'CALL_-1206078441'), ('const-4294967260', u'INT_ADD_-1206078439'), (u'INT_ADD_-1206078439', u'CAST_-1206078352'), (u'CAST_-1206078352', u'LOAD_-1206078455'), ('const-1', u'RETURN_-1206078423'), ('tmp_101', u'INT_ADD_-1206078439'), (u'LOAD_-1206078455', u'CALL_-1206078441'), ('const-8', u'CALL_-1206078441'...
null
null
0003b3f0
x86
O3
(translation_unit "void __regparm3 FUN_0003b3f0(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}\n\n" (function_definition "void __regparm3 FUN_0003b3f0(undefined4 pa...
(translation_unit "/* (anonymous namespace)::Powerpc_relobj<32, false>::do_read_symbols(gold::Read_symbols_data*)\n [clone .cold.2895] */\n\nvoid (anonymous_namespace)::Powerpc_relobj<32,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_0003b3f0(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n \n FUN_004451f0();\n}\n\n" (function_definition "void __regparm3 FUN_0003b3f0(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_0003b3f0(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1);\n \n FUN_004451f0();\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0003b3f0(...
/* (anonymous namespace)::Powerpc_relobj<32, false>::do_read_symbols(gold::Read_symbols_data*) [clone .cold.2895] */ void (function_1)::Powerpc_relobj<32,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_003ae060(*(undefined4 *)(unaff_EBP + -0x24),8,param_1,param_1); /* WARNING: Subroutine does not return */ FUN_004451f0(); }
230_i686-gnu-readelf_and_i686-gnu-readelf_strip.c
unw_decode_p2_p5
FUN_0004ba80
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uchar * unw_decode_p2_p5(uchar *dp,uint code,void *arg,uchar *end) { byte bVar1; uchar *puVar2; uchar *in_stack_ffffffc4; char brstr [20]; if ((code & 0x10) != 0) { puVar2 = unw_decode_p2_p5(dp,code,end,in_stack_...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ byte * FUN_0004ba80(byte *param_1,uint param_2) { byte bVar1; byte *pbVar2; undefined1 local_30 [28]; undefined4 uStack_14; uStack_14 = 0x4ba89; if ((param_2 & 0x10) != 0) { pbVar2 = (byte *)FUN_0004b6a0(); ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00013f70 ADD EBX,0x68577 SUB ESP,0x2c MOV EDX,dword ptr [ESP + 0x44] MOV EAX,dword ptr [ESP + 0x40] TEST DL,0x10 JZ 0x0004bab8 MOV ECX,dword ptr [ESP + 0x4c] CALL 0x0004b6a0 ADD ESP,0x2c MOV ESI,EAX POP EBX MOV EAX,ESI POP ESI POP EDI POP EBP RET MOVZX EDI,byte ptr [EAX] LEA E...
null
null
null
null
[('tmp_633', u'CALL_-1206142240'), (u'INT_ZEXT_-1206142177', u'INT_AND_-1206142124'), ('const-0', u'RETURN_-1206141976'), (u'PTRSUB_-1206141860', u'CALL_-1206142074'), ('const-4294967248', u'PTRSUB_-1206141860'), ('tmp_770', u'PTRSUB_-1206141860'), (u'COPY_-1206142022', u'RETURN_-1206141976'), (u'INT_AND_-1206142124', ...
[(u'CALL_-1206142034', u'INDIRECT_-1206141850'), (u'INT_ZEXT_-1206142177', u'INT_AND_-1206142124'), ('const-0', u'RETURN_-1206141976'), (u'CAST_-1206141900', u'COPY_-1206142220'), (u'COPY_-1206141893', u'CALL_-1206142034'), (u'COPY_-1206142022', u'RETURN_-1206141976'), ('const-459884', u'COPY_-1206141894'), ('tmp_1009'...
null
null
0004ba80
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbyte * FUN_0004ba80(byte *param_1,uint param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n undefined1 local_30 [28];\n undefined4 uStack_14;\n \n uStack_14 = 0x4ba89;\n if ((param_2 & 0x10) != 0) {\n pbVar...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuchar * unw_decode_p2_p5(uchar *dp,uint code,void *arg,uchar *end)\n\n{\n byte bVar1;\n uchar *puVar2;\n uchar *in_stack_ffffffc4;\n char brstr [20];\n \n if ((code & 0x10) != 0) {\n puVar2 = unw_decod...
(translation_unit "byte * FUN_0004ba80(byte *param_1,uint param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n undefined1 local_30 [28];\n undefined4 uStack_14;\n \n uStack_14 = 0x4ba89;\n if ((param_2 & 0x10) != 0) {\n pbVar2 = (byte *)FUN_0004b6a0();\n return pbVar2;\n }\n bVar1 = *param_1;\n FUN_0004ac00();...
(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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declarati...
(function_definition "byte * FUN_0004ba80(byte *param_1,uint param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n undefined1 local_30 [28];\n undefined4 uStack_14;\n \n uStack_14 = 0x4ba89;\n if ((param_2 & 0x10) != 0) {\n pbVar2 = (byte *)FUN_0004b6a0();\n return pbVar2;\n }\n bVar1 = *param_1;\n FUN_0004ac00...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 * function_1(type_1 *var_5,type_2 var_1,void *arg,type_1 *end) { type_3 var_3; type_1 *puVar2; type_1 *in_stack_ffffffc4; char brstr [20]; if ((var_1 & 0x10) != 0) { puVar2 = function_1(var_5,var_1,end,in_...
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.bx replaced with injection: get_pc_thunk_bx */ byte * MASKED(byte *param_1,uint param_2) { byte bVar1; byte *pbVar2; undefined1 local_30 [28]; undefined4 uStack_14; uStack_14 = 0x4ba89; if ((param_2 & 0x10) != 0) { pbVar2 = (byte *)FUN_0004b6a0(); retu...
2_sha384sum_and_sha384sum_strip.c
FUN_00011030
FUN_00011030
void FUN_00011030(void) { (*(code *)PTR_0002b008)(); return; }
void FUN_00011030(void) { (*(code *)PTR_0002b008)(); return; }
PUSH dword ptr [EBX + 0x4] JMP dword ptr [EBX + 0x8]
null
null
null
null
[(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')]
[(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')]
null
null
00011030
x86
O3
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(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 FUN_00011030(void)\n\n{\n (*(code *)PTR_0002b008)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011030(void)" (identifier "FUN_00011030") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod...
void function_1(void) { (*(type_1 *)PTR_0002b008)(); 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_0002b008)(); return; }
646_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c
bfd_fprintf_vma
bfd_fprintf_vma
/* WARNING: Control flow encountered bad instruction data */ void bfd_fprintf_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_fprintf_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206357498')]
[('const-1', u'RETURN_-1206357498')]
null
null
000771fc
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_fprintf_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_fprintf_vma(void)\n\n{\n /* WARNING: ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_fprintf_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_fprintf_vma(void)\n\n{\n /* WARNING: ...
(translation_unit "void bfd_fprintf_vma(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_fprintf_vma(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_fprintf_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration ...
(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_fprintf_vma(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_fprintf_vma(void)" (identifier "bfd_fprintf_vma") (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 */ 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(); }
4318_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
section_offsets
FUN_00126f80
/* DWARF original prototype: vector<unsigned_int,_std::allocator<unsigned_int>_> * section_offsets(Sized_relobj<32,_true> * this) */ vector<unsigned_int,_std::allocator<unsigned_int>_> * __thiscall gold::Sized_relobj<32,_true>::section_offsets(Sized_relobj<32,_true> *this) { return &this->section_offsets_; }
int FUN_00126f80(int param_1) { return param_1 + 0x84; }
MOV EAX,dword ptr [ESP + 0x4] ADD EAX,0x84 RET
null
null
null
null
[('tmp_45', u'PTRSUB_-1207078954'), ('const-132', u'PTRSUB_-1207078954'), (u'PTRSUB_-1207078954', u'RETURN_-1207079007'), ('const-0', u'RETURN_-1207079007')]
[('const-132', u'INT_ADD_-1207079012'), ('tmp_47', u'INT_ADD_-1207079012'), (u'INT_ADD_-1207079012', u'RETURN_-1207079007'), ('const-0', u'RETURN_-1207079007')]
null
null
00126f80
x86
O3
(translation_unit "int FUN_00126f80(int param_1)\n\n{\n return param_1 + 0x84;\n}\n\n" (function_definition "int FUN_00126f80(int param_1)\n\n{\n return param_1 + 0x84;\n}" primitive_type (function_declarator "FUN_00126f80(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1"...
(translation_unit "/* DWARF original prototype: vector<unsigned_int,_std::allocator<unsigned_int>_> *\n section_offsets(Sized_relobj<32,_true> * this) */\n\nvector<unsigned_int,_std::allocator<unsigned_int>_> * __thiscall\ngold::Sized_relobj<32,_true>::section_offsets(Sized_relobj<32,_true> *this)\n\n{\n return &thi...
(translation_unit "int FUN_00126f80(int param_1)\n\n{\n return param_1 + 0x84;\n}\n\n" (function_definition "int FUN_00126f80(int param_1)\n\n{\n return param_1 + 0x84;\n}" primitive_type (function_declarator "FUN_00126f80(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1"...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT + LIT) ;) })))
(function_definition "int FUN_00126f80(int param_1)\n\n{\n return param_1 + 0x84;\n}" (primitive_type "int") (function_declarator "FUN_00126f80(int param_1)" (identifier "FUN_00126f80") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")")))...
/* DWARF original prototype: vector<unsigned_int,_std::allocator<unsigned_int>_> * section_offsets(Sized_relobj<32,_true> * this) */ vector<var_2,_std::var_1<var_2>var_3> * __thiscall gold::Sized_relobj<32,_true>::section_offsets(Sized_relobj<32,_true> *this) { return &this->section_offsets_; }
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 (return_statement (binary_expression left: (identifier) right: (number_l...
null
int MASKED(int param_1) { return param_1 + 0x84; }
290_xargs_and_xargs_strip.c
fdopen
fdopen
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fdopen(int __fd,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ /* fdopen@@GLIBC_2.1 */ halt_baddat...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * fdopen(int __fd,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206021942')]
[('const-1', u'RETURN_-1206021942')]
null
null
000290c0
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fdopen(int __fd,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" commen...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fdopen(int __fd,char *__modes)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fdopen@@G...
(translation_unit "FILE * fdopen(int __fd,char *__modes)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "FILE * fdopen(int __fd,char *__modes)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "* fdopen(int __fd,char *__modes)" * (function_declarator "fdop...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "FILE * fdopen(int __fd,char *__modes)\n\n{\n \n halt_baddata();\n}" (type_identifier "FILE") (pointer_declarator "* fdopen(int __fd,char *__modes)" (* "*") (function_declarator "fdopen(int __fd,char *__modes)" (identifier "fdopen") (parameter_list "(int __fd,char *__modes)" (( ...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ type_1 * function_1(int __fd,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ /* fdopen@@GLIBC_2.1 */ var_1...
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: (pointer_...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ FILE * MASKED(int __fd,char *__modes) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
8251_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
operator<<
FUN_001f7a30
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wostream::TEMPNAMEPLACEHOLDERVALUE(long long) */ void __thiscall std::wostream::operator<<(wostream *this,longlong param_1) { _M_insert<long_long>(CONCAT44((undefined4)param_1,this)); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3) { FUN_001f7890(param_1,param_2,param_3); return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x1975ca SUB ESP,0xc PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x1c] CALL 0x001f7890 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_174', u'SUBPIECE_-1207928130'), ('const-0', u'SUBPIECE_-1207928130'), ('tmp_173', u'PIECE_-1207928099'), (u'SUBPIECE_-1207928130', u'PIECE_-1207928099'), ('const-0', u'RETURN_-1207928169'), (u'PIECE_-1207928099', u'CALL_-1207928197')]
[('tmp_296', u'CALL_-1207928197'), ('tmp_297', u'CALL_-1207928197'), ('const-0', u'RETURN_-1207928169'), ('tmp_295', u'CALL_-1207928197')]
null
null
001f7a30
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_001f7890(param_1,param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_001f7a30(undefined4 param_1,...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(long long) */\n\nvoid __thiscall std::wostream::operator<<(wostream *this,longlong param_1)\n\n{\n _M_insert<long_long>(CONCAT44((undefined4)param_1,this));\n return;\...
(translation_unit "void FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_001f7890(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_001f7890(param_1,param_2,param_3);\n return;\n}"...
(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 (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (retu...
(function_definition "void FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_001f7890(param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f7a30(undefined4 param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_001f7a30") (parameter_lis...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wostream::TEMPNAMEPLACEHOLDERVALUE(long long) */ void __thiscall std::wostream::operator<<(wostream *type_3,longlong param_1) { _M_insert<long_long>(function_1(type_1(type_2)param_1,type_3)); return; }
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 */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3) { FUN_001f7890(param_1,param_2,param_3); return; }
942_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
gldarmelf_linux_eabi_finish
FUN_00069060
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldarmelf_linux_eabi_finish(void) { int iVar1; int iVar2; int iVar3; char *pcVar4; char *pcVar5; char *fmt; lang_statement_union *plV...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00069060(void) { int *piVar1; int iVar2; int iVar3; int iVar4; undefined4 uVar5; uint uVar6; iVar4 = DAT_001c385c; if (DAT_001c385c != 0) { do { bfd_elf32_arm_vfp11_fix_veneer_locations(*(un...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017c50 ADD EBX,0x158f97 SUB ESP,0xc LEA EAX,[EBX + 0x185c] LEA EDI,[EBX + 0x25e0] MOV ESI,dword ptr [EAX] TEST ESI,ESI JZ 0x000690a9 LEA ESI,[ESI] SUB ESP,0x8 PUSH EDI PUSH dword ptr [ESI + 0x10] CALL 0x000165e0 POP EBP POP EAX PUSH EDI PUSH dword ptr [ESI + 0x10] CALL 0x000...
null
null
null
null
[(u'INT_ADD_-1206283576', u'CAST_-1206282168'), (u'LOAD_-1206283618', u'INT_ADD_-1206283596'), (u'CAST_-1206282001', u'LOAD_-1206283113'), (u'CALL_-1206283698', u'INDIRECT_-1206282427'), (u'INDIRECT_-1206282551', u'MULTIEQUAL_-1206282517'), ('const-3', u'INT_AND_-1206282957'), ('const-1852896', u'PTRSUB_-1206282414'), ...
[(u'LOAD_-1206283618', u'INT_ADD_-1206283596'), (u'CALL_-1206283916', u'INDIRECT_-1206282465'), (u'MULTIEQUAL_-1206282468', u'COPY_-1206282320'), ('const-724704', u'COPY_-1206282340'), ('const-417', u'LOAD_-1206283592'), (u'INDIRECT_-1206282481', u'MULTIEQUAL_-1206282459'), (u'INDIRECT_-1206282285', u'COPY_-1206282332'...
null
null
00069060
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00069060(void)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n uint uVar6;\n \n iVar4 = DAT_001c385c;\n if (DAT_001c385c != 0) {\n do {\n bfd_elf32_ar...
(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 gldarmelf_linux_eabi_finish(void)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n char *fmt...
(translation_unit "void FUN_00069060(void)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n uint uVar6;\n \n iVar4 = DAT_001c385c;\n if (DAT_001c385c != 0) {\n do {\n bfd_elf32_arm_vfp11_fix_veneer_locations(*(undefined4 *)(iVar4 + 0x10),&DAT_001c45e0);\n bfd_elf32_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE ...
(function_definition "void FUN_00069060(void)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n undefined4 uVar5;\n uint uVar6;\n \n iVar4 = DAT_001c385c;\n if (DAT_001c385c != 0) {\n do {\n bfd_elf32_arm_vfp11_fix_veneer_locations(*(undefined4 *)(iVar4 + 0x10),&DAT_001c45e0);\n bfd_elf...
/* 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) { int var_10; int var_11; int var_5; char *pcVar4; char *pcVar5; char *fmt; type_1 *var_3; type_2 var_13; var...
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) { int *piVar1; int iVar2; int iVar3; int iVar4; undefined4 uVar5; uint uVar6; iVar4 = DAT_001c385c; if (DAT_001c385c != 0) { do { bfd_elf32_arm_vfp11_fix_veneer_locations(*(undefine...
220_hppa-linux-gnu-as_and_hppa-linux-gnu-as_strip.c
cfi_add_label
FUN_00021e10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void cfi_add_label(char *name) { uint __n; char *pcVar1; size_t sVar2; cfi_insn_data *pcVar3; sVar2 = strlen(name); __n = sVar2 + 1; pcVar3 = alloc_cfi_insn_data(); pcV...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00021e10(char *param_1) { uint uVar1; size_t sVar2; int iVar3; sVar2 = strlen(param_1); uVar1 = sVar2 + 1; iVar3 = FUN_000202a0(); *(undefined4 *)(iVar3 + 4) = 0x106; if (DAT_00083fb0 - (int)DAT_00083...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00019010 ADD EBX,0x591e7 SUB ESP,0x28 MOV EBP,dword ptr [ESP + 0x3c] PUSH EBP CALL 0x00017420 ADD ESP,0x10 LEA ESI,[EAX + 0x1] CALL 0x000202a0 LEA EDI,[EBX + 0x8fa0] MOV EDX,EAX MOV dword ptr [EAX + 0x4],0x106 MOV ECX,dword ptr [EDI + 0xc] MOV EAX,dword ptr [EDI + 0x10] SUB EA...
null
null
null
null
[(u'INDIRECT_-1206050689', u'MULTIEQUAL_-1206050669'), (u'INDIRECT_-1206050673', u'MULTIEQUAL_-1206050652'), (u'CALL_-1206051116', u'INDIRECT_-1206050671'), (u'INDIRECT_-1206050579', u'MULTIEQUAL_-1206050677'), (u'INDIRECT_-1206050662', u'COPY_-1206050631'), ('const-2', u'INT_OR_-1206050832'), ('const-1', u'INT_ADD_-12...
[(u'CALL_-1206051216', u'INDIRECT_-1206050722'), (u'CALL_-1206050844', u'INDIRECT_-1206050594'), (u'CAST_-1206050566', u'INT_LESS_-1206050945'), (u'STORE_-1206050936', u'INDIRECT_-1206050597'), (u'STORE_-1206051201', u'INDIRECT_-1206050688'), (u'CALL_-1206051116', u'INDIRECT_-1206050686'), (u'CALL_-1206051116', u'INDIR...
null
null
00021e10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00021e10(char *param_1)\n\n{\n uint uVar1;\n size_t sVar2;\n int iVar3;\n \n sVar2 = strlen(param_1);\n uVar1 = sVar2 + 1;\n iVar3 = FUN_000202a0();\n *(undefined4 *)(iVar3 + 4) = 0x106;\n if...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid cfi_add_label(char *name)\n\n{\n uint __n;\n char *pcVar1;\n size_t sVar2;\n cfi_insn_data *pcVar3;\n \n sVar2 = strlen(name);\n __n = sVar2 + 1;\n pcVar3...
(translation_unit "void FUN_00021e10(char *param_1)\n\n{\n uint uVar1;\n size_t sVar2;\n int iVar3;\n \n sVar2 = strlen(param_1);\n uVar1 = sVar2 + 1;\n iVar3 = FUN_000202a0();\n *(undefined4 *)(iVar3 + 4) = 0x106;\n if (DAT_00083fb0 - (int)DAT_00083fac < uVar1) {\n _obstack_newchunk(&DAT_00083fa0,uVar1);\n...
(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 ;) (expression_statement (assignment_expression IDENT = (call_express...
(function_definition "void FUN_00021e10(char *param_1)\n\n{\n uint uVar1;\n size_t sVar2;\n int iVar3;\n \n sVar2 = strlen(param_1);\n uVar1 = sVar2 + 1;\n iVar3 = FUN_000202a0();\n *(undefined4 *)(iVar3 + 4) = 0x106;\n if (DAT_00083fb0 - (int)DAT_00083fac < uVar1) {\n _obstack_newchunk(&DAT_00083fa0,uVar1)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *name) { type_1 var_4; char *pcVar1; size_t var_2; type_2 *pcVar3; var_2 = var_1(name); var_4 = var_2 + 1; pcVar3 = var_3(); pcVar3->insn = 0x106; ...
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: (type_identifier) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(char *param_1) { uint uVar1; size_t sVar2; int iVar3; sVar2 = strlen(param_1); uVar1 = sVar2 + 1; iVar3 = FUN_000202a0(); *(undefined4 *)(iVar3 + 4) = 0x106; if (DAT_00083fb0 - (int)DAT_00083fac < ...
260_powerpc-linux-gnuspe-strip_and_powerpc-linux-gnuspe-strip_strip.c
debug_record_type_size
FUN_0001f630
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_boolean debug_record_type_size(void *handle,debug_type_conflict type,uint size) { uint uVar1; char *__format; uVar1 = type->size; if ((uVar1 != 0) && (uVar1 != size)) { ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0001f630(undefined4 param_1,int param_2,int param_3) { int iVar1; char *__format; iVar1 = *(int *)(param_2 + 4); if ((iVar1 != 0) && (iVar1 != param_3)) { __format = (char *)dcgettext(0,"Warning: ch...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000165d0 ADD EBX,0x1f9c7 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x24] MOV EDI,dword ptr [ESP + 0x28] MOV EBP,dword ptr [ESI + 0x4] TEST EBP,EBP JZ 0x0001f655 CMP EBP,EDI JNZ 0x0001f668 MOV dword ptr [ESI + 0x4],EDI ADD ESP,0xc MOV EAX,0x1 POP EBX POP ESI POP EDI POP EBP RET SUB ...
null
null
null
null
[('const-4', u'PTRSUB_-1205930011'), (u'COPY_-1205930200', u'RETURN_-1205930151'), ('const-0', u'RETURN_-1205930291'), (u'LOAD_-1205930231', u'CALL_-1205930218'), ('const-417', u'STORE_-1205930342'), (u'COPY_-1205930328', u'RETURN_-1205930291'), (u'CALL_-1205930253', u'INDIRECT_-1205930049'), ('const-0', u'INT_NOTEQUAL...
[(u'CAST_-1205930070', u'STORE_-1205930342'), (u'INDIRECT_-1205930051', u'CAST_-1205930025'), (u'COPY_-1205930200', u'RETURN_-1205930151'), (u'CAST_-1205930025', u'LOAD_-1205930231'), ('tmp_846', u'INT_ADD_-1205930188'), (u'INT_ADD_-1205930188', u'CAST_-1205930014'), ('const-0', u'INT_NOTEQUAL_-1205930361'), (u'LOAD_-1...
null
null
0001f630
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0001f630(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__format;\n \n iVar1 = *(int *)(param_2 + 4);\n if ((iVar1 != 0) && (iVar1 != param_3)) {\n __format = (cha...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean debug_record_type_size(void *handle,debug_type_conflict type,uint size)\n\n{\n uint uVar1;\n char *__format;\n \n uVar1 = type->size;\n if ((uVar1 != ...
(translation_unit "undefined4 FUN_0001f630(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__format;\n \n iVar1 = *(int *)(param_2 + 4);\n if ((iVar1 != 0) && (iVar1 != param_3)) {\n __format = (char *)dcgettext(0,"Warning: changing type size from %d to %d\n",5);\n fprintf(*(FILE **)PTR...
(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 (pointer_declarator * IDENT) ;) (expression_stateme...
(function_definition "undefined4 FUN_0001f630(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__format;\n \n iVar1 = *(int *)(param_2 + 4);\n if ((iVar1 != 0) && (iVar1 != param_3)) {\n __format = (char *)dcgettext(0,"Warning: changing type size from %d to %d\n",5);\n fprintf(*(FILE **)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 function_1(void *handle,type_2 type,type_3 var_2) { type_3 var_1; char *__format; var_1 = type->var_2; if ((var_1 != 0) && (var_1 != var_2)) { __format = (char *)var...
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: (identifier)) (parameter_declaration typ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 param_1,int param_2,int param_3) { int iVar1; char *__format; iVar1 = *(int *)(param_2 + 4); if ((iVar1 != 0) && (iVar1 != param_3)) { __format = (char *)dcgettext(0,"Warning: changing...
312_i686-linux-gnu-readelf_and_i686-linux-gnu-readelf_strip.c
display_debug_pubnames_worker
FUN_00065150
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 display_debug_pubnames_worker(dwarf_section *section,void *file,int is_gnu) { uint uVar1; ushort uVar2; char *pcVar3; uchar *puVar4; uchar *puVar5; char *pcVar6; int iVar7; undefined4 uVar8; undef...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_00065150(int param_1,undefined4 param_2,int param_3) { ulonglong uVar1; ushort uVar2; char *pcVar3; int iVar4; undefined4 uVar5; size_t sVar6; int iVar7; undefined4 uVar8; undefined4 u...
PUSH EBP PUSH EDI MOV EDI,EAX PUSH ESI PUSH EBX CALL 0x00013f70 ADD EBX,0x4eea5 SUB ESP,0x4c MOV EBP,dword ptr [EDI + 0x10] MOV ESI,dword ptr [EDI + 0x1c] MOV dword ptr [ESP + 0x2c],EAX MOV EAX,EDX ADD ESI,EBP MOV dword ptr [ESP + 0x20],ECX MOV dword ptr [ESP + 0x18],EBP MOV dword ptr [ESP + 0x10],ESI CALL 0x00062460 M...
null
null
null
null
[('const-4294967295', u'PTRADD_-1206298338'), (u'INT_LESS_-1206298063', u'CBRANCH_-1206298060'), (u'CAST_-1206293937', u'INT_SUB_-1206299713'), (u'CALLIND_-1206298060', u'SUBPIECE_-1206293591'), ('tmp_2559', u'CBRANCH_-1206298416'), (u'INT_EQUAL_-1206298153', u'CBRANCH_-1206298152'), (u'PTRADD_-1206293452', u'CALLIND_-...
[(u'INT_LESS_-1206298063', u'CBRANCH_-1206298060'), (u'INT_EQUAL_-1206298153', u'CBRANCH_-1206298152'), ('tmp_2559', u'CBRANCH_-1206298416'), (u'MULTIEQUAL_-1206292962', u'MULTIEQUAL_-1206294275'), ('const-5', u'CALL_-1206299129'), (u'COPY_-1206299450', u'MULTIEQUAL_-1206294534'), (u'CALL_-1206299343', u'INDIRECT_-1206...
null
null
00065150
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00065150(int param_1,undefined4 param_2,int param_3)\n\n{\n ulonglong uVar1;\n ushort uVar2;\n char *pcVar3;\n int iVar4;\n undefined4 uVar5;\n size_t sVar6;\n int iVar7;\n un...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 display_debug_pubnames_worker(dwarf_section *section,void *file,int is_gnu)\n\n{\n uint uVar1;\n ushort uVar2;\n char *pcVar3;\n uchar *puVar4;\n uchar *puVar5;\n char *pcVar6;\n int iVar7...
(translation_unit "undefined4 __regparm3 FUN_00065150(int param_1,undefined4 param_2,int param_3)\n\n{\n ulonglong uVar1;\n ushort uVar2;\n char *pcVar3;\n int iVar4;\n undefined4 uVar5;\n size_t sVar6;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n int *piVar10;\n char *pcVar11;\n uint uVar12;\n c...
(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 ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_d...
(function_definition "undefined4 __regparm3 FUN_00065150(int param_1,undefined4 param_2,int param_3)\n\n{\n ulonglong uVar1;\n ushort uVar2;\n char *pcVar3;\n int iVar4;\n undefined4 uVar5;\n size_t sVar6;\n int iVar7;\n undefined4 uVar8;\n undefined4 uVar9;\n int *piVar10;\n char *pcVar11;\n uint uVar12;\n...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 function_1(type_1 *section,void *file,int var_23) { type_2 var_17; type_3 var_22; char *pcVar3; type_4 *var_16; type_4 *var_8; char *pcVar6; int var_24; type_5 uVar8; type_5 uVar9; size_t var_28...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) 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 */ undefined4 __regparm3 MASKED(int param_1,undefined4 param_2,int param_3) { ulonglong uVar1; ushort uVar2; char *pcVar3; int iVar4; undefined4 uVar5; size_t sVar6; int iVar7; undefined4 uVar8; undefined4 uVar9; ...
4104_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
Output_relocatable_relocs
FUN_000f7fc0
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* DWARF original prototype: void Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_false> * this, Relocatable_relocs * rr) */ void __thiscall gold::Output_relocatable_relocs<4,_32,_false>::Output_relocatable_relocs ...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_000f7fc0(undefined4 *param_1,undefined4 param_2) { param_1[1] = 0; param_1[2] = 0; param_1[3] = 0; param_1[4] = 0; param_1[5] = 0xffffffff; *param_1 = &PTR_FUN_0033a7a0; param_1[6] = 0xffffffff; *(byte *...
CALL 0x000357b5 ADD EDX,0x24703b MOV EAX,dword ptr [ESP + 0x4] MOV dword ptr [EAX + 0x4],0x0 MOV dword ptr [EAX + 0x8],0x0 MOV dword ptr [EAX + 0xc],0x0 MOV dword ptr [EAX + 0x10],0x0 LEA EDX,[EDX + 0xffffb7a0] MOV dword ptr [EAX + 0x14],0xffffffff MOV dword ptr [EAX],EDX MOV EDX,dword ptr [ESP + 0x8] MOV dword ptr [EA...
null
null
null
null
[('tmp_198', u'PTRSUB_-1206878095'), (u'INT_ADD_-1206878093', u'CAST_-1206878037'), (u'PTRSUB_-1206878113', u'PTRSUB_-1206878091'), (u'PTRSUB_-1206878013', u'STORE_-1206878109'), ('const-417', u'STORE_-1206878119'), (u'PTRSUB_-1206878071', u'PTRSUB_-1206878049'), ('tmp_198', u'PTRSUB_-1206878022'), ('tmp_198', u'PTRSUB...
[('const-417', u'STORE_-1206878207'), ('const-1', u'PTRADD_-1206878114'), ('tmp_234', u'STORE_-1206878109'), ('tmp_233', u'PTRADD_-1206878025'), ('const-4', u'PTRADD_-1206878025'), ('const-0', u'RETURN_-1206878096'), ('const-0', u'STORE_-1206878237'), ('const-4', u'PTRADD_-1206878098'), (u'PTRADD_-1206878106', u'STORE_...
null
null
000f7fc0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_000f7fc0(undefined4 *param_1,undefined4 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0033a7a0;\n param_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* DWARF original prototype: void Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_false>\n * this, Relocatable_relocs * rr) */\n\nvoid __thiscall\ngold::Output_relocatable_relocs<4,_32,_false>::Outpu...
(translation_unit "void FUN_000f7fc0(undefined4 *param_1,undefined4 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0033a7a0;\n param_1[6] = 0xffffffff;\n *(byte *)(param_1 + 7) = *(byte *)(param_1 + 7) & 0xe0;\n param_1[8] ...
(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 ]) = LIT) ;) (expression_statem...
(function_definition "void FUN_000f7fc0(undefined4 *param_1,undefined4 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0033a7a0;\n param_1[6] = 0xffffffff;\n *(byte *)(param_1 + 7) = *(byte *)(param_1 + 7) & 0xe0;\n param_1[...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* DWARF original prototype: void Output_relocatable_relocs(Output_relocatable_relocs<4,_32,_false> * this, Relocatable_relocs * rr) */ void __thiscall gold::Output_relocatable_relocs<4,_32,_false>::Output_relocatable_relocs ...
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) { param_1[1] = 0; param_1[2] = 0; param_1[3] = 0; param_1[4] = 0; param_1[5] = 0xffffffff; *param_1 = &PTR_FUN_0033a7a0; param_1[6] = 0xffffffff; *(byte *)(para...
165_cflow_and_cflow_strip.c
is_var
FUN_00017b10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int is_var(Symbol *symp) { int iVar1; iVar1 = include_symbol(symp); if ((iVar1 != 0) && (iVar1 = 1, symp->type == SymIdentifier)) { return (uint)((symp->storage & ~StaticStor...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint FUN_00017b10(int param_1) { uint uVar1; uVar1 = FUN_000178f0(param_1); if ((uVar1 != 0) && (uVar1 = 1, *(int *)(param_1 + 0xc) == 2)) { return (uint)((*(uint *)(param_1 + 0x3c) & 0xfffffffd) == 0); } return...
PUSH ESI PUSH EBX CALL 0x00012830 ADD EBX,0x23359 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] PUSH ESI CALL 0x000178f0 ADD ESP,0x10 TEST EAX,EAX JZ 0x00017b3c CMP dword ptr [ESI + 0xc],0x2 MOV EAX,0x1 JZ 0x00017b48 ADD ESP,0x4 POP EBX POP ESI RET XOR EAX,EAX TEST dword ptr [ESI + 0x3c],0xfffffffd SETZ AL ADD ESP,0x4 PO...
null
null
null
null
[(u'LOAD_-1205961877', u'INT_EQUAL_-1205961862'), ('const-2', u'INT_EQUAL_-1205961862'), (u'MULTIEQUAL_-1205961719', u'RETURN_-1205961821'), (u'CALL_-1205961905', u'INT_NOTEQUAL_-1205961878'), (u'INT_EQUAL_-1205961862', u'CBRANCH_-1205961853'), ('const-417', u'LOAD_-1205961807'), (u'PTRSUB_-1205961697', u'LOAD_-1205961...
[(u'LOAD_-1205961877', u'INT_EQUAL_-1205961862'), (u'CALL_-1205961905', u'MULTIEQUAL_-1205961718'), (u'CAST_-1205961672', u'LOAD_-1205961807'), (u'CALL_-1205961905', u'INT_NOTEQUAL_-1205961878'), (u'INT_EQUAL_-1205961862', u'CBRANCH_-1205961853'), (u'CAST_-1205961698', u'LOAD_-1205961877'), ('const-2', u'INT_EQUAL_-120...
null
null
00017b10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint FUN_00017b10(int param_1)\n\n{\n uint uVar1;\n \n uVar1 = FUN_000178f0(param_1);\n if ((uVar1 != 0) && (uVar1 = 1, *(int *)(param_1 + 0xc) == 2)) {\n return (uint)((*(uint *)(param_1 + 0x3c) & 0xff...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint is_var(Symbol *symp)\n\n{\n int iVar1;\n \n iVar1 = include_symbol(symp);\n if ((iVar1 != 0) && (iVar1 = 1, symp->type == SymIdentifier)) {\n return (uint)(...
(translation_unit "uint FUN_00017b10(int param_1)\n\n{\n uint uVar1;\n \n uVar1 = FUN_000178f0(param_1);\n if ((uVar1 != 0) && (uVar1 = 1, *(int *)(param_1 + 0xc) == 2)) {\n return (uint)((*(uint *)(param_1 + 0x3c) & 0xfffffffd) == 0);\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_00017b10(int par...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expr...
(function_definition "uint FUN_00017b10(int param_1)\n\n{\n uint uVar1;\n \n uVar1 = FUN_000178f0(param_1);\n if ((uVar1 != 0) && (uVar1 = 1, *(int *)(param_1 + 0xc) == 2)) {\n return (uint)((*(uint *)(param_1 + 0x3c) & 0xfffffffd) == 0);\n }\n return uVar1;\n}" (type_identifier "uint") (function_declarator "F...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *symp) { int var_2; var_2 = var_1(symp); if ((var_2 != 0) && (var_2 = 1, symp->type == var_3)) { return (uint)((symp->storage & ~StaticStorage) == var_4...
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 (declaration type: (type_identifier) declarator: (identifier)) (express...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint MASKED(int param_1) { uint uVar1; uVar1 = FUN_000178f0(param_1); if ((uVar1 != 0) && (uVar1 = 1, *(int *)(param_1 + 0xc) == 2)) { return (uint)((*(uint *)(param_1 + 0x3c) & 0xfffffffd) == 0); } return uVar1...
83_hppa64-linux-gnu-strings_and_hppa64-linux-gnu-strings_strip.c
usage
FUN_00011ef0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 usage(FILE *stream,int status) { char *__format; char *pcVar1; FILE *pFVar2; pcVar1 = program_name; __format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5); fprintf((FILE *)stream,__fo...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_00011ef0(FILE *param_1,int param_2) { char *pcVar1; undefined4 uVar2; uVar2 = DAT_0001923c; pcVar1 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5); fprintf(param_1,pcVar1,uVar2); p...
PUSH EBP PUSH EDI MOV EDI,EDX PUSH ESI MOV ESI,EAX PUSH EBX CALL 0x00011ca0 ADD EBX,0x7103 SUB ESP,0x20 LEA EBP,[EBX + 0x23c] LEA EAX,[EBX + 0xffffc008] MOV EDX,dword ptr [EBP] MOV dword ptr [ESP + 0x10],EDX PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00011110 ADD ESP,0xc MOV EDX,dword ptr [ESP + 0x10] PUSH EDX PUSH EAX PUSH ESI...
null
null
null
null
[(u'COPY_-1205984681', u'CALL_-1205985363'), (u'COPY_-1205984649', u'CALL_-1205985295'), ('tmp_973', u'CAST_-1205984508'), (u'COPY_-1205984539', u'CALL_-1205985018'), (u'CAST_-1205984508', u'CALL_-1205985133'), (u'CAST_-1205984518', u'CALL_-1205985133'), (u'CALL_-1205985227', u'INDIRECT_-1205984576'), (u'CAST_-12059846...
[(u'COPY_-1205984597', u'CALL_-1205985159'), (u'INDIRECT_-1205984526', u'MULTIEQUAL_-1205984510'), (u'CALL_-1205985363', u'INDIRECT_-1205984638'), ('tmp_1520', u'INT_EQUAL_-1205985078'), (u'COPY_-1205984526', u'CALL_-1205984978'), ('const-5', u'CALL_-1205985018'), ('const-5', u'CALL_-1205985295'), ('const-87164', u'COP...
null
null
00011ef0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00011ef0(FILE *param_1,int param_2)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n uVar2 = DAT_0001923c;\n pcVar1 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprint...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 usage(FILE *stream,int status)\n\n{\n char *__format;\n char *pcVar1;\n FILE *pFVar2;\n \n pcVar1 = program_name;\n __format = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n...
(translation_unit "void __regparm3 FUN_00011ef0(FILE *param_1,int param_2)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n uVar2 = DAT_0001923c;\n pcVar1 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar1,uVar2);\n pcVar1 = (char *)dcgettext(0," Display printable strings in [fil...
(translation_unit (function_definition TYPE (ERROR IDENT) (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_stateme...
(function_definition "void __regparm3 FUN_00011ef0(FILE *param_1,int param_2)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n \n uVar2 = DAT_0001923c;\n pcVar1 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5);\n fprintf(param_1,pcVar1,uVar2);\n pcVar1 = (char *)dcgettext(0," Display printable strings in [...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 function_1(type_1 *stream,int var_4) { char *__format; char *pcVar1; type_1 *pFVar2; pcVar1 = program_name; __format = (char *)var_1(0,"Usage: %s [option(s)] [file(s)]\n",5); var_2((type_1 *)stream,...
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(FILE *param_1,int param_2) { char *pcVar1; undefined4 uVar2; uVar2 = DAT_0001923c; pcVar1 = (char *)dcgettext(0,"Usage: %s [option(s)] [file(s)]\n",5); fprintf(param_1,pcVar1,uVar2); pcVar1 ...
166_powerpc64-linux-gnu-c++filt(1)_and_powerpc64-linux-gnu-c++filt(1)_strip.c
putc
putc
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* putc@@GLIBC_2.0 */ halt_baddata(); } ...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int putc(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206058754')]
[('const-1', u'RETURN_-1206058754')]
null
null
000200f4
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment com...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2....
(translation_unit "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putc(int __c,FILE *__stream)" (identifier "putc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __c,type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* putc@@GLIBC_2.0 */ var_1(); }...
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: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __c,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
10323_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
_M_ibegin
FUN_002688f0
/* std::wstring::_M_ibegin() const */ void std::wstring::_M_ibegin(void) { undefined4 *in_stack_00000004; undefined4 *in_stack_00000008; *in_stack_00000004 = *in_stack_00000008; return; }
void FUN_002688f0(undefined4 *param_1,undefined4 *param_2) { *param_1 = *param_2; return; }
MOV EDX,dword ptr [ESP + 0x8] MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EDX] MOV dword ptr [EAX],EDX RET 0x4
null
null
null
null
[('const-417', u'STORE_-1204188922'), ('tmp_44', u'LOAD_-1204188928'), ('const-417', u'LOAD_-1204188928'), ('tmp_45', u'STORE_-1204188922'), ('const-0', u'RETURN_-1204188909'), (u'LOAD_-1204188928', u'STORE_-1204188922')]
[('const-417', u'STORE_-1204188922'), ('tmp_44', u'LOAD_-1204188928'), ('const-417', u'LOAD_-1204188928'), ('tmp_45', u'STORE_-1204188922'), ('const-0', u'RETURN_-1204188909'), (u'LOAD_-1204188928', u'STORE_-1204188922')]
null
null
002688f0
x86
O3
(translation_unit "void FUN_002688f0(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}\n\n" (function_definition "void FUN_002688f0(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" primitive_type (function_declarator "FUN_002688f0(undefined4 *param_1...
(translation_unit "/* std::wstring::_M_ibegin() const */\n\nvoid std::wstring::_M_ibegin(void)\n\n{\n undefined4 *in_stack_00000004;\n undefined4 *in_stack_00000008;\n \n *in_stack_00000004 = *in_stack_00000008;\n return;\n}\n\n" comment (function_definition "void std::wstring::_M_ibegin(void)\n\n{\n undefined4 *...
(translation_unit "void FUN_002688f0(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}\n\n" (function_definition "void FUN_002688f0(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" primitive_type (function_declarator "FUN_002688f0(undefined4 *param_1...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_ex...
(function_definition "void FUN_002688f0(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002688f0(undefined4 *param_1,undefined4 *param_2)" (identifier "FUN_002688f0") (parameter_list "(undefined4 *param_1,undefined4 *param_2)" (( "("...
/* std::wstring::_M_ibegin() const */ void std::wstring::function_1(void) { type_1 *in_stack_00000004; type_1 *in_stack_00000008; *in_stack_00000004 = *in_stack_00000008; 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
void MASKED(undefined4 *param_1,undefined4 *param_2) { *param_1 = *param_2; return; }
12_md5sum_and_md5sum_strip.c
textdomain
textdomain
void textdomain(void) { (*(code *)PTR_textdomain_00020038)(); return; }
void textdomain(void) { (*(code *)PTR_textdomain_00020038)(); return; }
JMP dword ptr [EBX + 0x38]
null
null
null
null
[(u'CALLIND_-1205989126', u'INDIRECT_-1205989054'), (u'INDIRECT_-1205989054', u'COPY_-1205989113'), (u'CAST_-1205989049', u'CALLIND_-1205989126'), ('tmp_58', u'CAST_-1205989049'), ('const-0', u'RETURN_-1205989123')]
[(u'CALLIND_-1205989126', u'INDIRECT_-1205989054'), (u'INDIRECT_-1205989054', u'COPY_-1205989113'), (u'CAST_-1205989049', u'CALLIND_-1205989126'), ('tmp_58', u'CAST_-1205989049'), ('const-0', u'RETURN_-1205989123')]
null
null
000110f0
x86
O3
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}\n\n" (function_definition "void textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}" primitive_type (function_declarator "textdomain(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 textdomain(void)\n\n{\n (*(code *)PTR_textdomain_00020038)();\n return;\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR_textdomain_00020038)(); 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_00020038)(); return; }
6682_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
resolve<64,_false>
FUN_001c8700
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "STB": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * __regparm2 FUN_001c8700(undefined4 param_1,undefined4 param_2,undefined **param_3,undefined4 *param_4, int *param_5,undefined1 *param_6,uint param_7,int param_8,int *param_9, undefined **param...
CALL 0x000b4846 ADD EAX,0x24b8fb PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x7c MOV ESI,dword ptr [EBP + 0xc] MOV EDI,dword ptr [EBP + 0x20] MOV dword ptr [EBP + -0x58],EAX MOV EAX,dword ptr [EBP + 0x18] MOV dword ptr [EBP + -0x54],EAX MOV EAX,dword ptr [EBP + 0x28] MOV dword ptr [EBP + -0x64],EAX TEST by...
null
null
null
null
[('const-92', u'CALL_-1207726268'), (u'BOOL_OR_-1207726626', u'CBRANCH_-1207726648'), (u'PTRSUB_-1207719648', u'CAST_-1207719322'), ('tmp_8305', u'CALL_-1207724384'), ('const-12', u'PTRADD_-1207718657'), (u'INT_EQUAL_-1207728149', u'BOOL_AND_-1207720364'), (u'LOAD_-1207727233', u'INT_LESS_-1207727187'), (u'SUBPIECE_-12...
[(u'CALLIND_-1207727820', u'INDIRECT_-1207719362'), (u'LOAD_-1207725874', u'INT_ADD_-1207725322'), ('const-4294967252', u'PTRSUB_-1207716982'), (u'BOOL_OR_-1207726626', u'CBRANCH_-1207726648'), (u'MULTIEQUAL_-1207720229', u'MULTIEQUAL_-1207718434'), (u'MULTIEQUAL_-1207720120', u'MULTIEQUAL_-1207720110'), (u'MULTIEQUAL_...
null
null
001c8700
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 * __regparm2\nFUN_001c8700(undefined4 param_1,undefined4 param_2,undefined **param_3,undefined4 *param_4,\n int *param_5,undefined1 *param_6,uint param_7,int param_8,int *param_9,\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "STB": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "...
(translation_unit "undefined4 * __regparm2\nFUN_001c8700(undefined4 param_1,undefined4 param_2,undefined **param_3,undefined4 *param_4,\n int *param_5,undefined1 *param_6,uint param_7,int param_8,int *param_9,\n undefined **param_10,uint param_11)\n\n{\n byte bVar1;\n int *piVar2;\n code *pcVar...
(translation_unit (ERROR (binary_expression IDENT * (ERROR IDENT) (call_expression IDENT (argument_list ( IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , (binary_expression IDENT * (pointer_expression * IDENT)) , (binary_expression IDENT * IDENT) , (binary_expression IDENT * IDENT) , (binary_expression IDENT * IDENT) , (ER...
(ERROR "undefined4 * __regparm2\nFUN_001c8700(undefined4 param_1,undefined4 param_2,undefined **param_3,undefined4 *param_4,\n int *param_5,undefined1 *param_6,uint param_7,int param_8,int *param_9,\n undefined **param_10,uint param_11)" (binary_expression "undefined4 * __regparm2\nFUN_001c8700(un...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "STB": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values...
null
(translation_unit (ERROR (binary_expression left: (identifier) (ERROR (identifier)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (ERROR (identifier)) (identifier) (ERROR (identifier)) (binary_expression left: (identifier) right: (pointer_expression argument: (identifier))) (bina...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * __regparm2 MASKED(undefined4 param_1,undefined4 param_2,undefined **param_3,undefined4 *param_4, int *param_5,undefined1 *param_6,uint param_7,int param_8,int *param_9, undefined **param_10,ui...
121_sha1sum_and_sha1sum_strip.c
quote_n_mem
FUN_00016a30
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ char * quote_n_mem(int n,char *arg,size_t argsize) { char *pcVar1; pcVar1 = quotearg_n_options(n,arg,argsize,&quote_quoting_options); return pcVar1; }
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_00016a30(void) { undefined *puStack00000004; puStack00000004 = &DAT_0001e120; FUN_00015f10(); return; }
CALL 0x00012865 ADD EDX,0x75cb MOV EAX,dword ptr [ESP + 0x4] MOV ECX,dword ptr [ESP + 0xc] LEA EDX,[EDX + 0x120] MOV dword ptr [ESP + 0x4],EDX MOV EDX,dword ptr [ESP + 0x8] JMP 0x00015f10
null
null
null
null
[('const-123168', u'PTRSUB_-1205966142'), (u'PTRSUB_-1205966142', u'CALL_-1205966222'), ('tmp_86', u'CALL_-1205966222'), ('tmp_88', u'CALL_-1205966222'), ('const-0', u'RETURN_-1205966218'), ('tmp_87', u'CALL_-1205966222'), ('const-0', u'PTRSUB_-1205966142'), (u'CALL_-1205966222', u'RETURN_-1205966218')]
[('const-0', u'RETURN_-1205966218'), ('const-0', u'PTRSUB_-1205966185'), (u'CALL_-1205966222', u'INDIRECT_-1205966150'), ('const-123168', u'PTRSUB_-1205966185')]
null
null
00016a30
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00016a30(void)\n\n{\n undefined *puStack00000004;\n \n puStack00000004 = &DAT_0001e120;\n FUN_00015f10();\n return;\n}\n\n" comment (function_definition "void FUN_00016a30(void)\n\n{\n undefined...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nchar * quote_n_mem(int n,char *arg,size_t argsize)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_options(n,arg,argsize,&quote_quoting_options);\n return pcVar1;\n}\n\n" comment (function_definition "char * ...
(translation_unit "void FUN_00016a30(void)\n\n{\n undefined *puStack00000004;\n \n puStack00000004 = &DAT_0001e120;\n FUN_00015f10();\n return;\n}\n\n" (function_definition "void FUN_00016a30(void)\n\n{\n undefined *puStack00000004;\n \n puStack00000004 = &DAT_0001e120;\n FUN_00015f10();\n return;\n}" primiti...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (call_expression I...
(function_definition "void FUN_00016a30(void)\n\n{\n undefined *puStack00000004;\n \n puStack00000004 = &DAT_0001e120;\n FUN_00015f10();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00016a30(void)" (identifier "FUN_00016a30") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primit...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ char * function_1(int n,char *arg,size_t argsize) { char *pcVar1; pcVar1 = var_1(n,arg,argsize,&quote_quoting_options); return pcVar1; }
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: (pointer_declarator declarator: (identifier))) (...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(void) { undefined *puStack00000004; puStack00000004 = &DAT_0001e120; FUN_00015f10(); return; }
361_busybox_and_busybox_strip.c
xsocket
FUN_0001aa26
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int xsocket(int domain,int type,int protocol) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_0001aa26(int param_1,int param_2,int param_3) { int iVar1; iVar1 = socket(param_1,param_2,param_3); if (iVar1 < 0) { /* WARNING: Subroutine does not return */ FUN_00018fc9("so...
PUSH EBX SUB ESP,0xc CALL 0x00017650 ADD EBX,0xc0ff1 PUSH ECX PUSH EDX PUSH EAX CALL 0x00017320 ADD ESP,0x10 TEST EAX,EAX JNS 0x0001aa53 SUB ESP,0xc LEA EAX,[EBX + 0xffff944f] PUSH EAX CALL 0x00018fc9 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1205949884')]
[('const-0', u'INT_SLESS_-1205949827'), (u'INT_SLESS_-1205949827', u'CBRANCH_-1205949826'), ('const-1', u'RETURN_-1205949790'), ('tmp_343', u'CALL_-1205949854'), ('tmp_345', u'CALL_-1205949854'), (u'COPY_-1205949728', u'CALL_-1205949795'), ('const-0', u'RETURN_-1205949765'), ('tmp_344', u'CALL_-1205949854'), ('const-87...
null
null
0001aa26
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0001aa26(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = socket(param_1,param_2,param_3);\n if (iVar1 < 0) {\n /* WARNING: Subroutine does not ret...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint xsocket(int domain,int type,int protocol)\n\n{\n}\n\n" comment (function_definition "int xsocket(int domain,int type,int protocol)\n\n{\n}" primitive_type (function_declarator "xsocket(int domain,int type,i...
(translation_unit "void __regparm3 FUN_0001aa26(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = socket(param_1,param_2,param_3);\n if (iVar1 < 0) {\n \n FUN_00018fc9("socket");\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_0001aa26(int param_1,int param_...
(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 (assignment_expression IDENT = (c...
(function_definition "void __regparm3 FUN_0001aa26(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = socket(param_1,param_2,param_3);\n if (iVar1 < 0) {\n \n FUN_00018fc9("socket");\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (fu...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int function_1(int domain,int type,int protocol) { }
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: (primitive_type) declarator: (identifier)) (parame...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(int param_1,int param_2,int param_3) { int iVar1; iVar1 = socket(param_1,param_2,param_3); if (iVar1 < 0) { /* WARNING: Subroutine does not return */ FUN_00018fc9("socket")...
5712_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
value_from_output_section
FUN_00156540
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value_from_output_section(Alignof_expression * this, Expression...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined8 FUN_00156540(undefined4 param_1,undefined4 param_2,int *param_3) { undefined8 uVar1; if (*(code **)(*param_3 + 0xc) == FUN_00088ee0) { return *(undefined8 *)(param_3 + 9); } param_1 = param_3; ...
CALL 0x0005a908 ADD ECX,0x1ababb MOV EAX,dword ptr [ESP + 0xc] MOV EDX,dword ptr [EAX] MOV EDX,dword ptr [EDX + 0xc] LEA ECX,[ECX + 0xffd86ee0] CMP EDX,ECX JNZ 0x00156568 MOV EDX,dword ptr [EAX + 0x28] MOV EAX,dword ptr [EAX + 0x24] RET MOV dword ptr [ESP + 0x4],EAX JMP EDX
null
null
null
null
[(u'INT_EQUAL_-1207278208', u'CBRANCH_-1207278206'), ('const-0', u'PTRSUB_-1207278113'), (u'PIECE_-1207278109', u'RETURN_-1207278169'), (u'LOAD_-1207278240', u'PTRADD_-1207278109'), ('const-0', u'PTRSUB_-1207278103'), (u'LOAD_-1207278235', u'INT_EQUAL_-1207278208'), ('const-417', u'LOAD_-1207278235'), (u'LOAD_-12072782...
[('const-417', u'LOAD_-1207278169'), (u'INT_EQUAL_-1207278208', u'CBRANCH_-1207278206'), (u'LOAD_-1207278235', u'INT_EQUAL_-1207278208'), (u'COPY_-1207278171', u'RETURN_-1207278184'), (u'PTRSUB_-1207278107', u'INT_EQUAL_-1207278208'), (u'LOAD_-1207278235', u'CALLIND_-1207278174'), (u'CALLIND_-1207278174', u'INDIRECT_-1...
null
null
00156540
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nundefined8 FUN_00156540(undefined4 param_1,undefined4 param_2,int *param_3)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(*param_3 + 0xc) == FUN_00088ee0) {\n return *(undefined8 *)(param_3 + 9);\n }\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t value_from_output_section(Alignof_expression ...
(translation_unit "undefined8 FUN_00156540(undefined4 param_1,undefined4 param_2,int *param_3)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(*param_3 + 0xc) == FUN_00088ee0) {\n return *(undefined8 *)(param_3 + 9);\n }\n param_1 = param_3;\n \n \n uVar1 = (**(code **)(*para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (...
(function_definition "undefined8 FUN_00156540(undefined4 param_1,undefined4 param_2,int *param_3)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(*param_3 + 0xc) == FUN_00088ee0) {\n return *(undefined8 *)(param_3 + 9);\n }\n param_1 = param_3;\n \n \n uVar1 = (**(code **)(*p...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* DWARF original prototype: uint64_t value_from_output_section(Alignof_expression * this, Expression...
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: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ undefined8 MASKED(undefined4 param_1,undefined4 param_2,int *param_3) { undefined8 uVar1; if (*(code **)(*param_3 + 0xc) == FUN_00088ee0) { return *(undefined8 *)(param_3 + 9); } param_1 = param_3; ...
104_x86_64-kfreebsd-gnu-c++filt(1)_and_x86_64-kfreebsd-gnu-c++filt(1)_strip.c
countargv
FUN_00013640
int countargv(char **argv) { int iVar1; iVar1 = 0; if ((argv != (char **)0x0) && (*argv != (char *)0x0)) { do { iVar1 = iVar1 + 1; } while (argv[iVar1] != (char *)0x0); return iVar1; } return iVar1; }
void FUN_00013640(int *param_1) { int iVar1; iVar1 = 0; if ((param_1 != (int *)0x0) && (*param_1 != 0)) { do { iVar1 = iVar1 + 1; } while (param_1[iVar1] != 0); return; } return; }
MOV EDX,dword ptr [ESP + 0x4] XOR EAX,EAX TEST EDX,EDX JZ 0x00013660 MOV ECX,dword ptr [EDX] TEST ECX,ECX JZ 0x00013660 ADD EAX,0x1 MOV ECX,dword ptr [EDX + EAX*0x4] TEST ECX,ECX JNZ 0x00013650 RET RET
null
null
null
null
[(u'INT_ADD_-1205979513', u'PTRADD_-1205979407'), ('const-4', u'PTRADD_-1205979407'), ('const-0', u'RETURN_-1205979488'), ('const-417', u'LOAD_-1205979550'), ('const-0', u'INT_NOTEQUAL_-1205979499'), ('tmp_174', u'LOAD_-1205979550'), ('tmp_174', u'INT_NOTEQUAL_-1205979550'), ('const-1', u'INT_ADD_-1205979513'), ('tmp_8...
[(u'INT_ADD_-1205979513', u'PTRADD_-1205979407'), ('const-0', u'RETURN_-1205979488'), ('const-0', u'INT_NOTEQUAL_-1205979499'), ('const-1', u'INT_ADD_-1205979513'), ('tmp_262', u'PTRADD_-1205979407'), ('tmp_87', u'CBRANCH_-1205979532'), ('const-4', u'PTRADD_-1205979407'), ('tmp_152', u'CBRANCH_-1205979498'), ('tmp_56',...
null
null
00013640
x86
O3
(translation_unit "void FUN_00013640(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00013640(int *param_1)\n\n{\n int iVar...
(translation_unit "int countargv(char **argv)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((argv != (char **)0x0) && (*argv != (char *)0x0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (argv[iVar1] != (char *)0x0);\n return iVar1;\n }\n return iVar1;\n}\n\n" (function_definition "int countargv(char **argv)\n...
(translation_unit "void FUN_00013640(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00013640(int *param_1)\n\n{\n int iVar...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expres...
(function_definition "void FUN_00013640(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00013640(int *param_1...
int function_1(char **var_1) { int var_2; var_2 = 0; if ((var_1 != (char **)0x0) && (*var_1 != (char *)0x0)) { do { var_2 = var_2 + 1; } while (var_1[var_2] != (char *)0x0); return var_2; } return var_2; }
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
void MASKED(int *param_1) { int iVar1; iVar1 = 0; if ((param_1 != (int *)0x0) && (*param_1 != 0)) { do { iVar1 = iVar1 + 1; } while (param_1[iVar1] != 0); return; } return; }
2411_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
parse_to_value
FUN_0005e2d0
/* 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_copy_dt_needed_entries * this, char * option_name, char * arg, Command_line * param_3, General_options * para...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3) { FUN_002b5760(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x58bd29 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x3d] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x002b5760 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'RETURN_-1206197530')]
[(u'CAST_-1206197348', u'STORE_-1206197462'), ('tmp_345', u'CALL_-1206197466'), ('const-60', u'INT_ADD_-1206197448'), ('const-61', u'INT_ADD_-1206197483'), ('tmp_344', u'INT_ADD_-1206197448'), ('const-1', u'STORE_-1206197462'), ('tmp_344', u'INT_ADD_-1206197483'), ('tmp_346', u'CALL_-1206197466'), ('const-0', u'RETURN_...
null
null
0005e2d0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002b5760(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio...
(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_copy_dt_needed_entries * this, char *\n option_name, char * arg, Command_line * param_3, G...
(translation_unit "void FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002b5760(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002b5760(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 (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression...
(function_definition "void FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002b5760(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0005e2d0(int param_1,undefined4 param_2,undefined4 param_3)" (identifi...
/* 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_copy_dt_needed_entries * this, char * option_name, char * arg, Command_line * param_3, General_options * para...
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) { FUN_002b5760(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
2554_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
~Sized_dynobj
FUN_000a6f60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_dynobj(Sized_dynobj<64,_true> * this, int __in_chrg) */ void __thiscall gold::Sized_dynobj<64,_true>::~Sized_dynobj(Sized_dynobj<64,_true> *this,int __in_chrg) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000a6f60(undefined4 *param_1) { int *piVar1; int *piVar2; piVar1 = (int *)param_1[0x15]; piVar2 = (int *)param_1[0x14]; *param_1 = &DAT_0040db9c; if (piVar1 != piVar2) { do { if ((int *)*piVar2 ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x36d097 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] MOV EBP,dword ptr [ESI + 0x54] MOV EDI,dword ptr [ESI + 0x50] LEA EAX,[EBX + 0xffff9b9c] MOV dword ptr [ESI],EAX CMP EBP,EDI JZ 0x000a6faf LEA ESI,[ESI] NOP MOV EAX,dword ptr [EDI] LEA EDX,[EDI + 0x8] CMP EAX...
null
null
null
null
[('const-1', u'RETURN_-1206554754')]
[('const-0', u'RETURN_-1206554281'), ('const-417', u'LOAD_-1206554676'), (u'PTRADD_-1206554047', u'INT_NOTEQUAL_-1206554652'), ('const-4294967295', u'INT_ADD_-1206554415'), ('const-14', u'PTRADD_-1206553999'), (u'LOAD_-1206554531', u'CAST_-1206553991'), ('tmp_467', u'CBRANCH_-1206554506'), (u'LOAD_-1206554433', u'INT_A...
null
null
000a6f60
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000a6f60(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x15];\n piVar2 = (int *)param_1[0x14];\n *param_1 = &DAT_0040db9c;\n if (piVar1 != piVar2) {\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Sized_dynobj(Sized_dynobj<64,_true> * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_dynobj<64,_true>::~Sized_dynobj(Sized_dynobj<64,_true> *this,int __in_chrg)\n\n{\n}...
(translation_unit "void FUN_000a6f60(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x15];\n piVar2 = (int *)param_1[0x14];\n *param_1 = &DAT_0040db9c;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_00248220((int *)*piVar2);\n ...
(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) ;) (expression_statement (assignment_expression ID...
(function_definition "void FUN_000a6f60(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x15];\n piVar2 = (int *)param_1[0x14];\n *param_1 = &DAT_0040db9c;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_00248220((int *)*piVar2);\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_dynobj(Sized_dynobj<64,_true> * this, int __in_chrg) */ void __thiscall gold::Sized_dynobj<64,_true>::~Sized_dynobj(Sized_dynobj<64,_true> *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 (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; piVar1 = (int *)param_1[0x15]; piVar2 = (int *)param_1[0x14]; *param_1 = &DAT_0040db9c; if (piVar1 != piVar2) { do { if ((int *)*piVar2 != piV...
9698_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
~__timepunct_cache
FUN_00238b50
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::__timepunct_cache<wchar_t>::~__timepunct_cache() */ void __thiscall std::__timepunct_cache<wchar_t>::~__timepunct_cache(__timepunct_cache<wchar_t> *this) { *(undefined ***)this = &PTR____timepunct_cache_0038dd74; loca...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00238b50(undefined4 *param_1) { *param_1 = &PTR_FUN_0038dd74; FUN_001e8c40(param_1); return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x1564aa SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x1c] LEA EDX,[EBX + 0xffffed6c] ADD EDX,0x8 MOV dword ptr [EAX],EDX PUSH EAX CALL 0x001e8c40 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_183', u'CAST_-1203991544'), ('const-0', u'PTRSUB_-1203991547'), ('const-3726708', u'PTRSUB_-1203991547'), (u'CAST_-1203991544', u'CALL_-1203991645'), (u'CAST_-1203991548', u'STORE_-1203991658'), ('tmp_183', u'CAST_-1203991548'), (u'PTRSUB_-1203991547', u'STORE_-1203991658'), ('const-0', u'RETURN_-1203991617'), (...
[('tmp_282', u'CALL_-1203991645'), ('const-0', u'PTRSUB_-1203991547'), ('const-417', u'STORE_-1203991658'), ('tmp_282', u'STORE_-1203991658'), ('const-3726708', u'PTRSUB_-1203991547'), (u'PTRSUB_-1203991547', u'STORE_-1203991658'), ('const-0', u'RETURN_-1203991617')]
null
null
00238b50
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00238b50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038dd74;\n FUN_001e8c40(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00238b50(undefined4 *param_1)\n\n{\n *param_1 =...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__timepunct_cache<wchar_t>::~__timepunct_cache() */\n\nvoid __thiscall\nstd::__timepunct_cache<wchar_t>::~__timepunct_cache(__timepunct_cache<wchar_t> *this)\n\n{\n *(undefined ***)this = &PTR____timepun...
(translation_unit "void FUN_00238b50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038dd74;\n FUN_001e8c40(param_1);\n return;\n}\n\n" (function_definition "void FUN_00238b50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038dd74;\n FUN_001e8c40(param_1);\n return;\n}" primitive_type (function_declarator "FU...
(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_00238b50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0038dd74;\n FUN_001e8c40(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00238b50(undefined4 *param_1)" (identifier "FUN_00238b50") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::__timepunct_cache<wchar_t>::~__timepunct_cache() */ void __thiscall std::function_1<wchar_t>::~function_1(function_1<wchar_t> *this) { *(type_1 ***)this = &PTR____timepunct_cache_0038dd74; locale::facet::~var_1((var_1...
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_0038dd74; FUN_001e8c40(param_1); return; }
96_powerpc64le-linux-gnu-ranlib_and_powerpc64le-linux-gnu-ranlib_strip.c
main
FUN_00012640
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ int main(int argc,char **argv) { uint uVar1; char **ppcVar2; bfd *pbVar3; undefined *puVar4; operations oVar5; char cVar6; bfd_boolean bVar7; ...
null
LEA ECX,[ESP + 0x4] AND ESP,0xfffffff0 PUSH dword ptr [ECX + -0x4] PUSH EBP MOV EBP,ESP PUSH EDI MOV EDI,ECX PUSH ESI PUSH EBX CALL 0x00013710 ADD EBX,0xe9a9 PUSH ECX SUB ESP,0xf0 MOV dword ptr [EBP + 0xffffff18],ECX LEA ESI,[EBX + 0xffff9029] PUSH ESI PUSH 0x5 CALL 0x00012460 POP EAX POP EDX PUSH ESI PUSH 0x0 CALL 0x0...
null
null
null
null
[(u'MULTIEQUAL_-1205963435', u'MULTIEQUAL_-1205965992'), (u'INDIRECT_-1205969950', u'MULTIEQUAL_-1205969571'), (u'INDIRECT_-1205970364', u'MULTIEQUAL_-1205970809'), (u'INDIRECT_-1205973699', u'MULTIEQUAL_-1205975714'), (u'CALL_-1205980833', u'CAST_-1205961291'), (u'INDIRECT_-1205963708', u'MULTIEQUAL_-1205963596'), (u'...
Error pcode
null
null
00012640
x86
O3
null
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nint main(int argc,char **argv)\n\n{\n uint uVar1;\n char **ppcVar2;\n bfd *pbVar3;\n undefined *puVar4;\n operations oVar5;\n char ...
null
null
null
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ int function_1(int var_20,char **var_23) { type_1 var_13; char **var_29; type_2 *var_74; type_3 *puVar4; type_4 var_70; char var_12; type_5 var...
null
null
null
null
312_x86_64-kfreebsd-gnu-as_and_x86_64-kfreebsd-gnu-as_strip.c
input_scrub_next_buffer
FUN_000260a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * input_scrub_next_buffer(char **bufp) { char *pcVar1; input_save *piVar2; char *pcVar3; char *pcVar4; char *pcVar5; size_t sVar6; size_t sVar7; pcVar3 = buffer_st...
/* 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 */ undefined1 * FUN_000260a0(int *param_1) { undefined1 *puVar1; uint uVar2; int iVar3; int iVar4; undefined1 *puVar5; undefined1 *puV...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00016000 ADD EBX,0x59f57 SUB ESP,0x1c MOV EDX,dword ptr [EBX + 0x27c] CMP EDX,-0x1 JZ 0x00026160 MOV ECX,dword ptr [EBX + 0x8a30] CMP EDX,ECX JNC 0x00026100 MOV ESI,dword ptr [EBX + 0x8a2c] MOV EDI,dword ptr [ESP + 0x30] MOV dword ptr [EBX + 0x27c],ECX MOV dword ptr [EBX + 0x8...
null
null
null
null
[(u'MULTIEQUAL_-1206032580', u'COPY_-1206032645'), ('tmp_5544', u'COPY_-1206032360'), (u'CALL_-1206033900', u'INDIRECT_-1206032508'), (u'INDIRECT_-1206032437', u'COPY_-1206032474'), (u'CALL_-1206032979', u'INDIRECT_-1206032235'), (u'STORE_-1206033049', u'INDIRECT_-1206032285'), ('tmp_5545', u'CALL_-1206033075'), (u'CAL...
[('const-417', u'LOAD_-1206033484'), ('const-0', u'COPY_-1206032660'), (u'CALL_-1206033075', u'INDIRECT_-1206032214'), (u'MULTIEQUAL_-1206032960', u'COPY_-1206033438'), (u'CALL_-1206033235', u'INDIRECT_-1206032144'), (u'STORE_-1206034099', u'INDIRECT_-1206032694'), ('const-10', u'STORE_-1206032909'), (u'CALL_-120603296...
null
null
000260a0
x86
O3
(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\nundefined1 * FUN_000260a0(int *param_1)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nchar * input_scrub_next_buffer(char **bufp)\n\n{\n char *pcVar1;\n input_save *piVar2;\n char *pcVar3;\n char *pcVar4;\n char *pcVar5;\n size_t sVar6;\n size_t ...
(translation_unit "undefined1 * FUN_000260a0(int *param_1)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined1 *puVar5;\n undefined1 *puVar6;\n undefined4 uVar7;\n void *__dest;\n size_t sVar8;\n \n iVar4 = DAT_00088a48;\n sVar8 = DAT_00088a40;\n uVar2 = DAT_0008027c;\n if (DAT...
(translation_unit (function_definition TYPE (pointer_declarator * (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 ID...
(function_definition "undefined1 * FUN_000260a0(int *param_1)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n int iVar3;\n int iVar4;\n undefined1 *puVar5;\n undefined1 *puVar6;\n undefined4 uVar7;\n void *__dest;\n size_t sVar8;\n \n iVar4 = DAT_00088a48;\n sVar8 = DAT_00088a40;\n uVar2 = DAT_0008027c;\n if (...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * function_1(char **bufp) { char *var_10; type_1 *piVar2; char *var_6; char *var_8; char *var_9; size_t var_7; size_t var_12; var_6 = var_2; var_7 = var_3; var...
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)))))) body: (compound_statement (decl...
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 */ undefined1 * MASKED(int *param_1) { undefined1 *puVar1; uint uVar2; int iVar3; int iVar4; undefined1 *puVar5; undefined1 *puVar6; ...
1_cp_and_cp_strip.c
_init
_DT_INIT
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int _init(EVP_PKEY_CTX *ctx) { int iVar1; if (PTR___gmon_start___0003afbc != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003afbc)(); } frame_dummy(); iVar1 = __do_global_ctors_aux(); return iVar1; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void _DT_INIT(void) { if (PTR___gmon_start___0003afbc != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003afbc)(); } thunk_FUN_00013320(); FUN_0002d5f0(); return; }
PUSH EBX SUB ESP,0x8 CALL 0x000132d0 ADD EBX,0x28ff7 MOV EAX,dword ptr [EBX + 0xffffffbc] TEST EAX,EAX JZ 0x0001201b CALL EAX CALL 0x00013400 CALL 0x0002d5f0 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'CALLIND_-1205985207', u'INDIRECT_-1205985066'), (u'INDIRECT_-1205985066', u'MULTIEQUAL_-1205985061'), ('const-0', u'RETURN_-1205985167'), ('tmp_427', u'INT_NOTEQUAL_-1205985216'), (u'CALL_-1205985195', u'INDIRECT_-1205985057'), ('tmp_427', u'CAST_-1205985058'), ('tmp_427', u'MULTIEQUAL_-1205985061'), ('const-0', u'...
[('const-0', u'RETURN_-1205985167'), (u'CAST_-1205985062', u'CALLIND_-1205985207'), (u'CALLIND_-1205985207', u'INDIRECT_-1205985070'), ('tmp_407', u'INT_NOTEQUAL_-1205985216'), ('tmp_407', u'CAST_-1205985062'), ('const-0', u'INT_NOTEQUAL_-1205985216'), (u'CALL_-1205985203', u'INDIRECT_-1205985067'), (u'CALL_-1205985195...
null
null
00012000
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003afbc != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003afbc)();\n }\n thunk_FUN_00013320();\n FUN_0002d5f0();\n return;\n}\n\n" comment (fu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n \n if (PTR___gmon_start___0003afbc != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003afbc)();\n }\n frame_dummy();\n iVar1 = __do_global_ctors_a...
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003afbc != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003afbc)();\n }\n thunk_FUN_00013320();\n FUN_0002d5f0();\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003afbc != (undefined *)0x0) ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen...
(function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003afbc != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003afbc)();\n }\n thunk_FUN_00013320();\n FUN_0002d5f0();\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int function_1(type_1 *ctx) { int iVar1; if (var_1 != (type_2 *)0x0) { (*(type_3 *)var_1)(); } var_2(); iVar1 = var_3(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { if (PTR___gmon_start___0003afbc != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003afbc)(); } thunk_FUN_00013320(); FUN_0002d5f0(); return; }
7978_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
__messages_close<char>
FUN_001c3ef0
/* void std::__facet_shims::__messages_close<char>(std::integral_constant<bool, false>, std::locale::facet const*, int) */ void std::__facet_shims::__messages_close<char>(undefined4 param_1,int *param_2) { param_1 = param_2; /* WARNING: Could not recover jumptable at 0x001c3f02. Too many bra...
void FUN_001c3ef0(undefined4 param_1,int *param_2) { param_1 = param_2; /* WARNING: Could not recover jumptable at 0x001c3f02. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_2 + 0x10))(); return; }
MOV EAX,dword ptr [ESP + 0x8] MOV ECX,dword ptr [ESP + 0xc] MOV EDX,dword ptr [EAX] MOV dword ptr [ESP + 0x8],ECX MOV dword ptr [ESP + 0x4],EAX JMP dword ptr [EDX + 0x10]
null
null
null
null
[('const-417', u'LOAD_-1207746797'), ('tmp_85', u'LOAD_-1207746816'), (u'LOAD_-1207746797', u'CALLIND_-1207746790'), (u'INT_ADD_-1207746781', u'CAST_-1207746721'), (u'LOAD_-1207746816', u'INT_ADD_-1207746781'), ('const-417', u'LOAD_-1207746816'), ('const-16', u'INT_ADD_-1207746781'), (u'CALLIND_-1207746790', u'INDIRECT...
[(u'LOAD_-1207746797', u'CALLIND_-1207746790'), ('const-417', u'LOAD_-1207746797'), ('tmp_87', u'COPY_-1207746804'), (u'INT_ADD_-1207746781', u'CAST_-1207746721'), (u'LOAD_-1207746816', u'INT_ADD_-1207746781'), ('const-16', u'INT_ADD_-1207746781'), (u'CALLIND_-1207746790', u'INDIRECT_-1207746727'), (u'CAST_-1207746721'...
null
null
001c3ef0
x86
O3
(translation_unit "void FUN_001c3ef0(undefined4 param_1,int *param_2)\n\n{\n param_1 = param_2;\n /* WARNING: Could not recover jumptable at 0x001c3f02. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_2 + 0x10))();\n return;\n}\n\n" (fu...
(translation_unit "/* void std::__facet_shims::__messages_close<char>(std::integral_constant<bool, false>,\n std::locale::facet const*, int) */\n\nvoid std::__facet_shims::__messages_close<char>(undefined4 param_1,int *param_2)\n\n{\n param_1 = param_2;\n /* WARNING: Could not recover jumptable at...
(translation_unit "void FUN_001c3ef0(undefined4 param_1,int *param_2)\n\n{\n param_1 = param_2;\n \n \n (**(code **)(*param_2 + 0x10))();\n return;\n}\n\n" (function_definition "void FUN_001c3ef0(undefined4 param_1,int *param_2)\n\n{\n param_1 = param_2;\n \n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression (parenth...
(function_definition "void FUN_001c3ef0(undefined4 param_1,int *param_2)\n\n{\n param_1 = param_2;\n \n \n (**(code **)(*param_2 + 0x10))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_001c3ef0(undefined4 param_1,int *param_2)" (identifier "FUN_001c3ef0") (pa...
/* void std::__facet_shims::__messages_close<char>(std::integral_constant<bool, false>, std::locale::facet const*, int) */ void std::__facet_shims::__messages_close<char>(undefined4 param_1,int *param_2) { param_1 = param_2; /* WARNING: Could not recover jumptable at 0x001c3f02. Too many bra...
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: (pointer_declarator declarator: (identifi...
null
void MASKED(undefined4 param_1,int *param_2) { param_1 = param_2; /* WARNING: Could not recover jumptable at 0x001c3f02. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*param_2 + 0x10))(); return; }
2252_openssl_and_openssl_strip.c
X509_REQ_free
X509_REQ_free
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void X509_REQ_free(X509_REQ *a) { /* WARNING: Bad instruction - Truncating control flow here */ /* X509_REQ_free@@OPENSSL_1_1_0 */ halt_b...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void X509_REQ_free(X509_REQ *a) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206654702')]
[('const-1', u'RETURN_-1206654702')]
null
null
000ce908
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid X509_REQ_free(X509_REQ *a)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comm...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid X509_REQ_free(X509_REQ *a)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_REQ_free@@...
(translation_unit "void X509_REQ_free(X509_REQ *a)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void X509_REQ_free(X509_REQ *a)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "X509_REQ_free(X509_REQ *a)" identifier (parameter_list "(X509_REQ *a)" ( (...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void X509_REQ_free(X509_REQ *a)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "X509_REQ_free(X509_REQ *a)" (identifier "X509_REQ_free") (parameter_list "(X509_REQ *a)" (( "(") (parameter_declaration "X509_REQ *a" (type_identifier "X509_REQ") (pointe...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *a) { /* WARNING: Bad instruction - Truncating control flow here */ /* X509_REQ_free@@OPENSSL_1_1_0 */ var_1(); } ...
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 (call_expression...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(X509_REQ *a) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
14_powerpc64-linux-gnu-size_and_powerpc64-linux-gnu-size_strip.c
bfd_openr
bfd_openr
void bfd_openr(void) { (*(code *)PTR_bfd_openr_00019038)(); return; }
void bfd_openr(void) { (*(code *)PTR_bfd_openr_00019038)(); return; }
JMP dword ptr [EBX + 0x38]
null
null
null
null
[(u'CALLIND_-1205989126', u'INDIRECT_-1205989054'), (u'INDIRECT_-1205989054', u'COPY_-1205989113'), (u'CAST_-1205989049', u'CALLIND_-1205989126'), ('tmp_58', u'CAST_-1205989049'), ('const-0', u'RETURN_-1205989123')]
[(u'CALLIND_-1205989126', u'INDIRECT_-1205989054'), (u'INDIRECT_-1205989054', u'COPY_-1205989113'), (u'CAST_-1205989049', u'CALLIND_-1205989126'), ('tmp_58', u'CAST_-1205989049'), ('const-0', u'RETURN_-1205989123')]
null
null
000110f0
x86
O3
(translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(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_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00019038)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr(void)" (identifier "bfd_openr") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co...
void function_1(void) { (*(type_1 *)PTR_bfd_openr_00019038)(); 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_00019038)(); return; }
419_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
lang_enter_overlay
FUN_00029f10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void lang_enter_overlay(etree_type *vma_expr,etree_type *subalign) { if (((overlay_vma != (etree_type *)0x0) || (overlay_subalign != (etree_type *)0x0)) || (overlay_max != (etree_t...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00029f10(undefined4 param_1,undefined4 param_2) { if (((DAT_001c3880 != 0) || (DAT_001c387c != 0)) || (DAT_001c3878 != 0)) { FUN_00034e10("../../ld/ldlang.c",0x1f11); } DAT_001c3880 = param_1; DAT_001c387c =...
PUSH EBX CALL 0x00017c50 ADD EBX,0x1980ea SUB ESP,0x8 MOV ECX,dword ptr [EBX + 0x1880] TEST ECX,ECX JZ 0x00029f60 SUB ESP,0x8 LEA EAX,[EBX + 0xffebccfe] PUSH 0x1f11 PUSH EAX CALL 0x00034e10 ADD ESP,0x10 MOV EAX,dword ptr [ESP + 0x10] MOV dword ptr [EBX + 0x1880],EAX MOV EAX,dword ptr [ESP + 0x14] MOV dword ptr [EBX + 0...
null
null
null
null
[('const-7953', u'CALL_-1206018185'), ('const-519422', u'COPY_-1206018041'), ('tmp_686', u'INT_NOTEQUAL_-1206018224'), ('tmp_688', u'INT_NOTEQUAL_-1206018065'), (u'INT_NOTEQUAL_-1206018224', u'CBRANCH_-1206018224'), ('tmp_344', u'COPY_-1206018148'), (u'CALL_-1206018185', u'INDIRECT_-1206017990'), ('tmp_292', u'CBRANCH_...
[(u'MULTIEQUAL_-1206017983', u'COPY_-1206018019'), (u'INT_NOTEQUAL_-1206018224', u'CBRANCH_-1206018224'), ('tmp_684', u'INT_NOTEQUAL_-1206018089'), ('tmp_292', u'CBRANCH_-1206018088'), ('const-0', u'INT_NOTEQUAL_-1206018089'), ('tmp_100', u'CBRANCH_-1206018224'), (u'COPY_-1206018164', u'COPY_-1206018013'), (u'COPY_-120...
null
null
00029f10
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00029f10(undefined4 param_1,undefined4 param_2)\n\n{\n if (((DAT_001c3880 != 0) || (DAT_001c387c != 0)) || (DAT_001c3878 != 0)) {\n FUN_00034e10("../../ld/ldlang.c",0x1f11);\n }\n DAT_001c3880 =...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid lang_enter_overlay(etree_type *vma_expr,etree_type *subalign)\n\n{\n if (((overlay_vma != (etree_type *)0x0) || (overlay_subalign != (etree_type *)0x0)) ||\n ...
(translation_unit "void FUN_00029f10(undefined4 param_1,undefined4 param_2)\n\n{\n if (((DAT_001c3880 != 0) || (DAT_001c387c != 0)) || (DAT_001c3878 != 0)) {\n FUN_00034e10("../../ld/ldlang.c",0x1f11);\n }\n DAT_001c3880 = param_1;\n DAT_001c387c = param_2;\n return;\n}\n\n" (function_definition "void FUN_00029...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_express...
(function_definition "void FUN_00029f10(undefined4 param_1,undefined4 param_2)\n\n{\n if (((DAT_001c3880 != 0) || (DAT_001c387c != 0)) || (DAT_001c3878 != 0)) {\n FUN_00034e10("../../ld/ldlang.c",0x1f11);\n }\n DAT_001c3880 = param_1;\n DAT_001c387c = param_2;\n return;\n}" (primitive_type "void") (function_dec...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *vma_expr,type_1 *subalign) { if (((var_1 != (type_1 *)0x0) || (var_2 != (type_1 *)0x0)) || (var_3 != (type_1 *)0x0)) { var_4("../../ld/ldlang.c",0x1f11)...
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) { if (((DAT_001c3880 != 0) || (DAT_001c387c != 0)) || (DAT_001c3878 != 0)) { FUN_00034e10("../../ld/ldlang.c",0x1f11); } DAT_001c3880 = param_1; DAT_001c387c = param...
1691_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
parse_to_value
FUN_00047810
/* 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_dynamic_list_data * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3) { FUN_0014bc50(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x3cc7e9 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x3d] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x0014bc50 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-1', u'RETURN_-1206159322')]
[('const-60', u'INT_ADD_-1206159240'), (u'INT_ADD_-1206159275', u'CALL_-1206159258'), ('tmp_344', u'INT_ADD_-1206159275'), ('const-1', u'STORE_-1206159254'), ('tmp_346', u'CALL_-1206159258'), ('tmp_344', u'INT_ADD_-1206159240'), ('const-61', u'INT_ADD_-1206159275'), ('const-417', u'STORE_-1206159254'), (u'CAST_-1206159...
null
null
00047810
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio...
(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_dynamic_list_data * this, char *\n option_name, char * arg, Command_line * param_3, Genera...
(translation_unit "void FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(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 (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression...
(function_definition "void FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047810(int param_1,undefined4 param_2,undefined4 param_3)" (identifi...
/* 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_dynamic_list_data * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) ...
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) { FUN_0014bc50(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
2957_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
_M_realloc_insert<unsigned_int_const&>
FUN_0009acc0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original name: _M_realloc_insert<unsigned int const&> DWARF original prototype: void _M_realloc_insert<unsigned_int_const&>(vector<unsigned_int,_std::allocator<unsigned_int>_> * this, iterator __position, uint * _...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0009acc0(undefined4 *param_1,void *param_2,undefined4 *param_3) { void *__dest; void *__src; void *pvVar1; uint uVar2; void *__dest_00; uint uVar3; size_t __n; int local_28; __src = (void *)*param_1...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x2a4337 SUB ESP,0x2c MOV EBP,dword ptr [ESP + 0x40] MOV EDI,dword ptr [ESP + 0x44] MOV ESI,dword ptr [EBP] MOV EAX,dword ptr [EBP + 0x4] MOV dword ptr [ESP + 0xc],EAX SUB EAX,ESI SUB EDI,ESI SAR EAX,0x2 MOV dword ptr [ESP + 0x8],EDI JZ 0x0009adf0 LEA ECX,[EAX...
null
null
null
null
[(u'MULTIEQUAL_-1206472591', u'STORE_-1206472992'), ('const-0', u'RETURN_-1206472947'), (u'PTRSUB_-1206472382', u'STORE_-1206473011'), ('tmp_1208', u'PTRSUB_-1206472583'), (u'PTRSUB_-1206472566', u'LOAD_-1206473469'), ('const-0', u'PTRSUB_-1206472574'), (u'CAST_-1206472548', u'INT_SUB_-1206473420'), ('const-0', u'PTRSU...
[(u'INT_MULT_-1206472764', u'MULTIEQUAL_-1206472828'), ('const-0', u'RETURN_-1206472947'), (u'CAST_-1206472474', u'CALL_-1206473048'), (u'INT_MULT_-1206472758', u'INT_LESS_-1206473341'), ('tmp_2737', u'PTRADD_-1206472388'), ('const-4', u'PTRADD_-1206472580'), (u'CAST_-1206472523', u'MULTIEQUAL_-1206472791'), ('tmp_2737...
null
null
0009acc0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0009acc0(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original name: _M_realloc_insert<unsigned int const&>\n DWARF original prototype: void\n _M_realloc_insert<unsigned_int_const&>(vector<unsigned_int,_std::allocator<unsigned_int>_> *\n this, iterato...
(translation_unit "void FUN_0009acc0(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (i...
(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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_...
(function_definition "void FUN_0009acc0(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 -...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original name: _M_realloc_insert<unsigned int const&> DWARF original prototype: void _M_realloc_insert<unsigned_int_const&>(vector<unsigned_int,_std::allocator<unsigned_int>_> * this, iterator __position, uint * _...
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: (pointer...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,void *param_2,undefined4 *param_3) { void *__dest; void *__src; void *pvVar1; uint uVar2; void *__dest_00; uint uVar3; size_t __n; int local_28; __src = (void *)*param_1; pv...
1044_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
bfd_get_unique_section_name
bfd_get_unique_section_name
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_unique_section_name(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_get_unique_section_name(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207823786')]
[('const-1', u'RETURN_-1207823786')]
null
null
001d124c
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_unique_section_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_unique_section_name(void)\n\n{\n ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_unique_section_name(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_unique_section_name(void)\n\n{\n ...
(translation_unit "void bfd_get_unique_section_name(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_unique_section_name(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_unique_section_name(void)" identifier (parameter_lis...
(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_unique_section_name(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_unique_section_name(void)" (identifier "bfd_get_unique_section_name") (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(); }
227_powerpc64le-linux-gnu-nm_and_powerpc64le-linux-gnu-nm_strip.c
strrchr
strrchr
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* strrchr@@GLIBC_2.0 */ halt_baddata()...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205935846')]
[('const-1', u'RETURN_-1205935846')]
null
null
0001e110
x86
O3
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment co...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strrchr@@GLIB...
(translation_unit "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c)" (* "*") (function_declarator "strrchr(char *__s,int __c)" (identifier "strrchr") (parameter_list "(char *__s,int __c)" (( "(") (parameter_d...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* strrchr@@GLIBC_2.0 */ var_1(); } ...
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 *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
16_aarch64-linux-gnu-size_and_aarch64-linux-gnu-size_strip.c
dcgettext
dcgettext
void dcgettext(void) { (*(code *)PTR_dcgettext_00019040)(); return; }
void dcgettext(void) { (*(code *)PTR_dcgettext_00019040)(); return; }
JMP dword ptr [EBX + 0x40]
null
null
null
null
[('const-0', u'RETURN_-1205989091'), (u'INDIRECT_-1205989022', u'COPY_-1205989081'), ('tmp_58', u'CAST_-1205989017'), (u'CAST_-1205989017', u'CALLIND_-1205989094'), (u'CALLIND_-1205989094', u'INDIRECT_-1205989022')]
[('const-0', u'RETURN_-1205989091'), (u'INDIRECT_-1205989022', u'COPY_-1205989081'), ('tmp_58', u'CAST_-1205989017'), (u'CAST_-1205989017', u'CALLIND_-1205989094'), (u'CALLIND_-1205989094', u'INDIRECT_-1205989022')]
null
null
00011110
x86
O3
(translation_unit "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(translation_unit "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(translation_unit "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaratio...
(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 dcgettext(void)\n\n{\n (*(code *)PTR_dcgettext_00019040)();\n return;\n}" (primitive_type "void") (function_declarator "dcgettext(void)" (identifier "dcgettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co...
void function_1(void) { (*(type_1 *)PTR_dcgettext_00019040)(); 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_00019040)(); return; }
4766_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
mips_mach_extends
FUN_001765c0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: bool mips_mach_extends(Target_mips<64,_false> * this, uint base, uint extension) */ bool __thiscall anon_unknown.dwarf_d7d43e::Target_mips<64,_false>::mips_mach_extends (Target_mips<64,_false> *this,uint base,uint...
undefined4 __regparm3 FUN_001765c0(int param_1,int param_2,int param_3) { int iVar1; char cVar2; int iVar3; undefined4 uVar4; int iVar5; if (param_3 == param_2) { return 1; } if (param_2 == 0x20) { uVar4 = FUN_001765c0(); cVar2 = (char)uVar4; } else { if (param_2 != 0x21) goto L...
PUSH EDI PUSH ESI PUSH EBX CMP ECX,EDX JZ 0x00176604 MOV EDI,EAX MOV ESI,EDX MOV EBX,ECX CMP EDX,0x20 JZ 0x00176630 CMP EDX,0x21 JZ 0x00176620 MOV EDX,dword ptr [EDI + 0x54] MOV ECX,dword ptr [EDI + 0x58] SUB ECX,EDX SAR ECX,0x3 JZ 0x00176610 XOR EAX,EAX JMP 0x001765f7 ADD EAX,0x1 CMP EAX,ECX JZ 0x00176610 CMP EBX,dwor...
null
null
null
null
[('tmp_1411', u'MULTIEQUAL_-1207408683'), (u'INT_MULT_-1207409024', u'INT_ADD_-1207409036'), (u'CAST_-1207408551', u'LOAD_-1207409052'), (u'LOAD_-1207409031', u'INT_EQUAL_-1207409011'), ('const-32', u'INT_EQUAL_-1207409164'), (u'INT_EQUAL_-1207409037', u'CBRANCH_-1207409034'), ('tmp_1410', u'CALL_-1207408877'), (u'MULT...
[(u'CALL_-1207408908', u'MULTIEQUAL_-1207408532'), (u'INT_MULT_-1207409024', u'INT_ADD_-1207409036'), (u'SUBPIECE_-1207408649', u'MULTIEQUAL_-1207408531'), (u'LOAD_-1207409031', u'INT_EQUAL_-1207409011'), (u'INT_NOTEQUAL_-1207408862', u'CBRANCH_-1207408862'), ('const-33', u'INT_NOTEQUAL_-1207409147'), (u'INT_EQUAL_-120...
null
null
001765c0
x86
O3
(translation_unit "undefined4 __regparm3 FUN_001765c0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n undefined4 uVar4;\n int iVar5;\n \n if (param_3 == param_2) {\n return 1;\n }\n if (param_2 == 0x20) {\n uVar4 = FUN_001765c0();\n cVar2 = (char)uVar4;\n }\n else...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: bool mips_mach_extends(Target_mips<64,_false> * this, uint base, uint\n extension) */\n\nbool __thiscall\nanon_unknown.dwarf_d7d43e::Target_mips<64,_false>::mips_mach_extends\n (Target_mips<64,_fal...
(translation_unit "undefined4 __regparm3 FUN_001765c0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n undefined4 uVar4;\n int iVar5;\n \n if (param_3 == param_2) {\n return 1;\n }\n if (param_2 == 0x20) {\n uVar4 = FUN_001765c0();\n cVar2 = (char)uVar4;\n }\n else...
(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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (...
(function_definition "undefined4 __regparm3 FUN_001765c0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char cVar2;\n int iVar3;\n undefined4 uVar4;\n int iVar5;\n \n if (param_3 == param_2) {\n return 1;\n }\n if (param_2 == 0x20) {\n uVar4 = FUN_001765c0();\n cVar2 = (char)uVar4;\n }\n e...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: bool mips_mach_extends(Target_mips<64,_false> * this, uint base, uint extension) */ bool __thiscall anon_unknown.dwarf_d7d43e::var_1<64,_false>::var_4 (var_1<64,_false> *this,type_1 base,type_1 extension) { int...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (param...
null
undefined4 __regparm3 MASKED(int param_1,int param_2,int param_3) { int iVar1; char cVar2; int iVar3; undefined4 uVar4; int iVar5; if (param_3 == param_2) { return 1; } if (param_2 == 0x20) { uVar4 = MASKED(); cVar2 = (char)uVar4; } else { if (param_2 != 0x21) goto LAB_001765d7;...
185_alpha-linux-gnu-ld_and_alpha-linux-gnu-ld_strip.c
__cxa_finalize
__cxa_finalize
void __cxa_finalize(void) { (*(code *)PTR___cxa_finalize_00092f9c)(); return; }
void __cxa_finalize(void) { (*(code *)PTR___cxa_finalize_00092f9c)(); return; }
JMP dword ptr [EBX + 0xffffff9c]
null
null
null
null
[('tmp_58', u'CAST_-1205973817'), ('const-0', u'RETURN_-1205973891'), (u'INDIRECT_-1205973822', u'COPY_-1205973881'), (u'CALLIND_-1205973894', u'INDIRECT_-1205973822'), (u'CAST_-1205973817', u'CALLIND_-1205973894')]
[('tmp_58', u'CAST_-1205973817'), ('const-0', u'RETURN_-1205973891'), (u'INDIRECT_-1205973822', u'COPY_-1205973881'), (u'CALLIND_-1205973894', u'INDIRECT_-1205973822'), (u'CAST_-1205973817', u'CALLIND_-1205973894')]
null
null
00014c70
x86
O3
(translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)...
(translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)...
(translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00092f9c)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR___cxa_finalize_00092f9c)(); 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_00092f9c)(); return; }
9981_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
add_from_dynobj<32,_true>
FUN_00362d30
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original name: add...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ void FUN_00362d30(int param_1,int *param_2,uint *param_3,uint param_4,int param_5,uint param_6, int param_7,uint param_8,int *param_9,int *p...
CALL 0x00074f02 ADD EAX,0x2872cb PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x6c LEA EDI,[EAX + 0x7c8] MOV EBX,dword ptr [EBP + 0x30] MOV dword ptr [EBP + -0x54],EAX MOV ESI,dword ptr [EBP + 0x10] MOV EAX,dword ptr [EDI] MOV dword ptr [EBX],0x0 MOV EAX,dword ptr [EAX + 0xc] TEST EAX,EAX JZ 0x00363326 MOV E...
null
null
null
null
[(u'MULTIEQUAL_-1205254418', u'MULTIEQUAL_-1205253672'), (u'MULTIEQUAL_-1205253941', u'MULTIEQUAL_-1205254327'), (u'PIECE_-1205253072', u'SUBPIECE_-1205253552'), (u'INT_EQUAL_-1205258924', u'CBRANCH_-1205258919'), ('const-417', u'LOAD_-1205258023'), (u'LOAD_-1205258046', u'MULTIEQUAL_-1205253650'), ('tmp_3899', u'BRANC...
[(u'MULTIEQUAL_-1205254582', u'MULTIEQUAL_-1205254562'), (u'MULTIEQUAL_-1205254152', u'MULTIEQUAL_-1205254101'), (u'CAST_-1205252660', u'LOAD_-1205257652'), (u'SUBPIECE_-1205255993', u'INT_NEGATE_-1205256177'), (u'INDIRECT_-1205253773', u'MULTIEQUAL_-1205253729'), (u'INDIRECT_-1205254906', u'MULTIEQUAL_-1205254650'), (...
null
null
00362d30
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Restarted to delay deadcode elimination for space: stack */\n\nvoid FUN_00362d30(int param_1,int *param_2,uint *param_3,uint param_4,int param_5,uint param_6,\n int param_7,uint param...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Restarted to delay deadcode elimination for space: stack */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DW...
(translation_unit "void FUN_00362d30(int param_1,int *param_2,uint *param_3,uint param_4,int param_5,uint param_6,\n int param_7,uint param_8,int *param_9,int *param_10,int *param_11)\n\n{\n uint **ppuVar1;\n uint *puVar2;\n char cVar3;\n ushort uVar4;\n undefined4 uVar5;\n int iVar6;\n undefined...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ...
(function_definition "void FUN_00362d30(int param_1,int *param_2,uint *param_3,uint param_4,int param_5,uint param_6,\n int param_7,uint param_8,int *param_9,int *param_10,int *param_11)\n\n{\n uint **ppuVar1;\n uint *puVar2;\n char cVar3;\n ushort uVar4;\n undefined4 uVar5;\n int iVar6;\n undefi...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original name: add...
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: (pointer_declarator declarator: (identifie...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ void MASKED(int param_1,int *param_2,uint *param_3,uint param_4,int param_5,uint param_6, int param_7,uint param_8,int *param_9,int *param_1...
171_i686-kfreebsd-gnu-readelf_and_i686-kfreebsd-gnu-readelf_strip.c
find_section_in_set
FUN_00026540
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ Elf_Internal_Shdr * __regparm3 find_section_in_set(Filedata *filedata,char *name,uint *set) { uint uVar1; uint uVar2; char *__s1; int iVar3; Elf_Internal_Shdr *pEVar4; uint *puVar5; char *pcVar6; Elf_Internal_Shdr...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 FUN_00026540(int param_1,char *param_2,uint *param_3) { uint uVar1; uint uVar2; char *__s1; int iVar3; uint *puVar4; char *pcVar5; int local_2c; local_2c = *(int *)(param_1 + 0x5c); if (local_...
PUSH EBP PUSH EDI MOV EDI,EAX PUSH ESI PUSH EBX CALL 0x00013f70 ADD EBX,0x8dab5 SUB ESP,0x1c MOV EAX,dword ptr [EAX + 0x5c] MOV dword ptr [ESP + 0x4],EDX MOV dword ptr [ESP],EAX TEST EAX,EAX JZ 0x00026640 LEA EAX,[EBX + 0xfffc2aee] MOV EBP,ECX MOV dword ptr [ESP + 0x8],EAX LEA EAX,[EBX + 0xfffc3164] MOV dword ptr [ESP ...
null
null
null
null
[(u'LOAD_-1206032784', u'INT_LESSEQUAL_-1206032768'), (u'PTRSUB_-1206032078', u'LOAD_-1206032819'), (u'PTRSUB_-1206032002', u'LOAD_-1206032607'), (u'MULTIEQUAL_-1206032185', u'MULTIEQUAL_-1206032185'), ('const-0', u'COPY_-1206031981'), ('const-487773', u'COPY_-1206032532'), ('const-486126', u'COPY_-1206032997'), (u'PTR...
[('const-417', u'LOAD_-1206032800'), (u'LOAD_-1206032800', u'INT_ADD_-1206032777'), ('const-1', u'PTRADD_-1206032115'), (u'MULTIEQUAL_-1206032135', u'INT_ADD_-1206032665'), (u'INT_ADD_-1206032777', u'CAST_-1206032062'), (u'LOAD_-1206032784', u'INT_LESSEQUAL_-1206032768'), ('const-417', u'LOAD_-1206032784'), (u'COPY_-12...
null
null
00026540
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_00026540(int param_1,char *param_2,uint *param_3)\n\n{\n uint uVar1;\n uint uVar2;\n char *__s1;\n int iVar3;\n uint *puVar4;\n char *pcVar5;\n int local_2c;\n \n local_2c = *(int *...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nElf_Internal_Shdr * __regparm3 find_section_in_set(Filedata *filedata,char *name,uint *set)\n\n{\n uint uVar1;\n uint uVar2;\n char *__s1;\n int iVar3;\n Elf_Internal_Shdr *pEVar4;\n uint *puVar5;\n char...
(translation_unit "int __regparm3 FUN_00026540(int param_1,char *param_2,uint *param_3)\n\n{\n uint uVar1;\n uint uVar2;\n char *__s1;\n int iVar3;\n uint *puVar4;\n char *pcVar5;\n int local_2c;\n \n local_2c = *(int *)(param_1 + 0x5c);\n if (local_2c == 0) {\n return 0;\n }\n if (param_3 != (uint *)0x0...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat...
(function_definition "int __regparm3 FUN_00026540(int param_1,char *param_2,uint *param_3)\n\n{\n uint uVar1;\n uint uVar2;\n char *__s1;\n int iVar3;\n uint *puVar4;\n char *pcVar5;\n int local_2c;\n \n local_2c = *(int *)(param_1 + 0x5c);\n if (local_2c == 0) {\n return 0;\n }\n if (param_3 != (uint *)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_2 * __regparm3 find_section_in_set(Filedata *filedata,char *name,type_1 *var_2) { type_1 var_3; type_1 var_5; char *__s1; int var_7; type_2 *pEVar4; type_1 *puVar5; char *pcVar6; type_2 *var_1; var_1 = f...
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: (primitive_type) declarator: (pointer_declarator d...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int __regparm3 MASKED(int param_1,char *param_2,uint *param_3) { uint uVar1; uint uVar2; char *__s1; int iVar3; uint *puVar4; char *pcVar5; int local_2c; local_2c = *(int *)(param_1 + 0x5c); if (local_2c == ...
6490_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
do_add_undefined_symbols_from_command_line<64>
FUN_0018a590
/* 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_undefined_symbols_from_command_line<64>(Symbol_table * this, Layout * layout) */ void __thiscall gold::Symbol_table::do_add...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0018a590(undefined4 param_1,int param_2) { int iVar1; undefined4 *puVar2; iVar1 = *(int *)(DAT_0038f378 + 8); if (iVar1 != 0) { puVar2 = *(undefined4 **)(iVar1 + 0x4290); do { if (puVar2 == (und...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x204a67 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] LEA EBP,[EBX + 0x378] MOV EAX,dword ptr [EBP] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x0018a645 MOV ESI,dword ptr [EAX + 0x4290] TEST ESI,ESI JZ 0x0018a5e7 LEA ESI,[ESI] SUB ESP,0x8 PUSH dword ptr [ESI...
null
null
null
null
[(u'MULTIEQUAL_-1207457520', u'INT_NOTEQUAL_-1207458051'), (u'LOAD_-1207458034', u'CAST_-1207457481'), ('tmp_2059', u'PTRSUB_-1207457659'), ('tmp_855', u'CALL_-1207458260'), (u'LOAD_-1207458118', u'INT_NOTEQUAL_-1207458099'), ('const-1', u'PTRADD_-1207457517'), (u'INDIRECT_-1207457508', u'COPY_-1207457565'), (u'MULTIEQ...
[('const-4', u'PTRADD_-1207457642'), (u'MULTIEQUAL_-1207457652', u'PTRADD_-1207457642'), ('const-417', u'LOAD_-1207458135'), ('const-417', u'LOAD_-1207458278'), (u'CALL_-1207458141', u'INDIRECT_-1207457608'), (u'CAST_-1207457652', u'LOAD_-1207458342'), (u'LOAD_-1207458318', u'MULTIEQUAL_-1207457652'), ('tmp_2074', u'MU...
null
null
0018a590
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0018a590(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n undefined4 *puVar2;\n \n iVar1 = *(int *)(DAT_0038f378 + 8);\n if (iVar1 != 0) {\n puVar2 = *(undefined4 **)(iVar1 + 0x4290);\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_add_undefined_symbols_from_command_line<64>(Symbol_table *\n this, Layout * layout) */\n\nvoid __thiscall\ngo...
(translation_unit "void FUN_0018a590(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n undefined4 *puVar2;\n \n iVar1 = *(int *)(DAT_0038f378 + 8);\n if (iVar1 != 0) {\n puVar2 = *(undefined4 **)(iVar1 + 0x4290);\n do {\n if (puVar2 == (undefined4 *)0x0) {\n puVar2 = *(undefined4 **)(iVar1 + 0x...
(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 (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (po...
(function_definition "void FUN_0018a590(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n undefined4 *puVar2;\n \n iVar1 = *(int *)(DAT_0038f378 + 8);\n if (iVar1 != 0) {\n puVar2 = *(undefined4 **)(iVar1 + 0x4290);\n do {\n if (puVar2 == (undefined4 *)0x0) {\n puVar2 = *(undefined4 **)(iVar1 +...
/* 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_undefined_symbols_from_command_line<64>(Symbol_table * this, Layout * layout) */ void __thiscall gold::type_1::function_1<6...
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; undefined4 *puVar2; iVar1 = *(int *)(DAT_0038f378 + 8); if (iVar1 != 0) { puVar2 = *(undefined4 **)(iVar1 + 0x4290); do { if (puVar2 == (undefined...
9939_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
do_get
FUN_002479b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, st...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_002479b0(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) { FU...
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x147649 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] 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 dword ptr [ESP + 0x3c] P...
null
null
null
null
[('tmp_534', u'CALL_-1204061641'), ('tmp_533', u'CALL_-1204061641'), ('tmp_537', u'CALL_-1204061641'), ('tmp_540', u'CALL_-1204061641'), ('tmp_539', u'CALL_-1204061641'), ('tmp_538', u'CALL_-1204061641'), ('tmp_535', u'CALL_-1204061641'), ('tmp_532', u'CALL_-1204061641'), ('tmp_532', u'COPY_-1204061641'), (u'COPY_-1204...
[('tmp_534', u'CALL_-1204061641'), ('tmp_533', u'CALL_-1204061641'), ('tmp_537', u'CALL_-1204061641'), ('tmp_540', u'CALL_-1204061641'), ('tmp_539', u'CALL_-1204061641'), ('tmp_538', u'CALL_-1204061641'), ('tmp_535', u'CALL_-1204061641'), ('tmp_532', u'CALL_-1204061641'), ('tmp_532', u'COPY_-1204061641'), (u'COPY_-1204...
null
null
002479b0
x86
O3
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4\nFUN_002479b0(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 unde...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_...
(translation_unit "undefined4\nFUN_002479b0(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)\n\n{\n FUN_00246fb0(param_1,param_2,param_3,param_4,param_5,param_6,param_7...
(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 "undefined4\nFUN_002479b0(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)\n\n{\n FUN_00246fb0(param_1,param_2,param_3,param_4,param_5,param_6,para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, st...
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: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 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) { FUN_0024...
5316_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
compare
FUN_0012b2d0
/* DWARF original prototype: int compare(Output_reloc<9,_true,_64,_false> * this, Output_reloc<9,_true,_64,_false> * r2) */ int __thiscall gold::Output_reloc<9,_true,_64,_false>::compare (Output_reloc<9,_true,_64,_false> *this,Output_reloc<9,_true,_64,_false> *r2) { byte bVar1; uint uVar2; uint uV...
uint FUN_0012b2d0(int param_1,int param_2) { byte bVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; bVar1 = *(byte *)(param_2 + 0x17) >> 4 & 1; if ((*(byte *)(param_1 + 0x17) & 0x10) == 0) { if (bVar1 != 0) { return 1; } uVar4 = FUN_001004c0(param_1); uVar5 = FUN_001004c0(par...
PUSH EDI PUSH ESI PUSH EBX MOV EBX,dword ptr [ESP + 0x14] MOV ESI,dword ptr [ESP + 0x10] MOVZX EAX,byte ptr [EBX + 0x17] SHR AL,0x4 AND EAX,0x1 TEST byte ptr [ESI + 0x17],0x10 JZ 0x0012b330 TEST AL,AL JZ 0x0012b34e SUB ESP,0xc PUSH ESI CALL 0x0012b080 MOV dword ptr [ESP],EBX MOV EDI,EAX CALL 0x0012b080 ADD ESP,0x10 CMP...
null
null
null
null
[('const-1', u'COPY_-1207061454'), ('tmp_452', u'CBRANCH_-1207061559'), ('const-23', u'PTRSUB_-1207061229'), (u'CALL_-1207061454', u'INT_LESS_-1207061378'), ('const-1', u'COPY_-1207061160'), (u'INT_AND_-1207061561', u'INT_LESSEQUAL_-1207061559'), (u'PTRSUB_-1207061229', u'LOAD_-1207061779'), ('tmp_747', u'CALL_-1207061...
[('const-1', u'COPY_-1207061454'), ('tmp_1552', u'INT_ADD_-1207061598'), (u'CAST_-1207061183', u'LOAD_-1207061614'), ('tmp_452', u'CBRANCH_-1207061559'), (u'INT_ADD_-1207061704', u'CAST_-1207061222'), ('tmp_1551', u'CALL_-1207061438'), (u'CALL_-1207061454', u'INT_LESS_-1207061378'), (u'INT_AND_-1207061561', u'INT_LESSE...
null
null
0012b2d0
x86
O3
(translation_unit "uint FUN_0012b2d0(int param_1,int param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n bVar1 = *(byte *)(param_2 + 0x17) >> 4 & 1;\n if ((*(byte *)(param_1 + 0x17) & 0x10) == 0) {\n if (bVar1 != 0) {\n return 1;\n }\n uVar4 = FUN_001004c0(param_...
(translation_unit "/* DWARF original prototype: int compare(Output_reloc<9,_true,_64,_false> * this,\n Output_reloc<9,_true,_64,_false> * r2) */\n\nint __thiscall\ngold::Output_reloc<9,_true,_64,_false>::compare\n (Output_reloc<9,_true,_64,_false> *this,Output_reloc<9,_true,_64,_false> *r2)\n\n{\n byte bVar...
(translation_unit "uint FUN_0012b2d0(int param_1,int param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n bVar1 = *(byte *)(param_2 + 0x17) >> 4 & 1;\n if ((*(byte *)(param_1 + 0x17) & 0x10) == 0) {\n if (bVar1 != 0) {\n return 1;\n }\n uVar4 = FUN_001004c0(param_...
(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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;...
(function_definition "uint FUN_0012b2d0(int param_1,int param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n bVar1 = *(byte *)(param_2 + 0x17) >> 4 & 1;\n if ((*(byte *)(param_1 + 0x17) & 0x10) == 0) {\n if (bVar1 != 0) {\n return 1;\n }\n uVar4 = FUN_001004c0(par...
/* DWARF original prototype: int compare(Output_reloc<9,_true,_64,_false> * this, Output_reloc<9,_true,_64,_false> * r2) */ int __thiscall gold::Output_reloc<9,_true,_64,_false>::compare (Output_reloc<9,_true,_64,_false> *this,Output_reloc<9,_true,_64,_false> *r2) { type_3 var_1; type_1 var_3; typ...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement...
null
uint MASKED(int param_1,int param_2) { byte bVar1; int iVar2; int iVar3; uint uVar4; uint uVar5; bVar1 = *(byte *)(param_2 + 0x17) >> 4 & 1; if ((*(byte *)(param_1 + 0x17) & 0x10) == 0) { if (bVar1 != 0) { return 1; } uVar4 = FUN_001004c0(param_1); uVar5 = FUN_001004c0(param_2);...
8374_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
numpunct
FUN_001fa580
/* std::numpunct<char>::numpunct(unsigned int) */ void __thiscall std::numpunct<char>::numpunct(numpunct<char> *this,uint param_1) { undefined4 uVar1; int unaff_EDI; uVar1 = __x86_get_pc_thunk_di(); *(undefined4 *)(this + 8) = 0; *(uint *)(this + 4) = CONCAT31((int3)((uint)uVar1 >> 8),param_1 != 0); *...
void FUN_001fa580(int *param_1,int param_2) { undefined4 uVar1; int unaff_EDI; uVar1 = FUN_000559ee(); param_1[2] = 0; param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0); *param_1 = unaff_EDI + 0x191e39; /* try { // try from 001fa5bb to 001fa5bf has its CatchHandler @ 001f...
PUSH EBP XOR EAX,EAX MOV EBP,ESP PUSH EDI CALL 0x000559ee ADD EDI,0x194a75 PUSH ESI PUSH EBX SUB ESP,0x24 MOV EDX,dword ptr [EBP + 0xc] MOV ESI,dword ptr [EBP + 0x8] TEST EDX,EDX MOV dword ptr [ESI + 0x8],0x0 MOV EBX,EDI SETNZ AL MOV dword ptr [ESI + 0x4],EAX LEA EAX,[EDI + 0xffffd3bc] ADD EAX,0x8 MOV dword ptr [ESI],E...
null
null
null
null
[('const-1', u'PTRADD_-1207917031'), ('const-1', u'PTRADD_-1207917013'), ('const-417', u'STORE_-1207917048'), (u'PTRADD_-1207917013', u'CAST_-1207916900'), ('const-1646137', u'INT_ADD_-1207917043'), ('tmp_328', u'INT_NOTEQUAL_-1207917091'), (u'CALL_-1207917153', u'CAST_-1207916904'), ('const-0', u'CALL_-1207917030'), (...
[('const-2', u'PTRADD_-1207916916'), ('tmp_543', u'PTRADD_-1207916916'), ('const-417', u'STORE_-1207917091'), ('const-1', u'PTRADD_-1207916903'), (u'CALL_-1207917153', u'CAST_-1207916905'), ('const-0', u'INT_NOTEQUAL_-1207917091'), ('const-4', u'PTRADD_-1207916916'), (u'SUBPIECE_-1207916956', u'PIECE_-1207916956'), ('c...
null
null
001fa580
x86
O3
(translation_unit "void FUN_001fa580(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x191e39;\n /* try { // try from 001fa5bb to 001fa5bf...
(translation_unit "/* std::numpunct<char>::numpunct(unsigned int) */\n\nvoid __thiscall std::numpunct<char>::numpunct(numpunct<char> *this,uint param_1)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = __x86_get_pc_thunk_di();\n *(undefined4 *)(this + 8) = 0;\n *(uint *)(this + 4) = CONCAT31((int3)((uint)uV...
(translation_unit "void FUN_001fa580(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x191e39;\n \n FUN_00232c40(param_1,0);\n return;\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 IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (ca...
(function_definition "void FUN_001fa580(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x191e39;\n \n FUN_00232c40(param_1,0);\n return...
/* std::numpunct<char>::numpunct(unsigned int) */ void __thiscall std::function_1<char>::function_1(function_1<char> *var_2,type_1 var_4) { type_2 uVar1; int var_5; uVar1 = var_1(); *(type_2 *)(var_2 + 8) = 0; *(type_1 *)(var_2 + 4) = var_3((int3)((type_1)uVar1 >> 8),var_4 != 0); *(int *)var_2 = var_5...
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
void MASKED(int *param_1,int param_2) { undefined4 uVar1; int unaff_EDI; uVar1 = FUN_000559ee(); param_1[2] = 0; param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0); *param_1 = unaff_EDI + 0x191e39; /* try { // try from 001fa5bb to 001fa5bf has its CatchHandler @ 001fa5cb *...