file_name
stringlengths
18
81
original_function_name
stringlengths
2
716
stripped_function_name
stringlengths
2
44
decompiled_code_original
stringlengths
41
480k
decompiled_code_stripped
stringlengths
37
233k
assembly_code
stringlengths
3
141k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
5.38M
pcode_edges_stripped
stringlengths
11
4.09M
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
348
6.43M
S-Expression_decompiled_code_original
stringlengths
360
20.2M
S-Expression_decompiled_code_original_noisy
stringlengths
289
6.43M
S-Expression_decompiled_code_original_clean
stringlengths
148
531k
S-Expression_decompiled_code_original_root
stringlengths
291
6.48M
Replace_function_name_and_variable_name
stringlengths
39
441k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
225
747k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
233k
1310_bison_and_bison_strip.c
wcwidth
wcwidth
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcwidth(wchar_t __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* wcwidth@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int wcwidth(wchar_t __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206398918')]
[('const-1', u'RETURN_-1206398918')]
null
null
0008d030
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint wcwidth(wchar_t __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fu...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint wcwidth(wchar_t __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* wcwidth@@GLIBC_2.0 */\...
(translation_unit "int wcwidth(wchar_t __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int wcwidth(wchar_t __c)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "wcwidth(wchar_t __c)" identifier (parameter_list "(wchar_t __c)" ( (parameter_declaratio...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int wcwidth(wchar_t __c)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "wcwidth(wchar_t __c)" (identifier "wcwidth") (parameter_list "(wchar_t __c)" (( "(") (parameter_declaration "wchar_t __c" (type_identifier "wchar_t") (identifier "__c")) () ")"))...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* wcwidth@@GLIBC_2.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: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wchar_t __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
54_powerpc-linux-gnuspe-c++filt(1)_and_powerpc-linux-gnuspe-c++filt(1)_strip.c
sprintf
sprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sprintf(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_sprintf_000170e0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sprintf(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_sprintf_000170e0)(); return iVar1; }
JMP dword ptr [EBX + 0xe0]
null
null
null
null
[(u'CALLIND_-1205988454', u'INDIRECT_-1205988381'), ('tmp_72', u'CAST_-1205988374'), (u'CALLIND_-1205988454', u'RETURN_-1205988451'), (u'INDIRECT_-1205988381', u'COPY_-1205988440'), (u'CAST_-1205988374', u'CALLIND_-1205988454'), ('const-0', u'RETURN_-1205988451')]
[(u'CALLIND_-1205988454', u'INDIRECT_-1205988381'), ('tmp_72', u'CAST_-1205988374'), (u'CALLIND_-1205988454', u'RETURN_-1205988451'), (u'INDIRECT_-1205988381', u'COPY_-1205988440'), (u'CAST_-1205988374', u'CALLIND_-1205988454'), ('const-0', u'RETURN_-1205988451')]
null
null
00011390
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i...
(translation_unit "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}" primitive_t...
(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 sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sprintf(char *__s,char *__format,...)" (identifier "sprintf") (parameter_list "(char *__s,char *__format,...)" (( "(") (p...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_sprintf_000170e0)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000170e0)(); return iVar1; }
4806_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
__move_merge<__gnu_cxx::__normal_iterator<gold::Output_section**,_std::vector<gold::Output_section*>_>,_gold::Output_section**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Sort_output_sections>_>
FUN_00113f10
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __move_merge<__gnu_cxx::__normal_iterator<gold::Output_section**, std::vector<gold::Output_section*> >, gold::Output_section**,...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int FUN_00113f10(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4, undefined4 *param_5) { undefined4 uVar1; char cVar2; size_t __n; undefined4 *__dest; if (param_1 == p...
CALL 0x0004fb76 ADD EAX,0x1ee0eb PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x40] MOV EBX,dword ptr [ESP + 0x30] MOV dword ptr [ESP + 0xc],EAX MOV ESI,dword ptr [ESP + 0x38] CMP EBX,dword ptr [ESP + 0x34] JZ 0x00113f90 LEA EBP,[ESP + 0x44] CMP dword ptr [ESP + 0x3c],ESI JZ 0x00113fa4 MOV ...
null
null
null
null
[(u'LOAD_-1207025725', u'CALL_-1207025702'), ('tmp_1019', u'MULTIEQUAL_-1207025261'), (u'MULTIEQUAL_-1207025170', u'INT_ADD_-1207025453'), (u'MULTIEQUAL_-1207025273', u'PTRADD_-1207024994'), ('tmp_1016', u'INT_EQUAL_-1207025460'), (u'MULTIEQUAL_-1207025251', u'MULTIEQUAL_-1207025030'), ('const-0', u'RETURN_-1207025435'...
[(u'LOAD_-1207025725', u'CALL_-1207025702'), (u'MULTIEQUAL_-1207025167', u'CAST_-1207024906'), (u'CAST_-1207024946', u'MULTIEQUAL_-1207025167'), ('const-4', u'PTRADD_-1207025041'), ('const-0', u'RETURN_-1207025435'), (u'PTRADD_-1207025041', u'MULTIEQUAL_-1207025200'), (u'MULTIEQUAL_-1207025176', u'CALL_-1207025496'), (...
null
null
00113f10
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint FUN_00113f10(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n char cVar2;\n size_t __n;\n undefined4 *__...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __move_merge<__gnu_cxx::__normal_iterator<gold::Output_section**,\n std::vector<gold::Output_section*> >, go...
(translation_unit "int FUN_00113f10(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n char cVar2;\n size_t __n;\n undefined4 *__dest;\n \n if (param_1 == param_2) {\nLAB_00113f90:\n __n = (int)param_4 - (int)param_3...
(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)) , (parameter_declaration TYPE (pointer_declarator * I...
(function_definition "int FUN_00113f10(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n char cVar2;\n size_t __n;\n undefined4 *__dest;\n \n if (param_1 == param_2) {\nLAB_00113f90:\n __n = (int)param_4 - (int)para...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __move_merge<__gnu_cxx::__normal_iterator<gold::Output_section**, std::vector<gold::Output_section*> >, gold::Output_section**,...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int MASKED(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4, undefined4 *param_5) { undefined4 uVar1; char cVar2; size_t __n; undefined4 *__dest; if (param_1 == param_2...
118_pr_and_pr_strip.c
print_char
FUN_0001531a
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void print_char(char c) { ushort *puVar1; byte bVar2; ushort **ppuVar3; char c_local; if (tabify_output) { if (c == ' ') { spaces_not_printed = spaces_not_printed + 1; return; } if (0 < spaces...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0001531a(char param_1) { ushort *puVar1; ushort **ppuVar2; uint uVar3; if (DAT_00028259 != '\0') { if (param_1 == ' ') { DAT_0002825c = DAT_0002825c + 1; return; } if (0 < DAT_0002825c...
PUSH EBP MOV EBP,ESP PUSH ESI PUSH EBX SUB ESP,0x10 CALL 0x00012500 ADD EBX,0x12cd9 MOV EAX,dword ptr [EBP + 0x8] MOV byte ptr [EBP + -0xc],AL MOVZX EAX,byte ptr [EBX + 0x259] TEST AL,AL JZ 0x000153b7 CMP byte ptr [EBP + -0xc],0x20 JNZ 0x00015355 MOV EAX,dword ptr [EBX + 0x25c] ADD EAX,0x1 MOV dword ptr [EBX + 0x25c],E...
null
null
null
null
[('tmp_545', u'CBRANCH_-1205971868'), ('tmp_729', u'INT_SEXT_-1205971802'), (u'INT_SEXT_-1205971802', u'CALL_-1205971790'), ('const-4294967295', u'INT_ADD_-1205971840'), ('const-0', u'RETURN_-1205971513'), (u'CALL_-1205972008', u'INDIRECT_-1205971594'), ('tmp_507', u'CBRANCH_-1205971888'), (u'INT_AND_-1205971658', u'IN...
[('const-8', u'INT_EQUAL_-1205971872'), ('tmp_545', u'CBRANCH_-1205971868'), ('tmp_1591', u'MULTIEQUAL_-1205971507'), (u'PTRADD_-1205971539', u'LOAD_-1205971926'), (u'INT_SEXT_-1205971802', u'CALL_-1205971790'), (u'INDIRECT_-1205971492', u'COPY_-1205971540'), (u'INT_ADD_-1205971840', u'MULTIEQUAL_-1205971499'), ('tmp_5...
null
null
0001531a
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001531a(char param_1)\n\n{\n ushort *puVar1;\n ushort **ppuVar2;\n uint uVar3;\n \n if (DAT_00028259 != '\0') {\n if (param_1 == ' ') {\n DAT_0002825c = DAT_0002825c + 1;\n return;\...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid print_char(char c)\n\n{\n ushort *puVar1;\n byte bVar2;\n ushort **ppuVar3;\n char c_local;\n \n if (tabify_output) {\n if (c == ' ') {\n spaces_not_printed = spaces_not_printed + 1;\n r...
(translation_unit "void FUN_0001531a(char param_1)\n\n{\n ushort *puVar1;\n ushort **ppuVar2;\n uint uVar3;\n \n if (DAT_00028259 != '\0') {\n if (param_1 == ' ') {\n DAT_0002825c = DAT_0002825c + 1;\n return;\n }\n if (0 < DAT_0002825c) {\n FUN_0001514c();\n }\n ppuVar2 = __ctype_b_l...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (if_statement if (pa...
(function_definition "void FUN_0001531a(char param_1)\n\n{\n ushort *puVar1;\n ushort **ppuVar2;\n uint uVar3;\n \n if (DAT_00028259 != '\0') {\n if (param_1 == ' ') {\n DAT_0002825c = DAT_0002825c + 1;\n return;\n }\n if (0 < DAT_0002825c) {\n FUN_0001514c();\n }\n ppuVar2 = __ctype_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(char var_1) { type_1 *puVar1; type_2 bVar2; type_1 **ppuVar3; char c_local; if (tabify_output) { if (var_1 == ' ') { var_2 = var_2 + 1; return; } if (0 < var_2) { var_3()...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator dec...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(char param_1) { ushort *puVar1; ushort **ppuVar2; uint uVar3; if (DAT_00028259 != '\0') { if (param_1 == ' ') { DAT_0002825c = DAT_0002825c + 1; return; } if (0 < DAT_0002825c) { ...
1966_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~Struct_rpath_link
FUN_00049500
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_rpath_link(Struct_rpath_link * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_rpath_link::~Struct_rpath_link(Struct_rpath_link *this,int __in_chrg) { pointer pSVa...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00049500(undefined4 *param_1) { int *piVar1; int *piVar2; piVar1 = (int *)param_1[0x11]; piVar2 = (int *)param_1[0x10]; *param_1 = &PTR_FUN_003821f4; if (piVar1 != piVar2) { do { if ((int *)*piV...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x345af7 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] MOV EBP,dword ptr [EDI + 0x44] MOV ESI,dword ptr [EDI + 0x40] LEA EAX,[EBX + 0xffff31f4] MOV dword ptr [EDI],EAX CMP EBP,ESI JZ 0x0004954f LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESI] LEA EDX,[ESI + 0x8] CMP EAX...
null
null
null
null
[('const-417', u'LOAD_-1206151869'), (u'PTRADD_-1206151300', u'MULTIEQUAL_-1206151516'), (u'MULTIEQUAL_-1206151486', u'INT_NOTEQUAL_-1206151720'), ('const-4', u'PTRSUB_-1206151265'), ('const-64', u'PTRSUB_-1206151354'), (u'MULTIEQUAL_-1206151486', u'CALL_-1206151697'), ('tmp_154', u'CBRANCH_-1206151837'), (u'PTRSUB_-12...
[(u'INT_NOTEQUAL_-1206151804', u'CBRANCH_-1206151804'), ('tmp_1499', u'PTRADD_-1206151308'), (u'PTRADD_-1206151316', u'INT_NOTEQUAL_-1206151741'), ('const-417', u'LOAD_-1206151828'), (u'CAST_-1206151303', u'MULTIEQUAL_-1206151488'), ('tmp_154', u'CBRANCH_-1206151837'), (u'LOAD_-1206151683', u'CAST_-1206151283'), (u'CAS...
null
null
00049500
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00049500(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x11];\n piVar2 = (int *)param_1[0x10];\n *param_1 = &PTR_FUN_003821f4;\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 ~Struct_rpath_link(Struct_rpath_link * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_rpath_link::~Struct_rpath_link(Struct_rpath_link *this,int __in_c...
(translation_unit "void FUN_00049500(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x11];\n piVar2 = (int *)param_1[0x10];\n *param_1 = &PTR_FUN_003821f4;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001e6db0((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_00049500(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar1 = (int *)param_1[0x11];\n piVar2 = (int *)param_1[0x10];\n *param_1 = &PTR_FUN_003821f4;\n if (piVar1 != piVar2) {\n do {\n if ((int *)*piVar2 != piVar2 + 2) {\n FUN_001e6db0((int *)*piVar2)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_rpath_link(Struct_rpath_link * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_3; type_1 var_8; t...
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[0x11]; piVar2 = (int *)param_1[0x10]; *param_1 = &PTR_FUN_003821f4; if (piVar1 != piVar2) { do { if ((int *)*piVar2 !=...
5670_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
add_relative
FUN_00184820
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void add_relative(Output_data_reloc<9,_false,_64,_true> * this, uint type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00184820(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x28f7d7 SUB ESP,0x30 MOV EBP,dword ptr [ESP + 0x44] PUSH 0x1 PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x5c] LEA ESI,[ESP + 0x20] PUSH ESI CALL 0x0016b680 MOV EAX,dwor...
null
null
null
null
[('const-1', u'RETURN_-1207482306')]
[(u'INT_ADD_-1207481732', u'CAST_-1207481103'), (u'INT_ADD_-1207481921', u'CAST_-1207481171'), (u'INT_NOTEQUAL_-1207481846', u'CBRANCH_-1207481846'), ('const-417', u'STORE_-1207482133'), ('const-4294967240', u'PTRSUB_-1207481282'), ('const-417', u'STORE_-1207481741'), ('const-4', u'PTRADD_-1207481210'), (u'INDIRECT_-12...
null
null
00184820
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00184820(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *pu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void add_relative(Output_data_reloc<9,_false,_64,_true> * this, uint\n type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */\n\nvoid __thiscall\ng...
(translation_unit "void FUN_00184820(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local_34;\n undefined4 loc...
(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_00184820(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local_34;\n undefined4 ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void add_relative(Output_data_reloc<9,_false,_64,_true> * this, uint type, Output_data * od, Sized_relobj<64,_true> * relobj, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<...
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 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4;...
10770_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
insert
FUN_002907d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, unsigned int, wchar_t) */ void __thiscall std::wstring::insert(wstring *this,int param_2,uint param_3,wchar_t param_4) { _M_replace_aux(this,param_2 - *(int *)...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4) { FUN_00201eb0(param_1,param_2 - *param_1 >> 2,0,param_3,param_4); return; }
PUSH EBX CALL 0x00036db0 ADD EBX,0x11982a SUB ESP,0x14 MOV EDX,dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x28] PUSH dword ptr [ESP + 0x28] PUSH 0x0 MOV EAX,dword ptr [ESP + 0x2c] SUB EAX,dword ptr [EDX] SAR EAX,0x2 PUSH EAX PUSH EDX CALL 0x00201eb0 ADD ESP,0x28 POP EBX RET
null
null
null
null
[(u'LOAD_-1204418526', u'INT_SUB_-1204418507'), ('const-0', u'RETURN_-1204418436'), ('tmp_519', u'CALL_-1204418464'), (u'INT_SUB_-1204418507', u'INT_SRIGHT_-1204418485'), ('const-417', u'LOAD_-1204418526'), ('tmp_520', u'CALL_-1204418464'), ('tmp_518', u'CALL_-1204418464'), (u'INT_SRIGHT_-1204418485', u'CALL_-120441846...
[(u'LOAD_-1204418526', u'INT_SUB_-1204418507'), ('const-0', u'RETURN_-1204418436'), ('const-417', u'LOAD_-1204418526'), (u'INT_SUB_-1204418507', u'INT_SRIGHT_-1204418485'), ('tmp_494', u'CALL_-1204418464'), ('tmp_495', u'INT_SUB_-1204418507'), ('tmp_492', u'CALL_-1204418464'), (u'INT_SRIGHT_-1204418485', u'CALL_-120441...
null
null
002907d0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_00201eb0(param_1,param_2 - *param_1 >> 2,0,param_3,param_4);\n return;\n}\n\n" comment (function_definition "void ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, unsigned int, wchar_t) */\n\nvoid __thiscall std::wstring::insert(wstring *this,int param_2,uint param_3,wchar_t param_4)\n\n{\n _M_replace_aux...
(translation_unit "void FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_00201eb0(param_1,param_2 - *param_1 >> 2,0,param_3,param_4);\n return;\n}\n\n" (function_definition "void FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_00201eb0(pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expressi...
(function_definition "void FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_00201eb0(param_1,param_2 - *param_1 >> 2,0,param_3,param_4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002907d0(int *param_1,int param_2,undefined4 param_3,undefined4 param_4)" (ide...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, unsigned int, wchar_t) */ void __thiscall std::type_1::function_1(type_1 *this,int var_2,type_2 param_3,type_3 param_4) { var_1(this,var_2 - *(int *)this >> 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))) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2,undefined4 param_3,undefined4 param_4) { FUN_00201eb0(param_1,param_2 - *param_1 >> 2,0,param_3,param_4); return; }
3194_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
is_in_system_directory
FUN_000d3a00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool is_in_system_directory(Input_file * this) */ bool __thiscall gold::Input_file::is_in_system_directory(Input_file *this) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000d3a00(int param_1) { if (*(char *)(param_1 + 0x8c) == '\0') { if (*(int *)(DAT_004144e8 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_000da200("../../gold/parameters.h",0x...
PUSH EBX CALL 0x0003a210 ADD EBX,0x3405fa SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x10] MOVZX EAX,byte ptr [EDX + 0x8c] TEST AL,AL JNZ 0x000d3a3d LEA EAX,[EBX + 0x4e8] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x000d3a42 SUB ESP,0x8 ADD EDX,0x1c PUSH EDX PUSH EAX CALL 0x0014c1e0 ADD ESP,0x10 AD...
null
null
null
null
[('const-1', u'RETURN_-1206765038')]
[(u'INT_EQUAL_-1206764985', u'CBRANCH_-1206764983'), ('const-92', u'CALL_-1206764838'), (u'INT_EQUAL_-1206764952', u'CBRANCH_-1206764951'), ('const-3023469', u'COPY_-1206764748'), ('const-8', u'INT_ADD_-1206764954'), (u'CAST_-1206764727', u'LOAD_-1206764970'), (u'INDIRECT_-1206764693', u'COPY_-1206764750'), (u'COPY_-12...
null
null
000d3a00
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000d3a00(int param_1)\n\n{\n if (*(char *)(param_1 + 0x8c) == '\0') {\n if (*(int *)(DAT_004144e8 + 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_000da200("....
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: bool is_in_system_directory(Input_file * this) */\n\nbool __thiscall gold::Input_file::is_in_system_directory(Input_file *this)\n\n{\n}\n\n" comment comment (function_definition "bool...
(translation_unit "void FUN_000d3a00(int param_1)\n\n{\n if (*(char *)(param_1 + 0x8c) == '\0') {\n if (*(int *)(DAT_004144e8 + 8) == 0) {\n \n FUN_000da200("../../gold/parameters.h",0x5c,"options",0);\n }\n FUN_0014c1e0(*(int *)(DAT_004144e8 + 8),param_1 + 0x1c);\n }\n return;\n}\n\...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenth...
(function_definition "void FUN_000d3a00(int param_1)\n\n{\n if (*(char *)(param_1 + 0x8c) == '\0') {\n if (*(int *)(DAT_004144e8 + 8) == 0) {\n \n FUN_000da200("../../gold/parameters.h",0x5c,"options",0);\n }\n FUN_0014c1e0(*(int *)(DAT_004144e8 + 8),param_1 + 0x1c);\n }\n return;\n}...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: bool is_in_system_directory(Input_file * this) */ bool __thiscall gold::type_1::function_1(type_1 *this) { }
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 (if_statement condition: (parenthesized_expression (binary_expression le...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { if (*(char *)(param_1 + 0x8c) == '\0') { if (*(int *)(DAT_004144e8 + 8) == 0) { /* WARNING: Subroutine does not return */ FUN_000da200("../../gold/parameters.h",0x5c,"op...
84_riscv64-linux-gnu-elfedit_and_riscv64-linux-gnu-elfedit_strip.c
dos_lbasename
FUN_00014350
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ char * dos_lbasename(char *name) { byte *pbVar1; byte bVar2; uint uVar3; uVar3 = (uint)(byte)*name; if (((_sch_istable[uVar3] & 0x88) != 0) && (name[1] == ':')) { uVar3 = (uint)(byte)name[2]; name = name + 2;...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte * FUN_00014350(byte *param_1) { byte *pbVar1; byte bVar2; uint uVar3; uVar3 = (uint)*param_1; if ((((&DAT_00016120)[uVar3 * 2] & 0x88) != 0) && (param_1[1] == 0x3a)) { uVar3 = (uint)param_1[2]; param_1 ...
CALL 0x00013a65 ADD EAX,0x4cab PUSH EBX MOV ECX,dword ptr [ESP + 0x8] MOVZX EBX,byte ptr [ECX] MOV EDX,EBX LEA EAX,[EAX + 0xffffd120] TEST byte ptr [EAX + EBX*0x2],0x88 JZ 0x00014376 CMP byte ptr [ECX + 0x1],0x3a JZ 0x000143a0 MOV EAX,ECX TEST DL,DL JNZ 0x00014387 JMP 0x0001439d MOVZX EDX,byte ptr [ECX] TEST DL,DL JZ 0...
null
null
null
null
[('const-1', u'PTRADD_-1205976049'), (u'LOAD_-1205976069', u'CAST_-1205975852'), ('const-0', u'INT_NOTEQUAL_-1205976172'), (u'LOAD_-1205976185', u'INT_AND_-1205976159'), (u'CAST_-1205975910', u'INT_ZEXT_-1205976189'), (u'PTRSUB_-1205975910', u'PTRADD_-1205975910'), ('const-417', u'LOAD_-1205976205'), (u'PTRADD_-1205975...
[('const-1', u'PTRADD_-1205976049'), ('const-417', u'LOAD_-1205976069'), ('tmp_131', u'CBRANCH_-1205976151'), (u'SUBPIECE_-1205975939', u'MULTIEQUAL_-1205975895'), (u'INT_NOTEQUAL_-1205976087', u'CBRANCH_-1205976086'), (u'PTRADD_-1205976049', u'COPY_-1205975918'), (u'LOAD_-1205976185', u'INT_AND_-1205976159'), (u'INT_Z...
null
null
00014350
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nbyte * FUN_00014350(byte *param_1)\n\n{\n byte *pbVar1;\n byte bVar2;\n uint uVar3;\n \n uVar3 = (uint)*param_1;\n if ((((&DAT_00016120)[uVar3 * 2] & 0x88) != 0) && (param_1[1] == 0x3a)) {\n uVar3 = (...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nchar * dos_lbasename(char *name)\n\n{\n byte *pbVar1;\n byte bVar2;\n uint uVar3;\n \n uVar3 = (uint)(byte)*name;\n if (((_sch_istable[uVar3] & 0x88) != 0) && (name[1] == ':')) {\n uVar3 = (uint)(byte)...
(translation_unit "byte * FUN_00014350(byte *param_1)\n\n{\n byte *pbVar1;\n byte bVar2;\n uint uVar3;\n \n uVar3 = (uint)*param_1;\n if ((((&DAT_00016120)[uVar3 * 2] & 0x88) != 0) && (param_1[1] == 0x3a)) {\n uVar3 = (uint)param_1[2];\n param_1 = param_1 + 2;\n }\n bVar2 = (byte)uVar3;\n pbVar1 = param_...
(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 ;) (expression_statemen...
(function_definition "byte * FUN_00014350(byte *param_1)\n\n{\n byte *pbVar1;\n byte bVar2;\n uint uVar3;\n \n uVar3 = (uint)*param_1;\n if ((((&DAT_00016120)[uVar3 * 2] & 0x88) != 0) && (param_1[1] == 0x3a)) {\n uVar3 = (uint)param_1[2];\n param_1 = param_1 + 2;\n }\n bVar2 = (byte)uVar3;\n pbVar1 = par...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ char * function_1(char *var_1) { type_1 *pbVar1; type_1 var_2; type_2 uVar3; uVar3 = (type_2)(type_1)*var_1; if (((_sch_istable[uVar3] & 0x88) != 0) && (var_1[1] == ':')) { uVar3 = (type_2)(type_1)var_1[2]; v...
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)))))) body: (compound_statement (dec...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte * MASKED(byte *param_1) { byte *pbVar1; byte bVar2; uint uVar3; uVar3 = (uint)*param_1; if ((((&DAT_00016120)[uVar3 * 2] & 0x88) != 0) && (param_1[1] == 0x3a)) { uVar3 = (uint)param_1[2]; param_1 = para...
6574_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
operator.delete
FUN_001ac430
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* operator delete(void*, std::nothrow_t const&) */ void operator_delete(void *param_1,nothrow_t *param_2) { free(param_1); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001ac430(void *param_1) { free(param_1); return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x192bca SUB ESP,0x14 PUSH dword ptr [ESP + 0x1c] CALL 0x00028420 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('const-0', u'RETURN_-1207581563'), ('tmp_145', u'CALL_-1207581591')]
[('tmp_226', u'CALL_-1207581591'), ('const-0', u'RETURN_-1207581563')]
null
null
001ac430
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ac430(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_001ac430(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarat...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* operator delete(void*, std::nothrow_t const&) */\n\nvoid operator_delete(void *param_1,nothrow_t *param_2)\n\n{\n free(param_1);\n return;\n}\n\n" comment comment (function_definition "void operator_delete(v...
(translation_unit "void FUN_001ac430(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_001ac430(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001ac430(void *param_1)" identifier (parameter_list "(void *param_1)" ( (parameter_declarati...
(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 ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001ac430(void *param_1)\n\n{\n free(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001ac430(void *param_1)" (identifier "FUN_001ac430") (parameter_list "(void *param_1)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* operator delete(void*, std::nothrow_t const&) */ void function_1(void *param_1,type_1 *param_2) { var_1(param_1); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void *param_1) { free(param_1); return; }
87_sh4-linux-gnu-as_and_sh4-linux-gnu-as_strip.c
strnlen
strnlen
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strnlen(char *__string,size_t __maxlen) { size_t sVar1; sVar1 = (*(code *)PTR_strnlen_00074160)(); return sVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strnlen(char *__string,size_t __maxlen) { size_t sVar1; sVar1 = (*(code *)PTR_strnlen_00074160)(); return sVar1; }
JMP dword ptr [EBX + 0x160]
null
null
null
null
[(u'INDIRECT_-1205975581', u'COPY_-1205975640'), ('const-0', u'RETURN_-1205975651'), (u'CALLIND_-1205975654', u'RETURN_-1205975651'), (u'CAST_-1205975574', u'CALLIND_-1205975654'), (u'CALLIND_-1205975654', u'INDIRECT_-1205975581'), ('tmp_72', u'CAST_-1205975574')]
[(u'INDIRECT_-1205975581', u'COPY_-1205975640'), ('const-0', u'RETURN_-1205975651'), (u'CALLIND_-1205975654', u'RETURN_-1205975651'), (u'CAST_-1205975574', u'CALLIND_-1205975654'), (u'CALLIND_-1205975654', u'INDIRECT_-1205975581'), ('tmp_72', u'CAST_-1205975574')]
null
null
00014590
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00074160)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strnlen(char *__string,size_t __maxlen)\...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00074160)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strnlen(char *__string,size_t __maxlen)\...
(translation_unit "size_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00074160)();\n return sVar1;\n}\n\n" (function_definition "size_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00074160)();\n return sVar1;...
(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 (assignment_expression IDENT = (call_expression (parenthesize...
(function_definition "size_t strnlen(char *__string,size_t __maxlen)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strnlen_00074160)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strnlen(char *__string,size_t __maxlen)" (identifier "strnlen") (parameter_list "(char *__string,size_t __maxl...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__string,size_t __maxlen) { size_t sVar1; sVar1 = (*(type_1 *)PTR_strnlen_00074160)(); return sVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__string,size_t __maxlen) { size_t sVar1; sVar1 = (*(code *)PTR_MASKED_00074160)(); return sVar1; }
9240_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
checkpoint
FUN_00319eb0
/* DWARF original prototype: section_size_type checkpoint(Track_relocs<32,_false> * this) */ section_size_type __thiscall gold::Track_relocs<32,_false>::checkpoint(Track_relocs<32,_false> *this) { return this->pos_; }
undefined4 FUN_00319eb0(int param_1) { return *(undefined4 *)(param_1 + 8); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x8] RET
null
null
null
null
[(u'LOAD_-1204904262', u'COPY_-1204904262'), ('const-417', u'LOAD_-1204904262'), ('tmp_27', u'PTRSUB_-1204904192'), ('const-8', u'PTRSUB_-1204904192'), (u'PTRSUB_-1204904192', u'LOAD_-1204904262'), ('const-0', u'RETURN_-1204904247'), (u'COPY_-1204904262', u'RETURN_-1204904247')]
[(u'LOAD_-1204904262', u'COPY_-1204904262'), ('tmp_29', u'INT_ADD_-1204904246'), (u'INT_ADD_-1204904246', u'CAST_-1204904194'), ('const-8', u'INT_ADD_-1204904246'), (u'CAST_-1204904194', u'LOAD_-1204904262'), ('const-417', u'LOAD_-1204904262'), ('const-0', u'RETURN_-1204904247'), (u'COPY_-1204904262', u'RETURN_-1204904...
null
null
00319eb0
x86
O0
(translation_unit "undefined4 FUN_00319eb0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}\n\n" (function_definition "undefined4 FUN_00319eb0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_00319eb0(int param_1)" identifier (parameter_list "(int param...
(translation_unit "/* DWARF original prototype: section_size_type checkpoint(Track_relocs<32,_false> * this) */\n\nsection_size_type __thiscall\ngold::Track_relocs<32,_false>::checkpoint(Track_relocs<32,_false> *this)\n\n{\n return this->pos_;\n}\n\n" comment (declaration "section_size_type __thiscall\ngold::Track_rel...
(translation_unit "undefined4 FUN_00319eb0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}\n\n" (function_definition "undefined4 FUN_00319eb0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" type_identifier (function_declarator "FUN_00319eb0(int param_1)" identifier (parameter_list "(int param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ...
(function_definition "undefined4 FUN_00319eb0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" (type_identifier "undefined4") (function_declarator "FUN_00319eb0(int param_1)" (identifier "FUN_00319eb0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (ide...
/* DWARF original prototype: section_size_type checkpoint(Track_relocs<32,_false> * this) */ type_1 __thiscall gold::Track_relocs<32,_false>::checkpoint(Track_relocs<32,_false> *this) { return this->pos_; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ...
null
undefined4 MASKED(int param_1) { return *(undefined4 *)(param_1 + 8); }
173_sha512sum_and_sha512sum_strip.c
_getopt_long_r
FUN_0002bf2b
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int _getopt_long_r(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index, _getopt_data *d) { int iVar1; iVar1 = _getopt_internal_r(argc,argv,...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0002bf2b(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { FUN_0002b750(param_1,param_2,param_3,param_4,param_5,0,param_6,0); retu...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x0001330c ADD EAX,0x60c9 PUSH 0x0 PUSH dword ptr [EBP + 0x1c] PUSH 0x0 PUSH dword ptr [EBP + 0x18] PUSH dword ptr [EBP + 0x14] PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0xc] PUSH dword ptr [EBP + 0x8] MOV EBX,EAX CALL 0x0002b750 ADD ESP,0x20 MOV EBX,dword ptr [EBP...
null
null
null
null
[('const-0', u'CALL_-1206009954'), ('tmp_250', u'CALL_-1206009954'), ('const-0', u'RETURN_-1206009921'), ('tmp_255', u'CALL_-1206009954'), ('tmp_253', u'CALL_-1206009954'), ('const-0', u'CALL_-1206009954'), ('tmp_251', u'CALL_-1206009954'), ('tmp_252', u'CALL_-1206009954'), ('tmp_254', u'CALL_-1206009954'), (u'CALL_-12...
[('tmp_452', u'CALL_-1206009954'), ('tmp_457', u'CALL_-1206009954'), ('tmp_454', u'CALL_-1206009954'), ('const-0', u'CALL_-1206009954'), ('const-0', u'RETURN_-1206009921'), ('tmp_456', u'CALL_-1206009954'), ('tmp_455', u'CALL_-1206009954'), ('const-0', u'CALL_-1206009954'), ('tmp_453', u'CALL_-1206009954')]
null
null
0002bf2b
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0002bf2b(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n FUN_0002b750(param_1,param_2,param_3,param_4,para...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint _getopt_long_r(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index,\n _getopt_data *d)\n\n{\n int iVar1;\n \n iVar1 = _g...
(translation_unit "void FUN_0002bf2b(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n FUN_0002b750(param_1,param_2,param_3,param_4,param_5,0,param_6,0);\n return;\n}\n\n" (function_definition "void FUN_0002bf2b(undefined4 para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_0002bf2b(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n FUN_0002b750(param_1,param_2,param_3,param_4,param_5,0,param_6,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002bf...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int function_1(int argc,char **argv,char *options,type_1 *long_options,int *opt_index, type_2 *d) { int iVar1; iVar1 = var_1(argc,argv,options,long_options,opt_in...
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.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6) { FUN_0002b750(param_1,param_2,param_3,param_4,param_5,0,param_6,0); return; } ...
371_chcon_and_chcon_strip.c
__libc_start_main
__libc_start_main
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206034202')]
[('const-1', u'RETURN_-1206034202')]
null
null
000260dc
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __libc_start_main(void)\n\n{\n /* WARNI...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void __...
(translation_unit "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declar...
(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 __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stateme...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@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)))) 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(); }
581_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c
gldelf64_ia64_parse_ld_so_conf
FUN_00038550
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 gldelf64_ia64_parse_ld_so_conf(gldelf64_ia64_ld_so_conf *info,char *filename) { char **ppcVar1; byte bVar2; FILE *__stream; byte *__s; char *pcVar3; size_t sVar4; size_t sVar5; byte bVar6; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 FUN_00038550(int *param_1,char *param_2) { byte bVar1; FILE *__stream; byte *__s; char *pcVar2; int iVar3; void *__dest; byte bVar4; int iVar5; byte *pbVar6; int iVar7; uint uVar8; s...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00015a40 ADD EBX,0x5faa7 SUB ESP,0x74 MOV dword ptr [ESP + 0x1c],EAX MOV dword ptr [ESP + 0x24],EDX LEA EAX,[EBX + 0xfffb3adb] PUSH EAX PUSH EDX CALL 0x00014450 MOV dword ptr [ESP + 0x18],EAX ADD ESP,0x10 TEST EAX,EAX JZ 0x00038a8a SUB ESP,0xc PUSH 0x100 CALL 0x00014c88 MOV dw...
null
null
null
null
[(u'INDIRECT_-1206084710', u'MULTIEQUAL_-1206084654'), ('tmp_863', u'CBRANCH_-1206089777'), ('const-0', u'INT_EQUAL_-1206087933'), (u'INDIRECT_-1206087088', u'MULTIEQUAL_-1206087040'), (u'INDIRECT_-1206085011', u'MULTIEQUAL_-1206084998'), (u'MULTIEQUAL_-1206084827', u'CALL_-1206088213'), (u'CALL_-1206089864', u'INDIREC...
[('tmp_863', u'CBRANCH_-1206089777'), ('const-0', u'INT_EQUAL_-1206087933'), (u'SUBPIECE_-1206087409', u'MULTIEQUAL_-1206085296'), (u'INDIRECT_-1206084689', u'MULTIEQUAL_-1206084677'), (u'STORE_-1206088546', u'INDIRECT_-1206084397'), (u'INT_NOTEQUAL_-1206089902', u'CBRANCH_-1206089902'), (u'COPY_-1206090217', u'MULTIEQ...
null
null
00038550
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00038550(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 gldelf64_ia64_parse_ld_so_conf(gldelf64_ia64_ld_so_conf *info,char *filename)\n\n{\n char **ppcVar1;\n byte bVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n size_t sVar4;\n ...
(translation_unit "undefined4 __regparm3 FUN_00038550(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n bool b...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)...
(function_definition "undefined4 __regparm3 FUN_00038550(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n boo...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(type_2 *info,char *filename) { char **ppcVar1; type_3 var_15; type_4 *var_2; type_3 *var_7; char *var_6; size_t var_26; size_t var_27; type_3 var_14; type_3 *var_8; int var_11; t...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type)...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm3 MASKED(int *param_1,char *param_2) { byte bVar1; FILE *__stream; byte *__s; char *pcVar2; int iVar3; void *__dest; byte bVar4; int iVar5; byte *pbVar6; int iVar7; uint uVar8; size_t ...
12204_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
wfstream
FUN_003e1d10
/* std::wfstream::wfstream(std::string const&, std::_Ios_Openmode) */ void __thiscall std::wfstream::wfstream(wfstream *this,string *param_1,_Ios_Openmode param_2) { ios_base *this_00; int iVar1; int unaff_EDI; __x86_get_pc_thunk_di(); this_00 = (ios_base *)(this + 0x98); ios_base::ios_base(this_00); ...
void FUN_003e1d10(int *param_1,undefined4 *param_2,undefined4 param_3) { int *piVar1; int *piVar2; int iVar3; int iVar4; int unaff_EDI; FUN_00074f0a(); piVar2 = param_1 + 0x26; FUN_003f2f70(piVar2); param_1[0x42] = 0; param_1[0x43] = 0; *(undefined1 *)(param_1 + 0x44) = 0; param_1[0x45] = 0...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x00074f0a ADD EDI,0x2082e7 PUSH ESI PUSH EBX SUB ESP,0x38 MOV ESI,dword ptr [EBP + 0x8] LEA EAX,[ESI + 0x98] MOV EBX,EDI PUSH EAX MOV dword ptr [EBP + -0x1c],EAX CALL 0x003f2f70 LEA ECX,[EDI + 0xffffdb6c] LEA EAX,[EDI + 0xffffdb80] MOV dword ptr [ESI + 0x108],0x0 MOV dword ptr [ESI +...
null
null
null
null
[('const-417', u'STORE_-1205789050'), (u'PTRADD_-1205789027', u'CAST_-1205788439'), ('const-1', u'PTRADD_-1205789080'), ('const-417', u'STORE_-1205789222'), ('tmp_1328', u'INT_ADD_-1205789053'), ('tmp_999', u'PTRADD_-1205789080'), (u'PTRADD_-1205789299', u'CAST_-1205788690'), ('tmp_999', u'CAST_-1205788496'), ('const-4...
[('const-417', u'STORE_-1205789072'), ('const-66', u'PTRADD_-1205788661'), ('const-4', u'PTRADD_-1205788491'), ('const-417', u'STORE_-1205789314'), ('const-417', u'STORE_-1205789252'), ('const-38', u'PTRADD_-1205788541'), ('tmp_2145', u'CAST_-1205788431'), ('const-4', u'PTRADD_-1205788631'), (u'LOAD_-1205788816', u'INT...
null
null
003e1d10
x86
O0
(translation_unit "void FUN_003e1d10(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_00074f0a();\n piVar2 = param_1 + 0x26;\n FUN_003f2f70(piVar2);\n param_1[0x42] = 0;\n param_1[0x43] = 0;\n *(undefined1 *)(param_1 ...
(translation_unit "/* std::wfstream::wfstream(std::string const&, std::_Ios_Openmode) */\n\nvoid __thiscall std::wfstream::wfstream(wfstream *this,string *param_1,_Ios_Openmode param_2)\n\n{\n ios_base *this_00;\n int iVar1;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this_00 = (ios_base *)(this + 0x98);\n ...
(translation_unit "void FUN_003e1d10(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_00074f0a();\n piVar2 = param_1 + 0x26;\n FUN_003f2f70(piVar2);\n param_1[0x42] = 0;\n param_1[0x43] = 0;\n *(undefined1 *)(param_1 ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ...
(function_definition "void FUN_003e1d10(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_00074f0a();\n piVar2 = param_1 + 0x26;\n FUN_003f2f70(piVar2);\n param_1[0x42] = 0;\n param_1[0x43] = 0;\n *(undefined1 *)(param...
/* std::wfstream::wfstream(std::string const&, std::_Ios_Openmode) */ void __thiscall std::function_1::function_1(function_1 *var_2,type_1 *param_1,type_2 param_2) { type_3 *this_00; int var_7; int var_3; var_1(); this_00 = (type_3 *)(var_2 + 0x98); ios_base::type_3(this_00); *(type_4 *)(var_2 + 0x1...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer...
null
void MASKED(int *param_1,undefined4 *param_2,undefined4 param_3) { int *piVar1; int *piVar2; int iVar3; int iVar4; int unaff_EDI; FUN_00074f0a(); piVar2 = param_1 + 0x26; FUN_003f2f70(piVar2); param_1[0x42] = 0; param_1[0x43] = 0; *(undefined1 *)(param_1 + 0x44) = 0; param_1[0x45] = 0; pa...
60_x86_64-kfreebsd-gnu-objcopy_and_x86_64-kfreebsd-gnu-objcopy_strip.c
bfd_set_symtab
bfd_set_symtab
void bfd_set_symtab(void) { (*(code *)PTR_bfd_set_symtab_000400f4)(); return; }
void bfd_set_symtab(void) { (*(code *)PTR_bfd_set_symtab_000400f4)(); return; }
JMP dword ptr [EBX + 0xf4]
null
null
null
null
[('const-0', u'RETURN_-1205980179'), (u'CAST_-1205980105', u'CALLIND_-1205980182'), ('tmp_58', u'CAST_-1205980105'), (u'CALLIND_-1205980182', u'INDIRECT_-1205980110'), (u'INDIRECT_-1205980110', u'COPY_-1205980169')]
[('const-0', u'RETURN_-1205980179'), (u'CAST_-1205980105', u'CALLIND_-1205980182'), ('tmp_58', u'CAST_-1205980105'), (u'CALLIND_-1205980182', u'INDIRECT_-1205980110'), (u'INDIRECT_-1205980110', u'COPY_-1205980169')]
null
null
000133e0
x86
O0
(translation_unit "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}\n\n" (function_definition "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)...
(translation_unit "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}\n\n" (function_definition "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)...
(translation_unit "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}\n\n" (function_definition "void bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}" primitive_type (function_declarator "bfd_set_symtab(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 bfd_set_symtab(void)\n\n{\n (*(code *)PTR_bfd_set_symtab_000400f4)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_symtab(void)" (identifier "bfd_set_symtab") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
void function_1(void) { (*(type_1 *)PTR_bfd_set_symtab_000400f4)(); 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_000400f4)(); return; }
10089_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
get_sized_symbol<64>
FUN_0036d4d0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Sized_symbol<64> * get_sized_symbol<64>(Symbol_table * this, Symbol * sym) */ Sized_symbol<64> * __thiscall gold::Symbol_table::get_sized_symbol<64>(Symbol_table *this,Symbol *sym) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 FUN_0036d4d0(undefined4 param_1) { if (*(int *)(DAT_005ea7c8 + 0xc) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x69,"target",0); } if (*...
PUSH EBX CALL 0x00050b50 ADD EBX,0x27cb2a SUB ESP,0x8 LEA EDX,[EBX + 0x7c8] MOV EDX,dword ptr [EDX] MOV EDX,dword ptr [EDX + 0xc] TEST EDX,EDX JZ 0x0036d4fb MOV EDX,dword ptr [EDX + 0x4] CMP dword ptr [EDX],0x40 JNZ 0x0036d511 ADD ESP,0x8 POP EBX RET LEA EAX,[EBX + 0xffeb37d0] PUSH EDX PUSH EAX LEA EAX,[EBX + 0xffe5e26...
null
null
null
null
[('const-1', u'RETURN_-1205218078')]
[('const-1', u'RETURN_-1205217912'), (u'INT_ADD_-1205218006', u'CAST_-1205217821'), ('const-0', u'CALL_-1205217917'), ('tmp_110', u'CBRANCH_-1205218023'), ('tmp_587', u'INT_ADD_-1205218026'), (u'COPY_-1205217832', u'CALL_-1205217913'), ('const-12', u'INT_ADD_-1205218026'), (u'COPY_-1205217833', u'CALL_-1205217913'), ('...
null
null
0036d4d0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0036d4d0(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 0xc) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/parameters.h",0x69...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Sized_symbol<64> * get_sized_symbol<64>(Symbol_table * this, Symbol *\n sym) */\n\nSized_symbol<64> * __thiscall\ngold::Symbol_table::get_sized_symbol<64>(Symbol_table *this,Symbol ...
(translation_unit "void __regparm3 FUN_0036d4d0(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 0xc) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",0);\n }\n if (**(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4) == 0x40) {\n return;\n }\n \n FUN_0024...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator ...
(function_definition "void __regparm3 FUN_0036d4d0(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 0xc) == 0) {\n \n FUN_002446e0("../../gold/parameters.h",0x69,"target",0);\n }\n if (**(int **)(*(int *)(DAT_005ea7c8 + 0xc) + 4) == 0x40) {\n return;\n }\n \n FUN_0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Sized_symbol<64> * get_sized_symbol<64>(Symbol_table * this, Symbol * sym) */ Sized_symbol<64> * __thiscall gold::Symbol_table::get_sized_symbol<64>(Symbol_table *this,Symbol *sym) { }
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 (if_statement condition: (parenthesized_expression...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void __regparm3 MASKED(undefined4 param_1) { if (*(int *)(DAT_005ea7c8 + 0xc) == 0) { /* WARNING: Subroutine does not return */ FUN_002446e0("../../gold/parameters.h",0x69,"target",0); } if (**(int ...
498_i686-kfreebsd-gnu-as_and_i686-kfreebsd-gnu-as_strip.c
sb_add_char
FUN_000358b0
/* 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_000358b0(int *param_1,undefined1 param_2) { int iVar1; FUN_000356e0(); 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 0x000356e0 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_-1206101675'), ('const-1', u'INT_ADD_-1206101771'), ('const-4', u'PTRSUB_-1206101669'), ('const-1', u'PTRADD_-1206101706'), ('tmp_148', u'PTRSUB_-1206101679'), (u'LOAD_-1206101792', u'PTRADD_-1206101706'), ('const-417', u'LOAD_-1206101792'), ('const-0', u'SUBPIECE_-1206101684'), (u'INT_ADD_-120610...
[('const-417', u'LOAD_-1206101792'), (u'INT_ADD_-1206101752', u'CAST_-1206101664'), (u'PTRADD_-1206101671', u'STORE_-1206101780'), ('tmp_233', u'PTRADD_-1206101671'), ('const-1', u'INT_ADD_-1206101771'), ('const-4', u'PTRADD_-1206101671'), (u'PTRADD_-1206101680', u'LOAD_-1206101797'), (u'LOAD_-1206101792', u'INT_ADD_-1...
null
null
000358b0
x86
O0
(translation_unit "void FUN_000358b0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_000356e0();\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_000358b0(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_000358b0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_000356e0();\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_000358b0(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_000358b0(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_000356e0();\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_000358b0(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_000356e0(); iVar1 = param_1[1]; param_1[1] = iVar1 + 1; *(undefined1 *)(*param_1 + iVar1) = param_2; return; }
7074_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~Unary_logical_not
FUN_001bbbc0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Unary_logical_not(Unary_logical_not * this, int __in_chrg) */ void __thiscall gold::Unary_logical_not::~Unary_logical_not(Unary_logical_not *this,int __in_chrg) { Expression *pEVar1; (thi...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001bbbc0(undefined4 *param_1) { int *piVar1; *param_1 = &DAT_0038bcd8; piVar1 = (int *)param_1[1]; if (piVar1 != (int *)0x0) { (**(code **)(*piVar1 + 4))(piVar1); } FUN_001e6d90(param_1,8); return; ...
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x1d3439 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EAX,[EBX + 0xffffccd8] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] TEST EAX,EAX JZ 0x001bbbef SUB ESP,0xc MOV EDX,dword ptr [EAX] PUSH EAX CALL dword ptr [EDX + 0x4] ADD ESP,0x10 SUB ESP,0x8 PUSH 0x8 PUSH ESI CAL...
null
null
null
null
[(u'PTRSUB_-1207649056', u'PTRSUB_-1207649051'), ('const-1', u'PTRADD_-1207649038'), (u'LOAD_-1207649279', u'CALLIND_-1207649229'), ('const-0', u'INT_NOTEQUAL_-1207649260'), ('const-417', u'LOAD_-1207649239'), (u'PTRSUB_-1207649053', u'PTRSUB_-1207649048'), (u'INT_NOTEQUAL_-1207649260', u'CBRANCH_-1207649260'), (u'CAST...
[(u'CAST_-1207649059', u'INT_NOTEQUAL_-1207649260'), (u'LOAD_-1207649248', u'INT_ADD_-1207649223'), (u'CAST_-1207649059', u'CALLIND_-1207649229'), (u'CAST_-1207649045', u'LOAD_-1207649239'), (u'PTRSUB_-1207649061', u'STORE_-1207649282'), ('const-0', u'INT_NOTEQUAL_-1207649260'), (u'INT_ADD_-1207649223', u'CAST_-1207649...
null
null
001bbbc0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001bbbc0(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0038bcd8;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Unary_logical_not(Unary_logical_not * this, int __in_chrg) */\n\nvoid __thiscall gold::Unary_logical_not::~Unary_logical_not(Unary_logical_not *this,int __in_chrg)\n\n{\n Expre...
(translation_unit "void FUN_001bbbc0(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0038bcd8;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001e6d90(param_1,8);\n return;\n}\n\n" (function_definition "void FUN_001bbbc0(undefined4 *p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression &...
(function_definition "void FUN_001bbbc0(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0038bcd8;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001e6d90(param_1,8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Unary_logical_not(Unary_logical_not * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 *var_1; (this->super_Unary_expression)...
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_0038bcd8; piVar1 = (int *)param_1[1]; if (piVar1 != (int *)0x0) { (**(code **)(*piVar1 + 4))(piVar1); } FUN_001e6d90(param_1,8); return; }
2134_bash_and_bash_strip.c
strlist_merge
strlist_merge
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ STRINGLIST * strlist_merge(STRINGLIST *m1,STRINGLIST *m2) { int iVar1; int iVar2; STRINGLIST *pSVar3; size_t sVar4; char *pcVar5; char *pcVar6; int i; int n; int l1; i...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * strlist_merge(int *param_1,int *param_2) { int iVar1; int iVar2; int *piVar3; size_t sVar4; char *pcVar5; char *pcVar6; int local_20; int local_1c; if (param_1 == (int *)0x0) { iVar1 = 0; } els...
PUSH EBP MOV EBP,ESP PUSH ESI PUSH EBX SUB ESP,0x20 CALL 0x0002ee10 ADD EBX,0x6fa1d CMP dword ptr [EBP + 0x8],0x0 JZ 0x000d15f7 MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x8] JMP 0x000d15fc MOV EAX,0x0 MOV dword ptr [EBP + -0x14],EAX CMP dword ptr [EBP + 0xc],0x0 JZ 0x000d160d MOV EAX,dword ptr [EBP + 0xc]...
null
null
null
null
[('tmp_2731', u'INT_EQUAL_-1206774246'), ('tmp_890', u'CBRANCH_-1206773720'), ('const-417', u'LOAD_-1206773369'), (u'PTRSUB_-1206772509', u'LOAD_-1206773714'), (u'LOAD_-1206773643', u'PTRADD_-1206772476'), ('const-1', u'INT_ADD_-1206773115'), (u'CAST_-1206772450', u'CALL_-1206773467'), (u'MULTIEQUAL_-1206772492', u'STO...
[('const-4', u'INT_MULT_-1206773395'), ('tmp_890', u'CBRANCH_-1206773720'), ('const-417', u'STORE_-1206773374'), (u'CAST_-1206772702', u'LOAD_-1206773224'), (u'MULTIEQUAL_-1206772500', u'INT_MULT_-1206773601'), ('const-1', u'INT_ADD_-1206773115'), (u'COPY_-1206773146', u'MULTIEQUAL_-1206772869'), (u'CAST_-1206772457', ...
null
null
000d15d6
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * strlist_merge(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n size_t sVar4;\n char *pcVar5;\n char *pcVar6;\n int local_20;\n int local_1c;\n \n if (param_1 == (int *...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nSTRINGLIST * strlist_merge(STRINGLIST *m1,STRINGLIST *m2)\n\n{\n int iVar1;\n int iVar2;\n STRINGLIST *pSVar3;\n size_t sVar4;\n char *pcVar5;\n char *pcVar6;\n ...
(translation_unit "int * strlist_merge(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n size_t sVar4;\n char *pcVar5;\n char *pcVar6;\n int local_20;\n int local_1c;\n \n if (param_1 == (int *)0x0) {\n iVar1 = 0;\n }\n else {\n iVar1 = param_1[2];\n }\n if (param_2 == (int ...
(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 { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declarati...
(function_definition "int * strlist_merge(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n size_t sVar4;\n char *pcVar5;\n char *pcVar6;\n int local_20;\n int local_1c;\n \n if (param_1 == (int *)0x0) {\n iVar1 = 0;\n }\n else {\n iVar1 = param_1[2];\n }\n if (param_2 == (i...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 * function_1(type_1 *var_1,type_1 *var_2) { int var_5; int var_4; type_1 *pSVar3; size_t var_9; char *pcVar5; char *pcVar6; int var_6; int var_11; int l1; int l...
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * MASKED(int *param_1,int *param_2) { int iVar1; int iVar2; int *piVar3; size_t sVar4; char *pcVar5; char *pcVar6; int local_20; int local_1c; if (param_1 == (int *)0x0) { iVar1 = 0; } else { ...
9104_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
insert
FUN_0021f300
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::insert(__normal_iterator<char*, std::string >, char) */ int * std::string::insert(int *param_1,string *param_2,int param_3,char param_4) { int iVar1; int iVar2; iVar1 = *(int *)param_2; _M_replace_aux(p...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * FUN_0021f300(int *param_1,int *param_2,int param_3,char param_4) { int iVar1; int iVar2; iVar1 = *param_2; FUN_0021f1a0(param_2,param_3 - iVar1,0,1,(int)param_4); iVar2 = *param_2; *(undefined4 *)(iVar2 + -4...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x16fcf7 SUB ESP,0x18 MOV EBP,dword ptr [ESP + 0x30] MOV EAX,dword ptr [ESP + 0x34] MOV ESI,dword ptr [ESP + 0x2c] SUB EAX,dword ptr [EBP] MOV EDI,EAX MOVSX EAX,byte ptr [ESP + 0x38] PUSH EAX PUSH 0x1 PUSH 0x0 PUSH EDI PUSH EBP CALL 0x0021f1a0 MOV EAX,dword pt...
null
null
null
null
[('const-1', u'CALL_-1203833983'), (u'CAST_-1203833845', u'LOAD_-1203834034'), ('const-4294967292', u'INT_ADD_-1203833960'), ('const-417', u'STORE_-1203833974'), ('tmp_559', u'CALL_-1203833983'), ('const-417', u'STORE_-1203833954'), ('const-0', u'RETURN_-1203833906'), ('const-417', u'LOAD_-1203833982'), ('tmp_561', u'S...
[('tmp_537', u'INT_SEXT_-1203834002'), ('const-4294967292', u'INT_ADD_-1203833960'), ('const-1', u'CALL_-1203833983'), ('tmp_534', u'LOAD_-1203833982'), ('const-0', u'RETURN_-1203833906'), (u'INT_SUB_-1203834015', u'INT_ADD_-1203833948'), (u'LOAD_-1203833982', u'INT_ADD_-1203833960'), (u'INT_SUB_-1203834015', u'CALL_-1...
null
null
0021f300
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_0021f300(int *param_1,int *param_2,int param_3,char param_4)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = *param_2;\n FUN_0021f1a0(param_2,param_3 - iVar1,0,1,(int)param_4);\n iVar2 = *param_2;\...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::insert(__normal_iterator<char*, std::string >, char) */\n\nint * std::string::insert(int *param_1,string *param_2,int param_3,char param_4)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = *(int *)...
(translation_unit "int * FUN_0021f300(int *param_1,int *param_2,int param_3,char param_4)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = *param_2;\n FUN_0021f1a0(param_2,param_3 - iVar1,0,1,(int)param_4);\n iVar2 = *param_2;\n *(undefined4 *)(iVar2 + -4) = 0xffffffff;\n *param_1 = iVar2 + (param_3 - iVar1);\n ret...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_st...
(function_definition "int * FUN_0021f300(int *param_1,int *param_2,int param_3,char param_4)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = *param_2;\n FUN_0021f1a0(param_2,param_3 - iVar1,0,1,(int)param_4);\n iVar2 = *param_2;\n *(undefined4 *)(iVar2 + -4) = 0xffffffff;\n *param_1 = iVar2 + (param_3 - iVar1);\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::string::insert(__normal_iterator<char*, std::string >, char) */ int * std::type_1::function_1(int *param_1,type_1 *param_2,int var_2,char param_4) { int var_3; int var_4; var_3 = *(int *)param_2; var_1(param_2,...
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int * MASKED(int *param_1,int *param_2,int param_3,char param_4) { int iVar1; int iVar2; iVar1 = *param_2; FUN_0021f1a0(param_2,param_3 - iVar1,0,1,(int)param_4); iVar2 = *param_2; *(undefined4 *)(iVar2 + -4) = 0x...
1_sg_stream_ctl_and_sg_stream_ctl_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___00014ff0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___00014ff0)(); } 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___00014ff0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___00014ff0)(); } thunk_FUN_00011290(); FUN_00012680(); return; }
PUSH EBX SUB ESP,0x8 CALL 0x00011240 ADD EBX,0x3f63 MOV EAX,dword ptr [EBX + 0x84] TEST EAX,EAX JZ 0x0001101b CALL EAX CALL 0x00011370 CALL 0x00012680 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_100', u'CBRANCH_-1205989312'), (u'INT_NOTEQUAL_-1205989312', u'CBRANCH_-1205989312'), ('const-0', u'INT_NOTEQUAL_-1205989312'), (u'CALL_-1205989291', u'INDIRECT_-1205989153'), (u'CALL_-1205989291', u'RETURN_-1205989263'), ('tmp_427', u'MULTIEQUAL_-1205989157'), (u'INDIRECT_-1205989153', u'COPY_-1205989203'), ('t...
[('tmp_100', u'CBRANCH_-1205989312'), ('tmp_407', u'CAST_-1205989158'), (u'CALL_-1205989299', u'INDIRECT_-1205989163'), (u'INT_NOTEQUAL_-1205989312', u'CBRANCH_-1205989312'), (u'CALLIND_-1205989303', u'INDIRECT_-1205989166'), ('const-0', u'INT_NOTEQUAL_-1205989312'), ('tmp_407', u'MULTIEQUAL_-1205989161'), (u'INDIRECT_...
null
null
00011000
x86
O0
(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___00014ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00014ff0)();\n }\n thunk_FUN_00011290();\n FUN_00012680();\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___00014ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00014ff0)();\n }\n frame_dummy();\n iVar1 = __do_global_ctors_a...
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00014ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00014ff0)();\n }\n thunk_FUN_00011290();\n FUN_00012680();\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00014ff0 != (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___00014ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00014ff0)();\n }\n thunk_FUN_00011290();\n FUN_00012680();\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___00014ff0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___00014ff0)(); } thunk_FUN_00011290(); FUN_00012680(); return; }
216_comm_and_comm_strip.c
__gmon_start__
__gmon_start__
/* WARNING: Control flow encountered bad instruction data */ void __gmon_start__(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __gmon_start__(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205940086')]
[('const-1', u'RETURN_-1205940086')]
null
null
0001d080
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __gmon_start__(void)\n\n{\n /* WARNING: Ba...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __gmon_start__(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __gmon_start__(void)\n\n{\n /* WARNING: Ba...
(translation_unit "void __gmon_start__(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __gmon_start__(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__gmon_start__(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo...
(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 __gmon_start__(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__gmon_start__(void)" (identifier "__gmon_start__") (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(); }
4795_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
add_target_specific
FUN_00113af0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_true> * this, uint type, void * arg, Output_data * od, Sized_relobj<32,_true> * relobj,...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00113af0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x27b507 SUB ESP,0x34 MOV EBP,dword ptr [ESP + 0x48] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA ESI,[ESP + 0x24] PUSH ESI CALL 0x000fbb70 MOV EAX,dword ptr [EB...
null
null
null
null
[(u'INDIRECT_-1207026072', u'MULTIEQUAL_-1207025993'), (u'LOAD_-1207026836', u'PTRSUB_-1207025897'), ('const-1', u'PTRADD_-1207025902'), (u'MULTIEQUAL_-1207025993', u'INT_NOTEQUAL_-1207026521'), (u'PTRSUB_-1207025844', u'PTRSUB_-1207025831'), (u'INDIRECT_-1207026072', u'STORE_-1207026762'), ('const-417', u'STORE_-12070...
[('tmp_2815', u'INT_ADD_-1207026416'), (u'MULTIEQUAL_-1207025984', u'INT_AND_-1207025904'), (u'PTRADD_-1207025902', u'STORE_-1207026723'), (u'CAST_-1207025802', u'LOAD_-1207026428'), (u'INT_ADD_-1207026684', u'CAST_-1207025884'), ('const-56', u'INT_ADD_-1207026308'), ('const-417', u'STORE_-1207026486'), ('const-417', u...
null
null
00113af0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00113af0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *pu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_true> * this,\n uint type, void * arg, Output_data * od, Sized_relob...
(translation_unit "void FUN_00113af0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 loc...
(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_00113af0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_true> * this, uint type, void * arg, Output_data * od, Sized_relobj<32,_true> * relobj,...
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 param_6,undefined4 param_7) { undefined4 *puVar1; undefined4 *puVar2; int iVar3; int iVar4;...
100_hostid_and_hostid_strip.c
version_etc_ar
FUN_00013a21
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors) { size_t n_authors; for (n_authors = 0; authors[n_authors] != (char *)0x0; n_authors...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00013a21(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, int param_5) { undefined4 local_10; for (local_10 = 0; *(int *)(param_5 + local_10 * 4) != 0; local_10 = loca...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x14 CALL 0x00011a21 ADD EAX,0x55d3 MOV dword ptr [EBP + -0xc],0x0 JMP 0x00013a3f ADD dword ptr [EBP + -0xc],0x1 MOV EDX,dword ptr [EBP + -0xc] LEA ECX,[EDX*0x4 + 0x0] MOV EDX,dword ptr [EBP + 0x18] ADD EDX,ECX MOV EDX,dword ptr [EDX] TEST EDX,EDX JNZ 0x00013a3b SUB ESP,0x8 PUSH dw...
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1205978476'), (u'PTRADD_-1205978270', u'LOAD_-1205978494'), ('tmp_86', u'BRANCH_-1205978532'), (u'COPY_-1205978543', u'MULTIEQUAL_-1205978291'), ('const-4', u'PTRADD_-1205978270'), ('tmp_405', u'CALL_-1205978405'), ('const-0', u'RETURN_-1205978371'), ('tmp_168', u'CBRANCH_-1205978475'), (u'...
[('tmp_86', u'BRANCH_-1205978532'), ('const-4', u'INT_MULT_-1205978491'), ('const-417', u'LOAD_-1205978494'), ('const-1', u'INT_ADD_-1205978416'), (u'COPY_-1205978543', u'MULTIEQUAL_-1205978301'), (u'INT_ADD_-1205978416', u'MULTIEQUAL_-1205978301'), (u'INT_ADD_-1205978486', u'CAST_-1205978281'), ('tmp_669', u'INT_ADD_-...
null
null
00013a21
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00013a21(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n int param_5)\n\n{\n undefined4 local_10;\n \n for (local_10 = 0; *(int *)(param_5 + local_10 ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid version_etc_ar(FILE *stream,char *command_name,char *package,char *version,char **authors)\n\n{\n size_t n_authors;\n \n for (n_authors = 0; authors[n_authors]...
(translation_unit "void FUN_00013a21(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n int param_5)\n\n{\n undefined4 local_10;\n \n for (local_10 = 0; *(int *)(param_5 + local_10 * 4) != 0; local_10 = local_10 + 1) {\n }\n FUN_00013572(param_1,param_2,param_3,param_4,p...
(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 IDEN...
(function_definition "void FUN_00013a21(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n int param_5)\n\n{\n undefined4 local_10;\n \n for (local_10 = 0; *(int *)(param_5 + local_10 * 4) != 0; local_10 = local_10 + 1) {\n }\n FUN_00013572(param_1,param_2,param_3,param_...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void function_1(type_1 *stream,char *command_name,char *package,char *version,char **authors) { size_t var_1; for (var_1 = 0; authors[var_1] != (char *)0x0; var_1 = var_1 + 1) { ...
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.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, int param_5) { undefined4 local_10; for (local_10 = 0; *(int *)(param_5 + local_10 * 4) != 0; local_10 = local_10 +...
60_powerpc-linux-gnu-readelf_and_powerpc-linux-gnu-readelf_strip.c
abort
abort
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_000b40f0)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void abort(void) { (*(code *)PTR_abort_000b40f0)(); return; }
JMP dword ptr [EBX + 0xf0]
null
null
null
null
[(u'CAST_-1205980121', u'CALLIND_-1205980198'), (u'CALLIND_-1205980198', u'INDIRECT_-1205980126'), (u'INDIRECT_-1205980126', u'COPY_-1205980185'), ('tmp_58', u'CAST_-1205980121'), ('const-0', u'RETURN_-1205980195')]
[(u'CAST_-1205980121', u'CALLIND_-1205980198'), (u'CALLIND_-1205980198', u'INDIRECT_-1205980126'), (u'INDIRECT_-1205980126', u'COPY_-1205980185'), ('tmp_58', u'CAST_-1205980121'), ('const-0', u'RETURN_-1205980195')]
null
null
000133d0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}" primitive_type (function_declarator "abor...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}" primitive_type (function_declarator "abor...
(translation_unit "void abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}\n\n" (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_000b40f0)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_abort_0...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { (*(type_1 *)PTR_abort_000b40f0)(); 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
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(void) { (*(code *)PTR_MASKED_000b40f0)(); return; }
25_aarch64-linux-gnu-addr2line_and_aarch64-linux-gnu-addr2line_strip.c
xmalloc
xmalloc
void xmalloc(void) { (*(code *)PTR_xmalloc_0001806c)(); return; }
void xmalloc(void) { (*(code *)PTR_xmalloc_0001806c)(); return; }
JMP dword ptr [EBX + 0x6c]
null
null
null
null
[('const-0', u'RETURN_-1205988915'), (u'CALLIND_-1205988918', u'INDIRECT_-1205988846'), ('tmp_58', u'CAST_-1205988841'), (u'CAST_-1205988841', u'CALLIND_-1205988918'), (u'INDIRECT_-1205988846', u'COPY_-1205988905')]
[('const-0', u'RETURN_-1205988915'), (u'CALLIND_-1205988918', u'INDIRECT_-1205988846'), ('tmp_58', u'CAST_-1205988841'), (u'CAST_-1205988841', u'CALLIND_-1205988918'), (u'INDIRECT_-1205988846', u'COPY_-1205988905')]
null
null
000111c0
x86
O0
(translation_unit "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}\n\n" (function_definition "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}" primitive_type (function_declarator "xmalloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(translation_unit "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}\n\n" (function_definition "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}" primitive_type (function_declarator "xmalloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(translation_unit "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}\n\n" (function_definition "void xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}" primitive_type (function_declarator "xmalloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(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 xmalloc(void)\n\n{\n (*(code *)PTR_xmalloc_0001806c)();\n return;\n}" (primitive_type "void") (function_declarator "xmalloc(void)" (identifier "xmalloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR...
void function_1(void) { (*(type_1 *)PTR_xmalloc_0001806c)(); 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_0001806c)(); return; }
13_i686-kfreebsd-gnu-size_and_i686-kfreebsd-gnu-size_strip.c
fclose
fclose
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00019034)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fclose(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_fclose_00019034)(); return iVar1; }
JMP dword ptr [EBX + 0x34]
null
null
null
null
[(u'CAST_-1205989063', u'CALLIND_-1205989142'), (u'INDIRECT_-1205989069', u'COPY_-1205989128'), ('const-0', u'RETURN_-1205989139'), (u'CALLIND_-1205989142', u'INDIRECT_-1205989069'), (u'CALLIND_-1205989142', u'RETURN_-1205989139'), ('tmp_67', u'CAST_-1205989063')]
[(u'CAST_-1205989063', u'CALLIND_-1205989142'), (u'INDIRECT_-1205989069', u'COPY_-1205989128'), ('const-0', u'RETURN_-1205989139'), (u'CALLIND_-1205989142', u'INDIRECT_-1205989069'), (u'CALLIND_-1205989142', u'RETURN_-1205989139'), ('tmp_67', u'CAST_-1205989063')]
null
null
000110e0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00019034)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00019034)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)...
(translation_unit "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00019034)();\n return iVar1;\n}\n\n" (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00019034)();\n return iVar1;\n}" primitive_type (function_declarator "fclose...
(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 = (call_expression (parenthesized_expression ( (pointer_expression * ...
(function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_00019034)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_id...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { int iVar1; iVar1 = (*(type_2 *)PTR_fclose_00019034)(); 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))))) body: (compound_statement (declaration type: (primitive_type) de...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00019034)(); return iVar1; }
156_s390x-linux-gnu-ranlib_and_s390x-linux-gnu-ranlib_strip.c
maybequit
FUN_00016a10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void maybequit(void) { if (interactive != 0) { return; } /* WARNING: Subroutine does not return */ xexit(9); }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00016a10(void) { if (DAT_0002124c != 0) { return; } /* WARNING: Subroutine does not return */ xexit(9); }
PUSH EBX CALL 0x00013710 ADD EBX,0xa5ea SUB ESP,0x8 LEA EDX,[EBX + 0x24c] MOV EAX,dword ptr [EDX] TEST EAX,EAX JZ 0x00016a30 ADD ESP,0x8 POP EBX RET SUB ESP,0xc PUSH 0x9 CALL 0x000124a0
null
null
null
null
[('const-1', u'RETURN_-1205966203'), ('const-9', u'CALL_-1205966208'), ('tmp_314', u'INT_NOTEQUAL_-1205966253'), (u'CALL_-1205966208', u'INDIRECT_-1205966125'), ('tmp_314', u'COPY_-1205966190'), ('tmp_102', u'CBRANCH_-1205966253'), ('const-0', u'RETURN_-1205966226'), (u'INDIRECT_-1205966125', u'COPY_-1205966183'), ('co...
[('tmp_316', u'INT_NOTEQUAL_-1205966253'), ('tmp_316', u'COPY_-1205966190'), ('const-1', u'RETURN_-1205966203'), (u'CALL_-1205966208', u'INDIRECT_-1205966125'), ('const-9', u'CALL_-1205966208'), ('tmp_102', u'CBRANCH_-1205966253'), ('const-0', u'RETURN_-1205966226'), (u'INDIRECT_-1205966125', u'COPY_-1205966183'), ('co...
null
null
00016a10
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00016a10(void)\n\n{\n if (DAT_0002124c != 0) {\n return;\n }\n /* WARNING: Subroutine does not return */\n xexit(9);\n}\n\n" comment (function_definition "void FUN_00016a10(vo...
(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 maybequit(void)\n\n{\n if (interactive != 0) {\n return;\n }\n /* WARNING: Subroutine does not return *...
(translation_unit "void FUN_00016a10(void)\n\n{\n if (DAT_0002124c != 0) {\n return;\n }\n \n xexit(9);\n}\n\n" (function_definition "void FUN_00016a10(void)\n\n{\n if (DAT_0002124c != 0) {\n return;\n }\n \n xexit(9);\n}" primitive_type (function_declarator "FUN_00016a...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression ID...
(function_definition "void FUN_00016a10(void)\n\n{\n if (DAT_0002124c != 0) {\n return;\n }\n \n xexit(9);\n}" (primitive_type "void") (function_declarator "FUN_00016a10(void)" (identifier "FUN_00016a10") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) ()...
/* 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) { if (var_1 != 0) { return; } /* WARNING: Subroutine does not return */ var_2(9); }
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 (DAT_0002124c != 0) { return; } /* WARNING: Subroutine does not return */ xexit(9); }
51_powerpc-linux-gnuspe-strip_and_powerpc-linux-gnuspe-strip_strip.c
bfd_get_section_by_name
bfd_get_section_by_name
void bfd_get_section_by_name(void) { (*(code *)PTR_bfd_get_section_by_name_0003f0d0)(); return; }
void bfd_get_section_by_name(void) { (*(code *)PTR_bfd_get_section_by_name_0003f0d0)(); return; }
JMP dword ptr [EBX + 0xd0]
null
null
null
null
[(u'CAST_-1205980249', u'CALLIND_-1205980326'), ('tmp_58', u'CAST_-1205980249'), (u'INDIRECT_-1205980254', u'COPY_-1205980313'), (u'CALLIND_-1205980326', u'INDIRECT_-1205980254'), ('const-0', u'RETURN_-1205980323')]
[(u'CAST_-1205980249', u'CALLIND_-1205980326'), ('tmp_58', u'CAST_-1205980249'), (u'INDIRECT_-1205980254', u'COPY_-1205980313'), (u'CALLIND_-1205980326', u'INDIRECT_-1205980254'), ('const-0', u'RETURN_-1205980323')]
null
null
00013350
x86
O0
(translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_n...
(translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_n...
(translation_unit "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}\n\n" (function_definition "void bfd_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}" primitive_type (function_declarator "bfd_get_section_by_n...
(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_get_section_by_name(void)\n\n{\n (*(code *)PTR_bfd_get_section_by_name_0003f0d0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_section_by_name(void)" (identifier "bfd_get_section_by_name") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive...
void function_1(void) { (*(type_1 *)PTR_bfd_get_section_by_name_0003f0d0)(); 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_0003f0d0)(); return; }
109_x86_64-kfreebsd-gnu-gprof_and_x86_64-kfreebsd-gnu-gprof_strip.c
cg_print_function_ordering
FUN_00017780
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void cg_print_function_ordering(void) { int *piVar1; undefined1...
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_00017780(void) { int *piVar1; byte *pbVar2; int *piVar3; float fVar4; float fVar5; double dVar6; size_t sVar7; int *pi...
PUSH EBP PUSH EDI PUSH ESI CALL 0x00018068 ADD ESI,0x15878 PUSH EBX SUB ESP,0x88 MOV dword ptr [ESP + 0x74],0x0 MOV dword ptr [ESP + 0x78],0x0 LEA EDI,[ESI + 0x1520] MOV dword ptr [ESP + 0x1c],ESI MOV EBX,ESI MOV EAX,dword ptr [EDI] MOV dword ptr [ESP + 0x58],EDI MOV dword ptr [ESP + 0x14],EAX SHL EAX,0x2 PUSH EAX CALL...
null
null
null
null
[(u'CALL_-1205959894', u'INDIRECT_-1205955398'), (u'INDIRECT_-1205955334', u'COPY_-1205955378'), ('const-0', u'INT_SLESS_-1205960020'), (u'CALL_-1205959553', u'INDIRECT_-1205955785'), (u'INDIRECT_-1205956309', u'MULTIEQUAL_-1205955389'), (u'CALL_-1205962674', u'INDIRECT_-1205956719'), (u'INDIRECT_-1205955962', u'MULTIE...
[(u'INT_MULT_-1205962290', u'MULTIEQUAL_-1205959305'), (u'MULTIEQUAL_-1205955589', u'MULTIEQUAL_-1205955540'), (u'CAST_-1205955158', u'CALL_-1205959474'), ('const-4', u'PTRADD_-1205955454'), (u'MULTIEQUAL_-1205955857', u'MULTIEQUAL_-1205955794'), (u'CALL_-1205959583', u'CAST_-1205955101'), (u'INDIRECT_-1205956047', u'M...
null
null
00017780
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00017780(void)\n\n{\n int *piVar1;\n byte *pbVar2;\n int *piVar3;\n float fVar4;\n float fVar5;\n double dVa...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid cg_print_function_ordering(void)\n\n{\n ...
(translation_unit "void FUN_00017780(void)\n\n{\n int *piVar1;\n byte *pbVar2;\n int *piVar3;\n float fVar4;\n float fVar5;\n double dVar6;\n size_t sVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n void *pvVar11;\n int iVar12;\n undefined4 uVar13;\n int iVar14;\n int *piVar15;\n uint uVar16;\n vo...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;)...
(function_definition "void FUN_00017780(void)\n\n{\n int *piVar1;\n byte *pbVar2;\n int *piVar3;\n float fVar4;\n float fVar5;\n double dVar6;\n size_t sVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n void *pvVar11;\n int iVar12;\n undefined4 uVar13;\n int iVar14;\n int *piVar15;\n uint uVar16;\n ...
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { int *var_35; type_1 *puVar2; type_2 *...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (d...
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(void) { int *piVar1; byte *pbVar2; int *piVar3; float fVar4; float fVar5; double dVar6; size_t sVar7; int *piVar8; ...
5973_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
add_assertion
FUN_0015e2f0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void add_assertion(Output_section_definition * this, Expression * check, char * message, size_t messagelen) */ void __thiscall gold::Output_section_definition::add_assertion (Output_sectio...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0015e2f0(int param_1,undefined4 param_2,int param_3,int param_4) { undefined4 *puVar1; undefined4 *puVar2; undefined4 *local_20 [4]; puVar2 = (undefined4 *)FUN_001e5200(0x20); puVar2[2] = puVar2 + 4; *puV...
CALL 0x000559e6 ADD EAX,0x230d0b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV EBX,EAX SUB ESP,0x38 MOV dword ptr [EBP + -0x2c],EAX MOV EDI,dword ptr [EBP + 0x8] PUSH 0x20 CALL 0x001e5200 ADD ESP,0x10 MOV ESI,EAX MOV EAX,dword ptr [EBP + -0x2c] LEA EDX,[ESI + 0x10] LEA EAX,[EAX + 0xffff6044] MOV dword ptr [ESI + ...
null
null
null
null
[(u'PTRADD_-1207245631', u'CAST_-1207245590'), ('const-56', u'PTRSUB_-1207245571'), (u'PTRADD_-1207245621', u'PTRSUB_-1207245619'), (u'CALL_-1207245753', u'INDIRECT_-1207245565'), ('const-417', u'STORE_-1207245976'), (u'PTRSUB_-1207245567', u'PTRSUB_-1207245561'), ('const-0', u'PTRSUB_-1207245567'), ('tmp_655', u'PTRSU...
[('const-1', u'PTRADD_-1207245609'), ('const-0', u'PTRSUB_-1207245619'), ('const-4', u'PTRADD_-1207245634'), ('const-417', u'LOAD_-1207245876'), (u'CAST_-1207245641', u'COPY_-1207245602'), ('tmp_1133', u'STORE_-1207245938'), ('const-0', u'CALL_-1207245902'), ('const-56', u'INT_ADD_-1207245765'), ('const-4', u'PTRADD_-1...
null
null
0015e2f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0015e2f0(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4];\n \n puVar2 = (undefined4 *)FUN_001e5200(0x20);\n pu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void add_assertion(Output_section_definition * this, Expression *\n check, char * message, size_t messagelen) */\n\nvoid __thiscall\ngold::Output_section_definition::add_assertion\n...
(translation_unit "void FUN_0015e2f0(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4];\n \n puVar2 = (undefined4 *)FUN_001e5200(0x20);\n puVar2[2] = puVar2 + 4;\n *puVar2 = &PTR_FUN_00385044;\n puVar2[1] = param_2;\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declarat...
(function_definition "void FUN_0015e2f0(int param_1,undefined4 param_2,int param_3,int param_4)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 *local_20 [4];\n \n puVar2 = (undefined4 *)FUN_001e5200(0x20);\n puVar2[2] = puVar2 + 4;\n *puVar2 = &PTR_FUN_00385044;\n puVar2[1] = param_2;\n ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void add_assertion(Output_section_definition * this, Expression * check, char * message, size_t messagelen) */ void __thiscall var_10::type_1::function_1 (type_1 *this,type_2 *check,char *...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int param_1,undefined4 param_2,int param_3,int param_4) { undefined4 *puVar1; undefined4 *puVar2; undefined4 *local_20 [4]; puVar2 = (undefined4 *)FUN_001e5200(0x20); puVar2[2] = puVar2 + 4; *puVar2 = ...
7149_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
istream
FUN_001a3b30
/* std::istream::istream(std::streambuf*) */ void __thiscall std::istream::istream(istream *this,streambuf *param_1) { int unaff_EDI; __x86_get_pc_thunk_di(); ios_base::ios_base((ios_base *)(this + 8)); *(undefined4 *)(this + 0x78) = 0; *(undefined2 *)(this + 0x7c) = 0; *(undefined4 *)(this + 0x80) = ...
void FUN_001a3b30(int *param_1,undefined4 param_2) { int unaff_EDI; FUN_0004fb7e(); FUN_001c5690(param_1 + 2); param_1[0x1e] = 0; *(undefined2 *)(param_1 + 0x1f) = 0; param_1[0x20] = 0; param_1[0x21] = 0; param_1[0x22] = 0; param_1[0x23] = 0; *param_1 = unaff_EDI + 0x15bc0b; param_1[2] = unaf...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x0004fb7e ADD EDI,0x15e4c7 PUSH ESI PUSH EBX SUB ESP,0x28 MOV ESI,dword ptr [EBP + 0x8] LEA EAX,[ESI + 0x8] MOV EBX,EDI PUSH EAX MOV dword ptr [EBP + -0x1c],EAX CALL 0x001c5690 XOR EAX,EAX MOV dword ptr [ESI + 0x78],0x0 MOV word ptr [ESI + 0x7c],AX LEA EAX,[EDI + 0xffffd738] MOV dwor...
null
null
null
null
[(u'PTRADD_-1207616548', u'CAST_-1207616376'), (u'CAST_-1207616384', u'STORE_-1207616618'), (u'CAST_-1207616312', u'STORE_-1207616520'), ('const-0', u'STORE_-1207616608'), ('tmp_408', u'PTRADD_-1207616454'), ('const-417', u'STORE_-1207616520'), ('const-0', u'STORE_-1207616563'), (u'PTRADD_-1207616490', u'CAST_-12076163...
[('const-34', u'PTRADD_-1207616338'), (u'CAST_-1207616371', u'STORE_-1207616608'), ('const-4', u'PTRADD_-1207616366'), (u'PTRADD_-1207616310', u'STORE_-1207616514'), ('const-4', u'PTRADD_-1207616402'), (u'PTRADD_-1207616402', u'CALL_-1207616633'), ('const-32', u'PTRADD_-1207616366'), ('tmp_519', u'INT_ADD_-1207616559')...
null
null
001a3b30
x86
O0
(translation_unit "void FUN_001a3b30(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_0004fb7e();\n FUN_001c5690(param_1 + 2);\n param_1[0x1e] = 0;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n *param_1 = unaff_EDI ...
(translation_unit "/* std::istream::istream(std::streambuf*) */\n\nvoid __thiscall std::istream::istream(istream *this,streambuf *param_1)\n\n{\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n ios_base::ios_base((ios_base *)(this + 8));\n *(undefined4 *)(this + 0x78) = 0;\n *(undefined2 *)(this + 0x7c) = 0;\n *(...
(translation_unit "void FUN_001a3b30(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_0004fb7e();\n FUN_001c5690(param_1 + 2);\n param_1[0x1e] = 0;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n *param_1 = unaff_EDI ...
(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_001a3b30(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_0004fb7e();\n FUN_001c5690(param_1 + 2);\n param_1[0x1e] = 0;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n *param_1 = unaff_E...
/* std::istream::istream(std::streambuf*) */ void __thiscall std::function_1::function_1(function_1 *var_3,type_1 *param_1) { int var_4; var_1(); ios_base::var_2((var_2 *)(var_3 + 8)); *(type_2 *)(var_3 + 0x78) = 0; *(type_3 *)(var_3 + 0x7c) = 0; *(type_2 *)(var_3 + 0x80) = 0; *(type_2 *)(var_3 + 0x...
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,undefined4 param_2) { int unaff_EDI; FUN_0004fb7e(); FUN_001c5690(param_1 + 2); param_1[0x1e] = 0; *(undefined2 *)(param_1 + 0x1f) = 0; param_1[0x20] = 0; param_1[0x21] = 0; param_1[0x22] = 0; param_1[0x23] = 0; *param_1 = unaff_EDI + 0x15bc0b; param_1[2] = unaff_EDI ...
18_aarch64-linux-gnu-readelf_and_aarch64-linux-gnu-readelf_strip.c
fseek
fseek
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseek(FILE *__stream,long __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_fseek_000b4048)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseek(FILE *__stream,long __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_fseek_000b4048)(); return iVar1; }
JMP dword ptr [EBX + 0x48]
null
null
null
null
[('const-0', u'RETURN_-1205980867'), (u'CALLIND_-1205980870', u'RETURN_-1205980867'), (u'CAST_-1205980789', u'CALLIND_-1205980870'), ('tmp_77', u'CAST_-1205980789'), (u'CALLIND_-1205980870', u'INDIRECT_-1205980797'), (u'INDIRECT_-1205980797', u'COPY_-1205980856')]
[('const-0', u'RETURN_-1205980867'), (u'CALLIND_-1205980870', u'RETURN_-1205980867'), (u'CAST_-1205980789', u'CALLIND_-1205980870'), ('tmp_77', u'CAST_-1205980789'), (u'CALLIND_-1205980870', u'INDIRECT_-1205980797'), (u'INDIRECT_-1205980797', u'COPY_-1205980856')]
null
null
00013130
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseek(FILE *__stream,long __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseek_000b4048)();\n return iVar1;\n}\n\n" comment (function_definition "int fseek(FILE *__stream,long __off,int __whence)...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseek(FILE *__stream,long __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseek_000b4048)();\n return iVar1;\n}\n\n" comment (function_definition "int fseek(FILE *__stream,long __off,int __whence)...
(translation_unit "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseek_000b4048)();\n return iVar1;\n}\n\n" (function_definition "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseek_000b4048)();\n return iVar1;\n}"...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (...
(function_definition "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fseek_000b4048)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fseek(FILE *__stream,long __off,int __whence)" (identifier "fseek") (parameter_list "(FILE *__stream,long __off,int...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,long __off,int __whence) { int iVar1; iVar1 = (*(type_2 *)PTR_fseek_000b4048)(); 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: (sized_type_specifier) declarator: (i...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,long __off,int __whence) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000b4048)(); return iVar1; }
334_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
FUN_0002f5d6
FUN_0002f5d6
void FUN_0002f5d6(void) { int unaff_EBP; if (*(void **)(unaff_EBP + -100) != *(void **)(unaff_EBP + -0x74)) { operator_delete(*(void **)(unaff_EBP + -100)); } /* WARNING: Subroutine does not return */ _Unwind_Resume(); }
void FUN_0002f5d6(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -100) != *(int *)(unaff_EBP + -0x74)) { FUN_001e6db0(*(int *)(unaff_EBP + -100)); } /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
MOV EDX,dword ptr [EBP + -0x64] CMP EDX,dword ptr [EBP + -0x74] JZ 0x0002f5ed SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x6c] PUSH EDX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x6c] PUSH ESI CALL 0x0027dd80
null
null
null
null
[('tmp_277', u'INT_ADD_-1205996055'), (u'LOAD_-1205996065', u'INT_NOTEQUAL_-1205996049'), ('tmp_42', u'CBRANCH_-1205996048'), ('const-4294967180', u'INT_ADD_-1205996049'), ('const-417', u'LOAD_-1205996065'), (u'INT_NOTEQUAL_-1205996049', u'CBRANCH_-1205996048'), ('const-417', u'LOAD_-1205996071'), (u'LOAD_-1205996071',...
[('tmp_277', u'INT_ADD_-1205996055'), (u'LOAD_-1205996065', u'INT_NOTEQUAL_-1205996049'), ('tmp_42', u'CBRANCH_-1205996048'), ('const-4294967180', u'INT_ADD_-1205996049'), ('const-417', u'LOAD_-1205996065'), (u'INT_NOTEQUAL_-1205996049', u'CBRANCH_-1205996048'), ('const-417', u'LOAD_-1205996071'), (u'LOAD_-1205996071',...
null
null
0002f5d6
x86
O0
(translation_unit "void FUN_0002f5d6(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -100) != *(int *)(unaff_EBP + -0x74)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -100));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_0002f5d6(...
(translation_unit "void FUN_0002f5d6(void)\n\n{\n int unaff_EBP;\n \n if (*(void **)(unaff_EBP + -100) != *(void **)(unaff_EBP + -0x74)) {\n operator_delete(*(void **)(unaff_EBP + -100));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FU...
(translation_unit "void FUN_0002f5d6(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -100) != *(int *)(unaff_EBP + -0x74)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -100));\n }\n \n FUN_0027dd80();\n}\n\n" (function_definition "void FUN_0002f5d6(void)\n\n{\n int unaff_EBP;\n \n if (*...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl...
(function_definition "void FUN_0002f5d6(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -100) != *(int *)(unaff_EBP + -0x74)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -100));\n }\n \n FUN_0027dd80();\n}" (primitive_type "void") (function_declarator "FUN_0002f5d6(void)" (identifier "FUN...
void function_1(void) { int var_1; if (*(void **)(var_1 + -100) != *(void **)(var_1 + -0x74)) { var_2(*(void **)(var_1 + -100)); } /* WARNING: Subroutine does not return */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes...
null
void MASKED(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -100) != *(int *)(unaff_EBP + -0x74)) { FUN_001e6db0(*(int *)(unaff_EBP + -100)); } /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
1068_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
do_output_section
FUN_0003ac80
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Output_section * do_output_section(Object * this, uint param_1) */ Output_section * __thiscall gold::Object::do_output_section(Object *this,uint param_2) { /* WARNING: Subroutine d...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003ac80(void) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/object.h",0x3bd,"do_output_section"); }
PUSH EBX CALL 0x00035840 ADD EBX,0x35437a SUB ESP,0xc LEA EAX,[EBX + 0xffef2390] PUSH EAX LEA EAX,[EBX + 0xffef101a] PUSH 0x3bd PUSH EAX CALL 0x00069d00
null
null
null
null
[('const-957', u'CALL_-1206080304'), (u'COPY_-1206080275', u'CALL_-1206080304'), ('const-1', u'RETURN_-1206080299'), ('const-2626448', u'COPY_-1206080274'), ('const-2621466', u'COPY_-1206080275'), (u'COPY_-1206080274', u'CALL_-1206080304')]
[('const-957', u'CALL_-1206080304'), (u'COPY_-1206080281', u'CALL_-1206080304'), (u'COPY_-1206080280', u'CALL_-1206080304'), ('const-1', u'RETURN_-1206080299'), ('const-2626448', u'COPY_-1206080280'), ('const-2621466', u'COPY_-1206080281')]
null
null
0003ac80
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003ac80(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/object.h",0x3bd,"do_output_section");\n}\n\n" comment (function_definition "void FUN_0003...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Output_section * do_output_section(Object * this, uint param_1) */\n\nOutput_section * __thiscall gold::Object::do_output_section(Object *this,uint param_2)\n\n{\n ...
(translation_unit "void FUN_0003ac80(void)\n\n{\n \n FUN_00069d00("../../gold/object.h",0x3bd,"do_output_section");\n}\n\n" (function_definition "void FUN_0003ac80(void)\n\n{\n \n FUN_00069d00("../../gold/object.h",0x3bd,"do_output_section");\n}" primitive_type (function_declarat...
(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_0003ac80(void)\n\n{\n \n FUN_00069d00("../../gold/object.h",0x3bd,"do_output_section");\n}" (primitive_type "void") (function_declarator "FUN_0003ac80(void)" (identifier "FUN_0003ac80") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "voi...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Output_section * do_output_section(Object * this, uint param_1) */ Output_section * __thiscall gold::Object::do_output_section(Object *this,type_1 function_1) { /* WARNING: Subrout...
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_00069d00("../../gold/object.h",0x3bd,"do_output_section"); }
144_runcon_and_runcon_strip.c
rpl_getopt_long
FUN_00015886
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index) { int iVar1; iVar1 = rpl_getopt_internal(argc,argv,options,long_options,opt_index,0,...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00015886(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { FUN_000157cb(param_1,param_2,param_3,param_4,param_5,0,0,0x15892); return; }
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x0001231e ADD EAX,0x576e SUB ESP,0x4 PUSH 0x0 PUSH 0x0 PUSH dword ptr [EBP + 0x18] PUSH dword ptr [EBP + 0x14] PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0xc] PUSH dword ptr [EBP + 0x8] MOV EBX,EAX CALL 0x000157cb ADD ESP,0x20 MOV EBX,dword ptr [EBP + -0x4] LEAVE R...
null
null
null
null
[('const-0', u'CALL_-1205970691'), (u'CALL_-1205970691', u'RETURN_-1205970658'), ('tmp_262', u'CALL_-1205970691'), ('tmp_264', u'CALL_-1205970691'), ('const-0', u'RETURN_-1205970658'), ('tmp_266', u'CALL_-1205970691'), ('tmp_263', u'CALL_-1205970691'), ('const-0', u'CALL_-1205970691'), ('tmp_265', u'CALL_-1205970691')]
[('tmp_462', u'CALL_-1205970691'), ('tmp_459', u'CALL_-1205970691'), ('const-0', u'CALL_-1205970691'), ('const-0', u'RETURN_-1205970658'), ('tmp_460', u'CALL_-1205970691'), ('const-88210', u'CALL_-1205970691'), ('tmp_458', u'CALL_-1205970691'), ('const-0', u'CALL_-1205970691'), ('tmp_461', u'CALL_-1205970691')]
null
null
00015886
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00015886(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n FUN_000157cb(param_1,param_2,param_3,param_4,param_5,0,0,0x15892);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint rpl_getopt_long(int argc,char **argv,char *options,rpl_option *long_options,int *opt_index)\n\n{\n int iVar1;\n \n iVar1 = rpl_getopt_internal(argc,argv,options...
(translation_unit "void FUN_00015886(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n FUN_000157cb(param_1,param_2,param_3,param_4,param_5,0,0,0x15892);\n return;\n}\n\n" (function_definition "void FUN_00015886(undefined4 param_1,undefined4 para...
(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 { (expression_statement ...
(function_definition "void FUN_00015886(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n FUN_000157cb(param_1,param_2,param_3,param_4,param_5,0,0,0x15892);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00015886(undefined4 param...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int function_1(int argc,char **argv,char *options,type_1 *long_options,int *opt_index) { int iVar1; iVar1 = var_1(argc,argv,options,long_options,opt_index,0,0); return iVar1; }
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.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { FUN_000157cb(param_1,param_2,param_3,param_4,param_5,0,0,0x15892); return; }
1225_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Struct_target2
FUN_0003a540
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_target2(Struct_target2 * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_target2::~Struct_target2(Struct_target2 *this,int __in_chrg) { pointer pcVar1; (this-...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003a540(undefined4 *param_1) { *param_1 = &PTR_FUN_0033276c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x44); return; }
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x304ab9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff376c] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003a572 SUB ESP,0xc PUSH EAX CALL 0x001ac470 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x44 PUSH ESI CALL 0x001ac450 AD...
null
null
null
null
[('const-0', u'PTRSUB_-1206081940'), ('const-417', u'LOAD_-1206082170'), (u'PTRSUB_-1206081945', u'STORE_-1206082173'), (u'CAST_-1206081937', u'INT_NOTEQUAL_-1206082150'), ('const-417', u'STORE_-1206082173'), ('const-0', u'PTRSUB_-1206081946'), (u'PTRSUB_-1206081947', u'PTRSUB_-1206081946'), (u'LOAD_-1206082170', u'CAS...
[(u'PTRADD_-1206081955', u'LOAD_-1206082170'), ('tmp_597', u'CALL_-1206082086'), ('const-68', u'CALL_-1206082086'), ('const-3', u'PTRADD_-1206081967'), ('const-417', u'LOAD_-1206082170'), ('tmp_135', u'CBRANCH_-1206082150'), (u'CAST_-1206081955', u'CALL_-1206082127'), ('const-4', u'PTRADD_-1206081955'), (u'PTRADD_-1206...
null
null
0003a540
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003a540(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0033276c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x44);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_target2(Struct_target2 * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_target2::~Struct_target2(Struct_target2 *this,int __in_chrg)\n\n{\n po...
(translation_unit "void FUN_0003a540(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0033276c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_0003a540(undefined4 *param_1)\n\n{\n *para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0003a540(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0033276c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003a540(undefined4 *para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_target2(Struct_target2 * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_...
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_0033276c; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x44); return; }
1_der_decode_sequence_ex_and_der_decode_sequence_ex_strip.c
der_decode_sequence_ex
FUN_00010000
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Instruction at (ram,0x00010049) overlaps instruction at (ram,0x00010046) */ /* WARNING: Control flow encountered bad instruction data */ int der_decode_sequence_ex(uchar *in,ulong inlen,ltc_asn1_list *list,ulong ou...
undefined4 FUN_00010000(int param_1,undefined4 param_2,undefined4 param_3) { int iVar1; undefined4 uVar2; int unaff_EBX; int iVar3; int *piVar4; undefined1 *puVar5; int in_GS_OFFSET; int aiStack_70 [26]; piVar4 = aiStack_70 + 9; aiStack_70[8] = 0x1000a; FUN_00010000(); iVar3 = unaff_EBX + 2...
PUSH ESI PUSH EBX SUB ESP,0x44 CALL 0x00010006 ADD EBX,0x2 MOV EAX,dword ptr [ESP + 0x50] MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [ESP + 0x58] MOV dword ptr [ESP + 0x8],EAX MOV EAX,GS:[0x14] MOV dword ptr [ESP + 0x3c],EAX XOR EAX,EAX CMP dword ptr [ESP + 0xc],0x0 JNZ 0x0001004b SUB ESP,0x4 PUSH 0x24 LEA EAX,[EB...
null
null
null
null
[(u'PTRADD_-1205990289', u'CAST_-1205986835'), ('const-12', u'PTRADD_-1205992056'), (u'INDIRECT_-1205990372', u'MULTIEQUAL_-1205990264'), ('const-36', u'PTRADD_-1205992381'), (u'PTRADD_-1205992221', u'CAST_-1205989026'), (u'INT_ADD_-1205991962', u'INT_ADD_-1205991953'), ('const-40', u'PTRADD_-1205991987'), (u'INT_ADD_-...
[(u'STORE_-1205990408', u'INDIRECT_-1205988018'), ('const-12', u'PTRADD_-1205992056'), ('const-36', u'PTRADD_-1205992381'), ('const-417', u'STORE_-1205993240'), ('const-1', u'PTRADD_-1205989837'), (u'INDIRECT_-1205987719', u'MULTIEQUAL_-1205987640'), ('const-417', u'LOAD_-1205992984'), (u'INT_ADD_-1205991962', u'INT_AD...
null
null
00010000
x86
O0
(translation_unit "undefined4 FUN_00010000(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n int iVar3;\n int *piVar4;\n undefined1 *puVar5;\n int in_GS_OFFSET;\n int aiStack_70 [26];\n \n piVar4 = aiStack_70 + 9;\n aiStack_70[8] = 0x1000a;\n FUN_000...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Instruction at (ram,0x00010049) overlaps instruction at (ram,0x00010046)\n */\n/* WARNING: Control flow encountered bad instruction data */\n\nint der_decode_sequence_ex(uchar *in,ulong inlen,ltc_a...
(translation_unit "undefined4 FUN_00010000(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n int iVar3;\n int *piVar4;\n undefined1 *puVar5;\n int in_GS_OFFSET;\n int aiStack_70 [26];\n \n piVar4 = aiStack_70 + 9;\n aiStack_70[8] = 0x1000a;\n FUN_000...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TY...
(function_definition "undefined4 FUN_00010000(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n int iVar3;\n int *piVar4;\n undefined1 *puVar5;\n int in_GS_OFFSET;\n int aiStack_70 [26];\n \n piVar4 = aiStack_70 + 9;\n aiStack_70[8] = 0x1000a;\n FUN_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Instruction at (ram,0x00010049) overlaps instruction at (ram,0x00010046) */ /* WARNING: Control flow encountered bad instruction data */ int function_1(type_1 *var_2,type_2 inlen,type_3 *list,type_2 outlen,int orde...
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: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
undefined4 MASKED(int param_1,undefined4 param_2,undefined4 param_3) { int iVar1; undefined4 uVar2; int unaff_EBX; int iVar3; int *piVar4; undefined1 *puVar5; int in_GS_OFFSET; int aiStack_70 [26]; piVar4 = aiStack_70 + 9; aiStack_70[8] = 0x1000a; MASKED(); iVar3 = unaff_EBX + 2; aiStack_...
6433_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
sized_write_globals<32,_true>
FUN_0017e210
/* 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 "DT": Some values do not have unique names */ /* DWARF original name: sized_write_globals<32, true> DWARF original prototype: void sized_write_glob...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0017e210(int param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5, int param_6) { uint uVar1; int iVar2; undefined **ppuVar3; code *pcVar4; char cVar5; uint uVar6; undefin...
CALL 0x000559e6 ADD EAX,0x210deb PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x7c MOV dword ptr [EBP + -0x5c],EAX LEA EAX,[EAX + 0x378] MOV EBX,dword ptr [EBP + 0x1c] MOV dword ptr [EBP + -0x60],EAX MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0xc] MOV dword ptr [EBP + 0xffffff7c],EAX TEST EAX,EAX JZ 0x...
null
null
null
null
[(u'INT_AND_-1207376708', u'INT_EQUAL_-1207376722'), (u'CALL_-1207370929', u'INDIRECT_-1207363125'), (u'INDIRECT_-1207362742', u'MULTIEQUAL_-1207364731'), (u'MULTIEQUAL_-1207364836', u'MULTIEQUAL_-1207364561'), (u'SUBPIECE_-1207362285', u'INT_LESS_-1207373025'), (u'PTRSUB_-1207364715', u'INT_NOTEQUAL_-1207376742'), ('c...
[(u'MULTIEQUAL_-1207360150', u'MULTIEQUAL_-1207360683'), (u'CALL_-1207373732', u'INDIRECT_-1207363274'), (u'STORE_-1207373261', u'INDIRECT_-1207362785'), (u'CALLIND_-1207370543', u'INDIRECT_-1207361098'), (u'LOAD_-1207376827', u'INT_EQUAL_-1207376812'), (u'STORE_-1207373737', u'INDIRECT_-1207358814'), (u'CALLIND_-12073...
null
null
0017e210
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0017e210(int param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5,\n int param_6)\n\n{\n uint uVar1;\n int iVar2;\n undefined **ppuVar3;\n code *pcVar4;\n char cV...
(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 "DT": Some values do not have unique names */\n/* DWARF original name: sized_write_globals<32, true>\n DWARF original prototype:...
(translation_unit "void FUN_0017e210(int param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5,\n int param_6)\n\n{\n uint uVar1;\n int iVar2;\n undefined **ppuVar3;\n code *pcVar4;\n char cVar5;\n uint uVar6;\n undefined **ppuVar7;\n int *piVar8;\n undefined **ppuVar9;\n undef...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_0017e210(int param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5,\n int param_6)\n\n{\n uint uVar1;\n int iVar2;\n undefined **ppuVar3;\n code *pcVar4;\n char cVar5;\n uint uVar6;\n undefined **ppuVar7;\n int *piVar8;\n undefined **ppuVar9;\n 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 "DT": Some values do not have unique names */ /* DWARF original name: sized_write_globals<32, true> DWARF original prototype: void sized_write_glob...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3,int param_4,int param_5, int param_6) { uint uVar1; int iVar2; undefined **ppuVar3; code *pcVar4; char cVar5; uint uVar6; undefined **p...
263_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
get_name
FUN_00029e4a
/* (anonymous namespace)::Dir_cache_task::get_name() const [clone .cold.130] */ void (anonymous_namespace)::Dir_cache_task::get_name(void) { int unaff_EBP; if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x3c)) { operator_delete(*(void **)(unaff_EBP + -0x30)); } /* WARNI...
void FUN_00029e4a(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x3c)) { FUN_001ac470(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not return */ FUN_00243440(); }
MOV EDX,dword ptr [EBP + -0x30] CMP EDX,dword ptr [EBP + -0x3c] JZ 0x00029e60 SUB ESP,0xc MOV EBX,EDI PUSH EDX CALL 0x001ac470 ADD ESP,0x10 SUB ESP,0xc MOV EBX,EDI PUSH ESI CALL 0x00243440
null
null
null
null
[(u'LOAD_-1206018483', u'INT_NOTEQUAL_-1206018461'), (u'INT_NOTEQUAL_-1206018461', u'CBRANCH_-1206018460'), (u'CAST_-1206018311', u'LOAD_-1206018477'), (u'CAST_-1206018315', u'LOAD_-1206018483'), ('const-417', u'LOAD_-1206018483'), ('const-417', u'LOAD_-1206018477'), ('tmp_259', u'INT_ADD_-1206018467'), (u'LOAD_-120601...
[(u'LOAD_-1206018483', u'INT_NOTEQUAL_-1206018461'), (u'INT_NOTEQUAL_-1206018461', u'CBRANCH_-1206018460'), (u'CAST_-1206018311', u'LOAD_-1206018477'), (u'CAST_-1206018315', u'LOAD_-1206018483'), ('const-417', u'LOAD_-1206018483'), ('const-417', u'LOAD_-1206018477'), ('tmp_259', u'INT_ADD_-1206018467'), (u'LOAD_-120601...
null
null
00029e4a
x86
O0
(translation_unit "void FUN_00029e4a(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x3c)) {\n FUN_001ac470(*(int *)(unaff_EBP + -0x30));\n }\n /* WARNING: Subroutine does not return */\n FUN_00243440();\n}\n\n" (function_definition "void FUN_00029e4...
(translation_unit "/* (anonymous namespace)::Dir_cache_task::get_name() const [clone .cold.130] */\n\nvoid (anonymous_namespace)::Dir_cache_task::get_name(void)\n\n{\n int unaff_EBP;\n \n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x3c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n...
(translation_unit "void FUN_00029e4a(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x3c)) {\n FUN_001ac470(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_00243440();\n}\n\n" (function_definition "void FUN_00029e4a(void)\n\n{\n int unaff_EBP;\n \n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl...
(function_definition "void FUN_00029e4a(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x3c)) {\n FUN_001ac470(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_00243440();\n}" (primitive_type "void") (function_declarator "FUN_00029e4a(void)" (identifier "F...
/* (anonymous namespace)::Dir_cache_task::get_name() const [clone .cold.130] */ void (anonymous_namespace)::Dir_cache_task::function_1(void) { int var_1; if (*(void **)(var_1 + -0x30) != *(void **)(var_1 + -0x3c)) { var_2(*(void **)(var_1 + -0x30)); } /* WARNING: Subroutine does not ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes...
null
void MASKED(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x3c)) { FUN_001ac470(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not return */ FUN_00243440(); }
72_sh4-linux-gnu-strip_and_sh4-linux-gnu-strip_strip.c
rename
rename
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int rename(char *__old,char *__new) { int iVar1; iVar1 = (*(code *)PTR_rename_0003f124)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int rename(char *__old,char *__new) { int iVar1; iVar1 = (*(code *)PTR_rename_0003f124)(); return iVar1; }
JMP dword ptr [EBX + 0x124]
null
null
null
null
[(u'INDIRECT_-1205979917', u'COPY_-1205979976'), ('tmp_72', u'CAST_-1205979910'), (u'CAST_-1205979910', u'CALLIND_-1205979990'), (u'CALLIND_-1205979990', u'INDIRECT_-1205979917'), (u'CALLIND_-1205979990', u'RETURN_-1205979987'), ('const-0', u'RETURN_-1205979987')]
[(u'INDIRECT_-1205979917', u'COPY_-1205979976'), ('tmp_72', u'CAST_-1205979910'), (u'CAST_-1205979910', u'CALLIND_-1205979990'), (u'CALLIND_-1205979990', u'INDIRECT_-1205979917'), (u'CALLIND_-1205979990', u'RETURN_-1205979987'), ('const-0', u'RETURN_-1205979987')]
null
null
000134a0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_0003f124)();\n return iVar1;\n}\n\n" comment (function_definition "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n ...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_0003f124)();\n return iVar1;\n}\n\n" comment (function_definition "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n ...
(translation_unit "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_0003f124)();\n return iVar1;\n}\n\n" (function_definition "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_0003f124)();\n return iVar1;\n}" primitive_type (function_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_e...
(function_definition "int rename(char *__old,char *__new)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_rename_0003f124)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "rename(char *__old,char *__new)" (identifier "rename") (parameter_list "(char *__old,char *__new)" (( "(") (parameter_declaratio...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__old,char *__new) { int iVar1; iVar1 = (*(type_1 *)PTR_rename_0003f124)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__old,char *__new) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0003f124)(); return iVar1; }
9287_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
__money_put<wchar_t>
FUN_002254c0
/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::__facet_shims::__money_put<wchar_t>(std::integral_constant<bool, true>, std::locale::facet const*, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, long double, std::__facet_shims::__any_string c...
undefined4 FUN_002254c0(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4, undefined4 param_5,undefined1 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12) { int unaff_EDI; undefined1 *local_34 [2]; ...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x000559ee ADD EDI,0x169b37 PUSH ESI PUSH EBX SUB ESP,0x3c MOV EDX,dword ptr [EBP + 0x34] MOV EAX,dword ptr [EBP + 0x1c] TEST EDX,EDX JZ 0x00225558 MOV ECX,dword ptr [EDX + 0x18] TEST ECX,ECX JZ 0x00225590 MOV EBX,dword ptr [EDX] MOV ECX,dword ptr [EDX + 0x4] LEA ESI,[EBP + -0x30] PUS...
null
null
null
null
[(u'CAST_-1203939168', u'CALL_-1203939683'), ('tmp_2343', u'PTRADD_-1203939340'), ('const-417', u'LOAD_-1203939897'), ('tmp_2339', u'CALLIND_-1203939644'), ('const-0', u'RETURN_-1203939772'), ('tmp_2335', u'CALLIND_-1203939644'), ('const-4', u'INT_MULT_-1203939993'), (u'PTRSUB_-1203939326', u'COPY_-1203939373'), ('tmp_...
[('tmp_2376', u'COPY_-1203939645'), ('tmp_2377', u'CALLIND_-1203939644'), ('tmp_2512', u'CALLIND_-1203939644'), ('tmp_2512', u'CALLIND_-1203939887'), ('tmp_2379', u'CALLIND_-1203939887'), ('const-0', u'RETURN_-1203939772'), ('const-4', u'INT_MULT_-1203939993'), (u'PTRSUB_-1203939326', u'COPY_-1203939373'), (u'LOAD_-120...
null
null
002254c0
x86
O0
(translation_unit "undefined4\nFUN_002254c0(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n int unaff_EDI;\n un...
(translation_unit "/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n std::__facet_shims::__money_put<wchar_t>(std::integral_constant<bool, true>, std::locale::facet\n const*, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&,\n wchar_t, long double, std::__facet_...
(translation_unit "undefined4\nFUN_002254c0(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n int unaff_EDI;\n un...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "undefined4\nFUN_002254c0(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12)\n\n{\n int unaff_EDI;\n ...
/* std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > std::__facet_shims::__money_put<wchar_t>(std::integral_constant<bool, true>, std::locale::facet const*, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, long double, std::__facet_shims::__any_string c...
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
undefined4 MASKED(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4, undefined4 param_5,undefined1 param_6,undefined4 param_7,undefined4 param_8, undefined4 param_9,undefined4 param_10,undefined4 param_11,int *param_12) { int unaff_EDI; undefined1 *local_34 [2]; undef...
8105_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
snextc
FUN_001f2c50
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* std::wstreambuf::snextc() */ undefined4 __thiscall std::wstreambuf::snextc(wstreambuf *this) { code *pcVar1; undefined4 uVar2; int iVar3; int *piVar4; piVar4 = *(int **)(this + 8); if (*(int **)(this + 0xc) <= p...
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ undefined4 FUN_001f2c50(int *param_1) { code *pcVar1; undefined4 uVar2; int iVar3; int *piVar4; piVar4 = (int *)param_1[2]; if ((int *)param_1[3] <= piVar4) { pcVar1 = *(code **)(*param_1 + 0x28); if (pcVa...
PUSH ESI CALL 0x000559ea ADD ESI,0x19c3aa PUSH EBX SUB ESP,0x4 MOV EBX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [EBX + 0x8] CMP EDX,dword ptr [EBX + 0xc] JNC 0x001f2c90 MOV EAX,dword ptr [EDX] ADD EDX,0x4 MOV dword ptr [EBX + 0x8],EDX CMP EAX,-0x1 JZ 0x001f2ca8 MOV EAX,dword ptr [EBX + 0x8] CMP EAX,dword ptr [EBX + 0xc...
null
null
null
null
[('tmp_757', u'PTRADD_-1207948030'), (u'CAST_-1207947525', u'LOAD_-1207947820'), (u'INT_NOTEQUAL_-1207947944', u'CBRANCH_-1207947939'), ('const-0', u'RETURN_-1207947633'), ('const-8', u'PTRADD_-1207948093'), (u'INT_ADD_-1207947970', u'CAST_-1207947556'), ('const-0', u'RETURN_-1207948032'), ('tmp_511', u'CBRANCH_-120794...
[('const-4', u'PTRADD_-1207947651'), (u'INT_NOTEQUAL_-1207947944', u'CBRANCH_-1207947939'), ('tmp_1449', u'COPY_-1207947643'), (u'PTRADD_-1207947626', u'LOAD_-1207948086'), ('const-0', u'RETURN_-1207948032'), (u'CAST_-1207947596', u'INT_NOTEQUAL_-1207947944'), (u'CAST_-1207947644', u'INT_LESSEQUAL_-1207948133'), ('tmp_...
null
null
001f2c50
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nundefined4 FUN_001f2c50(int *param_1)\n\n{\n code *pcVar1;\n undefined4 uVar2;\n int iVar3;\n int *piVar4;\n \n piVar4 = (int *)param_1[2];\n if ((int *)param_1[3] <= piVar4) {\n pcVar1 = *(code **)(...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* std::wstreambuf::snextc() */\n\nundefined4 __thiscall std::wstreambuf::snextc(wstreambuf *this)\n\n{\n code *pcVar1;\n undefined4 uVar2;\n int iVar3;\n int *piVar4;\n \n piVar4 = *(int **)(this + 8);\n ...
(translation_unit "undefined4 FUN_001f2c50(int *param_1)\n\n{\n code *pcVar1;\n undefined4 uVar2;\n int iVar3;\n int *piVar4;\n \n piVar4 = (int *)param_1[2];\n if ((int *)param_1[3] <= piVar4) {\n pcVar1 = *(code **)(*param_1 + 0x28);\n if (pcVar1 != (code *)PTR_FUN_0038eb94) {\n iVar3 = (*pcVar1)(pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDE...
(function_definition "undefined4 FUN_001f2c50(int *param_1)\n\n{\n code *pcVar1;\n undefined4 uVar2;\n int iVar3;\n int *piVar4;\n \n piVar4 = (int *)param_1[2];\n if ((int *)param_1[3] <= piVar4) {\n pcVar1 = *(code **)(*param_1 + 0x28);\n if (pcVar1 != (code *)PTR_FUN_0038eb94) {\n iVar3 = (*pcVar1)...
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ /* std::wstreambuf::snextc() */ type_1 __thiscall std::type_2::function_1(type_2 *var_1) { type_3 *var_3; type_1 uVar2; int var_4; int *var_2; var_2 = *(int **)(var_1 + 8); if (*(int **)(var_1 + 0xc) <= var_2) { ...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d...
null
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */ undefined4 MASKED(int *param_1) { code *pcVar1; undefined4 uVar2; int iVar3; int *piVar4; piVar4 = (int *)param_1[2]; if ((int *)param_1[3] <= piVar4) { pcVar1 = *(code **)(*param_1 + 0x28); if (pcVar1 != ...
11029_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
size
FUN_003b28e0
/* std::wstring::size() const */ undefined4 __thiscall std::wstring::size(wstring *this) { return *(undefined4 *)(this + 4); }
undefined4 FUN_003b28e0(int param_1) { return *(undefined4 *)(param_1 + 4); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x4] RET
null
null
null
null
[('const-1', u'PTRADD_-1205589720'), ('tmp_26', u'PTRADD_-1205589720'), ('const-0', u'RETURN_-1205589767'), ('const-4', u'PTRADD_-1205589720'), (u'LOAD_-1205589782', u'COPY_-1205589782'), ('const-417', u'LOAD_-1205589782'), (u'CAST_-1205589714', u'LOAD_-1205589782'), (u'COPY_-1205589782', u'RETURN_-1205589767'), (u'PTR...
[(u'INT_ADD_-1205589766', u'CAST_-1205589714'), ('const-0', u'RETURN_-1205589767'), ('const-417', u'LOAD_-1205589782'), (u'LOAD_-1205589782', u'COPY_-1205589782'), ('const-4', u'INT_ADD_-1205589766'), (u'CAST_-1205589714', u'LOAD_-1205589782'), ('tmp_29', u'INT_ADD_-1205589766'), (u'COPY_-1205589782', u'RETURN_-1205589...
null
null
003b28e0
x86
O0
(translation_unit "undefined4 FUN_003b28e0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}\n\n" (function_definition "undefined4 FUN_003b28e0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" type_identifier (function_declarator "FUN_003b28e0(int param_1)" identifier (parameter_list "(int param...
(translation_unit "/* std::wstring::size() const */\n\nundefined4 __thiscall std::wstring::size(wstring *this)\n\n{\n return *(undefined4 *)(this + 4);\n}\n\n" comment (function_definition "undefined4 __thiscall std::wstring::size(wstring *this)\n\n{\n return *(undefined4 *)(this + 4);\n}" type_identifier (ms_call_mo...
(translation_unit "undefined4 FUN_003b28e0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}\n\n" (function_definition "undefined4 FUN_003b28e0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" type_identifier (function_declarator "FUN_003b28e0(int param_1)" identifier (parameter_list "(int param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ...
(function_definition "undefined4 FUN_003b28e0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 4);\n}" (type_identifier "undefined4") (function_declarator "FUN_003b28e0(int param_1)" (identifier "FUN_003b28e0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (ide...
/* std::wstring::size() const */ type_1 __thiscall std::type_2::function_1(type_2 *var_1) { return *(type_1 *)(var_1 + 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 (return_statement (pointer_expression argument: (cast_expression type: ...
null
undefined4 MASKED(int param_1) { return *(undefined4 *)(param_1 + 4); }
2977_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Sized_relobj_incr
FUN_0009cb10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_relobj_incr<32,_false>::~Sized_relobj_incr (Sized_relobj_incr<32,_false> *this,in...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0009cb10(undefined4 *param_1) { int *piVar1; *param_1 = &PTR_FUN_0033a2a0; if (param_1[0x37] != 0) { FUN_001ac470(param_1[0x37]); } if (param_1[0x2f] != 0) { FUN_001ac470(param_1[0x2f]); } *para...
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x2a24e9 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EAX,[EBX + 0xffffb2a0] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0xdc] TEST EAX,EAX JZ 0x0009cb42 SUB ESP,0xc PUSH EAX CALL 0x001ac470 ADD ESP,0x10 MOV EAX,dword ptr [ESI + 0xbc] TEST EAX,EAX JZ 0x0009cb58 SUB ESP,0...
null
null
null
null
[('const-0', u'PTRSUB_-1206464986'), ('const-0', u'PTRSUB_-1206465051'), ('const-0', u'PTRSUB_-1206464940'), (u'PTRSUB_-1206465072', u'PTRSUB_-1206465071'), ('const-0', u'PTRSUB_-1206465019'), (u'PTRSUB_-1206464927', u'STORE_-1206465374'), ('const-3383716', u'PTRSUB_-1206465049'), ('const-56', u'PTRSUB_-1206464948'), (...
[(u'CAST_-1206464984', u'STORE_-1206465374'), ('const-3383716', u'PTRSUB_-1206465073'), (u'INT_NOTEQUAL_-1206465559', u'CBRANCH_-1206465559'), (u'LOAD_-1206465401', u'INT_ADD_-1206465365'), (u'INT_NOTEQUAL_-1206465689', u'CBRANCH_-1206465689'), (u'LOAD_-1206465711', u'CALL_-1206465666'), (u'CAST_-1206464979', u'CALL_-1...
null
null
0009cb10
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0009cb10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_0033a2a0;\n if (param_1[0x37] != 0) {\n FUN_001ac470(param_1[0x37]);\n }\n if (param_1[0x2f] != 0) {\n FUN_001ac4...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_false> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_false>::~Sized_relobj_incr\n (Sized_relobj_...
(translation_unit "void FUN_0009cb10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_0033a2a0;\n if (param_1[0x37] != 0) {\n FUN_001ac470(param_1[0x37]);\n }\n if (param_1[0x2f] != 0) {\n FUN_001ac470(param_1[0x2f]);\n }\n *param_1 = &DAT_0033a1a4;\n if (param_1[0x21] != 0) {\n FUN_0...
(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_0009cb10(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_0033a2a0;\n if (param_1[0x37] != 0) {\n FUN_001ac470(param_1[0x37]);\n }\n if (param_1[0x2f] != 0) {\n FUN_001ac470(param_1[0x2f]);\n }\n *param_1 = &DAT_0033a1a4;\n if (param_1[0x21] != 0) {\n FU...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_false> * this, int __in_chrg) */ void __thiscall var_1::Sized_relobj_incr<32,_false>::~Sized_relobj_incr (Sized_relobj_incr<32,_false> *this,i...
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 = &PTR_FUN_0033a2a0; if (param_1[0x37] != 0) { FUN_001ac470(param_1[0x37]); } if (param_1[0x2f] != 0) { FUN_001ac470(param_1[0x2f]); } *param_1 = ...
5019_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
do_adjust_output_section
FUN_001671f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void do_adjust_output_section(Output_data_reloc_base<4,_false,_32,_true> * this, Output_section * os) */ void __thiscall gold::Output_data_reloc_base<4,_false,_32,_true>::do_adjust_output_sectio...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001671f0(undefined4 param_1,int param_2) { if ((*(byte *)(param_2 + 0x92) & 2) == 0) { FUN_0015b330(); } if (((*(int *)(param_2 + 0x3c) == 0) && (*(int *)(param_2 + 0x40) == 0)) && ((*(byte *)(param_2 + 0...
PUSH ESI PUSH EBX CALL 0x0003a210 ADD EBX,0x2ace09 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x14] TEST byte ptr [ESI + 0x92],0x2 JNZ 0x0016721b MOV EDX,0xc XOR ECX,ECX MOV EAX,ESI CALL 0x0015b330 MOV EDX,dword ptr [ESI + 0x3c] TEST EDX,EDX JNZ 0x00167243 MOV EAX,dword ptr [ESI + 0x40] TEST EAX,EAX JNZ 0x00167243 MOVZX EAX,...
null
null
null
null
[('const-1', u'RETURN_-1207340538')]
[('const-417', u'LOAD_-1207340505'), ('const-60', u'INT_ADD_-1207340441'), ('tmp_808', u'INT_ADD_-1207340420'), ('const-0', u'RETURN_-1207340338'), ('const-0', u'INT_EQUAL_-1207340439'), ('const-3108444', u'COPY_-1207340186'), (u'INT_ADD_-1207340491', u'CAST_-1207340206'), (u'CAST_-1207340206', u'LOAD_-1207340505'), ('...
null
null
001671f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001671f0(undefined4 param_1,int param_2)\n\n{\n if ((*(byte *)(param_2 + 0x92) & 2) == 0) {\n FUN_0015b330();\n }\n if (((*(int *)(param_2 + 0x3c) == 0) && (*(int *)(param_2 + 0x40) == 0)) &&\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n do_adjust_output_section(Output_data_reloc_base<4,_false,_32,_true> * this, Output_section * os)\n */\n\nvoid __thiscall\ngold::Output_data_reloc_base<4,_false,_32,_true>:...
(translation_unit "void FUN_001671f0(undefined4 param_1,int param_2)\n\n{\n if ((*(byte *)(param_2 + 0x92) & 2) == 0) {\n FUN_0015b330();\n }\n if (((*(int *)(param_2 + 0x3c) == 0) && (*(int *)(param_2 + 0x40) == 0)) &&\n ((*(byte *)(param_2 + 0x90) & 8) == 0)) {\n *(byte *)(param_2 + 0x90) = *(byte *)(par...
(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 (pointer_expression * ...
(function_definition "void FUN_001671f0(undefined4 param_1,int param_2)\n\n{\n if ((*(byte *)(param_2 + 0x92) & 2) == 0) {\n FUN_0015b330();\n }\n if (((*(int *)(param_2 + 0x3c) == 0) && (*(int *)(param_2 + 0x40) == 0)) &&\n ((*(byte *)(param_2 + 0x90) & 8) == 0)) {\n *(byte *)(param_2 + 0x90) = *(byte *)(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void do_adjust_output_section(Output_data_reloc_base<4,_false,_32,_true> * this, Output_section * os) */ void __thiscall gold::Output_data_reloc_base<4,_false,_32,_true>::do_adjust_output_sectio...
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) { if ((*(byte *)(param_2 + 0x92) & 2) == 0) { FUN_0015b330(); } if (((*(int *)(param_2 + 0x3c) == 0) && (*(int *)(param_2 + 0x40) == 0)) && ((*(byte *)(param_2 + 0x90) &...
6253_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
SSL_CTX_set_srp_password
SSL_CTX_set_srp_password
/* WARNING: Control flow encountered bad instruction data */ void SSL_CTX_set_srp_password(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* SSL_CTX_set_srp_password@@OPENSSL_1_1_0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void SSL_CTX_set_srp_password(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206909378')]
[('const-1', u'RETURN_-1206909378')]
null
null
000f0634
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid SSL_CTX_set_srp_password(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void SSL_CTX_set_srp_password(void)\n\n{\n ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid SSL_CTX_set_srp_password(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* SSL_CTX_set_srp_password@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment (function_d...
(translation_unit "void SSL_CTX_set_srp_password(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void SSL_CTX_set_srp_password(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "SSL_CTX_set_srp_password(void)" identifier (parameter_list "(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 SSL_CTX_set_srp_password(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "SSL_CTX_set_srp_password(void)" (identifier "SSL_CTX_set_srp_password") (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 */ /* SSL_CTX_set_srp_password@@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: (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(); }
650_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
__throw_domain_error
FUN_000376ab
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::__throw_domain_error(char const*) [clone .cold.1] */ void std::__throw_domain_error(char *param_1) { int unaff_EBP; __cxa_free_exception(); /* WARNING: Subroutine does not return */ _Unwind_Resume(*(unde...
void FUN_000376ab(void) { int unaff_EBP; FUN_002480c0(); /* WARNING: Subroutine does not return */ FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c)); }
SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x002480c0 POP EAX PUSH dword ptr [EBP + -0x1c] CALL 0x002df1f0
null
null
null
null
[('tmp_142', u'INT_ADD_-1206094114'), ('const-1', u'RETURN_-1206094111'), (u'LOAD_-1206094130', u'CALL_-1206094116'), ('const-4294967268', u'INT_ADD_-1206094114'), ('const-417', u'LOAD_-1206094130'), (u'INT_ADD_-1206094114', u'CAST_-1206094027'), (u'CAST_-1206094027', u'LOAD_-1206094130')]
[('const-1', u'RETURN_-1206094111'), ('tmp_141', u'INT_ADD_-1206094114'), (u'CAST_-1206094029', u'LOAD_-1206094130'), (u'LOAD_-1206094130', u'CALL_-1206094116'), (u'INT_ADD_-1206094114', u'CAST_-1206094029'), ('const-417', u'LOAD_-1206094130'), ('const-4294967268', u'INT_ADD_-1206094114')]
null
null
000376ab
x86
O0
(translation_unit "void FUN_000376ab(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n /* WARNING: Subroutine does not return */\n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_000376ab(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n ...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_domain_error(char const*) [clone .cold.1] */\n\nvoid std::__throw_domain_error(char *param_1)\n\n{\n int unaff_EBP;\n \n __cxa_free_exception();\n /* WARNING: Subroutine does not return...
(translation_unit "void FUN_000376ab(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_000376ab(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(un...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expressio...
(function_definition "void FUN_000376ab(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_000376ab(void)" (identifier "FUN_000376ab") (parameter_list "(void)" (( "(") (parameter_declaration...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::__throw_domain_error(char const*) [clone .cold.1] */ void std::function_1(char *param_1) { int var_3; var_1(); /* WARNING: Subroutine does not return */ var_2(*(type_1 *)(var_3 + -0x1c)); }
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 (call_express...
null
void MASKED(void) { int unaff_EBP; FUN_002480c0(); /* WARNING: Subroutine does not return */ FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c)); }
611_vdir_and_vdir_strip.c
iswprint
iswprint
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ /* iswprint@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int iswprint(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206067018')]
[('const-1', u'RETURN_-1206067018')]
null
null
0003e0ac
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (f...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswprint(wint_t __wc)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* iswprint@@GLIBC_2.0 *...
(translation_unit "int iswprint(wint_t __wc)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int iswprint(wint_t __wc)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "iswprint(wint_t __wc)" identifier (parameter_list "(wint_t __wc)" ( (parameter_declara...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int iswprint(wint_t __wc)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "iswprint(wint_t __wc)" (identifier "iswprint") (parameter_list "(wint_t __wc)" (( "(") (parameter_declaration "wint_t __wc" (type_identifier "wint_t") (identifier "__wc")) () ")...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 __wc) { /* WARNING: Bad instruction - Truncating control flow here */ /* iswprint@@GLIBC_2.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: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(wint_t __wc) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1630_openssl_and_openssl_strip.c
do_ssl_shutdown
FUN_0005649b
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void do_ssl_shutdown(SSL *ssl) { int iVar1; int ret; do { ret = SSL_shutdown((SSL *)ssl); if (ret < 0) { iVar1 = SSL_get_error((SSL *)ssl,ret); if ((iVar1 < 2...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0005649b(SSL *param_1) { int iVar1; undefined4 local_10; do { local_10 = SSL_shutdown(param_1); if (local_10 < 0) { iVar1 = SSL_get_error(param_1,local_10); if ((iVar1 < 2) || ((3 < iVar1 &&...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x14 CALL 0x0002c2f0 ADD EBX,0x60611 SUB ESP,0xc PUSH dword ptr [EBP + 0x8] CALL 0x0002ad80 ADD ESP,0x10 MOV dword ptr [EBP + -0xc],EAX CMP dword ptr [EBP + -0xc],0x0 JNS 0x000564f1 SUB ESP,0x8 PUSH dword ptr [EBP + -0xc] PUSH dword ptr [EBP + 0x8] CALL 0x0002bcd0 ADD ESP,0x10 CMP ...
null
null
null
null
[(u'INT_SLESS_-1206229657', u'CBRANCH_-1206229664'), ('tmp_317', u'CBRANCH_-1206229682'), ('tmp_422', u'BRANCH_-1206229623'), (u'CALL_-1206229712', u'INT_SLESS_-1206229657'), ('const-9', u'INT_SUB_-1206229644'), (u'CAST_-1206229461', u'CALL_-1206229786'), ('tmp_497', u'CAST_-1206229434'), ('tmp_457', u'CBRANCH_-1206229...
[(u'INT_SLESS_-1206229657', u'CBRANCH_-1206229664'), ('tmp_317', u'CBRANCH_-1206229682'), ('tmp_422', u'BRANCH_-1206229623'), (u'CALL_-1206229712', u'INT_SLESS_-1206229657'), ('const-9', u'INT_SUB_-1206229644'), ('tmp_457', u'CBRANCH_-1206229602'), (u'INT_SLESS_-1206229675', u'CBRANCH_-1206229682'), ('const-0', u'COPY_...
null
null
0005649b
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005649b(SSL *param_1)\n\n{\n int iVar1;\n undefined4 local_10;\n \n do {\n local_10 = SSL_shutdown(param_1);\n if (local_10 < 0) {\n iVar1 = SSL_get_error(param_1,local_10);\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 do_ssl_shutdown(SSL *ssl)\n\n{\n int iVar1;\n int ret;\n \n do {\n ret = SSL_shutdown((SSL *)ssl);\n if (ret < 0) {\n iVar1 = SSL_get_error((SSL *)...
(translation_unit "void FUN_0005649b(SSL *param_1)\n\n{\n int iVar1;\n undefined4 local_10;\n \n do {\n local_10 = SSL_shutdown(param_1);\n if (local_10 < 0) {\n iVar1 = SSL_get_error(param_1,local_10);\n if ((iVar1 < 2) || ((3 < iVar1 && (1 < iVar1 - 9U)))) {\n local_10 = 0;\n }\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 ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (...
(function_definition "void FUN_0005649b(SSL *param_1)\n\n{\n int iVar1;\n undefined4 local_10;\n \n do {\n local_10 = SSL_shutdown(param_1);\n if (local_10 < 0) {\n iVar1 = SSL_get_error(param_1,local_10);\n if ((iVar1 < 2) || ((3 < iVar1 && (1 < iVar1 - 9U)))) {\n local_10 = 0;\n }\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *ssl) { int var_4; int var_2; do { var_2 = var_1((type_1 *)ssl); if (var_2 < 0) { var_4 = var_3((type_1 *)ssl,var_2); if ((var_4 < 2) |...
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(SSL *param_1) { int iVar1; undefined4 local_10; do { local_10 = SSL_shutdown(param_1); if (local_10 < 0) { iVar1 = SSL_get_error(param_1,local_10); if ((iVar1 < 2) || ((3 < iVar1 && (1 < ...
148_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
bfd_link_hash_traverse
bfd_link_hash_traverse
void bfd_link_hash_traverse(void) { (*(code *)PTR_bfd_link_hash_traverse_001c2278)(); return; }
void bfd_link_hash_traverse(void) { (*(code *)PTR_bfd_link_hash_traverse_001c2278)(); return; }
JMP dword ptr [EBX + 0x278]
null
null
null
null
[(u'INDIRECT_-1205966270', u'COPY_-1205966329'), ('tmp_58', u'CAST_-1205966265'), ('const-0', u'RETURN_-1205966339'), (u'CAST_-1205966265', u'CALLIND_-1205966342'), (u'CALLIND_-1205966342', u'INDIRECT_-1205966270')]
[(u'INDIRECT_-1205966270', u'COPY_-1205966329'), ('tmp_58', u'CAST_-1205966265'), ('const-0', u'RETURN_-1205966339'), (u'CAST_-1205966265', u'CALLIND_-1205966342'), (u'CALLIND_-1205966342', u'INDIRECT_-1205966270')]
null
null
000169f0
x86
O0
(translation_unit "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}\n\n" (function_definition "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}" primitive_type (function_declarator "bfd_link_hash_traverse(v...
(translation_unit "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}\n\n" (function_definition "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}" primitive_type (function_declarator "bfd_link_hash_traverse(v...
(translation_unit "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}\n\n" (function_definition "void bfd_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}" primitive_type (function_declarator "bfd_link_hash_traverse(v...
(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_link_hash_traverse(void)\n\n{\n (*(code *)PTR_bfd_link_hash_traverse_001c2278)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_link_hash_traverse(void)" (identifier "bfd_link_hash_traverse") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ...
void function_1(void) { (*(type_1 *)PTR_bfd_link_hash_traverse_001c2278)(); 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_001c2278)(); return; }
204_sparc64-linux-gnu-gprof_and_sparc64-linux-gnu-gprof_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_-1205997486')]
[('const-1', u'RETURN_-1205997486')]
null
null
0002f048
x86
O0
(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(); }
1276_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Struct_no_strip_debug
FUN_0003b3a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_strip_debug(Struct_no_strip_debug * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_strip_debug::~Struct_no_strip_debug (Struct_no_strip_debug *thi...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003b3a0(undefined4 *param_1) { *param_1 = &PTR_FUN_00332564; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x303c5a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff3564] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003b3d2 SUB ESP,0xc PUSH EDX CALL 0x001ac470 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_276', u'PTRSUB_-1206078315'), (u'PTRSUB_-1206078310', u'PTRSUB_-1206078308'), ('const-0', u'PTRSUB_-1206078319'), (u'PTRSUB_-1206078319', u'PTRSUB_-1206078314'), ('const-0', u'PTRSUB_-1206078308'), ('const-3351908', u'PTRSUB_-1206078322'), (u'PTRSUB_-1206078314', u'STORE_-1206078489'), (u'PTRSUB_-1206078308', u'...
[('tmp_151', u'CBRANCH_-1206078465'), (u'PTRADD_-1206078320', u'LOAD_-1206078485'), ('tmp_439', u'STORE_-1206078489'), (u'INT_NOTEQUAL_-1206078465', u'CBRANCH_-1206078465'), ('const-3', u'PTRADD_-1206078333'), ('const-0', u'PTRSUB_-1206078324'), (u'LOAD_-1206078485', u'CAST_-1206078320'), (u'CAST_-1206078320', u'CALL_-...
null
null
0003b3a0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003b3a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332564;\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_strip_debug(Struct_no_strip_debug * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_strip_debug::~Struct_no_strip_debug\n (St...
(translation_unit "void FUN_0003b3a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332564;\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_0003b3a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332564;\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_0003b3a0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332564;\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_0003b3a0(undefined4 *param_1)" (identifier "FUN_0003b3a0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_strip_debug(Struct_no_strip_debug * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_...
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_00332564; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
115_riscv64-linux-gnu-size_and_riscv64-linux-gnu-size_strip.c
bfd_nonfatal_message
FUN_00013400
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...) { undefined *puVar1; undefined4 uVar2; FILE *pFVar3; uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVar2); fflush(*(FILE **)PTR_s...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00013400(int param_1,int param_2,int *param_3,char *param_4) { undefined *puVar1; undefined4 uVar2; FILE *pFVar3; uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVar2); fflush(*(FILE **)PTR_stdout_00018ff0);...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00011890 ADD EBX,0x5bf7 SUB ESP,0xc CALL 0x00011170 SUB ESP,0xc PUSH EAX CALL 0x00011400 MOV EDI,EAX POP EAX MOV EAX,dword ptr [EBX + 0xfffffff0] PUSH dword ptr [EAX] CALL 0x00011070 LEA EBP,[ESP + 0x40] MOV ESI,dword ptr [EBX + 0xffffffd8] POP EAX LEA EAX,[EBX + 0x270] POP ED...
null
null
null
null
[(u'COPY_-1205979144', u'CALL_-1205979847'), (u'CALL_-1205979650', u'INDIRECT_-1205979011'), (u'CALL_-1205979847', u'INDIRECT_-1205979111'), (u'INDIRECT_-1205979082', u'MULTIEQUAL_-1205979069'), (u'COPY_-1205979228', u'CAST_-1205978998'), (u'MULTIEQUAL_-1205979353', u'CALL_-1205979847'), ('const-417', u'LOAD_-120597964...
[(u'INDIRECT_-1205979003', u'MULTIEQUAL_-1205979152'), (u'CALL_-1205979706', u'INDIRECT_-1205979048'), (u'COPY_-1205979228', u'CAST_-1205978998'), (u'INDIRECT_-1205979033', u'MULTIEQUAL_-1205979020'), ('tmp_2804', u'INT_NOTEQUAL_-1205979778'), (u'LOAD_-1205980058', u'CALL_-1205980045'), ('const-417', u'LOAD_-1205979796...
null
null
00013400
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00013400(int param_1,int param_2,int *param_3,char *param_4)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n FILE *pFVar3;\n \n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n fflush(*(...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid bfd_nonfatal_message(char *filename,bfd *abfd,asection *section,char *format,...)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n FILE *pFVar3;\n \n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar...
(translation_unit "void FUN_00013400(int param_1,int param_2,int *param_3,char *param_4)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n FILE *pFVar3;\n \n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n fflush(*(FILE **)PTR_stdout_00018ff0);\n puVar1 = PTR_stderr_00018fd8;\n fputs(DAT_00019270,*(FILE ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration ...
(function_definition "void FUN_00013400(int param_1,int param_2,int *param_3,char *param_4)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n FILE *pFVar3;\n \n uVar2 = bfd_get_error();\n uVar2 = bfd_errmsg(uVar2);\n fflush(*(FILE **)PTR_stdout_00018ff0);\n puVar1 = PTR_stderr_00018fd8;\n fputs(DAT_00019270,*(FI...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(char *var_6,type_1 *var_5,type_2 *var_8,char *var_10,...) { type_3 *puVar1; type_4 uVar2; type_5 *pFVar3; uVar2 = var_1(); uVar2 = var_2(uVar2); var_3(*(type_5 **)PTR_stdout_00018ff0); puVar1 = PT...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,int param_2,int *param_3,char *param_4) { undefined *puVar1; undefined4 uVar2; FILE *pFVar3; uVar2 = bfd_get_error(); uVar2 = bfd_errmsg(uVar2); fflush(*(FILE **)PTR_stdout_00018ff0); puV...
6380_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
should_add_dynsym_entry
FUN_001788b0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: bool should_add_dynsym_entry(Symbol * this, Symbol_table * symtab) */ bool __thisca...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ uint FUN_001788b0(undefined4 *param_1,undefined4 param_2) { byte bVar1; undefined **ppuVar2; undefined1 **ppuVar3; undefined **ppuVar4; char cVar5; byte *pbVar6; undefined4 uVar7; char *pcVar8; size_t sVar9; ...
CALL 0x000559e6 ADD EAX,0x21674b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV dword ptr [EBP + -0x40],EAX MOV EAX,dword ptr [EBP + 0x8] MOVZX ECX,byte ptr [EAX + 0x2b] MOV EDX,ECX SHR DL,0x6 AND EDX,0x1 JZ 0x001789d8 MOV EAX,dword ptr [EBP + 0x8] MOVZX EAX,byte ptr [EAX + 0x2a] TEST AL,0x40 JZ 0x001...
null
null
null
null
[(u'INDIRECT_-1207394940', u'MULTIEQUAL_-1207394897'), (u'COPY_-1207398138', u'MULTIEQUAL_-1207396222'), ('const-61', u'PTRSUB_-1207394637'), (u'INT_SUB_-1207397183', u'INT_SRIGHT_-1207397161'), ('const-0', u'COPY_-1207395198'), (u'INT_EQUAL_-1207398044', u'CBRANCH_-1207398042'), ('const-0', u'PTRSUB_-1207394176'), (u'...
[(u'CALL_-1207399558', u'INDIRECT_-1207395485'), (u'MULTIEQUAL_-1207396549', u'PTRADD_-1207399140'), (u'INT_ADD_-1207397121', u'CAST_-1207393668'), (u'INT_SUB_-1207397183', u'INT_SRIGHT_-1207397161'), ('const-1', u'PTRADD_-1207399327'), ('const-4294697092', u'PTRADD_-1207394480'), ('const-4294967280', u'INT_ADD_-120739...
null
null
001788b0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nuint FUN_001788b0(undefined4 *param_1,undefined4 param_2)\n\n{\n byte bVar1;\n undefined **ppuVar2;\n undefined1 **ppuVar3;\n undefined **ppuVar4;\n char cVar5;\n byte *pbVar6;\n undefined4 uVar7;\n ch...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: bool should_add_dynsym_entry(Symbol * this, Symbol_table * symt...
(translation_unit "uint FUN_001788b0(undefined4 *param_1,undefined4 param_2)\n\n{\n byte bVar1;\n undefined **ppuVar2;\n undefined1 **ppuVar3;\n undefined **ppuVar4;\n char cVar5;\n byte *pbVar6;\n undefined4 uVar7;\n char *pcVar8;\n size_t sVar9;\n byte bVar10;\n char *__s;\n int iVar11;\n int iVar12;\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 (pointer_declarator * (pointer_declarator * IDENT)) ;) (declarati...
(function_definition "uint FUN_001788b0(undefined4 *param_1,undefined4 param_2)\n\n{\n byte bVar1;\n undefined **ppuVar2;\n undefined1 **ppuVar3;\n undefined **ppuVar4;\n char cVar5;\n byte *pbVar6;\n undefined4 uVar7;\n char *pcVar8;\n size_t sVar9;\n byte bVar10;\n char *__s;\n int iVar11;\n int iVar12;\...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Type propagation algorithm not settling */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: bool should_add_dynsym_entry(Symbol * this, Symbol_table * symtab) */ bool __thisca...
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.ax replaced with injection: get_pc_thunk_ax */ uint MASKED(undefined4 *param_1,undefined4 param_2) { byte bVar1; undefined **ppuVar2; undefined1 **ppuVar3; undefined **ppuVar4; char cVar5; byte *pbVar6; undefined4 uVar7; char *pcVar8; size_t sVar9; byte b...
164_powerpc64-linux-gnu-addr2line_and_powerpc64-linux-gnu-addr2line_strip.c
exit
exit
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205956426')]
[('const-1', u'RETURN_-1205956426')]
null
null
000190ac
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fun...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.0 */\n h...
(translation_unit "void exit(int __status)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@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)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
58_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
gettext
gettext
void gettext(void) { (*(code *)PTR_gettext_0038f0e8)(); return; }
void gettext(void) { (*(code *)PTR_gettext_0038f0e8)(); return; }
JMP dword ptr [EBX + 0xe8]
null
null
null
null
[('tmp_58', u'CAST_-1206021113'), ('const-0', u'RETURN_-1206021187'), (u'CALLIND_-1206021190', u'INDIRECT_-1206021118'), (u'CAST_-1206021113', u'CALLIND_-1206021190'), (u'INDIRECT_-1206021118', u'COPY_-1206021177')]
[('tmp_58', u'CAST_-1206021113'), ('const-0', u'RETURN_-1206021187'), (u'CALLIND_-1206021190', u'INDIRECT_-1206021118'), (u'CAST_-1206021113', u'CALLIND_-1206021190'), (u'INDIRECT_-1206021118', u'COPY_-1206021177')]
null
null
000293b0
x86
O0
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p...
(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 gettext(void)\n\n{\n (*(code *)PTR_gettext_0038f0e8)();\n return;\n}" (primitive_type "void") (function_declarator "gettext(void)" (identifier "gettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR...
void function_1(void) { (*(type_1 *)PTR_gettext_0038f0e8)(); 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_0038f0e8)(); return; }
498_alpha-linux-gnu-ld_and_alpha-linux-gnu-ld_strip.c
finish_default
FUN_00031830
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void finish_default(void) { if ((link_info._0_1_ & 3) != 2) { _bfd_fix_excluded_sec_syms(link_info.output_bfd,&link_info); } return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00031830(void) { if ((DAT_00093c80 & 3) != 2) { _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80); } return; }
PUSH EBX CALL 0x00015a30 ADD EBX,0x617ca SUB ESP,0x8 LEA EDX,[EBX + 0xc80] MOVZX EAX,byte ptr [EDX] AND EAX,0x3 CMP AL,0x2 JZ 0x0003185e SUB ESP,0x8 PUSH EDX PUSH dword ptr [EDX + 0x34] CALL 0x00014b70 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'CALL_-1206118241', u'INDIRECT_-1206118103'), ('const-605312', u'PTRSUB_-1206118092'), ('const-0', u'RETURN_-1206118201'), ('tmp_492', u'MULTIEQUAL_-1206118091'), ('const-2', u'INT_NOTEQUAL_-1206118272'), (u'INDIRECT_-1206118103', u'MULTIEQUAL_-1206118094'), ('tmp_491', u'INT_AND_-1206118168'), ('const-3', u'INT_AND...
[(u'CALL_-1206118241', u'INDIRECT_-1206118103'), ('const-3', u'INT_AND_-1206118168'), ('const-0', u'PTRSUB_-1206118092'), ('const-0', u'RETURN_-1206118201'), ('tmp_494', u'CALL_-1206118241'), (u'INDIRECT_-1206118103', u'MULTIEQUAL_-1206118094'), (u'INT_NOTEQUAL_-1206118272', u'CBRANCH_-1206118272'), ('tmp_493', u'INT_A...
null
null
00031830
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00031830(void)\n\n{\n if ((DAT_00093c80 & 3) != 2) {\n _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00031830(void)\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 finish_default(void)\n\n{\n if ((link_info._0_1_ & 3) != 2) {\n _bfd_fix_excluded_sec_syms(link_info.output_bfd,&link_info)...
(translation_unit "void FUN_00031830(void)\n\n{\n if ((DAT_00093c80 & 3) != 2) {\n _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80);\n }\n return;\n}\n\n" (function_definition "void FUN_00031830(void)\n\n{\n if ((DAT_00093c80 & 3) != 2) {\n _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80);\n }\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_stat...
(function_definition "void FUN_00031830(void)\n\n{\n if ((DAT_00093c80 & 3) != 2) {\n _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00031830(void)" (identifier "FUN_00031830") (parameter_list "(void)" (( "(") (parameter_declaration "voi...
/* 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) { if ((link_info._0_1_ & 3) != 2) { var_1(link_info.output_bfd,&link_info); } 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 (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expres...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { if ((DAT_00093c80 & 3) != 2) { _bfd_fix_excluded_sec_syms(DAT_00093cb4,&DAT_00093c80); } return; }
292_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
get_size_for_reloc
FUN_0003c836
/* (anonymous namespace)::Target_arm<false>::Classify_reloc::get_size_for_reloc(unsigned int, gold::Relobj*) [clone .cold.1846] */ void (anonymous_namespace)::Target_arm<false>::Classify_reloc::get_size_for_reloc (uint param_1,Relobj *param_2) { int unaff_EBP; if (*(void **)(unaff_EBP + -0x3...
void FUN_0003c836(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not return */ FUN_004451f0(); }
MOV EDX,dword ptr [EBP + -0x30] LEA EAX,[EBP + -0x28] CMP EDX,EAX JZ 0x0003c84e SUB ESP,0xc MOV EBX,ESI PUSH EDX CALL 0x003ae080 ADD ESP,0x10 SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x004451f0
null
null
null
null
[('tmp_269', u'INT_ADD_-1206073265'), ('const-1', u'RETURN_-1206073192'), ('tmp_269', u'INT_ADD_-1206073271'), (u'LOAD_-1206073287', u'INT_NOTEQUAL_-1206073262'), (u'LOAD_-1206073287', u'CALL_-1206073236'), (u'CAST_-1206073110', u'LOAD_-1206073287'), ('const-417', u'LOAD_-1206073287'), ('const-4294967248', u'INT_ADD_-1...
[(u'CAST_-1206073116', u'LOAD_-1206073287'), ('const-1', u'RETURN_-1206073192'), (u'LOAD_-1206073287', u'INT_NOTEQUAL_-1206073262'), (u'LOAD_-1206073287', u'CALL_-1206073236'), ('tmp_267', u'INT_ADD_-1206073271'), ('const-4294967248', u'INT_ADD_-1206073271'), (u'INT_NOTEQUAL_-1206073262', u'CBRANCH_-1206073262'), (u'IN...
null
null
0003c836
x86
O0
(translation_unit "void FUN_0003c836(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}\n\n" (function_definition "void FUN_0003c836(void)\n\...
(translation_unit "/* (anonymous namespace)::Target_arm<false>::Classify_reloc::get_size_for_reloc(unsigned int,\n gold::Relobj*) [clone .cold.1846] */\n\nvoid (anonymous_namespace)::Target_arm<false>::Classify_reloc::get_size_for_reloc\n (uint param_1,Relobj *param_2)\n\n{\n int unaff_EBP;\n \n if (...
(translation_unit "void FUN_0003c836(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_004451f0();\n}\n\n" (function_definition "void FUN_0003c836(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl...
(function_definition "void FUN_0003c836(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_004451f0();\n}" (primitive_type "void") (function_declarator "FUN_0003c836(void)" (identifier "FUN_0003c83...
/* (anonymous namespace)::Target_arm<false>::Classify_reloc::get_size_for_reloc(unsigned int, gold::Relobj*) [clone .cold.1846] */ void (anonymous_namespace)::Target_arm<false>::Classify_reloc::function_1 (type_1 param_1,type_2 *param_2) { int var_1; if (*(void **)(var_1 + -0x30) != (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 (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes...
null
void MASKED(void) { int unaff_EBP; if (*(int *)(unaff_EBP + -0x30) != unaff_EBP + -0x28) { FUN_003ae080(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not return */ FUN_004451f0(); }
887_libtomcrypt.so.1.0_and_libtomcrypt.so.1.0_strip.c
blake2bmac_memory_multi
blake2bmac_memory_multi
int blake2bmac_memory_multi (uchar *key,ulong keylen,uchar *mac,ulong *maclen,uchar *in,ulong inlen,...) { char in_AL; long *plVar1; ulong *puVar2; ulong uVar3; long in_FS_OFFSET; undefined8 in_XMM0_Qa; undefined8 in_XMM1_Qa; undefined8 in_XMM2_Qa; undefined8 in_XMM3_Qa; undefined8 i...
int blake2bmac_memory_multi (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,undefined8 param_10,long param_11,undefined8 *param_12,long param_13, ...
SUB RSP,0x2c8 MOV qword ptr [RSP + 0x28],RDI MOV qword ptr [RSP + 0x20],RSI MOV qword ptr [RSP + 0x18],RDX MOV qword ptr [RSP + 0x10],RCX MOV qword ptr [RSP + 0x8],R8 MOV qword ptr [RSP],R9 TEST AL,AL JZ 0x0018776c MOVAPS xmmword ptr [RSP + 0x240],XMM0 MOVAPS xmmword ptr [RSP + 0x250],XMM1 MOVAPS xmmword ptr [RSP + 0x2...
null
null
null
null
[(u'INDIRECT_-1207468829', u'MULTIEQUAL_-1207468801'), (u'INDIRECT_-1207468689', u'MULTIEQUAL_-1207468497'), (u'CALL_-1207469306', u'INDIRECT_-1207468412'), (u'INT_ADD_-1207468583', u'CAST_-1207468507'), ('tmp_1001', u'BRANCH_-1207469421'), ('tmp_1211', u'INT_EQUAL_-1207469953'), ('tmp_657', u'CBRANCH_-1207469680'), ('...
[(u'INT_ADD_-1207469327', u'CAST_-1207468041'), (u'MULTIEQUAL_-1207469172', u'LOAD_-1207469444'), (u'CALL_-1207469788', u'INDIRECT_-1207468484'), (u'CALL_-1207469788', u'INDIRECT_-1207468574'), (u'INDIRECT_-1207468670', u'MULTIEQUAL_-1207468657'), (u'INDIRECT_-1207468616', u'MULTIEQUAL_-1207468599'), (u'INDIRECT_-12074...
null
null
00187704
x86
O0
(translation_unit "int blake2bmac_memory_multi\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,undefined8 param_10,long param_11,undefined8 *param_12,long ...
(translation_unit "int blake2bmac_memory_multi\n (uchar *key,ulong keylen,uchar *mac,ulong *maclen,uchar *in,ulong inlen,...)\n\n{\n char in_AL;\n long *plVar1;\n ulong *puVar2;\n ulong uVar3;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefin...
(translation_unit "int blake2bmac_memory_multi\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,undefined8 param_10,long param_11,undefined8 *param_12,long ...
(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 "int blake2bmac_memory_multi\n (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n long param_9,undefined8 param_10,long param_11,undefined8 *param_12,lo...
int function_1 (type_1 *var_3,type_2 keylen,type_1 *var_6,type_2 *var_7,type_1 *var_5,type_2 inlen,...) { char var_1; long *plVar1; type_2 *puVar2; type_2 var_11; long var_2; type_3 in_XMM0_Qa; type_3 in_XMM1_Qa; type_3 in_XMM2_Qa; type_3 in_XMM3_Qa; type_3 in_XMM4_Qa; type_3 in_XM...
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
int MASKED (undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8, long param_9,undefined8 param_10,long param_11,undefined8 *param_12,long param_13, long param_14)...
1_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_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___0003efc0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003efc0)(); } 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___0003efc0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003efc0)(); } thunk_FUN_00016620(); FUN_0002d560(); return; }
PUSH EBX SUB ESP,0x8 CALL 0x000165d0 ADD EBX,0x2bff7 MOV EAX,dword ptr [EBX + 0xffffffc0] TEST EAX,EAX JZ 0x0001301b CALL EAX CALL 0x00016700 CALL 0x0002d560 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('tmp_100', u'CBRANCH_-1205981120'), (u'CALL_-1205981099', u'RETURN_-1205981071'), ('const-0', u'INT_NOTEQUAL_-1205981120'), (u'INT_NOTEQUAL_-1205981120', u'CBRANCH_-1205981120'), (u'INDIRECT_-1205980961', u'COPY_-1205981011'), (u'CAST_-1205980962', u'CALLIND_-1205981111'), (u'CALL_-1205981099', u'INDIRECT_-1205980961...
[('tmp_100', u'CBRANCH_-1205981120'), (u'INDIRECT_-1205980965', u'COPY_-1205981015'), ('const-0', u'INT_NOTEQUAL_-1205981120'), (u'CALL_-1205981107', u'INDIRECT_-1205980971'), (u'INT_NOTEQUAL_-1205981120', u'CBRANCH_-1205981120'), ('tmp_407', u'MULTIEQUAL_-1205980969'), (u'CALLIND_-1205981111', u'INDIRECT_-1205980974')...
null
null
00013000
x86
O0
(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___0003efc0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003efc0)();\n }\n thunk_FUN_00016620();\n FUN_0002d560();\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___0003efc0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003efc0)();\n }\n frame_dummy();\n iVar1 = __do_global_ctors_a...
(translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003efc0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003efc0)();\n }\n thunk_FUN_00016620();\n FUN_0002d560();\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___0003efc0 != (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___0003efc0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___0003efc0)();\n }\n thunk_FUN_00016620();\n FUN_0002d560();\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___0003efc0 != (undefined *)0x0) { (*(code *)PTR___gmon_start___0003efc0)(); } thunk_FUN_00016620(); FUN_0002d560(); return; }
6405_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
allocate_common
FUN_0017b000
/* DWARF original prototype: void allocate_common(Sized_symbol<64> * this, Output_data * od, Value_type value) */ void __thiscall gold::Sized_symbol<64>::allocate_common(Sized_symbol<64> *this,Output_data *od,Value_type value) { Symbol::allocate_base_common(&this->super_Symbol,od); this->value_ = value; ret...
void FUN_0017b000(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { FUN_001774e0(param_1,param_2); *(undefined4 *)(param_1 + 0x30) = param_3; *(undefined4 *)(param_1 + 0x34) = param_4; return; }
PUSH EDI PUSH ESI PUSH EBX MOV EBX,dword ptr [ESP + 0x10] MOV ESI,dword ptr [ESP + 0x18] MOV EDI,dword ptr [ESP + 0x1c] SUB ESP,0x8 PUSH dword ptr [ESP + 0x1c] PUSH EBX CALL 0x001774e0 ADD ESP,0x10 MOV dword ptr [EBX + 0x30],ESI MOV dword ptr [EBX + 0x34],EDI POP EBX POP ESI POP EDI RET
null
null
null
null
[(u'PTRSUB_-1207390016', u'CALL_-1207390141'), ('const-417', u'STORE_-1207390070'), (u'PTRSUB_-1207390009', u'STORE_-1207390070'), ('tmp_191', u'STORE_-1207390070'), ('const-0', u'PTRSUB_-1207390016'), ('const-48', u'PTRSUB_-1207390009'), ('tmp_190', u'CALL_-1207390141'), ('tmp_189', u'PTRSUB_-1207390016'), ('tmp_189',...
[('const-417', u'STORE_-1207390119'), ('tmp_314', u'CALL_-1207390141'), (u'CAST_-1207390013', u'STORE_-1207390119'), ('tmp_314', u'INT_ADD_-1207390105'), ('tmp_316', u'STORE_-1207390119'), ('const-48', u'INT_ADD_-1207390111'), (u'CAST_-1207390017', u'STORE_-1207390125'), ('const-417', u'STORE_-1207390125'), (u'INT_ADD_...
null
null
0017b000
x86
O0
(translation_unit "void FUN_0017b000(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_001774e0(param_1,param_2);\n *(undefined4 *)(param_1 + 0x30) = param_3;\n *(undefined4 *)(param_1 + 0x34) = param_4;\n return;\n}\n\n" (function_definition "void FUN_0017b000(int param_1,undefined4 ...
(translation_unit "/* DWARF original prototype: void allocate_common(Sized_symbol<64> * this, Output_data * od,\n Value_type value) */\n\nvoid __thiscall\ngold::Sized_symbol<64>::allocate_common(Sized_symbol<64> *this,Output_data *od,Value_type value)\n\n{\n Symbol::allocate_base_common(&this->super_Symbol,od);\n t...
(translation_unit "void FUN_0017b000(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_001774e0(param_1,param_2);\n *(undefined4 *)(param_1 + 0x30) = param_3;\n *(undefined4 *)(param_1 + 0x34) = param_4;\n return;\n}\n\n" (function_definition "void FUN_0017b000(int param_1,undefined4 ...
(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 { (expression_statement (call_expression IDENT (argument_list...
(function_definition "void FUN_0017b000(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n FUN_001774e0(param_1,param_2);\n *(undefined4 *)(param_1 + 0x30) = param_3;\n *(undefined4 *)(param_1 + 0x34) = param_4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0017b000(int p...
/* DWARF original prototype: void allocate_common(Sized_symbol<64> * this, Output_data * od, Value_type value) */ void __thiscall gold::type_1<64>::function_1(type_1<64> *this,type_2 *od,type_3 value) { Symbol::var_1(&this->super_Symbol,od); this->value_ = value; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { FUN_001774e0(param_1,param_2); *(undefined4 *)(param_1 + 0x30) = param_3; *(undefined4 *)(param_1 + 0x34) = param_4; return; }
542_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
getline<char,std::char_traits<char>,std::allocator<char>>
FUN_00032073
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::istream& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::istream&, std::string&, char) [clone .cold.44] */ istream * std::getline<char,std::char_traits<char>,std::allocator<char>> (istrea...
undefined4 __regparm3 FUN_00032073(undefined4 param_1,int param_2) { uint *puVar1; int unaff_EBP; int iVar2; *(undefined4 *)(unaff_EBP + -0x2c) = 0; if (param_2 != 1) { FUN_001e64c0(param_1); iVar2 = *(int *)(unaff_EBP + 8) + *(int *)(**(int **)(unaff_EBP + 8) + -0xc); puVar1 = (uint *)(iVar2...
MOV dword ptr [EBP + -0x2c],0x0 SUB EDX,0x1 JNZ 0x000320b4 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x34] PUSH EAX CALL 0x001e64c0 MOV EAX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EBP + 0x8] ADD ESP,0x10 MOV EBX,dword ptr [EBP + -0x34] MOV EAX,dword ptr [EAX] ADD ESI,dword ptr [EAX + -0xc] OR dword ptr [ESI + 0x14],0x1 TE...
null
null
null
null
[('const-4294967284', u'INT_ADD_-1207861763'), (u'LOAD_-1207861807', u'CAST_-1207861480'), (u'INT_ADD_-1206116218', u'CAST_-1206115700'), ('tmp_1097', u'INT_ADD_-1207861789'), ('tmp_1098', u'INT_NOTEQUAL_-1206116211'), (u'INT_ADD_-1206115981', u'INT_ADD_-1206115952'), ('const-417', u'LOAD_-1207861761'), (u'CAST_-120611...
[('const-417', u'STORE_-1206116232'), (u'CAST_-1207861506', u'INT_ADD_-1207861757'), ('const-4294967284', u'INT_ADD_-1207861763'), (u'INT_ADD_-1206115987', u'CAST_-1206115632'), ('tmp_1090', u'INT_ADD_-1206116015'), ('const-1', u'INT_NOTEQUAL_-1206116211'), (u'INT_ADD_-1206115981', u'INT_ADD_-1206115952'), ('const-1', ...
null
null
00032073
x86
O0
(translation_unit "undefined4 __regparm3 FUN_00032073(undefined4 param_1,int param_2)\n\n{\n uint *puVar1;\n int unaff_EBP;\n int iVar2;\n \n *(undefined4 *)(unaff_EBP + -0x2c) = 0;\n if (param_2 != 1) {\n FUN_001e64c0(param_1);\n iVar2 = *(int *)(unaff_EBP + 8) + *(int *)(**(int **)(unaff_EBP + 8) + -0xc);...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::istream& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::istream&,\n std::string&, char) [clone .cold.44] */\n\nistream * std::getline<char,std::char_traits<char>,std::allocator<char>>\n ...
(translation_unit "undefined4 __regparm3 FUN_00032073(undefined4 param_1,int param_2)\n\n{\n uint *puVar1;\n int unaff_EBP;\n int iVar2;\n \n *(undefined4 *)(unaff_EBP + -0x2c) = 0;\n if (param_2 != 1) {\n FUN_001e64c0(param_1);\n iVar2 = *(int *)(unaff_EBP + 8) + *(int *)(**(int **)(unaff_EBP + 8) + -0xc);...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_sta...
(function_definition "undefined4 __regparm3 FUN_00032073(undefined4 param_1,int param_2)\n\n{\n uint *puVar1;\n int unaff_EBP;\n int iVar2;\n \n *(undefined4 *)(unaff_EBP + -0x2c) = 0;\n if (param_2 != 1) {\n FUN_001e64c0(param_1);\n iVar2 = *(int *)(unaff_EBP + 8) + *(int *)(**(int **)(unaff_EBP + 8) + -0x...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::istream& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::istream&, std::string&, char) [clone .cold.44] */ var_3 * std::getline<var_2,std::char_traits<var_2>,std::var_1<var_2>> (var_3 *va...
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: (primitive_type) declarator: (identifier)))) bod...
null
undefined4 __regparm3 MASKED(undefined4 param_1,int param_2) { uint *puVar1; int unaff_EBP; int iVar2; *(undefined4 *)(unaff_EBP + -0x2c) = 0; if (param_2 != 1) { FUN_001e64c0(param_1); iVar2 = *(int *)(unaff_EBP + 8) + *(int *)(**(int **)(unaff_EBP + 8) + -0xc); puVar1 = (uint *)(iVar2 + 0x1...
964_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c
bfd_set_symtab
bfd_set_symtab
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_symtab(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_symtab(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207754302')]
[('const-1', u'RETURN_-1207754302')]
null
null
001c21b8
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_symtab(void)\n\n{\n /* WARNING: Ba...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_symtab(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_symtab(void)\n\n{\n /* WARNING: Ba...
(translation_unit "void bfd_set_symtab(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_symtab(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_symtab(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo...
(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_set_symtab(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_symtab(void)" (identifier "bfd_set_symtab") (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(); }
331_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
AcquireStringInfo
AcquireStringInfo
void AcquireStringInfo(void) { (*(code *)PTR_AcquireStringInfo_0018a5dc)(); return; }
void AcquireStringInfo(void) { (*(code *)PTR_AcquireStringInfo_0018a5dc)(); return; }
JMP dword ptr [EBX + 0x5dc]
null
null
null
null
[(u'CALLIND_-1205937382', u'INDIRECT_-1205937310'), ('const-0', u'RETURN_-1205937379'), ('tmp_58', u'CAST_-1205937305'), (u'CAST_-1205937305', u'CALLIND_-1205937382'), (u'INDIRECT_-1205937310', u'COPY_-1205937369')]
[(u'CALLIND_-1205937382', u'INDIRECT_-1205937310'), ('const-0', u'RETURN_-1205937379'), ('tmp_58', u'CAST_-1205937305'), (u'CAST_-1205937305', u'CALLIND_-1205937382'), (u'INDIRECT_-1205937310', u'COPY_-1205937369')]
null
null
0001db10
x86
O0
(translation_unit "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}\n\n" (function_definition "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}" primitive_type (function_declarator "AcquireStringInfo(void)" identifier (paramet...
(translation_unit "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}\n\n" (function_definition "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}" primitive_type (function_declarator "AcquireStringInfo(void)" identifier (paramet...
(translation_unit "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}\n\n" (function_definition "void AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}" primitive_type (function_declarator "AcquireStringInfo(void)" identifier (paramet...
(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 AcquireStringInfo(void)\n\n{\n (*(code *)PTR_AcquireStringInfo_0018a5dc)();\n return;\n}" (primitive_type "void") (function_declarator "AcquireStringInfo(void)" (identifier "AcquireStringInfo") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))...
void function_1(void) { (*(type_1 *)PTR_AcquireStringInfo_0018a5dc)(); 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_0018a5dc)(); return; }
154_aarch64-linux-gnu-strings_and_aarch64-linux-gnu-strings_strip.c
mkstemp64
mkstemp64
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemp64(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemp64@@GLIBC_2.2 */ halt_baddata()...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemp64(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952358')]
[('const-1', u'RETURN_-1205952358')]
null
null
0001a090
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemp64(char *__template)\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\nint mkstemp64(char *__template)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mkstemp64@@GLIB...
(translation_unit "int mkstemp64(char *__template)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int mkstemp64(char *__template)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "mkstemp64(char *__template)" identifier (parameter_list "(char *__template...
(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 "int mkstemp64(char *__template)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "mkstemp64(char *__template)" (identifier "mkstemp64") (parameter_list "(char *__template)" (( "(") (parameter_declaration "char *__template" (primitive_type "char") (point...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ /* mkstemp64@@GLIBC_2.2 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__template) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1334_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
~Struct_no_plt_static_chain
FUN_0003c3f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_plt_static_chain(Struct_no_plt_static_chain * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_plt_static_chain::~Struct_no_plt_static_chain (Struct...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003c3f0(undefined4 *param_1) { *param_1 = &PTR_FUN_003322f8; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035680 ADD EBX,0x302c0a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff32f8] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003c422 SUB ESP,0xc PUSH EDX CALL 0x001ac470 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[(u'PTRSUB_-1206074149', u'PTRSUB_-1206074145'), (u'LOAD_-1206074309', u'CALL_-1206074266'), ('const-417', u'STORE_-1206074313'), (u'CAST_-1206074136', u'STORE_-1206074313'), ('const-0', u'RETURN_-1206074226'), ('const-3351288', u'PTRSUB_-1206074146'), (u'CAST_-1206074129', u'INT_NOTEQUAL_-1206074289'), (u'PTRSUB_-1206...
[(u'INT_NOTEQUAL_-1206074289', u'CBRANCH_-1206074289'), (u'PTRADD_-1206074144', u'LOAD_-1206074309'), ('const-417', u'LOAD_-1206074309'), ('tmp_439', u'PTRADD_-1206074157'), ('const-3351288', u'PTRSUB_-1206074148'), ('const-0', u'RETURN_-1206074226'), ('const-4', u'PTRADD_-1206074157'), ('const-1', u'PTRADD_-1206074144...
null
null
0003c3f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c3f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003322f8;\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_plt_static_chain(Struct_no_plt_static_chain * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_plt_static_chain::~Struct_no_plt_static_...
(translation_unit "void FUN_0003c3f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003322f8;\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_0003c3f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003322f8;\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_0003c3f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003322f8;\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_0003c3f0(undefined4 *param_1)" (identifier "FUN_0003c3f0...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_plt_static_chain(Struct_no_plt_static_chain * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { t...
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_003322f8; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } return; }
2183_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
sqlite3WindowExtraAggFuncDepth
FUN_000bb01d
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int sqlite3WindowExtraAggFuncDepth(Walker *pWalker,Expr *pExpr) { if ((pExpr->op == 0xa5) && (pWalker->walkerDepth <= (int)(uint)pExpr->op2)) { pExpr->op2 = pExpr->op2 + '\x01'; }...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 FUN_000bb01d(int param_1,char *param_2) { if ((*param_2 == -0x5b) && (*(int *)(param_1 + 0x10) <= (int)(uint)(byte)param_2[2])) { param_2[2] = param_2[2] + '\x01'; } return 0; }
PUSH EBP MOV EBP,ESP CALL 0x000ca8df ADD EAX,0x34fdb MOV EAX,dword ptr [EBP + 0xc] MOVZX EAX,byte ptr [EAX] CMP AL,0xa5 JNZ 0x000bb058 MOV EAX,dword ptr [EBP + 0xc] MOVZX EAX,byte ptr [EAX + 0x2] MOVZX EDX,AL MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x10] CMP EDX,EAX JL 0x000bb058 MOV EAX,dword ptr [EBP +...
null
null
null
null
[(u'INT_ADD_-1206603564', u'STORE_-1206603618'), (u'LOAD_-1206603638', u'INT_ADD_-1206603564'), ('const-1', u'INT_ADD_-1206603564'), ('const-2', u'PTRSUB_-1206603503'), ('const-417', u'LOAD_-1206603710'), (u'PTRSUB_-1206603503', u'STORE_-1206603618'), ('tmp_221', u'PTRSUB_-1206603514'), ('tmp_220', u'PTRSUB_-1206603525...
[(u'INT_ADD_-1206603564', u'STORE_-1206603618'), (u'INT_ZEXT_-1206603662', u'CAST_-1206603522'), (u'INT_ADD_-1206603650', u'CAST_-1206603528'), ('const-417', u'LOAD_-1206603710'), (u'LOAD_-1206603638', u'INT_ADD_-1206603564'), ('tmp_346', u'INT_ADD_-1206603650'), ('const-1', u'PTRADD_-1206603621'), (u'LOAD_-1206603666'...
null
null
000bb01d
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_000bb01d(int param_1,char *param_2)\n\n{\n if ((*param_2 == -0x5b) && (*(int *)(param_1 + 0x10) <= (int)(uint)(byte)param_2[2])) {\n param_2[2] = param_2[2] + '\x01';\n }\n return 0;\n}\n\...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint sqlite3WindowExtraAggFuncDepth(Walker *pWalker,Expr *pExpr)\n\n{\n if ((pExpr->op == 0xa5) && (pWalker->walkerDepth <= (int)(uint)pExpr->op2)) {\n pExpr->op2 =...
(translation_unit "undefined4 FUN_000bb01d(int param_1,char *param_2)\n\n{\n if ((*param_2 == -0x5b) && (*(int *)(param_1 + 0x10) <= (int)(uint)(byte)param_2[2])) {\n param_2[2] = param_2[2] + '\x01';\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_000bb01d(int param_1,char *param_2)\n\n{\n if ((*pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression...
(function_definition "undefined4 FUN_000bb01d(int param_1,char *param_2)\n\n{\n if ((*param_2 == -0x5b) && (*(int *)(param_1 + 0x10) <= (int)(uint)(byte)param_2[2])) {\n param_2[2] = param_2[2] + '\x01';\n }\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_000bb01d(int param_1,char *param_...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int function_1(type_1 *pWalker,type_2 *pExpr) { if ((pExpr->op == 0xa5) && (pWalker->walkerDepth <= (int)(type_3)pExpr->op2)) { pExpr->op2 = pExpr->op2 + '\x01'; } return 0; }
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: (pointer_declarator declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 MASKED(int param_1,char *param_2) { if ((*param_2 == -0x5b) && (*(int *)(param_1 + 0x10) <= (int)(uint)(byte)param_2[2])) { param_2[2] = param_2[2] + '\x01'; } return 0; }
327_gawk_and_gawk_strip.c
do_fflush
FUN_000284f4
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ NODE * do_fflush(int nargs) { _Bool _Var1; int iVar2; NODE *pNVar3; redirect *prVar4; char *pcVar5; int *piVar6; FILE *pFVar7; int status; NODE *tmp; char *file; int...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000284f4(int param_1) { undefined4 uVar1; undefined *puVar2; char cVar3; int iVar4; undefined4 uVar5; int iVar6; uint *puVar7; undefined4 uVar8; int *piVar9; char *pcVar10; uint uVar11; uint loca...
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c CALL 0x00014670 ADD EBX,0x8b842 MOV dword ptr [EBP + -0x30],0x0 CMP dword ptr [EBP + 0x8],0x0 JNZ 0x0002853c CALL 0x0005f107 MOV dword ptr [EBP + -0x30],EAX LEA EAX,[EBX + 0xfbc] MOV EAX,dword ptr [EAX] FILD dword ptr [EBP + -0x30] SUB ESP,0x8 LEA ESP,[ESP + ...
null
null
null
null
[(u'CALL_-1206024618', u'INDIRECT_-1206021648'), (u'CALL_-1206022901', u'INDIRECT_-1206020972'), (u'LOAD_-1206023601', u'CALL_-1206023574'), (u'INDIRECT_-1206021680', u'MULTIEQUAL_-1206020874'), ('tmp_277', u'BRANCH_-1206024795'), (u'PTRSUB_-1206021201', u'PTRSUB_-1206021172'), ('const-8', u'PTRSUB_-1206021253'), (u'CA...
[('const-417', u'LOAD_-1206024663'), (u'INDIRECT_-1206021132', u'MULTIEQUAL_-1206020972'), (u'LOAD_-1206023601', u'CALL_-1206023574'), ('tmp_277', u'BRANCH_-1206024795'), (u'CALL_-1206023602', u'LOAD_-1206023601'), ('const-8', u'INT_ADD_-1206024452'), (u'CALL_-1206024707', u'INT_ADD_-1206024452'), (u'INT_ADD_-120602462...
null
null
000284f4
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000284f4(int param_1)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char cVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVar7;\n undefined4 uVar8;\n int *piVar9;\n char *pcV...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nNODE * do_fflush(int nargs)\n\n{\n _Bool _Var1;\n int iVar2;\n NODE *pNVar3;\n redirect *prVar4;\n char *pcVar5;\n int *piVar6;\n FILE *pFVar7;\n int status;\n...
(translation_unit "void FUN_000284f4(int param_1)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char cVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVar7;\n undefined4 uVar8;\n int *piVar9;\n char *pcVar10;\n uint uVar11;\n uint local_34;\n \n uVar1 = DAT_000b9e54;\n puVar2 = PTR_DAT_000...
(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 "void FUN_000284f4(int param_1)\n\n{\n undefined4 uVar1;\n undefined *puVar2;\n char cVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVar7;\n undefined4 uVar8;\n int *piVar9;\n char *pcVar10;\n uint uVar11;\n uint local_34;\n \n uVar1 = DAT_000b9e54;\n puVar2 = PTR_DAT_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 * function_1(int var_1) { type_2 _Var1; int iVar2; type_1 *pNVar3; type_3 *var_7; char *pcVar5; int *piVar6; type_4 *var_9; int var_14; type_1 *tmp; char *file;...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { undefined4 uVar1; undefined *puVar2; char cVar3; int iVar4; undefined4 uVar5; int iVar6; uint *puVar7; undefined4 uVar8; int *piVar9; char *pcVar10; uint uVar11; uint local_34; ...
8967_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
do_neg_format
FUN_00210c50
/* std::moneypunct<wchar_t, true>::do_neg_format() const */ void std::moneypunct<wchar_t,true>::do_neg_format(void) { undefined4 *in_stack_00000004; int in_stack_00000008; *in_stack_00000004 = *(undefined4 *)(*(int *)(in_stack_00000008 + 8) + 0x3c); return; }
void FUN_00210c50(undefined4 *param_1,int param_2) { *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c); return; }
MOV EDX,dword ptr [ESP + 0x8] MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EDX + 0x8] MOV EDX,dword ptr [EDX + 0x3c] MOV dword ptr [EAX],EDX RET 0x4
null
null
null
null
[('tmp_55', u'INT_ADD_-1203893135'), (u'CAST_-1203893073', u'LOAD_-1203893145'), ('const-417', u'LOAD_-1203893151'), (u'CAST_-1203893077', u'LOAD_-1203893151'), ('const-60', u'INT_ADD_-1203893129'), (u'LOAD_-1203893145', u'STORE_-1203893138'), (u'INT_ADD_-1203893135', u'CAST_-1203893077'), ('const-8', u'INT_ADD_-120389...
[('tmp_55', u'INT_ADD_-1203893135'), (u'CAST_-1203893073', u'LOAD_-1203893145'), ('const-417', u'LOAD_-1203893151'), (u'CAST_-1203893077', u'LOAD_-1203893151'), ('const-60', u'INT_ADD_-1203893129'), (u'LOAD_-1203893145', u'STORE_-1203893138'), (u'INT_ADD_-1203893135', u'CAST_-1203893077'), ('const-8', u'INT_ADD_-120389...
null
null
00210c50
x86
O0
(translation_unit "void FUN_00210c50(undefined4 *param_1,int param_2)\n\n{\n *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c);\n return;\n}\n\n" (function_definition "void FUN_00210c50(undefined4 *param_1,int param_2)\n\n{\n *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c);\n return;\n}" primitive_t...
(translation_unit "/* std::moneypunct<wchar_t, true>::do_neg_format() const */\n\nvoid std::moneypunct<wchar_t,true>::do_neg_format(void)\n\n{\n undefined4 *in_stack_00000004;\n int in_stack_00000008;\n \n *in_stack_00000004 = *(undefined4 *)(*(int *)(in_stack_00000008 + 8) + 0x3c);\n return;\n}\n\n" comment (decl...
(translation_unit "void FUN_00210c50(undefined4 *param_1,int param_2)\n\n{\n *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c);\n return;\n}\n\n" (function_definition "void FUN_00210c50(undefined4 *param_1,int param_2)\n\n{\n *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c);\n return;\n}" primitive_t...
(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 (pointer_expression * IDENT) = (pointer_expression * (cast_expres...
(function_definition "void FUN_00210c50(undefined4 *param_1,int param_2)\n\n{\n *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00210c50(undefined4 *param_1,int param_2)" (identifier "FUN_00210c50") (parameter_list "(undefined4 *param_1,int par...
/* std::moneypunct<wchar_t, true>::do_neg_format() const */ void std::moneypunct<wchar_t,true>::do_neg_format(void) { type_1 *in_stack_00000004; int var_1; *in_stack_00000004 = *(type_1 *)(*(int *)(var_1 + 8) + 0x3c); 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: (primitive_type) declarator: (identif...
null
void MASKED(undefined4 *param_1,int param_2) { *param_1 = *(undefined4 *)(*(int *)(param_2 + 8) + 0x3c); return; }
308_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
FUN_0002a713
FUN_0002a713
void FUN_0002a713(void) { int unaff_EBP; int *unaff_EDI; *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8; if (*(void **)(unaff_EBP + -0xd4) != (void *)unaff_EDI[2]) { operator_delete((void *)unaff_EDI[2]); } operator_delete(unaff_EDI,0x30); /* WARNING: Subroutine does not ret...
void FUN_0002a713(void) { int unaff_EBP; int *unaff_EDI; *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8; if (*(int *)(unaff_EBP + -0xd4) != unaff_EDI[2]) { FUN_001ac470(unaff_EDI[2]); } FUN_001ac450(); /* WARNING: Subroutine does not return */ FUN_00243440(); }
MOV EAX,dword ptr [EBP + 0xffffff34] LEA EAX,[EAX + 0xffffac08] MOV dword ptr [EDI],EAX MOV EAX,dword ptr [EDI + 0x8] CMP dword ptr [EBP + 0xffffff2c],EAX JZ 0x0002a73e SUB ESP,0xc MOV EBX,dword ptr [EBP + 0xffffff34] PUSH EAX CALL 0x001ac470 ADD ESP,0x10 PUSH EDX PUSH EDX PUSH 0x30 PUSH EDI MOV EDI,dword ptr [EBP + 0x...
null
null
null
null
[('const-417', u'STORE_-1206016216'), (u'CAST_-1206016013', u'LOAD_-1206016234'), ('const-2', u'PTRADD_-1206015999'), (u'CAST_-1206015998', u'INT_NOTEQUAL_-1206016191'), ('tmp_355', u'STORE_-1206016216'), (u'INT_ADD_-1206016191', u'CAST_-1206015994'), ('const-417', u'LOAD_-1206016234'), (u'LOAD_-1206016234', u'INT_ADD_...
[(u'PTRADD_-1206016001', u'LOAD_-1206016213'), ('const-417', u'LOAD_-1206016234'), ('const-417', u'STORE_-1206016216'), (u'LOAD_-1206016213', u'CALL_-1206016155'), ('tmp_349', u'INT_ADD_-1206016218'), ('const-2', u'PTRADD_-1206016001'), (u'LOAD_-1206016213', u'INT_NOTEQUAL_-1206016191'), (u'LOAD_-1206016234', u'INT_ADD...
null
null
0002a713
x86
O0
(translation_unit "void FUN_0002a713(void)\n\n{\n int unaff_EBP;\n int *unaff_EDI;\n \n *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8;\n if (*(int *)(unaff_EBP + -0xd4) != unaff_EDI[2]) {\n FUN_001ac470(unaff_EDI[2]);\n }\n FUN_001ac450();\n /* WARNING: Subroutine does not return */\n ...
(translation_unit "void FUN_0002a713(void)\n\n{\n int unaff_EBP;\n int *unaff_EDI;\n \n *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8;\n if (*(void **)(unaff_EBP + -0xd4) != (void *)unaff_EDI[2]) {\n operator_delete((void *)unaff_EDI[2]);\n }\n operator_delete(unaff_EDI,0x30);\n /* WAR...
(translation_unit "void FUN_0002a713(void)\n\n{\n int unaff_EBP;\n int *unaff_EDI;\n \n *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8;\n if (*(int *)(unaff_EBP + -0xd4) != unaff_EDI[2]) {\n FUN_001ac470(unaff_EDI[2]);\n }\n FUN_001ac450();\n \n FUN_00243440();\n}\n\n" (function_defini...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (poi...
(function_definition "void FUN_0002a713(void)\n\n{\n int unaff_EBP;\n int *unaff_EDI;\n \n *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8;\n if (*(int *)(unaff_EBP + -0xd4) != unaff_EDI[2]) {\n FUN_001ac470(unaff_EDI[2]);\n }\n FUN_001ac450();\n \n FUN_00243440();\n}" (primitive_type "...
void function_1(void) { int var_1; int *unaff_EDI; *unaff_EDI = *(int *)(var_1 + -0xcc) + -0x53f8; if (*(void **)(var_1 + -0xd4) != (void *)unaff_EDI[2]) { var_2((void *)unaff_EDI[2]); } var_2(unaff_EDI,0x30); /* WARNING: Subroutine does not return */ var_3(); }
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: (primitive_type)...
null
void MASKED(void) { int unaff_EBP; int *unaff_EDI; *unaff_EDI = *(int *)(unaff_EBP + -0xcc) + -0x53f8; if (*(int *)(unaff_EBP + -0xd4) != unaff_EDI[2]) { FUN_001ac470(unaff_EDI[2]); } FUN_001ac450(); /* WARNING: Subroutine does not return */ FUN_00243440(); }
2343_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
section_type
FUN_00074ea0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Elf_Word section_type(Elf_file<64,_false,_gold::Sniff_file> * this, uint shndx) */ Elf_Word __thiscall elfcpp::Elf_file<64,_false,_gold::Sniff_file>::section_type (Elf_file<64,_false,_gold...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00074ea0(int *param_1,uint param_2) { undefined4 *puVar1; int iVar2; undefined4 uVar3; undefined8 uVar4; puVar1 = (undefined4 *)*param_1; FUN_00058a90(param_1); if ((uint)param_1[3] <= param_2) { ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x2ca157 SUB ESP,0x28 MOV ESI,dword ptr [ESP + 0x3c] MOV EBP,dword ptr [ESP + 0x40] MOV EDI,dword ptr [ESI] PUSH ESI CALL 0x00058a90 ADD ESP,0x10 CMP EBP,dword ptr [ESI + 0xc] JNC 0x00074f00 SUB ESP,0x8 PUSH EBP PUSH ESI CALL 0x00058b60 ADD ESP,0x10 PUSH 0x0 P...
null
null
null
null
[('tmp_723', u'PTRSUB_-1206365865'), ('tmp_724', u'CALL_-1206366419'), ('const-12', u'PTRSUB_-1206365938'), ('const-0', u'SUBPIECE_-1206365905'), (u'INT_ADD_-1206366336', u'PIECE_-1206366001'), ('const-1', u'CALL_-1206366322'), ('tmp_724', u'INT_LESSEQUAL_-1206366448'), (u'LOAD_-1206366359', u'INT_ADD_-1206366341'), (u...
[(u'CAST_-1206365943', u'INT_RIGHT_-1206365980'), (u'INT_ADD_-1206366304', u'CAST_-1206365909'), ('tmp_1672', u'LOAD_-1206366493'), (u'CALL_-1206366322', u'INT_ADD_-1206366304'), (u'CAST_-1206365966', u'PTRADD_-1206365926'), (u'PTRADD_-1206365888', u'LOAD_-1206366249'), (u'LOAD_-1206366380', u'INT_CARRY_-1206366360'), ...
null
null
00074ea0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00074ea0(int *param_1,uint param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n puVar1 = (undefined4 *)*param_1;\n FUN_00058a90(param_1);\n if ((...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Elf_Word section_type(Elf_file<64,_false,_gold::Sniff_file> * this,\n uint shndx) */\n\nElf_Word __thiscall\nelfcpp::Elf_file<64,_false,_gold::Sniff_file>::section_type\n (...
(translation_unit "undefined4 FUN_00074ea0(int *param_1,uint param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n puVar1 = (undefined4 *)*param_1;\n FUN_00058a90(param_1);\n if ((uint)param_1[3] <= param_2) {\n FUN_00058a90(param_1);\n iVar2 = param_1[3];\n uVar...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla...
(function_definition "undefined4 FUN_00074ea0(int *param_1,uint param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n puVar1 = (undefined4 *)*param_1;\n FUN_00058a90(param_1);\n if ((uint)param_1[3] <= param_2) {\n FUN_00058a90(param_1);\n iVar2 = param_1[3];\n u...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: Elf_Word section_type(Elf_file<64,_false,_gold::Sniff_file> * this, uint shndx) */ type_1 __thiscall elfcpp::Elf_file<64,_false,_gold::Sniff_file>::section_type (Elf_file<64,_false,_gold::...
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: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int *param_1,uint param_2) { undefined4 *puVar1; int iVar2; undefined4 uVar3; undefined8 uVar4; puVar1 = (undefined4 *)*param_1; FUN_00058a90(param_1); if ((uint)param_1[3] <= param_2) { FU...
7132_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
do_get_time
FUN_001a14b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, s...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 * FUN_001a14b0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 param_9) { int iVar1; uint *puVar...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x160b47 SUB ESP,0x28 MOV EBP,dword ptr [ESP + 0x54] MOV EDI,dword ptr [ESP + 0x58] MOV ESI,dword ptr [ESP + 0x3c] LEA EAX,[EBP + 0x6c] PUSH EAX CALL 0x00197170 LEA EDX,[ESP + 0x18] ADD ESP,0x8 MOV EAX,dword ptr [EAX + 0x8] PUSH dword ptr [EAX + 0x10] PUSH dwo...
null
null
null
null
[(u'COPY_-1207626084', u'LOAD_-1207626283'), (u'INDIRECT_-1207626164', u'CALL_-1207626380'), (u'PTRADD_-1207626404', u'CAST_-1207625973'), ('const-12', u'PTRSUB_-1207625914'), ('tmp_1606', u'COPY_-1207626084'), ('const-0', u'RETURN_-1207626198'), (u'CALL_-1207626486', u'INDIRECT_-1207626045'), ('const-1', u'PTRADD_-120...
[(u'CALL_-1207626312', u'INDIRECT_-1207626077'), (u'CALL_-1207626312', u'INDIRECT_-1207626098'), (u'INT_ADD_-1207626450', u'CAST_-1207625975'), (u'INDIRECT_-1207626130', u'CALL_-1207626380'), (u'PTRSUB_-1207625921', u'CALL_-1207626312'), ('const-0', u'RETURN_-1207626198'), ('const-4294967260', u'PTRSUB_-1207625986'), (...
null
null
001a14b0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 *\nFUN_001a14b0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 param_9)\n\n{\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<char>...
(translation_unit "undefined4 *\nFUN_001a14b0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 param_9)\n\n{\n int iVar1;\n uint *puVar2;\n char cVar3;\n int iVar4;\n undefined4 local_28;\n undefin...
(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 "undefined4 *\nFUN_001a14b0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 param_9)\n\n{\n int iVar1;\n uint *puVar2;\n char cVar3;\n int iVar4;\n undefined4 local_28;\n unde...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::do_get_time(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, s...
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 */ undefined4 * MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,int param_7,uint *param_8,undefined4 param_9) { int iVar1; uint *puVar2; c...
536_powerpc-linux-gnu-strip_and_powerpc-linux-gnu-strip_strip.c
bfd_hash_table_init
bfd_hash_table_init
/* WARNING: Control flow encountered bad instruction data */ void bfd_hash_table_init(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_hash_table_init(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206185410')]
[('const-1', u'RETURN_-1206185410')]
null
null
00041234
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_table_init(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_table_init(void)\n\n{\n /* W...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_table_init(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_table_init(void)\n\n{\n /* W...
(translation_unit "void bfd_hash_table_init(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_hash_table_init(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_hash_table_init(void)" identifier (parameter_list "(void)" ( (parameter_...
(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_hash_table_init(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_hash_table_init(void)" (identifier "bfd_hash_table_init") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s...
/* 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_m68k-linux-gnu-elfedit_and_m68k-linux-gnu-elfedit_strip.c
sbrk
sbrk
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * sbrk(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ /* sbrk@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * sbrk(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952342')]
[('const-1', u'RETURN_-1205952342')]
null
null
0001a0a0
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment commen...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.0 *...
(translation_unit "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" ident...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* sbrk(intptr_t __delta)" (* "*") (function_declarator "sbrk(intptr_t __delta)" (identifier "sbrk") (parameter_list "(intptr_t __delta)" (( "(") (parameter_declaration "intp...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ /* sbrk@@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: (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(intptr_t __delta) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
333_pscp_and_pscp_strip.c
from_backend_untrusted
FUN_0002109a
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int from_backend_untrusted(void *frontend_handle,char *data,int len) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Unexpected call to from_backend_un...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0002109a(void) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","pscp.c",0xdc, "from_backend_untrusted"); }
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x0001403c ADD EAX,0x90d0e LEA EDX,[EAX + 0xfffe0664] PUSH EDX PUSH 0xdc LEA EDX,[EAX + 0xfffdf65b] PUSH EDX LEA EDX,[EAX + 0xfffdf67c] PUSH EDX MOV EBX,EAX CALL 0x00013870
null
null
null
null
[('const-1', u'RETURN_-1206054652'), (u'COPY_-1206054619', u'CALL_-1206054657'), (u'COPY_-1206054621', u'CALL_-1206054657'), ('const-220', u'CALL_-1206054657'), ('const-594959', u'COPY_-1206054621'), ('const-599064', u'COPY_-1206054619'), (u'COPY_-1206054620', u'CALL_-1206054657'), ('const-594992', u'COPY_-1206054620')...
[('const-1', u'RETURN_-1206054652'), ('const-594959', u'COPY_-1206054624'), (u'COPY_-1206054623', u'CALL_-1206054657'), ('const-594992', u'COPY_-1206054623'), (u'COPY_-1206054622', u'CALL_-1206054657'), ('const-599064', u'COPY_-1206054622'), (u'COPY_-1206054624', u'CALL_-1206054657'), ('const-220', u'CALL_-1206054657')...
null
null
0002109a
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0002109a(void)\n\n{\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","pscp.c",0xdc,\n "from_backend_unt...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint from_backend_untrusted(void *frontend_handle,char *data,int len)\n\n{\n /* WARNING: Subroutine does not return */\n __assert_fail("!\"Unexpecte...
(translation_unit "void FUN_0002109a(void)\n\n{\n \n __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","pscp.c",0xdc,\n "from_backend_untrusted");\n}\n\n" (function_definition "void FUN_0002109a(void)\n\n{\n \n __assert_fail("!\"Unexpected call to fr...
(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 escape_sequence string_content escape_sequence ") , (string_literal " string_cont...
(function_definition "void FUN_0002109a(void)\n\n{\n \n __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","pscp.c",0xdc,\n "from_backend_untrusted");\n}" (primitive_type "void") (function_declarator "FUN_0002109a(void)" (identifier "FUN_0002109a") (parameter_list "(void...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int function_1(void *frontend_handle,char *data,int len) { /* WARNING: Subroutine does not return */ var_1("!\"Unexpected call to from_backend_untrusted()\"","pscp.c...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(void) { /* WARNING: Subroutine does not return */ __assert_fail("!\"Unexpected call to from_backend_untrusted()\"","pscp.c",0xdc, "from_backend_untrusted"); }
5212_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
do_run_once
FUN_00134130
/* DWARF original prototype: void do_run_once(Set_target_once * this, void * param_1) */ void __thiscall gold::Set_target_once::do_run_once(Set_target_once *this,void *param_1) { Target_selector::set_target(this->target_selector_); return; }
void FUN_00134130(void) { FUN_001340e0(); return; }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x10] MOV dword ptr [ESP + 0x4],EAX JMP 0x001340e0
null
null
null
null
[('const-0', u'RETURN_-1207156401'), (u'PTRSUB_-1207156343', u'LOAD_-1207156422'), (u'LOAD_-1207156422', u'CALL_-1207156405'), ('tmp_32', u'PTRSUB_-1207156343'), ('const-417', u'LOAD_-1207156422'), ('const-16', u'PTRSUB_-1207156343')]
[('const-0', u'RETURN_-1207156401')]
null
null
00134130
x86
O0
(translation_unit "void FUN_00134130(void)\n\n{\n FUN_001340e0();\n return;\n}\n\n" (function_definition "void FUN_00134130(void)\n\n{\n FUN_001340e0();\n return;\n}" primitive_type (function_declarator "FUN_00134130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com...
(translation_unit "/* DWARF original prototype: void do_run_once(Set_target_once * this, void * param_1) */\n\nvoid __thiscall gold::Set_target_once::do_run_once(Set_target_once *this,void *param_1)\n\n{\n Target_selector::set_target(this->target_selector_);\n return;\n}\n\n" comment (function_definition "void __this...
(translation_unit "void FUN_00134130(void)\n\n{\n FUN_001340e0();\n return;\n}\n\n" (function_definition "void FUN_00134130(void)\n\n{\n FUN_001340e0();\n return;\n}" primitive_type (function_declarator "FUN_00134130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00134130(void)\n\n{\n FUN_001340e0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00134130(void)" (identifier "FUN_00134130") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_001340e0();\n...
/* DWARF original prototype: void do_run_once(Set_target_once * this, void * param_1) */ void __thiscall gold::type_1::function_1(type_1 *this,void *param_1) { Target_selector::var_1(this->target_selector_); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (retur...
null
void MASKED(void) { FUN_001340e0(); return; }
4468_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
do_dynsym_value
FUN_00158530
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_dynsym_value(Target_tilegx<32,_false> * this, Symbol * ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00158530(int param_1,int param_2) { if ((((*(byte *)(param_2 + 0x2a) & 7) == 0) && ((*(byte *)(*(int *)(param_2 + 8) + 0x2c) & 1) != 0)) && (*(int *)(param_2 + 0x18) != -1)) { if (*(int *)(param_1 + 0x18) !=...
PUSH EBX CALL 0x00050b50 ADD EBX,0x491aca SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x10] TEST byte ptr [EDX + 0x2a],0x7 JNZ 0x00158570 MOV ECX,dword ptr [EDX + 0x8] TEST byte ptr [ECX + 0x2c],0x1 JZ 0x00158570 CMP dword ptr [EDX + 0x18],-0x1 JZ 0x00158570 MOV EAX,dword ptr [EAX + 0x18] TEST E...
null
null
null
null
[('const-1', u'RETURN_-1207270078')]
[(u'COPY_-1207269754', u'CALL_-1207269859'), ('const-4639314', u'COPY_-1207269730'), (u'LOAD_-1207270038', u'INT_AND_-1207270012'), ('const-4927', u'CALL_-1207269859'), ('const-4650096', u'COPY_-1207269728'), (u'LOAD_-1207269997', u'INT_NOTEQUAL_-1207269981'), ('tmp_156', u'CBRANCH_-1207269998'), (u'INT_ADD_-1207270024...
null
null
00158530
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00158530(int param_1,int param_2)\n\n{\n if ((((*(byte *)(param_2 + 0x2a) & 7) == 0) &&\n ((*(byte *)(*(int *)(param_2 + 8) + 0x2c) & 1) != 0)) && (*(int *)(param_2 + 0x18) != -1)) {\n if (*(...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\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: uint64_t do_dynsym_value(Target_tilegx<32,_false>...
(translation_unit "void FUN_00158530(int param_1,int param_2)\n\n{\n if ((((*(byte *)(param_2 + 0x2a) & 7) == 0) &&\n ((*(byte *)(*(int *)(param_2 + 8) + 0x2c) & 1) != 0)) && (*(int *)(param_2 + 0x18) != -1)) {\n if (*(int *)(param_1 + 0x18) != 0) {\n FUN_00158420();\n return;\n }\n ...
(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_00158530(int param_1,int param_2)\n\n{\n if ((((*(byte *)(param_2 + 0x2a) & 7) == 0) &&\n ((*(byte *)(*(int *)(param_2 + 8) + 0x2c) & 1) != 0)) && (*(int *)(param_2 + 0x18) != -1)) {\n if (*(int *)(param_1 + 0x18) != 0) {\n FUN_00158420();\n return;\n }\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: uint64_t do_dynsym_value(Target_tilegx<32,_false> * this, Symbol * ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,int param_2) { if ((((*(byte *)(param_2 + 0x2a) & 7) == 0) && ((*(byte *)(*(int *)(param_2 + 8) + 0x2c) & 1) != 0)) && (*(int *)(param_2 + 0x18) != -1)) { if (*(int *)(param_1 + 0x18) != 0) { ...
10433_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
replace
FUN_0026a6c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::replace(__normal_iterator<wchar_t*, std::wstring >, __normal_iterator<wchar_t*, std::wstring >, unsigned int, wchar_t) */ void __thiscall std::wstring::replace(wstring *this,int param_2,int param_3,uint param_4...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0026a6c0(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5) { FUN_0026a4d0(param_1,param_2 - *param_1 >> 2,param_3 - param_2 >> 2,param_4,param_5); return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x12493a SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x20] MOV ECX,dword ptr [ESP + 0x1c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] MOV EDX,dword ptr [ESP + 0x2c] SUB EDX,EAX SAR EDX,0x2 PUSH EDX SUB EAX,dword ptr [ECX] SAR EAX,0x2 PUSH EAX PUSH ECX CALL 0x0026a4d0 ADD ESP,0x28 ...
null
null
null
null
[('tmp_658', u'INT_SUB_-1204181157'), ('tmp_658', u'INT_SUB_-1204181212'), (u'INT_SUB_-1204181157', u'INT_SRIGHT_-1204181135'), (u'INT_SUB_-1204181212', u'INT_SRIGHT_-1204181190'), (u'LOAD_-1204181176', u'INT_SUB_-1204181157'), ('const-2', u'INT_SRIGHT_-1204181135'), ('const-2', u'INT_SRIGHT_-1204181190'), ('tmp_659', ...
[('const-417', u'LOAD_-1204181176'), (u'INT_SUB_-1204181157', u'INT_SRIGHT_-1204181135'), ('tmp_635', u'CALL_-1204181114'), (u'INT_SUB_-1204181212', u'INT_SRIGHT_-1204181190'), ('tmp_637', u'INT_SUB_-1204181212'), (u'LOAD_-1204181176', u'INT_SUB_-1204181157'), ('tmp_633', u'INT_SUB_-1204181157'), ('const-2', u'INT_SRIG...
null
null
0026a6c0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0026a6c0(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n FUN_0026a4d0(param_1,param_2 - *param_1 >> 2,param_3 - param_2 >> 2,param_4,param_5);\n return;\n}\n\n" co...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::replace(__normal_iterator<wchar_t*, std::wstring >, __normal_iterator<wchar_t*,\n std::wstring >, unsigned int, wchar_t) */\n\nvoid __thiscall\nstd::wstring::replace(wstring *this,int param_2,i...
(translation_unit "void FUN_0026a6c0(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n FUN_0026a4d0(param_1,param_2 - *param_1 >> 2,param_3 - param_2 >> 2,param_4,param_5);\n return;\n}\n\n" (function_definition "void FUN_0026a6c0(int *param_1,int param_2,int param_3,undefined4 param_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {...
(function_definition "void FUN_0026a6c0(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5)\n\n{\n FUN_0026a4d0(param_1,param_2 - *param_1 >> 2,param_3 - param_2 >> 2,param_4,param_5);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0026a6c0(int *param_1,int param_2,int param_3...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::replace(__normal_iterator<wchar_t*, std::wstring >, __normal_iterator<wchar_t*, std::wstring >, unsigned int, wchar_t) */ void __thiscall std::type_1::function_1(type_1 *this,int var_2,int var_3,type_2 param_4,...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2,int param_3,undefined4 param_4,undefined4 param_5) { FUN_0026a4d0(param_1,param_2 - *param_1 >> 2,param_3 - param_2 >> 2,param_4,param_5); return; }
6484_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
set_merged_symbol_value
FUN_001b32f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_merged_symbol_value(Symbol_value<32> * this, Merged_symbol_value<32> * msv) */ void __thiscall gold::Symbol_value<32>::set_merged_symbol_value(Symbol_value<32> *this,Merged_symbol_value<32>...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001b32f0(int param_1,undefined4 param_2) { byte bVar1; bVar1 = *(byte *)(param_1 + 0xb); if ((bVar1 & 0x10) != 0) { *(byte *)(param_1 + 0xb) = bVar1 & 0x7f; *(undefined4 *)(param_1 + 0xc) = param_2; ...
PUSH EBX CALL 0x0003a210 ADD EBX,0x260d0a SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x10] MOVZX EAX,byte ptr [EDX + 0xb] TEST AL,0x10 JZ 0x001b331d AND EAX,0x7f MOV byte ptr [EDX + 0xb],AL MOV EAX,dword ptr [ESP + 0x14] MOV dword ptr [EDX + 0xc],EAX ADD ESP,0x8 POP EBX RET PUSH EAX LEA EAX,[EBX + 0xffef52e4] PUSH EAX LEA EA...
null
null
null
null
[('const-1', u'RETURN_-1207684350')]
[(u'CAST_-1207684133', u'STORE_-1207684284'), (u'INT_ADD_-1207684303', u'CAST_-1207684145'), (u'COPY_-1207684163', u'CALL_-1207684204'), ('const-11', u'INT_ADD_-1207684303'), (u'INT_AND_-1207684272', u'STORE_-1207684284'), ('const-16', u'INT_AND_-1207684192'), (u'LOAD_-1207684319', u'INT_AND_-1207684272'), ('const-127'...
null
null
001b32f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b32f0(int param_1,undefined4 param_2)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0xb);\n if ((bVar1 & 0x10) != 0) {\n *(byte *)(param_1 + 0xb) = bVar1 & 0x7f;\n *(undefined4 *)(p...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_merged_symbol_value(Symbol_value<32> * this,\n Merged_symbol_value<32> * msv) */\n\nvoid __thiscall\ngold::Symbol_value<32>::set_merged_symbol_value(Symbol_value<32> *this,...
(translation_unit "void FUN_001b32f0(int param_1,undefined4 param_2)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0xb);\n if ((bVar1 & 0x10) != 0) {\n *(byte *)(param_1 + 0xb) = bVar1 & 0x7f;\n *(undefined4 *)(param_1 + 0xc) = param_2;\n return;\n }\n \n FUN_000da200("../../gold...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descri...
(function_definition "void FUN_001b32f0(int param_1,undefined4 param_2)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0xb);\n if ((bVar1 & 0x10) != 0) {\n *(byte *)(param_1 + 0xb) = bVar1 & 0x7f;\n *(undefined4 *)(param_1 + 0xc) = param_2;\n return;\n }\n \n FUN_000da200("../../g...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_merged_symbol_value(Symbol_value<32> * this, Merged_symbol_value<32> * msv) */ void __thiscall gold::type_1<32>::function_1(type_1<32> *this,type_2<32> *msv) { }
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)))) body: (compound_statement...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2) { byte bVar1; bVar1 = *(byte *)(param_1 + 0xb); if ((bVar1 & 0x10) != 0) { *(byte *)(param_1 + 0xb) = bVar1 & 0x7f; *(undefined4 *)(param_1 + 0xc) = param_2; retur...
42_x86_64-kfreebsd-gnu-ar_and_x86_64-kfreebsd-gnu-ar_strip.c
mkstemp64
mkstemp64
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemp64(char *__template) { int iVar1; iVar1 = (*(code *)PTR_mkstemp64_000210ac)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mkstemp64(char *__template) { int iVar1; iVar1 = (*(code *)PTR_mkstemp64_000210ac)(); return iVar1; }
JMP dword ptr [EBX + 0xac]
null
null
null
null
[(u'CALLIND_-1205984566', u'RETURN_-1205984563'), (u'CAST_-1205984487', u'CALLIND_-1205984566'), ('const-0', u'RETURN_-1205984563'), (u'CALLIND_-1205984566', u'INDIRECT_-1205984493'), (u'INDIRECT_-1205984493', u'COPY_-1205984552'), ('tmp_67', u'CAST_-1205984487')]
[(u'CALLIND_-1205984566', u'RETURN_-1205984563'), (u'CAST_-1205984487', u'CALLIND_-1205984566'), ('const-0', u'RETURN_-1205984563'), (u'CALLIND_-1205984566', u'INDIRECT_-1205984493'), (u'INDIRECT_-1205984493', u'COPY_-1205984552'), ('tmp_67', u'CAST_-1205984487')]
null
null
000122c0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_000210ac)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_000210ac)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1...
(translation_unit "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_000210ac)();\n return iVar1;\n}\n\n" (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_000210ac)();\n return iVar1;\n}" primitive_type (function_de...
(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 = (call_expression (parenthesized_expression ( (pointer_expression * ...
(function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_000210ac)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mkstemp64(char *__template)" (identifier "mkstemp64") (parameter_list "(char *__template)" (( "(") (parameter_declaration "char *...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__template) { int iVar1; iVar1 = (*(type_1 *)PTR_mkstemp64_000210ac)(); 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))))) body: (compound_statement (declaration type: (primitive_type) dec...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__template) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000210ac)(); return iVar1; }
6407_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
init_constant
FUN_0017b0e0
/* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "STB": Some values do not have unique names */ /* DWARF original prototype: void init_constant(Sized_symbol<32> * this, char * name, char * version, Value_type value, Size_type symsize, STT type, STB binding, STV visibility, uchar n...
void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,byte param_6,char param_7,byte param_8,char param_9, byte param_10) { *param_1 = param_2; param_1[4] = 0; param_1[1] = param_3; param_1[5] = 0; param_1[6] = 0x...
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [ESP + 0x8] MOVZX ECX,byte ptr [ESP + 0x1c] MOV dword ptr [EAX],EDX MOV EDX,dword ptr [ESP + 0xc] SHL ECX,0x4 MOV dword ptr [EAX + 0x10],0x0 MOV dword ptr [EAX + 0x4],EDX MOVZX EDX,byte ptr [ESP + 0x18] MOV dword ptr [EAX + 0x14],0x0 AND EDX,0xf MOV dword ptr [EAX + 0x18]...
null
null
null
null
[(u'PTRSUB_-1207389529', u'STORE_-1207389821'), (u'PTRSUB_-1207389563', u'PTRSUB_-1207389537'), (u'PTRSUB_-1207389563', u'STORE_-1207389882'), (u'SUBPIECE_-1207389630', u'INT_LEFT_-1207389920'), ('tmp_649', u'STORE_-1207389896'), (u'PTRSUB_-1207389620', u'PTRSUB_-1207389590'), ('tmp_647', u'PTRSUB_-1207389601'), (u'INT...
[('const-1', u'PTRADD_-1207389607'), ('const-417', u'STORE_-1207389860'), ('const-4', u'PTRADD_-1207389615'), ('const-4', u'PTRADD_-1207389541'), (u'PTRADD_-1207389541', u'STORE_-1207389745'), (u'INT_OR_-1207389672', u'STORE_-1207389683'), ('const-4294967295', u'STORE_-1207389831'), ('const-7', u'PTRADD_-1207389572'), ...
null
null
0017b0e0
x86
O0
(translation_unit "void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,byte param_6,char param_7,byte param_8,char param_9,\n byte param_10)\n\n{\n *param_1 = param_2;\n param_1[4] = 0;\n param_1[1] = param_3;\n param_1...
(translation_unit "/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "STB": Some values do not have unique names */\n/* DWARF original prototype: void init_constant(Sized_symbol<32> * this, char * name, char *\n version, Value_type value, Size_type symsize, STT type, STB binding, STV v...
(translation_unit "void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,byte param_6,char param_7,byte param_8,char param_9,\n byte param_10)\n\n{\n *param_1 = param_2;\n param_1[4] = 0;\n param_1[1] = param_3;\n param_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) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,byte param_6,char param_7,byte param_8,char param_9,\n byte param_10)\n\n{\n *param_1 = param_2;\n param_1[4] = 0;\n param_1[1] = param_3;\n para...
/* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "STB": Some values do not have unique names */ /* DWARF original prototype: void init_constant(Sized_symbol<32> * this, char * name, char * version, Value_type value, Size_type symsize, STT type, STB binding, STV visibility, uchar n...
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
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,byte param_6,char param_7,byte param_8,char param_9, byte param_10) { *param_1 = param_2; param_1[4] = 0; param_1[1] = param_3; param_1[5] = 0; param_1[6] = 0xffffff...
3988_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
_curl_easy_setopt_err_string
FUN_0007dde5
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _curl_easy_setopt_err_string(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** FUN_0007dde5(void) { return &__DT_PLTGOT; }
PUSH EBP MOV EBP,ESP CALL 0x0001b297 ADD EAX,0x70a13 NOP POP EBP RET
null
null
null
null
[('const-0', u'RETURN_-1206329836')]
[('const-0', u'PTRSUB_-1206329800'), (u'PTRSUB_-1206329800', u'RETURN_-1206329836'), ('const-0', u'RETURN_-1206329836'), ('const-976896', u'PTRSUB_-1206329800')]
null
null
0007dde5
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_0007dde5(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_0007dde5(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_setopt_err_string(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_setopt_err_str...
(translation_unit "undefined ** FUN_0007dde5(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_0007dde5(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0007dde5(void)" * (pointer_declarator "* FUN_0007dde5(void)" * (function_declarator "FUN_0007dde5(voi...
(translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) })))
(function_definition "undefined ** FUN_0007dde5(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_0007dde5(void)" (* "*") (pointer_declarator "* FUN_0007dde5(void)" (* "*") (function_declarator "FUN_0007dde5(void)" (identifier "FUN_0007dde5") (parameter_list "(void)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** MASKED(void) { return &__DT_PLTGOT; }
548_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
info_assert
FUN_00034e10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void info_assert(char *file,uint line) { char *fmt; fmt = (char *)dcgettext(0,"%F%P: internal error %s %d\n",5); einfo(fmt,file,line); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00034e10(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; uVar1 = dcgettext(0,"%F%P: internal error %s %d\n",5); FUN_00034dc0(uVar1,param_1,param_2); return; }
PUSH EBX CALL 0x00017c50 ADD EBX,0x18d1ea SUB ESP,0xc PUSH 0x5 LEA EAX,[EBX + 0xffebf721] PUSH EAX PUSH 0x0 CALL 0x00016380 ADD ESP,0xc PUSH dword ptr [ESP + 0x18] PUSH dword ptr [ESP + 0x18] PUSH EAX CALL 0x00034dc0 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('const-0', u'RETURN_-1206104420'), ('tmp_233', u'CALL_-1206104448'), ('const-5', u'CALL_-1206104490'), ('const-0', u'CALL_-1206104490'), ('const-530209', u'COPY_-1206104400'), (u'CALL_-1206104490', u'CAST_-1206104336'), (u'COPY_-1206104400', u'CALL_-1206104490'), (u'CAST_-1206104336', u'CALL_-1206104448'), ('tmp_234'...
[('const-0', u'RETURN_-1206104420'), (u'COPY_-1206104402', u'CALL_-1206104490'), ('tmp_456', u'CALL_-1206104448'), ('const-0', u'CALL_-1206104490'), ('const-530209', u'COPY_-1206104402'), ('const-5', u'CALL_-1206104490'), ('tmp_455', u'CALL_-1206104448'), (u'CALL_-1206104490', u'CALL_-1206104448')]
null
null
00034e10
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00034e10(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = dcgettext(0,"%F%P: internal error %s %d\n",5);\n FUN_00034dc0(uVar1,param_1,param_2);\n return;\n}\n\n" comme...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid info_assert(char *file,uint line)\n\n{\n char *fmt;\n \n fmt = (char *)dcgettext(0,"%F%P: internal error %s %d\n",5);\n einfo(fmt,file,line);\n return;\n}\n\...
(translation_unit "void FUN_00034e10(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = dcgettext(0,"%F%P: internal error %s %d\n",5);\n FUN_00034dc0(uVar1,param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_00034e10(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string...
(function_definition "void FUN_00034e10(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = dcgettext(0,"%F%P: internal error %s %d\n",5);\n FUN_00034dc0(uVar1,param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00034e10(undefined4 param_1,undefined4 param_2)"...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *file,type_1 line) { char *fmt; fmt = (char *)var_1(0,"%F%P: internal error %s %d\n",5); var_2(fmt,file,line); 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)))) 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) { undefined4 uVar1; uVar1 = dcgettext(0,"%F%P: internal error %s %d\n",5); FUN_00034dc0(uVar1,param_1,param_2); return; }
4383_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
Output_reloc
FUN_00100c70
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this, Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */ void __thiscall gold...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00100c70(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,int param_5 ,undefined4 param_6,undefined4 param_7,byte param_8) { uint uVar1; param_1[2] = param_6; param_1[3] =...
CALL 0x000559e6 ADD EAX,0x28e38b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EDX,dword ptr [ESP + 0x30] MOV ECX,dword ptr [ESP + 0x44] MOV dword ptr [ESP + 0xc],EAX MOV EBX,dword ptr [ESP + 0x48] MOV ESI,dword ptr [ESP + 0x38] MOV EAX,dword ptr [EDX + 0x14] MOV EBP,dword ptr [ESP + 0x34] MOV dword ptr [EDX + 0...
null
null
null
null
[('tmp_812', u'CBRANCH_-1206972895'), ('const-16', u'PTRSUB_-1206972646'), (u'PTRSUB_-1206972567', u'STORE_-1206972868'), (u'PTRSUB_-1206972683', u'CAST_-1206972676'), (u'SUBPIECE_-1206972691', u'INT_AND_-1206972653'), ('tmp_1076', u'STORE_-1206972734'), ('const-24', u'INT_RIGHT_-1206972630'), (u'INT_LEFT_-1206973051',...
[('tmp_1585', u'STORE_-1206972873'), ('tmp_812', u'CBRANCH_-1206972895'), ('const-4', u'PTRADD_-1206972603'), ('tmp_1581', u'CALL_-1206972752'), ('tmp_1587', u'STORE_-1206972868'), (u'PTRADD_-1206972586', u'STORE_-1206972868'), (u'INT_OR_-1206972914', u'STORE_-1206972927'), ('const-5', u'PTRADD_-1206972641'), (u'SUBPIE...
null
null
00100c70
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00100c70(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,undefined4 param_7,byte param_8)\n\n{\n uint uVar1;\n \n param_1[2]...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this,\n Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address,\n bool is_relative) */\...
(translation_unit "void FUN_00100c70(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,undefined4 param_7,byte param_8)\n\n{\n uint uVar1;\n \n param_1[2] = param_6;\n param_1[3] = param_7;\n param_1[4] = 0xfffffffe;\n uVar1 = param_1[5] & 0xf...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "void FUN_00100c70(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,int param_5\n ,undefined4 param_6,undefined4 param_7,byte param_8)\n\n{\n uint uVar1;\n \n param_1[2] = param_6;\n param_1[3] = param_7;\n param_1[4] = 0xfffffffe;\n uVar1 = param_1[5] & ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this, Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */ void __thiscall gold...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,int param_5 ,undefined4 param_6,undefined4 param_7,byte param_8) { uint uVar1; param_1[2] = param_6; param_1[3] = param...
10386_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
find_last_not_of
FUN_00269660
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::find_last_not_of(wchar_t const*, unsigned int) const */ void __thiscall std::wstring::find_last_not_of(wstring *this,wchar_t *param_1,uint param_2) { size_t sVar1; sVar1 = wcslen(param_1); find_last_not_...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00269660(undefined4 param_1,wchar_t *param_2,undefined4 param_3) { size_t sVar1; undefined4 uVar2; uVar2 = 0x269667; sVar1 = wcslen(param_2); FUN_002695c0(param_1,param_2,param_3,sVar1,uVar2); return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x125999 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x20] PUSH ESI CALL 0x00029270 ADD ESP,0x10 PUSH EAX PUSH dword ptr [ESP + 0x1c] PUSH ESI PUSH dword ptr [ESP + 0x1c] CALL 0x002695c0 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('tmp_247', u'CALL_-1204185395'), ('tmp_247', u'CALL_-1204185441'), (u'CALL_-1204185441', u'CALL_-1204185395'), ('tmp_246', u'CALL_-1204185395'), ('tmp_248', u'CALL_-1204185395'), ('const-0', u'RETURN_-1204185362')]
[('const-2528871', u'COPY_-1204185494'), ('tmp_478', u'CALL_-1204185395'), (u'CALL_-1204185441', u'INDIRECT_-1204185287'), (u'CALL_-1204185441', u'CALL_-1204185395'), ('tmp_477', u'CALL_-1204185441'), ('tmp_479', u'CALL_-1204185395'), (u'INDIRECT_-1204185287', u'CALL_-1204185395'), ('tmp_477', u'CALL_-1204185395'), ('c...
null
null
00269660
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00269660(undefined4 param_1,wchar_t *param_2,undefined4 param_3)\n\n{\n size_t sVar1;\n undefined4 uVar2;\n \n uVar2 = 0x269667;\n sVar1 = wcslen(param_2);\n FUN_002695c0(param_1,param_2,param_3...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::find_last_not_of(wchar_t const*, unsigned int) const */\n\nvoid __thiscall std::wstring::find_last_not_of(wstring *this,wchar_t *param_1,uint param_2)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(...
(translation_unit "void FUN_00269660(undefined4 param_1,wchar_t *param_2,undefined4 param_3)\n\n{\n size_t sVar1;\n undefined4 uVar2;\n \n uVar2 = 0x269667;\n sVar1 = wcslen(param_2);\n FUN_002695c0(param_1,param_2,param_3,sVar1,uVar2);\n return;\n}\n\n" (function_definition "void FUN_00269660(undefined4 param_1...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_stateme...
(function_definition "void FUN_00269660(undefined4 param_1,wchar_t *param_2,undefined4 param_3)\n\n{\n size_t sVar1;\n undefined4 uVar2;\n \n uVar2 = 0x269667;\n sVar1 = wcslen(param_2);\n FUN_002695c0(param_1,param_2,param_3,sVar1,uVar2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00269660(...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::find_last_not_of(wchar_t const*, unsigned int) const */ void __thiscall std::type_1::function_1(type_1 *this,type_2 *param_1,type_3 param_2) { size_t sVar1; sVar1 = var_1(param_1); function_1(this,param_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1,wchar_t *param_2,undefined4 param_3) { size_t sVar1; undefined4 uVar2; uVar2 = 0x269667; sVar1 = wcslen(param_2); FUN_002695c0(param_1,param_2,param_3,sVar1,uVar2); return; }
3478_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
set_final_data_size
FUN_000b60c0
/* 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 set_final_data_size(Output_data_got_powerpc<32,_true> * this) */ void __thiscall anon_unknown.dwarf_6462d4::Output_data_got_powerpc<3...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000b60c0(int param_1) { byte bVar1; int iVar2; undefined4 local_14; if (*(int *)(param_1 + 100) != 0) { *(undefined4 *)(param_1 + 100) = 0; *(int *)(param_1 + 0x68) = *(int *)(param_1 + 0x30) - *(int ...
PUSH EDI PUSH ESI PUSH EBX CALL 0x00050b50 ADD EBX,0x533f38 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x20] MOV EDX,dword ptr [ESI + 0x64] TEST EDX,EDX JNZ 0x000b6100 MOVZX EAX,byte ptr [ESI + 0x1c] TEST AL,0x2 JNZ 0x000b61c3 TEST AL,0x8 JNZ 0x000b61c3 OR EAX,0x2 MOV byte ptr [ESI + 0x1c],AL ADD ESP,0x10 POP EBX POP ESI PO...
null
null
null
null
[('const-1', u'RETURN_-1206624038')]
[('const-745672', u'CALL_-1206623677'), ('const-417', u'STORE_-1206623539'), ('const-417', u'LOAD_-1206623483'), ('tmp_2895', u'INT_ADD_-1206623583'), ('const-5', u'CALL_-1206623372'), ('const-2147483646', u'CALL_-1206623732'), ('const-417', u'STORE_-1206623927'), ('tmp_899', u'BRANCH_-1206623534'), (u'CAST_-1206623095...
null
null
000b60c0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b60c0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 local_14;\n \n if (*(int *)(param_1 + 100) != 0) {\n *(undefined4 *)(param_1 + 100) = 0;\n *(int *)(param_1 + 0x68) = *(in...
(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 set_final_data_size(Output_data_got_powerpc<32,_true> * this) */\n\nvoid __thiscall\nanon_unknown.dwarf_6462d4::Ou...
(translation_unit "void FUN_000b60c0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 local_14;\n \n if (*(int *)(param_1 + 100) != 0) {\n *(undefined4 *)(param_1 + 100) = 0;\n *(int *)(param_1 + 0x68) = *(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 4;\n FUN_002e3e20(param_1,0,0x7ffffffe...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (ca...
(function_definition "void FUN_000b60c0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 local_14;\n \n if (*(int *)(param_1 + 100) != 0) {\n *(undefined4 *)(param_1 + 100) = 0;\n *(int *)(param_1 + 0x68) = *(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 4;\n FUN_002e3e20(param_1,0,0x7ffff...
/* 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 set_final_data_size(Output_data_got_powerpc<32,_true> * this) */ void __thiscall anon_unknown.dwarf_6462d4::Output_data_got_powerpc<3...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { byte bVar1; int iVar2; undefined4 local_14; if (*(int *)(param_1 + 100) != 0) { *(undefined4 *)(param_1 + 100) = 0; *(int *)(param_1 + 0x68) = *(int *)(param_1 + 0x30) - *(int *)(par...
7091_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
print
FUN_001bc090
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void print(Segment_start_expression * this, FILE * f) */ void __thiscall gold::Segment_start_expression::print(Segment_start_expression *this,FILE *f) { Expression *pEVar1; fprintf((FILE *)f,"S...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001bc090(int param_1,FILE *param_2) { fprintf(param_2,"SEGMENT_START(\"%s\", ",*(undefined4 *)(param_1 + 8)); (**(code **)(**(int **)(param_1 + 4) + 8))(*(int **)(param_1 + 4),param_2); fputc(0x29,param_2); retu...
PUSH EDI PUSH ESI PUSH EBX MOV EDI,dword ptr [ESP + 0x10] CALL 0x00035840 ADD EBX,0x1d2f64 MOV ESI,dword ptr [ESP + 0x14] SUB ESP,0x4 PUSH dword ptr [EDI + 0x8] LEA EAX,[EBX + 0xfff0ff35] PUSH EAX PUSH ESI CALL 0x00029750 MOV EAX,dword ptr [EDI + 0x4] POP EDX POP ECX MOV EDX,dword ptr [EAX] PUSH ESI PUSH EAX CALL dword...
null
null
null
null
[(u'PTRSUB_-1207647787', u'LOAD_-1207648001'), ('const-8', u'PTRSUB_-1207647812'), (u'CAST_-1207647772', u'CALL_-1207647954'), ('tmp_332', u'PTRSUB_-1207647812'), ('const-417', u'LOAD_-1207648016'), ('tmp_333', u'CALLIND_-1207647978'), ('const-417', u'LOAD_-1207648001'), ('const-41', u'CALL_-1207647954'), (u'PTRSUB_-12...
[(u'CAST_-1207647796', u'LOAD_-1207648016'), (u'LOAD_-1207648001', u'INT_ADD_-1207647972'), (u'INT_ADD_-1207648032', u'CAST_-1207647813'), (u'LOAD_-1207648016', u'LOAD_-1207648001'), ('tmp_703', u'INT_ADD_-1207648032'), ('tmp_704', u'CALL_-1207647954'), ('const-417', u'LOAD_-1207647988'), ('const-8', u'INT_ADD_-1207648...
null
null
001bc090
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001bc090(int param_1,FILE *param_2)\n\n{\n fprintf(param_2,"SEGMENT_START(\"%s\", ",*(undefined4 *)(param_1 + 8));\n (**(code **)(**(int **)(param_1 + 4) + 8))(*(int **)(param_1 + 4),param_2);\n fp...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void print(Segment_start_expression * this, FILE * f) */\n\nvoid __thiscall gold::Segment_start_expression::print(Segment_start_expression *this,FILE *f)\n\n{\n Expression *pEVar1;\n...
(translation_unit "void FUN_001bc090(int param_1,FILE *param_2)\n\n{\n fprintf(param_2,"SEGMENT_START(\"%s\", ",*(undefined4 *)(param_1 + 8));\n (**(code **)(**(int **)(param_1 + 4) + 8))(*(int **)(param_1 + 4),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_001bc090(int param_1,FI...
(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 ( IDENT , (string_literal " string_content escape_...
(function_definition "void FUN_001bc090(int param_1,FILE *param_2)\n\n{\n fprintf(param_2,"SEGMENT_START(\"%s\", ",*(undefined4 *)(param_1 + 8));\n (**(code **)(**(int **)(param_1 + 4) + 8))(*(int **)(param_1 + 4),param_2);\n fputc(0x29,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001bc...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void print(Segment_start_expression * this, FILE * f) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f) { type_3 *pEVar1; var_1((type_2 *)f,"SEGMENT_START(\"%s\", ",(this->seg...
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: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,FILE *param_2) { fprintf(param_2,"SEGMENT_START(\"%s\", ",*(undefined4 *)(param_1 + 8)); (**(code **)(**(int **)(param_1 + 4) + 8))(*(int **)(param_1 + 4),param_2); fputc(0x29,param_2); return; } ...
220_aarch64-linux-gnu-objcopy_and_aarch64-linux-gnu-objcopy_strip.c
debug_end_function
FUN_0001f160
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean debug_end_function(void *handle,bfd_vma addr) { int iVar1; char *pcVar2; undefined4 uVar3; if (((*(int *)((int)handle + 4) == 0) || (iVar1 = *(int *)((int)handle + 0x10), iVar1 == 0)) || (*(int *)((int...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0001f160(int param_1,undefined4 param_2,undefined4 param_3) { int iVar1; char *pcVar2; undefined4 uVar3; if (((*(int *)(param_1 + 4) == 0) || (iVar1 = *(int *)(param_1 + 0x10), iVar1 == 0)) || (*(i...
PUSH EDI PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x10] CALL 0x000166c0 ADD EBX,0x20e94 MOV ESI,dword ptr [ESP + 0x14] MOV EDI,dword ptr [ESP + 0x18] MOV EDX,dword ptr [EAX + 0x4] TEST EDX,EDX JZ 0x0001f1f0 MOV EDX,dword ptr [EAX + 0x10] TEST EDX,EDX JZ 0x0001f1f0 MOV ECX,dword ptr [EAX + 0xc] TEST ECX,ECX JZ 0x0001f...
null
null
null
null
[(u'LOAD_-1205931400', u'CALL_-1205931387'), ('const-417', u'LOAD_-1205931400'), ('const-0', u'INT_EQUAL_-1205931563'), ('const-417', u'STORE_-1205931516'), (u'LOAD_-1205931581', u'INT_EQUAL_-1205931563'), (u'INT_ADD_-1205931605', u'CAST_-1205931265'), (u'LOAD_-1205931621', u'INT_EQUAL_-1205931603'), ('tmp_182', u'CBRA...
[(u'STORE_-1205931526', u'INDIRECT_-1205931242'), (u'LOAD_-1205931400', u'CALL_-1205931387'), (u'CAST_-1205931237', u'STORE_-1205931538'), ('const-0', u'INT_EQUAL_-1205931563'), (u'LOAD_-1205931581', u'INT_EQUAL_-1205931563'), (u'LOAD_-1205931621', u'INT_EQUAL_-1205931603'), ('tmp_182', u'CBRANCH_-1205931562'), ('const...
null
null
0001f160
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0001f160(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n if (((*(int *)(param_1 + 4) == 0) || (iVar1 = *(int *)(param_1 + 0x10)...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean debug_end_function(void *handle,bfd_vma addr)\n\n{\n int iVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n if (((*(int *)((int)handle + 4) == 0) || (iVar1 = *(int *)((int)handle + 0x10), iVar1 ==...
(translation_unit "undefined4 FUN_0001f160(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n if (((*(int *)(param_1 + 4) == 0) || (iVar1 = *(int *)(param_1 + 0x10), iVar1 == 0)) ||\n (*(int *)(param_1 + 0xc) == 0)) {\n pcVar2 = "debug_end_function:...
(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) ;) (declaration TYPE I...
(function_definition "undefined4 FUN_0001f160(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n if (((*(int *)(param_1 + 4) == 0) || (iVar1 = *(int *)(param_1 + 0x10), iVar1 == 0)) ||\n (*(int *)(param_1 + 0xc) == 0)) {\n pcVar2 = "debug_end_functi...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 function_1(void *handle,type_2 addr) { int var_1; char *pcVar2; type_3 uVar3; if (((*(int *)((int)handle + 4) == 0) || (var_1 = *(int *)((int)handle + 0x10), var_1 == 0)) || (*(int *)((int)handle + 0xc) == ...
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: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1,undefined4 param_2,undefined4 param_3) { int iVar1; char *pcVar2; undefined4 uVar3; if (((*(int *)(param_1 + 4) == 0) || (iVar1 = *(int *)(param_1 + 0x10), iVar1 == 0)) || (*(int *)(...
3050_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
Deferred_layout
FUN_0009c720
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name, uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */ void __thiscall gold::Sized_relobj_file<32,_false>::Deferred_...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0009c720(int *param_1,int param_2,char *param_3,int param_4,int *param_5,int param_6, int param_7) { int iVar1; char *pcVar2; size_t sVar3; *param_1 = (int)(param_1 + 2); pcVar2 = (char *)0...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x2658d7 SUB ESP,0xc MOV EDI,dword ptr [ESP + 0x20] MOV EBP,dword ptr [ESP + 0x28] MOV ESI,dword ptr [ESP + 0x30] LEA EAX,[EDI + 0x8] MOV dword ptr [EDI],EAX MOV EAX,0xffffffff TEST EBP,EBP JZ 0x0009c75a SUB ESP,0xc PUSH EBP CALL 0x000265f0 ADD ESP,0x10 ADD EA...
null
null
null
null
[('const-4', u'PTRADD_-1206466490'), ('const-417', u'STORE_-1206466573'), (u'LOAD_-1206466552', u'STORE_-1206466544'), ('tmp_601', u'PTRADD_-1206466478'), ('const-417', u'STORE_-1206466448'), (u'PTRADD_-1206466478', u'CAST_-1206466258'), ('const-1', u'PTRADD_-1206466442'), (u'CAST_-1206466194', u'STORE_-1206466442'), (...
[('const-14', u'PTRADD_-1206466258'), ('const-11', u'PTRADD_-1206466282'), ('const-417', u'LOAD_-1206466570'), ('const-417', u'STORE_-1206466460'), ('const-9', u'PTRADD_-1206466298'), (u'LOAD_-1206466552', u'STORE_-1206466544'), ('const-4', u'PTRADD_-1206466270'), (u'PTRADD_-1206466282', u'STORE_-1206466532'), ('const-...
null
null
0009c720
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0009c720(int *param_1,int param_2,char *param_3,int param_4,int *param_5,int param_6,\n int param_7)\n\n{\n int iVar1;\n char *pcVar2;\n size_t sVar3;\n \n *param_1 = (int)(param_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name,\n uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */\n\nvoid __thiscall\ngold::Sized_relobj_fil...
(translation_unit "void FUN_0009c720(int *param_1,int param_2,char *param_3,int param_4,int *param_5,int param_6,\n int param_7)\n\n{\n int iVar1;\n char *pcVar2;\n size_t sVar3;\n \n *param_1 = (int)(param_1 + 2);\n pcVar2 = (char *)0xffffffff;\n if (param_3 != (char *)0x0) {\n sVar3 = strlen...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_...
(function_definition "void FUN_0009c720(int *param_1,int param_2,char *param_3,int param_4,int *param_5,int param_6,\n int param_7)\n\n{\n int iVar1;\n char *pcVar2;\n size_t sVar3;\n \n *param_1 = (int)(param_1 + 2);\n pcVar2 = (char *)0xffffffff;\n if (param_3 != (char *)0x0) {\n sVar3 = str...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Deferred_layout(Deferred_layout * this, uint shndx, char * name, uint sh_type, uchar * pshdr, uint reloc_shndx, uint reloc_type) */ void __thiscall gold::Sized_relobj_file<32,_false>::Deferred_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,int param_2,char *param_3,int param_4,int *param_5,int param_6, int param_7) { int iVar1; char *pcVar2; size_t sVar3; *param_1 = (int)(param_1 + 2); pcVar2 = (char *)0xfffff...
302_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c
hash_print_statistics
FUN_000240d0
/* WARNING: Unknown calling convention */ void hash_print_statistics(FILE *f,char *name,hash_control *table) { return; }
void FUN_000240d0(void) { return; }
RET
null
null
null
null
[('const-0', u'RETURN_-1206042404')]
[('const-0', u'RETURN_-1206042404')]
null
null
000240d0
x86
O0
(translation_unit "void FUN_000240d0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000240d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000240d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r...
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid hash_print_statistics(FILE *f,char *name,hash_control *table)\n\n{\n return;\n}\n\n" comment (function_definition "void hash_print_statistics(FILE *f,char *name,hash_control *table)\n\n{\n return;\n}" primitive_type (function_declarator "hash_print_...
(translation_unit "void FUN_000240d0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000240d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000240d0(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_000240d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_000240d0(void)" (identifier "FUN_000240d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen...
/* WARNING: Unknown calling convention */ void function_1(type_1 *f,char *name,type_2 *table) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
void MASKED(void) { return; }
1027_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
sqlite3VdbeMemSetPointer
FUN_00049a9f
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void sqlite3VdbeMemSetPointer(Mem *pMem,void *pPtr,char *zPType,_func_void_void_ptr *xDestructor) { code *pcVar1; if (zPType == (char *)0x0) { zPType = ""; } (pMem->u).zPTy...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00049a9f(undefined4 *param_1,undefined4 param_2,undefined *param_3,code *param_4) { if (param_3 == (undefined *)0x0) { param_3 = &DAT_000cb7da; } *param_1 = param_3; param_1[4] = param_2; *(undefined2 *)(p...
PUSH EBP MOV EBP,ESP CALL 0x000ca8df ADD EAX,0xa6559 CMP dword ptr [EBP + 0x10],0x0 JZ 0x00049ab7 MOV EDX,dword ptr [EBP + 0x10] JMP 0x00049abd LEA EDX,[EAX + 0xfffdb7da] MOV ECX,dword ptr [EBP + 0x8] MOV dword ptr [ECX],EDX MOV EDX,dword ptr [EBP + 0x8] MOV ECX,dword ptr [EBP + 0xc] MOV dword ptr [EDX + 0x10],ECX MOV ...
null
null
null
null
[('tmp_255', u'PTRSUB_-1206150239'), (u'INT_EQUAL_-1206150450', u'CBRANCH_-1206150447'), ('const-833498', u'COPY_-1206150381'), ('const-112', u'STORE_-1206150380'), ('const-36', u'PTRSUB_-1206150239'), ('tmp_255', u'PTRSUB_-1206150274'), ('tmp_258', u'COPY_-1206150319'), (u'PTRSUB_-1206150239', u'STORE_-1206150333'), (...
[('tmp_332', u'PTRADD_-1206150242'), (u'INT_EQUAL_-1206150450', u'CBRANCH_-1206150447'), ('const-0', u'INT_EQUAL_-1206150450'), ('const-833498', u'PTRSUB_-1206150316'), ('const-417', u'STORE_-1206150407'), ('const-11', u'INT_ADD_-1206150366'), ('const-417', u'STORE_-1206150395'), (u'PTRADD_-1206150283', u'STORE_-120615...
null
null
00049a9f
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00049a9f(undefined4 *param_1,undefined4 param_2,undefined *param_3,code *param_4)\n\n{\n if (param_3 == (undefined *)0x0) {\n param_3 = &DAT_000cb7da;\n }\n *param_1 = param_3;\n param_1[4] = p...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid sqlite3VdbeMemSetPointer(Mem *pMem,void *pPtr,char *zPType,_func_void_void_ptr *xDestructor)\n\n{\n code *pcVar1;\n \n if (zPType == (char *)0x0) {\n zPType...
(translation_unit "void FUN_00049a9f(undefined4 *param_1,undefined4 param_2,undefined *param_3,code *param_4)\n\n{\n if (param_3 == (undefined *)0x0) {\n param_3 = &DAT_000cb7da;\n }\n *param_1 = param_3;\n param_1[4] = param_2;\n *(undefined2 *)(param_1 + 2) = 0x8601;\n *(undefined1 *)((int)param_1 + 0xb) = 0...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_st...
(function_definition "void FUN_00049a9f(undefined4 *param_1,undefined4 param_2,undefined *param_3,code *param_4)\n\n{\n if (param_3 == (undefined *)0x0) {\n param_3 = &DAT_000cb7da;\n }\n *param_1 = param_3;\n param_1[4] = param_2;\n *(undefined2 *)(param_1 + 2) = 0x8601;\n *(undefined1 *)((int)param_1 + 0xb) ...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void function_1(type_1 *pMem,void *pPtr,char *var_1,type_2 *var_2) { type_3 *pcVar1; if (var_1 == (char *)0x0) { var_1 = ""; } (pMem->u).var_1 = var_1; pMem->z = (char *)...
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.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 *param_1,undefined4 param_2,undefined *param_3,code *param_4) { if (param_3 == (undefined *)0x0) { param_3 = &DAT_000cb7da; } *param_1 = param_3; param_1[4] = param_2; *(undefined2 *)(param_1...
107_s390x-linux-gnu-size_and_s390x-linux-gnu-size_strip.c
list_supported_architectures
FUN_00012b40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void list_supported_architectures(char *name,FILE *f) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (name == (char *)0x0) { pcVar2 = (char *)dcgettext(0,"Support...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00012b40(int param_1,FILE *param_2) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (param_1 == 0) { pcVar2 = (char *)dcgettext(0,"Supported architectures:",5); fprintf(param_2,pcVar2); } ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00011890 ADD EBX,0x64b7 SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x30] MOV ESI,dword ptr [ESP + 0x34] TEST EDI,EDI JZ 0x00012bd8 SUB ESP,0x4 LEA EAX,[EBX + 0xffffc7b2] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00011110 ADD ESP,0xc PUSH EDI PUSH EAX PUSH ESI CALL 0x000112c0 ADD ESP,0x10 C...
null
null
null
null
[('const-4', u'PTRADD_-1205981592'), ('tmp_805', u'CAST_-1205981629'), ('const-1', u'PTRADD_-1205981592'), ('const-0', u'CALL_-1205982278'), ('const-0', u'RETURN_-1205982008'), (u'CAST_-1205981641', u'CALL_-1205982246'), ('tmp_805', u'CAST_-1205981577'), ('const-10', u'CALL_-1205982073'), (u'INT_EQUAL_-1205982320', u'C...
[('const-4', u'PTRADD_-1205981592'), ('const-88144', u'COPY_-1205981651'), ('const-417', u'LOAD_-1205982215'), ('const-1', u'PTRADD_-1205981592'), ('const-0', u'CALL_-1205982278'), ('tmp_132', u'CBRANCH_-1205982319'), ('const-0', u'CALL_-1205981970'), (u'MULTIEQUAL_-1205981615', u'PTRADD_-1205981592'), ('const-0', u'RE...
null
null
00012b40
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00012b40(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid list_supported_architectures(char *name,FILE *f)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (name == (char *)0x0) {\n pcVar2 ...
(translation_unit "void FUN_00012b40(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported arc...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declar...
(function_definition "void FUN_00012b40(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *var_1,type_1 *f) { int var_5; char *pcVar2; int *__ptr; int *var_6; if (var_1 == (char *)0x0) { pcVar2 = (char *)var_2(0,"Supported architectures:",...
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: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,FILE *param_2) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (param_1 == 0) { pcVar2 = (char *)dcgettext(0,"Supported architectures:",5); fprintf(param_2,pcVar2); } else ...
3552_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
parse_incremental_update
FUN_000d7280
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_incremental_update(General_options * this, char * param_1, char * param_2, Command_line * param_3) */ void __thiscall gold::General_options::parse_incremental_update (General_options *this,char *param_2...
void FUN_000d7280(int param_1) { *(undefined4 *)(param_1 + 0x5a10) = 1; return; }
MOV EAX,dword ptr [ESP + 0x4] MOV dword ptr [EAX + 0x5a10],0x1 RET
null
null
null
null
[('const-1', u'STORE_-1206750580'), ('const-23056', u'PTRSUB_-1206750512'), ('const-417', u'STORE_-1206750580'), (u'PTRSUB_-1206750512', u'STORE_-1206750580'), ('tmp_26', u'PTRSUB_-1206750512'), ('const-0', u'RETURN_-1206750560')]
[(u'CAST_-1206750514', u'STORE_-1206750580'), ('const-417', u'STORE_-1206750580'), (u'INT_ADD_-1206750566', u'CAST_-1206750514'), ('const-23056', u'INT_ADD_-1206750566'), ('tmp_30', u'INT_ADD_-1206750566'), ('const-1', u'STORE_-1206750580'), ('const-0', u'RETURN_-1206750560')]
null
null
000d7280
x86
O0
(translation_unit "void FUN_000d7280(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a10) = 1;\n return;\n}\n\n" (function_definition "void FUN_000d7280(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a10) = 1;\n return;\n}" primitive_type (function_declarator "FUN_000d7280(int param_1)" identifier (parameter_lis...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_incremental_update(General_options * this, char * param_1,\n char * param_2, Command_line * param_3) */\n\nvoid __thiscall\ngold::General_options::parse_incremental_update\n (General_opt...
(translation_unit "void FUN_000d7280(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a10) = 1;\n return;\n}\n\n" (function_definition "void FUN_000d7280(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a10) = 1;\n return;\n}" primitive_type (function_declarator "FUN_000d7280(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_000d7280(int param_1)\n\n{\n *(undefined4 *)(param_1 + 0x5a10) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000d7280(int param_1)" (identifier "FUN_000d7280") (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_incremental_update(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) ...
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 + 0x5a10) = 1; return; }
3635_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
Output_reloc
FUN_000c9e60
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, uint type, Output_data * od, Address address, Addend addend, bool is_relative) */ void __thiscall gold::Output_reloc<4,_false,_64,_false>::Output_reloc (Output_reloc<4,_false,_64,_false> *this,uint type,Output_data *...
void FUN_000c9e60(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8) { FUN_000c71a0(param_1,param_2,param_3,param_4,param_5,param_8); *(undefined4 *)(param_1 + 0x1c) = param_6; *(undefined4 *)(param_...
PUSH EDI PUSH ESI PUSH EBX MOV EBX,dword ptr [ESP + 0x10] MOV ESI,dword ptr [ESP + 0x24] MOV EDI,dword ptr [ESP + 0x28] SUB ESP,0x8 MOVZX EAX,byte ptr [ESP + 0x34] PUSH EAX PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH dword ptr [ESP + 0x2c] PUSH EBX CALL 0x000c71a0 ADD ESP,0x...
null
null
null
null
[('tmp_247', u'PTRSUB_-1206673569'), ('const-0', u'PTRSUB_-1206673569'), ('const-417', u'STORE_-1206673623'), (u'PTRSUB_-1206673569', u'CALL_-1206673718'), ('tmp_250', u'CALL_-1206673718'), ('tmp_248', u'CALL_-1206673718'), (u'PTRSUB_-1206673562', u'STORE_-1206673623'), ('tmp_249', u'CALL_-1206673718'), ('const-28', u'...
[('const-417', u'STORE_-1206673696'), ('const-32', u'INT_ADD_-1206673682'), ('const-28', u'INT_ADD_-1206673688'), ('tmp_450', u'CALL_-1206673718'), ('tmp_448', u'CALL_-1206673718'), ('tmp_444', u'INT_ADD_-1206673682'), (u'INT_ADD_-1206673682', u'CAST_-1206673576'), (u'CAST_-1206673580', u'STORE_-1206673702'), ('tmp_445...
null
null
000c9e60
x86
O0
(translation_unit "void FUN_000c9e60(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8)\n\n{\n FUN_000c71a0(param_1,param_2,param_3,param_4,param_5,param_8);\n *(undefined4 *)(param_1 + 0x1c) = param_6;\n...
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, uint type,\n Output_data * od, Address address, Addend addend, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_64,_false>::Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,...
(translation_unit "void FUN_000c9e60(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8)\n\n{\n FUN_000c71a0(param_1,param_2,param_3,param_4,param_5,param_8);\n *(undefined4 *)(param_1 + 0x1c) = param_6;\n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "void FUN_000c9e60(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8)\n\n{\n FUN_000c71a0(param_1,param_2,param_3,param_4,param_5,param_8);\n *(undefined4 *)(param_1 + 0x1c) = param_6...
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this, uint type, Output_data * od, Address address, Addend addend, bool is_relative) */ void __thiscall gold::function_1<4,_false,_64,_false>::function_1 (function_1<4,_false,_64,_false> *type_1,uint type_2,Output_data *ty...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8) { FUN_000c71a0(param_1,param_2,param_3,param_4,param_5,param_8); *(undefined4 *)(param_1 + 0x1c) = param_6; *(undefined4 *)(param_1 + 0x...
213_openssl_and_openssl_strip.c
X509V3_EXT_add_nconf
X509V3_EXT_add_nconf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert) { int iVar1; iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert) { int iVar1; iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)(); return iVar1; }
JMP dword ptr [EBX + 0x360]
null
null
null
null
[(u'CAST_-1206026772', u'CALLIND_-1206026854'), (u'CALLIND_-1206026854', u'RETURN_-1206026851'), (u'INDIRECT_-1206026781', u'COPY_-1206026840'), (u'CALLIND_-1206026854', u'INDIRECT_-1206026781'), ('tmp_82', u'CAST_-1206026772'), ('const-0', u'RETURN_-1206026851')]
[(u'CAST_-1206026772', u'CALLIND_-1206026854'), (u'CALLIND_-1206026854', u'RETURN_-1206026851'), (u'INDIRECT_-1206026781', u'COPY_-1206026840'), (u'CALLIND_-1206026854', u'INDIRECT_-1206026781'), ('tmp_82', u'CAST_-1206026772'), ('const-0', u'RETURN_-1206026851')]
null
null
00027d90
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)();\n return iVar1;\n}\n\n" comment (function_definition "int X5...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)();\n return iVar1;\n}\n\n" comment (function_definition "int X5...
(translation_unit "int X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)();\n return iVar1;\n}\n\n" (function_definition "int X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert)\n\n{\n int iVar...
(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)) , (parameter_declaration TYPE (pointer_declarator * I...
(function_definition "int X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_X509V3_EXT_add_nconf_000b6e18)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "X509V3_EXT_add_nconf(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *conf,type_2 *ctx,char *section,type_3 *cert) { int iVar1; iVar1 = (*(type_4 *)PTR_X509V3_EXT_add_nconf_000b6e18)(); 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: (type_identifier) declarator: (pointe...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(CONF *conf,X509V3_CTX *ctx,char *section,X509 *cert) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000b6e18)(); return iVar1; }
194_puttygen_and_puttygen_strip.c
strbuf_catfv
FUN_0001e788
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void strbuf_catfv(strbuf *buf,char *fmt,va_list ap) { int iVar1; char *pcVar2; size_t sVar3; pcVar2 = dupvprintf_inner(buf->s,buf->len,&buf->size,fmt,ap); buf->s = pcVar2; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0001e788(int *param_1,undefined4 param_2,undefined4 param_3) { int iVar1; size_t sVar2; iVar1 = FUN_0001e4d3(*param_1,param_1[1],param_1 + 2,param_2,param_3); *param_1 = iVar1; iVar1 = param_1[1]; sVar2 =...
PUSH EBP MOV EBP,ESP PUSH ESI PUSH EBX CALL 0x000125c0 ADD EBX,0x456f6 MOV EAX,dword ptr [EBP + 0x8] LEA ECX,[EAX + 0x8] MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EAX + 0x4] MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX] SUB ESP,0xc PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0xc] PUSH ECX PUSH EDX ...
null
null
null
null
[(u'CALL_-1205934080', u'STORE_-1205934056'), (u'CALL_-1205933983', u'INT_ADD_-1205933951'), ('const-1', u'PTRADD_-1205933952'), ('tmp_471', u'PTRSUB_-1205933872'), ('const-8', u'PTRSUB_-1205933872'), (u'PTRSUB_-1205933872', u'CALL_-1205934080'), ('const-417', u'LOAD_-1205934033'), ('const-417', u'LOAD_-1205934131'), (...
[(u'CALL_-1205934080', u'STORE_-1205934056'), (u'PTRADD_-1205933834', u'LOAD_-1205934047'), ('const-417', u'LOAD_-1205934022'), (u'CALL_-1205933983', u'INT_ADD_-1205933951'), ('const-4', u'PTRADD_-1205933834'), ('tmp_758', u'CALL_-1205934080'), (u'LOAD_-1205934033', u'INT_ADD_-1205933998'), ('const-1', u'PTRADD_-120593...
null
null
0001e788
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001e788(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n size_t sVar2;\n \n iVar1 = FUN_0001e4d3(*param_1,param_1[1],param_1 + 2,param_2,param_3);\n *param_1 = iVar1;\n i...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid strbuf_catfv(strbuf *buf,char *fmt,va_list ap)\n\n{\n int iVar1;\n char *pcVar2;\n size_t sVar3;\n \n pcVar2 = dupvprintf_inner(buf->s,buf->len,&buf->size,fm...
(translation_unit "void FUN_0001e788(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n size_t sVar2;\n \n iVar1 = FUN_0001e4d3(*param_1,param_1[1],param_1 + 2,param_2,param_3);\n *param_1 = iVar1;\n iVar1 = param_1[1];\n sVar2 = strlen((char *)(param_1[1] + *param_1));\n param_1[1] = sVar2...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_stateme...
(function_definition "void FUN_0001e788(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n size_t sVar2;\n \n iVar1 = FUN_0001e4d3(*param_1,param_1[1],param_1 + 2,param_2,param_3);\n *param_1 = iVar1;\n iVar1 = param_1[1];\n sVar2 = strlen((char *)(param_1[1] + *param_1));\n param_1[1] = sV...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *buf,char *fmt,type_2 ap) { int var_4; char *pcVar2; size_t var_3; pcVar2 = var_1(buf->s,buf->len,&buf->size,fmt,ap); buf->s = pcVar2; var_4 = buf->l...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1,undefined4 param_2,undefined4 param_3) { int iVar1; size_t sVar2; iVar1 = FUN_0001e4d3(*param_1,param_1[1],param_1 + 2,param_2,param_3); *param_1 = iVar1; iVar1 = param_1[1]; sVar2 = strle...
2297_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
make_view
FUN_000680c0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: View * make_view(File_read * this, off_t start, section_size_type size, uint byteshift, bool cache) */ View * __thiscall gold::File_read::make_view (File_read *this,off_t start,section_siz...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ uint * FUN_000680c0(int param_1,uint param_2,uint param_3,uint param_4,size_t param_5, undefined1 param_6) { uint uVar1; int iVar2; void *__s; uint *puVar3; int iVar4; uint uVar5; uint uVar6; u...
CALL 0x000559e6 ADD EAX,0x326f3b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV ECX,dword ptr [ESP + 0x54] MOV EBP,dword ptr [ESP + 0x4c] MOV dword ptr [ESP + 0x18],EAX MOV EDX,dword ptr [ESP + 0x48] MOV EAX,dword ptr [ESP + 0x44] MOV dword ptr [ESP + 0x1c],ECX TEST EBP,EBP JZ 0x000682f4 MOV ECX,dword ptr [ESP + ...
null
null
null
null
[(u'COPY_-1206286032', u'CALL_-1206286846'), (u'INT_ADD_-1206287752', u'INT_SBORROW_-1206287715'), (u'PTRSUB_-1206286471', u'LOAD_-1206288072'), ('tmp_2241', u'INT_ADD_-1206287632'), (u'PTRSUB_-1206286196', u'STORE_-1206287388'), (u'SUBPIECE_-1206286937', u'INT_LESS_-1206287977'), ('tmp_880', u'CBRANCH_-1206287674'), (...
[('tmp_5045', u'INT_ADD_-1206287752'), (u'CAST_-1206286472', u'INT_SLESS_-1206288019'), (u'INT_ADD_-1206287752', u'INT_SBORROW_-1206287715'), (u'CAST_-1206286086', u'LOAD_-1206287145'), ('tmp_5045', u'PIECE_-1206286096'), ('const-2650964', u'COPY_-1206286205'), ('tmp_880', u'CBRANCH_-1206287674'), (u'CAST_-1206286279',...
null
null
000680c0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nuint * FUN_000680c0(int param_1,uint param_2,uint param_3,uint param_4,size_t param_5,\n undefined1 param_6)\n\n{\n uint uVar1;\n int iVar2;\n void *__s;\n uint *puVar3;\n int iVar4;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: View * make_view(File_read * this, off_t start, section_size_type size,\n uint byteshift, bool cache) */\n\nView * __thiscall\ngold::File_read::make_view\n (File_read *this...
(translation_unit "uint * FUN_000680c0(int param_1,uint param_2,uint param_3,uint param_4,size_t param_5,\n undefined1 param_6)\n\n{\n uint uVar1;\n int iVar2;\n void *__s;\n uint *puVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n void *pvVar9;\n \n if (param_4...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration T...
(function_definition "uint * FUN_000680c0(int param_1,uint param_2,uint param_3,uint param_4,size_t param_5,\n undefined1 param_6)\n\n{\n uint uVar1;\n int iVar2;\n void *__s;\n uint *puVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;\n uint uVar8;\n void *pvVar9;\n \n if (para...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: View * make_view(File_read * this, off_t start, section_size_type size, uint byteshift, bool cache) */ type_3 * __thiscall gold::File_read::make_view (File_read *this,off_t var_15,section_...
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: (type_identifier) declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ uint * MASKED(int param_1,uint param_2,uint param_3,uint param_4,size_t param_5, undefined1 param_6) { uint uVar1; int iVar2; void *__s; uint *puVar3; int iVar4; uint uVar5; uint uVar6; uint uV...