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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
155_i686-gnu-ranlib_and_i686-gnu-ranlib_strip.c | prompt | FUN_00016930 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void prompt(void)
{
if (interactive == 0) {
return;
}
printf("AR >");
fflush(*(FILE **)PTR_stdout_00020fec);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00016930(void)
{
if (DAT_0002124c == 0) {
return;
}
printf("AR >");
fflush(*(FILE **)PTR_stdout_00020fec);
return;
}
| PUSH EBX
CALL 0x00013710
ADD EBX,0xa6ca
SUB ESP,0x8
LEA EAX,[EBX + 0x24c]
MOV EDX,dword ptr [EAX]
TEST EDX,EDX
JNZ 0x00016950
ADD ESP,0x8
POP EBX
RET
SUB ESP,0xc
LEA EAX,[EBX + 0xffffb00f]
PUSH EAX
CALL 0x000120a0
POP EAX
MOV EAX,dword ptr [EBX + 0xffffffec]
PUSH dword ptr [EAX]
CALL 0x000120c0
ADD ESP,0x10
ADD ESP,0x8... | null | null | null | null | [('const-0', u'INT_EQUAL_-1205966478'), (u'CAST_-1205966262', u'LOAD_-1205966409'), (u'COPY_-1205966338', u'CALL_-1205966424'), (u'CALL_-1205966424', u'INDIRECT_-1205966282'), (u'CALL_-1205966396', u'INDIRECT_-1205966267'), (u'INDIRECT_-1205966267', u'COPY_-1205966313'), ('const-0', u'RETURN_-1205966356'), ('tmp_521', ... | [('const-0', u'INT_EQUAL_-1205966478'), ('tmp_526', u'COPY_-1205966355'), ('const-114703', u'COPY_-1205966338'), (u'CAST_-1205966262', u'LOAD_-1205966409'), (u'COPY_-1205966338', u'CALL_-1205966424'), (u'CALL_-1205966424', u'INDIRECT_-1205966282'), (u'CALL_-1205966396', u'INDIRECT_-1205966267'), (u'INDIRECT_-1205966267... | null | null | 00016930 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00016930(void)\n\n{\n if (DAT_0002124c == 0) {\n return;\n }\n printf("AR >");\n fflush(*(FILE **)PTR_stdout_00020fec);\n return;\n}\n\n" comment (function_definition "void FUN_00016930(void)\... | (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 prompt(void)\n\n{\n if (interactive == 0) {\n return;\n }\n printf("AR >");\n fflush(*(FILE **)PTR_stdout_00020fec);\n ... | (translation_unit "void FUN_00016930(void)\n\n{\n if (DAT_0002124c == 0) {\n return;\n }\n printf("AR >");\n fflush(*(FILE **)PTR_stdout_00020fec);\n return;\n}\n\n" (function_definition "void FUN_00016930(void)\n\n{\n if (DAT_0002124c == 0) {\n return;\n }\n printf("AR >");\n fflush(*(FILE **)PTR_stdout... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression ID... | (function_definition "void FUN_00016930(void)\n\n{\n if (DAT_0002124c == 0) {\n return;\n }\n printf("AR >");\n fflush(*(FILE **)PTR_stdout_00020fec);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00016930(void)" (identifier "FUN_00016930") (parameter_list "(void)" (( "(") (parameter_declarati... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
if (var_1 == 0) {
return;
}
var_2("AR >");
var_3(*(type_1 **)PTR_stdout_00020fec);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
if (DAT_0002124c == 0) {
return;
}
printf("AR >");
fflush(*(FILE **)PTR_stdout_00020fec);
return;
}
|
90_aarch64-linux-gnu-size_and_aarch64-linux-gnu-size_strip.c | sysv_one_line | FUN_00011c90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 sysv_one_line(char *name,bfd_size_type size,bfd_vma vma)
{
undefined *puVar1;
int iVar2;
puVar1 = &DAT_000153c3;
iVar2 = svi_namelen;
printf("%-*s ",svi_namelen,name);
rprint_number(svi_sizelen,CO... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_00011c90(undefined4 param_1)
{
printf("%-*s ",DAT_000191f0,param_1);
FUN_00011c30();
printf(" ");
FUN_00011c30();
putchar(10);
return;
}
| PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00011890
ADD EBX,0x7368
SUB ESP,0x14
MOV ESI,dword ptr [ESP + 0x24]
MOV EDI,dword ptr [ESP + 0x28]
MOV dword ptr [ESP + 0xc],EDX
MOV dword ptr [ESP + 0x10],ECX
PUSH EAX
LEA EAX,[EBX + 0xffffc3c3]
PUSH dword ptr [EBX + 0x1f0]
PUSH EAX
CALL 0x00011060
MOV EDX,dword ptr [ESP + 0x18]
MOV E... | null | null | null | null | [(u'CALL_-1205986018', u'INDIRECT_-1205985773'), (u'CALL_-1205986018', u'INDIRECT_-1205985814'), ('tmp_919', u'CALL_-1205986049'), (u'INDIRECT_-1205985799', u'PIECE_-1205985791'), (u'CALL_-1205985974', u'INDIRECT_-1205985742'), (u'INDIRECT_-1205985735', u'COPY_-1205985783'), (u'CALL_-1205985974', u'INDIRECT_-1205985736... | [('tmp_516', u'CALL_-1205986049'), ('const-86979', u'COPY_-1205985865'), ('tmp_840', u'CALL_-1205986049'), (u'CALL_-1205985997', u'INDIRECT_-1205985776'), (u'CALL_-1205985974', u'INDIRECT_-1205985760'), ('const-10', u'CALL_-1205985957'), (u'COPY_-1205985865', u'CALL_-1205986049'), ('const-86983', u'COPY_-1205985831'), ... | null | null | 00011c90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00011c90(undefined4 param_1)\n\n{\n printf("%-*s ",DAT_000191f0,param_1);\n FUN_00011c30();\n printf(" ");\n FUN_00011c30();\n putchar(10);\n return;\n}\n\n" comment (function_def... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 sysv_one_line(char *name,bfd_size_type size,bfd_vma vma)\n\n{\n undefined *puVar1;\n int iVar2;\n \n puVar1 = &DAT_000153c3;\n iVar2 = svi_namelen;\n printf("%-*s ",svi_namelen,name);\n ... | (translation_unit "void __regparm3 FUN_00011c90(undefined4 param_1)\n\n{\n printf("%-*s ",DAT_000191f0,param_1);\n FUN_00011c30();\n printf(" ");\n FUN_00011c30();\n putchar(10);\n return;\n}\n\n" (function_definition "void __regparm3 FUN_00011c90(undefined4 param_1)\n\n{\n printf("%-*s ",DAT_000191f0,para... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT ))) ;) (expression_statement (call_express... | (function_definition "void __regparm3 FUN_00011c90(undefined4 param_1)\n\n{\n printf("%-*s ",DAT_000191f0,param_1);\n FUN_00011c30();\n printf(" ");\n FUN_00011c30();\n putchar(10);\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00011c90(undefine... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 function_1(char *name,type_1 size,type_2 vma)
{
type_3 *puVar1;
int iVar2;
puVar1 = &DAT_000153c3;
iVar2 = svi_namelen;
var_1("%-*s ",svi_namelen,name);
var_2(svi_sizelen,var_3(iVar2,puVar1));
p... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(undefined4 param_1)
{
printf("%-*s ",DAT_000191f0,param_1);
FUN_00011c30();
printf(" ");
FUN_00011c30();
putchar(10);
return;
}
|
537_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c | fflush | fflush |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206357962')] | [('const-1', u'RETURN_-1206357962')] | null | null | 0007702c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(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\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.0 */... | (translation_unit "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (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 */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@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 */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9285_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_get | FUN_0022dda0 |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, bool, std::ios_base&,... |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
FUN_0022dda0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,char param_7,int param_8,undefined4 param_9,
undefined4 *param_... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x000487a6
ADD ESI,0x111256
PUSH EBX
SUB ESP,0x58
MOV EAX,dword ptr [EBP + 0x20]
MOV EDI,dword ptr [EBP + 0x24]
MOV dword ptr [EBP + -0x48],EAX
LEA EAX,[EDI + 0x6c]
PUSH EAX
MOV EBX,ESI
CALL 0x001c14a0
LEA ECX,[EBP + -0x28]
ADD ESP,0x10
CMP byte ptr [EBP + -0x48],0x0
MOV dwor... | null | null | null | null | [('tmp_5067', u'CAST_-1203903264'), (u'MULTIEQUAL_-1203903534', u'CALL_-1203904587'), (u'CALL_-1203904587', u'INDIRECT_-1203903399'), ('tmp_927', u'CBRANCH_-1203904502'), (u'CALLIND_-1203904256', u'INDIRECT_-1203903223'), ('const-108', u'INT_ADD_-1203905029'), (u'LOAD_-1203904528', u'INT_EQUAL_-1203904503'), ('tmp_1319... | [(u'MULTIEQUAL_-1203903602', u'STORE_-1203904776'), ('tmp_927', u'CBRANCH_-1203904502'), (u'INDIRECT_-1203903514', u'MULTIEQUAL_-1203903602'), (u'CALL_-1203904320', u'INDIRECT_-1203903367'), ('const-108', u'INT_ADD_-1203905029'), ('tmp_1319', u'BRANCH_-1203904280'), (u'INT_EQUAL_-1203904456', u'CBRANCH_-1203904450'), (... | null | null | 0022dda0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nundefined4 *\nFUN_0022dda0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,char param_7,int param_8,undefined4 param_9,\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, ... | (translation_unit "undefined4 *\nFUN_0022dda0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,char param_7,int param_8,undefined4 param_9,\n undefined4 *param_10)\n\n{\n void *__dest;\n undefined1 *__src;\n size_t __n;\n int... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (... | (function_definition "undefined4 *\nFUN_0022dda0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,char param_7,int param_8,undefined4 param_9,\n undefined4 *param_10)\n\n{\n void *__dest;\n undefined1 *__src;\n size_t __n;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, bool, std::ios_base&,... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,char param_7,int param_8,undefined4 param_9,
undefined4 *param_10)
{... |
9723_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | append | FUN_00281300 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::append(char const*) */
void std::string::append(char *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00281300(undefined4 param_1,char *param_2)
{
size_t sVar1;
sVar1 = strlen(param_2);
FUN_002811c0(param_1,param_2,sVar1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x192cf9
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x20]
PUSH ESI
CALL 0x0002c330
ADD ESP,0xc
PUSH EAX
PUSH ESI
PUSH dword ptr [ESP + 0x1c]
CALL 0x002811c0
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1204350186')] | [('tmp_438', u'CALL_-1204350108'), ('const-0', u'RETURN_-1204350075'), ('tmp_438', u'CALL_-1204350145'), ('tmp_439', u'CALL_-1204350108'), (u'CALL_-1204350145', u'CALL_-1204350108')] | null | null | 00281300 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00281300(undefined4 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002811c0(param_1,param_2,sVar1);\n return;\n}\n\n" comment (function_definition "void FUN_00281... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::append(char const*) */\n\nvoid std::string::append(char *param_1)\n\n{\n}\n\n" comment comment (function_definition "void std::string::append(char *param_1)\n\n{\n}" primitive_type (ERROR "std::st... | (translation_unit "void FUN_00281300(undefined4 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002811c0(param_1,param_2,sVar1);\n return;\n}\n\n" (function_definition "void FUN_00281300(undefined4 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argume... | (function_definition "void FUN_00281300(undefined4 param_1,char *param_2)\n\n{\n size_t sVar1;\n \n sVar1 = strlen(param_2);\n FUN_002811c0(param_1,param_2,sVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00281300(undefined4 param_1,char *param_2)" (identifier "FUN_00281300") (parameter_list... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::append(char const*) */
void std::string::function_1(char *param_1)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,char *param_2)
{
size_t sVar1;
sVar1 = strlen(param_2);
FUN_002811c0(param_1,param_2,sVar1);
return;
}
|
1377_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Struct_no_map_whole_files | FUN_0003f080 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_map_whole_files::~Struct_no_map_whole_files
(Struct_no_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003f080(undefined4 *param_1)
{
*param_1 = &PTR_FUN_0039c7e0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x36af7a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff27e0]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x0003f0b2
SUB ESP,0xc
PUSH EDX
CALL 0x001fd020
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('tmp_276', u'PTRSUB_-1206062735'), (u'PTRSUB_-1206062730', u'STORE_-1206062905'), ('const-417', u'LOAD_-1206062901'), (u'PTRSUB_-1206062746', u'PTRSUB_-1206062741'), ('const-4', u'PTRSUB_-1206062746'), ('const-0', u'PTRSUB_-1206062724'), (u'CAST_-1206062721', u'INT_NOTEQUAL_-1206062881'), (u'PTRSUB_-1206062731', u'PT... | [('const-3786720', u'PTRSUB_-1206062740'), (u'INT_NOTEQUAL_-1206062881', u'CBRANCH_-1206062881'), ('tmp_439', u'PTRADD_-1206062749'), ('tmp_439', u'STORE_-1206062905'), ('const-4', u'PTRADD_-1206062749'), ('const-4', u'PTRADD_-1206062736'), ('const-417', u'STORE_-1206062905'), (u'PTRADD_-1206062749', u'INT_NOTEQUAL_-12... | null | null | 0003f080 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003f080(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c7e0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_map_whole_files::~Struct_no_map_whole_file... | (translation_unit "void FUN_0003f080(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c7e0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003f080(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c7e0;\n if ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_0003f080(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c7e0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003f080(undefined4 *param_1)" (identifier "FUN_0003f080... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
typ... | 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_0039c7e0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
return;
}
|
9584_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | swap | FUN_0027e950 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::swap(stdio_sync_filebuf<wchar_t,
std::char_traits<wchar_t> >&) */
void stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::swap(stdio_sync_filebuf *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0027e950(int param_1,int param_2)
{
undefined4 uVar1;
undefined1 local_20 [12];
undefined4 uStack_14;
uStack_14 = 0x27e959;
uVar1 = *(undefined4 *)(param_1 + 4);
*(undefined4 *)(param_1 + 4) = *(undefined... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x1956a7
SUB ESP,0x34
MOV EDI,dword ptr [ESP + 0x48]
MOV ESI,dword ptr [ESP + 0x4c]
MOV EAX,dword ptr [EDI + 0x4]
MOV EDX,dword ptr [ESI + 0x4]
MOV dword ptr [EDI + 0x4],EDX
MOV EDX,dword ptr [ESI + 0x8]
MOV dword ptr [ESI + 0x4],EAX
MOV EAX,dword ptr [EDI + 0... | null | null | null | null | [('const-1', u'RETURN_-1204229778')] | [('const-417', u'LOAD_-1204229698'), (u'LOAD_-1204229740', u'STORE_-1204229714'), ('const-417', u'STORE_-1204229666'), (u'LOAD_-1204229662', u'STORE_-1204229642'), (u'INT_ADD_-1204229592', u'CAST_-1204229088'), ('tmp_1703', u'INT_ADD_-1204229700'), ('const-417', u'STORE_-1204229654'), (u'INT_ADD_-1204229452', u'CAST_-1... | null | null | 0027e950 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0027e950(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack_14 = 0x27e959;\n uVar1 = *(undefined4 *)(param_1 + 4);\n *(undefined4 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::swap(stdio_sync_filebuf<wchar_t,\n std::char_traits<wchar_t> >&) */\n\nvoid stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::swap(stdio_sync_fil... | (translation_unit "void FUN_0027e950(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack_14 = 0x27e959;\n uVar1 = *(undefined4 *)(param_1 + 4);\n *(undefined4 *)(param_1 + 4) = *(undefined4 *)(param_2 + 4);\n *(undefined4 *)(param_2 + 4) = uVar1;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (as... | (function_definition "void FUN_0027e950(int param_1,int param_2)\n\n{\n undefined4 uVar1;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n uStack_14 = 0x27e959;\n uVar1 = *(undefined4 *)(param_1 + 4);\n *(undefined4 *)(param_1 + 4) = *(undefined4 *)(param_2 + 4);\n *(undefined4 *)(param_2 + 4) = uVar1;\... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* stdio_sync_filebuf<wchar_t, std::char_traits<wchar_t> >::swap(stdio_sync_filebuf<wchar_t,
std::char_traits<wchar_t> >&) */
void stdio_sync_filebuf<wchar_t,std::char_traits<wchar_t>>::swap(stdio_sync_filebuf *param_1)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,int param_2)
{
undefined4 uVar1;
undefined1 local_20 [12];
undefined4 uStack_14;
uStack_14 = 0x27e959;
uVar1 = *(undefined4 *)(param_1 + 4);
*(undefined4 *)(param_1 + 4) = *(undefined4 *)(p... |
10084_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~domain_error | FUN_0028ecd0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* ~domain_error() */
void __thiscall std::domain_error::~domain_error(domain_error *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0028ecd0(undefined4 param_1)
{
FUN_0028eca0(param_1);
_ZGTtdlPv(param_1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x185329
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x0028eca0
MOV dword ptr [ESP],ESI
CALL 0x0002c380
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1204294426')] | [('const-0', u'RETURN_-1204294339'), ('tmp_334', u'CALL_-1204294372'), ('tmp_334', u'CALL_-1204294385')] | null | null | 0028ecd0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0028ecd0(undefined4 param_1)\n\n{\n FUN_0028eca0(param_1);\n _ZGTtdlPv(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0028ecd0(undefined4 param_1)\n\n{\n FUN_0028eca0(param_1);... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* ~domain_error() */\n\nvoid __thiscall std::domain_error::~domain_error(domain_error *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall std::domain_error::~domain_error(domain_error *this... | (translation_unit "void FUN_0028ecd0(undefined4 param_1)\n\n{\n FUN_0028eca0(param_1);\n _ZGTtdlPv(param_1);\n return;\n}\n\n" (function_definition "void FUN_0028ecd0(undefined4 param_1)\n\n{\n FUN_0028eca0(param_1);\n _ZGTtdlPv(param_1);\n return;\n}" primitive_type (function_declarator "FUN_0028ecd0(undefined4 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement re... | (function_definition "void FUN_0028ecd0(undefined4 param_1)\n\n{\n FUN_0028eca0(param_1);\n _ZGTtdlPv(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0028ecd0(undefined4 param_1)" (identifier "FUN_0028ecd0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* ~domain_error() */
void __thiscall std::function_1::~function_1(function_1 *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_0028eca0(param_1);
_ZGTtdlPv(param_1);
return;
}
|
10866_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | ~bad_exception | FUN_003ad670 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::bad_exception::~bad_exception() */
void __thiscall std::bad_exception::~bad_exception(bad_exception *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_003ad670(undefined4 param_1)
{
FUN_003ad5d0(param_1);
FUN_003ae060(param_1,4);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x23c989
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x003ad5d0
POP EAX
POP EDX
PUSH 0x4
PUSH ESI
CALL 0x003ae060
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1205479802')] | [('tmp_409', u'CALL_-1205479734'), ('const-0', u'RETURN_-1205479701'), ('const-4', u'CALL_-1205479734'), ('tmp_409', u'CALL_-1205479761')] | null | null | 003ad670 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003ad670(undefined4 param_1)\n\n{\n FUN_003ad5d0(param_1);\n FUN_003ae060(param_1,4);\n return;\n}\n\n" comment (function_definition "void FUN_003ad670(undefined4 param_1)\n\n{\n FUN_003ad5d0(para... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::bad_exception::~bad_exception() */\n\nvoid __thiscall std::bad_exception::~bad_exception(bad_exception *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall std::bad_exception::~bad_ex... | (translation_unit "void FUN_003ad670(undefined4 param_1)\n\n{\n FUN_003ad5d0(param_1);\n FUN_003ae060(param_1,4);\n return;\n}\n\n" (function_definition "void FUN_003ad670(undefined4 param_1)\n\n{\n FUN_003ad5d0(param_1);\n FUN_003ae060(param_1,4);\n return;\n}" primitive_type (function_declarator "FUN_003ad670(u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statem... | (function_definition "void FUN_003ad670(undefined4 param_1)\n\n{\n FUN_003ad5d0(param_1);\n FUN_003ae060(param_1,4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003ad670(undefined4 param_1)" (identifier "FUN_003ad670") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefin... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::bad_exception::~bad_exception() */
void __thiscall std::function_1::~function_1(function_1 *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_003ad5d0(param_1);
FUN_003ae060(param_1,4);
return;
}
|
6398_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | operator+= | FUN_001868b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<wchar_t>) */
void __thiscall std::wstring::operator+=(wstring *this,wchar_t *param_2,uint param_3)
{
if (param_3 <= 0x1fffffffU - *(int *)(this + 4)) {
_M_appe... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001868b0(int param_1,undefined4 param_2,uint param_3)
{
if (param_3 <= 0x1fffffffU - *(int *)(param_1 + 4)) {
FUN_00186660(param_1,param_2,param_3);
return;
}
/* WARNING: Subroutine does ... | PUSH ESI
MOV EAX,0x1fffffff
PUSH EBX
CALL 0x00032730
ADD EBX,0x17b744
SUB ESP,0x4
MOV EDX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [ESP + 0x18]
MOV ESI,dword ptr [ESP + 0x14]
SUB EAX,dword ptr [EDX + 0x4]
CMP ECX,EAX
JA 0x001868e9
SUB ESP,0x4
PUSH ECX
PUSH ESI
PUSH EDX
CALL 0x00186660
ADD ESP,0x14
POP EBX
POP ESI
RET
S... | null | null | null | null | [('const-0', u'RETURN_-1207473831'), ('tmp_605', u'CALL_-1207473864'), ('const-2229570', u'COPY_-1207473741'), ('tmp_604', u'CALL_-1207473864'), ('const-417', u'LOAD_-1207473923'), (u'INT_LESSEQUAL_-1207473886', u'CBRANCH_-1207473895'), ('const-1', u'RETURN_-1207473801'), (u'LOAD_-1207473923', u'INT_SUB_-1207473904'), ... | [(u'COPY_-1207473745', u'CALL_-1207473806'), ('const-2229570', u'COPY_-1207473745'), ('const-0', u'RETURN_-1207473831'), ('tmp_602', u'CALL_-1207473864'), ('const-4', u'INT_ADD_-1207473911'), ('tmp_604', u'CALL_-1207473864'), (u'INT_LESSEQUAL_-1207473886', u'CBRANCH_-1207473895'), ('const-1', u'RETURN_-1207473801'), (u... | null | null | 001868b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001868b0(int param_1,undefined4 param_2,uint param_3)\n\n{\n if (param_3 <= 0x1fffffffU - *(int *)(param_1 + 4)) {\n FUN_00186660(param_1,param_2,param_3);\n return;\n }\n /... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<wchar_t>) */\n\nvoid __thiscall std::wstring::operator+=(wstring *this,wchar_t *param_2,uint param_3)\n\n{\n if (param_3 <= 0x1fffffffU - *(int *)(... | (translation_unit "void FUN_001868b0(int param_1,undefined4 param_2,uint param_3)\n\n{\n if (param_3 <= 0x1fffffffU - *(int *)(param_1 + 4)) {\n FUN_00186660(param_1,param_2,param_3);\n return;\n }\n \n FUN_001c6190("basic_string::append");\n}\n\n" (function_definition "void FUN_001868b0(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (binary_expression LIT ... | (function_definition "void FUN_001868b0(int param_1,undefined4 param_2,uint param_3)\n\n{\n if (param_3 <= 0x1fffffffU - *(int *)(param_1 + 4)) {\n FUN_00186660(param_1,param_2,param_3);\n return;\n }\n \n FUN_001c6190("basic_string::append");\n}" (primitive_type "void") (function_declarator... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<wchar_t>) */
void __thiscall std::wstring::operator+=(wstring *type_1,wchar_t *type_2,uint type_3)
{
if (type_3 <= 0x1fffffffU - *(int *)(type_1 + 4)) {
functi... | 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,uint param_3)
{
if (param_3 <= 0x1fffffffU - *(int *)(param_1 + 4)) {
FUN_00186660(param_1,param_2,param_3);
return;
}
/* WARNING: Subroutine does not re... |
894_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | __divdi3 | FUN_0006b1f0 |
undefined8 __divdi3(uint param_1,uint param_2,uint param_3,uint param_4)
{
ulonglong uVar1;
ulonglong uVar2;
ulonglong uVar3;
longlong lVar4;
byte bVar5;
int iVar6;
byte bVar7;
uint uVar8;
uint uVar9;
bool bVar10;
undefined4 local_2c;
undefined4 local_24;
local_24 = 0;
local_2c = param_... |
undefined8 FUN_0006b1f0(uint param_1,uint param_2,uint param_3,uint param_4)
{
ulonglong uVar1;
ulonglong uVar2;
ulonglong uVar3;
longlong lVar4;
byte bVar5;
int iVar6;
byte bVar7;
uint uVar8;
uint uVar9;
bool bVar10;
undefined4 local_2c;
undefined4 local_24;
local_24 = 0;
local_2c = pa... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EBX,dword ptr [ESP + 0x34]
MOV ECX,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0x8],0x0
MOV EAX,dword ptr [ESP + 0x38]
MOV EDX,dword ptr [ESP + 0x3c]
MOV dword ptr [ESP],ECX
MOV EBP,EBX
MOV dword ptr [ESP + 0x4],EBX
TEST EBX,EBX
JNS 0x0006b234
NEG ECX
MOV dword ptr [... | null | null | null | null | [(u'MULTIEQUAL_-1206274462', u'INT_RIGHT_-1206275042'), ('tmp_2049', u'CBRANCH_-1206274535'), ('tmp_3552', u'INT_NOTEQUAL_-1206275491'), (u'COPY_-1206275075', u'MULTIEQUAL_-1206274430'), (u'SUBPIECE_-1206274587', u'INT_LESS_-1206274614'), (u'INT_ZEXT_-1206274641', u'INT_DIV_-1206274620'), (u'MULTIEQUAL_-1206274381', u'... | [(u'MULTIEQUAL_-1206274462', u'INT_RIGHT_-1206275042'), ('tmp_2049', u'CBRANCH_-1206274535'), ('tmp_3552', u'INT_NOTEQUAL_-1206275491'), (u'COPY_-1206275075', u'MULTIEQUAL_-1206274430'), (u'SUBPIECE_-1206274587', u'INT_LESS_-1206274614'), (u'INT_ZEXT_-1206274641', u'INT_DIV_-1206274620'), (u'MULTIEQUAL_-1206274381', u'... | null | null | 0006b1f0 | x86 | O1 | (translation_unit "undefined8 FUN_0006b1f0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\n ... | (translation_unit "undefined8 __divdi3(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\n \n ... | (translation_unit "undefined8 FUN_0006b1f0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\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 "undefined8 FUN_0006b1f0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;... |
type_1 function_1(type_2 var_2,type_2 var_1,type_2 var_3,type_2 var_4)
{
type_3 var_12;
type_3 var_11;
type_3 var_13;
type_4 lVar4;
type_5 var_9;
int var_15;
type_5 var_10;
type_2 var_14;
type_2 var_7;
bool var_5;
type_6 var_8;
type_6 var_16;
var_16 = 0;
var_8 = var_2;
if ((int)var_1 ... | 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 |
undefined8 MASKED(uint param_1,uint param_2,uint param_3,uint param_4)
{
ulonglong uVar1;
ulonglong uVar2;
ulonglong uVar3;
longlong lVar4;
byte bVar5;
int iVar6;
byte bVar7;
uint uVar8;
uint uVar9;
bool bVar10;
undefined4 local_2c;
undefined4 local_24;
local_24 = 0;
local_2c = param_1;... |
8076_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | _txnal_runtime_error_get_msg | FUN_001c6fa0 |
/* _txnal_runtime_error_get_msg(void*) */
int _txnal_runtime_error_get_msg(void *param_1)
{
return (int)param_1 + 4;
}
|
int FUN_001c6fa0(int param_1)
{
return param_1 + 4;
}
| MOV EAX,dword ptr [ESP + 0x4]
ADD EAX,0x4
RET | null | null | null | null | [('tmp_44', u'CAST_-1207734284'), (u'CAST_-1207734284', u'INT_ADD_-1207734340'), (u'INT_ADD_-1207734340', u'RETURN_-1207734337'), ('const-0', u'RETURN_-1207734337'), ('const-4', u'INT_ADD_-1207734340')] | [(u'INT_ADD_-1207734340', u'RETURN_-1207734337'), ('const-0', u'RETURN_-1207734337'), ('tmp_47', u'INT_ADD_-1207734340'), ('const-4', u'INT_ADD_-1207734340')] | null | null | 001c6fa0 | x86 | O1 | (translation_unit "int FUN_001c6fa0(int param_1)\n\n{\n return param_1 + 4;\n}\n\n" (function_definition "int FUN_001c6fa0(int param_1)\n\n{\n return param_1 + 4;\n}" primitive_type (function_declarator "FUN_001c6fa0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primi... | (translation_unit "/* _txnal_runtime_error_get_msg(void*) */\n\nint _txnal_runtime_error_get_msg(void *param_1)\n\n{\n return (int)param_1 + 4;\n}\n\n" comment (function_definition "int _txnal_runtime_error_get_msg(void *param_1)\n\n{\n return (int)param_1 + 4;\n}" primitive_type (function_declarator "_txnal_runtime_... | (translation_unit "int FUN_001c6fa0(int param_1)\n\n{\n return param_1 + 4;\n}\n\n" (function_definition "int FUN_001c6fa0(int param_1)\n\n{\n return param_1 + 4;\n}" primitive_type (function_declarator "FUN_001c6fa0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT + LIT) ;) }))) | (function_definition "int FUN_001c6fa0(int param_1)\n\n{\n return param_1 + 4;\n}" (primitive_type "int") (function_declarator "FUN_001c6fa0(int param_1)" (identifier "FUN_001c6fa0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (c... |
/* _txnal_runtime_error_get_msg(void*) */
int function_1(void *param_1)
{
return (int)param_1 + 4;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (identifier) right: (number_l... | null |
int MASKED(int param_1)
{
return param_1 + 4;
}
|
786_i686-gnu-ld_and_i686-gnu-ld_strip.c | bfd_scan_arch | bfd_scan_arch |
/* WARNING: Control flow encountered bad instruction data */
void bfd_scan_arch(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_scan_arch(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206599054')] | [('const-1', u'RETURN_-1206599054')] | null | null | 000bc268 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_arch(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_arch(void)\n\n{\n /* WARNING: Bad ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_arch(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_arch(void)\n\n{\n /* WARNING: Bad ... | (translation_unit "void bfd_scan_arch(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_scan_arch(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_arch(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_scan_arch(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_scan_arch(void)" (identifier "bfd_scan_arch") (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();
}
|
8494_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | add_local_relative | FUN_002f0de0 |
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_local_relative
(Output_d... |
void FUN_002f0de0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 local_28 [36];
FUN_002d9040(local_28,param_2,param_3,param_4,param_6,param_7,param_8,1,1,0,0);
FUN_001cd050... | PUSH EBX
SUB ESP,0x2c
PUSH 0x0
PUSH 0x0
PUSH 0x1
PUSH 0x1
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]
PUSH dword ptr [ESP + 0x5c]
LEA EBX,[ESP + 0x30]
PUSH EBX
CALL 0x002d9040
ADD ESP,0x2c
PUSH EBX
PUSH dword ptr [ESP + 0x48... | null | null | null | null | [('const-0', u'PTRSUB_-1204809931'), ('const-0', u'CALL_-1204810163'), ('tmp_299', u'CALL_-1204810163'), ('const-1', u'CALL_-1204810163'), ('const-1', u'CALL_-1204810163'), ('const-4294967256', u'PTRSUB_-1204809954'), ('tmp_295', u'CALL_-1204810163'), (u'PTRSUB_-1204809931', u'CALL_-1204810121'), ('const-0', u'RETURN_-... | [('tmp_346', u'PTRSUB_-1204809986'), ('tmp_658', u'CALL_-1204810163'), ('const-1', u'CALL_-1204810163'), ('tmp_653', u'CALL_-1204810163'), (u'PTRSUB_-1204809986', u'CALL_-1204810163'), ('tmp_655', u'CALL_-1204810163'), ('const-0', u'CALL_-1204810163'), (u'PTRSUB_-1204809986', u'CALL_-1204810121'), ('const-1', u'CALL_-1... | null | null | 002f0de0 | x86 | O1 | (translation_unit "void FUN_002f0de0(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\n{\n undefined1 local_28 [36];\n \n FUN_002d9040(local_28,param_2,param_3,param_4,param_6,param_7,param_8,... | (translation_unit "/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_true> * this,\n Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,\n Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_local_relat... | (translation_unit "void FUN_002f0de0(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\n{\n undefined1 local_28 [36];\n \n FUN_002d9040(local_28,param_2,param_3,param_4,param_6,param_7,param_8,... | (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_002f0de0(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\n{\n undefined1 local_28 [36];\n \n FUN_002d9040(local_28,param_2,param_3,param_4,param_6,param_7,param... |
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_local_relative
(Output_d... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 local_28 [36];
FUN_002d9040(local_28,param_2,param_3,param_4,param_6,param_7,param_8,1,1,0,0);
FUN_001cd050(param... |
7432_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | Descriptors | FUN_0020b030 |
/* DWARF original prototype: void Descriptors(Descriptors * this) */
void __thiscall gold::Descriptors::Descriptors(Descriptors *this)
{
pointer pOVar1;
pointer pOVar2;
int unaff_EDI;
__x86_get_pc_thunk_di();
this->lock_ = (Lock *)0x0;
Once::Once(&(this->initialize_lock_).super_Once);
(this->initial... |
void FUN_0020b030(undefined4 *param_1)
{
int iVar1;
int unaff_EDI;
FUN_000b484e();
*param_1 = 0;
FUN_000dd270(param_1 + 1);
param_1[5] = param_1;
param_1[6] = 0;
param_1[7] = 0;
param_1[1] = unaff_EDI + 0x1fb773;
param_1[8] = 0;
param_1[9] = 0xffffffff;
param_1[10] = 0;
param_1[0xb] = 0x1... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000b484e
ADD EDI,0x208fc7
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
LEA EAX,[ESI + 0x4]
MOV dword ptr [ESI],0x0
MOV EBX,EDI
PUSH EAX
CALL 0x000dd270
LEA EAX,[EDI + 0xffff27a4]
MOV dword ptr [ESI + 0x14],ESI
MOV dword ptr [ESI + 0x18],0x0
ADD EAX,0x8
MOV dword ptr ... | null | null | null | null | [('const-0', u'STORE_-1203785535'), ('const-36', u'PTRSUB_-1203785229'), (u'CAST_-1203785209', u'STORE_-1203785541'), ('const-4', u'PTRSUB_-1203785127'), (u'PTRSUB_-1203785123', u'PTRSUB_-1203785118'), (u'INT_NOTEQUAL_-1203785449', u'CBRANCH_-1203785449'), (u'PTRSUB_-1203785247', u'STORE_-1203785579'), ('const-24', u'P... | [('const-6', u'PTRADD_-1203785199'), ('tmp_942', u'PTRADD_-1203785294'), (u'PTRADD_-1203785199', u'LOAD_-1203785480'), ('const-417', u'STORE_-1203785398'), ('const-4', u'PTRADD_-1203785294'), ('const-4', u'PTRADD_-1203785270'), (u'PTRADD_-1203785243', u'STORE_-1203785535'), ('const-8176', u'STORE_-1203785505'), (u'PTRA... | null | null | 0020b030 | x86 | O1 | (translation_unit "void FUN_0020b030(undefined4 *param_1)\n\n{\n int iVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n *param_1 = 0;\n FUN_000dd270(param_1 + 1);\n param_1[5] = param_1;\n param_1[6] = 0;\n param_1[7] = 0;\n param_1[1] = unaff_EDI + 0x1fb773;\n param_1[8] = 0;\n param_1[9] = 0xffffffff;\n para... | (translation_unit "/* DWARF original prototype: void Descriptors(Descriptors * this) */\n\nvoid __thiscall gold::Descriptors::Descriptors(Descriptors *this)\n\n{\n pointer pOVar1;\n pointer pOVar2;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this->lock_ = (Lock *)0x0;\n Once::Once(&(this->initialize_lock_).... | (translation_unit "void FUN_0020b030(undefined4 *param_1)\n\n{\n int iVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n *param_1 = 0;\n FUN_000dd270(param_1 + 1);\n param_1[5] = param_1;\n param_1[6] = 0;\n param_1[7] = 0;\n param_1[1] = unaff_EDI + 0x1fb773;\n param_1[8] = 0;\n param_1[9] = 0xffffffff;\n para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (a... | (function_definition "void FUN_0020b030(undefined4 *param_1)\n\n{\n int iVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n *param_1 = 0;\n FUN_000dd270(param_1 + 1);\n param_1[5] = param_1;\n param_1[6] = 0;\n param_1[7] = 0;\n param_1[1] = unaff_EDI + 0x1fb773;\n param_1[8] = 0;\n param_1[9] = 0xffffffff;\n p... |
/* DWARF original prototype: void Descriptors(Descriptors * this) */
void __thiscall gold::function_1::function_1(function_1 *this)
{
type_1 var_7;
type_1 var_9;
int var_5;
var_1();
this->lock_ = (type_2 *)0x0;
Once::var_2(&(this->initialize_lock_).super_Once);
(this->initialize_lock_).pplock_ = &th... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
void MASKED(undefined4 *param_1)
{
int iVar1;
int unaff_EDI;
FUN_000b484e();
*param_1 = 0;
FUN_000dd270(param_1 + 1);
param_1[5] = param_1;
param_1[6] = 0;
param_1[7] = 0;
param_1[1] = unaff_EDI + 0x1fb773;
param_1[8] = 0;
param_1[9] = 0xffffffff;
param_1[10] = 0;
param_1[0xb] = 0x1ff0;
... |
3254_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | ~Struct_version_script | FUN_000b6de0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_version_script(Struct_version_script * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_version_script::~Struct_version_script
(Struct_version_script *thi... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000b6de0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_002f5e48;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001807a0((undefined4 *)param_1[1]);
}
FUN_00180780(param_1,0x44);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x24b219
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3e48]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x000b6e12
SUB ESP,0xc
PUSH EAX
CALL 0x001807a0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x44
PUSH ESI
CALL 0x00180780
AD... | null | null | null | null | [(u'PTRSUB_-1206620417', u'CAST_-1206620402'), ('const-0', u'PTRSUB_-1206620414'), (u'PTRSUB_-1206620414', u'PTRSUB_-1206620408'), (u'PTRSUB_-1206620419', u'PTRSUB_-1206620414'), ('tmp_135', u'CBRANCH_-1206620614'), ('const-3104328', u'PTRSUB_-1206620417'), ('const-4', u'PTRSUB_-1206620404'), ('const-417', u'LOAD_-1206... | [('const-3104328', u'PTRSUB_-1206620422'), (u'PTRADD_-1206620419', u'LOAD_-1206620634'), ('const-1', u'PTRADD_-1206620419'), (u'INT_NOTEQUAL_-1206620614', u'CBRANCH_-1206620614'), (u'PTRADD_-1206620431', u'INT_NOTEQUAL_-1206620614'), ('const-417', u'LOAD_-1206620634'), ('const-3', u'PTRADD_-1206620431'), ('const-68', u... | null | null | 000b6de0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b6de0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f5e48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_version_script(Struct_version_script * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_version_script::~Struct_version_script\n (St... | (translation_unit "void FUN_000b6de0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f5e48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_000b6de0(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_000b6de0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f5e48;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000b6de0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_version_script(Struct_version_script * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_002f5e48;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001807a0((undefined4 *)param_1[1]);
}
FUN_00180780(param_1,0x44);
return;
}
|
1_sg_ses_microcode_and_sg_ses_microcode_strip.c | _init | _DT_INIT |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _init(EVP_PKEY_CTX *ctx)
{
int iVar1;
if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00016ff0)();
}
frame_dummy();
iVar1 = __do_global_ctors_aux();
return iVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void _DT_INIT(void)
{
if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00016ff0)();
}
thunk_FUN_000112f0();
FUN_00012fd0();
return;
}
| PUSH EBX
SUB ESP,0x8
CALL 0x000112a0
ADD EBX,0x5f4b
MOV EAX,dword ptr [EBX + 0x9c]
TEST EAX,EAX
JZ 0x0001101b
CALL EAX
CALL 0x000113d0
CALL 0x00012fd0
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('tmp_100', u'CBRANCH_-1205989312'), (u'INT_NOTEQUAL_-1205989312', u'CBRANCH_-1205989312'), ('const-0', u'INT_NOTEQUAL_-1205989312'), (u'CALL_-1205989291', u'INDIRECT_-1205989153'), (u'CALL_-1205989291', u'RETURN_-1205989263'), ('tmp_427', u'MULTIEQUAL_-1205989157'), (u'INDIRECT_-1205989153', u'COPY_-1205989203'), ('t... | [('tmp_100', u'CBRANCH_-1205989312'), ('tmp_407', u'CAST_-1205989158'), (u'CALL_-1205989299', u'INDIRECT_-1205989163'), (u'INT_NOTEQUAL_-1205989312', u'CBRANCH_-1205989312'), (u'CALLIND_-1205989303', u'INDIRECT_-1205989166'), ('const-0', u'INT_NOTEQUAL_-1205989312'), ('tmp_407', u'MULTIEQUAL_-1205989161'), (u'INDIRECT_... | null | null | 00011000 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00016ff0)();\n }\n thunk_FUN_000112f0();\n FUN_00012fd0();\n return;\n}\n\n" comment (fu... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n \n if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00016ff0)();\n }\n frame_dummy();\n iVar1 = __do_global_ctors_a... | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00016ff0)();\n }\n thunk_FUN_000112f0();\n FUN_00012fd0();\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00016ff0 != (undefined *)0x0) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00016ff0)();\n }\n thunk_FUN_000112f0();\n FUN_00012fd0();\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(type_1 *ctx)
{
int iVar1;
if (var_1 != (type_2 *)0x0) {
(*(type_3 *)var_1)();
}
var_2();
iVar1 = var_3();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
if (PTR___gmon_start___00016ff0 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00016ff0)();
}
thunk_FUN_000112f0();
FUN_00012fd0();
return;
}
|
78_powerpc64-linux-gnu-gprof_and_powerpc64-linux-gnu-gprof_strip.c | deregister_tm_clones | FUN_00013040 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001305b) */
/* WARNING: Removing unreachable block (ram,0x00013065) */
void deregister_tm_clones(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001305b) */
/* WARNING: Removing unreachable block (ram,0x00013065) */
void FUN_00013040(void)
{
return;
}
| CALL 0x00013165
ADD EDX,0x19fbb
LEA ECX,[EDX + 0x4d4]
LEA EAX,[EDX + 0x4d4]
CMP EAX,ECX
JZ 0x00013078
MOV EAX,dword ptr [EDX + 0xffffffc8]
TEST EAX,EAX
JZ 0x00013078
PUSH EBP
MOV EBP,ESP
SUB ESP,0x14
PUSH ECX
CALL EAX
ADD ESP,0x10
LEAVE
RET
RET | null | null | null | null | [('const-0', u'RETURN_-1205980977')] | [('const-0', u'RETURN_-1205980977')] | null | null | 00013040 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001305b) */\n/* WARNING: Removing unreachable block (ram,0x00013065) */\n\nvoid FUN_00013040(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definit... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001305b) */\n/* WARNING: Removing unreachable block (ram,0x00013065) */\n\nvoid deregister_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment comment (function_... | (translation_unit "void FUN_00013040(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00013040(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00013040(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_00013040(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00013040(void)" (identifier "FUN_00013040") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001305b) */
/* WARNING: Removing unreachable block (ram,0x00013065) */
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,0x0001305b) */
/* WARNING: Removing unreachable block (ram,0x00013065) */
void MASKED(void)
{
return;
}
|
8950_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_section_size | FUN_0030faf0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<64,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_pluginobj<64,_false>::do_section_size(Sized_pluginobj<64,_false> *this,uint param_2)
{
}... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0030faf0(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");
}
| PUSH EBX
CALL 0x00050b50
ADD EBX,0x2da50a
SUB ESP,0xc
LEA EAX,[EBX + 0xffeab02c]
PUSH EAX
LEA EAX,[EBX + 0xffeaa604]
PUSH 0x606
PUSH EAX
CALL 0x002446e0 | null | null | null | null | [('const-1', u'RETURN_-1204815102')] | [('const-4802052', u'COPY_-1204815017'), (u'COPY_-1204815017', u'CALL_-1204815040'), (u'COPY_-1204815016', u'CALL_-1204815040'), ('const-1542', u'CALL_-1204815040'), ('const-1', u'RETURN_-1204815035'), ('const-4804652', u'COPY_-1204815016')] | null | null | 0030faf0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0030faf0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" comment (function_definition "void FUN_0030f... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<64,_false> * this, uint\n param_1) */\n\nuint64_t __thiscall\ngold::Sized_pluginobj<64,_false>::do_section_size(Sized_pluginobj<64,_false> *... | (translation_unit "void FUN_0030faf0(void)\n\n{\n \n FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" (function_definition "void FUN_0030faf0(void)\n\n{\n \n FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");\n}" primitive_type (function_declarator... | (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_0030faf0(void)\n\n{\n \n FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");\n}" (primitive_type "void") (function_declarator "FUN_0030faf0(void)" (identifier "FUN_0030faf0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_pluginobj<64,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_pluginobj<64,_false>::do_section_size(Sized_pluginobj<64,_false> *this,uint param_2)
{
}... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/plugin.cc",0x606,"do_section_size");
}
|
93_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c | setlocale | setlocale |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x188] | null | null | null | null | [(u'INDIRECT_-1205975421', u'COPY_-1205975480'), ('tmp_72', u'CAST_-1205975414'), (u'CALLIND_-1205975494', u'CAST_-1205975413'), (u'CAST_-1205975413', u'RETURN_-1205975491'), (u'CAST_-1205975414', u'CALLIND_-1205975494'), ('const-0', u'RETURN_-1205975491'), (u'CALLIND_-1205975494', u'INDIRECT_-1205975421')] | [(u'INDIRECT_-1205975421', u'COPY_-1205975480'), ('tmp_72', u'CAST_-1205975414'), (u'CALLIND_-1205975494', u'CAST_-1205975413'), (u'CAST_-1205975413', u'RETURN_-1205975491'), (u'CAST_-1205975414', u'CALLIND_-1205975494'), ('const-0', u'RETURN_-1205975491'), (u'CALLIND_-1205975494', u'INDIRECT_-1205975421')] | null | null | 00014630 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();\n return pcVar1;\n}\n\n" comment (function_definition "char * setlocale(int __category,ch... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();\n return pcVar1;\n}\n\n" comment (function_definition "char * setlocale(int __category,ch... | (translation_unit "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();\n return pcVar1;\n}\n\n" (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_0007... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_exp... | (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_setlocale_00073188)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* setlocale(int __category,char *__locale)" (* "*") (function_declarator "setlocale(int __category,c... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_setlocale_00073188)();
return pcVar1;
}
| 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)) (parameter_declaration type: (primitive_type) declarator: (pointer_d... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __category,char *__locale)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00073188)();
return pcVar1;
}
|
1754_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | mremap | mremap |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();... | null | null | null | null | null | [('const-1', u'RETURN_-1206685438')] | [('const-1', u'RETURN_-1206685438')] | null | null | 000c70f8 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow h... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow h... | (translation_unit "void * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)\n\n{\n \n halt_baddata();\n}" primitive_type (poi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) )))) (compoun... | (function_definition "void * mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* mremap(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)" (* "*") (function_declarator "mremap(void *__addr,s... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__addr,size_t __old_len,size_t __new_len,int __flags,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();... |
531_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | print_nl | FUN_00033e60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void print_nl(void)
{
fputc(10,(FILE *)config.map_file);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00033e60(void)
{
fputc(10,DAT_001d0530);
return;
}
| PUSH EBX
CALL 0x00017b80
ADD EBX,0x19a19a
SUB ESP,0x10
LEA EAX,[EBX + 0x24e0]
PUSH dword ptr [EAX + 0x50]
PUSH 0xa
CALL 0x00016a50
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_273', u'CAST_-1206108405'), ('const-0', u'RETURN_-1206108479'), (u'INDIRECT_-1206108410', u'COPY_-1206108460'), (u'CAST_-1206108405', u'CALL_-1206108507'), ('const-10', u'CALL_-1206108507'), (u'CALL_-1206108507', u'INDIRECT_-1206108410')] | [('const-0', u'RETURN_-1206108479'), ('const-10', u'CALL_-1206108507'), (u'INDIRECT_-1206108410', u'COPY_-1206108460'), (u'CALL_-1206108507', u'INDIRECT_-1206108410'), ('tmp_274', u'CALL_-1206108507')] | null | null | 00033e60 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00033e60(void)\n\n{\n fputc(10,DAT_001d0530);\n return;\n}\n\n" comment (function_definition "void FUN_00033e60(void)\n\n{\n fputc(10,DAT_001d0530);\n return;\n}" primitive_type (function_declarat... | (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 print_nl(void)\n\n{\n fputc(10,(FILE *)config.map_file);\n return;\n}\n\n" comment comment (function_definition "void print_n... | (translation_unit "void FUN_00033e60(void)\n\n{\n fputc(10,DAT_001d0530);\n return;\n}\n\n" (function_definition "void FUN_00033e60(void)\n\n{\n fputc(10,DAT_001d0530);\n return;\n}" primitive_type (function_declarator "FUN_00033e60(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 ( LIT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00033e60(void)\n\n{\n fputc(10,DAT_001d0530);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00033e60(void)" (identifier "FUN_00033e60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n fputc(10,... |
/* 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(10,(type_1 *)config.map_file);
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 (number_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
fputc(10,DAT_001d0530);
return;
}
|
47_x86_64-linux-gnu-elfedit_and_x86_64-linux-gnu-elfedit_strip.c | deregister_tm_clones | FUN_000117d0 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000117eb) */
/* WARNING: Removing unreachable block (ram,0x000117f5) */
void deregister_tm_clones(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000117eb) */
/* WARNING: Removing unreachable block (ram,0x000117f5) */
void FUN_000117d0(void)
{
return;
}
| CALL 0x000118f5
ADD EDX,0x782b
LEA ECX,[EDX + 0x198]
LEA EAX,[EDX + 0x198]
CMP EAX,ECX
JZ 0x00011808
MOV EAX,dword ptr [EDX + 0xffffffd8]
TEST EAX,EAX
JZ 0x00011808
PUSH EBP
MOV EBP,ESP
SUB ESP,0x14
PUSH ECX
CALL EAX
ADD ESP,0x10
LEAVE
RET
RET | null | null | null | null | [('const-0', u'RETURN_-1205987233')] | [('const-0', u'RETURN_-1205987233')] | null | null | 000117d0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x000117eb) */\n/* WARNING: Removing unreachable block (ram,0x000117f5) */\n\nvoid FUN_000117d0(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definit... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x000117eb) */\n/* WARNING: Removing unreachable block (ram,0x000117f5) */\n\nvoid deregister_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment comment (function_... | (translation_unit "void FUN_000117d0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000117d0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000117d0(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_000117d0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_000117d0(void)" (identifier "FUN_000117d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x000117eb) */
/* WARNING: Removing unreachable block (ram,0x000117f5) */
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,0x000117eb) */
/* WARNING: Removing unreachable block (ram,0x000117f5) */
void MASKED(void)
{
return;
}
|
160_riscv64-linux-gnu-c++filt(1)_and_riscv64-linux-gnu-c++filt(1)_strip.c | cplus_demangle | cplus_demangle |
/* WARNING: Control flow encountered bad instruction data */
void cplus_demangle(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void cplus_demangle(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206058778')] | [('const-1', u'RETURN_-1206058778')] | null | null | 000200dc | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle(void)\n\n{\n /* WARNING: Ba... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cplus_demangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cplus_demangle(void)\n\n{\n /* WARNING: Ba... | (translation_unit "void cplus_demangle(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void cplus_demangle(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "cplus_demangle(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void cplus_demangle(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "cplus_demangle(void)" (identifier "cplus_demangle") (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();
}
|
11073_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | insert | FUN_003b3850 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::insert(unsigned int, std::wstring const&) */
void std::wstring::insert(uint param_1,wstring *param_2)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_003b3850(int param_1,uint param_2,undefined4 *param_3)
{
if (param_2 <= *(uint *)(param_1 + 4)) {
FUN_003b32f0(param_1,param_2,0,*param_3,param_3[1]);
return;
}
/* WARNING: Subroutine doe... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDX,dword ptr [ESP + 0x18]
CALL 0x00050b50
ADD EBX,0x2367a4
MOV ECX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ESP + 0x14]
MOV EDI,dword ptr [EDX + 0x4]
MOV ESI,dword ptr [EDX]
MOV EDX,dword ptr [ECX + 0x4]
CMP EAX,EDX
JA 0x003b388b
SUB ESP,0xc
PUSH EDI
PUSH ESI
PUSH 0x0
PUSH EAX
PUSH ECX
... | null | null | null | null | [('const-1', u'RETURN_-1205585807')] | [('const-417', u'LOAD_-1205585776'), ('const-417', u'LOAD_-1205585781'), ('tmp_663', u'INT_ADD_-1205585755'), ('const-417', u'LOAD_-1205585771'), ('const-4', u'PTRADD_-1205585545'), ('const-0', u'CALL_-1205585709'), ('const-4743584', u'COPY_-1205585562'), (u'COPY_-1205585562', u'CALL_-1205585638'), ('const-4', u'INT_AD... | null | null | 003b3850 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003b3850(int param_1,uint param_2,undefined4 *param_3)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_003b32f0(param_1,param_2,0,*param_3,param_3[1]);\n return;\n }\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::insert(unsigned int, std::wstring const&) */\n\nvoid std::wstring::insert(uint param_1,wstring *param_2)\n\n{\n}\n\n" comment comment (function_definition "void std::wstring::insert(uint param_1,... | (translation_unit "void FUN_003b3850(int param_1,uint param_2,undefined4 *param_3)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_003b32f0(param_1,param_2,0,*param_3,param_3[1]);\n return;\n }\n \n FUN_003f3b10("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::re... | (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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= ... | (function_definition "void FUN_003b3850(int param_1,uint param_2,undefined4 *param_3)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_003b32f0(param_1,param_2,0,*param_3,param_3[1]);\n return;\n }\n \n FUN_003f3b10("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string:... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::insert(unsigned int, std::wstring const&) */
void std::type_2::function_1(type_1 param_1,type_2 *param_2)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,uint param_2,undefined4 *param_3)
{
if (param_2 <= *(uint *)(param_1 + 4)) {
FUN_003b32f0(param_1,param_2,0,*param_3,param_3[1]);
return;
}
/* WARNING: Subroutine does not ... |
5494_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | record_symbols | FUN_0014bd70 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void record_symbols(Plugin_recorder * this, Object * obj, int nsyms,
ld_plugin_symbol * syms) */
void __thiscall
gold::Plugin_recorder::record_symbols
(Plugin_recorder *this,Object *obj,in... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0014bd70(int param_1,int param_2,int param_3,undefined4 *param_4)
{
int iVar1;
char *pcVar2;
FILE *__stream;
int iVar3;
FILE *pFVar4;
pFVar4 = *(FILE **)(param_2 + 4);
fprintf(*(FILE **)(param_1 + 8),"S... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x25e287
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x44]
MOV EBP,dword ptr [ESP + 0x40]
PUSH dword ptr [EAX + 0x4]
LEA EAX,[EBX + 0xfff03466]
PUSH dword ptr [ESP + 0x4c]
PUSH EAX
PUSH dword ptr [EBP + 0x8]
CALL 0x0002a750
ADD ESP,0x10
LEA EAX,[EBX + 0xfff03476]
MO... | null | null | null | null | [(u'MULTIEQUAL_-1207189290', u'PTRSUB_-1207188781'), ('const-2814898', u'COPY_-1207189506'), ('const-24', u'PTRSUB_-1207188781'), (u'PTRSUB_-1207188843', u'CAST_-1207188816'), ('const-417', u'LOAD_-1207189263'), ('tmp_1454', u'INT_SLESS_-1207189954'), ('const-417', u'LOAD_-1207189838'), (u'LOAD_-1207189870', u'CAST_-12... | [(u'LOAD_-1207189870', u'CAST_-1207188830'), ('const-417', u'LOAD_-1207189788'), ('const-2814898', u'COPY_-1207189506'), ('tmp_3755', u'MULTIEQUAL_-1207189290'), (u'INT_ADD_-1207189772', u'CAST_-1207188806'), ('const-4', u'INT_ADD_-1207190076'), (u'COPY_-1207189295', u'COPY_-1207188691'), ('const-9', u'CALL_-1207189554... | null | null | 0014bd70 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0014bd70(int param_1,int param_2,int param_3,undefined4 *param_4)\n\n{\n int iVar1;\n char *pcVar2;\n FILE *__stream;\n int iVar3;\n FILE *pFVar4;\n \n pFVar4 = *(FILE **)(param_2 + 4);\n fpri... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void record_symbols(Plugin_recorder * this, Object * obj, int nsyms,\n ld_plugin_symbol * syms) */\n\nvoid __thiscall\ngold::Plugin_recorder::record_symbols\n (Plugin_recor... | (translation_unit "void FUN_0014bd70(int param_1,int param_2,int param_3,undefined4 *param_4)\n\n{\n int iVar1;\n char *pcVar2;\n FILE *__stream;\n int iVar3;\n FILE *pFVar4;\n \n pFVar4 = *(FILE **)(param_2 + 4);\n fprintf(*(FILE **)(param_1 + 8),"SYMBOLS: %d %s\n",param_3,pFVar4);\n if (0 < param_3) {\n i... | (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)) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat... | (function_definition "void FUN_0014bd70(int param_1,int param_2,int param_3,undefined4 *param_4)\n\n{\n int iVar1;\n char *pcVar2;\n FILE *__stream;\n int iVar3;\n FILE *pFVar4;\n \n pFVar4 = *(FILE **)(param_2 + 4);\n fprintf(*(FILE **)(param_1 + 8),"SYMBOLS: %d %s\n",param_3,pFVar4);\n if (0 < param_3) {\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void record_symbols(Plugin_recorder * this, Object * obj, int nsyms,
ld_plugin_symbol * syms) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *obj,int var_2,type_3 *var_8)... | 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)
{
int iVar1;
char *pcVar2;
FILE *__stream;
int iVar3;
FILE *pFVar4;
pFVar4 = *(FILE **)(param_2 + 4);
fprintf(*(FILE **)(param_1 + 8),"SYMBOLS... |
176_alpha-linux-gnu-size_and_alpha-linux-gnu-size_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();
}
|
583_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | __terminate | FUN_000318c6 |
/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */
void __cxxabiv1::__terminate(_func_void *param_1)
{
/* WARNING: Subroutine does not return */
abort();
}
|
void FUN_000318c6(void)
{
/* WARNING: Subroutine does not return */
abort();
}
| MOV EBX,ESI
CALL 0x00028080 | null | null | null | null | [('const-1', u'RETURN_-1206118185')] | [('const-1', u'RETURN_-1206118185')] | null | null | 000318c6 | x86 | O1 | (translation_unit "void FUN_000318c6(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_000318c6(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_000318c6(void)" id... | (translation_unit "/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */\n\nvoid __cxxabiv1::__terminate(_func_void *param_1)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" comment (function_definition "void __cxxabiv1::__terminate(_func_void *param_1)\n\n{\n ... | (translation_unit "void FUN_000318c6(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void FUN_000318c6(void)\n\n{\n \n abort();\n}" primitive_type (function_declarator "FUN_000318c6(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_000318c6(void)\n\n{\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_000318c6(void)" (identifier "FUN_000318c6") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */
void __cxxabiv1::function_1(type_1 *param_1)
{
/* WARNING: Subroutine does not return */
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 |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
7399_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | Merged_strings_list | FUN_001dbff0 |
/* DWARF original prototype: void Merged_strings_list(Merged_strings_list * this, Relobj * objecta,
uint shndxa) */
void __thiscall
gold::Output_merge_string<char>::Merged_strings_list::Merged_strings_list
(Merged_strings_list *this,Relobj *objecta,uint shndxa)
{
this->object = objecta;
(this->merge... |
void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
param_1[2] = 0;
param_1[1] = param_3;
param_1[3] = 0;
param_1[4] = 0;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [ESP + 0x8]
MOV dword ptr [EAX],EDX
MOV EDX,dword ptr [ESP + 0xc]
MOV dword ptr [EAX + 0x8],0x0
MOV dword ptr [EAX + 0x4],EDX
MOV dword ptr [EAX + 0xc],0x0
MOV dword ptr [EAX + 0x10],0x0
RET | null | null | null | null | [(u'PTRSUB_-1207779218', u'PTRSUB_-1207779213'), ('tmp_71', u'PTRSUB_-1207779236'), ('const-0', u'PTRSUB_-1207779213'), ('tmp_71', u'PTRSUB_-1207779227'), (u'PTRSUB_-1207779209', u'PTRSUB_-1207779204'), (u'PTRSUB_-1207779201', u'STORE_-1207779288'), ('const-8', u'PTRSUB_-1207779214'), ('tmp_71', u'PTRSUB_-1207779214'),... | [('const-0', u'STORE_-1207779288'), (u'PTRADD_-1207779230', u'STORE_-1207779304'), ('const-1', u'PTRADD_-1207779230'), ('const-4', u'PTRADD_-1207779226'), ('const-2', u'PTRADD_-1207779238'), ('tmp_80', u'PTRADD_-1207779218'), ('const-417', u'STORE_-1207779298'), ('tmp_80', u'PTRADD_-1207779238'), ('const-417', u'STORE_... | null | null | 001dbff0 | x86 | O1 | (translation_unit "void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[2] = 0;\n param_1[1] = param_3;\n param_1[3] = 0;\n param_1[4] = 0;\n return;\n}\n\n" (function_definition "void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param... | (translation_unit "/* DWARF original prototype: void Merged_strings_list(Merged_strings_list * this, Relobj * objecta,\n uint shndxa) */\n\nvoid __thiscall\ngold::Output_merge_string<char>::Merged_strings_list::Merged_strings_list\n (Merged_strings_list *this,Relobj *objecta,uint shndxa)\n\n{\n this->object... | (translation_unit "void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[2] = 0;\n param_1[1] = param_3;\n param_1[3] = 0;\n param_1[4] = 0;\n return;\n}\n\n" (function_definition "void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT)... | (function_definition "void FUN_001dbff0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[2] = 0;\n param_1[1] = param_3;\n param_1[3] = 0;\n param_1[4] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001dbff0(undefined4 *param_1,undefined4 param_... |
/* DWARF original prototype: void Merged_strings_list(Merged_strings_list * this, Relobj * objecta,
uint shndxa) */
void __thiscall
gold::var_1<char>::function_1::function_1
(function_1 *this,type_1 *objecta,type_2 shndxa)
{
this->object = objecta;
(this->merged_strings).
super__Vector_base<gold::... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
param_1[2] = 0;
param_1[1] = param_3;
param_1[3] = 0;
param_1[4] = 0;
return;
}
|
2515_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_finalize_local_symbols | FUN_00073d70 |
/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<64,_true> * this, uint
index, off_t off, Symbol_table * param_3) */
uint __thiscall
gold::Sized_relobj_incr<64,_true>::do_finalize_local_symbols
(Sized_relobj_incr<64,_true> *this,uint index,off_t off,Symbol_table *param_4)
{
... |
int FUN_00073d70(int param_1,int param_2,undefined4 param_3)
{
*(int *)(param_1 + 0xb0) = param_2;
*(undefined4 *)(param_1 + 0xb4) = param_3;
return param_2 + *(int *)(param_1 + 0xa8);
}
| MOV EDX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0xc]
MOV dword ptr [EDX + 0xb0],EAX
ADD EAX,dword ptr [EDX + 0xa8]
MOV dword ptr [EDX + 0xb4],ECX
RET | null | null | null | null | [('tmp_89', u'PTRSUB_-1206370841'), ('tmp_90', u'STORE_-1206370934'), (u'LOAD_-1206370923', u'INT_ADD_-1206370905'), ('const-417', u'STORE_-1206370934'), (u'PTRSUB_-1206370841', u'LOAD_-1206370923'), (u'PTRSUB_-1206370834', u'STORE_-1206370906'), (u'SUBPIECE_-1206370865', u'STORE_-1206370906'), ('const-180', u'PTRSUB_-... | [(u'CAST_-1206370852', u'STORE_-1206370934'), ('const-168', u'INT_ADD_-1206370911'), (u'LOAD_-1206370923', u'INT_ADD_-1206370905'), ('tmp_95', u'INT_ADD_-1206370905'), ('const-180', u'INT_ADD_-1206370892'), ('tmp_95', u'STORE_-1206370934'), (u'INT_ADD_-1206370920', u'CAST_-1206370852'), ('tmp_94', u'INT_ADD_-1206370911... | null | null | 00073d70 | x86 | O1 | (translation_unit "int FUN_00073d70(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}\n\n" (function_definition "int FUN_00073d70(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int... | (translation_unit "/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<64,_true> * this, uint\n index, off_t off, Symbol_table * param_3) */\n\nuint __thiscall\ngold::Sized_relobj_incr<64,_true>::do_finalize_local_symbols\n (Sized_relobj_incr<64,_true> *this,uint index,off_t off,Sym... | (translation_unit "int FUN_00073d70(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}\n\n" (function_definition "int FUN_00073d70(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_desc... | (function_definition "int FUN_00073d70(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}" (primitive_type "int") (function_declarator "FUN_00073d70(int param_1,int param_2,undefined4 para... |
/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<64,_true> * this, uint
index, off_t off, Symbol_table * param_3) */
type_1 __thiscall
gold::Sized_relobj_incr<64,_true>::do_finalize_local_symbols
(Sized_relobj_incr<64,_true> *this,type_1 var_1,off_t off,Symbol_table *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: (primitive_type) declarator: (identifier)) (parameter_declaration type:... | null |
int MASKED(int param_1,int param_2,undefined4 param_3)
{
*(int *)(param_1 + 0xb0) = param_2;
*(undefined4 *)(param_1 + 0xb4) = param_3;
return param_2 + *(int *)(param_1 + 0xa8);
}
|
10707_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | do_out | FUN_00285940 |
/* std::__codecvt_utf8_utf16_base<char16_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*,
char16_t const*&, char*, char*, char*&) const */
undefined4 __thiscall
std::__codecvt_utf8_utf16_base<char16_t>::do_out
(__codecvt_utf8_utf16_base<char16_t> *this,__mbstate_t *param_1,wchar16 *param_2,
... |
undefined4
FUN_00285940(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)
{
char cVar1;
undefined4 uVar2;
if ((*(byte *)(param_1 + 0xc) & 2) != 0) {
cVar1 = FUN_002845e0(param_3,param_4,param_6,... | PUSH ESI
PUSH EBX
SUB ESP,0x10
MOV EDX,dword ptr [ESP + 0x24]
MOV EAX,dword ptr [ESP + 0x1c]
LEA EBX,[ESP + 0x8]
MOV dword ptr [ESP],EDX
MOV EDX,dword ptr [ESP + 0x28]
MOV ESI,dword ptr [EAX + 0x8]
MOV dword ptr [ESP + 0x4],EDX
MOV EDX,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0x8],EDX
MOV EDX,dword ptr [ESP + 0x34]
... | null | null | null | null | [('tmp_332', u'STORE_-1204332045'), (u'COPY_-1204331991', u'MULTIEQUAL_-1204331937'), (u'CALL_-1204332065', u'INDIRECT_-1204331854'), (u'INDIRECT_-1204331846', u'MULTIEQUAL_-1204331840'), (u'INDIRECT_-1204331868', u'MULTIEQUAL_-1204331857'), (u'MULTIEQUAL_-1204331848', u'STORE_-1204332045'), (u'PTRADD_-1204332107', u'C... | [(u'INT_ADD_-1204332112', u'CAST_-1204331856'), ('tmp_806', u'MULTIEQUAL_-1204331865'), (u'COPY_-1204331991', u'MULTIEQUAL_-1204331937'), ('tmp_810', u'CALL_-1204332101'), (u'MULTIEQUAL_-1204331852', u'STORE_-1204332045'), (u'MULTIEQUAL_-1204331844', u'STORE_-1204332027'), (u'CALL_-1204332101', u'INDIRECT_-1204331876')... | null | null | 00285940 | x86 | O1 | (translation_unit "undefined4\nFUN_00285940(int 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\n{\n char cVar1;\n undefined4 uVar2;\n \n if ((*(byte *)(param_1 + 0xc) & 2) != 0) {\n cVar1 = FUN_002845... | (translation_unit "/* std::__codecvt_utf8_utf16_base<char16_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*,\n char16_t const*&, char*, char*, char*&) const */\n\nundefined4 __thiscall\nstd::__codecvt_utf8_utf16_base<char16_t>::do_out\n (__codecvt_utf8_utf16_base<char16_t> *this,__mbstate_t *param_... | (translation_unit "undefined4\nFUN_00285940(int 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\n{\n char cVar1;\n undefined4 uVar2;\n \n if ((*(byte *)(param_1 + 0xc) & 2) != 0) {\n cVar1 = FUN_002845... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration ... | (function_definition "undefined4\nFUN_00285940(int 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\n{\n char cVar1;\n undefined4 uVar2;\n \n if ((*(byte *)(param_1 + 0xc) & 2) != 0) {\n cVar1 = FUN_002... |
/* std::__codecvt_utf8_utf16_base<char16_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*,
char16_t const*&, char*, char*, char*&) const */
type_1 __thiscall
std::type_2<char16_t>::function_1
(type_2<char16_t> *var_1,type_3 *param_1,type_4 *param_2,
type_4 *param_3,type_4 **param_4,cha... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
undefined4
MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)
{
char cVar1;
undefined4 uVar2;
if ((*(byte *)(param_1 + 0xc) & 2) != 0) {
cVar1 = FUN_002845e0(param_3,param_4,param_6,param_... |
12697_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ~system_error_category | FUN_003f2d60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* (anonymous namespace)::system_error_category::~system_error_category() */
void __thiscall
(anonymous_namespace)::system_error_category::~system_error_category(system_error_category *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_003f2d60(undefined4 *param_1)
{
*param_1 = &PTR_FUN_005e85a8;
FUN_003f2d20(param_1);
FUN_003ae080(param_1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x1f7299
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffe5a8]
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x003f2d20
MOV dword ptr [ESP],ESI
CALL 0x003ae080
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1205850762')] | [('const-0', u'PTRSUB_-1205850583'), ('const-0', u'RETURN_-1205850663'), ('const-417', u'STORE_-1205850722'), (u'PTRSUB_-1205850583', u'STORE_-1205850722'), ('const-6194600', u'PTRSUB_-1205850583'), ('tmp_355', u'CALL_-1205850709'), ('tmp_355', u'STORE_-1205850722'), ('tmp_355', u'CALL_-1205850696')] | null | null | 003f2d60 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003f2d60(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e85a8;\n FUN_003f2d20(param_1);\n FUN_003ae080(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_003f2d60(undefined4 *p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* (anonymous namespace)::system_error_category::~system_error_category() */\n\nvoid __thiscall\n(anonymous_namespace)::system_error_category::~system_error_category(system_error_category *this)\n\n{\n}\n\n" comm... | (translation_unit "void FUN_003f2d60(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e85a8;\n FUN_003f2d20(param_1);\n FUN_003ae080(param_1);\n return;\n}\n\n" (function_definition "void FUN_003f2d60(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e85a8;\n FUN_003f2d20(param_1);\n FUN_003ae080(param_1);\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression... | (function_definition "void FUN_003f2d60(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005e85a8;\n FUN_003f2d20(param_1);\n FUN_003ae080(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003f2d60(undefined4 *param_1)" (identifier "FUN_003f2d60") (parameter_list "(undefined4 *param_1)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* (anonymous namespace)::system_error_category::~system_error_category() */
void __thiscall
(anonymous_namespace)::function_1::~function_1(function_1 *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_005e85a8;
FUN_003f2d20(param_1);
FUN_003ae080(param_1);
return;
}
|
5263_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | Output_reloc | FUN_00170670 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this, uint type,
void * arg, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_reloc<4,_false,_64,_true>::Output_reloc
(Output_reloc<4,_false,_64,_true> *this,uint type,void *arg,Output_data ... |
void FUN_00170670(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
FUN_0016b740(param_1,param_2,param_3,param_4,param_5,param_6);
*(undefined4 *)(param_1 + 0x1c) = param_7;
*(undefined4 *)(param_... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,dword ptr [ESP + 0x10]
MOV ESI,dword ptr [ESP + 0x28]
MOV EDI,dword ptr [ESP + 0x2c]
SUB ESP,0x8
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH EBX
CALL 0x0016b740
ADD ESP,0x20
MOV dword ... | null | null | null | null | [('const-417', u'STORE_-1207433420'), ('tmp_248', u'CALL_-1207433513'), (u'PTRSUB_-1207433359', u'STORE_-1207433420'), ('tmp_247', u'CALL_-1207433513'), ('tmp_246', u'CALL_-1207433513'), ('tmp_249', u'CALL_-1207433513'), (u'PTRSUB_-1207433366', u'CALL_-1207433513'), ('const-0', u'RETURN_-1207433463'), ('const-0', u'PTR... | [('tmp_442', u'CALL_-1207433513'), ('tmp_438', u'INT_ADD_-1207433483'), ('const-417', u'STORE_-1207433491'), ('const-28', u'INT_ADD_-1207433483'), ('tmp_438', u'INT_ADD_-1207433477'), ('tmp_445', u'CALL_-1207433513'), ('const-32', u'INT_ADD_-1207433477'), ('tmp_440', u'STORE_-1207433491'), ('tmp_439', u'STORE_-12074334... | null | null | 00170670 | x86 | O1 | (translation_unit "void FUN_00170670(int 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\n{\n FUN_0016b740(param_1,param_2,param_3,param_4,param_5,param_6);\n *(undefined4 *)(param_1 + 0x1c) = param_7;\n... | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this, uint type,\n void * arg, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_64,_true>::Output_reloc\n (Output_reloc<4,_false,_64,_true> *this,uint type... | (translation_unit "void FUN_00170670(int 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\n{\n FUN_0016b740(param_1,param_2,param_3,param_4,param_5,param_6);\n *(undefined4 *)(param_1 + 0x1c) = param_7;\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_00170670(int 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\n{\n FUN_0016b740(param_1,param_2,param_3,param_4,param_5,param_6);\n *(undefined4 *)(param_1 + 0x1c) = param_7... |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_true> * this, uint type,
void * arg, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::function_1<4,_false,_64,_true>::function_1
(function_1<4,_false,_64,_true> *type_1,uint type_2,void *type_3,Output_data... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
FUN_0016b740(param_1,param_2,param_3,param_4,param_5,param_6);
*(undefined4 *)(param_1 + 0x1c) = param_7;
*(undefined4 *)(param_1 + 0x... |
104_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c | strtoul | strtoul |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_strtoul_000911b4)();
return uVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_strtoul_000911b4)();
return uVar1;
}
| JMP dword ptr [EBX + 0x1b4] | null | null | null | null | [(u'CALLIND_-1205975318', u'INDIRECT_-1205975245'), (u'CAST_-1205975237', u'CALLIND_-1205975318'), ('tmp_77', u'CAST_-1205975237'), (u'CALLIND_-1205975318', u'RETURN_-1205975315'), ('const-0', u'RETURN_-1205975315'), (u'INDIRECT_-1205975245', u'COPY_-1205975304')] | [(u'CALLIND_-1205975318', u'INDIRECT_-1205975245'), (u'CAST_-1205975237', u'CALLIND_-1205975318'), ('tmp_77', u'CAST_-1205975237'), (u'CALLIND_-1205975318', u'RETURN_-1205975315'), ('const-0', u'RETURN_-1205975315'), (u'INDIRECT_-1205975245', u'COPY_-1205975304')] | null | null | 000146e0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_000911b4)();\n return uVar1;\n}\n\n" comment (function_definition "ulong strtoul(char *__nptr,char **__endp... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_000911b4)();\n return uVar1;\n}\n\n" comment (function_definition "ulong strtoul(char *__nptr,char **__endp... | (translation_unit "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_000911b4)();\n return uVar1;\n}\n\n" (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_000911b4)();\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n ulong uVar1;\n \n uVar1 = (*(code *)PTR_strtoul_000911b4)();\n return uVar1;\n}" (type_identifier "ulong") (function_declarator "strtoul(char *__nptr,char **__endptr,int __base)" (identifier "strtoul") (parameter_list "(char *__nptr... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(char *__nptr,char **__endptr,int __base)
{
type_1 uVar1;
uVar1 = (*(type_2 *)PTR_strtoul_000911b4)();
return uVar1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong MASKED(char *__nptr,char **__endptr,int __base)
{
ulong uVar1;
uVar1 = (*(code *)PTR_MASKED_000911b4)();
return uVar1;
}
|
7128_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | get | FUN_001a1000 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_Ios_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
FUN_001a1000(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
if (*(co... | PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x160ff9
SUB ESP,0x4
MOV EAX,dword ptr [ESP + 0x14]
MOV ESI,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [ESP + 0x28]
MOV EDX,dword ptr [EAX]
MOV EDX,dword ptr [EDX + 0x20]
CMP EDX,dword ptr [EBX + 0xfffffb54]
JNZ 0x001a1060
SUB ESP,0xc
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [E... | null | null | null | null | [('const-0', u'RETURN_-1207627544'), (u'COPY_-1207627458', u'RETURN_-1207627409'), ('const-417', u'LOAD_-1207627710'), ('tmp_1117', u'CALLIND_-1207627454'), ('tmp_1118', u'CALL_-1207627593'), (u'INDIRECT_-1207627268', u'COPY_-1207627313'), (u'CAST_-1207627353', u'INT_EQUAL_-1207627684'), (u'CALL_-1207627593', u'INDIREC... | [('const-0', u'RETURN_-1207627544'), (u'COPY_-1207627458', u'RETURN_-1207627409'), ('const-417', u'LOAD_-1207627710'), ('tmp_1117', u'CALLIND_-1207627454'), ('tmp_1118', u'CALL_-1207627593'), (u'INDIRECT_-1207627268', u'COPY_-1207627313'), (u'CAST_-1207627353', u'INT_EQUAL_-1207627684'), (u'CALL_-1207627593', u'INDIREC... | null | null | 001a1000 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4\nFUN_001a1000(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, std::... | (translation_unit "undefined4\nFUN_001a1000(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n if (*(code **)(*param_2 + 0x20) == (code *)PTR_FUN_00301b54) {\n FUN_00... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "undefined4\nFUN_001a1000(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n if (*(code **)(*param_2 + 0x20) == (code *)PTR_FUN_00301b54) {\n FUN... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_Ios_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
MASKED(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
if (*(code **)... |
11052_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | append | FUN_002cc6e0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::append(std::initializer_list<wchar_t>) */
void std::wstring::append(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)
{
FUN_002cc540(param_1,param_2,param_3);
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x14791a
SUB ESP,0xc
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x002cc540
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1204566286')] | [('tmp_296', u'CALL_-1204566229'), ('tmp_295', u'CALL_-1204566229'), ('const-0', u'RETURN_-1204566201'), ('tmp_297', u'CALL_-1204566229')] | null | null | 002cc6e0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002cc540(param_1,param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_002cc6e0(undefined4 param_1,... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::append(std::initializer_list<wchar_t>) */\n\nvoid std::wstring::append(void)\n\n{\n}\n\n" comment comment (function_definition "void std::wstring::append(void)\n\n{\n}" primitive_type (ERROR "std... | (translation_unit "void FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002cc540(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002cc540(param_1,param_2,param_3);\n return;\n}"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (retu... | (function_definition "void FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002cc540(param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002cc6e0(undefined4 param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_002cc6e0") (parameter_lis... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::append(std::initializer_list<wchar_t>) */
void std::wstring::function_1(void)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3)
{
FUN_002cc540(param_1,param_2,param_3);
return;
}
|
6978_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | set_xindex | FUN_0028b590 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_xindex(Object * this, Xindex * xindex) */
void __thiscall gold::Object::set_xindex(Object *this,Xindex *xindex)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0028b590(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");
}
| PUSH EBX
CALL 0x00050b50
ADD EBX,0x35ea6a
SUB ESP,0xc
LEA EAX,[EBX + 0xffea2a48]
PUSH EAX
LEA EAX,[EBX + 0xffe63385]
PUSH 0x3ef
PUSH EAX
CALL 0x002446e0 | null | null | null | null | [('const-1', u'RETURN_-1204308574')] | [('const-4510597', u'COPY_-1204308489'), ('const-1007', u'CALL_-1204308512'), ('const-4770376', u'COPY_-1204308488'), (u'COPY_-1204308488', u'CALL_-1204308512'), ('const-1', u'RETURN_-1204308507'), (u'COPY_-1204308489', u'CALL_-1204308512')] | null | null | 0028b590 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0028b590(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");\n}\n\n" comment (function_definition "void FUN_0028b590(vo... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_xindex(Object * this, Xindex * xindex) */\n\nvoid __thiscall gold::Object::set_xindex(Object *this,Xindex *xindex)\n\n{\n}\n\n" comment comment (function_definition "void __t... | (translation_unit "void FUN_0028b590(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");\n}\n\n" (function_definition "void FUN_0028b590(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");\n}" primitive_type (function_declarator "FUN_0028b5... | (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_0028b590(void)\n\n{\n \n FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");\n}" (primitive_type "void") (function_declarator "FUN_0028b590(void)" (identifier "FUN_0028b590") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) ()... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_xindex(Object * this, Xindex * xindex) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *xindex)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/object.h",0x3ef,"set_xindex");
}
|
34_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | strncpy | strncpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strncpy(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x12c] | null | null | null | null | [(u'CAST_-1206086372', u'RETURN_-1206086451'), (u'CAST_-1206086373', u'CALLIND_-1206086454'), (u'CALLIND_-1206086454', u'INDIRECT_-1206086381'), ('const-0', u'RETURN_-1206086451'), ('tmp_77', u'CAST_-1206086373'), (u'CALLIND_-1206086454', u'CAST_-1206086372'), (u'INDIRECT_-1206086381', u'COPY_-1206086440')] | [(u'CAST_-1206086372', u'RETURN_-1206086451'), (u'CAST_-1206086373', u'CALLIND_-1206086454'), (u'CALLIND_-1206086454', u'INDIRECT_-1206086381'), ('const-0', u'RETURN_-1206086451'), ('tmp_77', u'CAST_-1206086373'), (u'CALLIND_-1206086454', u'CAST_-1206086372'), (u'INDIRECT_-1206086381', u'COPY_-1206086440')] | null | null | 000394c0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strncpy(char *__dest,char... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strncpy(char *__dest,char... | (translation_unit "char * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();\n return pcVar1;\n}\n\n" (function_definition "char * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "char * strncpy(char *__dest,char *__src,size_t __n)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strncpy_005ea12c)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strncpy(char *__dest,char *__src,size_t __n)" (* "*") (function_declarator "strncpy(char *__dest... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strncpy_005ea12c)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src,size_t __n)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_005ea12c)();
return pcVar1;
}
|
60_aarch64-linux-gnu-ranlib_and_aarch64-linux-gnu-ranlib_strip.c | memset | memset |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();
return pvVar1;
}
| JMP dword ptr [EBX + 0xf4] | null | null | null | null | [('const-0', u'RETURN_-1205984275'), ('tmp_77', u'CAST_-1205984197'), (u'CALLIND_-1205984278', u'CAST_-1205984196'), (u'CAST_-1205984196', u'RETURN_-1205984275'), (u'CAST_-1205984197', u'CALLIND_-1205984278'), (u'CALLIND_-1205984278', u'INDIRECT_-1205984205'), (u'INDIRECT_-1205984205', u'COPY_-1205984264')] | [('const-0', u'RETURN_-1205984275'), ('tmp_77', u'CAST_-1205984197'), (u'CALLIND_-1205984278', u'CAST_-1205984196'), (u'CAST_-1205984196', u'RETURN_-1205984275'), (u'CAST_-1205984197', u'CALLIND_-1205984278'), (u'CALLIND_-1205984278', u'INDIRECT_-1205984205'), (u'INDIRECT_-1205984205', u'COPY_-1205984264')] | null | null | 000123e0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __... | (translation_unit "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();\n return pvVar1;\n}\n\n" (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();\n re... | (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 (pointer_declarator * IDENT) ;) ... | (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_000210f4)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s,int __c,size_t __n)" (* "*") (function_declarator "memset(void *__s,int __c,size_t __n)"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_000210f4)();
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_000210f4)();
return pvVar1;
}
|
2457_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | parse_to_value | FUN_0005eb90 |
/* 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_auxiliary * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0005eb90(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_002bf680(param_2,param_3,param_1 + 0x40);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x58b469
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 0x002bf680
MOV byte ptr [ESI + 0x3c],0x1
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1206195290')] | [(u'CAST_-1206195108', u'STORE_-1206195222'), ('const-64', u'INT_ADD_-1206195243'), ('tmp_344', u'INT_ADD_-1206195208'), ('const-0', u'RETURN_-1206195186'), ('tmp_344', u'INT_ADD_-1206195243'), ('const-1', u'STORE_-1206195222'), (u'INT_ADD_-1206195208', u'CAST_-1206195108'), ('tmp_345', u'CALL_-1206195226'), ('tmp_346'... | null | null | 0005eb90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005eb90(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002bf680(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_auxiliary * this, char * option_name, char *\n arg, Command_line * param_3, General_option... | (translation_unit "void FUN_0005eb90(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002bf680(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_0005eb90(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002bf680(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_0005eb90(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_002bf680(param_2,param_3,param_1 + 0x40);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0005eb90(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_auxiliary * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_002bf680(param_2,param_3,param_1 + 0x40);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
|
138_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | __assert_fail | __assert_fail |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR___assert_fail_00040244)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR___assert_fail_00040244)();
return;
}
| JMP dword ptr [EBX + 0x244] | null | null | null | null | [(u'CALLIND_-1205978838', u'INDIRECT_-1205978766'), (u'CAST_-1205978757', u'CALLIND_-1205978838'), (u'INDIRECT_-1205978766', u'COPY_-1205978825'), ('const-0', u'RETURN_-1205978835'), ('tmp_78', u'CAST_-1205978757')] | [(u'CALLIND_-1205978838', u'INDIRECT_-1205978766'), (u'CAST_-1205978757', u'CALLIND_-1205978838'), (u'INDIRECT_-1205978766', u'COPY_-1205978825'), ('const-0', u'RETURN_-1205978835'), ('tmp_78', u'CAST_-1205978757')] | null | null | 00013920 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_00040244)();\n return;\n}\n\n" comment (function_definition "void __assert_fail(char *__assertion,char *... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_00040244)();\n return;\n}\n\n" comment (function_definition "void __assert_fail(char *__assertion,char *... | (translation_unit "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_00040244)();\n return;\n}\n\n" (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_00040244)();\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_st... | (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n (*(code *)PTR___assert_fail_00040244)();\n return;\n}" (primitive_type "void") (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" (identifier "__assert_fail") (pa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__assertion,char *__file,type_1 __line,char *__function)
{
(*(type_2 *)PTR___assert_fail_00040244)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__assertion,char *__file,uint __line,char *__function)
{
(*(code *)PTR_MASKED_00040244)();
return;
}
|
12434_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | operator+ | FUN_003e76e0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */
string * std::operator+(char param_1,string *param_2)
{
int unaff_EDI;
undefined3 in_stack_00000005;
__x86_get_pc_thunk_di();
*(int *)_param_1 = unaff_EDI ... |
int * FUN_003e76e0(int *param_1,char param_2,int *param_3)
{
int unaff_EDI;
FUN_00074f0a();
*param_1 = unaff_EDI + 0x20b9a3;
/* try { // try from 003e771a to 003e7739 has its CatchHandler @ 003e7749 */
FUN_003e6d30(param_1,*(int *)(*param_3 + -0xc) + 1);
FUN_003e71f0(param_1,1,(int)pa... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x00074f0a
ADD EDI,0x202917
PUSH ESI
PUSH EBX
SUB ESP,0x34
MOV EAX,dword ptr [EBP + 0xc]
MOV ESI,dword ptr [EBP + 0x8]
MOV ECX,dword ptr [EBP + 0x10]
MOV dword ptr [EBP + -0x2c],EAX
LEA EAX,[EDI + 0x9080]
MOV EBX,EDI
MOV dword ptr [EBP + -0x30],EAX
ADD EAX,0xc
MOV dword ptr [ESI],EAX
... | null | null | null | null | [('tmp_762', u'PIECE_-1205766138'), ('const-1', u'CALL_-1205766242'), (u'CAST_-1205766005', u'CALL_-1205766242'), (u'COPY_-1205766195', u'RETURN_-1205766160'), (u'PIECE_-1205766138', u'COPY_-1205766195'), ('tmp_600', u'INT_ADD_-1205766316'), (u'PIECE_-1205766138', u'CAST_-1205766005'), (u'PIECE_-1205766138', u'CALL_-12... | [('tmp_986', u'INT_SEXT_-1205766263'), ('const-417', u'STORE_-1205766321'), (u'INT_SEXT_-1205766263', u'CALL_-1205766242'), (u'LOAD_-1205766319', u'INT_ADD_-1205766298'), ('const-1', u'CALL_-1205766242'), (u'INT_ADD_-1205766290', u'CALL_-1205766282'), ('const-0', u'RETURN_-1205766160'), ('const-417', u'LOAD_-1205766314... | null | null | 003e76e0 | x86 | O1 | (translation_unit "int * FUN_003e76e0(int *param_1,char param_2,int *param_3)\n\n{\n int unaff_EDI;\n \n FUN_00074f0a();\n *param_1 = unaff_EDI + 0x20b9a3;\n /* try { // try from 003e771a to 003e7739 has its CatchHandler @ 003e7749 */\n FUN_003e6d30(param_1,*(int *)(*param_3 + -0xc) + 1);\n FUN... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */\n\nstring * std::operator+(char param_1,string *param_2)\n\n{\n int unaff_EDI;\n undefined3 in_stack_00000005;\n \n __x86_get_pc_thunk_di();\n *... | (translation_unit "int * FUN_003e76e0(int *param_1,char param_2,int *param_3)\n\n{\n int unaff_EDI;\n \n FUN_00074f0a();\n *param_1 = unaff_EDI + 0x20b9a3;\n \n FUN_003e6d30(param_1,*(int *)(*param_3 + -0xc) + 1);\n FUN_003e71f0(param_1,1,(int)param_2);\n FUN_003e6e50(param_1,param_3);\n retu... | (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)) )))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "int * FUN_003e76e0(int *param_1,char param_2,int *param_3)\n\n{\n int unaff_EDI;\n \n FUN_00074f0a();\n *param_1 = unaff_EDI + 0x20b9a3;\n \n FUN_003e6d30(param_1,*(int *)(*param_3 + -0xc) + 1);\n FUN_003e71f0(param_1,1,(int)param_2);\n FUN_003e6e50(param_1,param_3);\n r... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */
string * std::operator+(char param_1,string *param_2)
{
int var_2;
type_1 in_stack_00000005;
var_1();
*(int *)_param_1 = var_2 + 0x20b9a3;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
int * MASKED(int *param_1,char param_2,int *param_3)
{
int unaff_EDI;
FUN_00074f0a();
*param_1 = unaff_EDI + 0x20b9a3;
/* try { // try from 003e771a to 003e7739 has its CatchHandler @ 003e7749 */
FUN_003e6d30(param_1,*(int *)(*param_3 + -0xc) + 1);
FUN_003e71f0(param_1,1,(int)param_2)... |
5147_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | Output_reloc | FUN_0016cce0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,
Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_true,_32,_fal... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0016cce0(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,
undefined4 param_5,byte param_6)
{
uint uVar1;
param_1[3] = 0xfffffffe;
param_1[2] = param_5;
param_1[5] = 0xf... | CALL 0x000b4846
ADD EAX,0x2a731b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EDX,dword ptr [ESP + 0x30]
MOV EBX,dword ptr [ESP + 0x38]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x40]
MOVZX ECX,byte ptr [ESP + 0x44]
AND EBX,0xfffffff
MOV EBP,dword ptr [ESP + 0x34]
MOV EDI,dword ptr [ESP + 0x3c]
MOV... | null | null | null | null | [('tmp_946', u'INT_RIGHT_-1207316689'), ('const-0', u'PTRSUB_-1207316641'), (u'SUBPIECE_-1207316671', u'INT_OR_-1207316891'), ('const-19', u'PTRSUB_-1207316656'), (u'INT_LEFT_-1207317097', u'SUBPIECE_-1207316671'), (u'LOAD_-1207317146', u'INT_AND_-1207317049'), (u'PTRSUB_-1207316656', u'STORE_-1207316892'), ('const-64'... | [('const-4', u'PTRADD_-1207316692'), (u'PTRADD_-1207316658', u'STORE_-1207316862'), (u'LOAD_-1207317146', u'INT_AND_-1207317049'), ('tmp_1248', u'STORE_-1207316867'), ('tmp_1247', u'INT_ZEXT_-1207317183'), ('const-4', u'PTRADD_-1207316722'), ('const-417', u'STORE_-1207316867'), ('const-1', u'RETURN_-1207316765'), ('con... | null | null | 0016cce0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0016cce0(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[3] = 0xfffffffe;\n param_1[2] = ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,\n Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::Output... | (translation_unit "void FUN_0016cce0(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[3] = 0xfffffffe;\n param_1[2] = param_5;\n param_1[5] = 0xfffffffc;\n param_1[4] = param_1[4] & 0xf0000000 | param_3 & 0xf... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "void FUN_0016cce0(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,byte param_6)\n\n{\n uint uVar1;\n \n param_1[3] = 0xfffffffe;\n param_1[2] = param_5;\n param_1[5] = 0xfffffffc;\n param_1[4] = param_1[4] & 0xf0000000 | param_3 & ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,
Output_section * os, uint type, Output_data * od, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_true,_32,_fal... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,
undefined4 param_5,byte param_6)
{
uint uVar1;
param_1[3] = 0xfffffffe;
param_1[2] = param_5;
param_1[5] = 0xfffffff... |
113_hppa64-linux-gnu-readelf_and_hppa64-linux-gnu-readelf_strip.c | get_compression_header | FUN_0001be30 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint __regparm2 get_compression_header(Elf_Internal_Chdr *chdr,uchar *buf,bfd_size_type size)
{
char *message;
elf_vma eVar1;
if (is_32bit_elf == 0) {
if (size._4_4_ != 0 || (uint)-size._4_4_ < (uint)(0x17 < (uint)si... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm2 FUN_0001be30(undefined4 *param_1,int param_2,uint param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
if (DAT_000b6324 == 0) {
if (param_4 != 0 || (uint)-param_4 < (uint)(0x17 < param_3)... | PUSH EDI
MOV EDI,EAX
PUSH ESI
MOV ESI,EDX
PUSH EBX
MOV EDX,dword ptr [ESP + 0x10]
CALL 0x00013f70
ADD EBX,0x981c0
MOV EAX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [EBX + 0x2324]
TEST ECX,ECX
JZ 0x0001bec8
MOV ECX,0xb
CMP ECX,EDX
MOV EDX,0x0
SBB EDX,EAX
JNC 0x0001bea0
LEA EBX,[EBX + 0x5dd8]
SUB ESP,0x8
PUSH 0x4
PUSH ESI... | null | null | null | null | [(u'INDIRECT_-1205943966', u'CALLIND_-1205944535'), (u'INDIRECT_-1205943946', u'COPY_-1205944009'), ('const-0', u'PTRSUB_-1205943963'), ('tmp_1048', u'PTRADD_-1205944544'), ('const-4', u'PTRSUB_-1205943946'), (u'INT_LESS_-1205944663', u'BOOL_OR_-1205944068'), (u'STORE_-1205944621', u'INDIRECT_-1205944012'), (u'CALLIND_... | [(u'INDIRECT_-1205943953', u'COPY_-1205944016'), ('const-4', u'CALLIND_-1205944304'), ('tmp_1385', u'INT_ADD_-1205944590'), (u'CAST_-1205943870', u'INT_LESS_-1205944347'), (u'CALLIND_-1205944219', u'INDIRECT_-1205943886'), ('const-8', u'INT_ADD_-1205944281'), (u'CALLIND_-1205944535', u'STORE_-1205943996'), (u'STORE_-12... | null | null | 0001be30 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm2 FUN_0001be30(undefined4 *param_1,int param_2,uint param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n if (DAT_000b6324 == 0) {\n if (param_4 != 0 || (uint)-param... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint __regparm2 get_compression_header(Elf_Internal_Chdr *chdr,uchar *buf,bfd_size_type size)\n\n{\n char *message;\n elf_vma eVar1;\n \n if (is_32bit_elf == 0) {\n if (size._4_4_ != 0 || (uint)-size._4_... | (translation_unit "undefined4 __regparm2 FUN_0001be30(undefined4 *param_1,int param_2,uint param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n if (DAT_000b6324 == 0) {\n if (param_4 != 0 || (uint)-param_4 < (uint)(0x17 < param_3)) {\n uVar1 = (*DAT_000b9dd8)(param_2,4);\n *param_1 = ... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDEN... | (function_definition "undefined4 __regparm2 FUN_0001be30(undefined4 *param_1,int param_2,uint param_3,int param_4)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n \n if (DAT_000b6324 == 0) {\n if (param_4 != 0 || (uint)-param_4 < (uint)(0x17 < param_3)) {\n uVar1 = (*DAT_000b9dd8)(param_2,4);\n *param_1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm2 function_1(type_2 *chdr,type_3 *var_2,type_4 size)
{
char *message;
type_5 eVar1;
if (var_1 == 0) {
if (size._4_4_ != 0 || (type_1)-size._4_4_ < (type_1)(0x17 < (type_1)size)) {
eVar1._0_4_ = ... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm2 MASKED(undefined4 *param_1,int param_2,uint param_3,int param_4)
{
undefined4 uVar1;
undefined8 uVar2;
if (DAT_000b6324 == 0) {
if (param_4 != 0 || (uint)-param_4 < (uint)(0x17 < param_3)) {
... |
2125_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | rela_dyn_section | FUN_0005c8e0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_powerpc<64,_false> * this,
Symbol_table * symtab, Layout * layout, bool for_ifunc) */
Reloc_section * __thiscall
anon_unknown.dwarf_2af53c::Target_powerpc<64,_false>::rela_dyn_section... |
undefined4 __regparm1 FUN_0005c8e0(int param_1,char param_2)
{
undefined4 uVar1;
if (param_2 == '\0') {
uVar1 = FUN_00059f60();
return uVar1;
}
if (*(int *)(param_1 + 0x1c) != 0) {
return *(undefined4 *)(*(int *)(param_1 + 0x1c) + 0x2c);
}
FUN_0005c760();
return *(undefined4 *)(*(int *)(p... | PUSH EBX
SUB ESP,0x8
CMP byte ptr [ESP + 0x10],0x0
JZ 0x0005c900
MOV EBX,dword ptr [EAX + 0x1c]
TEST EBX,EBX
JZ 0x0005c910
MOV EAX,dword ptr [EBX + 0x2c]
ADD ESP,0x8
POP EBX
RET
ADD ESP,0x8
ADD EAX,0x2c
MOV EDX,ECX
POP EBX
JMP 0x00059f60
MOV EBX,EAX
CALL 0x0005c760
MOV EBX,dword ptr [EBX + 0x1c]
MOV EAX,dword ptr [EBX ... | null | null | null | null | [('const-417', u'LOAD_-1206204133'), ('tmp_397', u'CALL_-1206204075'), (u'COPY_-1206204133', u'RETURN_-1206204101'), (u'LOAD_-1206204067', u'COPY_-1206204067'), ('const-44', u'INT_ADD_-1206204117'), (u'CAST_-1206203922', u'CALL_-1206204038'), ('const-0', u'INT_EQUAL_-1206204158'), ('const-44', u'INT_ADD_-1206204051'), ... | [('tmp_385', u'INT_ADD_-1206204137'), (u'INT_ADD_-1206204117', u'CAST_-1206203958'), (u'COPY_-1206204133', u'RETURN_-1206204101'), (u'INT_ADD_-1206204057', u'CAST_-1206203923'), ('const-417', u'LOAD_-1206204067'), (u'LOAD_-1206204067', u'COPY_-1206204067'), ('const-44', u'INT_ADD_-1206204117'), ('const-44', u'INT_ADD_-... | null | null | 0005c8e0 | x86 | O1 | (translation_unit "undefined4 __regparm1 FUN_0005c8e0(int param_1,char param_2)\n\n{\n undefined4 uVar1;\n \n if (param_2 == '\0') {\n uVar1 = FUN_00059f60();\n return uVar1;\n }\n if (*(int *)(param_1 + 0x1c) != 0) {\n return *(undefined4 *)(*(int *)(param_1 + 0x1c) + 0x2c);\n }\n FUN_0005c760();\n re... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_powerpc<64,_false> * this,\n Symbol_table * symtab, Layout * layout, bool for_ifunc) */\n\nReloc_section * __thiscall\nanon_unknown.dwarf_2af53c::Target_powerpc<64,_f... | (translation_unit "undefined4 __regparm1 FUN_0005c8e0(int param_1,char param_2)\n\n{\n undefined4 uVar1;\n \n if (param_2 == '\0') {\n uVar1 = FUN_00059f60();\n return uVar1;\n }\n if (*(int *)(param_1 + 0x1c) != 0) {\n return *(undefined4 *)(*(int *)(param_1 + 0x1c) + 0x2c);\n }\n FUN_0005c760();\n re... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' esc... | (function_definition "undefined4 __regparm1 FUN_0005c8e0(int param_1,char param_2)\n\n{\n undefined4 uVar1;\n \n if (param_2 == '\0') {\n uVar1 = FUN_00059f60();\n return uVar1;\n }\n if (*(int *)(param_1 + 0x1c) != 0) {\n return *(undefined4 *)(*(int *)(param_1 + 0x1c) + 0x2c);\n }\n FUN_0005c760();\n ... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_powerpc<64,_false> * this,
Symbol_table * symtab, Layout * layout, bool for_ifunc) */
type_1 * __thiscall
anon_unknown.dwarf_2af53c::var_1<64,var_2>::var_3
(var_1<64,var_2> ... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body... | null |
undefined4 __regparm1 MASKED(int param_1,char param_2)
{
undefined4 uVar1;
if (param_2 == '\0') {
uVar1 = FUN_00059f60();
return uVar1;
}
if (*(int *)(param_1 + 0x1c) != 0) {
return *(undefined4 *)(*(int *)(param_1 + 0x1c) + 0x2c);
}
FUN_0005c760();
return *(undefined4 *)(*(int *)(param_1... |
401_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c | debug_make_const_type | FUN_0003e370 |
/* WARNING: Unknown calling convention */
debug_type_conflict debug_make_const_type(void *handle,debug_type_conflict type)
{
debug_type_s *pdVar1;
uint in_ECX;
if (type != (debug_type_conflict)0x0) {
pdVar1 = debug_make_type((debug_handle *)0x14,DEBUG_KIND_ILLEGAL,in_ECX);
if (pdVar1 != (debug_type_... |
int FUN_0003e370(undefined4 param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
iVar1 = FUN_0003bac0();
if (iVar1 != 0) {
*(int *)(iVar1 + 0xc) = param_2;
}
return iVar1;
}
return 0;
}
| PUSH EBX
SUB ESP,0x8
MOV EBX,dword ptr [ESP + 0x14]
TEST EBX,EBX
JZ 0x0003e398
XOR EDX,EDX
MOV EAX,0x14
CALL 0x0003bac0
TEST EAX,EAX
JZ 0x0003e38f
MOV dword ptr [EAX + 0xc],EBX
ADD ESP,0x8
POP EBX
RET
ADD ESP,0x8
XOR EAX,EAX
POP EBX
RET | null | null | null | null | [(u'PTRSUB_-1206066109', u'STORE_-1206066239'), ('tmp_256', u'INT_NOTEQUAL_-1206066281'), (u'INT_NOTEQUAL_-1206066281', u'CBRANCH_-1206066281'), (u'INT_NOTEQUAL_-1206066242', u'CBRANCH_-1206066242'), ('const-0', u'RETURN_-1206066173'), ('tmp_304', u'CALL_-1206066257'), (u'COPY_-1206066198', u'RETURN_-1206066173'), ('co... | [(u'INT_NOTEQUAL_-1206066281', u'CBRANCH_-1206066281'), (u'INT_NOTEQUAL_-1206066242', u'CBRANCH_-1206066242'), ('const-0', u'COPY_-1206066198'), ('const-0', u'RETURN_-1206066173'), (u'CAST_-1206066113', u'STORE_-1206066239'), ('tmp_336', u'STORE_-1206066239'), (u'COPY_-1206066198', u'RETURN_-1206066173'), (u'CALL_-1206... | null | null | 0003e370 | x86 | O1 | (translation_unit "int FUN_0003e370(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n *(int *)(iVar1 + 0xc) = param_2;\n }\n return iVar1;\n }\n return 0;\n}\n\n" (function_definition "int FUN_0003e370(undefined4 param_1,int ... | (translation_unit "/* WARNING: Unknown calling convention */\n\ndebug_type_conflict debug_make_const_type(void *handle,debug_type_conflict type)\n\n{\n debug_type_s *pdVar1;\n uint in_ECX;\n \n if (type != (debug_type_conflict)0x0) {\n pdVar1 = debug_make_type((debug_handle *)0x14,DEBUG_KIND_ILLEGAL,in_ECX);\n ... | (translation_unit "int FUN_0003e370(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n *(int *)(iVar1 + 0xc) = param_2;\n }\n return iVar1;\n }\n return 0;\n}\n\n" (function_definition "int FUN_0003e370(undefined4 param_1,int ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (ex... | (function_definition "int FUN_0003e370(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n *(int *)(iVar1 + 0xc) = param_2;\n }\n return iVar1;\n }\n return 0;\n}" (primitive_type "int") (function_declarator "FUN_0003e370(undef... |
/* WARNING: Unknown calling convention */
type_1 function_1(void *handle,type_1 var_1)
{
type_2 *var_3;
type_3 in_ECX;
if (var_1 != (type_1)0x0) {
var_3 = var_2((type_4 *)0x14,DEBUG_KIND_ILLEGAL,in_ECX);
if (var_3 != (type_2 *)0x0) {
(var_3->u).kindirect = (type_5 *)var_1;
}
return var... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement... | null |
int MASKED(undefined4 param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
iVar1 = FUN_0003bac0();
if (iVar1 != 0) {
*(int *)(iVar1 + 0xc) = param_2;
}
return iVar1;
}
return 0;
}
|
9815_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~moneypunct_byname | FUN_0024eef0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct_byname<wchar_t, true>::~moneypunct_byname() */
void __thiscall
std::moneypunct_byname<wchar_t,true>::~moneypunct_byname(moneypunct_byname<wchar_t,true> *this)
{
*(undefined ***)this = &PTR__moneypunct_byname_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0024eef0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003a8ec4;
FUN_0024b0a0(param_1);
FUN_001fd020(param_1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x15b109
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffeebc]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x0024b0a0
MOV dword ptr [ESP],ESI
CALL 0x001fd020
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [(u'CAST_-1204031548', u'STORE_-1204031686'), ('const-3837636', u'PTRSUB_-1204031547'), (u'CAST_-1204031544', u'CALL_-1204031673'), ('tmp_217', u'CAST_-1204031548'), ('const-417', u'STORE_-1204031686'), ('tmp_217', u'CALL_-1204031660'), ('const-0', u'RETURN_-1204031627'), ('tmp_217', u'CAST_-1204031544'), (u'PTRSUB_-12... | [('const-0', u'PTRSUB_-1204031547'), ('tmp_384', u'STORE_-1204031686'), ('const-0', u'RETURN_-1204031627'), ('tmp_384', u'CALL_-1204031673'), ('const-417', u'STORE_-1204031686'), (u'PTRSUB_-1204031547', u'STORE_-1204031686'), ('const-3837636', u'PTRSUB_-1204031547'), ('tmp_384', u'CALL_-1204031660')] | null | null | 0024eef0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0024eef0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ec4;\n FUN_0024b0a0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0024eef0(undefined4 *p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct_byname<wchar_t, true>::~moneypunct_byname() */\n\nvoid __thiscall\nstd::moneypunct_byname<wchar_t,true>::~moneypunct_byname(moneypunct_byname<wchar_t,true> *this)\n\n{\n *(undefined ***)this =... | (translation_unit "void FUN_0024eef0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ec4;\n FUN_0024b0a0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" (function_definition "void FUN_0024eef0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ec4;\n FUN_0024b0a0(param_1);\n FUN_001fd020(param_1);\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression... | (function_definition "void FUN_0024eef0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ec4;\n FUN_0024b0a0(param_1);\n FUN_001fd020(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0024eef0(undefined4 *param_1)" (identifier "FUN_0024eef0") (parameter_list "(undefined4 *param_1)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct_byname<wchar_t, true>::~moneypunct_byname() */
void __thiscall
std::moneypunct_byname<wchar_t,true>::~moneypunct_byname(moneypunct_byname<wchar_t,true> *this)
{
*(undefined ***)this = &PTR__moneypunct_byname_... | 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_003a8ec4;
FUN_0024b0a0(param_1);
FUN_001fd020(param_1);
return;
}
|
9019_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ifstream | FUN_00230d50 |
/* std::ifstream::ifstream(std::string const&, std::_Ios_Openmode) */
void __thiscall std::ifstream::ifstream(ifstream *this,string *param_1,_Ios_Openmode param_2)
{
filebuf *this_00;
ios_base *this_01;
int iVar1;
ios *this_02;
int unaff_EDI;
__x86_get_pc_thunk_di();
this_01 = (ios_base *)(this + 0x... |
void FUN_00230d50(int *param_1,undefined4 *param_2,uint param_3)
{
int *piVar1;
int *piVar2;
int iVar3;
int iVar4;
int unaff_EDI;
FUN_000644be();
piVar2 = param_1 + 0x24;
FUN_00243f20(piVar2);
param_1[0x40] = 0;
*(undefined2 *)(param_1 + 0x41) = 0;
param_1[0x42] = 0;
param_1[0x43] = 0;
pa... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000644be
ADD EDI,0x17e2a7
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
LEA EAX,[ESI + 0x90]
MOV EBX,EDI
PUSH EAX
MOV dword ptr [EBP + -0x20],EAX
CALL 0x00243f20
XOR EAX,EAX
LEA ECX,[EDI + 0xffffd894]
MOV dword ptr [ESI + 0x100],0x0
MOV word ptr [ESI + 0x104],AX
LEA E... | null | null | null | null | [(u'PTRADD_-1204023741', u'CAST_-1204023213'), (u'INT_OR_-1204023400', u'CALL_-1204023398'), (u'INT_ADD_-1204023865', u'STORE_-1204023789'), ('const-1', u'PTRADD_-1204023754'), ('const-0', u'INT_NOTEQUAL_-1204023526'), ('const-144', u'PTRADD_-1204023859'), ('const-417', u'LOAD_-1204023556'), (u'PTRADD_-1204023811', u'C... | [(u'INT_OR_-1204023400', u'CALL_-1204023398'), (u'INT_ADD_-1204023865', u'STORE_-1204023789'), ('const-0', u'INT_NOTEQUAL_-1204023526'), ('const-417', u'STORE_-1204023789'), (u'PTRADD_-1204023160', u'STORE_-1204023688'), ('const-4', u'PTRADD_-1204023282'), ('tmp_1930', u'PTRADD_-1204023211'), ('const-417', u'STORE_-120... | null | null | 00230d50 | x86 | O1 | (translation_unit "void FUN_00230d50(int *param_1,undefined4 *param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar2 = param_1 + 0x24;\n FUN_00243f20(piVar2);\n param_1[0x40] = 0;\n *(undefined2 *)(param_1 + 0x41) = 0;\n param_1[0x42... | (translation_unit "/* std::ifstream::ifstream(std::string const&, std::_Ios_Openmode) */\n\nvoid __thiscall std::ifstream::ifstream(ifstream *this,string *param_1,_Ios_Openmode param_2)\n\n{\n filebuf *this_00;\n ios_base *this_01;\n int iVar1;\n ios *this_02;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n th... | (translation_unit "void FUN_00230d50(int *param_1,undefined4 *param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar2 = param_1 + 0x24;\n FUN_00243f20(piVar2);\n param_1[0x40] = 0;\n *(undefined2 *)(param_1 + 0x41) = 0;\n param_1[0x42... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ... | (function_definition "void FUN_00230d50(int *param_1,undefined4 *param_2,uint param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar2 = param_1 + 0x24;\n FUN_00243f20(piVar2);\n param_1[0x40] = 0;\n *(undefined2 *)(param_1 + 0x41) = 0;\n param_1[0... |
/* std::ifstream::ifstream(std::string const&, std::_Ios_Openmode) */
void __thiscall std::function_1::function_1(function_1 *var_2,type_1 *param_1,type_2 var_6)
{
type_3 *this_00;
type_4 *this_01;
int var_8;
type_5 *var_10;
int var_3;
var_1();
this_01 = (type_4 *)(var_2 + 0x90);
ios_base::type_4(... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
void MASKED(int *param_1,undefined4 *param_2,uint param_3)
{
int *piVar1;
int *piVar2;
int iVar3;
int iVar4;
int unaff_EDI;
FUN_000644be();
piVar2 = param_1 + 0x24;
FUN_00243f20(piVar2);
param_1[0x40] = 0;
*(undefined2 *)(param_1 + 0x41) = 0;
param_1[0x42] = 0;
param_1[0x43] = 0;
param_1[... |
5342_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | rela_dyn_section | FUN_001de0a0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_aarch64<32,_false> * this,
Layout * layout) */
Reloc_section * __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<32,_false>::rela_dyn_section
(Target_aarch64<32,_false> ... |
int FUN_001de0a0(void)
{
undefined1 uVar1;
int iVar2;
int *piVar3;
int *piVar4;
int iVar5;
int unaff_EDI;
undefined8 uVar6;
uVar6 = FUN_00074f0a();
iVar5 = (int)((ulonglong)uVar6 >> 0x20);
piVar3 = (int *)uVar6;
if (*piVar3 != 0) {
return *piVar3;
}
if (iVar5 != 0) {
iVar2 = *(int... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x00074f0a
ADD EDI,0x40bf57
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV ECX,dword ptr [EAX]
TEST ECX,ECX
JZ 0x001de0c8
LEA ESP,[EBP + -0xc]
MOV EAX,ECX
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV dword ptr [EBP + -0x20],EDX
MOV dword ptr [EBP + -0x1c],EAX
TEST EDX,EDX
JZ 0x001de1a7
LEA EAX,[EDI + ... | null | null | null | null | [(u'CAST_-1207770190', u'PTRSUB_-1207770142'), ('const-1', u'PTRADD_-1207770773'), (u'CAST_-1207770057', u'INT_ADD_-1207770156'), (u'PTRSUB_-1207770074', u'CAST_-1207770045'), (u'COPY_-1207770455', u'RETURN_-1207770431'), ('const-417', u'STORE_-1207770506'), (u'PTRSUB_-1207770097', u'STORE_-1207770568'), ('const-44', u... | [('const-4', u'PTRADD_-1207770156'), ('const-0', u'STORE_-1207770526'), ('const-417', u'STORE_-1207770733'), ('const-417', u'STORE_-1207770581'), (u'COPY_-1207770455', u'RETURN_-1207770431'), ('const-8', u'INT_ADD_-1207770807'), ('const-224', u'INT_AND_-1207770545'), (u'CAST_-1207770152', u'STORE_-1207770568'), (u'PTRA... | null | null | 001de0a0 | x86 | O1 | (translation_unit "int FUN_001de0a0(void)\n\n{\n undefined1 uVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int iVar5;\n int unaff_EDI;\n undefined8 uVar6;\n \n uVar6 = FUN_00074f0a();\n iVar5 = (int)((ulonglong)uVar6 >> 0x20);\n piVar3 = (int *)uVar6;\n if (*piVar3 != 0) {\n return *piVar3;\n }\n ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_aarch64<32,_false> * this,\n Layout * layout) */\n\nReloc_section * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<32,_false>::rela_dyn_section\n (Ta... | (translation_unit "int FUN_001de0a0(void)\n\n{\n undefined1 uVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int iVar5;\n int unaff_EDI;\n undefined8 uVar6;\n \n uVar6 = FUN_00074f0a();\n iVar5 = (int)((ulonglong)uVar6 >> 0x20);\n piVar3 = (int *)uVar6;\n if (*piVar3 != 0) {\n return *piVar3;\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDEN... | (function_definition "int FUN_001de0a0(void)\n\n{\n undefined1 uVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int iVar5;\n int unaff_EDI;\n undefined8 uVar6;\n \n uVar6 = FUN_00074f0a();\n iVar5 = (int)((ulonglong)uVar6 >> 0x20);\n piVar3 = (int *)uVar6;\n if (*piVar3 != 0) {\n return *piVar3;\n }\... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Reloc_section * rela_dyn_section(Target_aarch64<32,_false> * this,
Layout * layout) */
var_1 * __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<32,_false>::rela_dyn_section
(Target_aarch64<32,_false> *this,ty... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type... | null |
int MASKED(void)
{
undefined1 uVar1;
int iVar2;
int *piVar3;
int *piVar4;
int iVar5;
int unaff_EDI;
undefined8 uVar6;
uVar6 = FUN_00074f0a();
iVar5 = (int)((ulonglong)uVar6 >> 0x20);
piVar3 = (int *)uVar6;
if (*piVar3 != 0) {
return *piVar3;
}
if (iVar5 != 0) {
iVar2 = *(int *)(*(... |
2541_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ~Target_iamcu | FUN_00064340 |
/* 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: void ~Target_iamcu(Target_iamcu * this, int __in_chrg) */
void __this... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00064340(undefined4 *param_1)
{
*param_1 = &PTR_FUN_005dba40;
if (param_1[0xd] != 0) {
FUN_003ae080(param_1[0xd]);
}
FUN_003ae060(param_1,0x54);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x585cb9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xffff1a40]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x34]
TEST EAX,EAX
JZ 0x0006436f
SUB ESP,0xc
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x54
PUSH ESI
CALL 0x003ae060
ADD ESP,0x14
POP EBX... | null | null | null | null | [('const-1', u'RETURN_-1206303914')] | [('const-6142528', u'PTRSUB_-1206303664'), (u'PTRSUB_-1206303664', u'STORE_-1206303874'), ('tmp_576', u'PTRADD_-1206303662'), ('const-84', u'CALL_-1206303788'), ('const-0', u'PTRSUB_-1206303664'), ('const-0', u'RETURN_-1206303755'), (u'PTRADD_-1206303662', u'LOAD_-1206303871'), ('const-0', u'INT_NOTEQUAL_-1206303852'),... | null | null | 00064340 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00064340(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005dba40;\n if (param_1[0xd] != 0) {\n FUN_003ae080(param_1[0xd]);\n }\n FUN_003ae060(param_1,0x54);\n return;\n}\n\n" comment (functio... | (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: void ~Target_iamcu(Target_iamcu * this, int __in_... | (translation_unit "void FUN_00064340(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005dba40;\n if (param_1[0xd] != 0) {\n FUN_003ae080(param_1[0xd]);\n }\n FUN_003ae060(param_1,0x54);\n return;\n}\n\n" (function_definition "void FUN_00064340(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005dba40;\n if (pa... | (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_00064340(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005dba40;\n if (param_1[0xd] != 0) {\n FUN_003ae080(param_1[0xd]);\n }\n FUN_003ae060(param_1,0x54);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00064340(undefined4 *param_1)" (identifier "FUN_00064340") ... |
/* 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: void ~Target_iamcu(Target_iamcu * this, int __in_chrg) */
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))))) 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_005dba40;
if (param_1[0xd] != 0) {
FUN_003ae080(param_1[0xd]);
}
FUN_003ae060(param_1,0x54);
return;
}
|
14134_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | wcrtomb | wcrtomb |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* wcrtomb@@GLIBC_2.... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1203744374')] | [('const-1', u'RETURN_-1203744374')] | null | null | 005f5180 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata(... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "wcrtomb(char *__s,wchar_t __... | (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 { (expression_statement (call_expression IDENT (argu... | (function_definition "size_t wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "wcrtomb(char *__s,wchar_t __wc,mbstate_t *__ps)" (identifier "wcrtomb") (parameter_list "(char *__s,wchar_t __wc,mbstate_t *__ps)" (( "(") (param... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,type_1 __wc,type_2 *__ps)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* wcrtomb@@GLIBC_2.0... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,wchar_t __wc,mbstate_t *__ps)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1066_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | bfd_cache_close_all | bfd_cache_close_all |
/* WARNING: Control flow encountered bad instruction data */
void bfd_cache_close_all(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_cache_close_all(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207819582')] | [('const-1', u'RETURN_-1207819582')] | null | null | 001d22b8 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_cache_close_all(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_cache_close_all(void)\n\n{\n /* W... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_cache_close_all(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_cache_close_all(void)\n\n{\n /* W... | (translation_unit "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_cache_close_all(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_cache_close_all(void)" (identifier "bfd_cache_close_all") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
10901_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | __nl_langinfo_l | __nl_langinfo_l |
/* WARNING: Control flow encountered bad instruction data */
void __nl_langinfo_l(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __nl_langinfo_l@@GLIBC_2.2 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __nl_langinfo_l(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205563382')] | [('const-1', u'RETURN_-1205563382')] | null | null | 003b9000 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __nl_langinfo_l(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __nl_langinfo_l(void)\n\n{\n /* WARNING: ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __nl_langinfo_l(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __nl_langinfo_l@@GLIBC_2.2 */\n halt_baddata();\n}\n\n" comment (function_definition "void __nl_l... | (translation_unit "void __nl_langinfo_l(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __nl_langinfo_l(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__nl_langinfo_l(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 __nl_langinfo_l(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__nl_langinfo_l(void)" (identifier "__nl_langinfo_l") (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 */
/* __nl_langinfo_l@@GLIBC_2.2 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) 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();
}
|
2977_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | find | FUN_00096ee0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: const_iterator
find(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::a... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_00096ee0(int *param_1,int *param_2,undefined4 *param_3)
{
uint uVar1;
int *piVar2;
size_t __n;
uint uVar3;
int iVar4;
uint uVar5;
uint uVar6;
int *piVar7;
int *piVar8;
uVar3 = FUN_0017eca0(*param... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x26b117
SUB ESP,0x20
MOV ESI,dword ptr [ESP + 0x38]
PUSH 0xc70f6907
MOV EAX,dword ptr [ESP + 0x40]
PUSH dword ptr [EAX + 0x4]
MOV EAX,dword ptr [ESP + 0x44]
PUSH dword ptr [EAX]
CALL 0x0017eca0
MOV EBP,dword ptr [ESI + 0x4]
XOR EDX,EDX
MOV dword ptr [ESP + 0x... | null | null | null | null | [(u'COPY_-1206488645', u'MULTIEQUAL_-1206488798'), ('const-417', u'LOAD_-1206489017'), (u'MULTIEQUAL_-1206488628', u'PTRSUB_-1206488515'), (u'PTRSUB_-1206488654', u'LOAD_-1206489237'), (u'PTRSUB_-1206488666', u'LOAD_-1206489271'), ('const-0', u'PTRSUB_-1206488595'), ('const-0', u'PTRSUB_-1206488674'), (u'INT_REM_-12064... | [(u'LOAD_-1206489017', u'CALL_-1206488935'), ('const-4', u'PTRADD_-1206488672'), (u'PTRADD_-1206488672', u'LOAD_-1206489271'), (u'INT_REM_-1206489080', u'INT_NOTEQUAL_-1206489092'), ('const-4', u'PTRADD_-1206488626'), ('const-1', u'PTRADD_-1206488574'), (u'CAST_-1206488620', u'COPY_-1206488668'), (u'LOAD_-1206489011', ... | null | null | 00096ee0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00096ee0(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t __n;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n int *piVar8;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: const_iterator\n find(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::alloc... | (translation_unit "int * FUN_00096ee0(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t __n;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n int *piVar8;\n \n uVar3 = FUN_0017eca0(*param_3,param_3[1],0xc70f6907);\n uVar1 = param_2[1];\n uVar6 ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (dec... | (function_definition "int * FUN_00096ee0(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n size_t __n;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n int *piVar7;\n int *piVar8;\n \n uVar3 = FUN_0017eca0(*param_3,param_3[1],0xc70f6907);\n uVar1 = param_2[1];\n uVa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: const_iterator
find(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::a... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,int *param_2,undefined4 *param_3)
{
uint uVar1;
int *piVar2;
size_t __n;
uint uVar3;
int iVar4;
uint uVar5;
uint uVar6;
int *piVar7;
int *piVar8;
uVar3 = FUN_0017eca0(*param_3,par... |
6127_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ~Orphan_output_section | FUN_00175dc0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Orphan_output_section(Orphan_output_section * this, int
__in_chrg) */
void __thiscall
gold::Orphan_output_section::~Orphan_output_section(Orphan_output_section *this,int __in_chrg)
{
operat... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00175dc0(undefined4 param_1)
{
FUN_001ff010(param_1,8);
return;
}
| PUSH EBX
CALL 0x00036f20
ADD EBX,0x23923a
SUB ESP,0x10
PUSH 0x8
PUSH dword ptr [ESP + 0x1c]
CALL 0x001ff010
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-8', u'CALL_-1207411202'), ('const-0', u'RETURN_-1207411174'), ('tmp_153', u'CALL_-1207411202')] | [('const-8', u'CALL_-1207411202'), ('const-0', u'RETURN_-1207411174'), ('tmp_250', u'CALL_-1207411202')] | null | null | 00175dc0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00175dc0(undefined4 param_1)\n\n{\n FUN_001ff010(param_1,8);\n return;\n}\n\n" comment (function_definition "void FUN_00175dc0(undefined4 param_1)\n\n{\n FUN_001ff010(param_1,8);\n return;\n}" pri... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Orphan_output_section(Orphan_output_section * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Orphan_output_section::~Orphan_output_section(Orphan_output_section *this,int... | (translation_unit "void FUN_00175dc0(undefined4 param_1)\n\n{\n FUN_001ff010(param_1,8);\n return;\n}\n\n" (function_definition "void FUN_00175dc0(undefined4 param_1)\n\n{\n FUN_001ff010(param_1,8);\n return;\n}" primitive_type (function_declarator "FUN_00175dc0(undefined4 param_1)" identifier (parameter_list "(und... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00175dc0(undefined4 param_1)\n\n{\n FUN_001ff010(param_1,8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00175dc0(undefined4 param_1)" (identifier "FUN_00175dc0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identif... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Orphan_output_section(Orphan_output_section * this, int
__in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
var_1(this,8);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_001ff010(param_1,8);
return;
}
|
68_sg_readcap_and_sg_readcap_strip.c | __printf_chk | __printf_chk |
/* WARNING: Control flow encountered bad instruction data */
void __printf_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __printf_chk@@GLIBC_2.3.4 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __printf_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205964698')] | [('const-1', u'RETURN_-1205964698')] | null | null | 0001705c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __printf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __printf_chk(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __printf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __printf_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __printf_c... | (translation_unit "void __printf_chk(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __printf_chk(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__printf_chk(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 __printf_chk(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__printf_chk(void)" (identifier "__printf_chk") (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 */
/* __printf_chk@@GLIBC_2.3.4 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
3270_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_calls_non_split | FUN_000ac490 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *
object, uint shndx, section_offset_type fnoffset, section_size_type f... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000ac490(undefined4 param_1,int param_2,undefined4 param_3,int param_4)
{
uint *puVar1;
int iVar2;
char *pcVar3;
undefined4 uVar4;
uint *puVar5;
uint uVar6;
uint *puVar7;
int iVar8;
uint uVar9;
int i... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x53db67
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x2c]
MOV EBP,dword ptr [ESP + 0x3c]
ADD EBP,ESI
MOV EAX,dword ptr [EBP]
MOV EDX,EAX
XOR DX,DX
CMP EDX,0x3c4c0000
JNZ 0x000ac4c2
MOV EAX,dword ptr [EBP + 0x8]
ADD EBP,0x8
CMP EAX,0xe80d8fc0
JZ 0x000ac4e0
MOV EAX,dw... | null | null | null | null | [('const-1', u'RETURN_-1206532946')] | [(u'PTRADD_-1206531743', u'CALL_-1206532076'), (u'INT_SLESS_-1206532441', u'CBRANCH_-1206532440'), (u'CAST_-1206531815', u'LOAD_-1206532813'), (u'INT_AND_-1206532022', u'INT_NOTEQUAL_-1206532564'), (u'INT_OR_-1206532299', u'STORE_-1206532284'), ('const-417', u'STORE_-1206532145'), ('const-417', u'STORE_-1206532284'), (... | null | null | 000ac490 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000ac490(undefined4 param_1,int param_2,undefined4 param_3,int param_4)\n\n{\n uint *puVar1;\n int iVar2;\n char *pcVar3;\n undefined4 uVar4;\n uint *puVar5;\n uint uVar6;\n uint *puVar7;\n in... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *\n object, uint shndx, section_offset_type fnoffset... | (translation_unit "void FUN_000ac490(undefined4 param_1,int param_2,undefined4 param_3,int param_4)\n\n{\n uint *puVar1;\n int iVar2;\n char *pcVar3;\n undefined4 uVar4;\n uint *puVar5;\n uint uVar6;\n uint *puVar7;\n int iVar8;\n uint uVar9;\n int in_stack_00000020;\n \n puVar7 = (uint *)(in_stack_00000020... | (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_000ac490(undefined4 param_1,int param_2,undefined4 param_3,int param_4)\n\n{\n uint *puVar1;\n int iVar2;\n char *pcVar3;\n undefined4 uVar4;\n uint *puVar5;\n uint uVar6;\n uint *puVar7;\n int iVar8;\n uint uVar9;\n int in_stack_00000020;\n \n puVar7 = (uint *)(in_stack_00000... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_calls_non_split(Target_powerpc<64,_false> * this, Relobj *
object, uint shndx, section_offset_type fnoffset, section_size_type f... | 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 */
void MASKED(undefined4 param_1,int param_2,undefined4 param_3,int param_4)
{
uint *puVar1;
int iVar2;
char *pcVar3;
undefined4 uVar4;
uint *puVar5;
uint uVar6;
uint *puVar7;
int iVar8;
uint uVar9;
int in_stac... |
676_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | string_const&)_[clone_.cold.25] | FUN_0003790d |
/* transaction clone for std::runtime_error::runtime_error(std::string const&) [clone .cold.25] */
void std::runtime_error::runtime_error(std::string_const____clone__cold_25_(void)
{
int unaff_EBP;
runtime_error *unaff_EDI;
~runtime_error(unaff_EDI);
/* WARNING: Subroutine does not retur... |
void FUN_0003790d(void)
{
int unaff_EBP;
FUN_00297e70();
/* WARNING: Subroutine does not return */
FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x2c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x00297e70
POP EAX
PUSH dword ptr [EBP + -0x2c]
CALL 0x002df1f0 | null | null | null | null | [(u'LOAD_-1206093520', u'CALL_-1206093506'), ('const-4294967252', u'INT_ADD_-1206093504'), ('tmp_141', u'INT_ADD_-1206093504'), (u'CAST_-1206093419', u'LOAD_-1206093520'), ('tmp_140', u'CALL_-1206093527'), (u'INT_ADD_-1206093504', u'CAST_-1206093419'), ('const-1', u'RETURN_-1206093501'), ('const-417', u'LOAD_-120609352... | [(u'LOAD_-1206093520', u'CALL_-1206093506'), ('const-4294967252', u'INT_ADD_-1206093504'), ('tmp_141', u'INT_ADD_-1206093504'), (u'CAST_-1206093419', u'LOAD_-1206093520'), ('const-417', u'LOAD_-1206093520'), (u'INT_ADD_-1206093504', u'CAST_-1206093419'), ('const-1', u'RETURN_-1206093501')] | null | null | 0003790d | x86 | O1 | (translation_unit "void FUN_0003790d(void)\n\n{\n int unaff_EBP;\n \n FUN_00297e70();\n /* WARNING: Subroutine does not return */\n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_0003790d(void)\n\n{\n int unaff_EBP;\n \n FUN_00297e70();\n ... | (translation_unit "/* transaction clone for std::runtime_error::runtime_error(std::string const&) [clone .cold.25] */\n\nvoid std::runtime_error::runtime_error(std::string_const____clone__cold_25_(void)\n\n{\n int unaff_EBP;\n runtime_error *unaff_EDI;\n \n ~runtime_error(unaff_EDI);\n /* WARNING... | (translation_unit "void FUN_0003790d(void)\n\n{\n int unaff_EBP;\n \n FUN_00297e70();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_0003790d(void)\n\n{\n int unaff_EBP;\n \n FUN_00297e70();\n \n FUN_002df1f0(*(undefined4 *)(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expressio... | (function_definition "void FUN_0003790d(void)\n\n{\n int unaff_EBP;\n \n FUN_00297e70();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x2c));\n}" (primitive_type "void") (function_declarator "FUN_0003790d(void)" (identifier "FUN_0003790d") (parameter_list "(void)" (( "(") (parameter_declaration... |
/* transaction clone for std::runtime_error::runtime_error(std::string const&) [clone .cold.25] */
void type_1::function_1::function_1(type_1::function_2(void)
{
int var_2;
function_1 *unaff_EDI;
~function_1(unaff_EDI);
/* WARNING: Subroutine does not return */
var_1(*(type_2 *)(var_2 ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express... | null |
void MASKED(void)
{
int unaff_EBP;
FUN_00297e70();
/* WARNING: Subroutine does not return */
FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x2c));
}
|
3638_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | get_symbol_location_info | FUN_000c25f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool get_symbol_loca... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char FUN_000c25f0(int *param_1,uint param_2,uint param_3,int param_4,int param_5)
{
char cVar1;
uint uVar2;
undefined4 uVar3;
uint *puVar4;
uint uVar5;
int iVar6;
uint uVar7;
size_t sVar8;
void *__ptr;
int iV... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x2cca07
SUB ESP,0x3c
MOV EAX,dword ptr [ESP + 0x58]
MOV EBP,dword ptr [ESP + 0x50]
MOV dword ptr [ESP + 0x4],EAX
MOV EAX,dword ptr [ESP + 0x5c]
MOV dword ptr [ESP + 0x10],EAX
MOV EAX,dword ptr [EBP + 0xac]
TEST EAX,EAX
JZ 0x000c27f0
MOV EDX,dword ptr [EBP]
PU... | null | null | null | null | [('const-8', u'INT_RIGHT_-1206703853'), (u'INT_RIGHT_-1206703899', u'INT_OR_-1206703898'), (u'PTRSUB_-1206701035', u'PTRSUB_-1206701012'), (u'MULTIEQUAL_-1206702729', u'INT_LESS_-1206704361'), (u'INT_OR_-1206703955', u'INT_SBORROW_-1206703945'), (u'INT_OR_-1206703955', u'INT_SUB_-1206703947'), (u'CALLIND_-1206704502', ... | [(u'MULTIEQUAL_-1206701775', u'MULTIEQUAL_-1206701758'), ('const-8', u'INT_RIGHT_-1206703853'), ('const-1', u'COPY_-1206701300'), (u'INT_RIGHT_-1206703899', u'INT_OR_-1206703898'), (u'MULTIEQUAL_-1206701758', u'INT_LESS_-1206703193'), (u'INT_OR_-1206703955', u'INT_SBORROW_-1206703945'), (u'INT_OR_-1206703955', u'INT_SU... | null | null | 000c25f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar FUN_000c25f0(int *param_1,uint param_2,uint param_3,int param_4,int param_5)\n\n{\n char cVar1;\n uint uVar2;\n undefined4 uVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n size_t ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype... | (translation_unit "char FUN_000c25f0(int *param_1,uint param_2,uint param_3,int param_4,int param_5)\n\n{\n char cVar1;\n uint uVar2;\n undefined4 uVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n size_t sVar8;\n void *__ptr;\n int iVar9;\n uint uVar10;\n uint uVar11;\n char *__s;\n int iV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "char FUN_000c25f0(int *param_1,uint param_2,uint param_3,int param_4,int param_5)\n\n{\n char cVar1;\n uint uVar2;\n undefined4 uVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n size_t sVar8;\n void *__ptr;\n int iVar9;\n uint uVar10;\n uint uVar11;\n char *__s;\n int... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool get_symbol_loca... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char MASKED(int *param_1,uint param_2,uint param_3,int param_4,int param_5)
{
char cVar1;
uint uVar2;
undefined4 uVar3;
uint *puVar4;
uint uVar5;
int iVar6;
uint uVar7;
size_t sVar8;
void *__ptr;
int iVar9;
... |
616_powerpc64le-linux-gnu-as_and_powerpc64le-linux-gnu-as_strip.c | symbol_mark_written | FUN_0003b6a0 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void symbol_mark_written(symbolS *s)
{
if (((uint)s->sy_flags & 1) != 0) {
if ((segT)s->bsym != reg_section) {
return;
}
s = (s->sy_value).X_op_symbol;
}
*(byte *)&s->sy_flags = *(byte *)&s->sy_flags | 2;
... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_0003b6a0(byte *param_1)
{
if ((*param_1 & 1) != 0) {
if (*(int *)(param_1 + 4) != DAT_00077d90) {
return;
}
param_1 = *(byte **)(param_1 + 0xc);
}
*param_1 = *param_1 | 2;
return;
}
| CALL 0x000161c5
ADD EDX,0x3395b
MOV EAX,dword ptr [ESP + 0x4]
TEST byte ptr [EAX],0x1
JZ 0x0003b6cb
LEA EDX,[EDX + 0x8d90]
MOV ECX,dword ptr [EDX]
CMP dword ptr [EAX + 0x4],ECX
JZ 0x0003b6c8
RET
MOV EAX,dword ptr [EAX + 0xc]
OR byte ptr [EAX],0x2
RET | null | null | null | null | [('tmp_287', u'INT_NOTEQUAL_-1206077715'), ('tmp_188', u'PTRSUB_-1206077586'), ('const-4', u'PTRSUB_-1206077582'), (u'INDIRECT_-1206077591', u'COPY_-1206077649'), (u'PTRSUB_-1206077582', u'LOAD_-1206077703'), (u'INT_AND_-1206077732', u'INT_NOTEQUAL_-1206077745'), (u'STORE_-1206077693', u'INDIRECT_-1206077591'), (u'PTRS... | [(u'PTRADD_-1206077669', u'CAST_-1206077602'), (u'INDIRECT_-1206077591', u'COPY_-1206077649'), ('const-417', u'LOAD_-1206077696'), ('tmp_274', u'PTRADD_-1206077641'), (u'INT_AND_-1206077732', u'INT_NOTEQUAL_-1206077745'), (u'STORE_-1206077693', u'INDIRECT_-1206077591'), ('const-12', u'PTRADD_-1206077641'), ('const-417'... | null | null | 0003b6a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0003b6a0(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_00077d90) {\n return;\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n *param_1 = *param_1... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid symbol_mark_written(symbolS *s)\n\n{\n if (((uint)s->sy_flags & 1) != 0) {\n if ((segT)s->bsym != reg_section) {\n return;\n }\n s = (s->sy_value).X_op_symbol;\n }\n *(byte *)&s->sy_flags ... | (translation_unit "void FUN_0003b6a0(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_00077d90) {\n return;\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n *param_1 = *param_1 | 2;\n return;\n}\n\n" (function_definition "void FUN_0003b6a0(byte *param_1)\n\n{\n if (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) ... | (function_definition "void FUN_0003b6a0(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_00077d90) {\n return;\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n *param_1 = *param_1 | 2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003b6a0(byte *par... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void function_1(type_1 *s)
{
if (((type_2)s->sy_flags & 1) != 0) {
if ((type_3)s->bsym != var_1) {
return;
}
s = (s->sy_value).X_op_symbol;
}
*(type_4 *)&s->sy_flags = *(type_4 *)&s->sy_flags | 2;
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 (if_statement condition: (parenthesize... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(byte *param_1)
{
if ((*param_1 & 1) != 0) {
if (*(int *)(param_1 + 4) != DAT_00077d90) {
return;
}
param_1 = *(byte **)(param_1 + 0xc);
}
*param_1 = *param_1 | 2;
return;
}
|
8766_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | _M_extract<float> | FUN_002251b0 |
/* std::istream& std::istream::_M_extract<float>(float&) */
istream * __thiscall std::istream::_M_extract<float>(istream *this,float *param_1)
{
int *piVar1;
istream *piVar2;
undefined1 local_34 [19];
sentry local_21;
_Ios_Iostate local_20 [4];
__x86_get_pc_thunk_di();
sentry::sentry(&local_21,this,... |
int * FUN_002251b0(int *param_1,undefined4 param_2)
{
int *piVar1;
int iVar2;
undefined1 local_34 [19];
char local_21;
uint local_20 [4];
FUN_000644be();
FUN_00222920(&local_21,param_1,0);
if (local_21 != '\0') {
local_20[0] = 0;
iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;
piVar1 ... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000644be
ADD EDI,0x189e47
PUSH ESI
LEA EAX,[EBP + -0x1d]
PUSH EBX
SUB ESP,0x40
MOV ESI,dword ptr [EBP + 0x8]
PUSH 0x0
PUSH ESI
MOV EBX,EDI
PUSH EAX
CALL 0x00222920
ADD ESP,0x10
CMP byte ptr [EBP + -0x1d],0x0
JZ 0x00225233
MOV EAX,dword ptr [ESI]
MOV dword ptr [EBP + -0x1c],0x0
MOV E... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1203940616'), (u'CALL_-1203940854', u'INDIRECT_-1203940315'), ('tmp_1094', u'PTRSUB_-1203940205'), (u'LOAD_-1203940790', u'INT_EQUAL_-1203940766'), ('tmp_284', u'CBRANCH_-1203940765'), (u'LOAD_-1203940790', u'CALLIND_-1203940646'), (u'CALL_-1203940460', u'INDIRECT_-1203940159'), ('const-120... | [('const-0', u'INT_NOTEQUAL_-1203940616'), (u'PTRSUB_-1203940297', u'CALL_-1203940854'), ('tmp_201', u'CBRANCH_-1203940822'), (u'LOAD_-1203940790', u'LOAD_-1203940759'), ('const-4294967295', u'CALLIND_-1203940646'), (u'INT_ADD_-1203940783', u'CALLIND_-1203940646'), (u'LOAD_-1203940790', u'INT_EQUAL_-1203940766'), ('tmp... | null | null | 002251b0 | x86 | O1 | (translation_unit "int * FUN_002251b0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000644be();\n FUN_00222920(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0... | (translation_unit "/* std::istream& std::istream::_M_extract<float>(float&) */\n\nistream * __thiscall std::istream::_M_extract<float>(istream *this,float *param_1)\n\n{\n int *piVar1;\n istream *piVar2;\n undefined1 local_34 [19];\n sentry local_21;\n _Ios_Iostate local_20 [4];\n \n __x86_get_pc_thunk_di();\n ... | (translation_unit "int * FUN_002251b0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000644be();\n FUN_00222920(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "int * FUN_002251b0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000644be();\n FUN_00222920(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 +... |
/* std::istream& std::istream::_M_extract<float>(float&) */
type_1 * __thiscall std::type_1::_M_extract<float>(type_1 *var_3,float *param_1)
{
int *var_5;
type_1 *var_4;
type_2 local_34 [19];
type_3 var_2;
type_4 local_20 [4];
var_1();
sentry::type_3(&var_2,var_3,false);
if (var_2 != (type_3)0x0) ... | 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,undefined4 param_2)
{
int *piVar1;
int iVar2;
undefined1 local_34 [19];
char local_21;
uint local_20 [4];
FUN_000644be();
FUN_00222920(&local_21,param_1,0);
if (local_21 != '\0') {
local_20[0] = 0;
iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;
piVar1 = *(in... |
9568_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~moneypunct | FUN_002328d0 |
/* std::moneypunct<wchar_t, true>::~moneypunct() */
void __thiscall std::moneypunct<wchar_t,true>::~moneypunct(moneypunct<wchar_t,true> *this)
{
wchar_t *__s1;
int iVar1;
int *piVar2;
int unaff_EDI;
__x86_get_pc_thunk_di();
piVar2 = *(int **)(this + 8);
*(int *)this = unaff_EDI + 0x15b9cb;
if ((pi... |
void FUN_002328d0(int *param_1)
{
wchar_t *__s1;
int iVar1;
int *piVar2;
int unaff_EDI;
FUN_000559ee();
piVar2 = (int *)param_1[2];
*param_1 = unaff_EDI + 0x15b9cb;
if ((piVar2[3] != 0) && (piVar2[2] != 0)) {
FUN_001e6d50(piVar2[2]);
piVar2 = (int *)param_1[2];
}
if ((piVar2[10] != 0) &... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000559ee
ADD EDI,0x15c727
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV ECX,dword ptr [EBP + 0x8]
LEA EAX,[EDI + 0xfffff29c]
MOV ESI,dword ptr [ECX + 0x8]
ADD EAX,0x8
MOV dword ptr [ECX],EAX
MOV EBX,dword ptr [ESI + 0xc]
TEST EBX,EBX
JZ 0x00232917
MOV EAX,dword ptr [ESI + 0x8]
TEST EAX,EAX
JZ ... | null | null | null | null | [('const-8', u'PTRADD_-1204016811'), ('tmp_212', u'CBRANCH_-1204016812'), ('const-0', u'INT_NOTEQUAL_-1204016546'), ('tmp_1808', u'INT_ADD_-1204016849'), ('const-4', u'PTRADD_-1204015958'), ('const-417', u'LOAD_-1204016766'), ('const-417', u'LOAD_-1204016649'), ('const-417', u'LOAD_-1204016431'), (u'LOAD_-1204016851', ... | [('tmp_212', u'CBRANCH_-1204016812'), ('const-0', u'INT_NOTEQUAL_-1204016546'), (u'CAST_-1204016069', u'PTRADD_-1204016072'), (u'MULTIEQUAL_-1204016256', u'PTRADD_-1204015990'), (u'LOAD_-1204016851', u'INT_NOTEQUAL_-1204016832'), ('const-4', u'PTRADD_-1204016081'), ('tmp_486', u'CBRANCH_-1204016650'), ('const-417', u'L... | null | null | 002328d0 | x86 | O1 | (translation_unit "void FUN_002328d0(int *param_1)\n\n{\n wchar_t *__s1;\n int iVar1;\n int *piVar2;\n int unaff_EDI;\n \n FUN_000559ee();\n piVar2 = (int *)param_1[2];\n *param_1 = unaff_EDI + 0x15b9cb;\n if ((piVar2[3] != 0) && (piVar2[2] != 0)) {\n FUN_001e6d50(piVar2[2]);\n piVar2 = (int *)param_1[2]... | (translation_unit "/* std::moneypunct<wchar_t, true>::~moneypunct() */\n\nvoid __thiscall std::moneypunct<wchar_t,true>::~moneypunct(moneypunct<wchar_t,true> *this)\n\n{\n wchar_t *__s1;\n int iVar1;\n int *piVar2;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n piVar2 = *(int **)(this + 8);\n *(int *)this = u... | (translation_unit "void FUN_002328d0(int *param_1)\n\n{\n wchar_t *__s1;\n int iVar1;\n int *piVar2;\n int unaff_EDI;\n \n FUN_000559ee();\n piVar2 = (int *)param_1[2];\n *param_1 = unaff_EDI + 0x15b9cb;\n if ((piVar2[3] != 0) && (piVar2[2] != 0)) {\n FUN_001e6d50(piVar2[2]);\n piVar2 = (int *)param_1[2]... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE ID... | (function_definition "void FUN_002328d0(int *param_1)\n\n{\n wchar_t *__s1;\n int iVar1;\n int *piVar2;\n int unaff_EDI;\n \n FUN_000559ee();\n piVar2 = (int *)param_1[2];\n *param_1 = unaff_EDI + 0x15b9cb;\n if ((piVar2[3] != 0) && (piVar2[2] != 0)) {\n FUN_001e6d50(piVar2[2]);\n piVar2 = (int *)param_1... |
/* std::moneypunct<wchar_t, true>::~moneypunct() */
void __thiscall std::moneypunct<type_1,true>::~moneypunct(moneypunct<type_1,true> *var_2)
{
type_1 *__s1;
int var_6;
int *var_7;
int var_3;
var_1();
var_7 = *(int **)(var_2 + 8);
*(int *)var_2 = var_3 + 0x15b9cb;
if ((var_7[3] != 0) && ((void *)v... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
void MASKED(int *param_1)
{
wchar_t *__s1;
int iVar1;
int *piVar2;
int unaff_EDI;
FUN_000559ee();
piVar2 = (int *)param_1[2];
*param_1 = unaff_EDI + 0x15b9cb;
if ((piVar2[3] != 0) && (piVar2[2] != 0)) {
FUN_001e6d50(piVar2[2]);
piVar2 = (int *)param_1[2];
}
if ((piVar2[10] != 0) && (piV... |
929_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldarmelfb_linux_eabi_vercheck | FUN_00067630 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void gldarmelfb_linux_eabi_vercheck(lang_input_statement_type *s)
{
bfd *pbVar1;
char *__s;
bfd_link_needed_list *pbVar2;
int iVar3;
int iVar4;
char *pcVar5;
if (((global... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00067630(int param_1)
{
char *__s;
undefined4 *puVar1;
int iVar2;
int iVar3;
char *pcVar4;
if (((DAT_001c4350 == 0) && (iVar2 = *(int *)(param_1 + 0x10), iVar2 != 0)) &&
((*(byte *)(iVar2 + 0x29) & 8... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017c50
ADD EBX,0x15a9c7
SUB ESP,0x1c
MOV EAX,dword ptr [EBX + 0x2350]
TEST EAX,EAX
JNZ 0x0006765d
MOV EAX,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [EAX + 0x10]
TEST EAX,EAX
JZ 0x0006765d
TEST byte ptr [EAX + 0x29],0x8
JNZ 0x00067668
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP E... | null | null | null | null | [('const-0', u'INT_EQUAL_-1206290682'), (u'COPY_-1206290089', u'MULTIEQUAL_-1206290025'), (u'MULTIEQUAL_-1206290023', u'CALL_-1206290393'), (u'INDIRECT_-1206290024', u'MULTIEQUAL_-1206290032'), (u'INT_SUB_-1206289980', u'PTRADD_-1206290358'), ('const-417', u'LOAD_-1206290309'), (u'PTRSUB_-1206289890', u'LOAD_-120629030... | [('const-0', u'INT_EQUAL_-1206290682'), ('const-2', u'PTRADD_-1206289986'), (u'INT_ADD_-1206290775', u'CAST_-1206290061'), ('const-417', u'LOAD_-1206290811'), (u'INDIRECT_-1206290024', u'MULTIEQUAL_-1206290032'), (u'INDIRECT_-1206289922', u'MULTIEQUAL_-1206290031'), (u'MULTIEQUAL_-1206290028', u'CALL_-1206290595'), (u'... | null | null | 00067630 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00067630(int param_1)\n\n{\n char *__s;\n undefined4 *puVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if (((DAT_001c4350 == 0) && (iVar2 = *(int *)(param_1 + 0x10), iVar2 != 0)) &&\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid gldarmelfb_linux_eabi_vercheck(lang_input_statement_type *s)\n\n{\n bfd *pbVar1;\n char *__s;\n bfd_link_needed_list *pbVar2;\n int iVar3;\n int iVar4;\n ch... | (translation_unit "void FUN_00067630(int param_1)\n\n{\n char *__s;\n undefined4 *puVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if (((DAT_001c4350 == 0) && (iVar2 = *(int *)(param_1 + 0x10), iVar2 != 0)) &&\n ((*(byte *)(iVar2 + 0x29) & 8) != 0)) {\n iVar2 = bfd_elf_get_dt_soname(iVar2);\n puV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYP... | (function_definition "void FUN_00067630(int param_1)\n\n{\n char *__s;\n undefined4 *puVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n \n if (((DAT_001c4350 == 0) && (iVar2 = *(int *)(param_1 + 0x10), iVar2 != 0)) &&\n ((*(byte *)(iVar2 + 0x29) & 8) != 0)) {\n iVar2 = bfd_elf_get_dt_soname(iVar2);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *s)
{
type_2 *var_2;
char *__s;
type_3 *var_6;
int var_4;
int var_8;
char *var_10;
if (((var_1 == 0) && (var_2 = s->the_bfd, var_2 != (type_2 *)0x0... | 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: (pointer_declarator decl... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
char *__s;
undefined4 *puVar1;
int iVar2;
int iVar3;
char *pcVar4;
if (((DAT_001c4350 == 0) && (iVar2 = *(int *)(param_1 + 0x10), iVar2 != 0)) &&
((*(byte *)(iVar2 + 0x29) & 8) != 0... |
997_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | bfd_emul_get_commonpagesize | bfd_emul_get_commonpagesize |
/* WARNING: Control flow encountered bad instruction data */
void bfd_emul_get_commonpagesize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_emul_get_commonpagesize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207742442')] | [('const-1', u'RETURN_-1207742442')] | null | null | 001c500c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_emul_get_commonpagesize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_emul_get_commonpagesize(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_emul_get_commonpagesize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_emul_get_commonpagesize(void)\n\n{\n ... | (translation_unit "void bfd_emul_get_commonpagesize(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_emul_get_commonpagesize(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_emul_get_commonpagesize(void)" identifier (parameter_lis... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_emul_get_commonpagesize(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_emul_get_commonpagesize(void)" (identifier "bfd_emul_get_commonpagesize") (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();
}
|
9_alpha-linux-gnu-size_and_alpha-linux-gnu-size_strip.c | bfd_set_default_target | bfd_set_default_target |
void bfd_set_default_target(void)
{
(*(code *)PTR_bfd_set_default_target_00019024)();
return;
}
|
void bfd_set_default_target(void)
{
(*(code *)PTR_bfd_set_default_target_00019024)();
return;
}
| JMP dword ptr [EBX + 0x24] | null | null | null | null | [(u'CALLIND_-1205989206', u'INDIRECT_-1205989134'), (u'CAST_-1205989129', u'CALLIND_-1205989206'), (u'INDIRECT_-1205989134', u'COPY_-1205989193'), ('tmp_58', u'CAST_-1205989129'), ('const-0', u'RETURN_-1205989203')] | [(u'CALLIND_-1205989206', u'INDIRECT_-1205989134'), (u'CAST_-1205989129', u'CALLIND_-1205989206'), (u'INDIRECT_-1205989134', u'COPY_-1205989193'), ('tmp_58', u'CAST_-1205989129'), ('const-0', u'RETURN_-1205989203')] | null | null | 000110a0 | x86 | O1 | (translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(v... | (translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(v... | (translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(v... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00019024)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_default_target(void)" (identifier "bfd_set_default_target") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_set_default_target_00019024)();
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_00019024)();
return;
}
|
6900_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | do_read_symbols | thunk_FUN_001b98c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "SHT": Some values do not have unique names */
/* DWARF original prototype: void do_read_symbols(Sized_dynobj<64,_true> * this, Read_symbols_data *
sd) */
void __thiscall
gold::Sized_dynobj<64,_true>::do_read_s... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void thunk_FUN_001b98c0(int param_1,int *param_2)
{
int iVar1;
size_t __haystacklen;
void *__haystack;
uint uVar2;
uint uVar3;
void *pvVar4;
int iVar5;
int iVar6;
int iVar7;
undefined4 uVar8;
undefined4 ext... | JMP 0x001b98c0 | null | null | null | null | [('tmp_3327', u'PTRSUB_-1207654367'), ('const-8', u'INT_RIGHT_-1207656890'), ('const-4', u'INT_ADD_-1207654743'), (u'INT_LEFT_-1207656888', u'INT_OR_-1207656888'), ('const-16', u'PTRSUB_-1207655065'), (u'PTRADD_-1207657466', u'CAST_-1207654748'), (u'CALL_-1207658205', u'INDIRECT_-1207655447'), ('tmp_3328', u'PTRSUB_-12... | [('tmp_3265', u'BRANCH_-1207656369'), (u'MULTIEQUAL_-1207655274', u'MULTIEQUAL_-1207655271'), ('const-8', u'INT_RIGHT_-1207656890'), ('tmp_1577', u'CBRANCH_-1207657333'), (u'INT_LEFT_-1207656888', u'INT_OR_-1207656888'), (u'COPY_-1207654596', u'CALL_-1207656471'), ('const-16711680', u'INT_AND_-1207657522'), ('const-0',... | null | null | 001b9bf0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid thunk_FUN_001b98c0(int param_1,int *param_2)\n\n{\n int iVar1;\n size_t __haystacklen;\n void *__haystack;\n uint uVar2;\n uint uVar3;\n void *pvVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n un... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "SHT": Some values do not have unique names */\n/* DWARF original prototype: void do_read_symbols(Sized_dynobj<64,_true> * this, Read_symbols_data *\n sd) */\n\nvoid __thiscall\ngold::Sized_dyn... | (translation_unit "void thunk_FUN_001b98c0(int param_1,int *param_2)\n\n{\n int iVar1;\n size_t __haystacklen;\n void *__haystack;\n uint uVar2;\n uint uVar3;\n void *pvVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined4 extraout_ECX;\n uint uVar9;\n undefined4 extraout_ECX_00;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (decla... | (function_definition "void thunk_FUN_001b98c0(int param_1,int *param_2)\n\n{\n int iVar1;\n size_t __haystacklen;\n void *__haystack;\n uint uVar2;\n uint uVar3;\n void *pvVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined4 extraout_ECX;\n uint uVar9;\n undefined4 extraout_ECX_00;... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "SHT": Some values do not have unique names */
/* DWARF original prototype: void do_read_symbols(Sized_dynobj<64,_true> * this, Read_symbols_data *
sd) */
void __thiscall
gold::Sized_dynobj<64,var_2>::do_read_s... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,int *param_2)
{
int iVar1;
size_t __haystacklen;
void *__haystack;
uint uVar2;
uint uVar3;
void *pvVar4;
int iVar5;
int iVar6;
int iVar7;
undefined4 uVar8;
undefined4 extraout_ECX;
... |
716_ia64-linux-gnu-ld_and_ia64-linux-gnu-ld_strip.c | bfd_emul_set_commonpagesize | bfd_emul_set_commonpagesize |
/* WARNING: Control flow encountered bad instruction data */
void bfd_emul_set_commonpagesize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_emul_set_commonpagesize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206480498')] | [('const-1', u'RETURN_-1206480498')] | null | null | 00099184 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_emul_set_commonpagesize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_emul_set_commonpagesize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n ... | (translation_unit "void bfd_emul_set_commonpagesize(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_emul_set_commonpagesize(void)" identifier (parameter_lis... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_emul_set_commonpagesize(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_emul_set_commonpagesize(void)" (identifier "bfd_emul_set_commonpagesize") (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();
}
|
704_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c | gldelf32lriscv_ilp32_after_open | FUN_0004ea00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gldelf32lriscv_ilp32_after_open(void)
{
output_elf_obj_tdata *poVar1;
bfd_link_needed_list *pbVar2;
bool bVar3;
bfd_link_needed_list *pbVar... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x0004f247) */
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_0004ea00(void)
{
undefined4 uVar1;
bool bVar2;
undefined4 *puVar3;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016a30
ADD EBX,0xed5f7
SUB ESP,0x5c
CALL 0x000327c0
LEA EDI,[EBX + 0x16c0]
MOV EAX,dword ptr [EDI + 0x20]
MOV dword ptr [ESP + 0x18],EDI
CMP dword ptr [EAX + 0x28],0x1
MOV dword ptr [ESP + 0x24],EAX
JNZ 0x0004eb8b
LEA ESI,[EBX + 0x1760]
MOV EAX,dword ptr [ESI + 0x20]
MOV dwo... | null | null | null | null | [(u'MULTIEQUAL_-1206118844', u'MULTIEQUAL_-1206120000'), ('tmp_6553', u'CBRANCH_-1206126021'), (u'CALL_-1206128185', u'INDIRECT_-1206118727'), (u'CALL_-1206126905', u'INDIRECT_-1206120557'), (u'INDIRECT_-1206119891', u'MULTIEQUAL_-1206119833'), (u'INDIRECT_-1206118702', u'MULTIEQUAL_-1206118664'), (u'INDIRECT_-12061210... | [(u'CALL_-1206126892', u'INDIRECT_-1206120067'), ('const-0', u'COPY_-1206129518'), ('tmp_6553', u'CBRANCH_-1206126021'), (u'INDIRECT_-1206119126', u'MULTIEQUAL_-1206119066'), (u'CALL_-1206126905', u'INDIRECT_-1206120557'), (u'CALL_-1206128158', u'INDIRECT_-1206118703'), ('const-417', u'STORE_-1206127082'), (u'MULTIEQUA... | null | null | 0004ea00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x0004f247) */\n/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_0004ea00(void)\n\n{\n undefined4 uVar1;\n bool bVar2... | (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 gldelf32lriscv_ilp32_after_open(void)\n\n{\n output_elf_obj_tdata *poVar1;\n bfd_link_needed_list *pbVar2;\n bool bVar3;\n ... | (translation_unit "void FUN_0004ea00(void)\n\n{\n undefined4 uVar1;\n bool bVar2;\n undefined4 *puVar3;\n undefined4 *puVar4;\n uint uVar5;\n int iVar6;\n undefined4 uVar7;\n void *pvVar8;\n int *piVar9;\n size_t sVar10;\n size_t sVar11;\n char *pcVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15;\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDEN... | (function_definition "void FUN_0004ea00(void)\n\n{\n undefined4 uVar1;\n bool bVar2;\n undefined4 *puVar3;\n undefined4 *puVar4;\n uint uVar5;\n int iVar6;\n undefined4 uVar7;\n void *pvVar8;\n int *piVar9;\n size_t sVar10;\n size_t sVar11;\n char *pcVar12;\n undefined4 uVar13;\n int iVar14;\n int iVar15... |
/* 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)
{
type_1 *poVar1;
type_2 *var_27;
bool bVar3;
type_2 *var_30;
type_3 *pbVar5;
type_4 *pdVar6;
type_5 *var_13;
type... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x0004f247) */
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void MASKED(void)
{
undefined4 uVar1;
bool bVar2;
undefined4 *puVar3;
undefi... |
63_powerpc-linux-gnuspe-c++filt_and_powerpc-linux-gnuspe-c++filt_strip.c | __cxa_finalize | __cxa_finalize |
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_00016fd4)();
return;
}
|
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_00016fd4)();
return;
}
| JMP dword ptr [EBX + 0xffffffd4] | null | null | null | null | [(u'INDIRECT_-1205988238', u'COPY_-1205988297'), (u'CALLIND_-1205988310', u'INDIRECT_-1205988238'), ('const-0', u'RETURN_-1205988307'), ('tmp_58', u'CAST_-1205988233'), (u'CAST_-1205988233', u'CALLIND_-1205988310')] | [(u'INDIRECT_-1205988238', u'COPY_-1205988297'), (u'CALLIND_-1205988310', u'INDIRECT_-1205988238'), ('const-0', u'RETURN_-1205988307'), ('tmp_58', u'CAST_-1205988233'), (u'CAST_-1205988233', u'CALLIND_-1205988310')] | null | null | 00011420 | x86 | O1 | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016fd4)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR___cxa_finalize_00016fd4)();
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_00016fd4)();
return;
}
|
5917_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | Sized_dynobj | FUN_0023a4a0 |
/* DWARF original prototype: void Sized_dynobj(Sized_dynobj<64,_true> * this, string * name,
Input_file * input_file, off_t offset, Ehdr<64,_true> * ehdr) */
void __thiscall
gold::Sized_dynobj<64,_true>::Sized_dynobj
(Sized_dynobj<64,_true> *this,string *name,Input_file *input_file,off_t offset,
... |
void FUN_0023a4a0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,int *param_6)
{
uint uVar1;
uint uVar2;
int iVar3;
undefined4 uVar4;
ushort uVar5;
int unaff_EDI;
FUN_00074f0a();
FUN_0022fe20(param_1,param_2,param_3,param_4,param_5)... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x00074f0a
ADD EDI,0x3afb57
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
PUSH dword ptr [EBP + 0x18]
PUSH dword ptr [EBP + 0x14]
PUSH dword ptr [EBP + 0x10]
PUSH dword ptr [EBP + 0xc]
PUSH ESI
CALL 0x0022fe20
LEA EAX,[EDI + 0xffff4e48]
MOV dword ptr [ESI + 0x60],ESI
AD... | null | null | null | null | [(u'INT_AND_-1203985060', u'INT_LEFT_-1203985057'), (u'INT_OR_-1203985060', u'INT_OR_-1203985057'), (u'INT_OR_-1203985044', u'INT_OR_-1203985041'), (u'CAST_-1203984304', u'INT_ADD_-1203984380'), (u'PTRSUB_-1203984338', u'LOAD_-1203985101'), ('const-96', u'PTRSUB_-1203984320'), ('const-417', u'LOAD_-1203985106'), (u'LOA... | [('tmp_1522', u'PTRADD_-1203985079'), (u'INT_AND_-1203985060', u'INT_LEFT_-1203985057'), (u'INT_OR_-1203985060', u'INT_OR_-1203985057'), (u'INT_OR_-1203985044', u'INT_OR_-1203985041'), ('const-25', u'PTRADD_-1203984347'), ('tmp_2408', u'PTRADD_-1203984375'), ('tmp_2408', u'CALL_-1203985143'), (u'LOAD_-1203985051', u'IN... | null | null | 0023a4a0 | x86 | O1 | (translation_unit "void FUN_0023a4a0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n ushort uVar5;\n int unaff_EDI;\n \n FUN_00074f0a();\n FUN_0022fe20(param_1,pa... | (translation_unit "/* DWARF original prototype: void Sized_dynobj(Sized_dynobj<64,_true> * this, string * name,\n Input_file * input_file, off_t offset, Ehdr<64,_true> * ehdr) */\n\nvoid __thiscall\ngold::Sized_dynobj<64,_true>::Sized_dynobj\n (Sized_dynobj<64,_true> *this,string *name,Input_file *input_file... | (translation_unit "void FUN_0023a4a0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n ushort uVar5;\n int unaff_EDI;\n \n FUN_00074f0a();\n FUN_0022fe20(param_1,pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "void FUN_0023a4a0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,int *param_6)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n ushort uVar5;\n int unaff_EDI;\n \n FUN_00074f0a();\n FUN_0022fe20(param_1... |
/* DWARF original prototype: void Sized_dynobj(Sized_dynobj<64,_true> * this, string * name,
Input_file * input_file, off_t offset, Ehdr<64,_true> * ehdr) */
void __thiscall
gold::Sized_dynobj<64,_true>::Sized_dynobj
(Sized_dynobj<64,_true> *this,string *name,Input_file *input_file,off_t offset,
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,int *param_6)
{
uint uVar1;
uint uVar2;
int iVar3;
undefined4 uVar4;
ushort uVar5;
int unaff_EDI;
FUN_00074f0a();
FUN_0022fe20(param_1,param_2,param_3,param_4,param_5);
pa... |
645_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | do_get | FUN_000340c6 |
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string
const&) const [clone .cold.25] */
void std::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get
(int param_1,int param_2,int param_3,string *param_4)
{
int unaff_EBP;
if (*(code... |
void FUN_000340c6(void)
{
int unaff_EBP;
if (*(code **)(unaff_EBP + -0x1c) != (code *)0x0) {
(**(code **)(unaff_EBP + -0x1c))(*(undefined4 *)(unaff_EBP + -0x3c));
}
/* WARNING: Subroutine does not return */
FUN_00296000();
}
| MOV EDX,dword ptr [EBP + -0x1c]
TEST EDX,EDX
JZ 0x000340d8
SUB ESP,0xc
PUSH dword ptr [EBP + -0x3c]
CALL EDX
ADD ESP,0x10
SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x00296000 | null | null | null | null | [('const-4294967268', u'INT_ADD_-1206107943'), ('const-417', u'LOAD_-1206107959'), (u'INT_NOTEQUAL_-1206107940', u'CBRANCH_-1206107940'), ('tmp_264', u'INT_ADD_-1206107911'), (u'CAST_-1206107768', u'LOAD_-1206107927'), (u'LOAD_-1206107927', u'CALLIND_-1206107911'), ('const-417', u'LOAD_-1206107927'), ('const-0', u'INT_... | [('const-4294967268', u'INT_ADD_-1206107943'), (u'CAST_-1206107780', u'LOAD_-1206107927'), (u'INT_ADD_-1206107911', u'CAST_-1206107780'), (u'INT_NOTEQUAL_-1206107940', u'CBRANCH_-1206107940'), (u'INT_ADD_-1206107943', u'CAST_-1206107791'), (u'LOAD_-1206107927', u'CALLIND_-1206107911'), ('const-0', u'INT_NOTEQUAL_-12061... | null | null | 000340c6 | x86 | O1 | (translation_unit "void FUN_000340c6(void)\n\n{\n int unaff_EBP;\n \n if (*(code **)(unaff_EBP + -0x1c) != (code *)0x0) {\n (**(code **)(unaff_EBP + -0x1c))(*(undefined4 *)(unaff_EBP + -0x3c));\n }\n /* WARNING: Subroutine does not return */\n FUN_00296000();\n}\n\n" (function_definition "voi... | (translation_unit "/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string\n const&) const [clone .cold.25] */\n\nvoid std::__facet_shims::(anonymous_namespace)::messages_shim<char>::do_get\n (int param_1,int param_2,int param_3,string *param_4)\n\n{\n int u... | (translation_unit "void FUN_000340c6(void)\n\n{\n int unaff_EBP;\n \n if (*(code **)(unaff_EBP + -0x1c) != (code *)0x0) {\n (**(code **)(unaff_EBP + -0x1c))(*(undefined4 *)(unaff_EBP + -0x3c));\n }\n \n FUN_00296000();\n}\n\n" (function_definition "void FUN_000340c6(void)\n\n{\n int unaff_EB... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "void FUN_000340c6(void)\n\n{\n int unaff_EBP;\n \n if (*(code **)(unaff_EBP + -0x1c) != (code *)0x0) {\n (**(code **)(unaff_EBP + -0x1c))(*(undefined4 *)(unaff_EBP + -0x3c));\n }\n \n FUN_00296000();\n}" (primitive_type "void") (function_declarator "FUN_000340c6(void)" (... |
/* std::__facet_shims::(anonymous namespace)::messages_shim<char>::do_get(int, int, int, std::string
const&) const [clone .cold.25] */
void std::__facet_shims::(anonymous_namespace)::messages_shim<char>::function_1
(int param_1,int param_2,int param_3,type_1 *param_4)
{
int var_1;
if (*(type... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes... | null |
void MASKED(void)
{
int unaff_EBP;
if (*(code **)(unaff_EBP + -0x1c) != (code *)0x0) {
(**(code **)(unaff_EBP + -0x1c))(*(undefined4 *)(unaff_EBP + -0x3c));
}
/* WARNING: Subroutine does not return */
FUN_00296000();
}
|
3120_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | run | FUN_000a8720 |
/* 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 run(Write_symbols_task * this, Workqueue * param_1) */
void __thiscall gold::Write_symbols_task::run(Write_symbols_task *this,Workque... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000a8720(int param_1)
{
FUN_0018a720(*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c),
*(undefined4 *)(param_1 + 0x30),*(undefined4 *)(*(int *)(param_1 + 0x24) + 0x178),
*(... | PUSH EBX
CALL 0x00036db0
ADD EBX,0x3018da
SUB ESP,0x10
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [EAX + 0x24]
PUSH dword ptr [EAX + 0x34]
PUSH dword ptr [EDX + 0x180]
PUSH dword ptr [EDX + 0x178]
PUSH dword ptr [EAX + 0x30]
PUSH dword ptr [EAX + 0x2c]
PUSH dword ptr [EAX + 0x28]
CALL 0x0018a720
ADD ESP,0x28
POP ... | null | null | null | null | [(u'LOAD_-1206548641', u'CALL_-1206548589'), (u'LOAD_-1206548655', u'PTRSUB_-1206548486'), ('const-417', u'LOAD_-1206548611'), ('tmp_231', u'PTRSUB_-1206548490'), ('const-417', u'LOAD_-1206548641'), ('const-417', u'LOAD_-1206548649'), (u'PTRSUB_-1206548472', u'LOAD_-1206548619'), ('const-0', u'RETURN_-1206548561'), (u'... | [('const-384', u'INT_ADD_-1206548625'), (u'LOAD_-1206548641', u'CALL_-1206548589'), (u'CAST_-1206548485', u'LOAD_-1206548619'), ('const-417', u'LOAD_-1206548611'), (u'INT_ADD_-1206548614', u'CAST_-1206548492'), (u'INT_ADD_-1206548639', u'CAST_-1206548507'), (u'INT_ADD_-1206548633', u'CAST_-1206548503'), ('const-44', u'... | null | null | 000a8720 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000a8720(int param_1)\n\n{\n FUN_0018a720(*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c),\n *(undefined4 *)(param_1 + 0x30),*(undefined4 *)(*(int *)(param_1 + 0x24) + 0... | (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 run(Write_symbols_task * this, Workqueue * param_1) */\n\nvoid __thiscall gold::Write_symbols_task::run(Write_symb... | (translation_unit "void FUN_000a8720(int param_1)\n\n{\n FUN_0018a720(*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c),\n *(undefined4 *)(param_1 + 0x30),*(undefined4 *)(*(int *)(param_1 + 0x24) + 0x178),\n *(undefined4 *)(*(int *)(param_1 + 0x24) + 0x180),*(undefined4 *)(par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthes... | (function_definition "void FUN_000a8720(int param_1)\n\n{\n FUN_0018a720(*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c),\n *(undefined4 *)(param_1 + 0x30),*(undefined4 *)(*(int *)(param_1 + 0x24) + 0x178),\n *(undefined4 *)(*(int *)(param_1 + 0x24) + 0x180),*(undefined4 *)(... |
/* 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 run(Write_symbols_task * this, Workqueue * param_1) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *param_2)
{
Sy... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
FUN_0018a720(*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x2c),
*(undefined4 *)(param_1 + 0x30),*(undefined4 *)(*(int *)(param_1 + 0x24) + 0x178),
*(undefi... |
184_powerpc64le-linux-gnu-ar_and_powerpc64le-linux-gnu-ar_strip.c | do_display_target | FUN_00017cb0 |
/* 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_00017cb0(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 0x00013710
ADD EBX,0x9347
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 0x00017d13
MOV ESI,0x2e00
CMP EAX,0x3f
JG 0x00017e17
SUB ESP,0x8
PUSH ESI
PUSH dword ... | null | null | null | null | [('const-0', u'PTRSUB_-1205959684'), (u'CALL_-1205961075', u'CALLIND_-1205960728'), ('tmp_238', u'CBRANCH_-1205961413'), (u'MULTIEQUAL_-1205960306', u'CALLIND_-1205960728'), ('tmp_1834', u'CAST_-1205959753'), (u'LOAD_-1205960757', u'INT_ADD_-1205960722'), (u'LOAD_-1205960690', u'INT_ADD_-1205960672'), ('const-8', u'INT... | [(u'PTRADD_-1205959821', u'LOAD_-1205960898'), (u'INT_ADD_-1205961239', u'CAST_-1205959975'), ('const-417', u'LOAD_-1205961178'), ('const-417', u'LOAD_-1205961376'), (u'CALL_-1205961075', u'CALLIND_-1205960728'), ('tmp_238', u'CBRANCH_-1205961413'), ('const-92', u'INT_MULT_-1205961267'), (u'LOAD_-1205960757', u'INT_ADD... | null | null | 00017cb0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00017cb0(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_00017cb0(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_00017cb0(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... |
755_hppa64-linux-gnu-ld_and_hppa64-linux-gnu-ld_strip.c | bfd_cache_close_all | bfd_cache_close_all |
/* WARNING: Control flow encountered bad instruction data */
void bfd_cache_close_all(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_cache_close_all(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206431126')] | [('const-1', u'RETURN_-1206431126')] | null | null | 00085260 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_cache_close_all(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_cache_close_all(void)\n\n{\n /* W... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_cache_close_all(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_cache_close_all(void)\n\n{\n /* W... | (translation_unit "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_cache_close_all(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_cache_close_all(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_cache_close_all(void)" (identifier "bfd_cache_close_all") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
12_i686-gnu-objcopy_and_i686-gnu-objcopy_strip.c | bfd_make_section_with_flags | bfd_make_section_with_flags |
void bfd_make_section_with_flags(void)
{
(*(code *)PTR_bfd_make_section_with_flags_0003f034)();
return;
}
|
void bfd_make_section_with_flags(void)
{
(*(code *)PTR_bfd_make_section_with_flags_0003f034)();
return;
}
| JMP dword ptr [EBX + 0x34] | null | null | null | null | [(u'CALLIND_-1205980950', u'INDIRECT_-1205980878'), ('tmp_58', u'CAST_-1205980873'), ('const-0', u'RETURN_-1205980947'), (u'INDIRECT_-1205980878', u'COPY_-1205980937'), (u'CAST_-1205980873', u'CALLIND_-1205980950')] | [(u'CALLIND_-1205980950', u'INDIRECT_-1205980878'), ('tmp_58', u'CAST_-1205980873'), ('const-0', u'RETURN_-1205980947'), (u'INDIRECT_-1205980878', u'COPY_-1205980937'), (u'CAST_-1205980873', u'CALLIND_-1205980950')] | null | null | 000130e0 | x86 | O1 | (translation_unit "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}\n\n" (function_definition "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}" primitive_type (function_declarator "bfd_... | (translation_unit "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}\n\n" (function_definition "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}" primitive_type (function_declarator "bfd_... | (translation_unit "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}\n\n" (function_definition "void bfd_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\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_make_section_with_flags(void)\n\n{\n (*(code *)PTR_bfd_make_section_with_flags_0003f034)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_make_section_with_flags(void)" (identifier "bfd_make_section_with_flags") (parameter_list "(void)" (( "(") (parameter_declaration "... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_make_section_with_flags_0003f034)();
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_0003f034)();
return;
}
|
6549_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | Copy_reloc | FUN_00257e30 |
/* DWARF original prototype: void Copy_reloc(Copy_reloc * this, Symbol * sym, Output_section * os,
off_t off) */
void __thiscall
gold::Sized_incremental_binary<64,_false>::Copy_reloc::Copy_reloc
(Copy_reloc *this,Symbol *sym,Output_section *os,off_t off)
{
this->symbol = sym;
*(undefined4 *)((int)&t... |
void FUN_00257e30(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
*param_1 = param_2;
param_1[3] = param_5;
param_1[1] = param_3;
param_1[2] = param_4;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0x14]
MOV dword ptr [EAX],EDX
MOV EDX,dword ptr [ESP + 0xc]
MOV dword ptr [EAX + 0xc],ECX
MOV dword ptr [EAX + 0x4],EDX
MOV EDX,dword ptr [ESP + 0x10]
MOV dword ptr [EAX + 0x8],EDX
RET | null | null | null | null | [('tmp_79', u'PTRSUB_-1204126050'), (u'PTRSUB_-1204126038', u'STORE_-1204126117'), ('tmp_79', u'PTRSUB_-1204126030'), ('tmp_82', u'SUBPIECE_-1204126067'), (u'PTRSUB_-1204126050', u'STORE_-1204126135'), (u'SUBPIECE_-1204126066', u'STORE_-1204126123'), ('tmp_80', u'STORE_-1204126135'), ('const-417', u'STORE_-1204126117')... | [('tmp_89', u'STORE_-1204126123'), ('tmp_88', u'STORE_-1204126135'), ('tmp_87', u'PTRADD_-1204126047'), ('const-4', u'PTRADD_-1204126043'), ('const-3', u'PTRADD_-1204126047'), ('const-2', u'PTRADD_-1204126035'), ('tmp_87', u'STORE_-1204126135'), ('tmp_91', u'STORE_-1204126104'), (u'PTRADD_-1204126035', u'STORE_-1204126... | null | null | 00257e30 | x86 | O1 | (translation_unit "void FUN_00257e30(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n *param_1 = param_2;\n param_1[3] = param_5;\n param_1[1] = param_3;\n param_1[2] = param_4;\n return;\n}\n\n" (function_definition "void FUN_00257e30(undef... | (translation_unit "/* DWARF original prototype: void Copy_reloc(Copy_reloc * this, Symbol * sym, Output_section * os,\n off_t off) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<64,_false>::Copy_reloc::Copy_reloc\n (Copy_reloc *this,Symbol *sym,Output_section *os,off_t off)\n\n{\n this->symbol = sym;... | (translation_unit "void FUN_00257e30(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n *param_1 = param_2;\n param_1[3] = param_5;\n param_1[1] = param_3;\n param_1[2] = param_4;\n return;\n}\n\n" (function_definition "void FUN_00257e30(undef... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "void FUN_00257e30(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n *param_1 = param_2;\n param_1[3] = param_5;\n param_1[1] = param_3;\n param_1[2] = param_4;\n return;\n}" (primitive_type "void") (function_declarator "... |
/* DWARF original prototype: void Copy_reloc(Copy_reloc * this, Symbol * sym, Output_section * os,
off_t off) */
void __thiscall
gold::Sized_incremental_binary<64,_false>::Copy_reloc::Copy_reloc
(Copy_reloc *this,Symbol *sym,Output_section *os,off_t off)
{
this->symbol = sym;
*(type_1 *)((int)&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: (identi... | null |
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
*param_1 = param_2;
param_1[3] = param_5;
param_1[1] = param_3;
param_1[2] = param_4;
return;
}
|
3262_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Layout_task_runner | FUN_000b7630 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Layout_task_runner(Layout_task_runner * this, int __in_chrg) */
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000b7630(undefined4 param_1)
{
FUN_001fd000(param_1,0x1c);
return;
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x2f29ca
SUB ESP,0x10
PUSH 0x1c
PUSH dword ptr [ESP + 0x1c]
CALL 0x001fd000
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-0', u'RETURN_-1206618486'), ('tmp_153', u'CALL_-1206618514'), ('const-28', u'CALL_-1206618514')] | [('const-28', u'CALL_-1206618514'), ('const-0', u'RETURN_-1206618486'), ('tmp_250', u'CALL_-1206618514')] | null | null | 000b7630 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b7630(undefined4 param_1)\n\n{\n FUN_001fd000(param_1,0x1c);\n return;\n}\n\n" comment (function_definition "void FUN_000b7630(undefined4 param_1)\n\n{\n FUN_001fd000(param_1,0x1c);\n return;\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/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void ~Layout_task_runner(Layout_task_runner * thi... | (translation_unit "void FUN_000b7630(undefined4 param_1)\n\n{\n FUN_001fd000(param_1,0x1c);\n return;\n}\n\n" (function_definition "void FUN_000b7630(undefined4 param_1)\n\n{\n FUN_001fd000(param_1,0x1c);\n return;\n}" primitive_type (function_declarator "FUN_000b7630(undefined4 param_1)" identifier (parameter_list... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_000b7630(undefined4 param_1)\n\n{\n FUN_001fd000(param_1,0x1c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000b7630(undefined4 param_1)" (identifier "FUN_000b7630") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_iden... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Layout_task_runner(Layout_task_runner * this, int __in_chrg) */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_001fd000(param_1,0x1c);
return;
}
|
9065_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | has_facet<std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>> | FUN_0025f340 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bool std::has_facet<std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >
>(std::locale const&) */
bool std::has_facet<std:... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bool FUN_0025f340(int *param_1)
{
uint uVar1;
int iVar2;
bool bVar3;
uVar1 = FUN_0024abb0(PTR_DAT_00413ee0);
bVar3 = false;
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + ... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x1b4cba
SUB ESP,0x14
PUSH dword ptr [EBX + 0xfffffee0]
CALL 0x0024abb0
MOV EDX,EAX
MOV EAX,dword ptr [ESP + 0x20]
ADD ESP,0x10
MOV ECX,dword ptr [EAX]
XOR EAX,EAX
CMP dword ptr [ECX + 0x8],EDX
JBE 0x0025f392
MOV ECX,dword ptr [ECX + 0x4]
MOV EDX,dword ptr [ECX + EDX*0x4]
TEST EDX,EDX
J... | null | null | null | null | [('const-1', u'RETURN_-1204096174')] | [(u'INT_ADD_-1204096078', u'CAST_-1204095841'), ('const-417', u'LOAD_-1204096068'), (u'CALL_-1204096011', u'INDIRECT_-1204095824'), (u'CAST_-1204095841', u'LOAD_-1204096094'), (u'MULTIEQUAL_-1204095804', u'RETURN_-1204095955'), (u'INT_NOTEQUAL_-1204096049', u'CBRANCH_-1204096049'), (u'INDIRECT_-1204095824', u'MULTIEQUA... | null | null | 0025f340 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbool FUN_0025f340(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n \n uVar1 = FUN_0024abb0(PTR_DAT_00413ee0);\n bVar3 = false;\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(in... | (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/* bool std::has_facet<std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >\n >(std::locale const&) */\n\nb... | (translation_unit "bool FUN_0025f340(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n \n uVar1 = FUN_0024abb0(PTR_DAT_00413ee0);\n bVar3 = false;\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_00290300(iVar2,PTR... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_express... | (function_definition "bool FUN_0025f340(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n bool bVar3;\n \n uVar1 = FUN_0024abb0(PTR_DAT_00413ee0);\n bVar3 = false;\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_00290300(iVar2,... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bool std::has_facet<std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >
>(std::locale const&) */
bool std::has_facet<std:... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bool MASKED(int *param_1)
{
uint uVar1;
int iVar2;
bool bVar3;
uVar1 = FUN_0024abb0(PTR_DAT_00413ee0);
bVar3 = false;
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 ... |
976_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | parse_to_value | FUN_00036f70 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_lazy * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_lazy::parse_to_value
(Struct_no_laz... |
void FUN_00036f70(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x101
MOV word ptr [EAX + 0x55c0],DX
RET | null | null | null | null | [('const-1', u'STORE_-1206095998'), ('const-0', u'RETURN_-1206095981'), ('tmp_32', u'COPY_-1206095991'), ('const-21892', u'PTRSUB_-1206095923'), (u'PTRSUB_-1206095923', u'PTRSUB_-1206095922'), (u'PTRSUB_-1206095925', u'PTRSUB_-1206095924'), (u'PTRSUB_-1206095924', u'STORE_-1206095998'), (u'COPY_-1206095991', u'PTRSUB_-... | [('const-0', u'RETURN_-1206095981'), (u'CAST_-1206095931', u'STORE_-1206095998'), ('const-257', u'STORE_-1206095998'), ('const-21952', u'INT_ADD_-1206095984'), ('tmp_37', u'INT_ADD_-1206095984'), (u'INT_ADD_-1206095984', u'CAST_-1206095931'), ('const-417', u'STORE_-1206095998')] | null | null | 00036f70 | x86 | O1 | (translation_unit "void FUN_00036f70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;\n return;\n}\n\n" (function_definition "void FUN_00036f70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;\n return;\n}" primitive_type ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_lazy * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_lazy::parse_to_value\n... | (translation_unit "void FUN_00036f70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;\n return;\n}\n\n" (function_definition "void FUN_00036f70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;\n return;\n}" primitive_type ... | (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_00036f70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x55c0) = 0x101;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036f70(void)" (identifier "FUN_00036f70") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_lazy * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *param_2,char *p... | 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 + 0x55c0) = 0x101;
return;
}
|
5602_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | gc_add_reference | FUN_0015ff90 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void gc_add_reference(Sized_target<32,_false> * this, Symbol_table *
symtab, Relobj * src_obj, uint src_shndx, Relobj * dst_obj, u... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_0015ff90(int *param_1)
{
if (*(code **)(*param_1 + 0xfc) == FUN_00054f20) {
return;
}
/* WARNING: Could not recover jumptable at 0x0015ffb8. Too many branches */
/* WARNIN... | CALL 0x000357b5
ADD EDX,0x1df06b
MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0xfc]
LEA EDX,[EDX + 0xffd15f20]
CMP EAX,EDX
JNZ 0x0015ffb8
RET
JMP EAX | null | null | null | null | [('const-63', u'PTRADD_-1207238619'), ('const-0', u'PTRSUB_-1207238622'), ('const-1', u'RETURN_-1207238678'), ('const-0', u'PTRSUB_-1207238621'), (u'PTRSUB_-1207238609', u'INT_EQUAL_-1207238701'), ('const-0', u'RETURN_-1207238689'), (u'INT_EQUAL_-1207238701', u'CBRANCH_-1207238699'), ('tmp_113', u'PTRSUB_-1207238622'),... | [('const-1', u'RETURN_-1207238678'), ('const-0', u'PTRSUB_-1207238614'), ('const-0', u'RETURN_-1207238689'), ('const-252', u'INT_ADD_-1207238715'), (u'INT_EQUAL_-1207238701', u'CBRANCH_-1207238699'), ('tmp_174', u'LOAD_-1207238736'), (u'CAST_-1207238627', u'LOAD_-1207238731'), ('const-417', u'LOAD_-1207238736'), ('cons... | null | null | 0015ff90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0015ff90(int *param_1)\n\n{\n if (*(code **)(*param_1 + 0xfc) == FUN_00054f20) {\n return;\n }\n /* WARNING: Could not recover jumptable at 0x0015ffb8. Too many branches */\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void gc_add_reference(Sized_target<32,_false> * this, Symbol_table *\n symtab, Relobj * src_obj, uint src_shndx... | (translation_unit "void FUN_0015ff90(int *param_1)\n\n{\n if (*(code **)(*param_1 + 0xfc) == FUN_00054f20) {\n return;\n }\n \n \n (**(code **)(*param_1 + 0xfc))();\n return;\n}\n\n" (function_definition "void FUN_0015ff90(int *param_1)\n\n{\n if (*(code **)(*param_1 + 0xfc... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_de... | (function_definition "void FUN_0015ff90(int *param_1)\n\n{\n if (*(code **)(*param_1 + 0xfc) == FUN_00054f20) {\n return;\n }\n \n \n (**(code **)(*param_1 + 0xfc))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015ff90(int *param_1)" (identifier "FUN_00... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void gc_add_reference(Sized_target<32,_false> * this, Symbol_table *
symtab, Relobj * src_obj, uint src_shndx, Relobj * dst_obj, u... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesized... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(int *param_1)
{
if (*(code **)(*param_1 + 0xfc) == FUN_00054f20) {
return;
}
/* WARNING: Could not recover jumptable at 0x0015ffb8. Too many branches */
/* WARNING: Tre... |
6199_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | unclaimed_file | FUN_001a6200 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void unclaimed_file(Plugin_recorder * this, string * obj_name, off_t
offset, off_t filesize) */
void __thiscall
gold::Plugin_recorder::unclaimed_file
(Plugin_recorder *this,string *obj_nam... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001a6200(int param_1,undefined4 *param_2,int param_3,int param_4,undefined4 param_5)
{
fprintf(*(FILE **)(param_1 + 8),"UNCLAIMED: %s",*param_2);
if (-param_4 < (int)(uint)(param_3 != 0)) {
fprintf(*(FILE **)(pa... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x26ddf7
SUB ESP,0x10
MOV EAX,dword ptr [ESP + 0x28]
MOV ESI,dword ptr [ESP + 0x2c]
MOV EBP,dword ptr [ESP + 0x30]
MOV EDI,dword ptr [ESP + 0x34]
PUSH dword ptr [EAX]
LEA EAX,[EBX + 0xffef3cd2]
PUSH EAX
MOV EAX,dword ptr [ESP + 0x2c]
PUSH dword ptr [EAX + 0x8]... | null | null | null | null | [('const-1', u'RETURN_-1207606754')] | [(u'LOAD_-1207606677', u'CALL_-1207606663'), ('tmp_302', u'CBRANCH_-1207606606'), (u'INT_NOTEQUAL_-1207606628', u'INT_ZEXT_-1207606612'), (u'INT_SLESS_-1207606599', u'CBRANCH_-1207606606'), (u'INT_ADD_-1207606491', u'CAST_-1207606263'), ('const-417', u'LOAD_-1207606677'), ('const-3177670', u'COPY_-1207606355'), (u'INT_... | null | null | 001a6200 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001a6200(int param_1,undefined4 *param_2,int param_3,int param_4,undefined4 param_5)\n\n{\n fprintf(*(FILE **)(param_1 + 8),"UNCLAIMED: %s",*param_2);\n if (-param_4 < (int)(uint)(param_3 != 0)) {\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void unclaimed_file(Plugin_recorder * this, string * obj_name, off_t\n offset, off_t filesize) */\n\nvoid __thiscall\ngold::Plugin_recorder::unclaimed_file\n (Plugin_record... | (translation_unit "void FUN_001a6200(int param_1,undefined4 *param_2,int param_3,int param_4,undefined4 param_5)\n\n{\n fprintf(*(FILE **)(param_1 + 8),"UNCLAIMED: %s",*param_2);\n if (-param_4 < (int)(uint)(param_3 != 0)) {\n fprintf(*(FILE **)(param_1 + 8)," @%ld",param_3);\n }\n fprintf(*(FILE **)(param_1 + 8... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "void FUN_001a6200(int param_1,undefined4 *param_2,int param_3,int param_4,undefined4 param_5)\n\n{\n fprintf(*(FILE **)(param_1 + 8),"UNCLAIMED: %s",*param_2);\n if (-param_4 < (int)(uint)(param_3 != 0)) {\n fprintf(*(FILE **)(param_1 + 8)," @%ld",param_3);\n }\n fprintf(*(FILE **)(param_1 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void unclaimed_file(Plugin_recorder * this, string * obj_name, off_t
offset, off_t filesize) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *obj_name,type_3 offset,type_3... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 *param_2,int param_3,int param_4,undefined4 param_5)
{
fprintf(*(FILE **)(param_1 + 8),"UNCLAIMED: %s",*param_2);
if (-param_4 < (int)(uint)(param_3 != 0)) {
fprintf(*(FILE **)(param_1 ... |
22_sg_wr_mode_and_sg_wr_mode_strip.c | sg_get_category_sense_str | sg_get_category_sense_str |
void sg_get_category_sense_str(void)
{
(*(code *)PTR_sg_get_category_sense_str_00015fd0)();
return;
}
|
void sg_get_category_sense_str(void)
{
(*(code *)PTR_sg_get_category_sense_str_00015fd0)();
return;
}
| JMP dword ptr [EBX + 0x68] | null | null | null | null | [(u'INDIRECT_-1205988862', u'COPY_-1205988921'), ('tmp_58', u'CAST_-1205988857'), (u'CALLIND_-1205988934', u'INDIRECT_-1205988862'), (u'CAST_-1205988857', u'CALLIND_-1205988934'), ('const-0', u'RETURN_-1205988931')] | [(u'INDIRECT_-1205988862', u'COPY_-1205988921'), ('tmp_58', u'CAST_-1205988857'), (u'CALLIND_-1205988934', u'INDIRECT_-1205988862'), (u'CAST_-1205988857', u'CALLIND_-1205988934'), ('const-0', u'RETURN_-1205988931')] | null | null | 000111b0 | x86 | O1 | (translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}" primitive_type (function_declarator "sg_get_categ... | (translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}" primitive_type (function_declarator "sg_get_categ... | (translation_unit "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}\n\n" (function_definition "void sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}" primitive_type (function_declarator "sg_get_categ... | (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 sg_get_category_sense_str(void)\n\n{\n (*(code *)PTR_sg_get_category_sense_str_00015fd0)();\n return;\n}" (primitive_type "void") (function_declarator "sg_get_category_sense_str(void)" (identifier "sg_get_category_sense_str") (parameter_list "(void)" (( "(") (parameter_declaration "void" (p... |
void function_1(void)
{
(*(type_1 *)PTR_sg_get_category_sense_str_00015fd0)();
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_00015fd0)();
return;
}
|
332_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | FUN_0002cfb0 | FUN_0002cfb0 |
void FUN_0002cfb0(void)
{
int unaff_EBP;
operator_delete(*(void **)(unaff_EBP + -0x88),0x24);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0002cfb0(void)
{
undefined4 in_ECX;
int unaff_EBP;
FUN_001ff010(*(undefined4 *)(unaff_EBP + -0x88),0x24,in_ECX,in_ECX);
/* WARNING: Subroutine does not return */
FUN_00296000();
}
| PUSH ECX
PUSH ECX
PUSH 0x24
PUSH dword ptr [EBP + 0xffffff78]
MOV EDI,dword ptr [EBP + -0x80]
MOV EBX,EDI
CALL 0x001ff010
MOV dword ptr [ESP],ESI
CALL 0x00296000 | null | null | null | null | [(u'LOAD_-1206005824', u'CALL_-1206005798'), ('const-1', u'RETURN_-1206005780'), ('const-417', u'LOAD_-1206005824'), ('const-36', u'CALL_-1206005798'), ('const-4294967160', u'INT_ADD_-1206005808'), ('tmp_108', u'INT_ADD_-1206005808'), (u'CAST_-1206005715', u'LOAD_-1206005824'), (u'INT_ADD_-1206005808', u'CAST_-12060057... | [(u'LOAD_-1206005824', u'CALL_-1206005798'), (u'CAST_-1206005717', u'LOAD_-1206005824'), ('const-1', u'RETURN_-1206005780'), ('tmp_101', u'CALL_-1206005798'), ('const-4294967160', u'INT_ADD_-1206005808'), (u'INT_ADD_-1206005808', u'CAST_-1206005717'), ('tmp_103', u'INT_ADD_-1206005808'), ('const-417', u'LOAD_-120600582... | null | null | 0002cfb0 | x86 | O1 | (translation_unit "void FUN_0002cfb0(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_001ff010(*(undefined4 *)(unaff_EBP + -0x88),0x24,in_ECX,in_ECX);\n /* WARNING: Subroutine does not return */\n FUN_00296000();\n}\n\n" (function_definition "void FUN_0002cfb0(void)\n\n{\n undefined4 i... | (translation_unit "void FUN_0002cfb0(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x88),0x24);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0002cfb0(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)... | (translation_unit "void FUN_0002cfb0(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_001ff010(*(undefined4 *)(unaff_EBP + -0x88),0x24,in_ECX,in_ECX);\n \n FUN_00296000();\n}\n\n" (function_definition "void FUN_0002cfb0(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_001ff... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TY... | (function_definition "void FUN_0002cfb0(void)\n\n{\n undefined4 in_ECX;\n int unaff_EBP;\n \n FUN_001ff010(*(undefined4 *)(unaff_EBP + -0x88),0x24,in_ECX,in_ECX);\n \n FUN_00296000();\n}" (primitive_type "void") (function_declarator "FUN_0002cfb0(void)" (identifier "FUN_0002cfb0") (parameter_lis... |
void function_1(void)
{
int var_2;
var_1(*(void **)(var_2 + -0x88),0x24);
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type... | null |
void MASKED(void)
{
undefined4 in_ECX;
int unaff_EBP;
FUN_001ff010(*(undefined4 *)(unaff_EBP + -0x88),0x24,in_ECX,in_ECX);
/* WARNING: Subroutine does not return */
FUN_00296000();
}
|
34_riscv64-linux-gnu-size_and_riscv64-linux-gnu-size_strip.c | mkstemp64 | mkstemp64 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemp64(char *__template)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemp64_00019088)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemp64(char *__template)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemp64_00019088)();
return iVar1;
}
| JMP dword ptr [EBX + 0x88] | null | null | null | null | [('tmp_67', u'CAST_-1205988727'), ('const-0', u'RETURN_-1205988803'), (u'CALLIND_-1205988806', u'RETURN_-1205988803'), (u'CAST_-1205988727', u'CALLIND_-1205988806'), (u'INDIRECT_-1205988733', u'COPY_-1205988792'), (u'CALLIND_-1205988806', u'INDIRECT_-1205988733')] | [('tmp_67', u'CAST_-1205988727'), ('const-0', u'RETURN_-1205988803'), (u'CALLIND_-1205988806', u'RETURN_-1205988803'), (u'CAST_-1205988727', u'CALLIND_-1205988806'), (u'INDIRECT_-1205988733', u'COPY_-1205988792'), (u'CALLIND_-1205988806', u'INDIRECT_-1205988733')] | null | null | 00011230 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_00019088)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_00019088)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1... | (translation_unit "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_00019088)();\n return iVar1;\n}\n\n" (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_00019088)();\n return iVar1;\n}" primitive_type (function_de... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * ... | (function_definition "int mkstemp64(char *__template)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemp64_00019088)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mkstemp64(char *__template)" (identifier "mkstemp64") (parameter_list "(char *__template)" (( "(") (parameter_declaration "char *... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__template)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_mkstemp64_00019088)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__template)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00019088)();
return iVar1;
}
|
3758_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | initialize_symtab_xindex<64,_true> | FUN_000d71e0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original name: initialize_symtab_xindex<64, true>
DWARF original prototype: void initialize_symtab_xindex<64,_true>(Xindex * this, Object * object,
uint symtab_shndx) */
void __thiscall
gold::Xindex::initialize_symt... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_000d71e0(int *param_1,int *param_2,uint param_3)
{
int iVar1;
uint uVar2;
int iVar3;
if (param_1[1] != param_1[2]) {
return;
}
if (param_3 == 0) {
/* WARNING: Subroutine does not r... | CALL 0x0006206b
ADD EAX,0x2d2e1b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EDI,dword ptr [ESP + 0x30]
MOV EBP,dword ptr [ESP + 0x34]
MOV dword ptr [ESP + 0xc],EAX
MOV EBX,dword ptr [ESP + 0x38]
MOV EAX,dword ptr [EDI + 0x8]
CMP dword ptr [EDI + 0x4],EAX
JZ 0x000d7218
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP ... | null | null | null | null | [(u'CALL_-1206750438', u'CAST_-1206749796'), ('const-0', u'PTRSUB_-1206749942'), ('const-21', u'PTRADD_-1206749865'), (u'LOAD_-1206750461', u'CALLIND_-1206750451'), (u'CAST_-1206749796', u'CALL_-1206750386'), ('const-0', u'RETURN_-1206750251'), ('const-417', u'LOAD_-1206750412'), (u'COPY_-1206749886', u'CALL_-120675043... | [('tmp_588', u'CBRANCH_-1206750424'), ('tmp_2124', u'LOAD_-1206750475'), ('const-2771220', u'COPY_-1206749851'), (u'LOAD_-1206750461', u'CALLIND_-1206750451'), (u'INT_ADD_-1206750468', u'MULTIEQUAL_-1206749939'), (u'LOAD_-1206750671', u'CALL_-1206750155'), ('const-417', u'LOAD_-1206750671'), ('const-84', u'INT_ADD_-120... | null | null | 000d71e0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000d71e0(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n /*... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original name: initialize_symtab_xindex<64, true>\n DWARF original prototype: void initialize_symtab_xindex<64,_true>(Xindex * this, Object * object,\n uint symtab_shndx) */\n\nvoid __thiscall\ngold:... | (translation_unit "void FUN_000d71e0(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n \n FUN_0007ac80("../../gold/object.cc",0x55,"initialize_symtab_xindex",param_1[2]);\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "void FUN_000d71e0(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n \n FUN_0007ac80("../../gold/object.cc",0x55,"initialize_symtab_xindex",param_1[2]);\n }... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original name: initialize_symtab_xindex<64, true>
DWARF original prototype: void initialize_symtab_xindex<64,_true>(Xindex * this, Object * object,
uint symtab_shndx) */
void __thiscall
gold::Xindex::initialize_symt... | 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.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,int *param_2,uint param_3)
{
int iVar1;
uint uVar2;
int iVar3;
if (param_1[1] != param_1[2]) {
return;
}
if (param_3 == 0) {
/* WARNING: Subroutine does not return ... |
1189_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Struct_text_reorder | FUN_0003bba0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_text_reorder(Struct_text_reorder * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_text_reorder::~Struct_text_reorder
(Struct_text_reorder *this,int __in_ch... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003bba0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_0039cf60;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x36e45a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff2f60]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x0003bbd2
SUB ESP,0xc
PUSH EDX
CALL 0x001fd020
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-0', u'PTRSUB_-1206076260'), (u'PTRSUB_-1206076266', u'PTRSUB_-1206076262'), (u'PTRSUB_-1206076262', u'PTRSUB_-1206076260'), (u'INT_NOTEQUAL_-1206076417', u'CBRANCH_-1206076417'), (u'PTRSUB_-1206076277', u'PTRSUB_-1206076273'), ('const-0', u'PTRSUB_-1206076262'), (u'PTRSUB_-1206076282', u'PTRSUB_-1206076277'), ... | [('const-0', u'PTRSUB_-1206076276'), (u'PTRADD_-1206076272', u'LOAD_-1206076437'), (u'INT_NOTEQUAL_-1206076417', u'CBRANCH_-1206076417'), ('const-417', u'LOAD_-1206076437'), ('const-4', u'PTRADD_-1206076272'), ('const-3788640', u'PTRSUB_-1206076276'), (u'PTRADD_-1206076285', u'INT_NOTEQUAL_-1206076417'), ('const-3', u'... | null | null | 0003bba0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003bba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039cf60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_text_reorder(Struct_text_reorder * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_text_reorder::~Struct_text_reorder\n (Struct_text_re... | (translation_unit "void FUN_0003bba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039cf60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003bba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039cf60;\n if ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_0003bba0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039cf60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003bba0(undefined4 *param_1)" (identifier "FUN_0003bba0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_text_reorder(Struct_text_reorder * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_0039cf60;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
return;
}
|
885_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldaarch64linux32b_parse_ld_so_conf | FUN_000604f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3
gldaarch64linux32b_parse_ld_so_conf(gldaarch64linux32b_ld_so_conf *info,char *filename)
{
char **ppcVar1;
byte bVar2;
FILE *__stream;
byte *__s;
char *pcVar3;
size_t sVar4;
size_t sVar5;
byt... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_000604f0(int *param_1,char *param_2)
{
byte bVar1;
FILE *__stream;
byte *__s;
char *pcVar2;
int iVar3;
void *__dest;
byte bVar4;
int iVar5;
byte *pbVar6;
int iVar7;
uint uVar8;
s... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017c50
ADD EBX,0x161b07
SUB ESP,0x74
MOV dword ptr [ESP + 0x1c],EAX
MOV dword ptr [ESP + 0x24],EDX
LEA EAX,[EBX + 0xffebbadc]
PUSH EAX
PUSH EDX
CALL 0x00016520
MOV dword ptr [ESP + 0x18],EAX
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00060a2a
SUB ESP,0xc
PUSH 0x100
CALL 0x00016e98
MOV d... | null | null | null | null | [(u'CALL_-1206319798', u'INDIRECT_-1206316701'), (u'COPY_-1206314282', u'PTRADD_-1206317960'), (u'INDIRECT_-1206314868', u'MULTIEQUAL_-1206314828'), (u'PTRADD_-1206318564', u'STORE_-1206318624'), (u'INDIRECT_-1206315653', u'MULTIEQUAL_-1206315634'), (u'MULTIEQUAL_-1206314607', u'CALL_-1206318675'), ('const-0', u'COPY_-... | [(u'INT_LESS_-1206319124', u'MULTIEQUAL_-1206316535'), (u'MULTIEQUAL_-1206314658', u'MULTIEQUAL_-1206314348'), (u'LOAD_-1206317705', u'MULTIEQUAL_-1206316604'), (u'LOAD_-1206318594', u'MULTIEQUAL_-1206316604'), (u'INDIRECT_-1206314486', u'MULTIEQUAL_-1206314437'), (u'STORE_-1206318510', u'INDIRECT_-1206314562'), (u'INT... | null | null | 000604f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_000604f0(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\ngldaarch64linux32b_parse_ld_so_conf(gldaarch64linux32b_ld_so_conf *info,char *filename)\n\n{\n char **ppcVar1;\n byte bVar2;\n FILE *__stream;\n byte *__s;\n char *pcVar3;\n size_t... | (translation_unit "undefined4 __regparm3 FUN_000604f0(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n bool b... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "undefined4 __regparm3 FUN_000604f0(int *param_1,char *param_2)\n\n{\n byte bVar1;\n FILE *__stream;\n byte *__s;\n char *pcVar2;\n int iVar3;\n void *__dest;\n byte bVar4;\n int iVar5;\n byte *pbVar6;\n int iVar7;\n uint uVar8;\n size_t sVar9;\n byte *pbVar10;\n byte *pbVar11;\n boo... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3
function_1(type_2 *info,char *filename)
{
char **ppcVar1;
type_3 var_15;
type_4 *var_2;
type_3 *var_7;
char *var_6;
size_t var_26;
size_t var_27;
type_3 var_14;
type_3 *var_8;
int var_11;
t... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type)... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int *param_1,char *param_2)
{
byte bVar1;
FILE *__stream;
byte *__s;
char *pcVar2;
int iVar3;
void *__dest;
byte bVar4;
int iVar5;
byte *pbVar6;
int iVar7;
uint uVar8;
size_t ... |
59_powerpc64-linux-gnu-gprof_and_powerpc64-linux-gnu-gprof_strip.c | putc | putc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_putc_0002d0f8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_putc_0002d0f8)();
return iVar1;
}
| JMP dword ptr [EBX + 0xf8] | null | null | null | null | [(u'CAST_-1205984182', u'CALLIND_-1205984262'), (u'CALLIND_-1205984262', u'INDIRECT_-1205984189'), (u'INDIRECT_-1205984189', u'COPY_-1205984248'), (u'CALLIND_-1205984262', u'RETURN_-1205984259'), ('tmp_72', u'CAST_-1205984182'), ('const-0', u'RETURN_-1205984259')] | [(u'CAST_-1205984182', u'CALLIND_-1205984262'), (u'CALLIND_-1205984262', u'INDIRECT_-1205984189'), (u'INDIRECT_-1205984189', u'COPY_-1205984248'), (u'CALLIND_-1205984262', u'RETURN_-1205984259'), ('tmp_72', u'CAST_-1205984182'), ('const-0', u'RETURN_-1205984259')] | null | null | 000123f0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putc_0002d0f8)();\n return iVar1;\n}\n\n" comment (function_definition "int putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putc_0002d0f8)();\n return iVar1;\n}\n\n" comment (function_definition "int putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = ... | (translation_unit "int putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putc_0002d0f8)();\n return iVar1;\n}\n\n" (function_definition "int putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putc_0002d0f8)();\n return iVar1;\n}" primitive_type (function_declarator... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesize... | (function_definition "int putc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_putc_0002d0f8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "putc(int __c,FILE *__stream)" (identifier "putc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c"... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_putc_0002d0f8)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0002d0f8)();
return iVar1;
}
|
529_powerpc-linux-gnu-as_and_powerpc-linux-gnu-as_strip.c | save_symbol_name | FUN_00036a00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 save_symbol_name(char *name)
{
uint __n;
byte bVar1;
byte *pbVar2;
undefined *puVar3;
char *pcVar4;
size_t sVar5;
char *pcVar6;
if (name != (char *)0x0) {
sVar5 = strlen(name);
__n = s... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_00036a00(char *param_1,undefined4 param_2,undefined4 param_3)
{
uint uVar1;
byte bVar2;
byte *pbVar3;
undefined *puVar4;
size_t sVar5;
if (param_1 != (char *)0x0) {
sVar5 = strlen(param_1);... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016090
ADD EBX,0x385f7
SUB ESP,0x1c
TEST EAX,EAX
JZ 0x00036af1
SUB ESP,0xc
MOV EBP,EAX
PUSH EAX
CALL 0x00014470
LEA EDI,[EBX + 0x8fa0]
ADD ESP,0x10
LEA ESI,[EAX + 0x1]
MOV EDX,dword ptr [EDI + 0xc]
MOV EAX,dword ptr [EDI + 0x10]
SUB EAX,EDX
CMP ESI,EAX
JA 0x00036ad0
SUB ESP,... | null | null | null | null | [(u'MULTIEQUAL_-1206096736', u'MULTIEQUAL_-1206096485'), (u'INDIRECT_-1206096519', u'MULTIEQUAL_-1206096482'), (u'INT_ADD_-1206097273', u'INT_LESS_-1206097237'), ('const-0', u'RETURN_-1206096881'), (u'COPY_-1206096448', u'CALL_-1206096760'), (u'INDIRECT_-1206096654', u'MULTIEQUAL_-1206096484'), (u'CAST_-1206096475', u'... | [(u'MULTIEQUAL_-1206096618', u'CALL_-1206097210'), (u'CAST_-1206096462', u'COPY_-1206096542'), (u'INT_ADD_-1206097273', u'INT_LESS_-1206097237'), ('const-0', u'RETURN_-1206096881'), (u'CALL_-1206097210', u'INDIRECT_-1206096607'), (u'MULTIEQUAL_-1206096490', u'CAST_-1206096453'), ('const-417', u'LOAD_-1206096943'), ('co... | null | null | 00036a00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00036a00(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n uint uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined *puVar4;\n size_t sVar5;\n \n if (param_1 != (char *)0x0) {... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 save_symbol_name(char *name)\n\n{\n uint __n;\n byte bVar1;\n byte *pbVar2;\n undefined *puVar3;\n char *pcVar4;\n size_t sVar5;\n char *pcVar6;\n \n if (name != (char *)0x0) {\n s... | (translation_unit "void __regparm3 FUN_00036a00(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n uint uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined *puVar4;\n size_t sVar5;\n \n if (param_1 != (char *)0x0) {\n sVar5 = strlen(param_1);\n uVar1 = sVar5 + 1;\n if (DAT_00077fb0 - (int)DAT_0007... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl... | (function_definition "void __regparm3 FUN_00036a00(char *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n uint uVar1;\n byte bVar2;\n byte *pbVar3;\n undefined *puVar4;\n size_t sVar5;\n \n if (param_1 != (char *)0x0) {\n sVar5 = strlen(param_1);\n uVar1 = sVar5 + 1;\n if (DAT_00077fb0 - (int)DAT_0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(char *var_1)
{
type_1 var_4;
type_2 var_8;
type_2 *var_9;
type_3 *puVar3;
char *pcVar4;
size_t var_3;
char *pcVar6;
if (var_1 != (char *)0x0) {
var_3 = var_2(var_1);
var_4 =... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier)... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(char *param_1,undefined4 param_2,undefined4 param_3)
{
uint uVar1;
byte bVar2;
byte *pbVar3;
undefined *puVar4;
size_t sVar5;
if (param_1 != (char *)0x0) {
sVar5 = strlen(param_1);
u... |
365_hppa64-linux-gnu-readelf_and_hppa64-linux-gnu-readelf_strip.c | xrealloc | FUN_0006b220 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * xrealloc(void *oldmem,size_t size)
{
void *pvVar1;
if (size == 0) {
size = 1;
}
if (oldmem == (void *)0x0) {
pvVar1 = malloc(size);
}
else {
pvVar1 = realloc(oldmem,size);
}
if (pvVar1 != (vo... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0006b220(void *param_1,size_t param_2)
{
void *pvVar1;
if (param_2 == 0) {
param_2 = 1;
}
if (param_1 == (void *)0x0) {
pvVar1 = malloc(param_2);
}
else {
pvVar1 = realloc(param_1,param_2);
... | PUSH ESI
MOV EDX,0x1
PUSH EBX
CALL 0x00013f70
ADD EBX,0x48dd4
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ESP + 0x10]
TEST ESI,ESI
CMOVZ ESI,EDX
TEST EAX,EAX
JZ 0x0006b260
SUB ESP,0x8
PUSH ESI
PUSH EAX
CALL 0x000131b0
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0006b26e
ADD ESP,0x4
POP EBX
POP ESI
RET
SUB ESP,0xc
... | null | null | null | null | [('const-0', u'INT_EQUAL_-1206275456'), ('const-1', u'RETURN_-1206275330'), (u'INT_NOTEQUAL_-1206275401', u'CBRANCH_-1206275401'), ('tmp_252', u'CBRANCH_-1206275401'), (u'CALL_-1206275428', u'MULTIEQUAL_-1206275266'), (u'INT_EQUAL_-1206275456', u'CBRANCH_-1206275455'), (u'MULTIEQUAL_-1206275277', u'CALL_-1206275335'), ... | [('const-0', u'INT_EQUAL_-1206275456'), ('const-1', u'RETURN_-1206275330'), (u'INT_NOTEQUAL_-1206275401', u'CBRANCH_-1206275401'), ('tmp_813', u'INT_EQUAL_-1206275456'), ('tmp_252', u'CBRANCH_-1206275401'), (u'CALL_-1206275428', u'MULTIEQUAL_-1206275266'), (u'INT_EQUAL_-1206275456', u'CBRANCH_-1206275455'), (u'MULTIEQU... | null | null | 0006b220 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0006b220(void *param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if (param_2 == 0) {\n param_2 = 1;\n }\n if (param_1 == (void *)0x0) {\n pvVar1 = malloc(param_2);\n }\n else {\n pvVar... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * xrealloc(void *oldmem,size_t size)\n\n{\n void *pvVar1;\n \n if (size == 0) {\n size = 1;\n }\n if (oldmem == (void *)0x0) {\n pvVar1 = malloc(size);\n }\n else {\n pvVar1 = realloc(oldme... | (translation_unit "void FUN_0006b220(void *param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if (param_2 == 0) {\n param_2 = 1;\n }\n if (param_1 == (void *)0x0) {\n pvVar1 = malloc(param_2);\n }\n else {\n pvVar1 = realloc(param_1,param_2);\n }\n if (pvVar1 != (void *)0x0) {\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 { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_express... | (function_definition "void FUN_0006b220(void *param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if (param_2 == 0) {\n param_2 = 1;\n }\n if (param_1 == (void *)0x0) {\n pvVar1 = malloc(param_2);\n }\n else {\n pvVar1 = realloc(param_1,param_2);\n }\n if (pvVar1 != (void *)0x0) {\n return;\n }\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * function_1(void *var_2,size_t var_1)
{
void *var_5;
if (var_1 == 0) {
var_1 = 1;
}
if (var_2 == (void *)0x0) {
var_5 = var_3(var_1);
}
else {
var_5 = var_4(var_2,var_1);
}
if (var_5 != (void ... | 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(void *param_1,size_t param_2)
{
void *pvVar1;
if (param_2 == 0) {
param_2 = 1;
}
if (param_1 == (void *)0x0) {
pvVar1 = malloc(param_2);
}
else {
pvVar1 = realloc(param_1,param_2);
}
if... |
367_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c | debug_add_to_current_namespace | FUN_0003d310 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
debug_name * __regparm3
debug_add_to_current_namespace
(debug_handle *info,char *name,debug_object_kind kind,debug_object_linkage linkage)
{
debug_handle *info_00;
debug_name *pdVar1;
undefined4 uVar2;
debug_obj... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_0003d310(int param_1)
{
undefined4 uVar1;
if ((*(int *)(param_1 + 4) != 0) && (*(int *)(param_1 + 8) != 0)) {
uVar1 = FUN_0003ba10(3);
return uVar1;
}
uVar1 = dcgettext(0,"debug_add_t... | PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x35ce9
SUB ESP,0x4
MOV ESI,dword ptr [EAX + 0x4]
TEST ESI,ESI
JZ 0x0003d350
MOV ESI,dword ptr [EAX + 0x8]
TEST ESI,ESI
JZ 0x0003d350
MOV EBX,dword ptr [EAX + 0x10]
ADD ESI,0x8
LEA EAX,[EBX + 0x1c]
TEST EBX,EBX
CMOVZ EAX,ESI
SUB ESP,0xc
PUSH 0x3
CALL 0x0003ba10
ADD ESP,0x10
ADD... | null | null | null | null | [('tmp_987', u'CALL_-1206070362'), (u'COPY_-1206070112', u'CALL_-1206070281'), (u'COPY_-1206070216', u'RETURN_-1206070174'), ('const-0', u'INT_NOTEQUAL_-1206070447'), ('const-0', u'COPY_-1206070216'), ('const-0', u'INT_NOTEQUAL_-1206070427'), (u'CAST_-1206070076', u'COPY_-1206070142'), ('const-4', u'PTRSUB_-1206070108'... | [('tmp_142', u'CBRANCH_-1206070427'), ('const-0', u'COPY_-1206070216'), (u'COPY_-1206070216', u'RETURN_-1206070174'), ('const-0', u'INT_NOTEQUAL_-1206070447'), (u'LOAD_-1206070466', u'INT_NOTEQUAL_-1206070447'), (u'CALL_-1206070281', u'CALL_-1206070230'), (u'COPY_-1206070122', u'CALL_-1206070281'), ('const-8', u'INT_AD... | null | null | 0003d310 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_0003d310(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((*(int *)(param_1 + 4) != 0) && (*(int *)(param_1 + 8) != 0)) {\n uVar1 = FUN_0003ba10(3);\n return uVar1;\n }\n uVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\ndebug_name * __regparm3\ndebug_add_to_current_namespace\n (debug_handle *info,char *name,debug_object_kind kind,debug_object_linkage linkage)\n\n{\n debug_handle *info_00;\n debug_name *pdVar1;\n un... | (translation_unit "undefined4 __regparm3 FUN_0003d310(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((*(int *)(param_1 + 4) != 0) && (*(int *)(param_1 + 8) != 0)) {\n uVar1 = FUN_0003ba10(3);\n return uVar1;\n }\n uVar1 = dcgettext(0,"debug_add_to_current_namespace: no current file",5);\n fprintf(*(FILE **)... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expressio... | (function_definition "undefined4 __regparm3 FUN_0003d310(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((*(int *)(param_1 + 4) != 0) && (*(int *)(param_1 + 8) != 0)) {\n uVar1 = FUN_0003ba10(3);\n return uVar1;\n }\n uVar1 = dcgettext(0,"debug_add_to_current_namespace: no current file",5);\n fprintf(*(FILE ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_2 * __regparm3
debug_add_to_current_namespace
(type_1 *info,char *name,debug_object_kind kind,type_4 linkage)
{
type_1 *info_00;
type_2 *pdVar1;
type_3 uVar2;
type_4 in_stack_ffffffe8;
if ((info->curre... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int param_1)
{
undefined4 uVar1;
if ((*(int *)(param_1 + 4) != 0) && (*(int *)(param_1 + 8) != 0)) {
uVar1 = FUN_0003ba10(3);
return uVar1;
}
uVar1 = dcgettext(0,"debug_add_to_curr... |
9193_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | operator>> | FUN_0026d970 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::istream& std::TEMPNAMEPLACEHOLDERVALUE(std::istream&, std::_Setw) */
istream * std::operator>>(istream *param_1,undefined4 param_2)
{
*(undefined4 *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8) = param_2;
return param_1;
}
|
void FUN_0026d970(int *param_1,undefined4 param_2)
{
*(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param_2;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV ECX,dword ptr [ESP + 0x8]
MOV EDX,dword ptr [EAX]
MOV EDX,dword ptr [EDX + -0xc]
MOV dword ptr [EAX + EDX*0x1 + 0x8],ECX
RET | null | null | null | null | [('tmp_58', u'STORE_-1204168305'), ('const-0', u'RETURN_-1204168291'), (u'COPY_-1204168333', u'RETURN_-1204168291'), (u'INT_ADD_-1204168299', u'CAST_-1204168240'), (u'PTRADD_-1204168245', u'CAST_-1204168236'), ('const-417', u'LOAD_-1204168320'), (u'LOAD_-1204168315', u'INT_ADD_-1204168284'), ('tmp_57', u'COPY_-12041683... | [('const-0', u'RETURN_-1204168291'), ('tmp_58', u'CAST_-1204168237'), ('const-8', u'INT_ADD_-1204168284'), ('const-417', u'LOAD_-1204168320'), (u'LOAD_-1204168315', u'INT_ADD_-1204168284'), ('tmp_58', u'LOAD_-1204168320'), ('tmp_59', u'STORE_-1204168305'), (u'INT_ADD_-1204168284', u'INT_ADD_-1204168291'), ('const-42949... | null | null | 0026d970 | x86 | O1 | (translation_unit "void FUN_0026d970(int *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param_2;\n return;\n}\n\n" (function_definition "void FUN_0026d970(int *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::istream& std::TEMPNAMEPLACEHOLDERVALUE(std::istream&, std::_Setw) */\n\nistream * std::operator>>(istream *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 8) = param_... | (translation_unit "void FUN_0026d970(int *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param_2;\n return;\n}\n\n" (function_definition "void FUN_0026d970(int *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param... | (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 * (cast_expression ( (type_descriptor TYPE (a... | (function_definition "void FUN_0026d970(int *param_1,undefined4 param_2)\n\n{\n *(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0026d970(int *param_1,undefined4 param_2)" (identifier "FUN_0026d970") (parameter_list "(int *param_1... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::istream& std::TEMPNAMEPLACEHOLDERVALUE(std::istream&, std::_Setw) */
var_1 * var_2::operator>>(var_1 *var_3,type_1 param_2)
{
*(type_1 *)(var_3 + *(int *)(*(int *)var_3 + -0xc) + 8) = param_2;
return var_3;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
void MASKED(int *param_1,undefined4 param_2)
{
*(undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc) + 8) = param_2;
return;
}
|
8859_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | get_weekday | FUN_001fbe00 |
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::get_weekday(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*)
const */
undefined4
std::time_get<char,std::istreambuf_itera... |
undefined4
FUN_001fbe00(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x14))
(param_1,param_2,param_3,param_4,param_5,param_6,param_... | PUSH EBX
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x20]
MOV EBX,dword ptr [ESP + 0x1c]
MOV EDX,dword ptr [EAX]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH EAX
PUSH EB... | null | null | null | null | [('tmp_460', u'CALLIND_-1207910794'), (u'CAST_-1207910674', u'LOAD_-1207910804'), (u'LOAD_-1207910880', u'INT_ADD_-1207910788'), ('tmp_457', u'CALLIND_-1207910794'), ('tmp_462', u'CALLIND_-1207910794'), ('tmp_455', u'CALLIND_-1207910794'), (u'LOAD_-1207910804', u'CALLIND_-1207910794'), (u'INT_ADD_-1207910788', u'CAST_-... | [('tmp_460', u'CALLIND_-1207910794'), (u'CAST_-1207910674', u'LOAD_-1207910804'), (u'LOAD_-1207910880', u'INT_ADD_-1207910788'), ('tmp_457', u'CALLIND_-1207910794'), ('tmp_462', u'CALLIND_-1207910794'), ('tmp_455', u'CALLIND_-1207910794'), (u'LOAD_-1207910804', u'CALLIND_-1207910794'), (u'INT_ADD_-1207910788', u'CAST_-... | null | null | 001fbe00 | x86 | O1 | (translation_unit "undefined4\nFUN_001fbe00(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,param... | (translation_unit "/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::get_weekday(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*)\n const */\n\nundefined4\nstd::time_get<ch... | (translation_unit "undefined4\nFUN_001fbe00(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "undefined4\nFUN_001fbe00(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,pa... |
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::get_weekday(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*)
const */
type_1
std::time_get<char,std::istreambuf_iterator<... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif... | null |
undefined4
MASKED(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x14))
(param_1,param_2,param_3,param_4,param_5,param_6,param_7,para... |
97_powerpc64-linux-gnu-strings_and_powerpc64-linux-gnu-strings_strip.c | list_supported_architectures | FUN_00012870 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void list_supported_architectures(char *name,FILE *f)
{
int iVar1;
char *pcVar2;
int *__ptr;
int *piVar3;
if (name == (char *)0x0) {
pcVar2 = (char *)dcgettext(0,"Support... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00012870(int param_1,FILE *param_2)
{
int iVar1;
char *pcVar2;
int *__ptr;
int *piVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00011ca0
ADD EBX,0x6787
SUB ESP,0x1c
MOV EDI,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [ESP + 0x34]
TEST EDI,EDI
JZ 0x00012908
SUB ESP,0x4
LEA EAX,[EBX + 0xffffc8d9]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x00011110
ADD ESP,0xc
PUSH EDI
PUSH EAX
PUSH ESI
CALL 0x000112c0
ADD ESP,0x10
C... | null | null | null | null | [(u'COPY_-1205982371', u'CALL_-1205982854'), ('tmp_805', u'CAST_-1205982349'), (u'COPY_-1205982393', u'MULTIEQUAL_-1205982335'), (u'CALL_-1205982998', u'CAST_-1205982361'), ('const-417', u'LOAD_-1205982853'), (u'PTRADD_-1205982312', u'MULTIEQUAL_-1205982335'), (u'MULTIEQUAL_-1205982337', u'CALL_-1205982854'), ('const-0... | [(u'CAST_-1205982362', u'CALL_-1205982966'), (u'COPY_-1205982371', u'CALL_-1205982854'), (u'COPY_-1205982393', u'MULTIEQUAL_-1205982335'), (u'INT_EQUAL_-1205983040', u'CBRANCH_-1205983039'), ('tmp_2125', u'CALL_-1205982664'), (u'PTRADD_-1205982312', u'MULTIEQUAL_-1205982335'), (u'MULTIEQUAL_-1205982337', u'CALL_-120598... | null | null | 00012870 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00012870(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid list_supported_architectures(char *name,FILE *f)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (name == (char *)0x0) {\n pcVar2 ... | (translation_unit "void FUN_00012870(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported arc... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declar... | (function_definition "void FUN_00012870(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(char *var_1,type_1 *f)
{
int var_5;
char *pcVar2;
int *__ptr;
int *var_6;
if (var_1 == (char *)0x0) {
pcVar2 = (char *)var_2(0,"Supported architectures:",... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,FILE *param_2)
{
int iVar1;
char *pcVar2;
int *__ptr;
int *piVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
else ... |
291_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | name_match | FUN_00020510 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 name_match(char *pattern,char *name)
{
char *pcVar1;
int iVar2;
pcVar1 = strpbrk(pattern,"?*[");
if (pcVar1 == (char *)0x0) {
iVar2 = strcmp(pattern,name);
return iVar2;
}
iVar2 = fnmatch(pat... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_00020510(char *param_1,char *param_2)
{
char *pcVar1;
pcVar1 = strpbrk(param_1,"?*[");
if (pcVar1 == (char *)0x0) {
strcmp(param_1,param_2);
return;
}
fnmatch(param_1,param_2,0);
return... | PUSH EDI
MOV EDI,EDX
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00015a20
ADD EBX,0x6bae4
SUB ESP,0x8
LEA EAX,[EBX + 0xfffbff76]
PUSH EAX
PUSH ESI
CALL 0x000148d0
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x00020550
SUB ESP,0x8
PUSH EDI
PUSH ESI
CALL 0x000140c0
ADD ESP,0x10
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0x4
PUSH 0x0
PUSH EDI
PUSH E... | null | null | null | null | [('tmp_426', u'CALL_-1206057634'), ('tmp_427', u'CALL_-1206057579'), (u'CALL_-1206057579', u'RETURN_-1206057541'), ('tmp_426', u'CALL_-1206057509'), ('tmp_169', u'CBRANCH_-1206057606'), ('const-0', u'RETURN_-1206057471'), (u'INT_EQUAL_-1206057608', u'CBRANCH_-1206057606'), ('const-0', u'CALL_-1206057509'), (u'CALL_-120... | [('tmp_542', u'CALL_-1206057579'), ('tmp_542', u'CALL_-1206057634'), ('tmp_169', u'CBRANCH_-1206057606'), ('const-0', u'RETURN_-1206057471'), (u'INT_EQUAL_-1206057608', u'CBRANCH_-1206057606'), ('const-0', u'CALL_-1206057509'), ('tmp_542', u'CALL_-1206057509'), (u'CALL_-1206057634', u'INT_EQUAL_-1206057608'), ('tmp_540... | null | null | 00020510 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00020510(char *param_1,char *param_2)\n\n{\n char *pcVar1;\n \n pcVar1 = strpbrk(param_1,"?*[");\n if (pcVar1 == (char *)0x0) {\n strcmp(param_1,param_2);\n return;\n }\n fnmatc... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 name_match(char *pattern,char *name)\n\n{\n char *pcVar1;\n int iVar2;\n \n pcVar1 = strpbrk(pattern,"?*[");\n if (pcVar1 == (char *)0x0) {\n iVar2 = strcmp(pattern,name);\n return iVa... | (translation_unit "void __regparm3 FUN_00020510(char *param_1,char *param_2)\n\n{\n char *pcVar1;\n \n pcVar1 = strpbrk(param_1,"?*[");\n if (pcVar1 == (char *)0x0) {\n strcmp(param_1,param_2);\n return;\n }\n fnmatch(param_1,param_2,0);\n return;\n}\n\n" (function_definition "void __regparm3 FUN_00020510(... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (... | (function_definition "void __regparm3 FUN_00020510(char *param_1,char *param_2)\n\n{\n char *pcVar1;\n \n pcVar1 = strpbrk(param_1,"?*[");\n if (pcVar1 == (char *)0x0) {\n strcmp(param_1,param_2);\n return;\n }\n fnmatch(param_1,param_2,0);\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identif... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(char *pattern,char *name)
{
char *var_2;
int iVar2;
var_2 = var_1(pattern,"?*[");
if (var_2 == (char *)0x0) {
iVar2 = var_3(pattern,name);
return iVar2;
}
iVar2 = var_4(pattern,nam... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(char *param_1,char *param_2)
{
char *pcVar1;
pcVar1 = strpbrk(param_1,"?*[");
if (pcVar1 == (char *)0x0) {
strcmp(param_1,param_2);
return;
}
fnmatch(param_1,param_2,0);
return;
}
|
10356_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | numpunct | FUN_00272ee0 |
/* std::numpunct<char>::numpunct(std::__numpunct_cache<char>*, unsigned int) */
void __thiscall
std::numpunct<char>::numpunct(numpunct<char> *this,__numpunct_cache *param_1,uint param_2)
{
undefined4 uVar1;
int unaff_EDI;
uVar1 = __x86_get_pc_thunk_di();
*(uint *)(this + 4) = CONCAT31((int3)((uint)uVar1 >... |
void FUN_00272ee0(int *param_1,int param_2,int param_3)
{
undefined4 uVar1;
int unaff_EDI;
uVar1 = FUN_00062073();
param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);
*param_1 = unaff_EDI + 0x136699;
param_1[2] = param_2;
/* try { // try from 00272f1a to 00272f1e has its C... | PUSH EBP
XOR EAX,EAX
MOV EBP,ESP
PUSH EDI
CALL 0x00062073
ADD EDI,0x137115
PUSH ESI
PUSH EBX
SUB ESP,0x24
MOV EDX,dword ptr [EBP + 0x10]
MOV ESI,dword ptr [EBP + 0x8]
TEST EDX,EDX
MOV EBX,EDI
SETNZ AL
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,[EDI + 0xfffff57c]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [EBP + 0... | null | null | null | null | [(u'INT_ADD_-1204277405', u'STORE_-1204277410'), (u'PIECE_-1204277310', u'STORE_-1204277435'), ('const-417', u'STORE_-1204277399'), ('const-417', u'STORE_-1204277410'), ('const-0', u'RETURN_-1204277332'), ('tmp_335', u'CALL_-1204277380'), (u'INT_RIGHT_-1204277294', u'SUBPIECE_-1204277310'), (u'CAST_-1204277259', u'INT_... | [('const-2', u'PTRADD_-1204277240'), ('tmp_562', u'INT_NOTEQUAL_-1204277443'), (u'INT_ADD_-1204277405', u'STORE_-1204277410'), ('tmp_560', u'PTRADD_-1204277258'), (u'PTRADD_-1204277240', u'STORE_-1204277399'), (u'PTRADD_-1204277258', u'STORE_-1204277435'), ('const-1271449', u'INT_ADD_-1204277405'), ('const-0', u'SUBPIE... | null | null | 00272ee0 | x86 | O1 | (translation_unit "void FUN_00272ee0(int *param_1,int param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_00062073();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x136699;\n param_1[2] = param_2;\n /* try { // try from 00... | (translation_unit "/* std::numpunct<char>::numpunct(std::__numpunct_cache<char>*, unsigned int) */\n\nvoid __thiscall\nstd::numpunct<char>::numpunct(numpunct<char> *this,__numpunct_cache *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = __x86_get_pc_thunk_di();\n *(uint *)(this + 4) = C... | (translation_unit "void FUN_00272ee0(int *param_1,int param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_00062073();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x136699;\n param_1[2] = param_2;\n \n FUN_00246c90(param_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_stateme... | (function_definition "void FUN_00272ee0(int *param_1,int param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_00062073();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x136699;\n param_1[2] = param_2;\n \n FUN_00246c90(par... |
/* std::numpunct<char>::numpunct(std::__numpunct_cache<char>*, unsigned int) */
void __thiscall
std::function_1<char>::function_1(function_1<char> *var_2,type_1 *param_1,type_2 var_4)
{
type_3 uVar1;
int var_5;
uVar1 = var_1();
*(type_2 *)(var_2 + 4) = var_3((int3)((type_2)uVar1 >> 8),var_4 != 0);
*(int... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
void MASKED(int *param_1,int param_2,int param_3)
{
undefined4 uVar1;
int unaff_EDI;
uVar1 = FUN_00062073();
param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);
*param_1 = unaff_EDI + 0x136699;
param_1[2] = param_2;
/* try { // try from 00272f1a to 00272f1e has its CatchHa... |
1548_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~Struct_merge_exidx_entries | FUN_00042da0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_merge_exidx_entries(Struct_merge_exidx_entries * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_merge_exidx_entries::~Struct_merge_exidx_entries
(Struct... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00042da0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00381cf4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x34c259
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff2cf4]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x00042dd2
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001e6d90
AD... | null | null | null | null | [(u'LOAD_-1206178330', u'CALL_-1206178287'), ('const-417', u'STORE_-1206178333'), ('tmp_323', u'CALL_-1206178246'), (u'PTRSUB_-1206178105', u'STORE_-1206178333'), ('const-0', u'PTRSUB_-1206178106'), ('const-0', u'PTRSUB_-1206178116'), (u'PTRSUB_-1206178116', u'PTRSUB_-1206178112'), ('const-0', u'PTRSUB_-1206178113'), (... | [('const-4', u'PTRADD_-1206178127'), ('const-64', u'CALL_-1206178246'), ('const-417', u'STORE_-1206178333'), ('tmp_597', u'STORE_-1206178333'), ('tmp_597', u'CALL_-1206178246'), ('tmp_597', u'PTRADD_-1206178127'), ('const-0', u'PTRSUB_-1206178118'), ('const-0', u'RETURN_-1206178213'), (u'PTRADD_-1206178115', u'LOAD_-12... | null | null | 00042da0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00042da0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381cf4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(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_merge_exidx_entries(Struct_merge_exidx_entries * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_merge_exidx_entries::~Struct_merge_exidx_en... | (translation_unit "void FUN_00042da0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381cf4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_00042da0(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_00042da0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00381cf4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00042da0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_merge_exidx_entries(Struct_merge_exidx_entries * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00381cf4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
|
256_i686-gnu-as_and_i686-gnu-as_strip.c | get_single_number | FUN_000230d0 |
/* WARNING: Unknown calling convention */
uint get_single_number(void)
{
expressionS exp;
operand(&exp,expr_normal);
return exp.X_add_number;
}
|
undefined4 FUN_000230d0(void)
{
undefined4 local_14;
FUN_00022610();
return local_14;
}
| SUB ESP,0x1c
MOV EDX,0x1
MOV EAX,ESP
CALL 0x00022610
MOV EAX,dword ptr [ESP + 0x8]
ADD ESP,0x1c
RET | null | null | null | null | [('tmp_118', u'PTRSUB_-1206046401'), ('const-4294967268', u'PTRSUB_-1206046401'), (u'COPY_-1206046480', u'RETURN_-1206046452'), (u'PTRSUB_-1206046401', u'CALL_-1206046482'), ('const-0', u'RETURN_-1206046452'), (u'CALL_-1206046482', u'INDIRECT_-1206046397'), (u'INDIRECT_-1206046397', u'COPY_-1206046480'), ('const-1', u'... | [(u'COPY_-1206046480', u'RETURN_-1206046452'), ('const-0', u'RETURN_-1206046452'), ('tmp_147', u'COPY_-1206046480')] | null | null | 000230d0 | x86 | O1 | (translation_unit "undefined4 FUN_000230d0(void)\n\n{\n undefined4 local_14;\n \n FUN_00022610();\n return local_14;\n}\n\n" (function_definition "undefined4 FUN_000230d0(void)\n\n{\n undefined4 local_14;\n \n FUN_00022610();\n return local_14;\n}" type_identifier (function_declarator "FUN_000230d0(void)" ident... | (translation_unit "/* WARNING: Unknown calling convention */\n\nuint get_single_number(void)\n\n{\n expressionS exp;\n \n operand(&exp,expr_normal);\n return exp.X_add_number;\n}\n\n" comment (function_definition "uint get_single_number(void)\n\n{\n expressionS exp;\n \n operand(&exp,expr_normal);\n return exp.... | (translation_unit "undefined4 FUN_000230d0(void)\n\n{\n undefined4 local_14;\n \n FUN_00022610();\n return local_14;\n}\n\n" (function_definition "undefined4 FUN_000230d0(void)\n\n{\n undefined4 local_14;\n \n FUN_00022610();\n return local_14;\n}" type_identifier (function_declarator "FUN_000230d0(void)" ident... | (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 ( ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined4 FUN_000230d0(void)\n\n{\n undefined4 local_14;\n \n FUN_00022610();\n return local_14;\n}" (type_identifier "undefined4") (function_declarator "FUN_000230d0(void)" (identifier "FUN_000230d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ... |
/* WARNING: Unknown calling convention */
type_1 function_1(void)
{
type_2 exp;
var_1(&exp,expr_normal);
return exp.X_add_number;
}
| 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)) (expression_statement (call_expre... | null |
undefined4 MASKED(void)
{
undefined4 local_14;
FUN_00022610();
return local_14;
}
|
6095_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | initialize | FUN_00247900 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: bool initialize(Initialize_lock * this) */
bool __thiscall gold::Init... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_00247900(undefined4 param_1)
{
if (*(int *)(DAT_005ea7c8 + 8) != 0) {
FUN_00247790(param_1,0);
return 1;
}
return 0;
}
| CALL 0x00074f02
ADD EAX,0x3a26fb
LEA EAX,[EAX + 0x7c8]
MOV EDX,dword ptr [EAX]
MOV EAX,dword ptr [EDX + 0x8]
TEST EAX,EAX
JZ 0x00247930
SUB ESP,0x14
PUSH 0x0
PUSH dword ptr [ESP + 0x1c]
CALL 0x00247790
MOV EAX,0x1
ADD ESP,0x1c
RET
XOR EAX,EAX
RET | null | null | null | null | [(u'COPY_-1204061818', u'RETURN_-1204061819'), (u'COPY_-1204061822', u'RETURN_-1204061834'), (u'LOAD_-1204061915', u'INT_NOTEQUAL_-1204061896'), ('tmp_76', u'CBRANCH_-1204061896'), ('const-8', u'PTRSUB_-1204061761'), ('const-417', u'LOAD_-1204061915'), ('tmp_339', u'PTRSUB_-1204061761'), ('const-1', u'COPY_-1204061822'... | [(u'INT_ADD_-1204061899', u'CAST_-1204061767'), ('const-0', u'COPY_-1204061839'), (u'LOAD_-1204061915', u'INT_NOTEQUAL_-1204061896'), (u'CALL_-1204061863', u'INDIRECT_-1204061757'), ('const-1', u'COPY_-1204061863'), ('tmp_327', u'COPY_-1204061799'), ('tmp_76', u'CBRANCH_-1204061896'), (u'COPY_-1204061839', u'RETURN_-12... | null | null | 00247900 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_00247900(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 8) != 0) {\n FUN_00247790(param_1,0);\n return 1;\n }\n return 0;\n}\n\n" comment (function_definition "undefined4 FUN_00... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: bool initialize(Initialize_lock * this) */\n\nboo... | (translation_unit "undefined4 FUN_00247900(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 8) != 0) {\n FUN_00247790(param_1,0);\n return 1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00247900(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 8) != 0) {\n FUN_00247790(param_1,... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenth... | (function_definition "undefined4 FUN_00247900(undefined4 param_1)\n\n{\n if (*(int *)(DAT_005ea7c8 + 8) != 0) {\n FUN_00247790(param_1,0);\n return 1;\n }\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00247900(undefined4 param_1)" (identifier "FUN_00247900") (parameter_list "(undefin... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: bool initialize(Initialize_lock * this) */
bool __thiscall gold::type... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression ... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(undefined4 param_1)
{
if (*(int *)(DAT_005ea7c8 + 8) != 0) {
FUN_00247790(param_1,0);
return 1;
}
return 0;
}
|
1008_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Struct_no_now | FUN_000388b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_now(Struct_no_now * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_now::~Struct_no_now(Struct_no_now *this,int __in_chrg)
{
pointer pcVar1;
(this->supe... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000388b0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_0039d6a4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
FUN_001fd000(param_1,0x3c);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x371749
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff36a4]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x000388e2
SUB ESP,0xc
PUSH EAX
CALL 0x001fd020
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x3c
PUSH ESI
CALL 0x001fd000
AD... | null | null | null | null | [('tmp_323', u'PTRSUB_-1206089259'), ('tmp_135', u'CBRANCH_-1206089462'), ('const-0', u'PTRSUB_-1206089268'), ('const-417', u'STORE_-1206089485'), ('const-0', u'PTRSUB_-1206089265'), ('const-4', u'PTRSUB_-1206089273'), (u'CAST_-1206089255', u'STORE_-1206089485'), ('tmp_323', u'PTRSUB_-1206089262'), ('const-417', u'LOAD... | [('const-417', u'STORE_-1206089485'), ('tmp_135', u'CBRANCH_-1206089462'), ('tmp_597', u'STORE_-1206089485'), (u'LOAD_-1206089482', u'CAST_-1206089267'), ('tmp_597', u'CALL_-1206089398'), ('const-4', u'PTRADD_-1206089267'), (u'CAST_-1206089267', u'CALL_-1206089439'), (u'PTRSUB_-1206089270', u'STORE_-1206089485'), (u'IN... | null | null | 000388b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000388b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d6a4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(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 ~Struct_no_now(Struct_no_now * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_now::~Struct_no_now(Struct_no_now *this,int __in_chrg)\n\n{\n pointer... | (translation_unit "void FUN_000388b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d6a4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_000388b0(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_000388b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039d6a4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000388b0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_now(Struct_no_now * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_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_0039d6a4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
FUN_001fd000(param_1,0x3c);
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.