file_name stringlengths 21 83 | original_function_name stringlengths 1 716 | stripped_function_name stringlengths 3 50 | decompiled_code_original stringlengths 44 263k ⌀ | decompiled_code_stripped stringlengths 41 208k ⌀ | assembly_code stringlengths 3 168k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 5.24M | pcode_edges_stripped stringlengths 11 3.12M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 338 5.73M ⌀ | S-Expression_decompiled_code_original stringlengths 367 7.15M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 289 5.55M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 148 531k ⌀ | S-Expression_decompiled_code_original_root stringlengths 291 5.61M ⌀ | Replace_function_name_and_variable_name stringlengths 39 247k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 225 747k ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 208k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9172_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | compare | FUN_00234650 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::compare(std::string const&) const */
int __thiscall std::string::compare(string *this,string *param_1)
{
uint uVar1;
uint uVar2;
int iVar3;
uint __n;
uVar1 = *(uint *)((int)*(void **)this + -0xc);
u... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_00234650(undefined4 *param_1,undefined4 *param_2)
{
uint uVar1;
uint uVar2;
int iVar3;
uint __n;
uVar1 = *(uint *)((int)*param_1 + -0xc);
uVar2 = *(uint *)((int)*param_2 + -0xc);
__n = uVar1;
if (uVar2... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x00036db0
ADD EBX,0x1759a4
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [EAX]
MOV EDX,dword ptr [EDX]
MOV EDI,dword ptr [EAX + -0xc]
MOV ESI,dword ptr [EDX + -0xc]
MOV ECX,EDI
CMP ESI,EDI
CMOVBE ECX,ESI
TEST ECX,ECX
JZ 0x0023468d
SUB ESP,0x4
PUSH ECX
P... | null | null | null | null | [('const-0', u'RETURN_-1204009186'), (u'CAST_-1204009062', u'LOAD_-1204009326'), (u'LOAD_-1204009332', u'INT_LESSEQUAL_-1204009290'), ('tmp_357', u'CAST_-1204009071'), (u'LOAD_-1204009326', u'INT_SUB_-1204009202'), (u'INT_ADD_-1204009310', u'CAST_-1204009062'), (u'INT_LESSEQUAL_-1204009290', u'CBRANCH_-1204009300'), (u... | [('const-0', u'RETURN_-1204009186'), ('const-417', u'LOAD_-1204009332'), (u'CAST_-1204009062', u'LOAD_-1204009326'), (u'LOAD_-1204009332', u'INT_LESSEQUAL_-1204009290'), (u'LOAD_-1204009326', u'INT_SUB_-1204009202'), (u'INT_ADD_-1204009310', u'CAST_-1204009062'), (u'CAST_-1204009074', u'CALL_-1204009253'), ('const-417'... | null | null | 00234650 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_00234650(undefined4 *param_1,undefined4 *param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint __n;\n \n uVar1 = *(uint *)((int)*param_1 + -0xc);\n uVar2 = *(uint *)((int)*param_2 + -0xc... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::compare(std::string const&) const */\n\nint __thiscall std::string::compare(string *this,string *param_1)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint __n;\n \n uVar1 = *(uint *)((in... | (translation_unit "int FUN_00234650(undefined4 *param_1,undefined4 *param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint __n;\n \n uVar1 = *(uint *)((int)*param_1 + -0xc);\n uVar2 = *(uint *)((int)*param_2 + -0xc);\n __n = uVar1;\n if (uVar2 <= uVar1) {\n __n = uVar2;\n }\n if ((__n != 0) && (iVa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "int FUN_00234650(undefined4 *param_1,undefined4 *param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n uint __n;\n \n uVar1 = *(uint *)((int)*param_1 + -0xc);\n uVar2 = *(uint *)((int)*param_2 + -0xc);\n __n = uVar1;\n if (uVar2 <= uVar1) {\n __n = uVar2;\n }\n if ((__n != 0) && (... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::compare(std::string const&) const */
int __thiscall std::type_1::function_1(type_1 *this,type_1 *param_1)
{
type_2 var_2;
type_2 var_1;
int var_5;
type_2 var_3;
var_2 = *(type_2 *)((int)*(void **)this... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(undefined4 *param_1,undefined4 *param_2)
{
uint uVar1;
uint uVar2;
int iVar3;
uint __n;
uVar1 = *(uint *)((int)*param_1 + -0xc);
uVar2 = *(uint *)((int)*param_2 + -0xc);
__n = uVar1;
if (uVar2 <= uV... |
826_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldaarch64linuxb_before_parse | FUN_00057f30 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gldaarch64linuxb_before_parse(void)
{
ldfile_set_output_arch("aarch64",bfd_arch_unknown);
input_flags._0_1_ = input_flags._0_1_ | 0x20;
confi... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_00057f30(void)
{
FUN_00035d80("aarch64",0);
DAT_001c4590 = DAT_001c4590 | 0x20;
DAT_001c46e8 = 1;
DAT_001c4724 = 0;
_DAT_001... | PUSH EBX
CALL 0x00017c50
ADD EBX,0x16a0ca
SUB ESP,0x10
PUSH 0x0
LEA EAX,[EBX + 0xffeedfdd]
PUSH EAX
CALL 0x00035d80
LEA EAX,[EBX + 0x2590]
OR byte ptr [EAX],0x20
LEA EAX,[EBX + 0x26e0]
MOV dword ptr [EAX + 0x8],0x1
MOV dword ptr [EAX + 0x44],0x0
LEA EAX,[EBX + 0x25e0]
OR dword ptr [EAX + 0x3],0x20000010
ADD ESP,0x18
PO... | null | null | null | null | [('const-536870928', u'INT_OR_-1206222899'), ('const-0', u'CALL_-1206222991'), (u'INT_OR_-1206222899', u'COPY_-1206222925'), ('const-720861', u'COPY_-1206222900'), (u'CALL_-1206222991', u'INDIRECT_-1206222849'), (u'CALL_-1206222991', u'INDIRECT_-1206222845'), (u'INDIRECT_-1206222849', u'INT_OR_-1206222953'), (u'COPY_-1... | [('const-536870928', u'INT_OR_-1206222899'), (u'COPY_-1206222956', u'COPY_-1206222855'), (u'INT_OR_-1206222899', u'COPY_-1206222925'), ('const-0', u'COPY_-1206222946'), (u'CALL_-1206222991', u'INDIRECT_-1206222849'), (u'CALL_-1206222991', u'INDIRECT_-1206222845'), (u'INDIRECT_-1206222851', u'INT_OR_-1206222953'), (u'IN... | null | null | 00057f30 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00057f30(void)\n\n{\n FUN_00035d80("aarch64",0);\n DAT_001c4590 = DAT_001c4590 | 0x20;\n DAT_001c46e8 = 1;\n D... | (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 gldaarch64linuxb_before_parse(void)\n\n{\n ldfile_set_output_arch("aarch64",bfd_arch_unknown);\n input_flags._0_1_ = input_fl... | (translation_unit "void FUN_00057f30(void)\n\n{\n FUN_00035d80("aarch64",0);\n DAT_001c4590 = DAT_001c4590 | 0x20;\n DAT_001c46e8 = 1;\n DAT_001c4724 = 0;\n _DAT_001c45e3 = _DAT_001c45e3 | 0x20000010;\n return;\n}\n\n" (function_definition "void FUN_00057f30(void)\n\n{\n FUN_00035d80("aarch64",0);\n DAT_001c459... | (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 ))) ;) (expression_statement (assignment_expression IDENT = (binary_expr... | (function_definition "void FUN_00057f30(void)\n\n{\n FUN_00035d80("aarch64",0);\n DAT_001c4590 = DAT_001c4590 | 0x20;\n DAT_001c46e8 = 1;\n DAT_001c4724 = 0;\n _DAT_001c45e3 = _DAT_001c45e3 | 0x20000010;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00057f30(void)" (identifier "FUN_00057f30") (p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1("aarch64",bfd_arch_unknown);
input_flags._0_1_ = input_flags._0_1_ | 0x20;
config.has_shared = 1;
config.separate_... | 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 */
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void MASKED(void)
{
FUN_00035d80("aarch64",0);
DAT_001c4590 = DAT_001c4590 | 0x20;
DAT_001c46e8 = 1;
DAT_001c4724 = 0;
_DAT_001c45e3 ... |
588_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c | plugin_call_cleanup | FUN_000388a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void plugin_call_cleanup(void)
{
char *pcVar1;
plugin **pppVar2;
ld_plugin_status lVar3;
char *fmt;
plugin *ppVar4;
ppVar4 = plugins_list... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000388a0(void)
{
int iVar1;
int iVar2;
undefined4 uVar3;
int *piVar4;
piVar4 = DAT_001c06f4;
if (DAT_001c06f4 != (int *)0x0) {
do {
if (((code *)piVar4[7] != (code *)0x0) && (piVar4[8] == 0)) {
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017bc0
ADD EBX,0x186757
SUB ESP,0x1c
MOV ESI,dword ptr [EBX + 0x16f4]
TEST ESI,ESI
JZ 0x00038938
LEA EAX,[EBX + 0xffeb40f0]
MOV dword ptr [ESP + 0xc],EAX
JMP 0x000388e4
SUB ESP,0xc
PUSH dword ptr [ESI + 0x8]
CALL 0x000163a0
ADD ESP,0x10
MOV ESI,dword ptr [ESI]
TEST ESI,ESI
J... | null | null | null | null | [('tmp_1688', u'INT_NOTEQUAL_-1206089492'), (u'LOAD_-1206089345', u'CALL_-1206089331'), (u'INT_EQUAL_-1206089407', u'CBRANCH_-1206089405'), ('const-0', u'PTRSUB_-1206088929'), (u'LOAD_-1206089318', u'INT_NOTEQUAL_-1206089300'), (u'MULTIEQUAL_-1206089124', u'PTRSUB_-1206088922'), ('const-0', u'INT_EQUAL_-1206089407'), (... | [(u'LOAD_-1206089345', u'CALL_-1206089331'), (u'INT_EQUAL_-1206089407', u'CBRANCH_-1206089405'), ('const-0', u'CALL_-1206089306'), (u'CAST_-1206088924', u'COPY_-1206088987'), (u'COPY_-1206088987', u'MULTIEQUAL_-1206089125'), ('const-0', u'INT_EQUAL_-1206089407'), (u'PTRADD_-1206088925', u'LOAD_-1206089445'), ('tmp_208'... | null | null | 000388a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000388a0(void)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n int *piVar4;\n \n piVar4 = DAT_001c06f4;\n if (DAT_001c06f4 != (int *)0x0) {\n do {\n if (((code *)piVar4[7] != (code... | (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 plugin_call_cleanup(void)\n\n{\n char *pcVar1;\n plugin **pppVar2;\n ld_plugin_status lVar3;\n char *fmt;\n plugin *ppVar4... | (translation_unit "void FUN_000388a0(void)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n int *piVar4;\n \n piVar4 = DAT_001c06f4;\n if (DAT_001c06f4 != (int *)0x0) {\n do {\n if (((code *)piVar4[7] != (code *)0x0) && (piVar4[8] == 0)) {\n piVar4[8] = 1;\n DAT_001c06e8 = piVar4;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression ... | (function_definition "void FUN_000388a0(void)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n int *piVar4;\n \n piVar4 = DAT_001c06f4;\n if (DAT_001c06f4 != (int *)0x0) {\n do {\n if (((code *)piVar4[7] != (code *)0x0) && (piVar4[8] == 0)) {\n piVar4[8] = 1;\n DAT_001c06e8 = piVar4;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
char *pcVar1;
type_1 **pppVar2;
type_2 var_2;
char *fmt;
type_1 *ppVar4;
ppVar4 = var_1;
if (var_1 != (type_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 |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
int iVar1;
int iVar2;
undefined4 uVar3;
int *piVar4;
piVar4 = DAT_001c06f4;
if (DAT_001c06f4 != (int *)0x0) {
do {
if (((code *)piVar4[7] != (code *)0x0) && (piVar4[8] == 0)) {
... |
4609_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~_Hashtable | FUN_001064d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001064d0(undefined4 *param_1)
{
undefined4 *puVar1;
undefined4 *puVar2;
size_t __n;
undefined4 uVar3;
undefined4 uVar4;
uVar4 = 0x1064dc;
puVar2 = (undefined4 *)param_1[2];
while (puVar2 != (undefined... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00035840
ADD EBX,0x288b24
MOV EAX,dword ptr [ESI + 0x8]
TEST EAX,EAX
JZ 0x00106504
LEA ESI,[ESI]
SUB ESP,0xc
MOV EDI,dword ptr [EAX]
PUSH EAX
CALL 0x001e6db0
MOV EAX,EDI
ADD ESP,0x10
TEST EDI,EDI
JNZ 0x001064f0
MOV EAX,dword ptr [ESI + 0x4]
SUB ESP,0x4
AD... | null | null | null | null | [(u'INT_NOTEQUAL_-1206950426', u'CBRANCH_-1206950426'), (u'LOAD_-1206950494', u'CALL_-1206950480'), (u'MULTIEQUAL_-1206950230', u'INT_NOTEQUAL_-1206950640'), (u'COPY_-1206950259', u'MULTIEQUAL_-1206950230'), (u'PTRSUB_-1206950220', u'LOAD_-1206950620'), ('const-417', u'STORE_-1206950448'), (u'PTRSUB_-1206950202', u'LOA... | [('const-417', u'LOAD_-1206950573'), (u'INT_NOTEQUAL_-1206950426', u'CBRANCH_-1206950426'), (u'MULTIEQUAL_-1206950241', u'LOAD_-1206950620'), ('const-4', u'PTRADD_-1206950204'), (u'INDIRECT_-1206950229', u'CALL_-1206950403'), (u'CAST_-1206950237', u'COPY_-1206950297'), ('const-417', u'LOAD_-1206950620'), ('const-0', u'... | null | null | 001064d0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001064d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n size_t __n;\n undefined4 uVar3;\n undefined4 uVar4;\n \n uVar4 = 0x1064dc;\n puVar2 = (undefined4 *)param_1[2];... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n ~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail:... | (translation_unit "void FUN_001064d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n size_t __n;\n undefined4 uVar3;\n undefined4 uVar4;\n \n uVar4 = 0x1064dc;\n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_001e... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE ID... | (function_definition "void FUN_001064d0(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n size_t __n;\n undefined4 uVar3;\n undefined4 uVar4;\n \n uVar4 = 0x1064dc;\n puVar2 = (undefined4 *)param_1[2];\n while (puVar2 != (undefined4 *)0x0) {\n puVar1 = (undefined4 *)*puVar2;\n FUN_0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~_Hashtable(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<gold::Relobj*,_unsigned_int>,_std::allocator<std::pair<gold::Relobj*,_unsigned_int>_>,_std::__detail::_Identity,_std::equ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
undefined4 *puVar1;
undefined4 *puVar2;
size_t __n;
undefined4 uVar3;
undefined4 uVar4;
uVar4 = 0x1064dc;
puVar2 = (undefined4 *)param_1[2];
while (puVar2 != (undefined4 *)0x... |
7919_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | c_str | FUN_002033e0 |
/* std::wstring::c_str() const */
undefined4 __thiscall std::wstring::c_str(wstring *this)
{
return *(undefined4 *)this;
}
|
undefined4 FUN_002033e0(undefined4 *param_1)
{
return *param_1;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX]
RET | null | null | null | null | [('const-417', u'LOAD_-1203817495'), ('tmp_23', u'CAST_-1203817427'), (u'CAST_-1203817427', u'LOAD_-1203817495'), (u'LOAD_-1203817495', u'COPY_-1203817495'), ('const-0', u'RETURN_-1203817481'), (u'COPY_-1203817495', u'RETURN_-1203817481')] | [('const-417', u'LOAD_-1203817495'), (u'LOAD_-1203817495', u'COPY_-1203817495'), ('const-0', u'RETURN_-1203817481'), (u'COPY_-1203817495', u'RETURN_-1203817481'), ('tmp_26', u'LOAD_-1203817495')] | null | null | 002033e0 | x86 | O1 | (translation_unit "undefined4 FUN_002033e0(undefined4 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_002033e0(undefined4 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002033e0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (... | (translation_unit "/* std::wstring::c_str() const */\n\nundefined4 __thiscall std::wstring::c_str(wstring *this)\n\n{\n return *(undefined4 *)this;\n}\n\n" comment (function_definition "undefined4 __thiscall std::wstring::c_str(wstring *this)\n\n{\n return *(undefined4 *)this;\n}" type_identifier (ms_call_modifier "_... | (translation_unit "undefined4 FUN_002033e0(undefined4 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined4 FUN_002033e0(undefined4 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002033e0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * IDENT) ;) }))) | (function_definition "undefined4 FUN_002033e0(undefined4 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_002033e0(undefined4 *param_1)" (identifier "FUN_002033e0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifie... |
/* std::wstring::c_str() const */
type_1 __thiscall std::type_2::function_1(type_2 *this)
{
return *(type_1 *)this;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression... | null |
undefined4 MASKED(undefined4 *param_1)
{
return *param_1;
}
|
171_hppa-linux-gnu-addr2line_and_hppa-linux-gnu-addr2line_strip.c | ftell | ftell |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205956394')] | [('const-1', u'RETURN_-1205956394')] | null | null | 000190cc | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ftell@@GLIBC_2.0 */\... | (translation_unit "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stre... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" (long "long")) (function_declarator "ftell(FILE *__stream)" (identifier "ftell") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (po... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expr... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
12616_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_put | FUN_003ee450 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous
namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, long double) const */
void std::__facet_shims::(anon... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
FUN_003ee450(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined1 param_5
,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,
undefined4 para... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x1fbba9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
PUSH 0x0
PUSH dword ptr [ESP + 0x38]
PUSH dword ptr [ESP + 0x38]
PUSH dword ptr [ESP + 0x38]
PUSH dword ptr [ESP + 0x38]
PUSH dword ptr [ESP + 0x38]
MOVZX EAX,byte ptr [ESP + 0x38]
PUSH EAX
PUSH dword ptr [ESP + 0x38]
PUSH dwo... | null | null | null | null | [('const-1', u'RETURN_-1205738394')] | [(u'INT_ADD_-1205738260', u'CAST_-1205738121'), ('const-4121687', u'CALL_-1205738253'), ('const-0', u'RETURN_-1205738216'), ('tmp_622', u'CALL_-1205738253'), ('tmp_625', u'INT_ADD_-1205738260'), ('tmp_624', u'CALL_-1205738253'), ('const-0', u'CALL_-1205738253'), (u'COPY_-1205738253', u'RETURN_-1205738216'), ('const-8',... | null | null | 003ee450 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4\nFUN_003ee450(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined1 param_5\n ,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__facet_shims::(anonymous\n namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,\n std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, long double) const */\n\nvoid st... | (translation_unit "undefined4\nFUN_003ee450(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined1 param_5\n ,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10)\n\n{\n FUN_003ec790(param_1,0,*(undefined4 *)(param_2 + 8),par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "undefined4\nFUN_003ee450(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined1 param_5\n ,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10)\n\n{\n FUN_003ec790(param_1,0,*(undefined4 *)(param_2 + 8),... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous
namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, long double) const */
void std::__facet_shims::(anon... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
MASKED(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,undefined1 param_5
,undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,
undefined4 param_10)
... |
2390_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | read_all_symbols | FUN_0007a9c0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void read_all_symbols(Archive * this) */
void __thiscall gold::Archive::read_all_symbols(Archive *this)
{
anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0007a9c0(int param_1)
{
uint uVar1;
int iVar2;
uint uVar3;
int iVar4;
bool bVar5;
int local_94;
uint local_90;
int local_8c;
undefined1 *local_88;
undefined4 local_84;
undefined1 local_80 [16];
u... | CALL 0x00058c42
ADD EAX,0x2c463b
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
LEA EDI,[EBP + -0x7c]
PUSH EBX
SUB ESP,0xb8
MOV dword ptr [EBP + 0xffffff4c],EAX
MOV ESI,dword ptr [EBP + 0x8]
LEA EAX,[EBP + 0xffffff70]
PUSH EAX
MOV dword ptr [EBP + 0xffffff70],ESI
MOV dword ptr [EBP + 0xffffff74],0x8
MOV dword ptr [EBP + 0xffff... | null | null | null | null | [(u'CALL_-1206342798', u'INDIRECT_-1206342028'), (u'INDIRECT_-1206342085', u'MULTIEQUAL_-1206341986'), (u'PTRSUB_-1206341926', u'PTRSUB_-1206341912'), (u'CALL_-1206342930', u'INDIRECT_-1206342022'), (u'INDIRECT_-1206341891', u'MULTIEQUAL_-1206341860'), ('tmp_2106', u'PTRSUB_-1206341939'), (u'INT_ADD_-1206341958', u'CAS... | [(u'INDIRECT_-1206341997', u'INT_ADD_-1206342483'), (u'INDIRECT_-1206342037', u'MULTIEQUAL_-1206342008'), (u'INDIRECT_-1206341921', u'INT_ADD_-1206342445'), (u'INDIRECT_-1206341921', u'MULTIEQUAL_-1206342080'), (u'MULTIEQUAL_-1206341953', u'CALL_-1206342673'), (u'INDIRECT_-1206342070', u'MULTIEQUAL_-1206341971'), (u'IN... | null | null | 0007a9c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0007a9c0(int param_1)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n bool bVar5;\n int local_94;\n uint local_90;\n int local_8c;\n undefined1 *local_88;\n undefined4 local_84;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void read_all_symbols(Archive * this) */\n\nvoid __thiscall gold::Archive::read_all_symbols(Archive *this)\n\n{\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<cha... | (translation_unit "void FUN_0007a9c0(int param_1)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n bool bVar5;\n int local_94;\n uint local_90;\n int local_8c;\n undefined1 *local_88;\n undefined4 local_84;\n undefined1 local_80 [16];\n undefined4 local_70;\n undefined4 local_6c;\n uint local_... | (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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declara... | (function_definition "void FUN_0007a9c0(int param_1)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n bool bVar5;\n int local_94;\n uint local_90;\n int local_8c;\n undefined1 *local_88;\n undefined4 local_84;\n undefined1 local_80 [16];\n undefined4 local_70;\n undefined4 local_6c;\n uint loc... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void read_all_symbols(Archive * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var... | 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.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int param_1)
{
uint uVar1;
int iVar2;
uint uVar3;
int iVar4;
bool bVar5;
int local_94;
uint local_90;
int local_8c;
undefined1 *local_88;
undefined4 local_84;
undefined1 local_80 [16];
undefin... |
8602_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | add_target_specific | FUN_002f52f0 |
/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address
address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_64,_false>::add_target_specific
... |
void FUN_002f52f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9,undefined4 param_10)
{
undefined1 local_30 [28];
undefined4 local_14;
undefined4 local_... | PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x34
MOV ESI,dword ptr [ESP + 0x64]
MOV EDI,dword ptr [ESP + 0x68]
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]
PUSH dword ptr [ESP + 0x5c]
LEA EBX,[ESP + 0x28]
PUSH EBX
CALL 0x002d4030
MOV ... | null | null | null | null | [(u'INDIRECT_-1204792240', u'SUBPIECE_-1204792249'), ('tmp_336', u'COPY_-1204792298'), ('tmp_334', u'CALL_-1204792481'), ('const-0', u'PTRSUB_-1204792231'), ('tmp_333', u'CALL_-1204792481'), ('const-4294967248', u'PTRSUB_-1204792264'), ('tmp_329', u'PTRSUB_-1204792231'), ('tmp_332', u'CALL_-1204792425'), ('tmp_425', u'... | [('tmp_709', u'COPY_-1204792472'), (u'PTRSUB_-1204792288', u'CALL_-1204792481'), ('tmp_717', u'CALL_-1204792425'), ('tmp_382', u'PTRSUB_-1204792288'), ('tmp_712', u'CALL_-1204792481'), ('const-4294967248', u'PTRSUB_-1204792288'), ('tmp_713', u'CALL_-1204792481'), (u'CALL_-1204792425', u'INDIRECT_-1204792270'), ('tmp_71... | null | null | 002f52f0 | x86 | O1 | (translation_unit "void FUN_002f52f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10)\n\n{\n undefined1 local_30 [28];\n undefined4 local... | (translation_unit "/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,\n uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address\n address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_64,_false>::add_... | (translation_unit "void FUN_002f52f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10)\n\n{\n undefined1 local_30 [28];\n undefined4 local... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_002f52f0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10)\n\n{\n undefined1 local_30 [28];\n undefined4 lo... |
/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address
address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_64,_false>::add_target_specific
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9,undefined4 param_10)
{
undefined1 local_30 [28];
undefined4 local_14;
undefined4 local_10;
... |
3601_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | do_get_input_reader | FUN_000e56a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Input_reader * do_get_input_reader(Sized_incremental_binary<32,_false>
* this, uint n) */
Input_reader * __thiscall
gold::Sized_incremental_binary<32,_false>::do_get_input_reader
(Sized_in... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_000e56a0(int param_1,uint param_2)
{
uint uVar1;
uVar1 = (*(int *)(param_1 + 0xd4) - *(int *)(param_1 + 0xd0) >> 2) * -0x33333333;
if (param_2 < uVar1) {
return *(int *)(param_1 + 0xd0) + param_2 * 0x14;
}... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x32e95a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [EAX + 0xd0]
MOV EAX,dword ptr [EAX + 0xd4]
SUB EAX,ECX
SAR EAX,0x2
IMUL EAX,EAX,-0x33333333
CMP EDX,EAX
JNC 0x000e56dd
LEA EAX,[EDX + EDX*0x4]
ADD ESP,0x8
LEA EAX,[ECX + EAX*0x4]
POP EB... | null | null | null | null | [('const-1', u'RETURN_-1206823246')] | [('const-208', u'INT_ADD_-1206823192'), (u'COPY_-1206823002', u'CALL_-1206823037'), ('tmp_553', u'INT_MULT_-1206823065'), (u'CAST_-1206822995', u'LOAD_-1206823208'), ('const-3130392', u'COPY_-1206823001'), ('const-212', u'INT_ADD_-1206823183'), (u'LOAD_-1206823199', u'INT_SUB_-1206823171'), (u'INT_MULT_-1206823065', u'... | null | null | 000e56a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_000e56a0(int param_1,uint param_2)\n\n{\n uint uVar1;\n \n uVar1 = (*(int *)(param_1 + 0xd4) - *(int *)(param_1 + 0xd0) >> 2) * -0x33333333;\n if (param_2 < uVar1) {\n return *(int *)(param_1 + ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Input_reader * do_get_input_reader(Sized_incremental_binary<32,_false>\n * this, uint n) */\n\nInput_reader * __thiscall\ngold::Sized_incremental_binary<32,_false>::do_get_input_rea... | (translation_unit "int FUN_000e56a0(int param_1,uint param_2)\n\n{\n uint uVar1;\n \n uVar1 = (*(int *)(param_1 + 0xd4) - *(int *)(param_1 + 0xd0) >> 2) * -0x33333333;\n if (param_2 < uVar1) {\n return *(int *)(param_1 + 0xd0) + param_2 * 0x14;\n }\n \n FUN_000da200("../../gold/incremental.h... | (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 = (binary_expression (parenthesized_expression ( (binar... | (function_definition "int FUN_000e56a0(int param_1,uint param_2)\n\n{\n uint uVar1;\n \n uVar1 = (*(int *)(param_1 + 0xd4) - *(int *)(param_1 + 0xd0) >> 2) * -0x33333333;\n if (param_2 < uVar1) {\n return *(int *)(param_1 + 0xd0) + param_2 * 0x14;\n }\n \n FUN_000da200("../../gold/incrementa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Input_reader * do_get_input_reader(Sized_incremental_binary<32,_false>
* this, uint n) */
Input_reader * __thiscall
gold::Sized_incremental_binary<32,_false>::do_get_input_reader
(Sized_in... | 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 */
int MASKED(int param_1,uint param_2)
{
uint uVar1;
uVar1 = (*(int *)(param_1 + 0xd4) - *(int *)(param_1 + 0xd0) >> 2) * -0x33333333;
if (param_2 < uVar1) {
return *(int *)(param_1 + 0xd0) + param_2 * 0x14;
}
... |
10309_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | get_fde_addresses<32,_false> | FUN_00382090 |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* DWARF original name: get_fde_addresses<32, false>
DWARF original prototype: void get_fde_addresses<32,_false>(Eh_frame_hdr * this, Output_file *
of, Fde_offsets * fde_offsets, Fde_addresses<32> * fde_addresses) */
void __... |
void FUN_00382090(int param_1,int param_2,int *param_3,undefined4 param_4)
{
uint *puVar1;
byte bVar2;
int iVar3;
uint uVar4;
uint uVar5;
int iVar6;
uint uVar7;
int iVar8;
int unaff_EBP;
int *piVar9;
int *piVar10;
undefined4 local_24;
int local_20;
FUN_00074f0e();
uVar7 = *(uint *)(pa... | PUSH EBP
CALL 0x00074f0e
ADD EBP,0x267f6a
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x40]
MOV ESI,dword ptr [ESP + 0x44]
MOV EDI,dword ptr [ESP + 0x48]
MOV EAX,dword ptr [EAX + 0x2c]
MOVZX EDX,byte ptr [EAX + 0x1c]
TEST DL,0x1
JZ 0x003821b4
MOV EBX,dword ptr [EAX + 0x4]
MOV dword ptr [ESP + 0xc],... | null | null | null | null | [('const-417', u'LOAD_-1205395231'), ('const-4842776', u'COPY_-1205394218'), (u'CAST_-1205394241', u'LOAD_-1205395100'), (u'SUBPIECE_-1205394257', u'INT_CARRY_-1205395064'), (u'LOAD_-1205395000', u'PTRADD_-1205394936'), ('const-12', u'PTRSUB_-1205394265'), (u'INDIRECT_-1205394241', u'MULTIEQUAL_-1205394289'), (u'CALL_-... | [('const-4294967260', u'PTRSUB_-1205394261'), (u'CAST_-1205394258', u'INT_SLESS_-1205395011'), ('const-0', u'RETURN_-1205394734'), ('const-12', u'INT_ADD_-1205395107'), (u'LOAD_-1205395231', u'INT_AND_-1205395166'), (u'INT_EQUAL_-1205395180', u'CBRANCH_-1205395178'), ('tmp_901', u'CBRANCH_-1205394776'), (u'INT_LESS_-12... | null | null | 00382090 | x86 | O1 | (translation_unit "void FUN_00382090(int param_1,int param_2,int *param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n int unaff_EBP;\n int *piVar9;\n int *piVar10;\n undefined4 local_24;\n int local_20;\n \n FUN... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */\n/* DWARF original name: get_fde_addresses<32, false>\n DWARF original prototype: void get_fde_addresses<32,_false>(Eh_frame_hdr * this, Output_file *\n of, Fde_offsets * fde_offsets, Fde_addresses<32> * fde_a... | (translation_unit "void FUN_00382090(int param_1,int param_2,int *param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n int unaff_EBP;\n int *piVar9;\n int *piVar10;\n undefined4 local_24;\n int local_20;\n \n FUN... | (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) ))) (compound_statement { (declaration TYPE (pointer_declarato... | (function_definition "void FUN_00382090(int param_1,int param_2,int *param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n byte bVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n int unaff_EBP;\n int *piVar9;\n int *piVar10;\n undefined4 local_24;\n int local_20;\n \n ... |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* DWARF original name: get_fde_addresses<32, false>
DWARF original prototype: void get_fde_addresses<32,_false>(Eh_frame_hdr * this, Output_file *
of, Fde_offsets * fde_offsets, Fde_addresses<32> * fde_addresses) */
void __... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:... | null |
void MASKED(int param_1,int param_2,int *param_3,undefined4 param_4)
{
uint *puVar1;
byte bVar2;
int iVar3;
uint uVar4;
uint uVar5;
int iVar6;
uint uVar7;
int iVar8;
int unaff_EBP;
int *piVar9;
int *piVar10;
undefined4 local_24;
int local_20;
FUN_00074f0e();
uVar7 = *(uint *)(param_1 ... |
5244_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | set_final_data_size | FUN_001d56c0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void set_final_data_size(Output_data_plt_aarch64<32,_true> * this) */
void __thiscall
anon_unknown.dwarf_109b185::Output_data_plt_aarch64<32,_true>::set_final_data_size
(Output_data_plt_aarch64<32,_true> *this)
{
... |
void FUN_001d56c0(int param_1)
{
byte bVar1;
bVar1 = *(byte *)(param_1 + 0x1c);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(uint *)(param_1 + 0xc) =
(uint)(*(int *)(param_1 + 0x4c) != -1) * 0x20 + 0x20 +
(*(int *)(param_1 + 0x48) + *(int *)(param_1 + 0x44)) * 0x10;
*(undefined... | PUSH EBX
XOR ECX,ECX
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [EAX + 0x48]
ADD EDX,dword ptr [EAX + 0x44]
CMP dword ptr [EAX + 0x4c],-0x1
SETNZ CL
SHL EDX,0x4
SHL ECX,0x5
LEA ECX,[ECX + EDX*0x1 + 0x20]
MOVZX EDX,byte ptr [EAX + 0x1c]
TEST DL,0x2
JNZ 0x001d5702
TEST DL,0x8
JNZ 0x001d5702
XOR EBX,EBX
... | null | null | null | null | [('const-0', u'INT_EQUAL_-1207806085'), (u'INT_EQUAL_-1207806085', u'CBRANCH_-1207806082'), ('const-32', u'INT_ADD_-1207806096'), (u'INT_ADD_-1207806207', u'INT_MULT_-1207806161'), (u'LOAD_-1207806104', u'INT_AND_-1207806071'), ('const-1', u'RETURN_-1207805992'), ('const-28', u'PTRSUB_-1207805873'), ('const-4294967295'... | [('const-0', u'INT_EQUAL_-1207806085'), (u'INT_EQUAL_-1207806085', u'CBRANCH_-1207806082'), ('tmp_708', u'INT_ADD_-1207806014'), ('const-32', u'INT_ADD_-1207806096'), (u'INT_ADD_-1207806207', u'INT_MULT_-1207806161'), (u'LOAD_-1207806104', u'INT_AND_-1207806071'), ('const-2', u'INT_OR_-1207805951'), ('const-1', u'RETUR... | null | null | 001d56c0 | x86 | O1 | (translation_unit "void FUN_001d56c0(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(uint *)(param_1 + 0xc) =\n (uint)(*(int *)(param_1 + 0x4c) != -1) * 0x20 + 0x20 +\n (*(int *)(param_1 + 0x48) + *(int *)(param_1 + 0x4... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void set_final_data_size(Output_data_plt_aarch64<32,_true> * this) */\n\nvoid __thiscall\nanon_unknown.dwarf_109b185::Output_data_plt_aarch64<32,_true>::set_final_data_size\n (Output_data_plt_aarch64... | (translation_unit "void FUN_001d56c0(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(uint *)(param_1 + 0xc) =\n (uint)(*(int *)(param_1 + 0x4c) != -1) * 0x20 + 0x20 +\n (*(int *)(param_1 + 0x48) + *(int *)(param_1 + 0x4... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarato... | (function_definition "void FUN_001d56c0(int param_1)\n\n{\n byte bVar1;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(uint *)(param_1 + 0xc) =\n (uint)(*(int *)(param_1 + 0x4c) != -1) * 0x20 + 0x20 +\n (*(int *)(param_1 + 0x48) + *(int *)(param_1 + ... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void set_final_data_size(Output_data_plt_aarch64<32,_true> * this) */
void __thiscall
anon_unknown.dwarf_109b185::var_1<32,_true>::set_final_data_size
(var_1<32,_true> *this)
{
byte var_2;
var_1<64,_false> *in_s... | 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)) (expressi... | null |
void MASKED(int param_1)
{
byte bVar1;
bVar1 = *(byte *)(param_1 + 0x1c);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(uint *)(param_1 + 0xc) =
(uint)(*(int *)(param_1 + 0x4c) != -1) * 0x20 + 0x20 +
(*(int *)(param_1 + 0x48) + *(int *)(param_1 + 0x44)) * 0x10;
*(undefined4 *)(p... |
1644_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | parse_to_value | FUN_00051a60 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_warn_search_mismatch * this, char *
param_1, char * param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_warn_search_mismatch::parse_t... |
void FUN_00051a60(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x1
MOV word ptr [EAX + 0x46cc],DX
RET | null | null | null | null | [('const-0', u'STORE_-1206248832'), ('const-60', u'PTRSUB_-1206248772'), ('const-417', u'STORE_-1206248846'), (u'PTRSUB_-1206248772', u'STORE_-1206248846'), (u'PTRSUB_-1206248771', u'PTRSUB_-1206248770'), (u'PTRSUB_-1206248773', u'PTRSUB_-1206248772'), ('const-61', u'PTRSUB_-1206248770'), ('const-417', u'STORE_-1206248... | [('tmp_37', u'INT_ADD_-1206248832'), ('const-417', u'STORE_-1206248846'), (u'INT_ADD_-1206248832', u'CAST_-1206248779'), ('const-18124', u'INT_ADD_-1206248832'), ('const-0', u'RETURN_-1206248829'), ('const-1', u'STORE_-1206248846'), (u'CAST_-1206248779', u'STORE_-1206248846')] | null | null | 00051a60 | x86 | O1 | (translation_unit "void FUN_00051a60(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;\n return;\n}\n\n" (function_definition "void FUN_00051a60(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;\n return;\n}" primitive_type (functio... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_warn_search_mismatch * this, char *\n param_1, char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_warn_s... | (translation_unit "void FUN_00051a60(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;\n return;\n}\n\n" (function_definition "void FUN_00051a60(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;\n return;\n}" primitive_type (functio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (paren... | (function_definition "void FUN_00051a60(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00051a60(void)" (identifier "FUN_00051a60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_warn_search_mismatch * this, char *
param_1, char * param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e... | null |
void MASKED(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x46cc) = 1;
return;
}
|
935_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | parse_to_value | FUN_00036a50 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_strip_debug * this, char * param_1, char
* param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_strip_debug::parse_to_value
... |
void FUN_00036a50(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x1
MOV word ptr [EAX + 0x34e4],DX
RET | null | null | null | null | [(u'PTRSUB_-1206097236', u'STORE_-1206097310'), (u'COPY_-1206097303', u'PTRSUB_-1206097235'), ('const-1', u'STORE_-1206097310'), (u'COPY_-1206097303', u'PTRSUB_-1206097237'), ('const-60', u'PTRSUB_-1206097236'), ('const-61', u'PTRSUB_-1206097234'), ('tmp_32', u'COPY_-1206097303'), ('const-13480', u'PTRSUB_-1206097237')... | [('const-417', u'STORE_-1206097310'), (u'INT_ADD_-1206097296', u'CAST_-1206097243'), ('const-13540', u'INT_ADD_-1206097296'), (u'CAST_-1206097243', u'STORE_-1206097310'), ('tmp_37', u'INT_ADD_-1206097296'), ('const-1', u'STORE_-1206097310'), ('const-0', u'RETURN_-1206097293')] | null | null | 00036a50 | x86 | O1 | (translation_unit "void FUN_00036a50(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036a50(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;\n return;\n}" primitive_type (functio... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_strip_debug * this, char * param_1, char\n * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_strip_debug::pa... | (translation_unit "void FUN_00036a50(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036a50(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;\n return;\n}" primitive_type (functio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (paren... | (function_definition "void FUN_00036a50(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036a50(void)" (identifier "FUN_00036a50") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_strip_debug * this, char * param_1, char
* param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *param_2,... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e... | null |
void MASKED(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x34e4) = 1;
return;
}
|
244_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | debug_make_array_type | FUN_0001fb20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
debug_type_conflict
debug_make_array_type
(void *handle,debug_type_conflict element_type,debug_type_conflict range_type,
bfd_signed_vma lower,bfd_signed_vma upper,bfd_b... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0001fb20(undefined4 param_1,int param_2,int param_3,int param_4,int param_5,int param_6,
int param_7,int param_8)
{
int iVar1;
int *piVar2;
if ((param_2 != 0) && (param_3 != 0)) {
iVar1 = FUN... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x204d7
SUB ESP,0x1c
MOV EDX,dword ptr [ESP + 0x48]
MOV EAX,dword ptr [ESP + 0x44]
MOV ESI,dword ptr [ESP + 0x3c]
MOV EDI,dword ptr [ESP + 0x40]
MOV dword ptr [ESP + 0xc],EDX
MOV EDX,dword ptr [ESP + 0x34]
MOV dword ptr [ESP + 0x8],EAX
TEST EDX,EDX
JZ 0x0001fb... | null | null | null | null | [('const-0', u'PTRSUB_-1205928632'), (u'CAST_-1205928664', u'STORE_-1205928890'), ('const-0', u'PTRSUB_-1205928607'), ('const-0', u'RETURN_-1205928842'), (u'INT_NOTEQUAL_-1205929005', u'CBRANCH_-1205929005'), (u'PTRSUB_-1205928643', u'CAST_-1205928635'), ('const-0', u'SUBPIECE_-1205928804'), ('const-417', u'STORE_-1205... | [(u'PTRADD_-1205928666', u'STORE_-1205928956'), ('const-0', u'RETURN_-1205928842'), (u'INT_NOTEQUAL_-1205929005', u'CBRANCH_-1205929005'), ('const-0', u'COPY_-1205928819'), (u'CALL_-1205929023', u'INT_ADD_-1205928876'), (u'CALL_-1205929023', u'COPY_-1205928876'), (u'CAST_-1205928678', u'PTRADD_-1205928633'), ('const-4'... | null | null | 0001fb20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0001fb20(undefined4 param_1,int param_2,int param_3,int param_4,int param_5,int param_6,\n int param_7,int param_8)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\ndebug_type_conflict\ndebug_make_array_type\n (void *handle,debug_type_conflict element_type,debug_type_conflict range_type,\n bfd_signed_vma lower,bf... | (translation_unit "int FUN_0001fb20(undefined4 param_1,int param_2,int param_3,int param_4,int param_5,int param_6,\n int param_7,int param_8)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n iVar1 = FUN_0001d440();\n if (iVar1 != 0) {\n piVar2 = (int *)xmall... | (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 FUN_0001fb20(undefined4 param_1,int param_2,int param_3,int param_4,int param_5,int param_6,\n int param_7,int param_8)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n iVar1 = FUN_0001d440();\n if (iVar1 != 0) {\n piVar2 = (int *)xm... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1
function_1
(void *handle,type_1 var_1,type_1 var_2,
type_2 lower,type_2 upper,type_3 stringp)
{
type_4 *var_4;
type_5 *pdVar2;
type_6 in_ECX;
if ((va... | 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)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(undefined4 param_1,int param_2,int param_3,int param_4,int param_5,int param_6,
int param_7,int param_8)
{
int iVar1;
int *piVar2;
if ((param_2 != 0) && (param_3 != 0)) {
iVar1 = FUN_0001d... |
8766_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | local_section_offset | FUN_002fda20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,
Addend addend) */
Elf_Addr __thiscall
gold::Output_reloc<9,_false,_64,_true>::local_section_offset
(Output_reloc<9,_f... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
int iVar5;
code *pcVar6;
code *extraout_ECX;
longlong lVar7;
uVar1 = param_1[4];
if ((0xfffff... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x2ec5d7
SUB ESP,0x1c
MOV EBP,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [ESP + 0x34]
MOV EDX,dword ptr [ESP + 0x38]
MOV ESI,dword ptr [EBP + 0x10]
MOV dword ptr [ESP + 0x8],EAX
MOV dword ptr [ESP + 0xc],EDX
LEA EAX,[ESI + -0x1]
CMP EAX,-0x6
JA 0x002fdb61
TEST b... | null | null | null | null | [('const-1', u'RETURN_-1204757954')] | [(u'COPY_-1204756435', u'CALL_-1204757010'), ('const-417', u'LOAD_-1204757909'), (u'INT_ADD_-1204757846', u'CAST_-1204756714'), ('const-4', u'PTRADD_-1204756686'), ('const-0', u'PTRSUB_-1204756598'), (u'LOAD_-1204757909', u'INT_MULT_-1204757564'), ('const-1', u'INT_SUB_-1204757872'), ('const-4791563', u'COPY_-120475650... | null | null | 002fda20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uV... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,\n Addend addend) */\n\nElf_Addr __thiscall\ngold::Output_reloc<9,_false,_64,_true>::local_section_offset\n ... | (translation_unit "int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uVar1 = param_1[4];\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((int)param_1 + 0x17) & 0x40... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uVar1 = param_1[4];\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((int)param_1 + 0x17) & 0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,
Addend addend) */
Elf_Addr __thiscall
gold::Output_reloc<9,_false,_64,_true>::local_section_offset
(Output_reloc<9,_f... | 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 */
int MASKED(int *param_1,int param_2,undefined4 param_3)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
int iVar5;
code *pcVar6;
code *extraout_ECX;
longlong lVar7;
uVar1 = param_1[4];
if ((0xfffffffa < ... |
1519_busybox_and_busybox_strip.c | strsignal | strsignal |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strsignal(int __sig)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strsignal@@GLIBC_2.0 */
halt_baddata();
}
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strsignal(int __sig)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206664802')] | [('const-1', u'RETURN_-1206664802')] | null | null | 000cc194 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strsignal(int __sig)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strsignal(int __sig)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strsignal@@GLIBC_2.... | (translation_unit "char * strsignal(int __sig)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strsignal(int __sig)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strsignal(int __sig)" * (function_declarator "strsignal(int __sig)" identifier (p... | (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 "char * strsignal(int __sig)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strsignal(int __sig)" (* "*") (function_declarator "strsignal(int __sig)" (identifier "strsignal") (parameter_list "(int __sig)" (( "(") (parameter_declaration "int __sig" (... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __sig)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strsignal@@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 */
char * MASKED(int __sig)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5668_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | _M_find_before_node | FUN_00224db0 |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<long_long_int,_long_long_int,_std::allocator<long_long_int>,_std::__detail::_Identity,_std::equal_to<long_long_int>,_gold::Archive::Seen_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehas... |
int * FUN_00224db0(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
int *piVar4;
piVar4 = *(int **)(*param_1 + param_2 * 4);
if (piVar4 != (int *)0x0) {
uVar2 = ((int *)*piVar4)[4];
piVar1 = (int *)*piVar4;
while ((piVar3 = piVar1, uVar2 != param_... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x14]
MOV EBP,dword ptr [ESP + 0x18]
MOV EAX,dword ptr [ESI]
MOV EDI,dword ptr [EAX + EBP*0x4]
TEST EDI,EDI
JZ 0x00224e01
MOV EBX,dword ptr [EDI]
MOV ECX,dword ptr [EBX + 0x10]
JMP 0x00224de8
MOV EAX,dword ptr [EBX]
TEST EAX,EAX
JZ 0x00224e10
MOV ECX,dword pt... | null | null | null | null | [(u'INT_EQUAL_-1203941802', u'CBRANCH_-1203941801'), ('tmp_103', u'BRANCH_-1203941899'), (u'CAST_-1203941504', u'INT_ADD_-1203941802'), ('const-4', u'PTRADD_-1203941554'), (u'PTRADD_-1203941523', u'PTRSUB_-1203941521'), (u'LOAD_-1203941816', u'INT_NOTEQUAL_-1203941578'), (u'INT_REM_-1203941733', u'INT_NOTEQUAL_-1203941... | [(u'INT_ADD_-1203941914', u'CAST_-1203941573'), ('tmp_103', u'BRANCH_-1203941899'), (u'INT_EQUAL_-1203941802', u'CBRANCH_-1203941801'), (u'LOAD_-1203941774', u'CAST_-1203941535'), ('const-0', u'INT_NOTEQUAL_-1203941911'), ('const-417', u'LOAD_-1203941819'), (u'LOAD_-1203941816', u'INT_NOTEQUAL_-1203941578'), (u'INT_NOT... | null | null | 00224db0 | x86 | O1 | (translation_unit "int * FUN_00224db0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[4];\n piVar1 = (int *)*piVar4;\n while ((pi... | (translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<long_long_int,_long_long_int,_std::allocator<long_long_int>,_std::__detail::_Identity,_std::equal_to<long_long_int>,_gold::Archive::Seen_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__d... | (translation_unit "int * FUN_00224db0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[4];\n piVar1 = (int *)*piVar4;\n while ((pi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_st... | (function_definition "int * FUN_00224db0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[4];\n piVar1 = (int *)*piVar4;\n while (... |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<long_long_int,_long_long_int,_std::allocator<long_long_int>,_std::__detail::_Identity,_std::equal_to<long_long_int>,_gold::Archive::Seen_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehas... | 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: (type_... | null |
int * MASKED(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
int *piVar4;
piVar4 = *(int **)(*param_1 + param_2 * 4);
if (piVar4 != (int *)0x0) {
uVar2 = ((int *)*piVar4)[4];
piVar1 = (int *)*piVar4;
while ((piVar3 = piVar1, uVar2 != param_4 || (... |
1765_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | parse_to_value | FUN_00043190 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_rosegment_gap * this, char * option_name,
char * arg, Command_line * param_3, General_options * param_4) */
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_000d7d10(param_2,param_3,param_1 + 0x40);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x2fbe69
SUB ESP,0x8
MOV ESI,dword ptr [ESP + 0x14]
LEA EAX,[ESI + 0x40]
PUSH EAX
PUSH dword ptr [ESP + 0x20]
PUSH dword ptr [ESP + 0x20]
CALL 0x000d7d10
MOV byte ptr [ESI + 0x3c],0x1
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-417', u'STORE_-1206177302'), ('const-0', u'RETURN_-1206177266'), ('tmp_208', u'CALL_-1206177306'), ('tmp_206', u'PTRSUB_-1206177197'), ('const-64', u'PTRSUB_-1206177197'), ('tmp_207', u'CALL_-1206177306'), (u'PTRSUB_-1206177179', u'STORE_-1206177302'), ('tmp_206', u'PTRSUB_-1206177179'), (u'PTRSUB_-1206177197'... | [(u'INT_ADD_-1206177288', u'CAST_-1206177188'), ('const-0', u'RETURN_-1206177266'), ('tmp_344', u'INT_ADD_-1206177323'), ('tmp_344', u'INT_ADD_-1206177288'), ('const-64', u'INT_ADD_-1206177323'), ('const-417', u'STORE_-1206177302'), ('tmp_346', u'CALL_-1206177306'), (u'INT_ADD_-1206177323', u'CALL_-1206177306'), (u'CAS... | null | null | 00043190 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000d7d10(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_rosegment_gap * this, char * option_name,\n char * arg, Command_line * param_3, General_op... | (translation_unit "void FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000d7d10(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000d7d10(param_2... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression... | (function_definition "void FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000d7d10(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00043190(int param_1,undefined4 param_2,undefined4 param_3)" (identifi... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_rosegment_gap * this, char * option_name,
char * arg, Command_line * param_3, General_options * param_4) */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_000d7d10(param_2,param_3,param_1 + 0x40);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
|
213_i686-linux-gnu-nm_and_i686-linux-gnu-nm_strip.c | fprintf | fprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 */
h... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205935910')] | [('const-1', u'RETURN_-1205935910')] | null | null | 0001e0d0 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" ... | (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 { (expression_statement (call_expression IDENT (argument_list ... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FIL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
812_i686-gnu-as_and_i686-gnu-as_strip.c | __libc_csu_fini | FUN_000563d0 |
void __libc_csu_fini(void)
{
return;
}
|
void FUN_000563d0(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1206230052')] | [('const-0', u'RETURN_-1206230052')] | null | null | 000563d0 | x86 | O1 | (translation_unit "void FUN_000563d0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000563d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000563d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "void __libc_csu_fini(void)\n\n{\n return;\n}\n\n" (function_definition "void __libc_csu_fini(void)\n\n{\n return;\n}" primitive_type (function_declarator "__libc_csu_fini(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;... | (translation_unit "void FUN_000563d0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000563d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000563d0(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_000563d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_000563d0(void)" (identifier "FUN_000563d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
void MASKED(void)
{
return;
}
|
91_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | _ITM_RU4 | _ITM_RU4 |
void _ITM_RU4(void)
{
(*(code *)PTR__ITM_RU4_003af170)();
return;
}
|
void _ITM_RU4(void)
{
(*(code *)PTR__ITM_RU4_003af170)();
return;
}
| JMP dword ptr [EBX + 0x170] | null | null | null | null | [(u'CALLIND_-1206016550', u'INDIRECT_-1206016478'), (u'INDIRECT_-1206016478', u'COPY_-1206016537'), ('tmp_58', u'CAST_-1206016473'), (u'CAST_-1206016473', u'CALLIND_-1206016550'), ('const-0', u'RETURN_-1206016547')] | [(u'CALLIND_-1206016550', u'INDIRECT_-1206016478'), (u'INDIRECT_-1206016478', u'COPY_-1206016537'), ('tmp_58', u'CAST_-1206016473'), (u'CAST_-1206016473', u'CALLIND_-1206016550'), ('const-0', u'RETURN_-1206016547')] | null | null | 0002a5d0 | x86 | O1 | (translation_unit "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}\n\n" (function_definition "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}" primitive_type (function_declarator "_ITM_RU4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}\n\n" (function_definition "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}" primitive_type (function_declarator "_ITM_RU4(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}\n\n" (function_definition "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}" primitive_type (function_declarator "_ITM_RU4(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 (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void _ITM_RU4(void)\n\n{\n (*(code *)PTR__ITM_RU4_003af170)();\n return;\n}" (primitive_type "void") (function_declarator "_ITM_RU4(void)" (identifier "_ITM_RU4") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *... |
void function_1(void)
{
(*(type_1 *)PTR__ITM_RU4_003af170)();
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_003af170)();
return;
}
|
2369_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | do_function_location | FUN_000a4560 |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_function_location(Sized_target<64,_true> * this,
Symbol_location * param_1) */
void __thiscall
gold::Sized_target<64,_true>::do_function_location
(Sized_target<64,_true> *this,Symbol_location *param_... |
void FUN_000a4560(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1206565524')] | [('const-0', u'RETURN_-1206565524')] | null | null | 000a4560 | x86 | O1 | (translation_unit "void FUN_000a4560(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000a4560(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000a4560(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void do_function_location(Sized_target<64,_true> * this,\n Symbol_location * param_1) */\n\nvoid __thiscall\ngold::Sized_target<64,_true>::do_function_location\n (Sized_target<64,_true> *this... | (translation_unit "void FUN_000a4560(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000a4560(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000a4560(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_000a4560(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_000a4560(void)" (identifier "FUN_000a4560") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void do_function_location(Sized_target<64,_true> * this,
Symbol_location * param_1) */
void __thiscall
gold::Sized_target<64,_true>::do_function_location
(Sized_target<64,_true> *this,Symbol_location *param_... | 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;
}
|
75_sg_compare_and_write_and_sg_compare_and_write_strip.c | sg_get_num | sg_get_num |
/* WARNING: Control flow encountered bad instruction data */
void sg_get_num(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void sg_get_num(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205964678')] | [('const-1', u'RETURN_-1205964678')] | null | null | 00017070 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_get_num(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_get_num(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_get_num(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_get_num(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "void sg_get_num(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void sg_get_num(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sg_get_num(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitiv... | (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 sg_get_num(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "sg_get_num(void)" (identifier "sg_get_num") (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();
}
|
171_busybox_and_busybox_strip.c | bb_unsetenv_and_free | FUN_0001a040 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void bb_unsetenv_and_free(char *var)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001a040(void)
{
}
| PUSH ESI
PUSH EBX
SUB ESP,0x4
CALL 0x00017610 | null | null | null | null | [('const-1', u'RETURN_-1205952414')] | [('const-1', u'RETURN_-1205952414')] | null | null | 0001a040 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001a040(void)\n\n{\n}\n\n" comment (function_definition "void FUN_0001a040(void)\n\n{\n}" primitive_type (function_declarator "FUN_0001a040(void)" identifier (parameter_list "(void)" ( (parameter_dec... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid bb_unsetenv_and_free(char *var)\n\n{\n}\n\n" comment (function_definition "void bb_unsetenv_and_free(char *var)\n\n{\n}" primitive_type (function_declarator "bb_unsetenv_and_free(char *var)" identifier (pa... | (translation_unit "void FUN_0001a040(void)\n\n{\n}\n\n" (function_definition "void FUN_0001a040(void)\n\n{\n}" primitive_type (function_declarator "FUN_0001a040(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n}" { }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { }))) | (function_definition "void FUN_0001a040(void)\n\n{\n}" (primitive_type "void") (function_declarator "FUN_0001a040(void)" (identifier "FUN_0001a040") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n}" ({ "{") (} "}"))) |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(char *var)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement))) | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
}
|
2786_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_get_incremental_reloc_base | FUN_00094c20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_get_incremental_reloc_base(Object * this, uint param_1) */
uint __thiscall gold::Object::do_get_incremental_reloc_base(Object *this,uint param_2)
{
/* WARNING: Subroutine d... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00094c20(void)
{
/* WARNING: Subroutine does not return */
FUN_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");
}
| PUSH EBX
CALL 0x00035680
ADD EBX,0x2aa3da
SUB ESP,0xc
LEA EAX,[EBX + 0xfff1576c]
PUSH EAX
LEA EAX,[EBX + 0xfff0c385]
PUSH 0x40a
PUSH EAX
CALL 0x0008b620 | null | null | null | null | [(u'COPY_-1206498163', u'CALL_-1206498192'), ('const-1034', u'CALL_-1206498192'), ('const-1', u'RETURN_-1206498187'), ('const-2443116', u'COPY_-1206498162'), ('const-2405253', u'COPY_-1206498163'), (u'COPY_-1206498162', u'CALL_-1206498192')] | [('const-2443116', u'COPY_-1206498168'), (u'COPY_-1206498169', u'CALL_-1206498192'), ('const-2405253', u'COPY_-1206498169'), (u'COPY_-1206498168', u'CALL_-1206498192'), ('const-1', u'RETURN_-1206498187'), ('const-1034', u'CALL_-1206498192')] | null | null | 00094c20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00094c20(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");\n}\n\n" comment (function_definition "v... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_get_incremental_reloc_base(Object * this, uint param_1) */\n\nuint __thiscall gold::Object::do_get_incremental_reloc_base(Object *this,uint param_2)\n\n{\n ... | (translation_unit "void FUN_00094c20(void)\n\n{\n \n FUN_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");\n}\n\n" (function_definition "void FUN_00094c20(void)\n\n{\n \n FUN_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");\n}" primitive... | (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_00094c20(void)\n\n{\n \n FUN_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");\n}" (primitive_type "void") (function_declarator "FUN_00094c20(void)" (identifier "FUN_00094c20") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primiti... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_get_incremental_reloc_base(Object * this, uint param_1) */
type_1 __thiscall gold::type_2::function_1(type_2 *this,type_1 param_2)
{
/* WARNING: Subroutine does not 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 (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_0008b620("../../gold/object.h",0x40a,"do_get_incremental_reloc_base");
}
|
2601_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | do_layout_deferred_sections | FUN_00086ca0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<64,_false> * this,
Layout * param_1) */
void __thiscall
gold::Sized_relobj_incr<64,_false>::do_layout_deferred_sections
(Sized_relobj_incr<64,_false> *this,Layout... |
void FUN_00086ca0(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1206424404')] | [('const-0', u'RETURN_-1206424404')] | null | null | 00086ca0 | x86 | O1 | (translation_unit "void FUN_00086ca0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00086ca0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00086ca0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<64,_false> * this,\n Layout * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_false>::do_layout_deferred_sections\n (Sized_relobj_incr... | (translation_unit "void FUN_00086ca0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00086ca0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00086ca0(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_00086ca0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00086ca0(void)" (identifier "FUN_00086ca0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_layout_deferred_sections(Sized_relobj_incr<64,_false> * this,
Layout * param_1) */
void __thiscall
gold::Sized_relobj_incr<64,_false>::do_layout_deferred_sections
(Sized_relobj_incr<64,_false> *this,Layout... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
void MASKED(void)
{
return;
}
|
3068_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | write_build_id | FUN_00099ae0 |
/* 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 write_build_id(Layout * this, Output_file * of, uchar *
array_of_hashes, size_t size_of_hashes) */
void __thiscall
gold::Layout::w... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00099ae0(int param_1,int param_2,int param_3,undefined4 param_4)
{
byte bVar1;
int iVar2;
uint uVar3;
int iVar4;
uint uVar5;
int iVar6;
int iVar7;
uint uVar8;
byte *pbVar9;
byte *pbVar10;
byte *pbV... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x2f5517
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [EAX + 0x1a4]
TEST EAX,EAX
JZ 0x00099ba1
MOVZX EDX,byte ptr [EAX + 0x1c]
TEST DL,0x2
JZ 0x00099c92
AND EDX,0x4
MOV EBP,dword ptr [EAX + 0xc]
JZ 0x00099c63
MOV EDI,dword ptr [EAX + 0x18]
MOV... | null | null | null | null | [('tmp_1908', u'CALL_-1206477744'), (u'MULTIEQUAL_-1206476475', u'LOAD_-1206477252'), ('const-0', u'INT_EQUAL_-1206477476'), (u'CALL_-1206477722', u'INDIRECT_-1206476210'), ('const-5', u'COPY_-1206477368'), ('const-1', u'RETURN_-1206477312'), (u'LOAD_-1206477557', u'SUBPIECE_-1206476093'), ('tmp_242', u'CBRANCH_-120647... | [(u'INT_ADD_-1206477951', u'CAST_-1206476280'), ('const-0', u'INT_EQUAL_-1206477476'), ('const-417', u'LOAD_-1206477250'), ('const-5', u'COPY_-1206477368'), ('const-1', u'RETURN_-1206477312'), ('tmp_242', u'CBRANCH_-1206477948'), (u'MULTIEQUAL_-1206476455', u'CALL_-1206477385'), (u'COPY_-1206476155', u'MULTIEQUAL_-1206... | null | null | 00099ae0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00099ae0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n byte bVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n byte *pbVar... | (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 write_build_id(Layout * this, Output_file * of, uchar *\n array_of_hashes, size_t size_of_hashes) */\n\nvoid __t... | (translation_unit "void FUN_00099ae0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n byte bVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n byte *pbVar9;\n byte *pbVar10;\n byte *pbVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n \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 IDENT ;) (declaration TYPE IDENT ;) (decl... | (function_definition "void FUN_00099ae0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n byte bVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n byte *pbVar9;\n byte *pbVar10;\n byte *pbVar11;\n bool bVar12;\n bool bVar13;\n bool bVar14;\n ... |
/* 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 write_build_id(Layout * this, Output_file * of, uchar *
array_of_hashes, size_t size_of_hashes) */
void __thiscall
gold::type_1::f... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (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,undefined4 param_4)
{
byte bVar1;
int iVar2;
uint uVar3;
int iVar4;
uint uVar5;
int iVar6;
int iVar7;
uint uVar8;
byte *pbVar9;
byte *pbVar10;
byte *pbVar11;
... |
375_powerpc64-linux-gnu-as_and_powerpc64-linux-gnu-as_strip.c | as_warn_where | FUN_0002bcc0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void as_warn_where(char *file,uint line,char *format,...)
{
char buffer [2000];
if (flag_no_warnings != 0) {
return;
}
vsnprintf(buffer,2000,format,&stack0x00000010);
as_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0002bcc0(undefined4 param_1,undefined4 param_2,char *param_3)
{
char local_7dc [2000];
undefined4 uStack_c;
uStack_c = 0x2bcc7;
if (DAT_00077cf0 != 0) {
return;
}
vsnprintf(local_7dc,2000,param_3,&sta... | PUSH ESI
PUSH EBX
CALL 0x00016090
ADD EBX,0x43339
SUB ESP,0x7d4
LEA EAX,[EBX + 0x8cf0]
MOV EAX,dword ptr [EAX]
TEST EAX,EAX
JZ 0x0002bcf0
ADD ESP,0x7d4
POP EBX
POP ESI
RET
LEA EAX,[ESP + 0x7ec]
PUSH EAX
PUSH dword ptr [ESP + 0x7ec]
PUSH 0x7d0
LEA ESI,[ESP + 0xc]
PUSH ESI
CALL 0x00014720
MOV EDX,dword ptr [ESP + 0x7f4]
... | null | null | null | null | [('const-0', u'RETURN_-1206010579'), ('tmp_343', u'CALL_-1206010496'), ('const-0', u'INT_NOTEQUAL_-1206010614'), (u'INT_NOTEQUAL_-1206010614', u'CBRANCH_-1206010614'), ('tmp_342', u'CALL_-1206010496'), (u'INDIRECT_-1206010344', u'COPY_-1206010386'), ('tmp_110', u'CBRANCH_-1206010614'), ('const-4294965284', u'PTRSUB_-12... | [('const-0', u'RETURN_-1206010579'), (u'CALL_-1206010527', u'INDIRECT_-1206010377'), ('const-2000', u'CALL_-1206010527'), ('const-0', u'INT_NOTEQUAL_-1206010614'), (u'INT_NOTEQUAL_-1206010614', u'CBRANCH_-1206010614'), ('tmp_607', u'INT_NOTEQUAL_-1206010614'), (u'CALL_-1206010496', u'INDIRECT_-1206010355'), ('const-429... | null | null | 0002bcc0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002bcc0(undefined4 param_1,undefined4 param_2,char *param_3)\n\n{\n char local_7dc [2000];\n undefined4 uStack_c;\n \n uStack_c = 0x2bcc7;\n if (DAT_00077cf0 != 0) {\n return;\n }\n vsnprin... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid as_warn_where(char *file,uint line,char *format,...)\n\n{\n char buffer [2000];\n \n if (flag_no_warnings != 0) {\n return;\n }\n vsnprintf(buffer,2000,fo... | (translation_unit "void FUN_0002bcc0(undefined4 param_1,undefined4 param_2,char *param_3)\n\n{\n char local_7dc [2000];\n undefined4 uStack_c;\n \n uStack_c = 0x2bcc7;\n if (DAT_00077cf0 != 0) {\n return;\n }\n vsnprintf(local_7dc,2000,param_3,&stack0x00000010);\n FUN_0002b990();\n return;\n}\n\n" (function... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE I... | (function_definition "void FUN_0002bcc0(undefined4 param_1,undefined4 param_2,char *param_3)\n\n{\n char local_7dc [2000];\n undefined4 uStack_c;\n \n uStack_c = 0x2bcc7;\n if (DAT_00077cf0 != 0) {\n return;\n }\n vsnprintf(local_7dc,2000,param_3,&stack0x00000010);\n FUN_0002b990();\n return;\n}" (primitive... |
/* 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 *format,...)
{
char buffer [2000];
if (var_1 != 0) {
return;
}
var_2(buffer,2000,format,&stack0x00000010);
var_3(file,line,buf... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2,char *param_3)
{
char local_7dc [2000];
undefined4 uStack_c;
uStack_c = 0x2bcc7;
if (DAT_00077cf0 != 0) {
return;
}
vsnprintf(local_7dc,2000,param_3,&stack0x00... |
9756_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | neg_format | FUN_00239e80 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, false>::neg_format() const */
undefined4 * std::moneypunct<wchar_t,false>::neg_format(void)
{
undefined4 *unaff_retaddr;
undefined4 *in_stack_00000004;
int *in_stack_00000008;
if (*(code **)... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * FUN_00239e80(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_0038ef28) {
*param_1 = *(undefined4 *)(param_2[2] + 0x3c);
return param_1... | PUSH EBX
CALL 0x00035840
ADD EBX,0x15517a
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [EDX]
MOV ECX,dword ptr [ECX + 0x28]
CMP ECX,dword ptr [EBX + 0xffffff28]
JNZ 0x00239eb8
MOV EDX,dword ptr [EDX + 0x8]
MOV EDX,dword ptr [EDX + 0x3c]
MOV dword ptr [EAX],EDX
ADD ESP,0x8
... | null | null | null | null | [('tmp_497', u'LOAD_-1203986761'), (u'COPY_-1203986638', u'RETURN_-1203986604'), (u'LOAD_-1203986722', u'STORE_-1203986715'), (u'PTRADD_-1203986553', u'LOAD_-1203986728'), ('tmp_497', u'PTRADD_-1203986553'), (u'CAST_-1203986548', u'LOAD_-1203986722'), (u'STORE_-1203986715', u'INDIRECT_-1203986552'), ('const-417', u'LOA... | [('const-417', u'LOAD_-1203986761'), ('tmp_497', u'LOAD_-1203986761'), (u'COPY_-1203986638', u'RETURN_-1203986604'), ('const-2', u'PTRADD_-1203986553'), (u'LOAD_-1203986722', u'STORE_-1203986715'), ('const-417', u'LOAD_-1203986756'), ('tmp_521', u'CAST_-1203986560'), (u'PTRADD_-1203986553', u'LOAD_-1203986728'), ('tmp_... | null | null | 00239e80 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00239e80(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_0038ef28) {\n *param_1 = *(undefined4 *)(param_2[2] +... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<wchar_t, false>::neg_format() const */\n\nundefined4 * std::moneypunct<wchar_t,false>::neg_format(void)\n\n{\n undefined4 *unaff_retaddr;\n undefined4 *in_stack_00000004;\n int *in_stack_000... | (translation_unit "undefined4 * FUN_00239e80(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_0038ef28) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\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)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement ... | (function_definition "undefined4 * FUN_00239e80(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_0038ef28) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, false>::neg_format() const */
type_1 * std::moneypunct<wchar_t,false>::neg_format(void)
{
type_1 *unaff_retaddr;
type_1 *in_stack_00000004;
int *in_stack_00000008;
if (*(type_2 **)(*in_stack... | 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: (pri... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * MASKED(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_0038ef28) {
*param_1 = *(undefined4 *)(param_2[2] + 0x3c);
return param_1;
}
... |
165_powerpc64-linux-gnu-strings_and_powerpc64-linux-gnu-strings_strip.c | bfd_printable_arch_mach | bfd_printable_arch_mach |
/* WARNING: Control flow encountered bad instruction data */
void bfd_printable_arch_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_printable_arch_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205952314')] | [('const-1', u'RETURN_-1205952314')] | null | null | 0001a0bc | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_printable_arch_mach(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_printable_arch_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_printable_arch_mach(void)\n\n{\n ... | (translation_unit "void bfd_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_printable_arch_mach(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 bfd_printable_arch_mach(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_printable_arch_mach(void)" (identifier "bfd_printable_arch_mach") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
81_sparc64-linux-gnu-gprof_and_sparc64-linux-gnu-gprof_strip.c | frame_dummy | thunk_FUN_00013080 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000130ae) */
/* WARNING: Removing unreachable block (ram,0x000130b8) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000130ae) */
/* WARNING: Removing unreachable block (ram,0x000130b8) */
void thunk_FUN_00013080(void)
{
return;
}
| JMP 0x00013080 | null | null | null | null | [('const-0', u'RETURN_-1205980793')] | [('const-0', u'RETURN_-1205980793')] | null | null | 00013160 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x000130ae) */\n/* WARNING: Removing unreachable block (ram,0x000130b8) */\n\nvoid thunk_FUN_00013080(void)\n\n{\n return;\n}\n\n" comment comment comment (function_d... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x000130ae) */\n/* WARNING: Removing unreachable block (ram,0x000130b8) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definitio... | (translation_unit "void thunk_FUN_00013080(void)\n\n{\n return;\n}\n\n" (function_definition "void thunk_FUN_00013080(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_00013080(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void thunk_FUN_00013080(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_00013080(void)" (identifier "thunk_FUN_00013080") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{"... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000130ae) */
/* WARNING: Removing unreachable block (ram,0x000130b8) */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000130ae) */
/* WARNING: Removing unreachable block (ram,0x000130b8) */
void MASKED(void)
{
return;
}
|
3863_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | section_header_offset | FUN_000f70c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: off_t
section_header_offset(Elf_file<64,_false,_gold::Incremental_binary> * this, uint shndx) */
off_t __thiscall
elfcpp::Elf_file<64,_false,_gold::Incremental_binary>::section_header_offset
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 FUN_000f70c0(undefined4 *param_1,uint param_2)
{
int iVar1;
undefined4 uVar2;
int iVar3;
uint uVar4;
undefined4 uVar5;
uVar4 = param_1[3];
if (uVar4 == 0) {
iVar3 = param_1[2];
iVar1 = param_1... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x31cf37
SUB ESP,0xc
MOV EDI,dword ptr [ESP + 0x20]
MOV EBP,dword ptr [EDI + 0xc]
TEST EBP,EBP
JNZ 0x000f7120
MOV ECX,dword ptr [EDI + 0x8]
MOV EAX,dword ptr [EDI + 0x4]
MOV ESI,dword ptr [EDI]
MOV EDX,ECX
OR EDX,EAX
JNZ 0x000f7140
OR ECX,EAX
JNZ 0x000f7178
SU... | null | null | null | null | [('const-1', u'RETURN_-1206882082')] | [('tmp_213', u'CBRANCH_-1206881982'), ('const-3112212', u'COPY_-1206881281'), ('tmp_2309', u'PTRADD_-1206881236'), ('tmp_2310', u'INT_MULT_-1206881824'), ('const-1', u'PTRADD_-1206881176'), (u'INT_MULT_-1206881824', u'INT_ADD_-1206881790'), ('const-417', u'LOAD_-1206881576'), (u'LOAD_-1206882024', u'INT_NOTEQUAL_-12068... | null | null | 000f70c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 FUN_000f70c0(undefined4 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n \n uVar4 = param_1[3];\n if (uVar4 == 0) {\n iVar3 = ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: off_t\n section_header_offset(Elf_file<64,_false,_gold::Incremental_binary> * this, uint shndx) */\n\noff_t __thiscall\nelfcpp::Elf_file<64,_false,_gold::Incremental_binary>::sectio... | (translation_unit "undefined8 FUN_000f70c0(undefined4 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n \n uVar4 = param_1[3];\n if (uVar4 == 0) {\n iVar3 = param_1[2];\n iVar1 = param_1[1];\n uVar5 = *param_1;\n if (iVar3 != 0 || 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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (d... | (function_definition "undefined8 FUN_000f70c0(undefined4 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n undefined4 uVar5;\n \n uVar4 = param_1[3];\n if (uVar4 == 0) {\n iVar3 = param_1[2];\n iVar1 = param_1[1];\n uVar5 = *param_1;\n if (iVar3 != 0 || iVar1 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: off_t
section_header_offset(Elf_file<64,_false,_gold::Incremental_binary> * this, uint shndx) */
off_t __thiscall
elfcpp::Elf_file<64,_false,_gold::Incremental_binary>::section_header_offset
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 MASKED(undefined4 *param_1,uint param_2)
{
int iVar1;
undefined4 uVar2;
int iVar3;
uint uVar4;
undefined4 uVar5;
uVar4 = param_1[3];
if (uVar4 == 0) {
iVar3 = param_1[2];
iVar1 = param_1[1];
... |
649_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c | get_frag_for_reloc | FUN_0003e880 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
fragS * __regparm3 get_frag_for_reloc(fragS *last_frag,segment_info_type *seginfo,reloc_list *r)
{
uint uVar1;
uint uVar2;
uint uVar3;
frag *pfVar4;
char *format;
frag *pfVar5;
uint uVar6;
if (last_frag != (fra... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint * __regparm3 FUN_0003e880(uint *param_1,undefined4 *param_2,int param_3)
{
uint uVar1;
uint uVar2;
uint *puVar3;
undefined4 uVar4;
uint *puVar5;
uint uVar6;
uint uVar7;
if (param_1 != (uint *)0x0) {
u... | PUSH EBP
MOV EBP,ECX
PUSH EDI
MOV EDI,EDX
PUSH ESI
PUSH EBX
CALL 0x00016090
ADD EBX,0x30773
SUB ESP,0x1c
MOV dword ptr [ESP + 0xc],EBX
TEST EAX,EAX
JZ 0x0003e8da
MOV ESI,dword ptr [ECX + 0x10]
MOV EDX,dword ptr [ECX + 0x14]
MOV dword ptr [ESP + 0x8],EDI
LEA ESI,[ESI]
NOP
MOV ECX,dword ptr [EAX]
MOV EBX,dword ptr [EAX +... | null | null | null | null | [('const-4', u'INT_ADD_-1206063973'), (u'INT_ADD_-1206063973', u'CAST_-1206063900'), (u'PTRSUB_-1206063857', u'LOAD_-1206064442'), ('tmp_772', u'CBRANCH_-1206064602'), (u'LOAD_-1206064762', u'COPY_-1206063968'), ('const-417', u'LOAD_-1206064601'), (u'LOAD_-1206064495', u'INT_ADD_-1206064477'), (u'MULTIEQUAL_-1206064201... | [('tmp_772', u'CBRANCH_-1206064602'), ('const-1', u'PTRADD_-1206063962'), (u'COPY_-1206063893', u'RETURN_-1206063876'), (u'MULTIEQUAL_-1206064145', u'PTRADD_-1206063962'), ('const-417', u'LOAD_-1206064601'), (u'LOAD_-1206064495', u'INT_ADD_-1206064477'), ('const-4', u'PTRADD_-1206063998'), ('tmp_908', u'CBRANCH_-120606... | null | null | 0003e880 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint * __regparm3 FUN_0003e880(uint *param_1,undefined4 *param_2,int param_3)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n undefined4 uVar4;\n uint *puVar5;\n uint uVar6;\n uint uVar7;\n \n if (... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nfragS * __regparm3 get_frag_for_reloc(fragS *last_frag,segment_info_type *seginfo,reloc_list *r)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n frag *pfVar4;\n char *format;\n frag *pfVar5;\n uint uVar... | (translation_unit "uint * __regparm3 FUN_0003e880(uint *param_1,undefined4 *param_2,int param_3)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n undefined4 uVar4;\n uint *puVar5;\n uint uVar6;\n uint uVar7;\n \n if (param_1 != (uint *)0x0) {\n uVar1 = *(uint *)(param_3 + 0x14);\n do {\n uVar2 = *... | (translation_unit (ERROR (binary_expression IDENT * (ERROR IDENT) (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) , (binary_expression IDENT * IDENT) , (ERROR IDENT) IDENT ))))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * ... | (ERROR "uint * __regparm3 FUN_0003e880(uint *param_1,undefined4 *param_2,int param_3)" (binary_expression "uint * __regparm3 FUN_0003e880(uint *param_1,undefined4 *param_2,int param_3)" (identifier "uint") (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (call_expression "FUN_0003e880(uint *param_1,undefined4 *pa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_3 * __regparm3 get_frag_for_reloc(type_3 *var_1,segment_info_type *seginfo,reloc_list *r)
{
type_1 var_4;
type_1 var_3;
type_1 var_5;
type_2 *var_8;
char *format;
type_2 *var_7;
type_1 var_2;
if (var_1 != ... | null | (translation_unit (ERROR (binary_expression left: (identifier) (ERROR (identifier)) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (binary_expression left: (identifier) right: (identifier)) (ERROR (identifier)) (identifier))))) (compou... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint * __regparm3 MASKED(uint *param_1,undefined4 *param_2,int param_3)
{
uint uVar1;
uint uVar2;
uint *puVar3;
undefined4 uVar4;
uint *puVar5;
uint uVar6;
uint uVar7;
if (param_1 != (uint *)0x0) {
uVar1 =... |
955_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | rewind | rewind |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewind(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* rewind@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void rewind(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207824150')] | [('const-1', u'RETURN_-1207824150')] | null | null | 001d10e0 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid rewind(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* rewind@@GLIBC_2.0 *... | (translation_unit "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "rewind(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void rewind(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "rewind(FILE *__stream)" (identifier "rewind") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator ... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* rewind@@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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
73_x86_64-linux-gnu-ranlib_and_x86_64-linux-gnu-ranlib_strip.c | bfd_close | bfd_close |
void bfd_close(void)
{
(*(code *)PTR_bfd_close_00021128)();
return;
}
|
void bfd_close(void)
{
(*(code *)PTR_bfd_close_00021128)();
return;
}
| JMP dword ptr [EBX + 0x128] | null | null | null | null | [(u'INDIRECT_-1205983998', u'COPY_-1205984057'), (u'CALLIND_-1205984070', u'INDIRECT_-1205983998'), (u'CAST_-1205983993', u'CALLIND_-1205984070'), ('tmp_58', u'CAST_-1205983993'), ('const-0', u'RETURN_-1205984067')] | [(u'INDIRECT_-1205983998', u'COPY_-1205984057'), (u'CALLIND_-1205984070', u'INDIRECT_-1205983998'), (u'CAST_-1205983993', u'CALLIND_-1205984070'), ('tmp_58', u'CAST_-1205983993'), ('const-0', u'RETURN_-1205984067')] | null | null | 000124b0 | x86 | O1 | (translation_unit "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}\n\n" (function_definition "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}\n\n" (function_definition "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}\n\n" (function_definition "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_close(void)\n\n{\n (*(code *)PTR_bfd_close_00021128)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_close(void)" (identifier "bfd_close") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_close_00021128)();
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_00021128)();
return;
}
|
463_riscv64-linux-gnu-objdump_and_riscv64-linux-gnu-objdump_strip.c | do_display_target | FUN_000477b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int do_display_target(bfd_target *targ,void *data)
{
char *pcVar1;
int iVar2;
char *pcVar3;
char *pcVar4;
char *__format;
undefined4 uVar5;
uint uVar6;
int iVar7;
int iV... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_000477b0(undefined4 *param_1,undefined4 *param_2)
{
int iVar1;
undefined4 uVar2;
undefined4 uVar3;
char *__format;
undefined4 uVar4;
uint uVar5;
int iVar6;
int iVar7;
iVar1 = param_2[2] + 1;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x2b847
SUB ESP,0x1c
MOV EDI,dword ptr [ESP + 0x34]
MOV EAX,dword ptr [EDI + 0x8]
ADD EAX,0x1
MOV dword ptr [EDI + 0x8],EAX
IMUL EDX,EAX,0x5c
CMP dword ptr [EDI + 0xc],EDX
JNC 0x00047813
MOV ESI,0x2e00
CMP EAX,0x3f
JG 0x00047917
SUB ESP,0x8
PUSH ESI
PUSH dword... | null | null | null | null | [(u'INT_SUB_-1206159218', u'CALL_-1206159196'), (u'COPY_-1206157747', u'CALL_-1206158598'), (u'CAST_-1206157899', u'INT_ADD_-1206159227'), ('const-2', u'COPY_-1206158918'), ('tmp_1775', u'BRANCH_-1206158419'), (u'COPY_-1206158444', u'RETURN_-1206158385'), (u'LOAD_-1206158626', u'CALLIND_-1206158616'), (u'INT_MULT_-1206... | [(u'INT_SUB_-1206159218', u'CALL_-1206159196'), ('const-2', u'COPY_-1206158918'), ('tmp_1775', u'BRANCH_-1206158419'), ('const-417', u'STORE_-1206158550'), (u'COPY_-1206158444', u'RETURN_-1206158385'), (u'LOAD_-1206158626', u'CALLIND_-1206158616'), (u'INT_MULT_-1206159324', u'INT_LESS_-1206159329'), (u'CAST_-1206157623... | null | null | 000477b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000477b0(undefined4 *param_1,undefined4 *param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *__format;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint do_display_target(bfd_target *targ,void *data)\n\n{\n char *pcVar1;\n int iVar2;\n char *pcVar3;\n char *pcVar4;\n char *__format;\n undefined4 uVar5;\n uin... | (translation_unit "undefined4 FUN_000477b0(undefined4 *param_1,undefined4 *param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *__format;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n \n iVar1 = param_2[2] + 1;\n param_2[2] = iVar1;\n uVar5 = iVar1 * 0x5c;\n if ((uint)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "undefined4 FUN_000477b0(undefined4 *param_1,undefined4 *param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *__format;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n \n iVar1 = param_2[2] + 1;\n param_2[2] = iVar1;\n uVar5 = iVar1 * 0x5c;\n if ((ui... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(type_1 *targ,void *data)
{
char *pcVar1;
int var_1;
char *pcVar3;
char *pcVar4;
char *__format;
type_2 uVar5;
type_3 var_2;
int var_14;
int var_5;
va... | 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: (point... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 *param_1,undefined4 *param_2)
{
int iVar1;
undefined4 uVar2;
undefined4 uVar3;
char *__format;
undefined4 uVar4;
uint uVar5;
int iVar6;
int iVar7;
iVar1 = param_2[2] + 1;
param... |
890_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | countargv | FUN_0006b0a0 |
int countargv(char **argv)
{
int iVar1;
iVar1 = 0;
if ((argv != (char **)0x0) && (*argv != (char *)0x0)) {
do {
iVar1 = iVar1 + 1;
} while (argv[iVar1] != (char *)0x0);
return iVar1;
}
return iVar1;
}
|
void FUN_0006b0a0(int *param_1)
{
int iVar1;
iVar1 = 0;
if ((param_1 != (int *)0x0) && (*param_1 != 0)) {
do {
iVar1 = iVar1 + 1;
} while (param_1[iVar1] != 0);
return;
}
return;
}
| MOV EDX,dword ptr [ESP + 0x4]
XOR EAX,EAX
TEST EDX,EDX
JZ 0x0006b0c0
MOV ECX,dword ptr [EDX]
TEST ECX,ECX
JZ 0x0006b0c0
ADD EAX,0x1
MOV ECX,dword ptr [EDX + EAX*0x4]
TEST ECX,ECX
JNZ 0x0006b0b0
RET
RET | null | null | null | null | [(u'INT_NOTEQUAL_-1206275884', u'CBRANCH_-1206275884'), ('tmp_174', u'LOAD_-1206275902'), ('tmp_174', u'INT_NOTEQUAL_-1206275902'), (u'INT_ADD_-1206275865', u'RETURN_-1206275840'), ('const-0', u'RETURN_-1206275831'), ('const-0', u'INT_NOTEQUAL_-1206275851'), ('tmp_152', u'CBRANCH_-1206275850'), ('const-0', u'RETURN_-12... | [(u'INT_NOTEQUAL_-1206275884', u'CBRANCH_-1206275884'), ('const-0', u'RETURN_-1206275831'), ('const-0', u'INT_NOTEQUAL_-1206275851'), ('tmp_152', u'CBRANCH_-1206275850'), ('const-0', u'RETURN_-1206275840'), (u'LOAD_-1206275902', u'INT_NOTEQUAL_-1206275884'), ('tmp_56', u'CBRANCH_-1206275902'), ('const-417', u'LOAD_-120... | null | null | 0006b0a0 | x86 | O1 | (translation_unit "void FUN_0006b0a0(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0006b0a0(int *param_1)\n\n{\n int iVar... | (translation_unit "int countargv(char **argv)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((argv != (char **)0x0) && (*argv != (char *)0x0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (argv[iVar1] != (char *)0x0);\n return iVar1;\n }\n return iVar1;\n}\n\n" (function_definition "int countargv(char **argv)\n... | (translation_unit "void FUN_0006b0a0(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0006b0a0(int *param_1)\n\n{\n int iVar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expres... | (function_definition "void FUN_0006b0a0(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = 0;\n if ((param_1 != (int *)0x0) && (*param_1 != 0)) {\n do {\n iVar1 = iVar1 + 1;\n } while (param_1[iVar1] != 0);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0006b0a0(int *param_1... |
int function_1(char **var_1)
{
int var_2;
var_2 = 0;
if ((var_1 != (char **)0x0) && (*var_1 != (char *)0x0)) {
do {
var_2 = var_2 + 1;
} while (var_1[var_2] != (char *)0x0);
return var_2;
}
return var_2;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... | null |
void MASKED(int *param_1)
{
int iVar1;
iVar1 = 0;
if ((param_1 != (int *)0x0) && (*param_1 != 0)) {
do {
iVar1 = iVar1 + 1;
} while (param_1[iVar1] != 0);
return;
}
return;
}
|
6092_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_section::Input_section_sort_section_name_compare>_> | FUN_00197fe0 |
/* 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:
__insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Output_sect... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00197fe0(undefined4 *param_1,undefined4 *param_2)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
undefined4 uVar6;
undefined4 uVar7;
size_t __n;
undefined4 ... | CALL 0x000b4846
ADD EAX,0x27c01b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x6c
MOV dword ptr [ESP + 0x14],EAX
MOV EDX,dword ptr [ESP + 0x80]
CMP EDX,dword ptr [ESP + 0x84]
JZ 0x001981fc
LEA EDI,[EDX + 0x34]
CMP EDI,dword ptr [ESP + 0x84]
JZ 0x001981fc
LEA EAX,[ESP + 0x88]
MOV dword ptr [ESP + 0x10],EAX
LEA EAX,[ESP ... | null | null | null | null | [(u'MULTIEQUAL_-1207531498', u'PTRADD_-1207531986'), (u'CAST_-1207530667', u'STORE_-1207532514'), (u'MULTIEQUAL_-1207531132', u'MULTIEQUAL_-1207531565'), (u'MULTIEQUAL_-1207531251', u'MULTIEQUAL_-1207531026'), (u'LOAD_-1207532972', u'CAST_-1207530927'), (u'MULTIEQUAL_-1207531477', u'MULTIEQUAL_-1207531509'), ('tmp_1672... | [(u'CALL_-1207532181', u'INDIRECT_-1207531031'), (u'COPY_-1207530640', u'MULTIEQUAL_-1207531492'), ('const-4', u'PTRADD_-1207531163'), (u'MULTIEQUAL_-1207531887', u'PTRADD_-1207531131'), (u'CAST_-1207531088', u'PTRADD_-1207531020'), (u'PTRADD_-1207530615', u'LOAD_-1207531902'), (u'PTRADD_-1207531131', u'LOAD_-120753293... | null | null | 00197fe0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00197fe0(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7... | (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:\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,\n std::ve... | (translation_unit "void FUN_00197fe0(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n size_t __n;\n undefined4 uVar8;\n undefined4 *puVar9;\n size_t __n_00;\n char cVar1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_00197fe0(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 uVar7;\n size_t __n;\n undefined4 uVar8;\n undefined4 *puVar9;\n size_t __n_00;\n char cV... |
/* 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:
__insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Output_sect... | 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 */
void MASKED(undefined4 *param_1,undefined4 *param_2)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
undefined4 uVar6;
undefined4 uVar7;
size_t __n;
undefined4 uVar8;... |
502_i686-linux-gnu-objcopy_and_i686-linux-gnu-objcopy_strip.c | bfd_set_file_flags | bfd_set_file_flags |
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_file_flags(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_file_flags(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185562')] | [('const-1', u'RETURN_-1206185562')] | null | null | 0004119c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_file_flags(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_file_flags(void)\n\n{\n /* WAR... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_file_flags(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_file_flags(void)\n\n{\n /* WAR... | (translation_unit "void bfd_set_file_flags(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_file_flags(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_file_flags(void)" identifier (parameter_list "(void)" ( (parameter_dec... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_set_file_flags(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_file_flags(void)" (identifier "bfd_set_file_flags") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stat... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2756_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_section_link | FUN_000b2c40 |
/* DWARF original prototype: uint do_section_link(Sized_relobj_file<64,_false> * this, uint shndx)
*/
uint __thiscall
gold::Sized_relobj_file<64,_false>::do_section_link(Sized_relobj_file<64,_false> *this,uint shndx)
{
Elf_Word EVar1;
EVar1 = elfcpp::Elf_file<64,_false,_gold::Object>::section_link(&this->... |
void FUN_000b2c40(void)
{
FUN_000b2ba0();
return;
}
| ADD dword ptr [ESP + 0x4],0x90
JMP 0x000b2ba0 | null | null | null | null | [('tmp_60', u'CALL_-1206637472'), ('tmp_59', u'PTRSUB_-1206637405'), (u'PTRSUB_-1206637405', u'CALL_-1206637472'), ('const-144', u'PTRSUB_-1206637405'), ('const-0', u'RETURN_-1206637468'), (u'CALL_-1206637472', u'RETURN_-1206637468')] | [('const-0', u'RETURN_-1206637468')] | null | null | 000b2c40 | x86 | O1 | (translation_unit "void FUN_000b2c40(void)\n\n{\n FUN_000b2ba0();\n return;\n}\n\n" (function_definition "void FUN_000b2c40(void)\n\n{\n FUN_000b2ba0();\n return;\n}" primitive_type (function_declarator "FUN_000b2c40(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com... | (translation_unit "/* DWARF original prototype: uint do_section_link(Sized_relobj_file<64,_false> * this, uint shndx)\n */\n\nuint __thiscall\ngold::Sized_relobj_file<64,_false>::do_section_link(Sized_relobj_file<64,_false> *this,uint shndx)\n\n{\n Elf_Word EVar1;\n \n EVar1 = elfcpp::Elf_file<64,_false,_gold::Ob... | (translation_unit "void FUN_000b2c40(void)\n\n{\n FUN_000b2ba0();\n return;\n}\n\n" (function_definition "void FUN_000b2c40(void)\n\n{\n FUN_000b2ba0();\n return;\n}" primitive_type (function_declarator "FUN_000b2c40(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_000b2c40(void)\n\n{\n FUN_000b2ba0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_000b2c40(void)" (identifier "FUN_000b2c40") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_000b2ba0();\n... |
/* DWARF original prototype: uint do_section_link(Sized_relobj_file<64,_false> * this, uint shndx)
*/
type_1 __thiscall
gold::Sized_relobj_file<64,_false>::do_section_link(Sized_relobj_file<64,_false> *this,type_1 shndx)
{
Elf_Word EVar1;
EVar1 = elfcpp::Elf_file<64,_false,_gold::Object>::var_1(&this->elf... | 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_000b2ba0();
return;
}
|
23_i686-linux-gnu-nm_and_i686-linux-gnu-nm_strip.c | bfd_target_list | bfd_target_list |
void bfd_target_list(void)
{
(*(code *)PTR_bfd_target_list_0001d068)();
return;
}
|
void bfd_target_list(void)
{
(*(code *)PTR_bfd_target_list_0001d068)();
return;
}
| JMP dword ptr [EBX + 0x68] | null | null | null | null | [(u'CALLIND_-1205984838', u'INDIRECT_-1205984766'), ('tmp_58', u'CAST_-1205984761'), ('const-0', u'RETURN_-1205984835'), (u'CAST_-1205984761', u'CALLIND_-1205984838'), (u'INDIRECT_-1205984766', u'COPY_-1205984825')] | [(u'CALLIND_-1205984838', u'INDIRECT_-1205984766'), ('tmp_58', u'CAST_-1205984761'), ('const-0', u'RETURN_-1205984835'), (u'CAST_-1205984761', u'CALLIND_-1205984838'), (u'INDIRECT_-1205984766', u'COPY_-1205984825')] | null | null | 000121b0 | x86 | O1 | (translation_unit "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}\n\n" (function_definition "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}" primitive_type (function_declarator "bfd_target_list(void)" identifier (parameter_list "(... | (translation_unit "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}\n\n" (function_definition "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}" primitive_type (function_declarator "bfd_target_list(void)" identifier (parameter_list "(... | (translation_unit "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}\n\n" (function_definition "void bfd_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}" primitive_type (function_declarator "bfd_target_list(void)" identifier (parameter_list "(... | (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_target_list(void)\n\n{\n (*(code *)PTR_bfd_target_list_0001d068)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_target_list(void)" (identifier "bfd_target_list") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_target_list_0001d068)();
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_0001d068)();
return;
}
|
106_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | bfd_elf_get_bfd_needed_list | bfd_elf_get_bfd_needed_list |
void bfd_elf_get_bfd_needed_list(void)
{
(*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();
return;
}
|
void bfd_elf_get_bfd_needed_list(void)
{
(*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();
return;
}
| JMP dword ptr [EBX + 0x1c0] | null | null | null | null | [(u'CAST_-1205967001', u'CALLIND_-1205967078'), (u'INDIRECT_-1205967006', u'COPY_-1205967065'), (u'CALLIND_-1205967078', u'INDIRECT_-1205967006'), ('const-0', u'RETURN_-1205967075'), ('tmp_58', u'CAST_-1205967001')] | [(u'CAST_-1205967001', u'CALLIND_-1205967078'), (u'INDIRECT_-1205967006', u'COPY_-1205967065'), (u'CALLIND_-1205967078', u'INDIRECT_-1205967006'), ('const-0', u'RETURN_-1205967075'), ('tmp_58', u'CAST_-1205967001')] | null | null | 00016710 | x86 | O1 | (translation_unit "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}\n\n" (function_definition "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}" primitive_type (function_declarator "bfd_... | (translation_unit "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}\n\n" (function_definition "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}" primitive_type (function_declarator "bfd_... | (translation_unit "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}\n\n" (function_definition "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}" primitive_type (function_declarator "bfd_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_elf_get_bfd_needed_list(void)\n\n{\n (*(code *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_elf_get_bfd_needed_list(void)" (identifier "bfd_elf_get_bfd_needed_list") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_elf_get_bfd_needed_list_001ce1c0)();
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_001ce1c0)();
return;
}
|
277_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | find_identical_sections | FUN_0002f75e |
/* gold::Icf::find_identical_sections(gold::Input_objects const*, gold::Symbol_table*) [clone
.cold.299] */
void __regparm3 gold::Icf::find_identical_sections(Input_objects *param_1,Symbol_table *param_2)
{
int unaff_EBP;
undefined4 unaff_ESI;
__cxa_begin_catch(param_1);
*(undefined4 *)(*(int *)(unaff_... |
void __regparm3 FUN_0002f75e(undefined4 param_1)
{
int unaff_EBP;
undefined4 unaff_ESI;
FUN_00247930(param_1);
*(undefined4 *)(*(int *)(unaff_EBP + 8) + 0x20) = unaff_ESI;
/* WARNING: Subroutine does not return */
/* try { // try from 0002f778 to 0002f77c has its Cat... | SUB ESP,0xc
MOV EDI,dword ptr [EBP + 0xffffff1c]
PUSH EAX
MOV EBX,EDI
CALL 0x00247930
MOV EAX,dword ptr [EBP + 0x8]
ADD ESP,0x10
MOV dword ptr [EAX + 0x20],ESI
CALL 0x00246af0 | null | null | null | null | [('const-1', u'RETURN_-1205995608'), (u'INT_ADD_-1205995609', u'CAST_-1205995522'), (u'CAST_-1205995522', u'STORE_-1205995623'), ('const-8', u'INT_ADD_-1205995627'), (u'INT_ADD_-1205995627', u'CAST_-1205995529'), ('tmp_173', u'INT_ADD_-1205995627'), ('const-417', u'STORE_-1205995623'), (u'CAST_-1205995529', u'LOAD_-120... | [('const-1', u'RETURN_-1205995608'), ('tmp_165', u'INT_ADD_-1205995627'), (u'INT_ADD_-1205995609', u'CAST_-1205995524'), ('const-8', u'INT_ADD_-1205995627'), ('const-417', u'LOAD_-1205995643'), ('tmp_167', u'STORE_-1205995623'), (u'CAST_-1205995531', u'LOAD_-1205995643'), ('tmp_166', u'CALL_-1205995645'), (u'LOAD_-1205... | null | null | 0002f75e | x86 | O1 | (translation_unit "void __regparm3 FUN_0002f75e(undefined4 param_1)\n\n{\n int unaff_EBP;\n undefined4 unaff_ESI;\n \n FUN_00247930(param_1);\n *(undefined4 *)(*(int *)(unaff_EBP + 8) + 0x20) = unaff_ESI;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0002f... | (translation_unit "/* gold::Icf::find_identical_sections(gold::Input_objects const*, gold::Symbol_table*) [clone\n .cold.299] */\n\nvoid __regparm3 gold::Icf::find_identical_sections(Input_objects *param_1,Symbol_table *param_2)\n\n{\n int unaff_EBP;\n undefined4 unaff_ESI;\n \n __cxa_begin_catch(param_1);\n *(u... | (translation_unit "void __regparm3 FUN_0002f75e(undefined4 param_1)\n\n{\n int unaff_EBP;\n undefined4 unaff_ESI;\n \n FUN_00247930(param_1);\n *(undefined4 *)(*(int *)(unaff_EBP + 8) + 0x20) = unaff_ESI;\n \n \n FUN_00246af0();\n}\n\n" (function_definition "void __regparm3 F... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assi... | (function_definition "void __regparm3 FUN_0002f75e(undefined4 param_1)\n\n{\n int unaff_EBP;\n undefined4 unaff_ESI;\n \n FUN_00247930(param_1);\n *(undefined4 *)(*(int *)(unaff_EBP + 8) + 0x20) = unaff_ESI;\n \n \n FUN_00246af0();\n}" (primitive_type "void") (ERROR "__regpar... |
/* gold::Icf::find_identical_sections(gold::Input_objects const*, gold::Symbol_table*) [clone
.cold.299] */
void __regparm3 gold::Icf::find_identical_sections(Input_objects *param_1,Symbol_table *param_2)
{
int var_2;
type_1 unaff_ESI;
var_1(param_1);
*(type_1 *)(*(int *)(var_2 + 8) + 0x20) = unaff_ESI... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (i... | null |
void __regparm3 MASKED(undefined4 param_1)
{
int unaff_EBP;
undefined4 unaff_ESI;
FUN_00247930(param_1);
*(undefined4 *)(*(int *)(unaff_EBP + 8) + 0x20) = unaff_ESI;
/* WARNING: Subroutine does not return */
/* try { // try from 0002f778 to 0002f77c has its CatchHand... |
4841_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | get_name_to_match | FUN_00115b30 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: char * get_name_to_match(Version_script_info * this, char * name, int
language, Lazy_demangler * cpp_demangler, Lazy_demangler * java_demangler) */
char * __thiscall
gold::Version_script_info::get_n... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
FUN_00115b30(undefined4 param_1,undefined4 param_2,int param_3,undefined4 *param_4,
undefined4 *param_5)
{
undefined4 uVar1;
if (param_3 == 1) {
param_5 = param_4;
if (*(char *)(param_4 + 3)... | PUSH EBX
CALL 0x00032730
ADD EBX,0x1ec4ca
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x18]
CMP EAX,0x1
JZ 0x00115b98
CMP EAX,0x2
JZ 0x00115b80
TEST EAX,EAX
JZ 0x00115b70
PUSH EAX
LEA EAX,[EBX + 0xfff2e0d0]
PUSH EAX
LEA EAX,[EBX + 0xfff2d0ac]
PUSH 0x917
PUSH EAX
CALL 0x0005f0b0
MOV EAX,dword ptr [ESP + 0x14]
ADD ESP,0x8
POP E... | null | null | null | null | [(u'INT_NOTEQUAL_-1207018610', u'CBRANCH_-1207018610'), ('const-1', u'STORE_-1207018300'), ('const-12', u'PTRSUB_-1207018034'), ('const-417', u'LOAD_-1207018395'), ('const-0', u'RETURN_-1207018464'), ('const-2', u'INT_NOTEQUAL_-1207018625'), ('tmp_770', u'PTRSUB_-1207018125'), ('const-8', u'PTRSUB_-1207018038'), ('cons... | [(u'INT_NOTEQUAL_-1207018610', u'CBRANCH_-1207018610'), ('const-3', u'PTRADD_-1207018046'), ('tmp_1245', u'CALL_-1207018567'), ('const-3', u'PTRADD_-1207018135'), ('tmp_1248', u'PTRADD_-1207018072'), (u'LOAD_-1207018374', u'CALL_-1207018361'), ('const-0', u'INT_EQUAL_-1207018500'), ('const-1', u'INT_EQUAL_-1207018642')... | null | null | 00115b30 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4\nFUN_00115b30(undefined4 param_1,undefined4 param_2,int param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_3 == 1) {\n param_5 = param_4;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: char * get_name_to_match(Version_script_info * this, char * name, int\n language, Lazy_demangler * cpp_demangler, Lazy_demangler * java_demangler) */\n\nchar * __thiscall\ngold::Ver... | (translation_unit "undefined4\nFUN_00115b30(undefined4 param_1,undefined4 param_2,int param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_3 == 1) {\n param_5 = param_4;\n if (*(char *)(param_4 + 3) == '\0') {\n uVar1 = FUN_001688e0(*param_4,param_4[1]);\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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))... | (function_definition "undefined4\nFUN_00115b30(undefined4 param_1,undefined4 param_2,int param_3,undefined4 *param_4,\n undefined4 *param_5)\n\n{\n undefined4 uVar1;\n \n if (param_3 == 1) {\n param_5 = param_4;\n if (*(char *)(param_4 + 3) == '\0') {\n uVar1 = FUN_001688e0(*param_4,param_4[1])... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: char * get_name_to_match(Version_script_info * this, char * name, int
language, Lazy_demangler * cpp_demangler, Lazy_demangler * java_demangler) */
char * __thiscall
gold::Version_script_info::get_n... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
MASKED(undefined4 param_1,undefined4 param_2,int param_3,undefined4 *param_4,
undefined4 *param_5)
{
undefined4 uVar1;
if (param_3 == 1) {
param_5 = param_4;
if (*(char *)(param_4 + 3) == '\... |
187_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c | dwarf2_directive_filename | FUN_0001b3c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
char * dwarf2_directive_filename(void)
{
int iVar1;
char cVar2;
uint num;
char *filename;
char *pcVar3;
int iVar4;
offsetT oVar5;
int filename_len;
undefined4 uStack_14;... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0001b3c0(void)
{
int iVar1;
char cVar2;
uint uVar3;
int iVar4;
undefined4 uVar5;
int iVar6;
undefined8 uVar7;
undefined1 local_20 [12];
undefined4 uStack_14;
uStack_14 = 0x1b3c9;
cVar2 = *DAT_000... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016070
ADD EBX,0x5cc37
SUB ESP,0x1c
LEA ECX,[EBX + 0x9578]
MOV EDX,dword ptr [ECX]
MOVZX EAX,byte ptr [EDX]
CMP AL,0x20
JNZ 0x0001b3ea
LEA EAX,[EDX + 0x1]
MOV dword ptr [ECX],EAX
MOVZX EAX,byte ptr [EDX + 0x1]
CMP AL,0x22
JZ 0x0001b488
CALL 0x00032f30
SUB ESP,0xc
MOV ESI,EAX... | null | null | null | null | [('const-1', u'PTRADD_-1205947299'), (u'MULTIEQUAL_-1205946465', u'COPY_-1205946516'), (u'INDIRECT_-1205946552', u'MULTIEQUAL_-1205946465'), (u'CALL_-1205947294', u'CALL_-1205947100'), (u'INT_SBORROW_-1205947138', u'INT_NOTEQUAL_-1205947148'), (u'INDIRECT_-1205946471', u'MULTIEQUAL_-1205946465'), (u'LOAD_-1205947133', ... | [('tmp_2699', u'LOAD_-1205947391'), (u'CALL_-1205947005', u'INDIRECT_-1205946454'), (u'SUBPIECE_-1205946560', u'INT_SUB_-1205947144'), (u'INDIRECT_-1205946486', u'MULTIEQUAL_-1205946480'), (u'INT_ZEXT_-1205947218', u'CAST_-1205946509'), ('const-0', u'COPY_-1205946898'), (u'INT_SBORROW_-1205947138', u'INT_NOTEQUAL_-1205... | null | null | 0001b3c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0001b3c0(void)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n undefined8 uVar7;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nchar * dwarf2_directive_filename(void)\n\n{\n int iVar1;\n char cVar2;\n uint num;\n char *filename;\n char *pcVar3;\n int iVar4;\n offsetT oVar5;\n int filena... | (translation_unit "int FUN_0001b3c0(void)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n undefined8 uVar7;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack_14 = 0x1b3c9;\n cVar2 = *DAT_00081578;\n if (cVar2 == ' ') {\n cVar2 = DAT_00081578[1]... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration T... | (function_definition "int FUN_0001b3c0(void)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n undefined4 uVar5;\n int iVar6;\n undefined8 uVar7;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack_14 = 0x1b3c9;\n cVar2 = *DAT_00081578;\n if (cVar2 == ' ') {\n cVar2 = DAT_00081578... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
char * function_1(void)
{
int var_12;
char var_1;
type_1 var_8;
char *var_6;
char *pcVar3;
int var_9;
type_2 oVar5;
int filename_len;
type_3 uStack_14;
uStack_14 = ... | 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 |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(void)
{
int iVar1;
char cVar2;
uint uVar3;
int iVar4;
undefined4 uVar5;
int iVar6;
undefined8 uVar7;
undefined1 local_20 [12];
undefined4 uStack_14;
uStack_14 = 0x1b3c9;
cVar2 = *DAT_00081578;... |
409_libpng16.so.16.36_and_libpng16.so.16.36_strip.c | png_set_background_fixed | png_set_background_fixed |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void png_set_background_fixed
(png_structrp png_ptr,png_const_color_16p background_color,int background_gamma_code,
int need_expand,png_fixed_point background... |
void __regparm2
png_set_background_fixed
(undefined4 param_1,undefined4 param_2,undefined4 *param_3,int param_4,int param_5,
undefined4 param_6)
{
int iVar1;
uint uVar2;
int unaff_EBX;
int unaff_retaddr;
entry(param_2,0x2310c);
iVar1 = FUN_00022f09();
if ((param_3 != (undefined4 *... | PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00014950
ADD EBX,0x27c78
MOV ESI,dword ptr [ESP + 0x10]
MOV EDI,dword ptr [ESP + 0x14]
MOV EDX,0x0
MOV EAX,ESI
CALL 0x00022f09
TEST EDI,EDI
JZ 0x0002319c
TEST EAX,EAX
JZ 0x0002319c
CMP dword ptr [ESP + 0x18],0x0
JZ 0x000231a0
MOV EAX,dword ptr [ESI + 0xd8]
MOV EDX,EAX
AND EDX,0xff7ffff... | null | null | null | null | [(u'PTRSUB_-1206046012', u'LOAD_-1206046343'), (u'PTRSUB_-1206045972', u'LOAD_-1206046033'), ('const-448', u'PTRSUB_-1206045942'), ('tmp_587', u'INT_EQUAL_-1206046348'), ('const-417', u'STORE_-1206046311'), (u'PTRSUB_-1206045942', u'PTRSUB_-1206045941'), (u'COPY_-1206045960', u'CALL_-1206046083'), ('const-216', u'PTRSU... | [('const-143628', u'CALL_-1206046439'), (u'INT_ADD_-1206046256', u'CAST_-1206045945'), (u'CAST_-1206045933', u'STORE_-1206046254'), ('tmp_1197', u'INT_ADD_-1206046129'), ('tmp_868', u'CALL_-1206046439'), (u'INT_AND_-1206046288', u'STORE_-1206046311'), (u'LOAD_-1206046278', u'STORE_-1206046270'), ('tmp_1200', u'INT_NOTE... | null | null | 00023104 | x86 | O1 | (translation_unit "void __regparm2\npng_set_background_fixed\n (undefined4 param_1,undefined4 param_2,undefined4 *param_3,int param_4,int param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBX;\n int unaff_retaddr;\n \n entry(param_2,0x2310c);\n iVar1 = FUN_00022f09();\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid png_set_background_fixed\n (png_structrp png_ptr,png_const_color_16p background_color,int background_gamma_code,\n int need_expand,png... | (translation_unit "void __regparm2\npng_set_background_fixed\n (undefined4 param_1,undefined4 param_2,undefined4 *param_3,int param_4,int param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBX;\n int unaff_retaddr;\n \n entry(param_2,0x2310c);\n iVar1 = FUN_00022f09();\n... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void __regparm2\npng_set_background_fixed\n (undefined4 param_1,undefined4 param_2,undefined4 *param_3,int param_4,int param_5,\n undefined4 param_6)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBX;\n int unaff_retaddr;\n \n entry(param_2,0x2310c);\n iVar1 = FUN_00022f09()... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1
(type_1 png_ptr,type_2 var_2,int var_4,
int var_7,type_3 background_gamma)
{
type_4 var_6;
type_5 uVar2;
type_6 pVar3;
int var_3;
t... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (para... | null |
void __regparm2
MASKED
(undefined4 param_1,undefined4 param_2,undefined4 *param_3,int param_4,int param_5,
undefined4 param_6)
{
int iVar1;
uint uVar2;
int unaff_EBX;
int unaff_retaddr;
entry(param_2,0x2310c);
iVar1 = FUN_00022f09();
if ((param_3 != (undefined4 *)0x0) && (iVar1 !=... |
641_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | FUN_0003403a | FUN_0003403a |
void FUN_0003403a(void)
{
int unaff_EBP;
facet *unaff_EDI;
std::locale::facet::~facet(unaff_EDI);
operator_delete(unaff_EDI);
/* WARNING: Subroutine does not return */
_Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));
}
|
void FUN_0003403a(void)
{
int unaff_EBP;
FUN_001feeb0();
FUN_001fd020();
/* WARNING: Subroutine does not return */
FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x001feeb0
ADD ESP,0x10
SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x001fd020
POP EAX
PUSH dword ptr [EBP + -0x1c]
CALL 0x00293ff0 | null | null | null | null | [(u'INT_ADD_-1206108012', u'CAST_-1206107912'), (u'CAST_-1206107912', u'LOAD_-1206108028'), ('tmp_239', u'CALL_-1206108074'), ('const-1', u'RETURN_-1206108009'), ('tmp_240', u'INT_ADD_-1206108012'), (u'LOAD_-1206108028', u'CALL_-1206108014'), ('tmp_239', u'CALL_-1206108035'), ('const-417', u'LOAD_-1206108028'), ('const... | [(u'INT_ADD_-1206108012', u'CAST_-1206107912'), (u'CAST_-1206107912', u'LOAD_-1206108028'), ('const-417', u'LOAD_-1206108028'), ('const-1', u'RETURN_-1206108009'), ('tmp_240', u'INT_ADD_-1206108012'), (u'LOAD_-1206108028', u'CALL_-1206108014'), ('const-4294967268', u'INT_ADD_-1206108012')] | null | null | 0003403a | x86 | O1 | (translation_unit "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n \n FUN_001feeb0();\n FUN_001fd020();\n /* WARNING: Subroutine does not return */\n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n \n FUN_001feeb0... | (translation_unit "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n facet *unaff_EDI;\n \n std::locale::facet::~facet(unaff_EDI);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN... | (translation_unit "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n \n FUN_001feeb0();\n FUN_001fd020();\n \n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n \n FUN_001feeb0();\n FUN_001fd020();\n ... | (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 ( ))) ;) (expression... | (function_definition "void FUN_0003403a(void)\n\n{\n int unaff_EBP;\n \n FUN_001feeb0();\n FUN_001fd020();\n \n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_0003403a(void)" (identifier "FUN_0003403a") (parameter_list "(void)" (( "(") (pa... |
void function_1(void)
{
int var_3;
type_1 *unaff_EDI;
std::locale::facet::~type_1(unaff_EDI);
var_1(unaff_EDI);
/* WARNING: Subroutine does not return */
var_2(*(type_2 *)(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_001feeb0();
FUN_001fd020();
/* WARNING: Subroutine does not return */
FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));
}
|
1857_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | _M_find_before_node | FUN_0004dfd0 |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Branch_stub... |
int * __regparm3 FUN_0004dfd0(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
int *piVar4;
piVar4 = *(int **)(*param_1 + param_2 * 4);
if (piVar4 != (int *)0x0) {
uVar2 = ((int *)*piVar4)[6];
piVar1 = (int *)*piVar4;
while (((piVar3 = piVar1, uVa... | PUSH EBP
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
SUB ESP,0xc
MOV EAX,dword ptr [EAX]
MOV dword ptr [ESP + 0x4],ECX
MOV EBP,dword ptr [EAX + EDX*0x4]
TEST EBP,EBP
JZ 0x0004e029
MOV EBX,dword ptr [EBP]
MOV EDI,EDX
MOV ECX,dword ptr [EBX + 0x18]
JMP 0x0004e008
MOV EAX,dword ptr [EBX]
TEST EAX,EAX
JZ 0x0004e038
MOV ECX,dwor... | null | null | null | null | [(u'COPY_-1206132359', u'MULTIEQUAL_-1206132354'), (u'CAST_-1206132318', u'MULTIEQUAL_-1206132362'), (u'LOAD_-1206132624', u'CAST_-1206132269'), ('const-0', u'PTRSUB_-1206132335'), ('tmp_967', u'INT_MULT_-1206132710'), ('tmp_271', u'CBRANCH_-1206132598'), ('const-417', u'LOAD_-1206132601'), ('const-417', u'LOAD_-120613... | [('const-417', u'LOAD_-1206132710'), ('tmp_1039', u'INT_NOTEQUAL_-1206132661'), ('const-417', u'LOAD_-1206132751'), ('const-417', u'LOAD_-1206132556'), ('tmp_271', u'CBRANCH_-1206132598'), (u'CAST_-1206132330', u'COPY_-1206132391'), ('const-1', u'PTRADD_-1206132296'), ('const-4', u'PTRADD_-1206132274'), (u'LOAD_-120613... | null | null | 0004dfd0 | x86 | O1 | (translation_unit "int * __regparm3 FUN_0004dfd0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[6];\n piVar1 = (int *)*piVar4;\n ... | (translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<64,... | (translation_unit "int * __regparm3 FUN_0004dfd0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[6];\n piVar1 = (int *)*piVar4;\n ... | (translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))... | (function_definition "int * __regparm3 FUN_0004dfd0(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n int *piVar4;\n \n piVar4 = *(int **)(*param_1 + param_2 * 4);\n if (piVar4 != (int *)0x0) {\n uVar2 = ((int *)*piVar4)[6];\n piVar1 = (int *)*piVar4;\n... |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Branch_stub_ent,_unsigned_int>,_std::allocator<std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Branch_stub... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_dec... | null |
int * __regparm3 MASKED(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
int *piVar4;
piVar4 = *(int **)(*param_1 + param_2 * 4);
if (piVar4 != (int *)0x0) {
uVar2 = ((int *)*piVar4)[6];
piVar1 = (int *)*piVar4;
while (((piVar3 = piVar1, uVar2 != ... |
6492_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | set_output_symtab_index | FUN_001b34d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */
void __thiscall gold::Symbol_value<32>::set_output_symtab_index(Symbol_value<32> *this,uint i)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001b34d0(int *param_1,int param_2)
{
if ((*param_1 != 0) && (*param_1 != -2)) {
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/object.h",0x70c,"set_output_symtab_index",para... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x260b2a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [EAX]
TEST ECX,ECX
JZ 0x001b34f2
CMP ECX,-0x2
JNZ 0x001b3501
LEA ECX,[EDX + -0x1]
CMP ECX,-0x4
JA 0x001b351a
MOV dword ptr [EAX],EDX
ADD ESP,0x8
POP EBX
RET
LEA EAX,[EBX + 0xffef5260]
PU... | null | null | null | null | [('const-1', u'RETURN_-1207683870')] | [('const-1', u'INT_SUB_-1207683780'), (u'INT_NOTEQUAL_-1207683815', u'CBRANCH_-1207683815'), ('tmp_651', u'CALL_-1207683682'), ('tmp_145', u'CBRANCH_-1207683798'), ('const-3183200', u'COPY_-1207683586'), ('const-417', u'LOAD_-1207683833'), ('const-417', u'STORE_-1207683773'), ('tmp_113', u'CBRANCH_-1207683815'), (u'COP... | null | null | 001b34d0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b34d0(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/object.h",0x70c,"set_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */\n\nvoid __thiscall gold::Symbol_value<32>::set_output_symtab_index(Symbol_value<32> *this,uint i)\n\n{\n}\n\n" comment... | (translation_unit "void FUN_001b34d0(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n \n FUN_000da200("../../gold/object.h",0x70c,"set_output_symtab_index",param_2);\n }\n if (param_2 - 1U < 0xfffffffd) {\n *param_1 = param_2;\n return;\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression... | (function_definition "void FUN_001b34d0(int *param_1,int param_2)\n\n{\n if ((*param_1 != 0) && (*param_1 != -2)) {\n \n FUN_000da200("../../gold/object.h",0x70c,"set_output_symtab_index",param_2);\n }\n if (param_2 - 1U < 0xfffffffd) {\n *param_1 = param_2;\n return;\n }\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_output_symtab_index(Symbol_value<32> * this, uint i) */
void __thiscall gold::type_1<32>::function_1(type_1<32> *this,type_2 i)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int param_2)
{
if ((*param_1 != 0) && (*param_1 != -2)) {
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/object.h",0x70c,"set_output_symtab_index",param_2);
... |
6329_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | get_count | FUN_00193000 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 get_count(char **type,int *count)
{
byte bVar1;
byte *pbVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
int iVar6;
iVar6 = 0;
pbVar5 = (byte *)*type;
if ((_sch_istable[*pbVar5] & 4) != 0) {
iVar... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00193000(int *param_1,int *param_2)
{
byte bVar1;
byte *pbVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
undefined4 uVar6;
uVar6 = 0;
pbVar5 = (byte *)*param_1;
if (((&DAT_0026bf40)[(ui... | PUSH EBP
MOV EBP,EAX
PUSH EDI
MOV EDI,EDX
PUSH ESI
XOR ESI,ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x1abff1
SUB ESP,0x4
MOV dword ptr [ESP],EDX
MOV EDX,dword ptr [EAX]
MOVZX ECX,byte ptr [EDX]
LEA EAX,[EBX + 0xfff2cf40]
MOVZX EBX,CL
TEST byte ptr [EAX + EBX*0x2],0x4
JZ 0x0019304e
MOVSX ECX,CL
LEA EBX,[EDX + 0x1]
MOV ESI,0... | null | null | null | null | [(u'COPY_-1207553856', u'RETURN_-1207553822'), (u'INT_ZEXT_-1207553801', u'COPY_-1207553623'), (u'CAST_-1207553629', u'INT_SEXT_-1207553917'), ('const-1', u'COPY_-1207553925'), ('const-2', u'PTRADD_-1207553566'), ('const-417', u'LOAD_-1207553948'), ('const-417', u'LOAD_-1207553973'), (u'LOAD_-1207553948', u'INT_AND_-12... | [('const-1', u'PTRADD_-1207553755'), (u'COPY_-1207553856', u'RETURN_-1207553822'), ('const-2', u'INT_MULT_-1207553755'), (u'COPY_-1207553646', u'PTRADD_-1207553738'), ('const-2', u'INT_MULT_-1207553922'), (u'PTRADD_-1207553738', u'COPY_-1207553624'), ('const-417', u'LOAD_-1207553969'), ('const-1', u'COPY_-1207553925'),... | null | null | 00193000 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00193000(int *param_1,int *param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n \n uVar6 = 0;\n pbVar5 = (byte *)*para... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 get_count(char **type,int *count)\n\n{\n byte bVar1;\n byte *pbVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n int iVar6;\n \n iVar6 = 0;\n pbVar5 = (byte *)*type;\n if ((_sch_istabl... | (translation_unit "undefined4 __regparm3 FUN_00193000(int *param_1,int *param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n \n uVar6 = 0;\n pbVar5 = (byte *)*param_1;\n if (((&DAT_0026bf40)[(uint)*pbVar5 * 2] & 4) != 0) {\n uVar6 = 1;\n iVar3 = (c... | (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_00193000(int *param_1,int *param_2)\n\n{\n byte bVar1;\n byte *pbVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n \n uVar6 = 0;\n pbVar5 = (byte *)*param_1;\n if (((&DAT_0026bf40)[(uint)*pbVar5 * 2] & 4) != 0) {\n uVar6 = 1;\n iVar3 =... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(char **type,int *count)
{
type_1 var_3;
type_1 *pbVar2;
int var_2;
type_2 uVar4;
type_1 *var_1;
int iVar6;
iVar6 = 0;
var_1 = (type_1 *)*type;
if ((_sch_istable[*var_1] & 4) != 0) {
... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type)... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int *param_1,int *param_2)
{
byte bVar1;
byte *pbVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
undefined4 uVar6;
uVar6 = 0;
pbVar5 = (byte *)*param_1;
if (((&DAT_0026bf40)[(uint)*pb... |
236_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c | yy_flush_buffer | FUN_0001aac0 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Unknown calling convention */
void yy_flush_buffer(YY_BUFFER_STATE b)
{
char *pcVar1;
YY_BUFFER_STATE *ppyVar2;
ppyVar2 = yy_buffer_stack;
if (b != (YY_BUFFER_STATE)0x0) {
b->yy_n_chars = 0;
*b->yy_... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_0001aac0(undefined4 *param_1)
{
undefined1 *puVar1;
int iVar2;
iVar2 = DAT_001c0424;
if (param_1 != (undefined4 *)0x0) {
param_1[4] = 0;
*(undefined1 *)param_1[1] = 0;
*(undefined1 *)(param_1[1] +... | CALL 0x00017cf5
ADD EDX,0x1a453b
PUSH ESI
PUSH EBX
MOV EAX,dword ptr [ESP + 0xc]
TEST EAX,EAX
JZ 0x0001ab12
MOV ECX,dword ptr [EAX + 0x4]
MOV EBX,dword ptr [EDX + 0x1424]
MOV dword ptr [EAX + 0x10],0x0
MOV byte ptr [ECX],0x0
MOV ECX,dword ptr [EAX + 0x4]
MOV byte ptr [ECX + 0x1],0x0
MOV ECX,dword ptr [EAX + 0x4]
MOV dw... | null | null | null | null | [('tmp_358', u'PTRSUB_-1205949366'), ('tmp_358', u'INT_EQUAL_-1205949591'), (u'LOAD_-1205949523', u'COPY_-1205949507'), (u'STORE_-1205949688', u'INDIRECT_-1205949484'), ('const-0', u'PTRSUB_-1205949366'), ('tmp_358', u'PTRSUB_-1205949424'), (u'MULTIEQUAL_-1205949391', u'COPY_-1205949456'), ('const-417', u'LOAD_-1205949... | [('const-1', u'INT_ADD_-1205949653'), ('tmp_726', u'COPY_-1205949523'), (u'CAST_-1205949379', u'LOAD_-1205949606'), ('tmp_726', u'MULTIEQUAL_-1205949409'), (u'LOAD_-1205949523', u'COPY_-1205949507'), (u'PTRADD_-1205949425', u'LOAD_-1205949675'), ('const-417', u'LOAD_-1205949566'), ('tmp_503', u'INT_EQUAL_-1205949591'),... | null | null | 0001aac0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0001aac0(undefined4 *param_1)\n\n{\n undefined1 *puVar1;\n int iVar2;\n \n iVar2 = DAT_001c0424;\n if (param_1 != (undefined4 *)0x0) {\n param_1[4] = 0;\n *(undefined1 *)param_1[1] = 0;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Unknown calling convention */\n\nvoid yy_flush_buffer(YY_BUFFER_STATE b)\n\n{\n char *pcVar1;\n YY_BUFFER_STATE *ppyVar2;\n \n ppyVar2 = yy_buffer_stack;\n if (b != (YY_BUFFER_STATE)0x0) {\n b... | (translation_unit "void FUN_0001aac0(undefined4 *param_1)\n\n{\n undefined1 *puVar1;\n int iVar2;\n \n iVar2 = DAT_001c0424;\n if (param_1 != (undefined4 *)0x0) {\n param_1[4] = 0;\n *(undefined1 *)param_1[1] = 0;\n *(undefined1 *)(param_1[1] + 1) = 0;\n puVar1 = (undefined1 *)param_1[1];\n param_1[... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_sta... | (function_definition "void FUN_0001aac0(undefined4 *param_1)\n\n{\n undefined1 *puVar1;\n int iVar2;\n \n iVar2 = DAT_001c0424;\n if (param_1 != (undefined4 *)0x0) {\n param_1[4] = 0;\n *(undefined1 *)param_1[1] = 0;\n *(undefined1 *)(param_1[1] + 1) = 0;\n puVar1 = (undefined1 *)param_1[1];\n param... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Unknown calling convention */
void function_1(type_1 var_1)
{
char *pcVar1;
type_1 *var_2;
var_2 = yy_buffer_stack;
if (var_1 != (type_1)0x0) {
var_1->yy_n_chars = 0;
*var_1->yy_ch_buf = '\0';
v... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(undefined4 *param_1)
{
undefined1 *puVar1;
int iVar2;
iVar2 = DAT_001c0424;
if (param_1 != (undefined4 *)0x0) {
param_1[4] = 0;
*(undefined1 *)param_1[1] = 0;
*(undefined1 *)(param_1[1] + 1) = ... |
296_bash_and_bash_strip.c | get_current_prompt_level | get_current_prompt_level |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
int get_current_prompt_level(void)
{
int iVar1;
iVar1 = 1;
if (current_prompt_string != (char *)0x0) {
iVar1 = (current_prompt_string == ps2_prompt) + 1;
}
return iVar1;
... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char get_current_prompt_level(void)
{
char cVar1;
cVar1 = '\x01';
if (current_prompt_string != 0) {
cVar1 = (current_prompt_string == ps2_prompt) + '\x01';
}
return cVar1;
}
| CALL 0x00033529
ADD ECX,0x1061b9
LEA EAX,[ECX + 0x8c90]
MOV EDX,dword ptr [EAX]
MOV EAX,0x1
TEST EDX,EDX
JZ 0x00034e6f
LEA EAX,[ECX + 0x8c80]
CMP EDX,dword ptr [EAX]
SETZ AL
MOVZX EAX,AL
ADD EAX,0x1
RET | null | null | null | null | [('tmp_235', u'COPY_-1206104387'), (u'INT_NOTEQUAL_-1206104453', u'CBRANCH_-1206104453'), ('tmp_234', u'INT_NOTEQUAL_-1206104453'), (u'INT_ZEXT_-1206104413', u'INT_ADD_-1206104405'), (u'MULTIEQUAL_-1206104338', u'RETURN_-1206104402'), (u'INT_EQUAL_-1206104430', u'INT_ZEXT_-1206104413'), ('const-0', u'RETURN_-1206104402... | [(u'INT_NOTEQUAL_-1206104453', u'CBRANCH_-1206104453'), ('tmp_242', u'INT_EQUAL_-1206104430'), ('const-0', u'RETURN_-1206104402'), ('tmp_70', u'CBRANCH_-1206104453'), (u'MULTIEQUAL_-1206104326', u'RETURN_-1206104402'), ('tmp_241', u'INT_EQUAL_-1206104430'), (u'INT_ADD_-1206104371', u'MULTIEQUAL_-1206104326'), ('tmp_242... | null | null | 00034e42 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nchar get_current_prompt_level(void)\n\n{\n char cVar1;\n \n cVar1 = '\x01';\n if (current_prompt_string != 0) {\n cVar1 = (current_prompt_string == ps2_prompt) + '\x01';\n }\n return cVar1;\n}\n\n" co... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Unknown calling convention */\n\nint get_current_prompt_level(void)\n\n{\n int iVar1;\n \n iVar1 = 1;\n if (current_prompt_string != (char *)0x0) {\n iVar1 = (current_prompt_string == ps2_promp... | (translation_unit "char get_current_prompt_level(void)\n\n{\n char cVar1;\n \n cVar1 = '\x01';\n if (current_prompt_string != 0) {\n cVar1 = (current_prompt_string == ps2_prompt) + '\x01';\n }\n return cVar1;\n}\n\n" (function_definition "char get_current_prompt_level(void)\n\n{\n char cVar1;\n \n cVar1 = '... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expr... | (function_definition "char get_current_prompt_level(void)\n\n{\n char cVar1;\n \n cVar1 = '\x01';\n if (current_prompt_string != 0) {\n cVar1 = (current_prompt_string == ps2_prompt) + '\x01';\n }\n return cVar1;\n}" (primitive_type "char") (function_declarator "get_current_prompt_level(void)" (identifier "get_... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
int function_1(void)
{
int iVar1;
iVar1 = 1;
if (var_1 != (char *)0x0) {
iVar1 = (var_1 == var_2) + 1;
}
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 (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char MASKED(void)
{
char cVar1;
cVar1 = '\x01';
if (current_prompt_string != 0) {
cVar1 = (current_prompt_string == ps2_prompt) + '\x01';
}
return cVar1;
}
|
160_hppa-linux-gnu-objcopy_and_hppa-linux-gnu-objcopy_strip.c | __do_global_dtors_aux | FUN_00016670 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x000166c6) */
/* WARNING: Removing unreachable block (ram,0x000166d0) */
void __do_global_dtors_aux(void)
{
if (completed_6888 == '\0') {
if (PTR___cxa_finalize_0003efb8 != (unde... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x000166c6) */
/* WARNING: Removing unreachable block (ram,0x000166d0) */
void FUN_00016670(void)
{
if (DAT_0003fac0 == '\0') {
if (PTR___cxa_finalize_0003efb8 != (undefined *)0x... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000165d0
ADD EBX,0x28985
SUB ESP,0xc
CMP byte ptr [EBX + 0xac0],0x0
JNZ 0x000166f2
MOV EAX,dword ptr [EBX + 0xffffffb8]
TEST EAX,EAX
JZ 0x000166a8
SUB ESP,0xc
PUSH dword ptr [EBX + 0x264]
CALL 0x00013950
ADD ESP,0x10
LEA EDI,[EBX + 0xfffffd78]
LEA ESI,[EBX + 0xffff... | null | null | null | null | [(u'INT_EQUAL_-1205967176', u'CBRANCH_-1205967169'), (u'INT_NOTEQUAL_-1205967146', u'CBRANCH_-1205967146'), (u'MULTIEQUAL_-1205966613', u'COPY_-1205966666'), (u'INDIRECT_-1205966692', u'MULTIEQUAL_-1205966681'), (u'CALL_-1205967116', u'INDIRECT_-1205966692'), ('const-0', u'INT_EQUAL_-1205967176'), (u'INDIRECT_-12059666... | [(u'INT_EQUAL_-1205967176', u'CBRANCH_-1205967169'), (u'INT_NOTEQUAL_-1205967146', u'CBRANCH_-1205967146'), (u'MULTIEQUAL_-1205966613', u'COPY_-1205966666'), (u'INDIRECT_-1205966692', u'MULTIEQUAL_-1205966681'), (u'CALL_-1205967116', u'INDIRECT_-1205966692'), ('const-0', u'INT_EQUAL_-1205967176'), (u'INDIRECT_-12059666... | null | null | 00016670 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000166c6) */\n/* WARNING: Removing unreachable block (ram,0x000166d0) */\n\nvoid FUN_00016670(void)\n\n{\n if (DAT_0003fac0 == '\0') {\n if (PTR___cxa_finalize_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000166c6) */\n/* WARNING: Removing unreachable block (ram,0x000166d0) */\n\nvoid __do_global_dtors_aux(void)\n\n{\n if (completed_6888 == '\0') {\n if (PTR___cxa_... | (translation_unit "void FUN_00016670(void)\n\n{\n if (DAT_0003fac0 == '\0') {\n if (PTR___cxa_finalize_0003efb8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_0003f264);\n }\n FUN_000165e0();\n DAT_0003fac0 = '\x01';\n }\n return;\n}\n\n" (function_definition "void FUN_00016670(void)\n\n{\n if (D... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression... | (function_definition "void FUN_00016670(void)\n\n{\n if (DAT_0003fac0 == '\0') {\n if (PTR___cxa_finalize_0003efb8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_0003f264);\n }\n FUN_000165e0();\n DAT_0003fac0 = '\x01';\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00016670(v... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x000166c6) */
/* WARNING: Removing unreachable block (ram,0x000166d0) */
void function_1(void)
{
if (var_1 == '\0') {
if (var_2 != (type_1 *)0x0) {
var_3(__dso_handle);
... | 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 */
/* WARNING: Removing unreachable block (ram,0x000166c6) */
/* WARNING: Removing unreachable block (ram,0x000166d0) */
void MASKED(void)
{
if (DAT_0003fac0 == '\0') {
if (PTR___cxa_finalize_0003efb8 != (undefined *)0x0) {
... |
7758_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | erase | FUN_001ebae0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::erase(unsigned int, unsigned int) */
wstring * __thiscall std::wstring::erase(wstring *this,uint param_1,uint param_2)
{
uint uVar1;
uint uVar2;
uVar1 = *(uint *)(this + 4);
if (uVar1 < param_1) {
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_001ebae0(int *param_1,uint param_2,uint param_3)
{
uint uVar1;
uint uVar2;
uVar1 = param_1[1];
if (uVar1 < param_2) {
/* WARNING: Subroutine does not return */
FUN_0022c840("%s: __pos... | PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x1a3519
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [ESP + 0x18]
MOV EAX,dword ptr [ESI + 0x4]
CMP EDX,EAX
JA 0x001ebb44
CMP ECX,-0x1
JZ 0x001ebb30
TEST ECX,ECX
JZ 0x001ebb21
SUB EAX,EDX
SUB ESP,0x4
CMP EAX,ECX
CMOVA EAX,ECX
PUSH... | null | null | null | null | [(u'INT_ADD_-1207845917', u'CAST_-1207845703'), ('const-417', u'STORE_-1207845931'), ('tmp_141', u'CBRANCH_-1207846087'), (u'COPY_-1207845741', u'CALL_-1207845856'), ('const-0', u'RETURN_-1207845946'), ('const-0', u'INT_NOTEQUAL_-1207846057'), ('tmp_552', u'COPY_-1207845970'), ('const-417', u'LOAD_-1207845945'), (u'COP... | [(u'COPY_-1207845809', u'MULTIEQUAL_-1207845840'), ('tmp_945', u'STORE_-1207845938'), ('const-0', u'STORE_-1207845931'), ('tmp_141', u'CBRANCH_-1207846087'), ('const-0', u'INT_NOTEQUAL_-1207846057'), ('const-0', u'RETURN_-1207845946'), ('tmp_946', u'INT_NOTEQUAL_-1207846072'), ('const-417', u'LOAD_-1207845945'), ('tmp_... | null | null | 001ebae0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_001ebae0(int *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = param_1[1];\n if (uVar1 < param_2) {\n /* WARNING: Subroutine does not return */... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::erase(unsigned int, unsigned int) */\n\nwstring * __thiscall std::wstring::erase(wstring *this,uint param_1,uint param_2)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = *(uint *)(this + 4);\n ... | (translation_unit "int * FUN_001ebae0(int *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = param_1[1];\n if (uVar1 < param_2) {\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2,uVar1);\... | (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) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "int * FUN_001ebae0(int *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = param_1[1];\n if (uVar1 < param_2) {\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::erase",\n param_2,uVar1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::erase(unsigned int, unsigned int) */
wstring * __thiscall std::wstring::erase(wstring *var_1,type_1 var_3,type_1 var_5)
{
type_1 var_2;
type_1 uVar2;
var_2 = *(type_1 *)(var_1 + 4);
if (var_2 < var_3) ... | 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: (type_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,uint param_2,uint param_3)
{
uint uVar1;
uint uVar2;
uVar1 = param_1[1];
if (uVar1 < param_2) {
/* WARNING: Subroutine does not return */
FUN_0022c840("%s: __pos (whic... |
8513_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | clear | FUN_00250640 |
/* std::string::clear() */
void __thiscall std::string::clear(string *this)
{
*(undefined4 *)(this + 4) = 0;
**(undefined1 **)this = 0;
return;
}
|
void FUN_00250640(undefined4 *param_1)
{
param_1[1] = 0;
*(undefined1 *)*param_1 = 0;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV dword ptr [EAX + 0x4],0x0
MOV EAX,dword ptr [EAX]
MOV byte ptr [EAX],0x0
RET | null | null | null | null | [('const-4', u'PTRADD_-1204156792'), ('const-417', u'STORE_-1204156852'), (u'CAST_-1204156774', u'LOAD_-1204156845'), ('const-0', u'RETURN_-1204156826'), ('tmp_36', u'PTRADD_-1204156792'), ('const-1', u'PTRADD_-1204156792'), ('tmp_36', u'CAST_-1204156774'), ('const-417', u'LOAD_-1204156845'), ('const-417', u'STORE_-120... | [('const-4', u'PTRADD_-1204156781'), ('const-417', u'STORE_-1204156852'), ('const-0', u'RETURN_-1204156826'), ('const-0', u'STORE_-1204156852'), ('const-417', u'LOAD_-1204156845'), ('const-417', u'STORE_-1204156839'), (u'PTRADD_-1204156781', u'STORE_-1204156852'), ('const-1', u'PTRADD_-1204156781'), (u'LOAD_-1204156845... | null | null | 00250640 | x86 | O1 | (translation_unit "void FUN_00250640(undefined4 *param_1)\n\n{\n param_1[1] = 0;\n *(undefined1 *)*param_1 = 0;\n return;\n}\n\n" (function_definition "void FUN_00250640(undefined4 *param_1)\n\n{\n param_1[1] = 0;\n *(undefined1 *)*param_1 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00250640(undef... | (translation_unit "/* std::string::clear() */\n\nvoid __thiscall std::string::clear(string *this)\n\n{\n *(undefined4 *)(this + 4) = 0;\n **(undefined1 **)this = 0;\n return;\n}\n\n" comment (function_definition "void __thiscall std::string::clear(string *this)\n\n{\n *(undefined4 *)(this + 4) = 0;\n **(undefined1... | (translation_unit "void FUN_00250640(undefined4 *param_1)\n\n{\n param_1[1] = 0;\n *(undefined1 *)*param_1 = 0;\n return;\n}\n\n" (function_definition "void FUN_00250640(undefined4 *param_1)\n\n{\n param_1[1] = 0;\n *(undefined1 *)*param_1 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00250640(undef... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_e... | (function_definition "void FUN_00250640(undefined4 *param_1)\n\n{\n param_1[1] = 0;\n *(undefined1 *)*param_1 = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00250640(undefined4 *param_1)" (identifier "FUN_00250640") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefin... |
/* std::string::clear() */
void __thiscall std::type_1::function_1(type_1 *var_1)
{
*(type_2 *)(var_1 + 4) = 0;
**(type_3 **)var_1 = 0;
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))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined4 *param_1)
{
param_1[1] = 0;
*(undefined1 *)*param_1 = 0;
return;
}
|
703_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | FUN_000337d6 | FUN_000337d6 |
void __regparm3 FUN_000337d6(undefined4 param_1)
{
int *piVar1;
int iVar2;
int unaff_EBP;
int unaff_ESI;
*(undefined4 *)(unaff_EBP + -0x4c) = 0;
*(undefined4 *)(unaff_EBP + -0x48) = 0;
__cxa_begin_catch(param_1);
piVar1 = *(int **)(unaff_ESI + 8);
if (piVar1 != (int *)0x0) {
(**(code **)(*piV... |
void __regparm3 FUN_000337d6(undefined4 param_1)
{
int *piVar1;
int iVar2;
int unaff_EBP;
int unaff_ESI;
*(undefined4 *)(unaff_EBP + -0x4c) = 0;
*(undefined4 *)(unaff_EBP + -0x48) = 0;
FUN_001e64c0(param_1);
piVar1 = *(int **)(unaff_ESI + 8);
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 +... | MOV dword ptr [EBP + -0x4c],0x0
MOV dword ptr [EBP + -0x48],0x0
SUB ESP,0xc
MOV EBX,EDI
PUSH EAX
CALL 0x001e64c0
MOV EAX,dword ptr [ESI + 0x8]
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x0003376e
JMP 0x0003377a | null | null | null | null | [(u'CAST_-1206109775', u'LOAD_-1206110091'), (u'INT_ADD_-1206110075', u'CAST_-1206109775'), ('const-4294967216', u'INT_ADD_-1206110277'), (u'LOAD_-1206110155', u'INT_ADD_-1206110118'), (u'LOAD_-1206110162', u'INT_NOTEQUAL_-1206110143'), ('const-0', u'STORE_-1206110275'), (u'CAST_-1206109822', u'LOAD_-1206110221'), ('tm... | [(u'CAST_-1206109775', u'LOAD_-1206110091'), (u'INT_ADD_-1206110075', u'CAST_-1206109775'), ('const-4294967216', u'INT_ADD_-1206110277'), (u'LOAD_-1206110155', u'INT_ADD_-1206110118'), (u'LOAD_-1206110162', u'INT_NOTEQUAL_-1206110143'), ('const-0', u'STORE_-1206110275'), (u'CAST_-1206109822', u'LOAD_-1206110221'), ('tm... | null | null | 000337d6 | x86 | O1 | (translation_unit "void __regparm3 FUN_000337d6(undefined4 param_1)\n\n{\n int *piVar1;\n int iVar2;\n int unaff_EBP;\n int unaff_ESI;\n \n *(undefined4 *)(unaff_EBP + -0x4c) = 0;\n *(undefined4 *)(unaff_EBP + -0x48) = 0;\n FUN_001e64c0(param_1);\n piVar1 = *(int **)(unaff_ESI + 8);\n if (piVar1 != (int *)0x0... | (translation_unit "void __regparm3 FUN_000337d6(undefined4 param_1)\n\n{\n int *piVar1;\n int iVar2;\n int unaff_EBP;\n int unaff_ESI;\n \n *(undefined4 *)(unaff_EBP + -0x4c) = 0;\n *(undefined4 *)(unaff_EBP + -0x48) = 0;\n __cxa_begin_catch(param_1);\n piVar1 = *(int **)(unaff_ESI + 8);\n if (piVar1 != (int ... | (translation_unit "void __regparm3 FUN_000337d6(undefined4 param_1)\n\n{\n int *piVar1;\n int iVar2;\n int unaff_EBP;\n int unaff_ESI;\n \n *(undefined4 *)(unaff_EBP + -0x4c) = 0;\n *(undefined4 *)(unaff_EBP + -0x48) = 0;\n FUN_001e64c0(param_1);\n piVar1 = *(int **)(unaff_ESI + 8);\n if (piVar1 != (int *)0x0... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (as... | (function_definition "void __regparm3 FUN_000337d6(undefined4 param_1)\n\n{\n int *piVar1;\n int iVar2;\n int unaff_EBP;\n int unaff_ESI;\n \n *(undefined4 *)(unaff_EBP + -0x4c) = 0;\n *(undefined4 *)(unaff_EBP + -0x48) = 0;\n FUN_001e64c0(param_1);\n piVar1 = *(int **)(unaff_ESI + 8);\n if (piVar1 != (int *)... |
void __regparm3 function_1(type_1 param_1)
{
int *var_4;
int var_5;
int var_1;
int var_3;
*(type_1 *)(var_1 + -0x4c) = 0;
*(type_1 *)(var_1 + -0x48) = 0;
var_2(param_1);
var_4 = *(int **)(var_3 + 8);
if (var_4 != (int *)0x0) {
(**(type_2 **)(*var_4 + 4))(var_4);
}
var_5 = *(int *)(var_1 +... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (p... | null |
void __regparm3 MASKED(undefined4 param_1)
{
int *piVar1;
int iVar2;
int unaff_EBP;
int unaff_ESI;
*(undefined4 *)(unaff_EBP + -0x4c) = 0;
*(undefined4 *)(unaff_EBP + -0x48) = 0;
FUN_001e64c0(param_1);
piVar1 = *(int **)(unaff_ESI + 8);
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 + 4))(p... |
334_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c | tg_class_baseclass | FUN_00037a50 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
bfd_boolean
tg_class_baseclass(void *p,bfd_vma bitpos,bfd_boolean is_virtual,debug_visibility visibility)
{
pr_handle *info;
int *piVar1;
byte *type;
bfd_boolean bVar2;
char *pc... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_00037a50(int param_1,undefined4 param_2,int param_3)
{
int *piVar1;
byte *pbVar2;
void *__ptr;
int iVar3;
byte *pbVar4;
byte *pbVar5;
bool bVar6;
bool bVar7;
byte bVar8;
bVar8 = 0;
if ((*(... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000143a0
ADD EBX,0x385a7
SUB ESP,0xc
MOV EAX,dword ptr [ESP + 0x20]
MOV EAX,dword ptr [EAX + 0x8]
TEST EAX,EAX
JZ 0x00037b8a
MOV EDI,dword ptr [EAX]
TEST EDI,EDI
JZ 0x00037b8a
MOV EAX,dword ptr [ESP + 0x20]
LEA EBP,[EAX + 0x8]
MOV EAX,EBP
CALL 0x00034e50
TEST EAX,EAX
JZ 0x0003... | null | null | null | null | [('const-344985', u'COPY_-1206092850'), ('tmp_572', u'CBRANCH_-1206092888'), (u'COPY_-1206091862', u'CALL_-1206092451'), ('tmp_652', u'CBRANCH_-1206092827'), (u'COPY_-1206092037', u'MULTIEQUAL_-1206092328'), ('tmp_909', u'CBRANCH_-1206092635'), (u'MULTIEQUAL_-1206092400', u'MULTIEQUAL_-1206092397'), ('const-0', u'COPY_... | [(u'INT_EQUAL_-1206093090', u'BOOL_NEGATE_-1206092128'), (u'BOOL_NEGATE_-1206092302', u'BOOL_AND_-1206093005'), (u'CAST_-1206092112', u'LOAD_-1206093171'), (u'INT_MULT_-1206092312', u'INT_ADD_-1206092117'), (u'INT_ZEXT_-1206093052', u'INT_MULT_-1206092312'), ('const-417', u'LOAD_-1206092611'), ('tmp_572', u'CBRANCH_-12... | null | null | 00037a50 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00037a50(int param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n byte *pbVar2;\n void *__ptr;\n int iVar3;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n byte b... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean\ntg_class_baseclass(void *p,bfd_vma bitpos,bfd_boolean is_virtual,debug_visibility visibility)\n\n{\n pr_handle *info;\n int *piVar1;\n byte *type;\n b... | (translation_unit "undefined4 FUN_00037a50(int param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n byte *pbVar2;\n void *__ptr;\n int iVar3;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n \n bVar8 = 0;\n if ((*(int **)(param_1 + 8) == (int *)0x0) || (**(int **)(param_1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "undefined4 FUN_00037a50(int param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n byte *pbVar2;\n void *__ptr;\n int iVar3;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n \n bVar8 = 0;\n if ((*(int **)(param_1 + 8) == (int *)0x0) || (**(int **)(para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1
function_1(void *p,type_2 bitpos,type_1 var_10,type_3 var_12)
{
type_4 *info;
int *piVar1;
type_5 *var_3;
type_1 var_9;
char *var_16;
int var_4;
type_5 *var_5;
type... | 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,int param_3)
{
int *piVar1;
byte *pbVar2;
void *__ptr;
int iVar3;
byte *pbVar4;
byte *pbVar5;
bool bVar6;
bool bVar7;
byte bVar8;
bVar8 = 0;
if ((*(int **... |
134_m68k-linux-gnu-c++filt_and_m68k-linux-gnu-c++filt_strip.c | fwrite | fwrite |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwrite@@GL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206058894')] | [('const-1', u'RETURN_-1206058894')] | null | null | 00020068 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_b... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *_... | (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 (pointer_declarator * IDENT)) ))) (compound_statement { (expression_s... | (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE ... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwri... | 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: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
125_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | bfd_get_reloc_upper_bound | bfd_get_reloc_upper_bound |
void bfd_get_reloc_upper_bound(void)
{
(*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();
return;
}
|
void bfd_get_reloc_upper_bound(void)
{
(*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();
return;
}
| JMP dword ptr [EBX + 0x208] | null | null | null | null | [('tmp_58', u'CAST_-1205979001'), ('const-0', u'RETURN_-1205979075'), (u'INDIRECT_-1205979006', u'COPY_-1205979065'), (u'CALLIND_-1205979078', u'INDIRECT_-1205979006'), (u'CAST_-1205979001', u'CALLIND_-1205979078')] | [('tmp_58', u'CAST_-1205979001'), ('const-0', u'RETURN_-1205979075'), (u'INDIRECT_-1205979006', u'COPY_-1205979065'), (u'CALLIND_-1205979078', u'INDIRECT_-1205979006'), (u'CAST_-1205979001', u'CALLIND_-1205979078')] | null | null | 00013830 | x86 | O1 | (translation_unit "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}\n\n" (function_definition "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}" primitive_type (function_declarator "bfd_get_relo... | (translation_unit "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}\n\n" (function_definition "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}" primitive_type (function_declarator "bfd_get_relo... | (translation_unit "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}\n\n" (function_definition "void bfd_get_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}" primitive_type (function_declarator "bfd_get_relo... | (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_reloc_upper_bound(void)\n\n{\n (*(code *)PTR_bfd_get_reloc_upper_bound_00040208)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_reloc_upper_bound(void)" (identifier "bfd_get_reloc_upper_bound") (parameter_list "(void)" (( "(") (parameter_declaration "void" (p... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_get_reloc_upper_bound_00040208)();
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_00040208)();
return;
}
|
5161_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | finalize_symbols | FUN_0013a240 |
/* 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 finalize_symbols(Sections_element_assertion * this, Symbol_table *
symtab, Layout * layout, uint64_t * param_3) */
void __thiscall... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_00141040(param_1 + 4,param_2,param_3);
return;
}
| PUSH EBX
CALL 0x00035680
ADD EBX,0x204dba
SUB ESP,0xc
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
MOV EAX,dword ptr [ESP + 0x1c]
ADD EAX,0x4
PUSH EAX
CALL 0x00141040
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_202', u'CALL_-1207131495'), ('tmp_201', u'PTRSUB_-1207131388'), ('const-4', u'PTRSUB_-1207131388'), (u'PTRSUB_-1207131388', u'CALL_-1207131495'), ('tmp_203', u'CALL_-1207131495'), ('const-0', u'RETURN_-1207131467')] | [(u'INT_ADD_-1207131499', u'CALL_-1207131495'), ('tmp_328', u'CALL_-1207131495'), ('tmp_327', u'CALL_-1207131495'), ('const-4', u'INT_ADD_-1207131499'), ('const-0', u'RETURN_-1207131467'), ('tmp_329', u'INT_ADD_-1207131499')] | null | null | 0013a240 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00141040(param_1 + 4,param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_0013a240(int param_1,undefined4... | (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 finalize_symbols(Sections_element_assertion * this, Symbol_table *\n symtab, Layout * layout, uint64_t * param_3... | (translation_unit "void FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00141040(param_1 + 4,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00141040(param_1 + 4,param_2,param_3);\n return;\n}" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , ... | (function_definition "void FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00141040(param_1 + 4,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0013a240(int param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_0013a240") (parameter_list "(int pa... |
/* 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 finalize_symbols(Sections_element_assertion * this, Symbol_table *
symtab, Layout * layout, uint64_t * param_3) */
void __thiscall... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_00141040(param_1 + 4,param_2,param_3);
return;
}
|
4460_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | is_relative | FUN_001134e0 |
/* DWARF original prototype: bool is_relative(Output_reloc<9,_true,_64,_false> * this) */
bool __thiscall
gold::Output_reloc<9,_true,_64,_false>::is_relative(Output_reloc<9,_true,_64,_false> *this)
{
return (bool)((byte)this->field_0x17 >> 4 & 1);
}
|
byte FUN_001134e0(int param_1)
{
return *(byte *)(param_1 + 0x17) >> 4 & 1;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOVZX EAX,byte ptr [EAX + 0x17]
SHR AL,0x4
AND EAX,0x1
RET | null | null | null | null | [(u'LOAD_-1207028502', u'CAST_-1207028372'), (u'INT_RIGHT_-1207028466', u'INT_AND_-1207028408'), ('const-417', u'LOAD_-1207028502'), (u'PTRSUB_-1207028375', u'LOAD_-1207028502'), ('tmp_155', u'PTRSUB_-1207028375'), (u'CAST_-1207028365', u'COPY_-1207028436'), ('const-0', u'RETURN_-1207028434'), ('const-4', u'INT_RIGHT_-... | [('const-417', u'LOAD_-1207028502'), (u'LOAD_-1207028502', u'INT_RIGHT_-1207028466'), (u'INT_AND_-1207028409', u'RETURN_-1207028434'), ('const-4', u'INT_RIGHT_-1207028466'), ('tmp_179', u'INT_ADD_-1207028486'), (u'INT_RIGHT_-1207028466', u'INT_AND_-1207028409'), ('const-1', u'INT_AND_-1207028409'), ('const-0', u'RETURN... | null | null | 001134e0 | x86 | O1 | (translation_unit "byte FUN_001134e0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x17) >> 4 & 1;\n}\n\n" (function_definition "byte FUN_001134e0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x17) >> 4 & 1;\n}" type_identifier (function_declarator "FUN_001134e0(int param_1)" identifier (parameter_list "(int param... | (translation_unit "/* DWARF original prototype: bool is_relative(Output_reloc<9,_true,_64,_false> * this) */\n\nbool __thiscall\ngold::Output_reloc<9,_true,_64,_false>::is_relative(Output_reloc<9,_true,_64,_false> *this)\n\n{\n return (bool)((byte)this->field_0x17 >> 4 & 1);\n}\n\n" comment (ERROR "bool __thiscall\ngo... | (translation_unit "byte FUN_001134e0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x17) >> 4 & 1;\n}\n\n" (function_definition "byte FUN_001134e0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x17) >> 4 & 1;\n}" type_identifier (function_declarator "FUN_001134e0(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 (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthe... | (function_definition "byte FUN_001134e0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x17) >> 4 & 1;\n}" (type_identifier "byte") (function_declarator "FUN_001134e0(int param_1)" (identifier "FUN_001134e0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifie... |
/* DWARF original prototype: bool is_relative(Output_reloc<9,_true,_64,_false> * this) */
bool __thiscall
gold::Output_reloc<9,_true,_64,_false>::is_relative(Output_reloc<9,_true,_64,_false> *this)
{
return (bool)((byte)this->field_0x17 >> 4 & 1);
}
| 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 (binary_expression left: (binary_expression left: (po... | null |
byte MASKED(int param_1)
{
return *(byte *)(param_1 + 0x17) >> 4 & 1;
}
|
531_powerpc-linux-gnu-objdump_and_powerpc-linux-gnu-objdump_strip.c | open64 | open64 |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open64(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* open64@@GLIBC_2.1 */
halt_bad... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open64(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206357986')] | [('const-1', u'RETURN_-1206357986')] | null | null | 00077014 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" com... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open64(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* open64... | (translation_unit "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "open64(char *__file,int __oflag,...)" identifier (parame... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int open64(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "open64(char *__file,int __oflag,...)" (identifier "open64") (parameter_list "(char *__file,int __oflag,...)" (( "(") (parameter_declaration "char *__file" (primit... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* open64@@GLIBC_2.1 */
var_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
728_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c | bfd_hash_lookup | bfd_hash_lookup |
/* WARNING: Control flow encountered bad instruction data */
void bfd_hash_lookup(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_hash_lookup(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206480450')] | [('const-1', u'RETURN_-1206480450')] | null | null | 000991b4 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_lookup(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_lookup(void)\n\n{\n /* WARNING: ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_lookup(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_lookup(void)\n\n{\n /* WARNING: ... | (translation_unit "void bfd_hash_lookup(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_hash_lookup(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_hash_lookup(void)" identifier (parameter_list "(void)" ( (parameter_declaration ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_hash_lookup(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_hash_lookup(void)" (identifier "bfd_hash_lookup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1890_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | emit_relocs_scan | FUN_0004cff0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void emit_relocs_scan(Target_sparc<32,_true> * this, Symbol_table *
symtab, Layout * layout, Sized_relobj_file<32,_true> * object, uint ... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0004cff0(void)
{
int in_stack_00000018;
undefined4 in_stack_00000028;
if (in_stack_00000018 == 4) {
FUN_0005e890();
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac... | CALL 0x0006206b
ADD EAX,0x35d00b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
CMP dword ptr [ESP + 0x54],0x4
MOV EDX,dword ptr [ESP + 0x58]
MOV dword ptr [ESP + 0x1c],EAX
MOV EAX,dword ptr [ESP + 0x44]
MOV ECX,dword ptr [ESP + 0x5c]
MOV EBX,dword ptr [ESP + 0x60]
MOV ESI,dword ptr [ESP + 0x68]
MOV EDI,dword ptr [ES... | null | null | null | null | [('tmp_526', u'CALL_-1206136517'), (u'COPY_-1206136346', u'CALL_-1206136465'), ('const-2732994', u'COPY_-1206136346'), ('const-4335', u'CALL_-1206136465'), ('tmp_256', u'CBRANCH_-1206136663'), ('tmp_535', u'CALL_-1206136517'), ('tmp_533', u'CALL_-1206136517'), ('const-1', u'RETURN_-1206136460'), ('tmp_524', u'CALL_-120... | [('tmp_256', u'CBRANCH_-1206136663'), (u'COPY_-1206136372', u'CALL_-1206136465'), ('const-4', u'INT_EQUAL_-1206136780'), (u'COPY_-1206136373', u'CALL_-1206136465'), ('const-2742012', u'COPY_-1206136372'), ('const-1', u'RETURN_-1206136460'), ('tmp_977', u'INT_EQUAL_-1206136780'), ('const-4335', u'CALL_-1206136465'), ('t... | null | null | 0004cff0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0004cff0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_0005e890();\n return;\n }\n /* WARNING: Subroutine d... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void emit_relocs_scan(Target_sparc<32,_true> * this, Symbol_table *\n symtab, Layout * layout, Sized_relobj_file<32,_... | (translation_unit "void FUN_0004cff0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_0005e890();\n return;\n }\n \n FUN_0007ac80("../../gold/sparc.cc",0x10ef,"emit_relocs_scan",in_stack_00000028);\n}\n\n" (function_definition "v... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_stateme... | (function_definition "void FUN_0004cff0(void)\n\n{\n int in_stack_00000018;\n undefined4 in_stack_00000028;\n \n if (in_stack_00000018 == 4) {\n FUN_0005e890();\n return;\n }\n \n FUN_0007ac80("../../gold/sparc.cc",0x10ef,"emit_relocs_scan",in_stack_00000028);\n}" (primitive_type "void") ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void emit_relocs_scan(Target_sparc<32,_true> * this, Symbol_table *
symtab, Layout * layout, Sized_relobj_file<32,_true> * object, uint ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
int in_stack_00000018;
undefined4 in_stack_00000028;
if (in_stack_00000018 == 4) {
FUN_0005e890();
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac80("..... |
476_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c | ldemul_after_open | FUN_00031400 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ldemul_after_open(void)
{
/* WARNING: Could not recover jumptable at 0x00031410. Too many branches */
/* WA... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00031400(void)
{
/* WARNING: Could not recover jumptable at 0x00031410. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(DAT_0009892c + 0x10))();
... | CALL 0x0001b1a2
ADD EAX,0x66bfb
MOV EAX,dword ptr [EAX + 0x92c]
JMP dword ptr [EAX + 0x10] | null | null | null | null | [('const-1', u'RETURN_-1206119378'), (u'LOAD_-1206119390', u'CALLIND_-1206119383'), (u'CALLIND_-1206119383', u'INDIRECT_-1206119313'), (u'PTRSUB_-1206119306', u'LOAD_-1206119390'), ('const-417', u'LOAD_-1206119390'), ('tmp_113', u'PTRSUB_-1206119306'), ('const-16', u'PTRSUB_-1206119306'), (u'INDIRECT_-1206119313', u'CO... | [('const-1', u'RETURN_-1206119378'), (u'LOAD_-1206119390', u'CALLIND_-1206119383'), (u'CAST_-1206119308', u'LOAD_-1206119390'), (u'CALLIND_-1206119383', u'INDIRECT_-1206119313'), ('const-417', u'LOAD_-1206119390'), ('const-16', u'INT_ADD_-1206119374'), (u'INT_ADD_-1206119374', u'CAST_-1206119308'), ('tmp_114', u'INT_AD... | null | null | 00031400 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00031400(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00031410. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid ldemul_after_open(void)\n\n{\n /* WARNING: Could not recover jumptable at 0x00031410. Too many branches */\n... | (translation_unit "void FUN_00031400(void)\n\n{\n \n \n (**(code **)(DAT_0009892c + 0x10))();\n return;\n}\n\n" (function_definition "void FUN_00031400(void)\n\n{\n \n \n (**(code **)(DAT_0009892c + 0x10))();\n return;\n}" primitive_type (f... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declar... | (function_definition "void FUN_00031400(void)\n\n{\n \n \n (**(code **)(DAT_0009892c + 0x10))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00031400(void)" (identifier "FUN_00031400") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_t... |
/* 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)
{
/* WARNING: Could not recover jumptable at 0x00031410. Too many branches */
/* WARNING: ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression ar... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
/* WARNING: Could not recover jumptable at 0x00031410. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(DAT_0009892c + 0x10))();
retu... |
305_sh4-linux-gnu-ar_and_sh4-linux-gnu-ar_strip.c | bfd_bread | bfd_bread |
/* WARNING: Control flow encountered bad instruction data */
void bfd_bread(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_bread(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206050438')] | [('const-1', u'RETURN_-1206050438')] | null | null | 00022170 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_bread(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_bread(void)\n\n{\n /* WARNING: Bad instruct... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_bread(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_bread(void)\n\n{\n /* WARNING: Bad instruct... | (translation_unit "void bfd_bread(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_bread(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_bread(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_bread(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_bread(void)" (identifier "bfd_bread") (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();
}
|
7123_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | swap | FUN_001b9440 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ostream::swap(std::ostream&) */
void __thiscall std::ostream::swap(ostream *this,ostream *param_1)
{
ios iVar1;
undefined4 uVar2;
ios *this_00;
ios_base *this_01;
this_01 = (ios_base *)(this + *(int *)(*(int ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001b9440(int *param_1,int *param_2)
{
undefined1 uVar1;
undefined4 uVar2;
int iVar3;
int iVar4;
iVar4 = (int)param_1 + *(int *)(*param_1 + -0xc);
iVar3 = (int)param_2 + *(int *)(*param_2 + -0xc);
FUN_00... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x10]
CALL 0x00035680
ADD EBX,0x185bb4
MOV ESI,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [EDI]
SUB ESP,0x8
ADD EDI,dword ptr [EAX + -0xc]
MOV EAX,dword ptr [ESI]
ADD ESI,dword ptr [EAX + -0xc]
PUSH ESI
PUSH EDI
CALL 0x001f1880
POP EAX
LEA EAX,[EDI + 0x6c]
POP EDX
PUSH ... | null | null | null | null | [('const-417', u'STORE_-1207659248'), ('const-417', u'LOAD_-1207659405'), (u'PTRADD_-1207659156', u'LOAD_-1207659218'), ('const-417', u'LOAD_-1207659364'), (u'LOAD_-1207659274', u'STORE_-1207659235'), (u'PTRADD_-1207659233', u'CAST_-1207659057'), ('const-116', u'PTRADD_-1207659149'), ('const-1', u'PTRADD_-1207659130'),... | [(u'INT_ADD_-1207659346', u'INT_ADD_-1207659252'), (u'INT_ADD_-1207659215', u'CAST_-1207659034'), ('tmp_833', u'LOAD_-1207659405'), (u'LOAD_-1207659274', u'STORE_-1207659235'), (u'CAST_-1207659094', u'LOAD_-1207659364'), (u'INT_ADD_-1207659366', u'INT_ADD_-1207659215'), (u'CAST_-1207659034', u'LOAD_-1207659231'), (u'LO... | null | null | 001b9440 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b9440(int *param_1,int *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n \n iVar4 = (int)param_1 + *(int *)(*param_1 + -0xc);\n iVar3 = (int)param_2 + *(int ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ostream::swap(std::ostream&) */\n\nvoid __thiscall std::ostream::swap(ostream *this,ostream *param_1)\n\n{\n ios iVar1;\n undefined4 uVar2;\n ios *this_00;\n ios_base *this_01;\n \n this_01 = (ios_b... | (translation_unit "void FUN_001b9440(int *param_1,int *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n \n iVar4 = (int)param_1 + *(int *)(*param_1 + -0xc);\n iVar3 = (int)param_2 + *(int *)(*param_2 + -0xc);\n FUN_001f1880(iVar4,iVar3);\n FUN_001d66c0(iVar4,iVar4 + 0x6c);\n F... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_001b9440(int *param_1,int *param_2)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n int iVar3;\n int iVar4;\n \n iVar4 = (int)param_1 + *(int *)(*param_1 + -0xc);\n iVar3 = (int)param_2 + *(int *)(*param_2 + -0xc);\n FUN_001f1880(iVar4,iVar3);\n FUN_001d66c0(iVar4,iVar4 + 0x6c);\n... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ostream::swap(std::ostream&) */
void __thiscall std::type_1::function_1(type_1 *var_1,type_1 *var_2)
{
type_2 iVar1;
type_3 uVar2;
type_2 *var_6;
type_4 *var_5;
var_5 = (type_4 *)(var_1 + *(int *)(*(int *)var... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2)
{
undefined1 uVar1;
undefined4 uVar2;
int iVar3;
int iVar4;
iVar4 = (int)param_1 + *(int *)(*param_1 + -0xc);
iVar3 = (int)param_2 + *(int *)(*param_2 + -0xc);
FUN_001f1880... |
551_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c | strspn | strspn |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strspn@@GLIBC_2.0 */
halt_badd... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206189438')] | [('const-1', u'RETURN_-1206189438')] | null | null | 00040278 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\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\nsize_t strspn(char *__s,char *__accept)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strspn@... | (translation_unit "size_t strspn(char *__s,char *__accept)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strspn(char *__s,char *__accept)" identifier (parameter_li... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__accept)" (identifier "strspn") (parameter_list "(char *__s,char *__accept)" (( "(") (parameter_declaration "char *__s" (primitive_type ... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__accept)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strspn@@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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__accept)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
300_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c | parse_stab_type | FUN_00022a00 |
debug_type
parse_stab_type(void *dhandle,stab_handle *info,char *type_name,char **pp,
debug_type_conflict **slotp,char *p_end)
{
byte bVar1;
byte *p_00;
int iVar2;
bfd_boolean bVar3;
bfd *pbVar4;
long lVar5;
debug_type_conflict *ppdVar6;
debug_type pdVar7;
debug_type target_type;
de... |
int FUN_00022a00(int *param_1,undefined4 *param_2,byte *param_3)
{
byte bVar1;
int iVar2;
undefined4 uVar3;
long lVar4;
int *piVar5;
int iVar6;
undefined4 extraout_ECX;
uint uVar7;
char *pcVar8;
byte *pbVar9;
byte *pbVar10;
int unaff_EDI;
int iVar11;
undefined8 uVar12;
undefined4 uVar13;... | PUSH EBP
PUSH EDI
CALL 0x0001bb09
ADD EDI,0x1c5f9
PUSH ESI
PUSH EBX
SUB ESP,0xcc
MOV dword ptr [ESP],EDI
MOV EDI,dword ptr [ESP + 0xe4]
TEST EDI,EDI
JZ 0x00022a29
MOV dword ptr [EDI],0x0
MOV ESI,dword ptr [ESP + 0xe0]
MOV ESI,dword ptr [ESI]
CMP ESI,dword ptr [ESP + 0xe8]
JNC 0x00022d38
MOV EBX,dword ptr [ESP]
MOV dwor... | null | null | null | null | [(u'PTRADD_-1206047105', u'COPY_-1206045549'), (u'INDIRECT_-1206040955', u'INT_NOTEQUAL_-1206046554'), (u'LOAD_-1206047007', u'INT_ZEXT_-1206046991'), (u'LOAD_-1206048055', u'INT_AND_-1206048029'), ('const-1', u'PTRADD_-1206046954'), ('const-0', u'INT_NOTEQUAL_-1206048171'), (u'CALL_-1206047947', u'INDIRECT_-1206046015... | [(u'INDIRECT_-1206046073', u'MULTIEQUAL_-1206045969'), ('tmp_7823', u'LOAD_-1206047918'), (u'COPY_-1206045748', u'PTRADD_-1206047656'), (u'LOAD_-1206047007', u'INT_ZEXT_-1206046991'), (u'LOAD_-1206048055', u'INT_AND_-1206048029'), ('const-1', u'PTRADD_-1206046954'), ('const-0', u'INT_NOTEQUAL_-1206048171'), (u'INDIRECT... | null | null | 00022a00 | x86 | O1 | (translation_unit "int FUN_00022a00(int *param_1,undefined4 *param_2,byte *param_3)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n int *piVar5;\n int iVar6;\n undefined4 extraout_ECX;\n uint uVar7;\n char *pcVar8;\n byte *pbVar9;\n byte *pbVar10;\n int unaff_EDI;\n int iVar11;\n undef... | (translation_unit "debug_type\nparse_stab_type(void *dhandle,stab_handle *info,char *type_name,char **pp,\n debug_type_conflict **slotp,char *p_end)\n\n{\n byte bVar1;\n byte *p_00;\n int iVar2;\n bfd_boolean bVar3;\n bfd *pbVar4;\n long lVar5;\n debug_type_conflict *ppdVar6;\n debug_type pdVar7;\... | (translation_unit "int FUN_00022a00(int *param_1,undefined4 *param_2,byte *param_3)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n int *piVar5;\n int iVar6;\n undefined4 extraout_ECX;\n uint uVar7;\n char *pcVar8;\n byte *pbVar9;\n byte *pbVar10;\n int unaff_EDI;\n int iVar11;\n undef... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "int FUN_00022a00(int *param_1,undefined4 *param_2,byte *param_3)\n\n{\n byte bVar1;\n int iVar2;\n undefined4 uVar3;\n long lVar4;\n int *piVar5;\n int iVar6;\n undefined4 extraout_ECX;\n uint uVar7;\n char *pcVar8;\n byte *pbVar9;\n byte *pbVar10;\n int unaff_EDI;\n int iVar11;\n un... |
type_1
function_1(void *dhandle,type_2 *var_3,char *var_4,char **pp,
type_3 **slotp,char *p_end)
{
type_4 var_7;
type_4 *var_5;
int var_6;
type_5 var_10;
type_6 *pbVar4;
long var_25;
type_3 *var_20;
type_1 var_16;
type_1 var_17;
type_3 var_19;
type_2 *info_00;
type_7 var_15;
c... | 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 |
int MASKED(int *param_1,undefined4 *param_2,byte *param_3)
{
byte bVar1;
int iVar2;
undefined4 uVar3;
long lVar4;
int *piVar5;
int iVar6;
undefined4 extraout_ECX;
uint uVar7;
char *pcVar8;
byte *pbVar9;
byte *pbVar10;
int unaff_EDI;
int iVar11;
undefined8 uVar12;
undefined4 uVar13;
int... |
1031_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | filename_cmp | filename_cmp |
/* WARNING: Control flow encountered bad instruction data */
void filename_cmp(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void filename_cmp(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207742298')] | [('const-1', u'RETURN_-1207742298')] | null | null | 001c509c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid filename_cmp(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void filename_cmp(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid filename_cmp(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void filename_cmp(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "void filename_cmp(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void filename_cmp(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "filename_cmp(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void filename_cmp(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "filename_cmp(void)" (identifier "filename_cmp") (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();
}
|
2264_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | reserve_global_got_entry | FUN_00062740 |
/* 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 reserve_global_got_entry(Target_x86_64<32> * this, uint got_index,
Symbol * gsym, uint got_type) */
void __thiscall
anon_unknown.d... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00062740(int param_1,int param_2,int param_3,int param_4)
{
byte *pbVar1;
int *piVar2;
undefined4 *puVar3;
char cVar4;
int iVar5;
undefined4 uVar6;
int iVar7;
int iVar8;
undefined4 *puVar9;
uint uVar... | PUSH EBP
XOR EDX,EDX
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x2dc8b5
SUB ESP,0xac
MOV EBP,dword ptr [ESP + 0xc4]
MOV EDI,dword ptr [ESP + 0xcc]
LEA EAX,[EBP*0x8 + 0x0]
MOV dword ptr [ESP + 0x8],EAX
MOV EAX,dword ptr [ESP + 0xc0]
ADD EAX,0x2c
CALL 0x0005e690
PUSH EDI
MOV ESI,EAX
PUSH dword ptr [ESP + 0xcc]
P... | null | null | null | null | [(u'INDIRECT_-1206304270', u'MULTIEQUAL_-1206304925'), (u'CALL_-1206310971', u'INDIRECT_-1206305221'), (u'PTRSUB_-1206303569', u'PTRSUB_-1206303395'), ('tmp_12240', u'PTRSUB_-1206304225'), ('tmp_7699', u'CALL_-1206308071'), ('const-417', u'STORE_-1206310377'), (u'PTRSUB_-1206304087', u'LOAD_-1206310067'), ('const-0', u... | [(u'LOAD_-1206307264', u'INT_AND_-1206307238'), (u'INDIRECT_-1206304260', u'MULTIEQUAL_-1206305053'), ('const-0', u'PTRSUB_-1206304273'), ('const-4', u'PTRADD_-1206304068'), ('const-4', u'PTRADD_-1206303594'), ('tmp_6649', u'CBRANCH_-1206307213'), (u'INT_RIGHT_-1206310584', u'CALL_-1206310551'), (u'INT_AND_-1206310119'... | null | null | 00062740 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00062740(int param_1,int param_2,int param_3,int param_4)\n\n{\n byte *pbVar1;\n int *piVar2;\n undefined4 *puVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void reserve_global_got_entry(Target_x86_64<32> * this, uint got_index,\n Symbol * gsym, uint got_type) */\n\nvoid __... | (translation_unit "void FUN_00062740(int param_1,int param_2,int param_3,int param_4)\n\n{\n byte *pbVar1;\n int *piVar2;\n undefined4 *puVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n undefined4 *puVar9;\n uint uVar10;\n int iVar11;\n undefined4 local_a8;\n int local_a4;\... | (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_00062740(int param_1,int param_2,int param_3,int param_4)\n\n{\n byte *pbVar1;\n int *piVar2;\n undefined4 *puVar3;\n char cVar4;\n int iVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n undefined4 *puVar9;\n uint uVar10;\n int iVar11;\n undefined4 local_a8;\n int local_a... |
/* 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 reserve_global_got_entry(Target_x86_64<32> * this, uint got_index,
Symbol * gsym, uint got_type) */
void __thiscall
anon_unknown.d... | 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,int param_4)
{
byte *pbVar1;
int *piVar2;
undefined4 *puVar3;
char cVar4;
int iVar5;
undefined4 uVar6;
int iVar7;
int iVar8;
undefined4 *puVar9;
uint uVar10;
... |
136_powerpc-linux-gnu-ar_and_powerpc-linux-gnu-ar_strip.c | __x86.get_pc_thunk.ax | __i686.get_pc_thunk.ax |
/* WARNING: This is an inlined function */
undefined4 __x86_get_pc_thunk_ax(void)
{
undefined4 unaff_retaddr;
return unaff_retaddr;
}
|
/* WARNING: This is an inlined function */
undefined4 __i686_get_pc_thunk_ax(void)
{
undefined4 unaff_retaddr;
return unaff_retaddr;
}
| MOV EAX,dword ptr [ESP]
RET | null | null | null | null | [('tmp_18', u'COPY_-1205972097'), (u'COPY_-1205972097', u'RETURN_-1205972082'), ('const-0', u'RETURN_-1205972082')] | [('tmp_18', u'COPY_-1205972097'), (u'COPY_-1205972097', u'RETURN_-1205972082'), ('const-0', u'RETURN_-1205972082')] | null | null | 0001537d | x86 | O1 | (translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_id... | (translation_unit "/* WARNING: This is an inlined function */\n\nundefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 __x86_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_iden... | (translation_unit "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}\n\n" (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" type_identifier (function_declarator "__i686_get_pc_thunk_ax(... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (return_statement return IDENT ;) }))) | (function_definition "undefined4 __i686_get_pc_thunk_ax(void)\n\n{\n undefined4 unaff_retaddr;\n \n return unaff_retaddr;\n}" (type_identifier "undefined4") (function_declarator "__i686_get_pc_thunk_ax(void)" (identifier "__i686_get_pc_thunk_ax") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primit... |
/* WARNING: This is an inlined function */
type_1 function_1(void)
{
type_1 unaff_retaddr;
return unaff_retaddr;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (return_statement (identifier))))... | null |
/* WARNING: This is an inlined function */
undefined4 __i686_get_pc_thunk_ax(void)
{
undefined4 unaff_retaddr;
return unaff_retaddr;
}
|
33_sg_timestamp_and_sg_timestamp_strip.c | frame_dummy | thunk_FUN_00011260 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001128e) */
/* WARNING: Removing unreachable block (ram,0x00011298) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001128e) */
/* WARNING: Removing unreachable block (ram,0x00011298) */
void thunk_FUN_00011260(void)
{
return;
}
| JMP 0x00011260 | null | null | null | null | [('const-0', u'RETURN_-1205988505')] | [('const-0', u'RETURN_-1205988505')] | null | null | 00011340 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001128e) */\n/* WARNING: Removing unreachable block (ram,0x00011298) */\n\nvoid thunk_FUN_00011260(void)\n\n{\n return;\n}\n\n" comment comment comment (function_d... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001128e) */\n/* WARNING: Removing unreachable block (ram,0x00011298) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definitio... | (translation_unit "void thunk_FUN_00011260(void)\n\n{\n return;\n}\n\n" (function_definition "void thunk_FUN_00011260(void)\n\n{\n return;\n}" primitive_type (function_declarator "thunk_FUN_00011260(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void thunk_FUN_00011260(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_00011260(void)" (identifier "thunk_FUN_00011260") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{"... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001128e) */
/* WARNING: Removing unreachable block (ram,0x00011298) */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001128e) */
/* WARNING: Removing unreachable block (ram,0x00011298) */
void MASKED(void)
{
return;
}
|
1329_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | ~Struct_posix_fallocate | FUN_0003c280 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_posix_fallocate(Struct_posix_fallocate * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_posix_fallocate::~Struct_posix_fallocate
(Struct_posix_fallocate... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003c280(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00332334;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
FUN_001ac450(param_1,0x40);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x302d79
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3334]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x0003c2b2
SUB ESP,0xc
PUSH EAX
CALL 0x001ac470
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001ac450
AD... | null | null | null | null | [('const-0', u'PTRSUB_-1206074458'), ('tmp_323', u'PTRSUB_-1206074459'), (u'PTRSUB_-1206074452', u'LOAD_-1206074682'), ('const-0', u'PTRSUB_-1206074468'), (u'CAST_-1206074449', u'INT_NOTEQUAL_-1206074662'), ('const-0', u'PTRSUB_-1206074457'), (u'PTRSUB_-1206074459', u'PTRSUB_-1206074458'), ('const-64', u'CALL_-12060745... | [('tmp_597', u'CALL_-1206074598'), ('const-417', u'STORE_-1206074685'), ('tmp_597', u'STORE_-1206074685'), (u'PTRADD_-1206074479', u'INT_NOTEQUAL_-1206074662'), (u'CAST_-1206074467', u'INT_NOTEQUAL_-1206074662'), (u'INT_NOTEQUAL_-1206074662', u'CBRANCH_-1206074662'), ('const-3', u'PTRADD_-1206074479'), ('const-64', u'C... | null | null | 0003c280 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c280(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332334;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_posix_fallocate(Struct_posix_fallocate * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_posix_fallocate::~Struct_posix_fallocate\n ... | (translation_unit "void FUN_0003c280(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332334;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003c280(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_0003c280(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332334;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003c280(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_posix_fallocate(Struct_posix_fallocate * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) 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_00332334;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
FUN_001ac450(param_1,0x40);
return;
}
|
7326_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_add_input_section | FUN_001c8240 |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: bool do_add_input_section(Output_merge_string<char> * this, Relobj *
object, uint shndx) */
bool __thiscall
gold::Output_merge_string<char>::do... |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 FUN_001c8240(int *param_1,int *param_2,undefined1 *param_3)
{
char *pcVar1;
int iVar2;
code *pcVar3;
undefined1 **ppuVar4;
undefined4 uVar5;
size_t sVar6;
undefined1 uVar7;
undefined4 *puVar8;
uint u... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x000559ea
ADD ESI,0x1c6db6
PUSH EBX
SUB ESP,0x6c
MOV EAX,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EAX]
LEA EDX,[ESI + 0xffce45e0]
MOV dword ptr [EBP + -0x50],ESI
MOV EAX,dword ptr [EAX + 0xc]
CMP EAX,EDX
JNZ 0x001c8660
MOV EAX,dword ptr [EBP + 0x8]
MOV EDX,dword ptr [EAX + 0... | null | null | null | null | [(u'INDIRECT_-1207722245', u'MULTIEQUAL_-1207722133'), (u'CALL_-1207728042', u'INDIRECT_-1207724023'), (u'PTRSUB_-1207722063', u'PTRSUB_-1207722061'), (u'CAST_-1207721459', u'STORE_-1207728120'), (u'INDIRECT_-1207722561', u'MULTIEQUAL_-1207721245'), (u'CALL_-1207726732', u'INDIRECT_-1207722706'), (u'CALL_-1207727060', ... | [(u'INDIRECT_-1207724403', u'MULTIEQUAL_-1207723802'), (u'CALL_-1207729396', u'INDIRECT_-1207725003'), (u'MULTIEQUAL_-1207724660', u'INT_LESS_-1207728278'), ('const-1', u'PTRADD_-1207728906'), (u'MULTIEQUAL_-1207722219', u'MULTIEQUAL_-1207723717'), (u'LOAD_-1207729519', u'CALLIND_-1207726660'), (u'CALL_-1207727108', u'... | null | null | 001c8240 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nundefined4 FUN_001c8240(int *param_1,int *param_2,undefined1 *param_3)\n\n{\n char *pcVar1;\n int iVar2;\n code *pcVar3;\n undefined1 **ppuVar4;\n undefined4 uVar5;\n size_t sVar6;\n undefined1 uVar7;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: bool do_add_input_section(Output_merge_string<char> * this, Relobj *\n object, uint shndx) */\n\nbool __thiscall\ngold::Outpu... | (translation_unit "undefined4 FUN_001c8240(int *param_1,int *param_2,undefined1 *param_3)\n\n{\n char *pcVar1;\n int iVar2;\n code *pcVar3;\n undefined1 **ppuVar4;\n undefined4 uVar5;\n size_t sVar6;\n undefined1 uVar7;\n undefined4 *puVar8;\n uint uVar9;\n uint uVar10;\n undefined4 *puVar11;\n undefined1 *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "undefined4 FUN_001c8240(int *param_1,int *param_2,undefined1 *param_3)\n\n{\n char *pcVar1;\n int iVar2;\n code *pcVar3;\n undefined1 **ppuVar4;\n undefined4 uVar5;\n size_t sVar6;\n undefined1 uVar7;\n undefined4 *puVar8;\n uint uVar9;\n uint uVar10;\n undefined4 *puVar11;\n undefined... |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: bool do_add_input_section(Output_merge_string<char> * this, Relobj *
object, uint shndx) */
bool __thiscall
var_27::type_1<char>::function_1
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 MASKED(int *param_1,int *param_2,undefined1 *param_3)
{
char *pcVar1;
int iVar2;
code *pcVar3;
undefined1 **ppuVar4;
undefined4 uVar5;
size_t sVar6;
undefined1 uVar7;
undefined4 *puVar8;
uint uVar9;
... |
553_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | check_local_sym_xref | FUN_00035f10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void check_local_sym_xref(lang_input_statement_type *statement)
{
bfd *abfd;
bfd_symbol **ppbVar1;
bfd_symbol *pbVar2;
uint uVar3;
bfd_section *pbVar4;
lang_nocrossref_type *p... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00035f10(int param_1)
{
int iVar1;
int *piVar2;
undefined4 *puVar3;
char *__s2;
undefined4 *puVar4;
int iVar5;
undefined4 uVar6;
iVar1 = *(int *)(param_1 + 0x10);
if (iVar1 != 0) {
iVar5 = bfd_g... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017b80
ADD EBX,0x1990e7
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x40]
MOV EAX,dword ptr [EAX + 0x10]
MOV dword ptr [ESP + 0x10],EAX
TEST EAX,EAX
JZ 0x00036028
SUB ESP,0xc
PUSH EAX
CALL 0x00016180
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0003603c
MOV EAX,dword ptr [ESP + 0x10]
MOV EAX,dw... | null | null | null | null | [('const-4', u'PTRSUB_-1206098940'), (u'MULTIEQUAL_-1206098942', u'MULTIEQUAL_-1206098960'), ('const-0', u'INT_EQUAL_-1206099869'), (u'PTRSUB_-1206099033', u'LOAD_-1206099963'), ('tmp_1268', u'PTRSUB_-1206099137'), (u'COPY_-1206099892', u'MULTIEQUAL_-1206098959'), ('const-0', u'PTRSUB_-1206099003'), ('const-417', u'LOA... | [(u'CALL_-1206099598', u'INDIRECT_-1206098934'), ('const-16', u'INT_ADD_-1206100131'), (u'CAST_-1206099120', u'LOAD_-1206100147'), (u'MULTIEQUAL_-1206098979', u'PTRADD_-1206098952'), (u'LOAD_-1206099922', u'INT_ADD_-1206099900'), ('const-4', u'PTRADD_-1206098969'), ('const-120', u'INT_ADD_-1206100039'), (u'CAST_-120609... | null | null | 00035f10 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00035f10(int param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n char *__s2;\n undefined4 *puVar4;\n int iVar5;\n undefined4 uVar6;\n \n iVar1 = *(int *)(param_1 + 0x10);\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 check_local_sym_xref(lang_input_statement_type *statement)\n\n{\n bfd *abfd;\n bfd_symbol **ppbVar1;\n bfd_symbol *pbVar2;\n uint uVar3;\n bfd_section *pbVar... | (translation_unit "void FUN_00035f10(int param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n char *__s2;\n undefined4 *puVar4;\n int iVar5;\n undefined4 uVar6;\n \n iVar1 = *(int *)(param_1 + 0x10);\n if (iVar1 != 0) {\n iVar5 = bfd_generic_link_read_symbols(iVar1);\n if (iVar5 == 0) {\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDE... | (function_definition "void FUN_00035f10(int param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n char *__s2;\n undefined4 *puVar4;\n int iVar5;\n undefined4 uVar6;\n \n iVar1 = *(int *)(param_1 + 0x10);\n if (iVar1 != 0) {\n iVar5 = bfd_generic_link_read_symbols(iVar1);\n if (iVar5 == 0) {\... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *statement)
{
type_2 *var_1;
type_3 **var_13;
type_3 *var_6;
type_4 var_7;
type_5 *var_8;
type_6 *var_10;
type_7 *var_9;
int var_3;
char *pcVar7;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
int iVar1;
int *piVar2;
undefined4 *puVar3;
char *__s2;
undefined4 *puVar4;
int iVar5;
undefined4 uVar6;
iVar1 = *(int *)(param_1 + 0x10);
if (iVar1 != 0) {
iVar5 = bfd_generic... |
141_riscv64-linux-gnu-c++filt(1)_and_riscv64-linux-gnu-c++filt(1)_strip.c | getenv | getenv |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getenv@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206058866')] | [('const-1', u'RETURN_-1206058866')] | null | null | 00020084 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.0 *... | (translation_unit "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (p... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* getenv(char *__name)" (* "*") (function_declarator "getenv(char *__name)" (identifier "getenv") (parameter_list "(char *__name)" (( "(") (parameter_declaration "char *__name... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getenv@@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)))))) body: (compound_statement (expre... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5755_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_get_global_symbols | FUN_0016ce40 |
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<64,_false> * this) */
Symbols * __thiscall
gold::Sized_dynobj<64,_false>::do_get_global_symbols(Sized_dynobj<64,_false> *this)
{
return this->symbols_;
}
|
undefined4 FUN_0016ce40(int param_1)
{
return *(undefined4 *)(param_1 + 0x7c);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x7c]
RET | null | null | null | null | [(u'PTRSUB_-1207316848', u'LOAD_-1207316918'), ('tmp_27', u'PTRSUB_-1207316848'), ('const-0', u'RETURN_-1207316903'), (u'COPY_-1207316918', u'RETURN_-1207316903'), ('const-417', u'LOAD_-1207316918'), (u'LOAD_-1207316918', u'COPY_-1207316918'), ('const-124', u'PTRSUB_-1207316848')] | [(u'CAST_-1207316850', u'LOAD_-1207316918'), ('const-0', u'RETURN_-1207316903'), (u'COPY_-1207316918', u'RETURN_-1207316903'), ('const-124', u'INT_ADD_-1207316902'), ('const-417', u'LOAD_-1207316918'), (u'LOAD_-1207316918', u'COPY_-1207316918'), ('tmp_29', u'INT_ADD_-1207316902'), (u'INT_ADD_-1207316902', u'CAST_-12073... | null | null | 0016ce40 | x86 | O1 | (translation_unit "undefined4 FUN_0016ce40(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x7c);\n}\n\n" (function_definition "undefined4 FUN_0016ce40(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x7c);\n}" type_identifier (function_declarator "FUN_0016ce40(int param_1)" identifier (parameter_list "(int... | (translation_unit "/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<64,_false> * this) */\n\nSymbols * __thiscall\ngold::Sized_dynobj<64,_false>::do_get_global_symbols(Sized_dynobj<64,_false> *this)\n\n{\n return this->symbols_;\n}\n\n" comment (ERROR "Symbols * __thiscall\ngold::Sized_dynobj<... | (translation_unit "undefined4 FUN_0016ce40(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x7c);\n}\n\n" (function_definition "undefined4 FUN_0016ce40(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x7c);\n}" type_identifier (function_declarator "FUN_0016ce40(int param_1)" identifier (parameter_list "(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ... | (function_definition "undefined4 FUN_0016ce40(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x7c);\n}" (type_identifier "undefined4") (function_declarator "FUN_0016ce40(int param_1)" (identifier "FUN_0016ce40") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (... |
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<64,_false> * this) */
Symbols * __thiscall
gold::Sized_dynobj<64,_false>::do_get_global_symbols(Sized_dynobj<64,_false> *this)
{
return this->symbols_;
}
| 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 + 0x7c);
}
|
110_hppa-linux-gnu-elfedit_and_hppa-linux-gnu-elfedit_strip.c | textdomain | textdomain |
/* WARNING: Control flow encountered bad instruction data */
void textdomain(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* textdomain@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void textdomain(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205952442')] | [('const-1', u'RETURN_-1205952442')] | null | null | 0001a03c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid textdomain(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* textdomain@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void textdomain(void)... | (translation_unit "void textdomain(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void textdomain(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "textdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitiv... | (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 textdomain(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "textdomain(void)" (identifier "textdomain") (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 */
/* textdomain@@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();
}
|
66_i686-linux-gnu-objcopy_and_i686-linux-gnu-objcopy_strip.c | exit | exit |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0004010c)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
(*(code *)PTR_exit_0004010c)();
return;
}
| JMP dword ptr [EBX + 0x10c] | null | null | null | null | [(u'INDIRECT_-1205980014', u'COPY_-1205980073'), ('const-0', u'RETURN_-1205980083'), (u'CALLIND_-1205980086', u'INDIRECT_-1205980014'), (u'CAST_-1205980008', u'CALLIND_-1205980086'), ('tmp_63', u'CAST_-1205980008')] | [(u'INDIRECT_-1205980014', u'COPY_-1205980073'), ('const-0', u'RETURN_-1205980083'), (u'CALLIND_-1205980086', u'INDIRECT_-1205980014'), (u'CAST_-1205980008', u'CALLIND_-1205980086'), ('tmp_63', u'CAST_-1205980008')] | null | null | 00013440 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}" primitive_type (function_decl... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}\n\n" comment (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}" primitive_type (function_decl... | (translation_unit "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}\n\n" (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_dec... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT... | (function_definition "void exit(int __status)\n\n{\n (*(code *)PTR_exit_0004010c)();\n return;\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
(*(type_1 *)PTR_exit_0004010c)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expressi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
(*(code *)PTR_MASKED_0004010c)();
return;
}
|
4756_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | _M_realloc_insert<gold::Input_argument> | FUN_00158c40 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Input_argument>(vector<gold::Input_argument,_std::allocator<gold::Input_argument>_>
* this, iterator __position, Input_argument * __args#0) */
void __thiscall
std::ve... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00158c40(int *param_1,int param_2,undefined1 *param_3)
{
undefined1 uVar1;
int iVar2;
int iVar3;
undefined4 uVar4;
undefined4 uVar5;
int iVar6;
undefined1 *puVar7;
undefined4 *puVar8;
undefined4 *puVar... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x2bb3b7
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x40]
MOV EDI,dword ptr [ESP + 0x44]
MOV ESI,dword ptr [ESP + 0x48]
MOV EDX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
MOV dword ptr [ESP + 0x14],EAX
SUB EAX,EDX
SUB EDI,EDX
SAR EAX,0x2
MOV dword ptr [ESP + 0xc... | null | null | null | null | [('const-1', u'RETURN_-1207268258')] | [('const-18', u'PTRADD_-1207265276'), ('tmp_6190', u'PTRADD_-1207267641'), (u'MULTIEQUAL_-1207266045', u'PTRADD_-1207265676'), ('const-417', u'STORE_-1207266557'), ('const-417', u'LOAD_-1207267251'), (u'CAST_-1207265510', u'STORE_-1207267203'), (u'PTRADD_-1207267832', u'CAST_-1207265885'), (u'PTRADD_-1207266073', u'CAS... | null | null | 00158c40 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00158c40(int *param_1,int param_2,undefined1 *param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n int iVar6;\n undefined1 *puVar7;\n undefined... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n _M_realloc_insert<gold::Input_argument>(vector<gold::Input_argument,_std::allocator<gold::Input_argument>_>\n * this, iterator __position, Input_argument * __args#0) */\n\n... | (translation_unit "void FUN_00158c40(int *param_1,int param_2,undefined1 *param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n int iVar6;\n undefined1 *puVar7;\n undefined4 *puVar8;\n undefined4 *puVar9;\n uint uVar10;\n undefined1 *puVar11;\n int iVar12;\n ... | (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)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "void FUN_00158c40(int *param_1,int param_2,undefined1 *param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n int iVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n int iVar6;\n undefined1 *puVar7;\n undefined4 *puVar8;\n undefined4 *puVar9;\n uint uVar10;\n undefined1 *puVar11;\n int iVar12;\... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Input_argument>(vector<gold::Input_argument,_std::allocator<gold::Input_argument>_>
* this, iterator __position, Input_argument * __args#0) */
void __thiscall
std::ve... | 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,undefined1 *param_3)
{
undefined1 uVar1;
int iVar2;
int iVar3;
undefined4 uVar4;
undefined4 uVar5;
int iVar6;
undefined1 *puVar7;
undefined4 *puVar8;
undefined4 *puVar9;
u... |
43_libpng16.so.16.36_and_libpng16.so.16.36_strip.c | png_set_sPLT | png_set_sPLT |
void png_set_sPLT(png_const_structrp png_ptr,png_inforp info_ptr,png_const_sPLT_tp entries,
int nentries)
{
(*(code *)PTR_png_set_sPLT_0004ae30)();
return;
}
|
void png_set_sPLT(void)
{
(*(code *)PTR_png_set_sPLT_0004ae30)();
return;
}
| JMP dword ptr [EBX + 0xac] | null | null | null | null | [('const-1', u'RETURN_-1205976371'), (u'INDIRECT_-1205976302', u'COPY_-1205976361'), (u'CALLIND_-1205976374', u'INDIRECT_-1205976302'), ('tmp_78', u'CAST_-1205976293'), (u'CAST_-1205976293', u'CALLIND_-1205976374')] | [('const-1', u'RETURN_-1205976371'), (u'INDIRECT_-1205976302', u'COPY_-1205976361'), (u'CALLIND_-1205976374', u'INDIRECT_-1205976302'), ('tmp_58', u'CAST_-1205976297'), (u'CAST_-1205976297', u'CALLIND_-1205976374')] | null | null | 000142c0 | x86 | O1 | (translation_unit "void png_set_sPLT(void)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}\n\n" (function_definition "void png_set_sPLT(void)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}" primitive_type (function_declarator "png_set_sPLT(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit "void png_set_sPLT(png_const_structrp png_ptr,png_inforp info_ptr,png_const_sPLT_tp entries,\n int nentries)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}\n\n" (function_definition "void png_set_sPLT(png_const_structrp png_ptr,png_inforp info_ptr,png_const_sPLT_tp entri... | (translation_unit "void png_set_sPLT(void)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}\n\n" (function_definition "void png_set_sPLT(void)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}" primitive_type (function_declarator "png_set_sPLT(void)" identifier (parameter_list "(void)" ( (param... | (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 png_set_sPLT(void)\n\n{\n (*(code *)PTR_png_set_sPLT_0004ae30)();\n return;\n}" (primitive_type "void") (function_declarator "png_set_sPLT(void)" (identifier "png_set_sPLT") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
void function_1(type_1 png_ptr,type_2 info_ptr,type_3 entries,
int nentries)
{
(*(type_4 *)PTR_png_set_sPLT_0004ae30)();
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_0004ae30)();
return;
}
|
3488_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | __merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section*,_std::vector<gold::Output_section::Input_section>_>,_gold::Output_section::Input_section*,___gnu_cxx::__ops::_Iter_comp_iter<(anonymous_namespace)::Sort_toc_sections<false>_>_> | FUN_000b7140 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section*,
std::vector<gold::Output_section::Input_section> >, gold::Output_section::Input_section*,
__gnu_cxx::__ops::_Iter_com... |
void __regparm3 FUN_000b7140(int param_1,int param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
int iVar7;
int local_3c;
int local_20;
iVar5 = param_2 - param_1;
iVar7 = (iVar5 >> 3) * -0x55555555;
iVar1 = param_3 + iVar5;
iVar3 = param_1;
if (iVar5... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,EDX
SUB EBX,EAX
MOV ESI,EBX
SAR ESI,0x3
SUB ESP,0x2c
IMUL ESI,ESI,-0x55555555
MOV dword ptr [ESP + 0x4],ESI
LEA ESI,[ECX + EBX*0x1]
MOV dword ptr [ESP + 0xc],ESI
CMP EBX,0x90
JLE 0x000b7330
MOV dword ptr [ESP + 0x18],ECX
MOV EDI,EDX
MOV dword ptr [ESP + 0x8],EDX
MOV dword ptr... | null | null | null | null | [(u'MULTIEQUAL_-1206618199', u'INT_MULT_-1206617867'), (u'INT_MULT_-1206619168', u'INT_SLESSEQUAL_-1206618786'), (u'COPY_-1206617968', u'MULTIEQUAL_-1206618391'), (u'INT_SLESSEQUAL_-1206618530', u'CBRANCH_-1206618538'), (u'INT_SUB_-1206619799', u'INT_SLESS_-1206619566'), (u'COPY_-1206617736', u'MULTIEQUAL_-1206618132')... | [('const-3', u'INT_SRIGHT_-1206619272'), ('tmp_4317', u'INT_ADD_-1206618482'), (u'BOOL_AND_-1206617635', u'CBRANCH_-1206618769'), (u'COPY_-1206617662', u'MULTIEQUAL_-1206618100'), ('const-144', u'INT_SLESS_-1206619602'), (u'INT_MULT_-1206619168', u'INT_SLESSEQUAL_-1206618786'), (u'INT_SLESSEQUAL_-1206618530', u'CBRANCH... | null | null | 000b7140 | x86 | O1 | (translation_unit "void __regparm3 FUN_000b7140(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = (iVar5 >> 3) * -0x55555555;\n iVar1 = param_3 + iVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section*,\n std::vector<gold::Output_section::Input_section> >, gold::Output_section::Input_section*,\n __gnu... | (translation_unit "void __regparm3 FUN_000b7140(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = (iVar5 >> 3) * -0x55555555;\n iVar1 = param_3 + iVar... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (... | (function_definition "void __regparm3 FUN_000b7140(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = (iVar5 >> 3) * -0x55555555;\n iVar1 = param_3 + i... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section*,
std::vector<gold::Output_section::Input_section> >, gold::Output_section::Input_section*,
__gnu_cxx::__ops::_Iter_com... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parame... | null |
void __regparm3 MASKED(int param_1,int param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
int iVar7;
int local_3c;
int local_20;
iVar5 = param_2 - param_1;
iVar7 = (iVar5 >> 3) * -0x55555555;
iVar1 = param_3 + iVar5;
iVar3 = param_1;
if (iVar5 < 0x9... |
102_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | bfd_hash_lookup | bfd_hash_lookup |
void bfd_hash_lookup(void)
{
(*(code *)PTR_bfd_hash_lookup_001cf1b0)();
return;
}
|
void bfd_hash_lookup(void)
{
(*(code *)PTR_bfd_hash_lookup_001cf1b0)();
return;
}
| JMP dword ptr [EBX + 0x1b0] | null | null | null | null | [(u'CALLIND_-1205967142', u'INDIRECT_-1205967070'), ('tmp_58', u'CAST_-1205967065'), ('const-0', u'RETURN_-1205967139'), (u'CAST_-1205967065', u'CALLIND_-1205967142'), (u'INDIRECT_-1205967070', u'COPY_-1205967129')] | [(u'CALLIND_-1205967142', u'INDIRECT_-1205967070'), ('tmp_58', u'CAST_-1205967065'), ('const-0', u'RETURN_-1205967139'), (u'CAST_-1205967065', u'CALLIND_-1205967142'), (u'INDIRECT_-1205967070', u'COPY_-1205967129')] | null | null | 000166d0 | x86 | O1 | (translation_unit "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}\n\n" (function_definition "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_lookup(void)" identifier (parameter_list "(... | (translation_unit "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}\n\n" (function_definition "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_lookup(void)" identifier (parameter_list "(... | (translation_unit "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}\n\n" (function_definition "void bfd_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_lookup(void)" identifier (parameter_list "(... | (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_hash_lookup(void)\n\n{\n (*(code *)PTR_bfd_hash_lookup_001cf1b0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_hash_lookup(void)" (identifier "bfd_hash_lookup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_hash_lookup_001cf1b0)();
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_001cf1b0)();
return;
}
|
5599_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | add_relative | FUN_00181720 |
/* 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,_32,_true> * this, uint
type, Output_data * od, Sized_relobj<32,_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_00181720(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
undefined4 *puVar1;
undefined4 *puVar2;
int iVar3;
int iVar4;
undefined4... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x2928d7
SUB ESP,0x34
MOV EBP,dword ptr [ESP + 0x48]
PUSH 0x1
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x5c]
LEA ESI,[ESP + 0x24]
PUSH ESI
CALL 0x00169930
MOV EAX,dword ptr [EBP + 0x38]
ADD ESP,0... | null | null | null | null | [('const-1', u'RETURN_-1207494850')] | [('tmp_2764', u'INT_ADD_-1207494501'), ('const-1', u'INT_ADD_-1207494406'), ('const-56', u'INT_ADD_-1207494614'), (u'PTRADD_-1207493855', u'STORE_-1207494673'), (u'INT_EQUAL_-1207494727', u'CBRANCH_-1207494725'), (u'LOAD_-1207494760', u'PTRADD_-1207493831'), ('tmp_2767', u'CALL_-1207494762'), ('const-60', u'INT_ADD_-12... | null | null | 00181720 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00181720(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;... | (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,_32,_true> * this, uint\n type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx, Address address) */\n\nvoid __thiscall\ng... | (translation_unit "void FUN_00181720(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefined... | (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_00181720(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_34;\n int local_30;\n undefined4 local_2c;\n undefi... |
/* 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,_32,_true> * this, uint
type, Output_data * od, Sized_relobj<32,_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 *puVar1;
undefined4 *puVar2;
int iVar3;
int iVar4;
undefined4 local... |
118_powerpc-linux-gnu-nm_and_powerpc-linux-gnu-nm_strip.c | print_archive_member_sysv | FUN_00014810 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void print_archive_member_sysv(char *archive,char *filename)
{
char *pcVar1;
if (undefined_only == 0) {
pcVar1 = "\n\nSymbols from %s[%s]:\n\n";
}
else {
pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";
}
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00014810(undefined4 param_1,undefined4 param_2)
{
char *pcVar1;
if (DAT_0001d400 == 0) {
pcVar1 = "\n\nSymbols from %s[%s]:\n\n";
}
else {
pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";
}
pcVa... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00012a60
ADD EBX,0x87e4
MOV EDI,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [EBX + 0x400]
TEST EAX,EAX
JZ 0x00014880
SUB ESP,0x4
LEA EAX,[EBX + 0xffffbcd8]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x00012160
ADD ESP,0xc
PUSH EDI
PUSH ESI
PUSH EAX
CALL 0x00012080
ADD ... | null | null | null | null | [(u'CALL_-1205974788', u'INDIRECT_-1205974521'), ('tmp_527', u'CALL_-1205974716'), (u'INT_EQUAL_-1205974951', u'CBRANCH_-1205974950'), ('const-0', u'CALL_-1205974909'), (u'COPY_-1205974586', u'CALL_-1205974801'), (u'CAST_-1205974564', u'CALL_-1205974877'), ('const-0', u'CALL_-1205974801'), (u'CALL_-1205974909', u'CAST_... | [('tmp_1102', u'CALL_-1205974877'), ('const-98469', u'COPY_-1205974727'), (u'INT_EQUAL_-1205974951', u'CBRANCH_-1205974950'), (u'CAST_-1205974523', u'CALL_-1205974788'), (u'CALL_-1205974716', u'INDIRECT_-1205974490'), (u'CALL_-1205974801', u'INDIRECT_-1205974532'), (u'CALL_-1205974788', u'INDIRECT_-1205974523'), (u'CAL... | null | null | 00014810 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00014810(undefined4 param_1,undefined4 param_2)\n\n{\n char *pcVar1;\n \n if (DAT_0001d400 == 0) {\n pcVar1 = "\n\nSymbols from %s[%s]:\n\n";\n }\n else {\n pcVar1 = "\n\nUndefined symbols ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid print_archive_member_sysv(char *archive,char *filename)\n\n{\n char *pcVar1;\n \n if (undefined_only == 0) {\n pcVar1 = "\n\nSymbols from %s[%s]:\n\n";\n }\n else {\n pcVar1 = "\n\nUndefined sym... | (translation_unit "void FUN_00014810(undefined4 param_1,undefined4 param_2)\n\n{\n char *pcVar1;\n \n if (DAT_0001d400 == 0) {\n pcVar1 = "\n\nSymbols from %s[%s]:\n\n";\n }\n else {\n pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";\n }\n pcVar1 = (char *)dcgettext(0,pcVar1,5);\n printf(pcVar1,param_1,... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (c... | (function_definition "void FUN_00014810(undefined4 param_1,undefined4 param_2)\n\n{\n char *pcVar1;\n \n if (DAT_0001d400 == 0) {\n pcVar1 = "\n\nSymbols from %s[%s]:\n\n";\n }\n else {\n pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";\n }\n pcVar1 = (char *)dcgettext(0,pcVar1,5);\n printf(pcVar1,param... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(char *archive,char *filename)
{
char *pcVar1;
if (var_1 == 0) {
pcVar1 = "\n\nSymbols from %s[%s]:\n\n";
}
else {
pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";
}
pcVar1 = (char *)var_2(... | 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)
{
char *pcVar1;
if (DAT_0001d400 == 0) {
pcVar1 = "\n\nSymbols from %s[%s]:\n\n";
}
else {
pcVar1 = "\n\nUndefined symbols from %s[%s]:\n\n";
}
pcVar1 = (... |
1400_bash_and_bash_strip.c | completions_to_stringlist | completions_to_stringlist |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
STRINGLIST * completions_to_stringlist(char **matches)
{
char cVar1;
int iVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
uint uVar6;
int iVar7;
byte bVar8;
STRINGLIST *loc... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * completions_to_stringlist(undefined4 *param_1)
{
char cVar1;
int iVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
uint uVar6;
int iVar7;
byte bVar8;
int *local_28;
bVar8 = 0;
if (param_1 == (undefined... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
CALL 0x0002fe00
ADD EBX,0xaba74
CMP dword ptr [ESP + 0x30],0x0
JZ 0x0008f6a5
SUB ESP,0xc
PUSH dword ptr [ESP + 0x3c]
CALL 0x000b6303
MOV EDI,EAX
MOV dword ptr [ESP + 0x1c],EAX
LEA EAX,[EAX + 0x1]
MOV dword ptr [ESP],EAX
CALL 0x000b58f0
MOV dword ptr [ESP + 0x14],EAX
MOV ... | null | null | null | null | [(u'PTRSUB_-1206388224', u'STORE_-1206388825'), (u'MULTIEQUAL_-1206388566', u'INT_SUB_-1206388905'), (u'INDIRECT_-1206388353', u'MULTIEQUAL_-1206388413'), (u'CALL_-1206389243', u'PTRSUB_-1206388216'), ('tmp_377', u'CBRANCH_-1206389120'), ('const-1', u'PTRADD_-1206388209'), (u'MULTIEQUAL_-1206388394', u'INT_ZEXT_-120638... | [(u'MULTIEQUAL_-1206388389', u'MULTIEQUAL_-1206388408'), (u'INDIRECT_-1206388545', u'INT_ZEXT_-1206388905'), (u'LOAD_-1206388977', u'COPY_-1206388223'), ('const-417', u'LOAD_-1206388818'), (u'CAST_-1206388214', u'STORE_-1206388830'), (u'CAST_-1206388165', u'INT_ADD_-1206388961'), ('tmp_377', u'CBRANCH_-1206389120'), (u... | null | null | 0008f580 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * completions_to_stringlist(undefined4 *param_1)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n uint uVar6;\n int iVar7;\n byte bVar8;\n int *local_28;\n \n bVar8... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nSTRINGLIST * completions_to_stringlist(char **matches)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n uint uVar6;\n int iVar7;\n... | (translation_unit "int * completions_to_stringlist(undefined4 *param_1)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n uint uVar6;\n int iVar7;\n byte bVar8;\n int *local_28;\n \n bVar8 = 0;\n if (param_1 == (undefined4 *)0x0) {\n local_28 = (int *)strlist_create(1);\n }\... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDE... | (function_definition "int * completions_to_stringlist(undefined4 *param_1)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n uint uVar6;\n int iVar7;\n byte bVar8;\n int *local_28;\n \n bVar8 = 0;\n if (param_1 == (undefined4 *)0x0) {\n local_28 = (int *)strlist_create(1);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 * function_1(char **var_1)
{
char var_8;
int var_4;
int iVar3;
char *var_7;
char *var_5;
type_2 var_6;
int var_11;
type_3 bVar8;
type_1 *local_28;
bVar8 = 0;... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(undefined4 *param_1)
{
char cVar1;
int iVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
uint uVar6;
int iVar7;
byte bVar8;
int *local_28;
bVar8 = 0;
if (param_1 == (undefined4 *)0x0) {
loca... |
7454_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | clone | FUN_001e07a0 |
/* DWARF original prototype: bool clone(Sized_symbol<64> * this, Sized_symbol<64> * from) */
int __thiscall
gold::Sized_symbol<64>::clone
(Sized_symbol<64> *this,__fn *__fn,void *__child_stack,int __flags,void *__arg,...)
{
undefined4 uVar1;
int iVar2;
uVar1 = *(undefined4 *)(__fn + 0x34);
*(und... |
void FUN_001e07a0(int param_1,int param_2)
{
undefined4 uVar1;
uVar1 = *(undefined4 *)(param_2 + 0x34);
*(undefined4 *)(param_1 + 0x30) = *(undefined4 *)(param_2 + 0x30);
*(undefined4 *)(param_1 + 0x34) = uVar1;
uVar1 = *(undefined4 *)(param_2 + 0x38);
*(undefined4 *)(param_1 + 0x3c) = *(undefined4 *)(... | PUSH EBX
MOV EDX,dword ptr [ESP + 0xc]
MOV EAX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [EDX + 0x30]
MOV EBX,dword ptr [EDX + 0x34]
MOV dword ptr [EAX + 0x30],ECX
MOV dword ptr [EAX + 0x34],EBX
MOV EBX,dword ptr [EDX + 0x3c]
MOV ECX,dword ptr [EDX + 0x38]
MOV dword ptr [EAX + 0x3c],EBX
MOV dword ptr [EAX + 0x38],ECX
POP... | null | null | null | null | [('tmp_107', u'PTRSUB_-1207891916'), (u'CAST_-1207891910', u'INT_ADD_-1207891962'), (u'INT_ADD_-1207891962', u'CAST_-1207891909'), ('const-417', u'STORE_-1207892005'), ('tmp_110', u'CALL_-1207891986'), ('const-1', u'PTRADD_-1207891957'), ('const-417', u'STORE_-1207892029'), ('const-52', u'PTRADD_-1207891975'), ('tmp_10... | [('const-417', u'STORE_-1207892023'), ('const-417', u'LOAD_-1207892043'), ('tmp_149', u'INT_ADD_-1207892003'), ('tmp_149', u'INT_ADD_-1207892027'), (u'INT_ADD_-1207892003', u'CAST_-1207891924'), ('tmp_149', u'INT_ADD_-1207891997'), (u'LOAD_-1207892019', u'STORE_-1207892005'), ('const-48', u'INT_ADD_-1207892015'), ('con... | null | null | 001e07a0 | x86 | O1 | (translation_unit "void FUN_001e07a0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = *(undefined4 *)(param_2 + 0x34);\n *(undefined4 *)(param_1 + 0x30) = *(undefined4 *)(param_2 + 0x30);\n *(undefined4 *)(param_1 + 0x34) = uVar1;\n uVar1 = *(undefined4 *)(param_2 + 0x38);\n *(undefined4 *)(param_1... | (translation_unit "/* DWARF original prototype: bool clone(Sized_symbol<64> * this, Sized_symbol<64> * from) */\n\nint __thiscall\ngold::Sized_symbol<64>::clone\n (Sized_symbol<64> *this,__fn *__fn,void *__child_stack,int __flags,void *__arg,...)\n\n{\n undefined4 uVar1;\n int iVar2;\n \n uVar1 = *(undefin... | (translation_unit "void FUN_001e07a0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = *(undefined4 *)(param_2 + 0x34);\n *(undefined4 *)(param_1 + 0x30) = *(undefined4 *)(param_2 + 0x30);\n *(undefined4 *)(param_1 + 0x34) = uVar1;\n uVar1 = *(undefined4 *)(param_2 + 0x38);\n *(undefined4 *)(param_1... | (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_001e07a0(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = *(undefined4 *)(param_2 + 0x34);\n *(undefined4 *)(param_1 + 0x30) = *(undefined4 *)(param_2 + 0x30);\n *(undefined4 *)(param_1 + 0x34) = uVar1;\n uVar1 = *(undefined4 *)(param_2 + 0x38);\n *(undefined4 *)(para... |
/* DWARF original prototype: bool clone(Sized_symbol<64> * this, Sized_symbol<64> * from) */
int __thiscall
gold::type_1<64>::function_1
(type_1<64> *this,type_2 *type_2,void *__child_stack,int __flags,void *__arg,...)
{
type_3 uVar1;
int iVar2;
uVar1 = *(type_3 *)(type_2 + 0x34);
*(type_3 *)&th... | 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 |
void MASKED(int param_1,int param_2)
{
undefined4 uVar1;
uVar1 = *(undefined4 *)(param_2 + 0x34);
*(undefined4 *)(param_1 + 0x30) = *(undefined4 *)(param_2 + 0x30);
*(undefined4 *)(param_1 + 0x34) = uVar1;
uVar1 = *(undefined4 *)(param_2 + 0x38);
*(undefined4 *)(param_1 + 0x3c) = *(undefined4 *)(param_... |
7027_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | operator() | FUN_001e0f90 |
/* DWARF original prototype: size_t operator()(Stringpool_hash * this, Hashkey * hk) */
size_t __thiscall
gold::Stringpool_template<char>::Stringpool_hash::operator()(Stringpool_hash *this,Hashkey *hk)
{
return hk->hash_code;
}
|
undefined4 FUN_001e0f90(undefined4 param_1,int param_2)
{
return *(undefined4 *)(param_2 + 8);
}
| MOV EAX,dword ptr [ESP + 0x8]
MOV EAX,dword ptr [EAX + 0x8]
RET | null | null | null | null | [('const-8', u'PTRSUB_-1207889952'), (u'COPY_-1207890022', u'RETURN_-1207890007'), ('tmp_28', u'PTRSUB_-1207889952'), (u'LOAD_-1207890022', u'COPY_-1207890022'), ('const-0', u'RETURN_-1207890007'), (u'PTRSUB_-1207889952', u'LOAD_-1207890022'), ('const-417', u'LOAD_-1207890022')] | [('const-417', u'LOAD_-1207890022'), (u'INT_ADD_-1207890006', u'CAST_-1207889954'), (u'COPY_-1207890022', u'RETURN_-1207890007'), (u'LOAD_-1207890022', u'COPY_-1207890022'), ('const-0', u'RETURN_-1207890007'), (u'CAST_-1207889954', u'LOAD_-1207890022'), ('tmp_29', u'INT_ADD_-1207890006'), ('const-8', u'INT_ADD_-1207890... | null | null | 001e0f90 | x86 | O1 | (translation_unit "undefined4 FUN_001e0f90(undefined4 param_1,int param_2)\n\n{\n return *(undefined4 *)(param_2 + 8);\n}\n\n" (function_definition "undefined4 FUN_001e0f90(undefined4 param_1,int param_2)\n\n{\n return *(undefined4 *)(param_2 + 8);\n}" type_identifier (function_declarator "FUN_001e0f90(undefined4 par... | (translation_unit "/* DWARF original prototype: size_t operator()(Stringpool_hash * this, Hashkey * hk) */\n\nsize_t __thiscall\ngold::Stringpool_template<char>::Stringpool_hash::operator()(Stringpool_hash *this,Hashkey *hk)\n\n{\n return hk->hash_code;\n}\n\n" comment (function_definition "size_t __thiscall\ngold::St... | (translation_unit "undefined4 FUN_001e0f90(undefined4 param_1,int param_2)\n\n{\n return *(undefined4 *)(param_2 + 8);\n}\n\n" (function_definition "undefined4 FUN_001e0f90(undefined4 param_1,int param_2)\n\n{\n return *(undefined4 *)(param_2 + 8);\n}" type_identifier (function_declarator "FUN_001e0f90(undefined4 par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthes... | (function_definition "undefined4 FUN_001e0f90(undefined4 param_1,int param_2)\n\n{\n return *(undefined4 *)(param_2 + 8);\n}" (type_identifier "undefined4") (function_declarator "FUN_001e0f90(undefined4 param_1,int param_2)" (identifier "FUN_001e0f90") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parame... |
/* DWARF original prototype: size_t operator()(Stringpool_hash * this, Hashkey * hk) */
size_t __thiscall
gold::Stringpool_template<char>::type_1::function_1()(type_1 *this,type_2 *hk)
{
return hk->hash_code;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statemen... | null |
undefined4 MASKED(undefined4 param_1,int param_2)
{
return *(undefined4 *)(param_2 + 8);
}
|
1374_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~Struct_no_ld_generated_unwind_info | FUN_000427f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Struct_no_ld_generated_unwind_info(Struct_no_ld_generated_unwind_info * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_ld_generated_unwind_info::~Struct_no_ld_generat... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000427f0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00405568;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
FUN_00248200(param_1,0x3c);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x3d1809
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff1568]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x00042822
SUB ESP,0xc
PUSH EAX
CALL 0x00248220
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x3c
PUSH ESI
CALL 0x00248200
AD... | null | null | null | null | [('const-1', u'RETURN_-1206179834')] | [('const-0', u'PTRSUB_-1206179574'), ('tmp_135', u'CBRANCH_-1206179766'), ('const-0', u'RETURN_-1206179669'), ('tmp_597', u'PTRADD_-1206179583'), ('const-417', u'LOAD_-1206179786'), ('tmp_597', u'STORE_-1206179789'), ('const-4', u'PTRADD_-1206179571'), (u'PTRADD_-1206179583', u'INT_NOTEQUAL_-1206179766'), (u'CAST_-1206... | null | null | 000427f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000427f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405568;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x3c);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n ~Struct_no_ld_generated_unwind_info(Struct_no_ld_generated_unwind_info * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_ld_generated_unwind_info... | (translation_unit "void FUN_000427f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405568;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_000427f0(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_000427f0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405568;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n FUN_00248200(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000427f0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Struct_no_ld_generated_unwind_info(Struct_no_ld_generated_unwind_info * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int _... | 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_00405568;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
FUN_00248200(param_1,0x3c);
return;
}
|
154_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c | read_section_stabs | FUN_000162a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_byte * __regparm3 read_section_stabs(bfd *abfd,char *sect_name,bfd_size_type *size_ptr)
{
int iVar1;
int iVar2;
undefined4 uVar3;
char *format;
char *pcVar4;
bfd_byte *pbVar5;
bfd_byte *contents;
undefined4 uS... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * __regparm3 FUN_000162a0(undefined4 *param_1,undefined4 param_2,undefined4 *param_3)
{
int iVar1;
int iVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
char *__format;
void *pvVar6;
void *local_2... | PUSH EBP
PUSH EDI
MOV EDI,EDX
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x000153d0
ADD EBX,0x5cd53
SUB ESP,0x34
MOV dword ptr [ESP + 0x14],ECX
PUSH EDX
PUSH EAX
CALL 0x00014330
ADD ESP,0x10
MOV EBP,EAX
TEST EAX,EAX
JZ 0x00016358
SUB ESP,0x4
LEA EAX,[ESP + 0x20]
PUSH EAX
PUSH EBP
PUSH ESI
CALL 0x00014180
ADD ESP,0x10
TEST EAX,... | null | null | null | null | [('const-324832', u'COPY_-1205967313'), ('const-417', u'STORE_-1205968017'), (u'CALL_-1205967956', u'CALL_-1205967932'), (u'COPY_-1205967877', u'MULTIEQUAL_-1205967697'), (u'CALL_-1205968143', u'INDIRECT_-1205967516'), (u'LOAD_-1205968038', u'STORE_-1205968012'), (u'PTRSUB_-1205967396', u'CALL_-1205968072'), ('const-0'... | [(u'CALL_-1205967956', u'CALL_-1205967932'), (u'INDIRECT_-1205967392', u'CALL_-1205967806'), (u'LOAD_-1205968038', u'STORE_-1205968012'), ('const-1', u'PTRADD_-1205967363'), (u'CALL_-1205967956', u'INDIRECT_-1205967359'), (u'CALL_-1205967932', u'INDIRECT_-1205967349'), (u'CALL_-1205968143', u'CALL_-1205968072'), ('cons... | null | null | 000162a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * __regparm3 FUN_000162a0(undefined4 *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n char *__format;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_byte * __regparm3 read_section_stabs(bfd *abfd,char *sect_name,bfd_size_type *size_ptr)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n char *format;\n char *pcVar4;\n bfd_byte *pbVar5;\n bfd_by... | (translation_unit "void * __regparm3 FUN_000162a0(undefined4 *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n char *__format;\n void *pvVar6;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x162ad;\n ... | (translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration ... | (function_definition "void * __regparm3 FUN_000162a0(undefined4 *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n char *__format;\n void *pvVar6;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x162ad;... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_2 * __regparm3 read_section_stabs(bfd *abfd,char *sect_name,bfd_size_type *size_ptr)
{
int var_2;
int var_6;
type_1 uVar3;
char *format;
char *pcVar4;
type_2 *pbVar5;
type_2 *contents;
type_1 uStack_14;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * __regparm3 MASKED(undefined4 *param_1,undefined4 param_2,undefined4 *param_3)
{
int iVar1;
int iVar2;
undefined4 uVar3;
undefined4 uVar4;
undefined4 uVar5;
char *__format;
void *pvVar6;
void *local_20 [3];... |
2375_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | do_section_link | FUN_00068de0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1)
*/
uint __thiscall
gold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *this,uint param_2)
{
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00068de0(void)
{
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");
}
| PUSH EBX
CALL 0x00032730
ADD EBX,0x29921a
SUB ESP,0xc
LEA EAX,[EBX + 0xfff20030]
PUSH EAX
LEA EAX,[EBX + 0xfff1f620]
PUSH 0xb6d
PUSH EAX
CALL 0x0005f0b0 | null | null | null | null | [(u'COPY_-1206284722', u'CALL_-1206284752'), ('const-2236464', u'COPY_-1206284722'), ('const-2925', u'CALL_-1206284752'), (u'COPY_-1206284723', u'CALL_-1206284752'), ('const-1', u'RETURN_-1206284747'), ('const-2233888', u'COPY_-1206284723')] | [('const-2233888', u'COPY_-1206284729'), (u'COPY_-1206284729', u'CALL_-1206284752'), ('const-2236464', u'COPY_-1206284728'), ('const-1', u'RETURN_-1206284747'), ('const-2925', u'CALL_-1206284752'), (u'COPY_-1206284728', u'CALL_-1206284752')] | null | null | 00068de0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00068de0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}\n\n" comment (function_definition "void FUN_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1)\n */\n\nuint __thiscall\ngold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *t... | (translation_unit "void FUN_00068de0(void)\n\n{\n \n FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}\n\n" (function_definition "void FUN_00068de0(void)\n\n{\n \n FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00068de0(void)\n\n{\n \n FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");\n}" (primitive_type "void") (function_declarator "FUN_00068de0(void)" (identifier "FUN_00068de0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_link(Sized_incr_dynobj<32,_false> * this, uint param_1)
*/
uint __thiscall
gold::Sized_incr_dynobj<32,_false>::do_section_link(Sized_incr_dynobj<32,_false> *this,uint param_2)
{
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/incremental.cc",0xb6d,"do_section_link");
}
|
11099_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | range_error | FUN_002cd7f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::range_error::range_error(std::string const&) */
void __thiscall std::range_error::range_error(range_error *this,string *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)
{
FUN_002cd7a0(param_1,param_2);
*param_1 = &PTR_FUN_004128b8;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x146809
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x002cd7a0
LEA EAX,[EBX + 0xffffe8b0]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1204561914')] | [('tmp_340', u'CALL_-1204561864'), (u'PTRSUB_-1204561728', u'STORE_-1204561841'), ('tmp_339', u'CALL_-1204561864'), ('const-417', u'STORE_-1204561841'), ('const-4270264', u'PTRSUB_-1204561728'), ('const-0', u'RETURN_-1204561807'), ('tmp_339', u'STORE_-1204561841'), ('const-0', u'PTRSUB_-1204561728')] | null | null | 002cd7f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_002cd7a0(param_1,param_2);\n *param_1 = &PTR_FUN_004128b8;\n return;\n}\n\n" comment (function_definition "void FUN_002cd7f0(undefined4 *... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::range_error::range_error(std::string const&) */\n\nvoid __thiscall std::range_error::range_error(range_error *this,string *param_1)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall std::... | (translation_unit "void FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_002cd7a0(param_1,param_2);\n *param_1 = &PTR_FUN_004128b8;\n return;\n}\n\n" (function_definition "void FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_002cd7a0(param_1,param_2);\n *param_1 = &PTR_FUN_004128b8;\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assi... | (function_definition "void FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)\n\n{\n FUN_002cd7a0(param_1,param_2);\n *param_1 = &PTR_FUN_004128b8;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002cd7f0(undefined4 *param_1,undefined4 param_2)" (identifier "FUN_002cd7f0") (parameter_list "(undefin... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::range_error::range_error(std::string const&) */
void __thiscall std::function_1::function_1(function_1 *this,type_1 *param_1)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2)
{
FUN_002cd7a0(param_1,param_2);
*param_1 = &PTR_FUN_004128b8;
return;
}
|
113_sg_inq_and_sg_inq_strip.c | free | free |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206165462')] | [('const-1', u'RETURN_-1206165462')] | null | null | 00046020 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (func... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.0 */\n ha... | (translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (i... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7322_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | _M_setstate | FUN_001ab110 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wios::_M_setstate(std::_Ios_Iostate) */
void __thiscall std::wios::_M_setstate(wios *this,_Ios_Iostate param_1)
{
*(_Ios_Iostate *)(this + 0x14) = *(_Ios_Iostate *)(this + 0x14) | param_1;
if ((*(_Ios_Iostate *)(this ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001ab110(int param_1,uint param_2)
{
*(uint *)(param_1 + 0x14) = *(uint *)(param_1 + 0x14) | param_2;
if ((*(uint *)(param_1 + 0x10) & param_2) == 0) {
return;
}
/* WARNING: Subroutine does... | PUSH EBX
CALL 0x00032730
ADD EBX,0x156eea
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
OR dword ptr [EAX + 0x14],EDX
TEST dword ptr [EAX + 0x10],EDX
JNZ 0x001ab134
ADD ESP,0x8
POP EBX
RET
CALL 0x0017f070 | null | null | null | null | [('tmp_225', u'PTRADD_-1207586426'), (u'CAST_-1207586348', u'LOAD_-1207586468'), (u'PTRADD_-1207586408', u'CAST_-1207586348'), (u'CAST_-1207586352', u'STORE_-1207586483'), (u'INT_EQUAL_-1207586456', u'CBRANCH_-1207586453'), (u'LOAD_-1207586486', u'INT_OR_-1207586459'), ('const-0', u'RETURN_-1207586426'), ('const-16', u... | [(u'INT_OR_-1207586459', u'STORE_-1207586483'), (u'LOAD_-1207586468', u'INT_AND_-1207586442'), ('tmp_313', u'INT_ADD_-1207586454'), ('tmp_313', u'INT_ADD_-1207586472'), ('const-417', u'STORE_-1207586483'), ('tmp_158', u'CBRANCH_-1207586453'), ('const-417', u'LOAD_-1207586486'), ('const-16', u'INT_ADD_-1207586454'), (u'... | null | null | 001ab110 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ab110(int param_1,uint param_2)\n\n{\n *(uint *)(param_1 + 0x14) = *(uint *)(param_1 + 0x14) | param_2;\n if ((*(uint *)(param_1 + 0x10) & param_2) == 0) {\n return;\n }\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wios::_M_setstate(std::_Ios_Iostate) */\n\nvoid __thiscall std::wios::_M_setstate(wios *this,_Ios_Iostate param_1)\n\n{\n *(_Ios_Iostate *)(this + 0x14) = *(_Ios_Iostate *)(this + 0x14) | param_1;\n if ... | (translation_unit "void FUN_001ab110(int param_1,uint param_2)\n\n{\n *(uint *)(param_1 + 0x14) = *(uint *)(param_1 + 0x14) | param_2;\n if ((*(uint *)(param_1 + 0x10) & param_2) == 0) {\n return;\n }\n \n FUN_0017f070();\n}\n\n" (function_definition "void FUN_001ab110(int param_1,uint param_2... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declara... | (function_definition "void FUN_001ab110(int param_1,uint param_2)\n\n{\n *(uint *)(param_1 + 0x14) = *(uint *)(param_1 + 0x14) | param_2;\n if ((*(uint *)(param_1 + 0x10) & param_2) == 0) {\n return;\n }\n \n FUN_0017f070();\n}" (primitive_type "void") (function_declarator "FUN_001ab110(int pa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wios::_M_setstate(std::_Ios_Iostate) */
void __thiscall std::type_1::function_1(type_1 *var_1,type_2 var_2)
{
*(type_2 *)(var_1 + 0x14) = *(type_2 *)(var_1 + 0x14) | var_2;
if ((*(type_2 *)(var_1 + 0x10) & var_2) == v... | 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,uint param_2)
{
*(uint *)(param_1 + 0x14) = *(uint *)(param_1 + 0x14) | param_2;
if ((*(uint *)(param_1 + 0x10) & param_2) == 0) {
return;
}
/* WARNING: Subroutine does not r... |
9361_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | do_close | FUN_0023a1e0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_close(int) const */
void __thiscall
std::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_close
(messages_shim<char> *this,int param_1)
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0023a1e0(int param_1,undefined4 param_2)
{
FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);
return;
}
| PUSH EBX
CALL 0x00036f20
ADD EBX,0x174e1a
SUB ESP,0xc
PUSH dword ptr [ESP + 0x18]
MOV EAX,dword ptr [ESP + 0x18]
PUSH dword ptr [EAX + 0x10]
PUSH 0x0
CALL 0x00242780
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_175', u'PTRADD_-1203985832'), ('const-16', u'PTRADD_-1203985832'), (u'LOAD_-1203985894', u'CALL_-1203985875'), ('const-0', u'RETURN_-1203985847'), (u'PTRADD_-1203985832', u'CAST_-1203985777'), ('tmp_176', u'CALL_-1203985875'), ('const-1', u'PTRADD_-1203985832'), (u'CAST_-1203985777', u'LOAD_-1203985894'), ('cons... | [(u'INT_ADD_-1203985878', u'CAST_-1203985777'), ('tmp_295', u'INT_ADD_-1203985878'), ('const-0', u'CALL_-1203985875'), (u'LOAD_-1203985894', u'CALL_-1203985875'), ('const-0', u'RETURN_-1203985847'), ('const-417', u'LOAD_-1203985894'), (u'CAST_-1203985777', u'LOAD_-1203985894'), ('const-16', u'INT_ADD_-1203985878'), ('t... | null | null | 0023a1e0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0023a1e0(int param_1,undefined4 param_2)\n\n{\n FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0023a1e0(int param_1,undefined4 para... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_close(int) const */\n\nvoid __thiscall\nstd::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_close\n (messages_shim<cha... | (translation_unit "void FUN_0023a1e0(int param_1,undefined4 param_2)\n\n{\n FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);\n return;\n}\n\n" (function_definition "void FUN_0023a1e0(int param_1,undefined4 param_2)\n\n{\n FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);\n return;\n}" primitive_type ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (a... | (function_definition "void FUN_0023a1e0(int param_1,undefined4 param_2)\n\n{\n FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0023a1e0(int param_1,undefined4 param_2)" (identifier "FUN_0023a1e0") (parameter_list "(int param_1,undefined4 param_2... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_close(int) const */
void __thiscall
std::__facet_shims::(anonymous_namespace)::type_1<char>::function_1
(type_1<char> *var_3,int param_1)
{
var_1<v... | 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)
{
FUN_00242780(0,*(undefined4 *)(param_1 + 0x10),param_2);
return;
}
|
5544_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | got_entry_count | FUN_0020edb0 |
/* 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: uint got_entry_count(Target_s390<32> * this) */
uint __thiscall anon_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint FUN_0020edb0(int param_1)
{
int iVar1;
iVar1 = *(int *)(param_1 + 0x14);
if (iVar1 == 0) {
return 0;
}
if ((*(byte *)(iVar1 + 0x1c) & 2) != 0) {
return *(uint *)(iVar1 + 0xc) >> 2;
}
... | PUSH EBX
CALL 0x00050b50
ADD EBX,0x3db24a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x14]
TEST EAX,EAX
JZ 0x0020ede0
TEST byte ptr [EAX + 0x1c],0x2
JZ 0x0020ede7
MOV EAX,dword ptr [EAX + 0xc]
ADD ESP,0x8
POP EBX
SHR EAX,0x2
RET
ADD ESP,0x8
XOR EAX,EAX
POP EBX
RET
PUSH EAX
LEA EAX,[EBX + 0xffe9... | null | null | null | null | [('const-1', u'RETURN_-1203769918')] | [('const-417', u'LOAD_-1203769849'), (u'INT_EQUAL_-1203769869', u'CBRANCH_-1203769868'), ('const-20', u'INT_ADD_-1203769871'), ('const-417', u'LOAD_-1203769887'), ('const-0', u'INT_EQUAL_-1203769869'), ('const-0', u'INT_NOTEQUAL_-1203769852'), (u'LOAD_-1203769887', u'INT_EQUAL_-1203769869'), (u'COPY_-1203769671', u'CAL... | null | null | 0020edb0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint FUN_0020edb0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x14);\n if (iVar1 == 0) {\n return 0;\n }\n if ((*(byte *)(iVar1 + 0x1c) & 2) != 0) {\n return *(uint *)(iVar1 + 0x... | (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: uint got_entry_count(Target_s390<32> * this) */\n... | (translation_unit "uint FUN_0020edb0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x14);\n if (iVar1 == 0) {\n return 0;\n }\n if ((*(byte *)(iVar1 + 0x1c) & 2) != 0) {\n return *(uint *)(iVar1 + 0xc) >> 2;\n }\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size",i... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarato... | (function_definition "uint FUN_0020edb0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x14);\n if (iVar1 == 0) {\n return 0;\n }\n if ((*(byte *)(iVar1 + 0x1c) & 2) != 0) {\n return *(uint *)(iVar1 + 0xc) >> 2;\n }\n \n FUN_002446e0("../../gold/output.h",0xcf,"data_size... |
/* 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: uint got_entry_count(Target_s390<32> * this) */
type_1 __thiscall ano... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint MASKED(int param_1)
{
int iVar1;
iVar1 = *(int *)(param_1 + 0x14);
if (iVar1 == 0) {
return 0;
}
if ((*(byte *)(iVar1 + 0x1c) & 2) != 0) {
return *(uint *)(iVar1 + 0xc) >> 2;
}
/* ... |
5227_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_select_as_default_target | FUN_001d5080 |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_select_as_default_target(Target_aarch64<32,_false> * this) */
void __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<32,_false... |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void FUN_001d5080(void)
{
undefined4 uVar1;
undefined4 in_ECX;
if (DAT_005eb634 == 0) {
uVar1 = FUN_003ac4d0(0x4b0);
/* try { // try from 001d50b2 to 001d50b6 has its CatchHandler @ 001d50e3 */
... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x00063c76
ADD ESI,0x414f76
PUSH EBX
SUB ESP,0x1c
MOV EBX,dword ptr [ESI + 0x1634]
TEST EBX,EBX
JNZ 0x001d50c8
SUB ESP,0xc
MOV EBX,ESI
PUSH 0x4b0
CALL 0x003ac4d0
MOV EDI,EAX
MOV dword ptr [ESP],EAX
CALL 0x0020b0a0
MOV dword ptr [ESI + 0x1634],EDI
ADD ESP,0x10
LEA ESP,[EBP + -... | null | null | null | null | [(u'CALL_-1207807649', u'INDIRECT_-1207807504'), (u'COPY_-1207807558', u'CALL_-1207807649'), ('const-4711252', u'COPY_-1207807558'), (u'CALL_-1207807746', u'INDIRECT_-1207807546'), ('const-4703183', u'COPY_-1207807559'), (u'CAST_-1207807548', u'CALL_-1207807746'), ('const-0', u'RETURN_-1207807689'), (u'COPY_-1207807744... | [('const-4703183', u'COPY_-1207807565'), (u'CALL_-1207807746', u'INDIRECT_-1207807552'), ('const-0', u'RETURN_-1207807689'), (u'CALL_-1207807649', u'INDIRECT_-1207807510'), ('const-3147', u'CALL_-1207807649'), ('tmp_449', u'CALL_-1207807649'), (u'INT_EQUAL_-1207807794', u'CBRANCH_-1207807792'), (u'CALL_-1207807762', u'... | null | null | 001d5080 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_001d5080(void)\n\n{\n undefined4 uVar1;\n undefined4 in_ECX;\n \n if (DAT_005eb634 == 0) {\n uVar1 = FUN_003ac4d0(0x4b0);\n /* try { // try from 001d50b2 to 001d50b6 has its ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_select_as_default_target(Target_aarch64<32,_false> * this) */\n\nvoid __thiscall\nanon_unknown.dwarf_109b185::T... | (translation_unit "void FUN_001d5080(void)\n\n{\n undefined4 uVar1;\n undefined4 in_ECX;\n \n if (DAT_005eb634 == 0) {\n uVar1 = FUN_003ac4d0(0x4b0);\n \n FUN_0020b0a0(uVar1);\n DAT_005eb634 = uVar1;\n return;\n }\n \n FUN_002446e0("../../gold/aarch64.cc",0xc4b,"d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_stateme... | (function_definition "void FUN_001d5080(void)\n\n{\n undefined4 uVar1;\n undefined4 in_ECX;\n \n if (DAT_005eb634 == 0) {\n uVar1 = FUN_003ac4d0(0x4b0);\n \n FUN_0020b0a0(uVar1);\n DAT_005eb634 = uVar1;\n return;\n }\n \n FUN_002446e0("../../gold/aarch64.cc",0xc4b... |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_select_as_default_target(Target_aarch64<32,_false> * this) */
void __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<32,_false... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void MASKED(void)
{
undefined4 uVar1;
undefined4 in_ECX;
if (DAT_005eb634 == 0) {
uVar1 = FUN_003ac4d0(0x4b0);
/* try { // try from 001d50b2 to 001d50b6 has its CatchHandler @ 001d50e3 */
FUN... |
8720_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | wstreambuf | FUN_002544f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstreambuf::wstreambuf(std::wstreambuf const&) */
void __thiscall std::wstreambuf::wstreambuf(wstreambuf *this,wstreambuf *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002544f0(undefined4 *param_1,int param_2)
{
*param_1 = &PTR_FUN_004110f0;
param_1[1] = *(undefined4 *)(param_2 + 4);
param_1[2] = *(undefined4 *)(param_2 + 8);
param_1[3] = *(undefined4 *)(param_2 + 0xc);
para... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x1bfb0a
SUB ESP,0x10
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [ESP + 0x1c]
ADD EAX,0x1c
ADD EDX,0x1c
LEA ECX,[EBX + 0xffffd0e8]
ADD ECX,0x8
MOV dword ptr [EAX + -0x1c],ECX
MOV ECX,dword ptr [EDX + -0x18]
MOV dword ptr [EAX + -0x18],ECX
MOV ECX,dword ptr [EDX + -0x14]
MOV dword ... | null | null | null | null | [('const-1', u'RETURN_-1204140798')] | [('const-417', u'STORE_-1204140666'), ('const-4', u'PTRADD_-1204140532'), (u'LOAD_-1204140698', u'STORE_-1204140690'), ('const-24', u'INT_ADD_-1204140634'), ('tmp_484', u'INT_ADD_-1204140658'), (u'PTRADD_-1204140575', u'CALL_-1204140624'), ('const-417', u'STORE_-1204140642'), (u'PTRSUB_-1204140560', u'STORE_-1204140714... | null | null | 002544f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002544f0(undefined4 *param_1,int param_2)\n\n{\n *param_1 = &PTR_FUN_004110f0;\n param_1[1] = *(undefined4 *)(param_2 + 4);\n param_1[2] = *(undefined4 *)(param_2 + 8);\n param_1[3] = *(undefined4... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstreambuf::wstreambuf(std::wstreambuf const&) */\n\nvoid __thiscall std::wstreambuf::wstreambuf(wstreambuf *this,wstreambuf *param_1)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall st... | (translation_unit "void FUN_002544f0(undefined4 *param_1,int param_2)\n\n{\n *param_1 = &PTR_FUN_004110f0;\n param_1[1] = *(undefined4 *)(param_2 + 4);\n param_1[2] = *(undefined4 *)(param_2 + 8);\n param_1[3] = *(undefined4 *)(param_2 + 0xc);\n param_1[4] = *(undefined4 *)(param_2 + 0x10);\n param_1[5] = *(undef... | (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 & IDENT)) ;) (... | (function_definition "void FUN_002544f0(undefined4 *param_1,int param_2)\n\n{\n *param_1 = &PTR_FUN_004110f0;\n param_1[1] = *(undefined4 *)(param_2 + 4);\n param_1[2] = *(undefined4 *)(param_2 + 8);\n param_1[3] = *(undefined4 *)(param_2 + 0xc);\n param_1[4] = *(undefined4 *)(param_2 + 0x10);\n param_1[5] = *(un... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstreambuf::wstreambuf(std::wstreambuf const&) */
void __thiscall std::function_1::function_1(function_1 *this,function_1 *param_1)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,int param_2)
{
*param_1 = &PTR_FUN_004110f0;
param_1[1] = *(undefined4 *)(param_2 + 4);
param_1[2] = *(undefined4 *)(param_2 + 8);
param_1[3] = *(undefined4 *)(param_2 + 0xc);
param_1[4]... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.