file_name stringlengths 18 81 | original_function_name stringlengths 2 716 | stripped_function_name stringlengths 2 44 | decompiled_code_original stringlengths 41 480k ⌀ | decompiled_code_stripped stringlengths 37 233k ⌀ | assembly_code stringlengths 3 141k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 5.38M | pcode_edges_stripped stringlengths 11 4.09M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 348 6.43M ⌀ | S-Expression_decompiled_code_original stringlengths 360 20.2M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 289 6.43M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 148 531k ⌀ | S-Expression_decompiled_code_original_root stringlengths 291 6.48M ⌀ | Replace_function_name_and_variable_name stringlengths 39 441k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 225 747k ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 233k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12_cp_and_cp_strip.c | acl_entries | acl_entries |
void acl_entries(void)
{
(*(code *)PTR_acl_entries_0003c030)();
return;
}
|
void acl_entries(void)
{
(*(code *)PTR_acl_entries_0003c030)();
return;
}
| JMP dword ptr [EBX + 0x30] | null | null | null | null | [(u'CALLIND_-1205985062', u'INDIRECT_-1205984990'), (u'INDIRECT_-1205984990', u'COPY_-1205985049'), ('tmp_58', u'CAST_-1205984985'), ('const-0', u'RETURN_-1205985059'), (u'CAST_-1205984985', u'CALLIND_-1205985062')] | [(u'CALLIND_-1205985062', u'INDIRECT_-1205984990'), (u'INDIRECT_-1205984990', u'COPY_-1205985049'), ('tmp_58', u'CAST_-1205984985'), ('const-0', u'RETURN_-1205985059'), (u'CAST_-1205984985', u'CALLIND_-1205985062')] | null | null | 000120d0 | x86 | O0 | (translation_unit "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}\n\n" (function_definition "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}" primitive_type (function_declarator "acl_entries(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}\n\n" (function_definition "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}" primitive_type (function_declarator "acl_entries(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}\n\n" (function_definition "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}" primitive_type (function_declarator "acl_entries(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 (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void acl_entries(void)\n\n{\n (*(code *)PTR_acl_entries_0003c030)();\n return;\n}" (primitive_type "void") (function_declarator "acl_entries(void)" (identifier "acl_entries") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_acl_entries_0003c030)();
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_0003c030)();
return;
}
|
6_x86_64-kfreebsd-gnu-readelf_and_x86_64-kfreebsd-gnu-readelf_strip.c | fflush | fflush |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_000b4018)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fflush_000b4018)();
return iVar1;
}
| JMP dword ptr [EBX + 0x18] | null | null | null | null | [(u'INDIRECT_-1205980989', u'COPY_-1205981048'), ('tmp_67', u'CAST_-1205980983'), ('const-0', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'INDIRECT_-1205980989'), (u'CAST_-1205980983', u'CALLIND_-1205981062')] | [(u'INDIRECT_-1205980989', u'COPY_-1205981048'), ('tmp_67', u'CAST_-1205980983'), ('const-0', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'INDIRECT_-1205980989'), (u'CAST_-1205980983', u'CALLIND_-1205981062')] | null | null | 00013070 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_000b4018)();\n return iVar1;\n}\n\n" comment (function_definition "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_000b4018)();\n return iVar1;\n}\n\n" comment (function_definition "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_000b4018)();\n return iVar1;\n}\n\n" (function_definition "int fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_000b4018)();\n return iVar1;\n}" primitive_type (function_declarator "fflush... | (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 fflush(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fflush_000b4018)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fflush_000b4018)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_000b4018)();
return iVar1;
}
|
621_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | gldelf_x86_64_find_statement_assignment | FUN_0003eb90 |
/* WARNING: Unknown calling convention */
void gldelf_x86_64_find_statement_assignment(lang_statement_union_type *s)
{
if ((s->header).type != lang_assignment_statement_enum) {
return;
}
gldelf_x86_64_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);
return;
}
|
void FUN_0003eb90(int param_1)
{
if (*(int *)(param_1 + 4) != 1) {
return;
}
FUN_0003ea90();
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
CMP dword ptr [EAX + 0x4],0x1
JZ 0x0003eba0
RET
MOV EAX,dword ptr [EAX + 0x8]
JMP 0x0003ea90 | null | null | null | null | [('tmp_68', u'PTRSUB_-1206064128'), (u'PTRSUB_-1206064115', u'PTRSUB_-1206064118'), ('const-0', u'PTRSUB_-1206064115'), (u'LOAD_-1206064230', u'INT_NOTEQUAL_-1206064214'), ('const-1', u'INT_NOTEQUAL_-1206064214'), ('const-4', u'PTRSUB_-1206064131'), ('const-0', u'RETURN_-1206064202'), ('const-0', u'PTRSUB_-1206064117')... | [(u'LOAD_-1206064230', u'INT_NOTEQUAL_-1206064214'), ('const-1', u'INT_NOTEQUAL_-1206064214'), ('const-0', u'RETURN_-1206064202'), ('const-417', u'LOAD_-1206064230'), (u'INT_ADD_-1206064214', u'CAST_-1206064133'), (u'CAST_-1206064133', u'LOAD_-1206064230'), ('tmp_42', u'CBRANCH_-1206064212'), ('const-0', u'RETURN_-1206... | null | null | 0003eb90 | x86 | O0 | (translation_unit "void FUN_0003eb90(int param_1)\n\n{\n if (*(int *)(param_1 + 4) != 1) {\n return;\n }\n FUN_0003ea90();\n return;\n}\n\n" (function_definition "void FUN_0003eb90(int param_1)\n\n{\n if (*(int *)(param_1 + 4) != 1) {\n return;\n }\n FUN_0003ea90();\n return;\n}" primitive_type (function_... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid gldelf_x86_64_find_statement_assignment(lang_statement_union_type *s)\n\n{\n if ((s->header).type != lang_assignment_statement_enum) {\n return;\n }\n gldelf_x86_64_find_exp_assignment((etree_type *)(s->output_section_statement).children.head);\... | (translation_unit "void FUN_0003eb90(int param_1)\n\n{\n if (*(int *)(param_1 + 4) != 1) {\n return;\n }\n FUN_0003ea90();\n return;\n}\n\n" (function_definition "void FUN_0003eb90(int param_1)\n\n{\n if (*(int *)(param_1 + 4) != 1) {\n return;\n }\n FUN_0003ea90();\n return;\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenth... | (function_definition "void FUN_0003eb90(int param_1)\n\n{\n if (*(int *)(param_1 + 4) != 1) {\n return;\n }\n FUN_0003ea90();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003eb90(int param_1)" (identifier "FUN_0003eb90") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int para... |
/* WARNING: Unknown calling convention */
void function_1(type_1 *s)
{
if ((s->header).type != var_1) {
return;
}
var_2((type_2 *)(s->output_section_statement).children.head);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression le... | null |
void MASKED(int param_1)
{
if (*(int *)(param_1 + 4) != 1) {
return;
}
FUN_0003ea90();
return;
}
|
49_i686-linux-gnu-objcopy_and_i686-linux-gnu-objcopy_strip.c | fread | fread |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_000400c8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_000400c8)();
return sVar1;
}
| JMP dword ptr [EBX + 0xc8] | null | null | null | null | [('const-0', u'RETURN_-1205980355'), ('tmp_82', u'CAST_-1205980276'), (u'INDIRECT_-1205980285', u'COPY_-1205980344'), (u'CALLIND_-1205980358', u'RETURN_-1205980355'), (u'CAST_-1205980276', u'CALLIND_-1205980358'), (u'CALLIND_-1205980358', u'INDIRECT_-1205980285')] | [('const-0', u'RETURN_-1205980355'), ('tmp_82', u'CAST_-1205980276'), (u'INDIRECT_-1205980285', u'COPY_-1205980344'), (u'CALLIND_-1205980358', u'RETURN_-1205980355'), (u'CAST_-1205980276', u'CALLIND_-1205980358'), (u'CALLIND_-1205980358', u'INDIRECT_-1205980285')] | null | null | 00013330 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_... | (translation_unit "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_f... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration ... | (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (identifier "fread") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fread_000400c8)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_000400c8)();
return sVar1;
}
|
8122_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | __is_pointer_p | FUN_001c8720 |
/* std::type_info::__is_pointer_p() const */
undefined4 std::type_info::__is_pointer_p(void)
{
return 0;
}
|
undefined4 FUN_001c8720(void)
{
return 0;
}
| XOR EAX,EAX
RET | null | null | null | null | [('const-0', u'RETURN_-1207728329'), ('const-0', u'COPY_-1207728349'), (u'COPY_-1207728349', u'RETURN_-1207728329')] | [('const-0', u'RETURN_-1207728329'), ('const-0', u'COPY_-1207728349'), (u'COPY_-1207728349', u'RETURN_-1207728329')] | null | null | 001c8720 | x86 | O0 | (translation_unit "undefined4 FUN_001c8720(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_001c8720(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001c8720(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit "/* std::type_info::__is_pointer_p() const */\n\nundefined4 std::type_info::__is_pointer_p(void)\n\n{\n return 0;\n}\n\n" comment (function_definition "undefined4 std::type_info::__is_pointer_p(void)\n\n{\n return 0;\n}" type_identifier (ERROR "std::type_info::" identifier : : identifier : :) (funct... | (translation_unit "undefined4 FUN_001c8720(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_001c8720(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001c8720(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined4 FUN_001c8720(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_001c8720(void)" (identifier "FUN_001c8720") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{")... |
/* std::type_info::__is_pointer_p() const */
type_1 std::type_info::function_1(void)
{
return 0;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
undefined4 MASKED(void)
{
return 0;
}
|
278_powerpc64le-linux-gnu-readelf_and_powerpc64le-linux-gnu-readelf_strip.c | decode_location_expression | FUN_0004ff30 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3
decode_location_expression
(uchar *data,uint pointer_size,uint offset_size,int dwarf_version,dwarf_vma length,
dwarf_vma cu_offset,dwarf_section *section)
{
char *pcVar1;
undefined4 uVar2;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3
FUN_0004ff30(byte *param_1,uint param_2,uint param_3,int param_4,int param_5,undefined4 param_6,
undefined4 param_7,undefined4 param_8,undefined4 param_9)
{
char *pcVar1;
undefined4 uVar2;
... | PUSH EBP
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00013f70
ADD EBX,0x640c5
SUB ESP,0x4c
MOV EDI,dword ptr [ESP + 0x6c]
MOV EBP,dword ptr [ESP + 0x70]
MOV dword ptr [ESP + 0x18],EDX
MOV dword ptr [ESP + 0x1c],ECX
MOV dword ptr [ESP + 0x10],EDI
MOV EDI,dword ptr [ESP + 0x64]
MOV dword ptr [ESP + 0x14],EBP
ADD EDI,EA... | null | null | null | null | [(u'INDIRECT_-1206227522', u'MULTIEQUAL_-1206227400'), (u'CALL_-1206246989', u'INDIRECT_-1206228142'), (u'INDIRECT_-1206231166', u'MULTIEQUAL_-1206233292'), (u'INDIRECT_-1206233600', u'MULTIEQUAL_-1206235061'), (u'PTRADD_-1206124582', u'INT_LESS_-1206247533'), (u'CALL_-1206248023', u'INDIRECT_-1206236374'), (u'INDIRECT... | [(u'CALL_-1206248013', u'INDIRECT_-1206234091'), (u'INDIRECT_-1206232963', u'MULTIEQUAL_-1206232855'), ('const-600351', u'COPY_-1206232689'), (u'MULTIEQUAL_-1206232456', u'MULTIEQUAL_-1206232445'), (u'PTRADD_-1206124582', u'INT_LESS_-1206247533'), (u'INDIRECT_-1206234623', u'MULTIEQUAL_-1206235521'), (u'MULTIEQUAL_-120... | null | null | 0004ff30 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3\nFUN_0004ff30(byte *param_1,uint param_2,uint param_3,int param_4,int param_5,undefined4 param_6,\n undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n char *pcVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3\ndecode_location_expression\n (uchar *data,uint pointer_size,uint offset_size,int dwarf_version,dwarf_vma length,\n dwarf_vma cu_offset,dwarf_section *section)\n\n{\n char *pcV... | (translation_unit "undefined4 __regparm3\nFUN_0004ff30(byte *param_1,uint param_2,uint param_3,int param_4,int param_5,undefined4 param_6,\n undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n uint uVa... | (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) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "undefined4 __regparm3\nFUN_0004ff30(byte *param_1,uint param_2,uint param_3,int param_4,int param_5,undefined4 param_6,\n undefined4 param_7,undefined4 param_8,undefined4 param_9)\n\n{\n char *pcVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n uint ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3
function_1
(type_1 *var_1,type_2 var_5,type_2 var_23,int var_22,type_3 length,
type_3 cu_offset,type_4 *section)
{
char *pcVar1;
type_5 uVar2;
char *pcVar3;
char *regno;
type_6 *var_21... | 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: (type_identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3
MASKED(byte *param_1,uint param_2,uint param_3,int param_4,int param_5,undefined4 param_6,
undefined4 param_7,undefined4 param_8,undefined4 param_9)
{
char *pcVar1;
undefined4 uVar2;
undef... |
468_m68k-linux-gnu-as_and_m68k-linux-gnu-as_strip.c | s_incbin | FUN_00033b00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void s_incbin(int x)
{
char *pcVar1;
FILE *__stream;
char *pcVar2;
int iVar3;
long lVar4;
size_t sVar5;
char *format;
char cVar6;
size_t nchars;
int local_44;
size_t... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00033b00(void)
{
char *__filename;
FILE *__stream;
char *__s;
int iVar1;
long lVar2;
void *__ptr;
size_t sVar3;
undefined4 uVar4;
char cVar5;
size_t __n;
int local_44;
size_t local_40;
int loca... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017010
ADD EBX,0x444f7
SUB ESP,0x4c
CALL 0x0004a480
LEA EDI,[EBX + 0x97b4]
MOV EAX,dword ptr [EDI]
CMP byte ptr [EAX],0x20
JNZ 0x00033b29
ADD EAX,0x1
MOV dword ptr [EDI],EAX
SUB ESP,0xc
LEA EAX,[ESP + 0x38]
PUSH EAX
CALL 0x00033550
ADD ESP,0x10
MOV EBP,EAX
TEST EAX,EAX
JZ 0x... | null | null | null | null | [(u'INDIRECT_-1206105344', u'MULTIEQUAL_-1206105768'), ('const-32', u'INT_EQUAL_-1206107527'), ('const-0', u'CALL_-1206107847'), (u'INT_ADD_-1206108679', u'CAST_-1206105608'), (u'CALL_-1206108400', u'INDIRECT_-1206105660'), (u'CALL_-1206109304', u'CALL_-1206107260'), (u'INDIRECT_-1206105952', u'INT_ADD_-1206108000'), (... | [(u'MULTIEQUAL_-1206105547', u'MULTIEQUAL_-1206106244'), (u'CALL_-1206107983', u'CAST_-1206105445'), ('const-4', u'INT_MULT_-1206107826'), (u'INT_RIGHT_-1206105737', u'SUBPIECE_-1206106875'), (u'CAST_-1206105692', u'INT_RIGHT_-1206105737'), (u'CALL_-1206108510', u'INDIRECT_-1206105722'), (u'CALL_-1206109176', u'INDIREC... | null | null | 00033b00 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00033b00(void)\n\n{\n char *__filename;\n FILE *__stream;\n char *__s;\n int iVar1;\n long lVar2;\n void *__ptr;\n size_t sVar3;\n undefined4 uVar4;\n char cVar5;\n size_t __n;\n int local_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid s_incbin(int x)\n\n{\n char *pcVar1;\n FILE *__stream;\n char *pcVar2;\n int iVar3;\n long lVar4;\n size_t sVar5;\n char *format;\n char cVar6;\n size_t ... | (translation_unit "void FUN_00033b00(void)\n\n{\n char *__filename;\n FILE *__stream;\n char *__s;\n int iVar1;\n long lVar2;\n void *__ptr;\n size_t sVar3;\n undefined4 uVar4;\n char cVar5;\n size_t __n;\n int local_44;\n size_t local_40;\n int local_30 [7];\n undefined4 uStack_14;\n \n uStack_14 = 0x3... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;)... | (function_definition "void FUN_00033b00(void)\n\n{\n char *__filename;\n FILE *__stream;\n char *__s;\n int iVar1;\n long lVar2;\n void *__ptr;\n size_t sVar3;\n undefined4 uVar4;\n char cVar5;\n size_t __n;\n int local_44;\n size_t local_40;\n int local_30 [7];\n undefined4 uStack_14;\n \n uStack_14 = ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(int x)
{
char *var_4;
type_1 *var_12;
char *pcVar2;
int var_18;
long var_24;
size_t sVar5;
char *format;
char var_5;
size_t var_26;
int var_25;
size_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
char *__filename;
FILE *__stream;
char *__s;
int iVar1;
long lVar2;
void *__ptr;
size_t sVar3;
undefined4 uVar4;
char cVar5;
size_t __n;
int local_44;
size_t local_40;
int local_30 [... |
161_tsort_and_tsort_strip.c | close_stream | FUN_000166ab |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int close_stream(FILE *stream)
{
int iVar1;
int iVar2;
int iVar3;
int *piVar4;
_Bool some_pending;
_Bool prev_fail;
_Bool fclose_fail;
iVar1 = __fpending(stream);
iVa... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_000166ab(FILE *param_1)
{
int iVar1;
int iVar2;
int iVar3;
int *piVar4;
iVar1 = __fpending(param_1);
iVar2 = ferror_unlocked(param_1);
iVar3 = FUN_00015196(param_1);
if ((iVar2 == 0) &&
((i... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x14
CALL 0x000113f0
ADD EBX,0x4949
SUB ESP,0xc
PUSH dword ptr [EBP + 0x8]
CALL 0x00011180
ADD ESP,0x10
TEST EAX,EAX
SETNZ AL
MOV byte ptr [EBP + -0xb],AL
SUB ESP,0xc
PUSH dword ptr [EBP + 0x8]
CALL 0x00011150
ADD ESP,0x10
TEST EAX,EAX
SETNZ AL
MOV byte ptr [EBP + -0xa],AL
SUB ESP,... | null | null | null | null | [('tmp_444', u'CBRANCH_-1205966935'), (u'CALL_-1205966990', u'INT_EQUAL_-1205966964'), (u'INT_EQUAL_-1205966964', u'CBRANCH_-1205966835'), ('const-0', u'COPY_-1205966539'), ('tmp_480', u'CBRANCH_-1205966916'), (u'CALL_-1205966889', u'LOAD_-1205966888'), ('const-9', u'INT_EQUAL_-1205966870'), (u'INT_EQUAL_-1205966964', ... | [('tmp_444', u'CBRANCH_-1205966935'), (u'CALL_-1205966990', u'INT_EQUAL_-1205966964'), ('tmp_1543', u'CALL_-1205967052'), (u'INT_EQUAL_-1205966964', u'CBRANCH_-1205966835'), ('tmp_480', u'CBRANCH_-1205966916'), ('const-4294967295', u'COPY_-1205966715'), (u'CALL_-1205966889', u'LOAD_-1205966888'), (u'INT_EQUAL_-12059669... | null | null | 000166ab | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000166ab(FILE *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n \n iVar1 = __fpending(param_1);\n iVar2 = ferror_unlocked(param_1);\n iVar3 = FUN_00015196(param_1);\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint close_stream(FILE *stream)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n _Bool some_pending;\n _Bool prev_fail;\n _Bool fclose_fail;\n \n i... | (translation_unit "undefined4 FUN_000166ab(FILE *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n \n iVar1 = __fpending(param_1);\n iVar2 = ferror_unlocked(param_1);\n iVar3 = FUN_00015196(param_1);\n if ((iVar2 == 0) &&\n ((iVar3 == 0 || ((iVar1 == 0 && (piVar4 = __errno_location(), *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_stat... | (function_definition "undefined4 FUN_000166ab(FILE *param_1)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n \n iVar1 = __fpending(param_1);\n iVar2 = ferror_unlocked(param_1);\n iVar3 = FUN_00015196(param_1);\n if ((iVar2 == 0) &&\n ((iVar3 == 0 || ((iVar1 == 0 && (piVar4 = __errno_location()... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(type_1 *stream)
{
int var_6;
int var_4;
int var_5;
int *piVar4;
type_2 some_pending;
type_2 prev_fail;
type_2 fclose_fail;
var_6 = var_1(stream);
var_4... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(FILE *param_1)
{
int iVar1;
int iVar2;
int iVar3;
int *piVar4;
iVar1 = __fpending(param_1);
iVar2 = ferror_unlocked(param_1);
iVar3 = FUN_00015196(param_1);
if ((iVar2 == 0) &&
((iVar3 =... |
4886_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c | input_value | FUN_00127460 |
/* DWARF original prototype: Value input_value(Symbol_value<32> * this) */
Value __thiscall gold::Symbol_value<32>::input_value(Symbol_value<32> *this)
{
return (this->u_).value;
}
|
undefined4 FUN_00127460(int param_1)
{
return *(undefined4 *)(param_1 + 0xc);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0xc]
RET | null | null | null | null | [(u'PTRSUB_-1207077711', u'LOAD_-1207077782'), ('tmp_27', u'PTRSUB_-1207077712'), ('const-0', u'PTRSUB_-1207077711'), (u'COPY_-1207077782', u'RETURN_-1207077767'), ('const-417', u'LOAD_-1207077782'), (u'LOAD_-1207077782', u'COPY_-1207077782'), ('const-12', u'PTRSUB_-1207077712'), (u'PTRSUB_-1207077712', u'PTRSUB_-12070... | [('tmp_29', u'INT_ADD_-1207077766'), ('const-12', u'INT_ADD_-1207077766'), (u'CAST_-1207077714', u'LOAD_-1207077782'), (u'COPY_-1207077782', u'RETURN_-1207077767'), (u'INT_ADD_-1207077766', u'CAST_-1207077714'), (u'LOAD_-1207077782', u'COPY_-1207077782'), ('const-417', u'LOAD_-1207077782'), ('const-0', u'RETURN_-120707... | null | null | 00127460 | x86 | O0 | (translation_unit "undefined4 FUN_00127460(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xc);\n}\n\n" (function_definition "undefined4 FUN_00127460(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xc);\n}" type_identifier (function_declarator "FUN_00127460(int param_1)" identifier (parameter_list "(int p... | (translation_unit "/* DWARF original prototype: Value input_value(Symbol_value<32> * this) */\n\nValue __thiscall gold::Symbol_value<32>::input_value(Symbol_value<32> *this)\n\n{\n return (this->u_).value;\n}\n\n" comment (function_definition "Value __thiscall gold::Symbol_value<32>::input_value(Symbol_value<32> *this... | (translation_unit "undefined4 FUN_00127460(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xc);\n}\n\n" (function_definition "undefined4 FUN_00127460(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xc);\n}" type_identifier (function_declarator "FUN_00127460(int param_1)" identifier (parameter_list "(int p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ... | (function_definition "undefined4 FUN_00127460(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xc);\n}" (type_identifier "undefined4") (function_declarator "FUN_00127460(int param_1)" (identifier "FUN_00127460") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (i... |
/* DWARF original prototype: Value input_value(Symbol_value<32> * this) */
type_1 __thiscall gold::type_2<32>::function_1(type_2<32> *this)
{
return (this->u_).value;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ... | null |
undefined4 MASKED(int param_1)
{
return *(undefined4 *)(param_1 + 0xc);
}
|
3589_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | symbol_section_and_value | FUN_000be340 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint symbol_section_and_value(Sized_relobj_file<32,_true> * this, uint
sym, Address * value, bool * is_ordinary) */
uint __thiscall
gold::Sized_relobj_file<32,_true>::symbol_section_and_value
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000be340(int *param_1,uint param_2)
{
uint uVar1;
code *pcVar2;
ushort uVar3;
int iVar4;
undefined4 *puVar5;
undefined4 uStack_40;
undefined1 auStack_3c [8];
uint local_34;
uint local_30;
undefined4 ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x2d0cb7
SUB ESP,0x2c
MOV EDI,dword ptr [ESP + 0x40]
MOV ESI,dword ptr [ESP + 0x44]
MOV EAX,dword ptr [EDI]
MOV EDX,dword ptr [EDI + 0xac]
LEA ECX,[EBX + 0xffd2f280]
MOV EAX,dword ptr [EAX + 0x38]
CMP EAX,ECX
JNZ 0x000be438
LEA EAX,[ESP + 0x10]
SUB ESP,0x4
PUS... | null | null | null | null | [('tmp_1690', u'PTRSUB_-1206589178'), ('tmp_1691', u'INT_LESSEQUAL_-1206590352'), ('tmp_1690', u'PTRSUB_-1206589047'), ('const-27', u'PTRADD_-1206589015'), (u'CALL_-1206590497', u'INDIRECT_-1206589442'), ('const-417', u'LOAD_-1206590584'), ('const-8', u'INT_LEFT_-1206590256'), ('const-0', u'PTRSUB_-1206589143'), (u'LOA... | [('tmp_2145', u'PTRSUB_-1206589109'), (u'CALL_-1206589711', u'INDIRECT_-1206588948'), (u'INT_ADD_-1206589811', u'CAST_-1206588819'), ('const-4', u'PTRADD_-1206589161'), (u'INDIRECT_-1206589288', u'INT_NOTEQUAL_-1206590453'), (u'MULTIEQUAL_-1206589789', u'CAST_-1206588855'), (u'CAST_-1206588861', u'STORE_-1206590014'), ... | null | null | 000be340 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000be340(int *param_1,uint param_2)\n\n{\n uint uVar1;\n code *pcVar2;\n ushort uVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 uStack_40;\n undefined1 auStack_3c [8];\n uint local_34;\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint symbol_section_and_value(Sized_relobj_file<32,_true> * this, uint\n sym, Address * value, bool * is_ordinary) */\n\nuint __thiscall\ngold::Sized_relobj_file<32,_true>::symbol_s... | (translation_unit "void FUN_000be340(int *param_1,uint param_2)\n\n{\n uint uVar1;\n code *pcVar2;\n ushort uVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 uStack_40;\n undefined1 auStack_3c [8];\n uint local_34;\n uint local_30;\n undefined4 local_2c;\n uint local_28;\n int local_24;\n undefined4 u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_000be340(int *param_1,uint param_2)\n\n{\n uint uVar1;\n code *pcVar2;\n ushort uVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 uStack_40;\n undefined1 auStack_3c [8];\n uint local_34;\n uint local_30;\n undefined4 local_2c;\n uint local_28;\n int local_24;\n undefined... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint symbol_section_and_value(Sized_relobj_file<32,_true> * this, uint
sym, Address * value, bool * is_ordinary) */
type_1 __thiscall
gold::Sized_relobj_file<32,_true>::symbol_section_and_value
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,uint param_2)
{
uint uVar1;
code *pcVar2;
ushort uVar3;
int iVar4;
undefined4 *puVar5;
undefined4 uStack_40;
undefined1 auStack_3c [8];
uint local_34;
uint local_30;
undefined4 local_... |
5531_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_plt_address_for_local | FUN_0020e7c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_s390<64> * this, Relobj *
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 FUN_0020e7c0(int param_1,int *param_2,undefined4 param_3)
{
int iVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
iVar1 = *(int *)(param_1 + 0x18);
if (iVar1 == 0) {
param_2 = (int *)FUN_0020... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDX,dword ptr [ESP + 0x10]
CALL 0x00050b50
ADD EBX,0x3db834
MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,dword ptr [EDX + 0x18]
TEST EDX,EDX
JZ 0x0020e811
TEST byte ptr [EDX + 0x1c],0x1
JZ 0x0020e816
MOV ECX,dword ptr [EDX + 0x44]
XOR EDI,EDI
LEA ESI,[ECX + 0x1]
SHL ESI,0x5
ADD ESI,dword ptr [E... | null | null | null | null | [('const-1', u'RETURN_-1203771423')] | [('const-417', u'LOAD_-1203771237'), (u'CALLIND_-1203771227', u'INT_CARRY_-1203771196'), (u'CALLIND_-1203771227', u'INT_ADD_-1203771196'), (u'INT_AND_-1203771356', u'INT_NOTEQUAL_-1203771369'), ('const-24', u'INT_ADD_-1203771388'), (u'CAST_-1203770977', u'LOAD_-1203771300'), ('const-417', u'LOAD_-1203771255'), ('tmp_11... | null | null | 0020e7c0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 FUN_0020e7c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n \n iVar1 = *(int *)(param_1 + 0x18);\n if (iVar1 == 0) {... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_s390<64>... | (translation_unit "undefined8 FUN_0020e7c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n \n iVar1 = *(int *)(param_1 + 0x18);\n if (iVar1 == 0) {\n param_2 = (int *)FUN_0020e790();\n }\n else if ((*(byte *)(iVar1 + 0x1c) & 1) != 0) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE I... | (function_definition "undefined8 FUN_0020e7c0(int param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n uint uVar5;\n \n iVar1 = *(int *)(param_1 + 0x18);\n if (iVar1 == 0) {\n param_2 = (int *)FUN_0020e790();\n }\n else if ((*(byte *)(iVar1 + 0x1c) & 1) != ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_s390<64> * this, Relobj *
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 MASKED(int param_1,int *param_2,undefined4 param_3)
{
int iVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
iVar1 = *(int *)(param_1 + 0x18);
if (iVar1 == 0) {
param_2 = (int *)FUN_0020e790()... |
576_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_00040bda | FUN_00040bda |
void FUN_00040bda(void)
{
int unaff_EBP;
operator_delete(*(void **)(unaff_EBP + -0x4fc),0x38);
if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {
operator_delete(*(void **)(unaff_EBP + -0x30));
}
if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {
operator_... |
void __regparm3 FUN_00040bda(undefined4 param_1,undefined4 param_2)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4fc),0x38,param_2,param_2);
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
if (*(int *)(unaff_EBP + -0x3c0)... | PUSH EDX
MOV EBX,ESI
PUSH EDX
PUSH 0x38
PUSH dword ptr [EBP + 0xfffffb04]
CALL 0x003ae060
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x30]
CMP EAX,dword ptr [EBP + 0xfffffb74]
JZ 0x0003dae4
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
JMP 0x0003dae4 | null | null | null | null | [('tmp_2075', u'INT_ADD_-1206068075'), (u'INT_ADD_-1206068351', u'CAST_-1206067512'), (u'LOAD_-1206186996', u'INT_NOTEQUAL_-1206186974'), (u'INT_ADD_-1206068411', u'CAST_-1206067535'), (u'CAST_-1206067332', u'LOAD_-1206067953'), (u'CAST_-1206067415', u'LOAD_-1206068151'), (u'INT_ADD_-1206186974', u'CAST_-1206186058'), ... | [(u'CAST_-1206067537', u'LOAD_-1206068427'), ('const-417', u'LOAD_-1206068229'), (u'LOAD_-1206186996', u'INT_NOTEQUAL_-1206186974'), ('tmp_2070', u'INT_ADD_-1206068075'), ('tmp_2070', u'INT_ADD_-1206068342'), ('const-417', u'LOAD_-1206068151'), ('const-417', u'LOAD_-1206068022'), (u'CAST_-1206067544', u'LOAD_-120606843... | null | null | 00040bda | x86 | O0 | (translation_unit "void __regparm3 FUN_00040bda(undefined4 param_1,undefined4 param_2)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4fc),0x38,param_2,param_2);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*... | (translation_unit "void FUN_00040bda(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4fc),0x38);\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP... | (translation_unit "void __regparm3 FUN_00040bda(undefined4 param_1,undefined4 param_2)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4fc),0x38,param_2,param_2);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*... | (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 ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_ex... | (function_definition "void __regparm3 FUN_00040bda(undefined4 param_1,undefined4 param_2)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4fc),0x38,param_2,param_2);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if... |
void function_1(void)
{
int var_2;
var_1(*(void **)(var_2 + -0x4fc),0x38);
if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x48c)) {
var_1(*(void **)(var_2 + -0x30));
}
if (*(void **)(var_2 + -0x3c0) != *(void **)(var_2 + -0x4f8)) {
var_1(*(void **)(var_2 + -0x3c0));
}
if (*(void **)(var... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod... | null |
void __regparm3 MASKED(undefined4 param_1,undefined4 param_2)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4fc),0x38,param_2,param_2);
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
if (*(int *)(unaff_EBP + -0x3c0) != *(... |
10168_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | do_decimal_point | FUN_00259d70 |
/* std::numpunct<char>::do_decimal_point() const */
undefined1 __thiscall std::numpunct<char>::do_decimal_point(numpunct<char> *this)
{
return *(undefined1 *)(*(int *)(this + 8) + 0x24);
}
|
undefined1 FUN_00259d70(int param_1)
{
return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x8]
MOVZX EAX,byte ptr [EAX + 0x24]
RET | null | null | null | null | [(u'CAST_-1204118074', u'LOAD_-1204118144'), (u'COPY_-1204118139', u'RETURN_-1204118128'), (u'LOAD_-1204118144', u'COPY_-1204118139'), (u'CAST_-1204118078', u'LOAD_-1204118150'), ('const-0', u'RETURN_-1204118128'), (u'PTRADD_-1204118088', u'CAST_-1204118078'), ('const-417', u'LOAD_-1204118144'), (u'LOAD_-1204118150', u... | [(u'CAST_-1204118074', u'LOAD_-1204118144'), (u'COPY_-1204118139', u'RETURN_-1204118128'), (u'LOAD_-1204118144', u'COPY_-1204118139'), ('const-417', u'LOAD_-1204118150'), (u'CAST_-1204118078', u'LOAD_-1204118150'), ('const-0', u'RETURN_-1204118128'), (u'INT_ADD_-1204118134', u'CAST_-1204118078'), (u'LOAD_-1204118150', ... | null | null | 00259d70 | x86 | O0 | (translation_unit "undefined1 FUN_00259d70(int param_1)\n\n{\n return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);\n}\n\n" (function_definition "undefined1 FUN_00259d70(int param_1)\n\n{\n return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);\n}" type_identifier (function_declarator "FUN_00259d70(int param_1)" iden... | (translation_unit "/* std::numpunct<char>::do_decimal_point() const */\n\nundefined1 __thiscall std::numpunct<char>::do_decimal_point(numpunct<char> *this)\n\n{\n return *(undefined1 *)(*(int *)(this + 8) + 0x24);\n}\n\n" comment (function_definition "undefined1 __thiscall std::numpunct<char>::do_decimal_point(numpunc... | (translation_unit "undefined1 FUN_00259d70(int param_1)\n\n{\n return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);\n}\n\n" (function_definition "undefined1 FUN_00259d70(int param_1)\n\n{\n return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);\n}" type_identifier (function_declarator "FUN_00259d70(int param_1)" iden... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ... | (function_definition "undefined1 FUN_00259d70(int param_1)\n\n{\n return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);\n}" (type_identifier "undefined1") (function_declarator "FUN_00259d70(int param_1)" (identifier "FUN_00259d70") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive... |
/* std::numpunct<char>::do_decimal_point() const */
type_1 __thiscall std::type_2<char>::function_1(type_2<char> *var_1)
{
return *(type_1 *)(*(int *)(var_1 + 8) + 0x24);
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ... | null |
undefined1 MASKED(int param_1)
{
return *(undefined1 *)(*(int *)(param_1 + 8) + 0x24);
}
|
46_sg_seek_and_sg_seek_strip.c | getopt_long | getopt_long |
/* WARNING: Control flow encountered bad instruction data */
void getopt_long(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getopt_long@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void getopt_long(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205968842')] | [('const-1', u'RETURN_-1205968842')] | null | null | 0001602c | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void getopt_long(void)\n\n{\n /* WARNING: Bad inst... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getopt_long@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void getopt_long(vo... | (translation_unit "void getopt_long(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primi... | (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 getopt_long(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (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 */
/* getopt_long@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
3144_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | parse_optional_string | FUN_000aa300 |
/* WARNING: Unknown calling convention */
void gold::options::parse_optional_string(char *param_1,char *arg,char **retval)
{
*retval = arg;
return;
}
|
void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)
{
*param_3 = param_2;
return;
}
| MOV EDX,dword ptr [ESP + 0x8]
MOV EAX,dword ptr [ESP + 0xc]
MOV dword ptr [EAX],EDX
RET | null | null | null | null | [('const-417', u'STORE_-1206541550'), ('tmp_33', u'STORE_-1206541550'), ('tmp_32', u'STORE_-1206541550'), ('const-0', u'RETURN_-1206541538')] | [('const-0', u'RETURN_-1206541538'), ('tmp_36', u'STORE_-1206541550'), ('const-417', u'STORE_-1206541550'), ('tmp_37', u'STORE_-1206541550')] | null | null | 000aa300 | x86 | O0 | (translation_unit "void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n *param_3 = param_2;\n return;\n}\n\n" (function_definition "void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n *param_3 = param_2;\n return;\n}" primitive_type (function_declarator... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid gold::options::parse_optional_string(char *param_1,char *arg,char **retval)\n\n{\n *retval = arg;\n return;\n}\n\n" comment (function_definition "void gold::options::parse_optional_string(char *param_1,char *arg,char **retval)\n\n{\n *retval = arg;... | (translation_unit "void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n *param_3 = param_2;\n return;\n}\n\n" (function_definition "void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n *param_3 = param_2;\n return;\n}" primitive_type (function_declarator... | (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 { (expression_statement (assignment_expression (pointer_expression * IDENT)... | (function_definition "void FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n *param_3 = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000aa300(undefined4 param_1,undefined4 param_2,undefined4 *param_3)" (identifier "FUN_000aa300") (parameter_list "(undefined4 pa... |
/* WARNING: Unknown calling convention */
void gold::options::function_1(char *param_1,char *arg,char **retval)
{
*retval = arg;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 *param_3)
{
*param_3 = param_2;
return;
}
|
741_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | fprintf | fprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 */
h... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206398482')] | [('const-1', u'RETURN_-1206398482')] | null | null | 0008d1e4 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FIL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2489_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | ClonePixelChannelMap | ClonePixelChannelMap |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
PixelChannelMap * ClonePixelChannelMap(PixelChannelMap *channel_map)
{
PixelChannelMap *__dest;
PixelChannelMa... |
undefined4 __regparm3 ClonePixelChannelMap(undefined4 param_1,undefined4 param_2)
{
undefined4 uVar1;
int unaff_EBX;
undefined1 *puVar2;
puVar2 = &stack0xfffffffc;
entry(param_2,0x1385b3);
if (*(int *)(puVar2 + 8) == 0) {
/* WARNING: Subroutine does not return */
__assert_fail((... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x14
CALL 0x00033960
ADD EBX,0x291a4d
CMP dword ptr [EBP + 0x8],0x0
JNZ 0x001385de
LEA EAX,[EBX + 0xfff52790]
PUSH EAX
PUSH 0x8a
LEA EAX,[EBX + 0xfff51c1b]
PUSH EAX
LEA EAX,[EBX + 0xfff51c30]
PUSH EAX
CALL 0x000312a0
CALL 0x000309c0
MOV dword ptr [EBP + -0xc],EAX
CMP dword ptr [EBP... | null | null | null | null | [('tmp_225', u'CBRANCH_-1207138749'), ('tmp_376', u'INT_EQUAL_-1207138841'), ('const-1', u'RETURN_-1207138781'), (u'COPY_-1207138607', u'CALL_-1207138786'), (u'CALL_-1207138776', u'CALL_-1207138688'), (u'COPY_-1207138606', u'CALL_-1207138786'), ('const-138', u'CALL_-1207138786'), ('const-0', u'INT_EQUAL_-1207138841'), ... | [('tmp_225', u'CBRANCH_-1207138749'), ('const-1', u'RETURN_-1207138781'), (u'PTRADD_-1207138648', u'CAST_-1207138478'), ('const-1', u'PTRADD_-1207138612'), (u'INT_ADD_-1207138800', u'CAST_-1207138522'), ('const-4294967284', u'PTRADD_-1207138712'), ('const-417', u'LOAD_-1207138674'), (u'CALL_-1207138873', u'INDIRECT_-12... | null | null | 001385a7 | x86 | O0 | (translation_unit "undefined4 __regparm3 ClonePixelChannelMap(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int unaff_EBX;\n undefined1 *puVar2;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x1385b3);\n if (*(int *)(puVar2 + 8) == 0) {\n /* WARNING: Subroutine does not r... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n\nPixelChannelMap * ClonePixelChannelMap(PixelChannelMap *channel_map)\n\n{\n PixelChannelMap ... | (translation_unit "undefined4 __regparm3 ClonePixelChannelMap(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int unaff_EBX;\n undefined1 *puVar2;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x1385b3);\n if (*(int *)(puVar2 + 8) == 0) {\n \n __assert_fail((char *)(unaf... | (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 ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_sta... | (function_definition "undefined4 __regparm3 ClonePixelChannelMap(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n int unaff_EBX;\n undefined1 *puVar2;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x1385b3);\n if (*(int *)(puVar2 + 8) == 0) {\n \n __assert_fail((char *)(u... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
type_1 * function_1(type_1 *var_1)
{
type_1 *var_4;
type_1 *clone_map;
if (var_1 == (type_1 *)0x0) {
... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bo... | null |
undefined4 __regparm3 MASKED(undefined4 param_1,undefined4 param_2)
{
undefined4 uVar1;
int unaff_EBX;
undefined1 *puVar2;
puVar2 = &stack0xfffffffc;
entry(param_2,0x1385b3);
if (*(int *)(puVar2 + 8) == 0) {
/* WARNING: Subroutine does not return */
__assert_fail((char *)(unaff_... |
7589_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | wistream | FUN_001d2bb0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wistream::wistream(std::wstreambuf*) */
void __thiscall std::wistream::wistream(wistream *this,wstreambuf *param_1)
{
int iVar1;
wstreambuf *in_stack_0000000c;
iVar1 = *(int *)param_1;
*(int *)this = iVar1;
*... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001d2bb0(int *param_1,int *param_2,undefined4 param_3)
{
int iVar1;
iVar1 = *param_2;
*param_1 = iVar1;
*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[1];
param_1[1] = 0;
FUN_001d7490((int)para... | PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x16c449
SUB ESP,0xc
MOV ECX,dword ptr [ESP + 0x1c]
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [ECX]
MOV dword ptr [EAX],EDX
MOV ESI,dword ptr [ECX + 0x4]
MOV ECX,dword ptr [EDX + -0xc]
MOV dword ptr [EAX + ECX*0x1],ESI
MOV dword ptr [EAX + 0x4],0x0
PUSH dword ptr [ESP + ... | null | null | null | null | [(u'LOAD_-1207817237', u'STORE_-1207817231'), ('const-417', u'LOAD_-1207817228'), ('const-417', u'LOAD_-1207817222'), (u'INT_ADD_-1207817206', u'CAST_-1207817070'), ('tmp_270', u'CAST_-1207817077'), (u'INT_ADD_-1207817174', u'CAST_-1207817050'), (u'CAST_-1207817074', u'LOAD_-1207817228'), (u'CAST_-1207817062', u'STORE_... | [(u'LOAD_-1207817237', u'STORE_-1207817231'), ('const-417', u'LOAD_-1207817228'), ('const-417', u'LOAD_-1207817222'), (u'PTRADD_-1207817077', u'LOAD_-1207817228'), ('tmp_403', u'STORE_-1207817231'), (u'CAST_-1207817053', u'LOAD_-1207817186'), (u'CAST_-1207817069', u'INT_ADD_-1207817199'), ('tmp_404', u'CALL_-1207817164... | null | null | 001d2bb0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001d2bb0(int *param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[1];\n param_1[1] =... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wistream::wistream(std::wstreambuf*) */\n\nvoid __thiscall std::wistream::wistream(wistream *this,wstreambuf *param_1)\n\n{\n int iVar1;\n wstreambuf *in_stack_0000000c;\n \n iVar1 = *(int *)param_1;\... | (translation_unit "void FUN_001d2bb0(int *param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[1];\n param_1[1] = 0;\n FUN_001d7490((int)param_1 + *(int *)(iVar1 + -0xc),param_3);\n return;\n}\n\n" (func... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (... | (function_definition "void FUN_001d2bb0(int *param_1,int *param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[1];\n param_1[1] = 0;\n FUN_001d7490((int)param_1 + *(int *)(iVar1 + -0xc),param_3);\n return;\n}" (primi... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wistream::wistream(std::wstreambuf*) */
void __thiscall std::function_1::function_1(function_1 *var_1,type_1 *var_3)
{
int var_2;
type_1 *in_stack_0000000c;
var_2 = *(int *)var_3;
*(int *)var_1 = var_2;
*(typ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2,undefined4 param_3)
{
int iVar1;
iVar1 = *param_2;
*param_1 = iVar1;
*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[1];
param_1[1] = 0;
FUN_001d7490((int)param_1 + ... |
9279_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | incremental_relocs_scan_reltype<9> | FUN_0031bcc0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void incremental_relocs_scan_reltype<9>(Sized_relobj_file<64,_true> *
this, iterator * p) */
void __thiscall
gold::Sized_relobj_file<64,_true>::incremental_relocs_scan_reltype<9>
(Sized_re... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0031bcc0(int *param_1,int *param_2)
{
int iVar1;
char cVar2;
uint uVar3;
int *piVar4;
int iVar5;
uint uVar6;
uint uVar7;
uint *puVar8;
int iVar9;
iVar5 = *param_2;
puVar8 = *(uint **)(*(int *)(i... | CALL 0x00074f02
ADD EAX,0x2ce33b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x34]
MOV EBP,dword ptr [ESP + 0x30]
MOV ECX,dword ptr [EAX]
MOV EAX,dword ptr [ECX + 0x8]
MOV ESI,dword ptr [EAX + 0x8]
MOV EAX,dword ptr [ECX + 0x10]
MOV dword ptr [ESP + 0x4],EAX
T... | null | null | null | null | [('tmp_1394', u'CBRANCH_-1204895986'), ('tmp_1417', u'CALLIND_-1204896160'), ('const-8', u'PTRSUB_-1204895381'), ('const-0', u'RETURN_-1204895223'), ('const-417', u'LOAD_-1204896023'), (u'INT_OR_-1204895982', u'INT_OR_-1204895979'), (u'LOAD_-1204896023', u'MULTIEQUAL_-1204895571'), (u'INT_RIGHT_-1204896301', u'INT_OR_-... | [('tmp_1394', u'CBRANCH_-1204895986'), ('const-20', u'INT_ADD_-1204896280'), (u'INT_OR_-1204895982', u'INT_OR_-1204895979'), (u'MULTIEQUAL_-1204895586', u'INT_SUB_-1204896183'), ('const-4', u'INT_ADD_-1204896292'), (u'INT_RIGHT_-1204896301', u'INT_OR_-1204896300'), (u'INT_ADD_-1204896039', u'CAST_-1204895216'), (u'INT_... | null | null | 0031bcc0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0031bcc0(int *param_1,int *param_2)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n int iVar9;\n \n iVar5 = *param_2;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void incremental_relocs_scan_reltype<9>(Sized_relobj_file<64,_true> *\n this, iterator * p) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_true>::incremental_relocs_scan_reltype... | (translation_unit "void FUN_0031bcc0(int *param_1,int *param_2)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n int iVar9;\n \n iVar5 = *param_2;\n puVar8 = *(uint **)(*(int *)(iVar5 + 8) + 8);\n iVar1 = *(int *)(iVar5 + 0x10);\n if (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_0031bcc0(int *param_1,int *param_2)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int *piVar4;\n int iVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n int iVar9;\n \n iVar5 = *param_2;\n puVar8 = *(uint **)(*(int *)(iVar5 + 8) + 8);\n iVar1 = *(int *)(iVar5 + 0x10);\n i... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void incremental_relocs_scan_reltype<9>(Sized_relobj_file<64,_true> *
this, iterator * p) */
void __thiscall
gold::Sized_relobj_file<64,_true>::incremental_relocs_scan_reltype<9>
(Sized_re... | 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)
{
int iVar1;
char cVar2;
uint uVar3;
int *piVar4;
int iVar5;
uint uVar6;
uint uVar7;
uint *puVar8;
int iVar9;
iVar5 = *param_2;
puVar8 = *(uint **)(*(int *)(iVar5 +... |
889_sqlite3_and_sqlite3_strip.c | pcache1Unpin | FUN_00051e0b |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void pcache1Unpin(sqlite3_pcache *p,sqlite3_pcache_page *pPg,int reuseUnlikely)
{
int iVar1;
PCache1 *pCache;
PgHdr1 *pPage;
PGroup *pGroup;
PgHdr1 **ppFirst;
iVar1 = *(int... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00051e0b(int *param_1,int param_2,int param_3)
{
int iVar1;
iVar1 = *param_1;
if ((param_3 == 0) && (*(uint *)(iVar1 + 0x10) <= *(uint *)(iVar1 + 4))) {
*(int *)(param_2 + 0x1c) = iVar1 + 0x14;
*(int *)... | PUSH EBP
MOV EBP,ESP
SUB ESP,0x18
CALL 0x0003db2b
ADD EAX,0x13800a
MOV EAX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x18],EAX
MOV EAX,dword ptr [EBP + 0xc]
MOV dword ptr [EBP + -0x14],EAX
MOV EAX,dword ptr [EBP + -0x18]
MOV EAX,dword ptr [EAX]
MOV dword ptr [EBP + -0x10],EAX
CMP dword ptr [EBP + 0x10],0x0
JNZ 0x0005... | null | null | null | null | [(u'INT_ADD_-1206247703', u'CAST_-1206247473'), ('tmp_308', u'BRANCH_-1206247735'), ('tmp_526', u'PTRADD_-1206247533'), (u'PTRADD_-1206247468', u'PTRSUB_-1206247466'), (u'LOAD_-1206247803', u'INT_LESSEQUAL_-1206247772'), (u'PTRADD_-1206247533', u'CAST_-1206247429'), (u'INT_ADD_-1206247799', u'CAST_-1206247532'), (u'CAS... | [('tmp_308', u'BRANCH_-1206247735'), (u'LOAD_-1206247803', u'INT_LESSEQUAL_-1206247772'), (u'INT_ADD_-1206247636', u'CAST_-1206247468'), ('const-417', u'STORE_-1206247621'), ('tmp_858', u'CALL_-1206247750'), ('tmp_858', u'INT_ADD_-1206247636'), (u'INT_ADD_-1206247670', u'CAST_-1206247487'), (u'LOAD_-1206247852', u'INT_... | null | null | 00051e0b | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00051e0b(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((param_3 == 0) && (*(uint *)(iVar1 + 0x10) <= *(uint *)(iVar1 + 4))) {\n *(int *)(param_2 + 0x1c) =... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid pcache1Unpin(sqlite3_pcache *p,sqlite3_pcache_page *pPg,int reuseUnlikely)\n\n{\n int iVar1;\n PCache1 *pCache;\n PgHdr1 *pPage;\n PGroup *pGroup;\n PgHdr1 *... | (translation_unit "void FUN_00051e0b(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((param_3 == 0) && (*(uint *)(iVar1 + 0x10) <= *(uint *)(iVar1 + 4))) {\n *(int *)(param_2 + 0x1c) = iVar1 + 0x14;\n *(int *)(param_2 + 0x18) = *(int *)(iVar1 + 0x2c);\n *(int *)(*(int *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression I... | (function_definition "void FUN_00051e0b(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if ((param_3 == 0) && (*(uint *)(iVar1 + 0x10) <= *(uint *)(iVar1 + 4))) {\n *(int *)(param_2 + 0x1c) = iVar1 + 0x14;\n *(int *)(param_2 + 0x18) = *(int *)(iVar1 + 0x2c);\n *(int *)(*(in... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(type_1 *var_3,type_2 *pPg,int var_1)
{
int var_2;
type_3 *pCache;
type_4 *pPage;
type_5 *pGroup;
type_4 **ppFirst;
var_2 = *(int *)var_3;
if ((var_1 == 0)... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,int param_2,int param_3)
{
int iVar1;
iVar1 = *param_1;
if ((param_3 == 0) && (*(uint *)(iVar1 + 0x10) <= *(uint *)(iVar1 + 4))) {
*(int *)(param_2 + 0x1c) = iVar1 + 0x14;
*(int *)(param... |
2630_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | do_get_output_view | FUN_00084e60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uchar * do_get_output_view(Object * this, uint param_1,
section_size_type * param_2) */
uchar * __thiscall
gold::Object::do_get_output_view(Object *this,uint param_2,section_size_type *param_3)
{
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00084e60(void)
{
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/object.h",0x415,"do_get_output_view");
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x32519a
SUB ESP,0xc
LEA EAX,[EBX + 0xffef7620]
PUSH EAX
LEA EAX,[EBX + 0xffef1385]
PUSH 0x415
PUSH EAX
CALL 0x0007ac80 | null | null | null | null | [('const-2732933', u'COPY_-1206432050'), ('const-2758176', u'COPY_-1206432049'), (u'COPY_-1206432049', u'CALL_-1206432080'), (u'COPY_-1206432050', u'CALL_-1206432080'), ('const-1045', u'CALL_-1206432080'), ('const-1', u'RETURN_-1206432075')] | [(u'COPY_-1206432056', u'CALL_-1206432080'), ('const-2732933', u'COPY_-1206432057'), ('const-1', u'RETURN_-1206432075'), ('const-2758176', u'COPY_-1206432056'), ('const-1045', u'CALL_-1206432080'), (u'COPY_-1206432057', u'CALL_-1206432080')] | null | null | 00084e60 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00084e60(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/object.h",0x415,"do_get_output_view");\n}\n\n" comment (function_definition "void FUN_000... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uchar * do_get_output_view(Object * this, uint param_1,\n section_size_type * param_2) */\n\nuchar * __thiscall\ngold::Object::do_get_output_view(Object *this,uint param_2,section_s... | (translation_unit "void FUN_00084e60(void)\n\n{\n \n FUN_0007ac80("../../gold/object.h",0x415,"do_get_output_view");\n}\n\n" (function_definition "void FUN_00084e60(void)\n\n{\n \n FUN_0007ac80("../../gold/object.h",0x415,"do_get_output_view");\n}" primitive_type (function_declar... | (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_00084e60(void)\n\n{\n \n FUN_0007ac80("../../gold/object.h",0x415,"do_get_output_view");\n}" (primitive_type "void") (function_declarator "FUN_00084e60(void)" (identifier "FUN_00084e60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uchar * do_get_output_view(Object * this, uint param_1,
section_size_type * param_2) */
uchar * __thiscall
gold::Object::do_get_output_view(Object *this,uint param_2,section_size_type *param_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 (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_0007ac80("../../gold/object.h",0x415,"do_get_output_view");
}
|
10367_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | find | FUN_002690f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::find(wchar_t, unsigned int) const */
int __thiscall std::wstring::find(wstring *this,wchar_t param_1,uint param_2)
{
int iVar1;
wchar_t *pwVar2;
int iVar3;
iVar1 = *(int *)this;
iVar3 = -1;
if (par... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_002690f0(int *param_1,wchar_t param_2,uint param_3)
{
int iVar1;
wchar_t *pwVar2;
int iVar3;
iVar1 = *param_1;
iVar3 = -1;
if (param_3 < *(uint *)(iVar1 + -0xc)) {
pwVar2 = wmemchr((wchar_t *)(iVar1 + ... | PUSH EDI
PUSH ESI
MOV ESI,0xffffffff
PUSH EBX
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x00035840
ADD EBX,0x125eff
MOV EDX,dword ptr [ESP + 0x18]
MOV EDI,dword ptr [EAX]
MOV EAX,dword ptr [EDI + -0xc]
CMP EDX,EAX
JNC 0x00269136
SUB ESP,0x4
SUB EAX,EDX
PUSH EAX
LEA EAX,[EDI + EDX*0x4]
PUSH dword ptr [ESP + 0x1c]
PUSH EAX
CAL... | null | null | null | null | [('const-4', u'INT_MULT_-1204186756'), ('const-0', u'RETURN_-1204186649'), ('tmp_455', u'INT_SUB_-1204186781'), ('tmp_453', u'CAST_-1204186535'), ('const-4294967284', u'INT_ADD_-1204186818'), (u'CAST_-1204186499', u'INT_SUB_-1204186724'), (u'COPY_-1204186559', u'MULTIEQUAL_-1204186549'), (u'INT_ADD_-1204186818', u'CAST... | [('const-4', u'INT_MULT_-1204186756'), ('const-0', u'RETURN_-1204186649'), ('const-4294967284', u'INT_ADD_-1204186818'), (u'COPY_-1204186559', u'MULTIEQUAL_-1204186549'), ('const-417', u'LOAD_-1204186834'), ('const-2', u'INT_SRIGHT_-1204186702'), (u'CALL_-1204186760', u'CAST_-1204186500'), (u'INT_NOTEQUAL_-1204186682',... | null | null | 002690f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_002690f0(int *param_1,wchar_t param_2,uint param_3)\n\n{\n int iVar1;\n wchar_t *pwVar2;\n int iVar3;\n \n iVar1 = *param_1;\n iVar3 = -1;\n if (param_3 < *(uint *)(iVar1 + -0xc)) {\n pwVar2 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::find(wchar_t, unsigned int) const */\n\nint __thiscall std::wstring::find(wstring *this,wchar_t param_1,uint param_2)\n\n{\n int iVar1;\n wchar_t *pwVar2;\n int iVar3;\n \n iVar1 = *(int *)t... | (translation_unit "int FUN_002690f0(int *param_1,wchar_t param_2,uint param_3)\n\n{\n int iVar1;\n wchar_t *pwVar2;\n int iVar3;\n \n iVar1 = *param_1;\n iVar3 = -1;\n if (param_3 < *(uint *)(iVar1 + -0xc)) {\n pwVar2 = wmemchr((wchar_t *)(iVar1 + param_3 * 4),param_2,*(uint *)(iVar1 + -0xc) - param_3);\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "int FUN_002690f0(int *param_1,wchar_t param_2,uint param_3)\n\n{\n int iVar1;\n wchar_t *pwVar2;\n int iVar3;\n \n iVar1 = *param_1;\n iVar3 = -1;\n if (param_3 < *(uint *)(iVar1 + -0xc)) {\n pwVar2 = wmemchr((wchar_t *)(iVar1 + param_3 * 4),param_2,*(uint *)(iVar1 + -0xc) - param_3);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::find(wchar_t, unsigned int) const */
int __thiscall std::type_1::function_1(type_1 *this,type_2 param_1,type_3 var_1)
{
int var_2;
type_2 *var_4;
int iVar3;
var_2 = *(int *)this;
iVar3 = -1;
if (va... | 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 */
int MASKED(int *param_1,wchar_t param_2,uint param_3)
{
int iVar1;
wchar_t *pwVar2;
int iVar3;
iVar1 = *param_1;
iVar3 = -1;
if (param_3 < *(uint *)(iVar1 + -0xc)) {
pwVar2 = wmemchr((wchar_t *)(iVar1 + param_... |
158_x86_64-linux-gnux32-readelf_and_x86_64-linux-gnux32-readelf_strip.c | printable_section_name_from_index | FUN_00023d10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 printable_section_name_from_index(Filedata *filedata,ulong ndx)
{
char *pcVar1;
if (ndx < (filedata->file_header).e_shnum) {
pcVar1 = printable_section_name
((Filedata *)&fileda... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_00023d10(int param_1,uint param_2)
{
if (param_2 < *(uint *)(param_1 + 0x54)) {
FUN_00022190();
return;
}
dcgettext(0,"<corrupt>",5);
return;
}
| PUSH EBX
CALL 0x00013f70
ADD EBX,0x902ea
SUB ESP,0x8
CMP dword ptr [EAX + 0x54],EDX
JBE 0x00023d40
LEA ECX,[EDX + EDX*0x8]
MOV EDX,dword ptr [EAX + 0x5c]
ADD ESP,0x8
POP EBX
LEA ECX,[EDX + ECX*0x8]
LEA EDX,[EAX + 0x68]
ADD EAX,0x64
JMP 0x00022190
SUB ESP,0x4
LEA EAX,[EBX + 0xfffc2aee]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x... | null | null | null | null | [(u'LOAD_-1206043309', u'PTRADD_-1206043114'), (u'COPY_-1206043150', u'CALL_-1206043212'), ('tmp_325', u'INT_LESS_-1206043307'), ('const-100', u'PTRSUB_-1206043105'), ('tmp_324', u'PTRSUB_-1206043105'), ('const-417', u'LOAD_-1206043334'), (u'CAST_-1206043099', u'CALL_-1206043259'), ('const-0', u'RETURN_-1206043184'), (... | [(u'INT_ADD_-1206043318', u'CAST_-1206043133'), (u'COPY_-1206043150', u'CALL_-1206043212'), ('tmp_105', u'CBRANCH_-1206043316'), (u'INT_LESS_-1206043307', u'CBRANCH_-1206043316'), (u'CAST_-1206043133', u'LOAD_-1206043334'), (u'LOAD_-1206043334', u'INT_LESS_-1206043307'), ('const-0', u'RETURN_-1206043255'), ('const-417'... | null | null | 00023d10 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_00023d10(int param_1,uint param_2)\n\n{\n if (param_2 < *(uint *)(param_1 + 0x54)) {\n FUN_00022190();\n return;\n }\n dcgettext(0,"<corrupt>",5);\n return;\n}\n\n" comment (funct... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 printable_section_name_from_index(Filedata *filedata,ulong ndx)\n\n{\n char *pcVar1;\n \n if (ndx < (filedata->file_header).e_shnum) {\n pcVar1 = printable_section_name\n ... | (translation_unit "void __regparm3 FUN_00023d10(int param_1,uint param_2)\n\n{\n if (param_2 < *(uint *)(param_1 + 0x54)) {\n FUN_00022190();\n return;\n }\n dcgettext(0,"<corrupt>",5);\n return;\n}\n\n" (function_definition "void __regparm3 FUN_00023d10(int param_1,uint param_2)\n\n{\n if (param_2 < *(uint ... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_... | (function_definition "void __regparm3 FUN_00023d10(int param_1,uint param_2)\n\n{\n if (param_2 < *(uint *)(param_1 + 0x54)) {\n FUN_00022190();\n return;\n }\n dcgettext(0,"<corrupt>",5);\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00023d10(i... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(type_1 *filedata,type_2 var_1)
{
char *pcVar1;
if (var_1 < (filedata->file_header).e_shnum) {
pcVar1 = var_2
((type_1 *)&filedata->string_table,
... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(int param_1,uint param_2)
{
if (param_2 < *(uint *)(param_1 + 0x54)) {
FUN_00022190();
return;
}
dcgettext(0,"<corrupt>",5);
return;
}
|
744_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | _Impl | FUN_0003100e |
/* std::locale::_Impl::_Impl(unsigned int) [clone .cold.9] */
void __thiscall std::locale::_Impl::_Impl(_Impl *this,uint param_1)
{
int unaff_EBP;
int unaff_ESI;
facet::~facet((facet *)(unaff_ESI + 0x843c));
if (*(int *)(unaff_EBP + -0x3c) == -1) {
/* WARNING: Subroutine does not retur... |
void FUN_0003100e(void)
{
int unaff_EBP;
int unaff_ESI;
FUN_00182630(unaff_ESI + 0x843c);
if (*(int *)(unaff_EBP + -0x3c) == -1) {
/* WARNING: Subroutine does not return */
FUN_0017fc50();
}
/* WARNING: Subroutine does not return */
FUN_00217770();
}
| SUB ESP,0xc
LEA EAX,[ESI + 0x843c]
PUSH EAX
MOV EBX,ESI
CALL 0x00182630
MOV EAX,EDI
MOV EDI,dword ptr [EBP + -0x3c]
ADD ESP,0x10
ADD EDI,0x1
JNZ 0x00031037
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x0017fc50
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x00217770 | null | null | null | null | [('const-4294967236', u'INT_ADD_-1206120377'), ('tmp_301', u'INT_ADD_-1206120377'), ('const-1', u'RETURN_-1206120329'), ('tmp_299', u'INT_ADD_-1206120403'), ('tmp_113', u'CBRANCH_-1206120360'), (u'INT_ADD_-1206120377', u'CAST_-1206120219'), (u'CAST_-1206120219', u'LOAD_-1206120393'), ('const-1', u'RETURN_-1206120300'),... | [('const-4294967236', u'INT_ADD_-1206120377'), ('const-4294967295', u'INT_EQUAL_-1206120363'), ('const-1', u'RETURN_-1206120329'), ('const-417', u'LOAD_-1206120393'), (u'INT_ADD_-1206120403', u'CALL_-1206120398'), (u'INT_ADD_-1206120377', u'CAST_-1206120226'), ('tmp_113', u'CBRANCH_-1206120360'), ('tmp_297', u'INT_ADD_... | null | null | 0003100e | x86 | O0 | (translation_unit "void FUN_0003100e(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n FUN_00182630(unaff_ESI + 0x843c);\n if (*(int *)(unaff_EBP + -0x3c) == -1) {\n /* WARNING: Subroutine does not return */\n FUN_0017fc50();\n }\n /* WARNING: Subroutine does not return */... | (translation_unit "/* std::locale::_Impl::_Impl(unsigned int) [clone .cold.9] */\n\nvoid __thiscall std::locale::_Impl::_Impl(_Impl *this,uint param_1)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n facet::~facet((facet *)(unaff_ESI + 0x843c));\n if (*(int *)(unaff_EBP + -0x3c) == -1) {\n /* WARNIN... | (translation_unit "void FUN_0003100e(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n FUN_00182630(unaff_ESI + 0x843c);\n if (*(int *)(unaff_EBP + -0x3c) == -1) {\n \n FUN_0017fc50();\n }\n \n FUN_00217770();\n}\n\n" (function_definition "void FUN_0003100e(void)\n\n{\n ... | (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 ( (binary_expression IDENT + LIT) ))) ;) (if_statement if (par... | (function_definition "void FUN_0003100e(void)\n\n{\n int unaff_EBP;\n int unaff_ESI;\n \n FUN_00182630(unaff_ESI + 0x843c);\n if (*(int *)(unaff_EBP + -0x3c) == -1) {\n \n FUN_0017fc50();\n }\n \n FUN_00217770();\n}" (primitive_type "void") (function_declarator "FUN_00031... |
/* std::locale::_Impl::_Impl(unsigned int) [clone .cold.9] */
void __thiscall std::locale::function_1::function_1(function_1 *this,type_1 param_1)
{
int var_3;
int var_2;
facet::~var_1((var_1 *)(var_2 + 0x843c));
if (*(int *)(var_3 + -0x3c) == -1) {
/* WARNING: Subroutine does not retu... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type)... | null |
void MASKED(void)
{
int unaff_EBP;
int unaff_ESI;
FUN_00182630(unaff_ESI + 0x843c);
if (*(int *)(unaff_EBP + -0x3c) == -1) {
/* WARNING: Subroutine does not return */
FUN_0017fc50();
}
/* WARNING: Subroutine does not return */
FUN_00217770();
}
|
6359_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | resize | FUN_001857f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::resize(unsigned int) */
void __thiscall std::wstring::resize(wstring *this,uint param_1)
{
resize(this,param_1,L'\0');
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001857f0(undefined4 param_1,undefined4 param_2)
{
FUN_00185790(param_1,param_2,0);
return;
}
| PUSH EBX
CALL 0x00032730
ADD EBX,0x17c80a
SUB ESP,0xc
PUSH 0x0
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x00185790
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_167', u'CALL_-1207478217'), ('tmp_168', u'CALL_-1207478217'), ('const-0', u'CALL_-1207478217'), ('const-0', u'RETURN_-1207478189')] | [('tmp_284', u'CALL_-1207478217'), ('tmp_283', u'CALL_-1207478217'), ('const-0', u'CALL_-1207478217'), ('const-0', u'RETURN_-1207478189')] | null | null | 001857f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001857f0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00185790(param_1,param_2,0);\n return;\n}\n\n" comment (function_definition "void FUN_001857f0(undefined4 param_1,undefined4 param_2)\n\n{\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::resize(unsigned int) */\n\nvoid __thiscall std::wstring::resize(wstring *this,uint param_1)\n\n{\n resize(this,param_1,L'\0');\n return;\n}\n\n" comment comment (function_definition "void __thi... | (translation_unit "void FUN_001857f0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00185790(param_1,param_2,0);\n return;\n}\n\n" (function_definition "void FUN_001857f0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00185790(param_1,param_2,0);\n return;\n}" primitive_type (function_declarator "FUN_001857f0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001857f0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00185790(param_1,param_2,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001857f0(undefined4 param_1,undefined4 param_2)" (identifier "FUN_001857f0") (parameter_list "(undefined4 param_1,undefined4 param_2)" ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::resize(unsigned int) */
void __thiscall std::type_1::function_1(type_1 *this,type_2 param_1)
{
function_1(this,param_1,L'\0');
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_00185790(param_1,param_2,0);
return;
}
|
246_nl_and_nl_strip.c | search_duplicated_node | FUN_0001d5c2 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
Idx search_duplicated_node(re_dfa_t *dfa,Idx org_node,uint constraint)
{
Idx idx;
idx = dfa->nodes_len;
do {
idx = idx - 1;
if (((dfa->nodes[idx].field_0x6 & 4) == 0) || ... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int FUN_0001d5c2(int *param_1,int param_2,uint param_3)
{
int local_8;
local_8 = param_1[2];
do {
local_8 = local_8 + -1;
if (((*(byte *)(*param_1 + local_8 * 8 + 6) & 4) == 0) || (local_8 < 1)) {
return -... | PUSH EBP
MOV EBP,ESP
SUB ESP,0x10
CALL 0x000129e8
ADD EAX,0x13a33
MOV EAX,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EAX + 0x8]
SUB EAX,0x1
MOV dword ptr [EBP + -0x4],EAX
JMP 0x0001d61d
MOV EAX,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EAX + 0x10]
MOV EDX,dword ptr [EBP + -0x4]
SHL EDX,0x2
ADD EAX,EDX
MOV EAX,dword ptr [E... | null | null | null | null | [('const-4', u'INT_AND_-1205938022'), (u'LOAD_-1205938607', u'PTRADD_-1205937970'), ('tmp_372', u'CBRANCH_-1205938491'), (u'PTRSUB_-1205937986', u'LOAD_-1205938607'), ('const-0', u'INT_EQUAL_-1205938514'), (u'INT_SLESS_-1205938484', u'CBRANCH_-1205938491'), (u'COPY_-1205938065', u'RETURN_-1205938471'), ('const-8', u'PT... | [(u'INT_ADD_-1205938529', u'CAST_-1205937975'), ('tmp_372', u'CBRANCH_-1205938491'), (u'CAST_-1205938006', u'INT_RIGHT_-1205938044'), ('const-0', u'INT_EQUAL_-1205938514'), (u'INT_ADD_-1205938408', u'INT_ADD_-1205938399'), ('const-2', u'PTRADD_-1205938066'), ('const-417', u'LOAD_-1205938477'), (u'INT_MULT_-1205938435',... | null | null | 0001d5c2 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint FUN_0001d5c2(int *param_1,int param_2,uint param_3)\n\n{\n int local_8;\n \n local_8 = param_1[2];\n do {\n local_8 = local_8 + -1;\n if (((*(byte *)(*param_1 + local_8 * 8 + 6) & 4) == 0) || (lo... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nIdx search_duplicated_node(re_dfa_t *dfa,Idx org_node,uint constraint)\n\n{\n Idx idx;\n \n idx = dfa->nodes_len;\n do {\n idx = idx - 1;\n if (((dfa->nodes[... | (translation_unit "int FUN_0001d5c2(int *param_1,int param_2,uint param_3)\n\n{\n int local_8;\n \n local_8 = param_1[2];\n do {\n local_8 = local_8 + -1;\n if (((*(byte *)(*param_1 + local_8 * 8 + 6) & 4) == 0) || (local_8 < 1)) {\n return -1;\n }\n } while ((param_2 != *(int *)(param_1[4] + local_8... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression I... | (function_definition "int FUN_0001d5c2(int *param_1,int param_2,uint param_3)\n\n{\n int local_8;\n \n local_8 = param_1[2];\n do {\n local_8 = local_8 + -1;\n if (((*(byte *)(*param_1 + local_8 * 8 + 6) & 4) == 0) || (local_8 < 1)) {\n return -1;\n }\n } while ((param_2 != *(int *)(param_1[4] + loca... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
type_1 function_1(type_2 *dfa,type_1 var_2,type_3 var_3)
{
type_1 var_1;
var_1 = dfa->nodes_len;
do {
var_1 = var_1 - 1;
if (((dfa->nodes[var_1].field_0x6 & 4) == 0) || (... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int MASKED(int *param_1,int param_2,uint param_3)
{
int local_8;
local_8 = param_1[2];
do {
local_8 = local_8 + -1;
if (((*(byte *)(*param_1 + local_8 * 8 + 6) & 4) == 0) || (local_8 < 1)) {
return -1;
... |
4569_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | do_scan_relocs | FUN_000fd2f0 |
/* 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_scan_relocs(Sized_relobj_file<64,_false> * this, Symbol_table *
symtab, Layout * layout, Read_relocs_data * rd) */
void __thisc... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000fd2f0(int *param_1,undefined4 param_2,int param_3,int *param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
void *__s;
size_t __n;
int iVar4;
int local_34;
uint *local_20 [3];
undefined4 uStack_14;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x204d07
SUB ESP,0x2c
MOV ESI,dword ptr [ESP + 0x40]
LEA EDI,[EBX + 0x378]
MOV EAX,dword ptr [EDI]
MOV EBP,dword ptr [EAX + 0xc]
TEST EBP,EBP
JZ 0x000fd65a
MOV EAX,dword ptr [ESP + 0x4c]
MOV EAX,dword ptr [EAX + 0xc]
MOV dword ptr [ESP + 0x8],EAX
TEST EAX,EAX
... | null | null | null | null | [(u'PTRADD_-1206853539', u'INT_EQUAL_-1206856042'), (u'LOAD_-1206855736', u'INT_NOTEQUAL_-1206855714'), (u'PTRSUB_-1206853721', u'LOAD_-1206855953'), (u'CALL_-1206855363', u'INDIRECT_-1206853372'), (u'COPY_-1206853139', u'CALL_-1206854954'), (u'PTRSUB_-1206853713', u'LOAD_-1206855937'), ('const-61', u'PTRSUB_-120685346... | [(u'CALLIND_-1206855877', u'INDIRECT_-1206853987'), (u'LOAD_-1206855736', u'INT_NOTEQUAL_-1206855714'), ('const-2285308', u'COPY_-1206853177'), ('const-4', u'PTRADD_-1206853775'), ('const-2', u'PTRADD_-1206853605'), (u'CALL_-1206854954', u'INDIRECT_-1206853345'), (u'PTRADD_-1206853779', u'LOAD_-1206855959'), (u'LOAD_-1... | null | null | 000fd2f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000fd2f0(int *param_1,undefined4 param_2,int param_3,int *param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n void *__s;\n size_t __n;\n int iVar4;\n int local_34;\n uint *local_20 [3]... | (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_scan_relocs(Sized_relobj_file<64,_false> * this, Symbol_table *\n symtab, Layout * layout, Read_relocs_data *... | (translation_unit "void FUN_000fd2f0(int *param_1,undefined4 param_2,int param_3,int *param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n void *__s;\n size_t __n;\n int iVar4;\n int local_34;\n uint *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0xfd2f9;\n piVar1 = *(int **)(DAT_00302378 + ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration ... | (function_definition "void FUN_000fd2f0(int *param_1,undefined4 param_2,int param_3,int *param_4)\n\n{\n int *piVar1;\n uint uVar2;\n int *piVar3;\n void *__s;\n size_t __n;\n int iVar4;\n int local_34;\n uint *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0xfd2f9;\n piVar1 = *(int **)(DAT_00302378... |
/* 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_scan_relocs(Sized_relobj_file<64,_false> * this, Symbol_table *
symtab, Layout * layout, Read_relocs_data * rd) */
void __thisc... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,undefined4 param_2,int param_3,int *param_4)
{
int *piVar1;
uint uVar2;
int *piVar3;
void *__s;
size_t __n;
int iVar4;
int local_34;
uint *local_20 [3];
undefined4 uStack_14;
uStac... |
3959_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_set_local_got_offset | FUN_00109ca0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void do_set_local_got_offset(Sized_relobj<64,_true> * this, uint
symndx, uint got_type, uint got_offset, uint64_t addend) */
void __thiscall
gold::Sized_relobj<64,_true>::do_set_local_got_offset
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00109ca0(int param_1,undefined4 param_2,int param_3,undefined4 param_4,undefined4 param_5,
undefined4 param_6)
{
int *piVar1;
int *piVar2;
undefined4 uVar3;
int iVar4;
char local_40 [12];
in... | PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x4e0358
SUB ESP,0x30
MOV EAX,dword ptr [ESP + 0x44]
MOV EDX,dword ptr [ESP + 0x54]
MOV ESI,dword ptr [ESP + 0x48]
MOV dword ptr [ESP + 0x14],EAX
MOV EAX,dword ptr [ESP + 0x50]
MOV dword ptr [ESP + 0x1c],EDX
MOV dword ptr [ESP + 0x18],EAX
MOV EAX,dword ptr [ESP + 0x40]... | null | null | null | null | [('const-1', u'RETURN_-1206936390')] | [('const-2', u'PTRADD_-1206935449'), (u'COPY_-1206935455', u'CALL_-1206935742'), ('const-4', u'PTRADD_-1206935517'), (u'CALL_-1206935939', u'INDIRECT_-1206935559'), (u'CALL_-1206935742', u'INDIRECT_-1206935424'), (u'PTRADD_-1206935461', u'STORE_-1206935903'), ('const-4', u'PTRADD_-1206935530'), ('tmp_2255', u'INT_EQUAL... | null | null | 00109ca0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00109ca0(int param_1,undefined4 param_2,int param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int *piVar2;\n undefined4 uVar3;\n int iVar4;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void do_set_local_got_offset(Sized_relobj<64,_true> * this, uint\n symndx, uint got_type, uint got_offset, uint64_t addend) */\n\nvoid __thiscall\ngold::Sized_relobj<64,_true>::do_s... | (translation_unit "void FUN_00109ca0(int param_1,undefined4 param_2,int param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int *piVar2;\n undefined4 uVar3;\n int iVar4;\n char local_40 [12];\n int local_34;\n undefined1 local_30 [4];\n undefined4 local_2c;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou... | (function_definition "void FUN_00109ca0(int param_1,undefined4 param_2,int param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n int *piVar1;\n int *piVar2;\n undefined4 uVar3;\n int iVar4;\n char local_40 [12];\n int local_34;\n undefined1 local_30 [4];\n undefined4 local_... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void do_set_local_got_offset(Sized_relobj<64,_true> * this, uint
symndx, uint got_type, uint got_offset, uint64_t addend) */
void __thiscall
gold::Sized_relobj<64,_true>::do_set_local_got_offset
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,int param_3,undefined4 param_4,undefined4 param_5,
undefined4 param_6)
{
int *piVar1;
int *piVar2;
undefined4 uVar3;
int iVar4;
char local_40 [12];
int loca... |
185_hppa64-linux-gnu-ld_and_hppa64-linux-gnu-ld_strip.c | read_hex.cold.0 | FUN_00014c76 |
void read_hex_cold_0(void)
{
/* WARNING: Subroutine does not return */
abort();
}
|
void FUN_00014c76(void)
{
/* WARNING: Subroutine does not return */
abort();
}
| MOV EBX,ECX
CALL 0x00014af0 | null | null | null | null | [('const-1', u'RETURN_-1205973881')] | [('const-1', u'RETURN_-1205973881')] | null | null | 00014c76 | x86 | O0 | (translation_unit "void FUN_00014c76(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_00014c76(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_00014c76(void)" id... | (translation_unit "void read_hex_cold_0(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void read_hex_cold_0(void)\n\n{\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "read_hex_cold_0(... | (translation_unit "void FUN_00014c76(void)\n\n{\n \n abort();\n}\n\n" (function_definition "void FUN_00014c76(void)\n\n{\n \n abort();\n}" primitive_type (function_declarator "FUN_00014c76(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_00014c76(void)\n\n{\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_00014c76(void)" (identifier "FUN_00014c76") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
void function_1(void)
{
/* 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();
}
|
668_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | range_error | FUN_000300cf |
/* range_error(char const*) [clone .cold.26] */
void __thiscall std::range_error::range_error(range_error *this,char *param_1)
{
int unaff_EBP;
range_error *unaff_EDI;
~range_error(unaff_EDI);
/* WARNING: Subroutine does not return */
_Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x2c));... |
void FUN_000300cf(void)
{
int unaff_EBP;
FUN_001d04a0();
/* WARNING: Subroutine does not return */
FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x001d04a0
POP EAX
PUSH dword ptr [EBP + -0x2c]
CALL 0x00217770 | null | null | null | null | [(u'CAST_-1206124197', u'LOAD_-1206124302'), ('tmp_143', u'INT_ADD_-1206124286'), (u'LOAD_-1206124302', u'CALL_-1206124288'), (u'INT_ADD_-1206124286', u'CAST_-1206124197'), ('const-1', u'RETURN_-1206124283'), ('const-4294967252', u'INT_ADD_-1206124286'), ('const-417', u'LOAD_-1206124302'), ('tmp_142', u'CALL_-120612430... | [('tmp_141', u'INT_ADD_-1206124286'), (u'INT_ADD_-1206124286', u'CAST_-1206124201'), (u'LOAD_-1206124302', u'CALL_-1206124288'), (u'CAST_-1206124201', u'LOAD_-1206124302'), ('const-1', u'RETURN_-1206124283'), ('const-417', u'LOAD_-1206124302'), ('const-4294967252', u'INT_ADD_-1206124286')] | null | null | 000300cf | x86 | O0 | (translation_unit "void FUN_000300cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001d04a0();\n /* WARNING: Subroutine does not return */\n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_000300cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001d04a0();\n ... | (translation_unit "/* range_error(char const*) [clone .cold.26] */\n\nvoid __thiscall std::range_error::range_error(range_error *this,char *param_1)\n\n{\n int unaff_EBP;\n range_error *unaff_EDI;\n \n ~range_error(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefi... | (translation_unit "void FUN_000300cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001d04a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_000300cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001d04a0();\n \n FUN_00217770(*(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_000300cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001d04a0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}" (primitive_type "void") (function_declarator "FUN_000300cf(void)" (identifier "FUN_000300cf") (parameter_list "(void)" (( "(") (parameter_declaration... |
/* range_error(char const*) [clone .cold.26] */
void __thiscall std::function_1::function_1(function_1 *this,char *param_1)
{
int var_2;
function_1 *unaff_EDI;
~function_1(unaff_EDI);
/* WARNING: Subroutine does not return */
var_1(*(type_1 *)(var_2 + -0x2c));
}
| 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_001d04a0();
/* WARNING: Subroutine does not return */
FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));
}
|
404_hppa-linux-gnu-as_and_hppa-linux-gnu-as_strip.c | mri_comment_field | FUN_0002f110 |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
char * mri_comment_field(char *stopcp)
{
char *pcVar1;
byte *pbVar2;
pcVar1 = input_line_pointer;
pbVar2 = (byte *)input_line_pointer;
if (is_end_of_line[(byte)*input_line_po... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void FUN_0002f110(byte *param_1)
{
byte *pbVar1;
pbVar1 = DAT_00083ef0;
if ((&DAT_0007b2c0)[*DAT_00083ef0] != '\0') {
*param_1 = *DAT_00083ef0;
*pbVar1 = 0;
return;
}
do {
pbVar1 = pbVar1 + 1;
} wh... | CALL 0x0001ca65
ADD ECX,0x4beeb
PUSH EBX
LEA EAX,[ECX + 0x8ef0]
MOV EAX,dword ptr [EAX]
MOVZX EBX,byte ptr [EAX]
CMP byte ptr [ECX + EBX*0x1 + 0x2c0],0x0
JNZ 0x0002f160
LEA EBX,[ECX + 0x2c0]
LEA ESI,[ESI]
NOP
ADD EAX,0x1
MOVZX ECX,byte ptr [EAX]
CMP byte ptr [EBX + ECX*0x1],0x0
MOV EDX,ECX
JZ 0x0002f140
MOV ECX,dword p... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1205997231'), (u'MULTIEQUAL_-1205997076', u'PTRADD_-1205997141'), ('tmp_264', u'STORE_-1205997157'), (u'INT_ZEXT_-1205997239', u'PTRADD_-1205997185'), ('const-0', u'PTRSUB_-1205997074'), (u'LOAD_-1205997194', u'STORE_-1205997157'), (u'COPY_-1205997098', u'MULTIEQUAL_-1205997076'), ('const-4... | [('const-504512', u'PTRSUB_-1205997042'), (u'MULTIEQUAL_-1205997076', u'PTRADD_-1205997141'), (u'INT_ZEXT_-1205997239', u'PTRADD_-1205997185'), ('const-417', u'STORE_-1205997153'), ('const-1', u'PTRADD_-1205997125'), ('const-1', u'PTRADD_-1205997141'), (u'LOAD_-1205997194', u'STORE_-1205997157'), (u'LOAD_-1205997255', ... | null | null | 0002f110 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_0002f110(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = DAT_00083ef0;\n if ((&DAT_0007b2c0)[*DAT_00083ef0] != '\0') {\n *param_1 = *DAT_00083ef0;\n *pbVar1 = 0;\n return;\n }\n do {\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Unknown calling convention */\n\nchar * mri_comment_field(char *stopcp)\n\n{\n char *pcVar1;\n byte *pbVar2;\n \n pcVar1 = input_line_pointer;\n pbVar2 = (byte *)input_line_pointer;\n if (is_end... | (translation_unit "void FUN_0002f110(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = DAT_00083ef0;\n if ((&DAT_0007b2c0)[*DAT_00083ef0] != '\0') {\n *param_1 = *DAT_00083ef0;\n *pbVar1 = 0;\n return;\n }\n do {\n pbVar1 = pbVar1 + 1;\n } while ((&DAT_0007b2c0)[*pbVar1] == '\0');\n *param_1 = *pbVa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_ex... | (function_definition "void FUN_0002f110(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = DAT_00083ef0;\n if ((&DAT_0007b2c0)[*DAT_00083ef0] != '\0') {\n *param_1 = *DAT_00083ef0;\n *pbVar1 = 0;\n return;\n }\n do {\n pbVar1 = pbVar1 + 1;\n } while ((&DAT_0007b2c0)[*pbVar1] == '\0');\n *param_1 = *p... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
char * function_1(char *stopcp)
{
char *pcVar1;
type_1 *var_2;
pcVar1 = var_1;
var_2 = (type_1 *)var_1;
if (is_end_of_line[(type_1)*var_1] != '\0') {
*stopcp = *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 (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void MASKED(byte *param_1)
{
byte *pbVar1;
pbVar1 = DAT_00083ef0;
if ((&DAT_0007b2c0)[*DAT_00083ef0] != '\0') {
*param_1 = *DAT_00083ef0;
*pbVar1 = 0;
return;
}
do {
pbVar1 = pbVar1 + 1;
} while ((... |
10303_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | emplace_back<std::pair<int,_unsigned_char>_> | FUN_00381500 |
/* DWARF original name: emplace_back<std::pair<int, unsigned char> >
DWARF original prototype: void
emplace_back<std::pair<int,_unsigned_char>_>(vector<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>
* this, pair<int,_unsigned_char> * __args#0) */
void __thiscall
std::vector<s... |
void FUN_00381500(int param_1,undefined4 *param_2)
{
undefined1 uVar1;
undefined4 *puVar2;
puVar2 = *(undefined4 **)(param_1 + 4);
if (puVar2 != *(undefined4 **)(param_1 + 8)) {
uVar1 = *(undefined1 *)(param_2 + 1);
*puVar2 = *param_2;
*(undefined1 *)(puVar2 + 1) = uVar1;
*(undefined4 **)(p... | PUSH EBX
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [EDX + 0x4]
CMP EAX,dword ptr [EDX + 0x8]
JZ 0x00381530
MOV EBX,dword ptr [ECX]
MOVZX ECX,byte ptr [ECX + 0x4]
ADD EAX,0x8
MOV dword ptr [EAX + -0x8],EBX
MOV byte ptr [EAX + -0x4],CL
MOV dword ptr [EDX + 0x4],EAX
ADD ES... | null | null | null | null | [(u'PTRSUB_-1205398028', u'PTRSUB_-1205398022'), (u'PTRSUB_-1205398015', u'STORE_-1205398190'), ('tmp_334', u'PTRSUB_-1205398034'), ('const-4', u'PTRSUB_-1205398022'), ('const-417', u'STORE_-1205398190'), (u'PTRSUB_-1205398018', u'LOAD_-1205398233'), (u'LOAD_-1205398211', u'STORE_-1205398184'), ('const-417', u'STORE_-1... | [('const-1', u'PTRADD_-1205398034'), (u'CAST_-1205398015', u'STORE_-1205398178'), ('const-417', u'STORE_-1205398178'), ('tmp_462', u'INT_ADD_-1205398217'), ('const-417', u'STORE_-1205398184'), (u'LOAD_-1205398211', u'STORE_-1205398184'), ('const-4', u'INT_ADD_-1205398223'), ('tmp_463', u'LOAD_-1205398216'), ('tmp_463',... | null | null | 00381500 | x86 | O0 | (translation_unit "void FUN_00381500(int param_1,undefined4 *param_2)\n\n{\n undefined1 uVar1;\n undefined4 *puVar2;\n \n puVar2 = *(undefined4 **)(param_1 + 4);\n if (puVar2 != *(undefined4 **)(param_1 + 8)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = u... | (translation_unit "/* DWARF original name: emplace_back<std::pair<int, unsigned char> >\n DWARF original prototype: void\n emplace_back<std::pair<int,_unsigned_char>_>(vector<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>\n * this, pair<int,_unsigned_char> * __args#0) */\n\nvoid _... | (translation_unit "void FUN_00381500(int param_1,undefined4 *param_2)\n\n{\n undefined1 uVar1;\n undefined4 *puVar2;\n \n puVar2 = *(undefined4 **)(param_1 + 4);\n if (puVar2 != *(undefined4 **)(param_1 + 8)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = u... | (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) ;) (expression_statement (assignment... | (function_definition "void FUN_00381500(int param_1,undefined4 *param_2)\n\n{\n undefined1 uVar1;\n undefined4 *puVar2;\n \n puVar2 = *(undefined4 **)(param_1 + 4);\n if (puVar2 != *(undefined4 **)(param_1 + 8)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) ... |
/* DWARF original name: emplace_back<std::pair<int, unsigned char> >
DWARF original prototype: void
emplace_back<std::pair<int,_unsigned_char>_>(vector<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>
* this, pair<int,_unsigned_char> * __args#0) */
void __thiscall
var_6::vector... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
void MASKED(int param_1,undefined4 *param_2)
{
undefined1 uVar1;
undefined4 *puVar2;
puVar2 = *(undefined4 **)(param_1 + 4);
if (puVar2 != *(undefined4 **)(param_1 + 8)) {
uVar1 = *(undefined1 *)(param_2 + 1);
*puVar2 = *param_2;
*(undefined1 *)(puVar2 + 1) = uVar1;
*(undefined4 **)(param_1... |
1192_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | ~Struct_no_nodlopen | FUN_0003c980 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_nodlopen(Struct_no_nodlopen * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_nodlopen::~Struct_no_nodlopen
(Struct_no_nodlopen *this,int __in_chrg)
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003c980(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382b2c;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x3c);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x352679
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3b2c]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x0003c9b2
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x3c
PUSH ESI
CALL 0x001e6d90
AD... | null | null | null | null | [(u'PTRSUB_-1206072673', u'CAST_-1206072663'), (u'PTRSUB_-1206072670', u'PTRSUB_-1206072665'), ('tmp_323', u'PTRSUB_-1206072667'), ('tmp_323', u'PTRSUB_-1206072681'), ('const-0', u'PTRSUB_-1206072676'), ('const-417', u'LOAD_-1206072890'), ('const-0', u'RETURN_-1206072773'), ('const-0', u'PTRSUB_-1206072673'), ('tmp_323... | [('const-4', u'PTRADD_-1206072687'), (u'CAST_-1206072675', u'CALL_-1206072847'), ('const-417', u'STORE_-1206072893'), ('tmp_597', u'STORE_-1206072893'), (u'CAST_-1206072675', u'INT_NOTEQUAL_-1206072870'), (u'INT_NOTEQUAL_-1206072870', u'CBRANCH_-1206072870'), (u'PTRSUB_-1206072678', u'STORE_-1206072893'), ('tmp_597', u... | null | null | 0003c980 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c980(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b2c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(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_nodlopen(Struct_no_nodlopen * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_nodlopen::~Struct_no_nodlopen\n (Struct_no_nodlopen... | (translation_unit "void FUN_0003c980(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b2c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_0003c980(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_0003c980(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b2c;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003c980(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_nodlopen(Struct_no_nodlopen * 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_00382b2c;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x3c);
return;
}
|
6001_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | MD5_Final | MD5_Final |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MD5_Final(uchar *md,MD5_CTX *c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* MD5_Final@@OPENSSL_1_1_0 */
halt_b... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MD5_Final(uchar *md,MD5_CTX *c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206910394')] | [('const-1', u'RETURN_-1206910394')] | null | null | 000f023c | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint MD5_Final(uchar *md,MD5_CTX *c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint MD5_Final(uchar *md,MD5_CTX *c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* MD5_Final@@... | (translation_unit "int MD5_Final(uchar *md,MD5_CTX *c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int MD5_Final(uchar *md,MD5_CTX *c)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "MD5_Final(uchar *md,MD5_CTX *c)" identifier (parameter_list "(ucha... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int MD5_Final(uchar *md,MD5_CTX *c)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "MD5_Final(uchar *md,MD5_CTX *c)" (identifier "MD5_Final") (parameter_list "(uchar *md,MD5_CTX *c)" (( "(") (parameter_declaration "uchar *md" (type_identifier "uchar")... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *md,type_2 *c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* MD5_Final@@OPENSSL_1_1_0 */
var_1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(uchar *md,MD5_CTX *c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7291_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | setstate | FUN_001aa640 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ios::setstate(std::_Ios_Iostate) */
void __thiscall std::ios::setstate(ios *this,_Ios_Iostate param_1)
{
clear(this,param_1 | *(_Ios_Iostate *)(this + 0x14));
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001aa640(int param_1,uint param_2)
{
FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));
return;
}
| PUSH EBX
CALL 0x00032730
ADD EBX,0x1579ba
SUB ESP,0x10
MOV EDX,dword ptr [ESP + 0x18]
MOV EAX,dword ptr [ESP + 0x1c]
OR EAX,dword ptr [EDX + 0x14]
PUSH EAX
PUSH EDX
CALL 0x001aa5f0
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [(u'CAST_-1207589129', u'LOAD_-1207589254'), (u'PTRADD_-1207589194', u'CAST_-1207589129'), ('tmp_193', u'CALL_-1207589228'), ('const-1', u'PTRADD_-1207589194'), ('tmp_193', u'PTRADD_-1207589194'), ('const-0', u'RETURN_-1207589200'), ('const-417', u'LOAD_-1207589254'), (u'INT_OR_-1207589227', u'CALL_-1207589228'), ('tmp... | [('tmp_304', u'INT_OR_-1207589227'), ('const-417', u'LOAD_-1207589254'), (u'CAST_-1207589131', u'LOAD_-1207589254'), (u'INT_ADD_-1207589240', u'CAST_-1207589131'), ('const-0', u'RETURN_-1207589200'), (u'INT_OR_-1207589227', u'CALL_-1207589228'), (u'LOAD_-1207589254', u'INT_OR_-1207589227'), ('tmp_303', u'INT_ADD_-12075... | null | null | 001aa640 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001aa640(int param_1,uint param_2)\n\n{\n FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));\n return;\n}\n\n" comment (function_definition "void FUN_001aa640(int param_1,uint param_2)\n\n{\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ios::setstate(std::_Ios_Iostate) */\n\nvoid __thiscall std::ios::setstate(ios *this,_Ios_Iostate param_1)\n\n{\n clear(this,param_1 | *(_Ios_Iostate *)(this + 0x14));\n return;\n}\n\n" comment comment (... | (translation_unit "void FUN_001aa640(int param_1,uint param_2)\n\n{\n FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));\n return;\n}\n\n" (function_definition "void FUN_001aa640(int param_1,uint param_2)\n\n{\n FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));\n return;\n}" primitive_type (functio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT | (pointer_expression * (cast_expressi... | (function_definition "void FUN_001aa640(int param_1,uint param_2)\n\n{\n FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));\n return;\n}" (primitive_type "void") (function_declarator "FUN_001aa640(int param_1,uint param_2)" (identifier "FUN_001aa640") (parameter_list "(int param_1,uint param_2)" (( "(") (para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ios::setstate(std::_Ios_Iostate) */
void __thiscall std::type_1::function_1(type_1 *var_3,type_2 var_2)
{
var_1(var_3,var_2 | *(type_2 *)(var_3 + 0x14));
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,uint param_2)
{
FUN_001aa5f0(param_1,param_2 | *(uint *)(param_1 + 0x14));
return;
}
|
11672_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | falsename | FUN_003c1ad0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::numpunct<char>::falsename() const */
void std::numpunct<char>::falsename(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_003c1ad0(undefined4 param_1,int *param_2)
{
undefined1 local_d;
undefined4 uStack_c;
uStack_c = 0x3c1ad7;
if (*(code **)(*param_2 + 0x18) == (code *)PTR_FUN_005e9cd8) {
FUN_003e8000(param_1,*(undefi... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x228529
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x24]
MOV ESI,dword ptr [ESP + 0x20]
MOV EDX,dword ptr [EAX]
MOV EDX,dword ptr [EDX + 0x18]
CMP EDX,dword ptr [EBX + 0xfffffcd8]
JNZ 0x003c1b20
SUB ESP,0x4
MOV EAX,dword ptr [EAX + 0x8]
LEA EDX,[ESP + 0x13]
PUSH EDX
PUSH dword ptr ... | null | null | null | null | [('const-1', u'RETURN_-1205658906')] | [('const-4', u'PTRADD_-1205658598'), (u'CAST_-1205658611', u'LOAD_-1205658864'), (u'CAST_-1205658587', u'LOAD_-1205658808'), ('tmp_700', u'COPY_-1205658710'), ('const-417', u'LOAD_-1205658869'), ('tmp_524', u'PTRSUB_-1205658593'), (u'INT_ADD_-1205658792', u'CAST_-1205658587'), (u'COPY_-1205658710', u'RETURN_-1205658661... | null | null | 003c1ad0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_003c1ad0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x3c1ad7;\n if (*(code **)(*param_2 + 0x18) == (code *)PTR_FUN_005e9cd8) {\n F... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::numpunct<char>::falsename() const */\n\nvoid std::numpunct<char>::falsename(void)\n\n{\n}\n\n" comment comment (function_definition "void std::numpunct<char>::falsename(void)\n\n{\n}" primitive_type (ERRO... | (translation_unit "undefined4 FUN_003c1ad0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x3c1ad7;\n if (*(code **)(*param_2 + 0x18) == (code *)PTR_FUN_005e9cd8) {\n FUN_003e8000(param_1,*(undefined4 *)(param_2[2] + 0x1c),&local_d);\n return param_1;\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 ;) (expression_statement (assignment_expression IDENT = LIT... | (function_definition "undefined4 FUN_003c1ad0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x3c1ad7;\n if (*(code **)(*param_2 + 0x18) == (code *)PTR_FUN_005e9cd8) {\n FUN_003e8000(param_1,*(undefined4 *)(param_2[2] + 0x1c),&local_d);\n return param_1;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::numpunct<char>::falsename() const */
void std::numpunct<char>::function_1(void)
{
}
| 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)
{
undefined1 local_d;
undefined4 uStack_c;
uStack_c = 0x3c1ad7;
if (*(code **)(*param_2 + 0x18) == (code *)PTR_FUN_005e9cd8) {
FUN_003e8000(param_1,*(undefined4 *... |
2979_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | _M_realloc_insert<gold::Sized_incremental_binary<64,_true>::Copy_reloc> | FUN_0008ef90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_realloc_insert<gold::Sized_incremental_binary<64, true>::Copy_reloc>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_incremental_binary<64,_true>::Copy_reloc>(vector<gold::Sized_increme... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0008ef90(int *param_1,undefined4 *param_2,undefined4 *param_3)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined4 uVar3;
uint uVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
uint uVa... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x300067
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [ESP + 0x34]
MOV EDX,dword ptr [ESP + 0x38]
MOV ECX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
MOV EBP,ESI
MOV dword ptr [ESP + 0x8],EAX
SUB EAX,ECX
SUB EBP,ECX
SAR EAX,0x4
MOV dword ptr... | null | null | null | null | [(u'LOAD_-1206390822', u'INT_NOTEQUAL_-1206390199'), ('const-0', u'SUBPIECE_-1206389729'), ('const-16', u'PTRADD_-1206389696'), (u'CAST_-1206389645', u'STORE_-1206390470'), (u'MULTIEQUAL_-1206389882', u'COPY_-1206389689'), (u'INT_SUB_-1206390771', u'INT_ADD_-1206389823'), (u'PTRSUB_-1206389677', u'CAST_-1206389645'), (... | [(u'MULTIEQUAL_-1206389881', u'COPY_-1206389732'), ('const-4', u'PTRADD_-1206389748'), ('const-417', u'LOAD_-1206390290'), (u'CAST_-1206389535', u'STORE_-1206390118'), ('const-417', u'LOAD_-1206390594'), (u'INT_ADD_-1206389826', u'INT_ADD_-1206390555'), (u'INT_SUB_-1206390782', u'INT_SRIGHT_-1206390749'), ('const-4', u... | null | null | 0008ef90 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0008ef90(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original name: _M_realloc_insert<gold::Sized_incremental_binary<64, true>::Copy_reloc>\n DWARF original prototype: void\n _M_realloc_insert<gold::Sized_incremental_binary<64,_true>::Copy_reloc>(vecto... | (translation_unit "void FUN_0008ef90(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n uint uVar8;\n undefined4 *puVar9;\n undefined4 *puVar10;\n int iVar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void FUN_0008ef90(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n uint uVar8;\n undefined4 *puVar9;\n undefined4 *puVar10;\n int i... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_realloc_insert<gold::Sized_incremental_binary<64, true>::Copy_reloc>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_incremental_binary<64,_true>::Copy_reloc>(vector<gold::Sized_increme... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,undefined4 *param_2,undefined4 *param_3)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined4 uVar3;
uint uVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
uint uVar8;
... |
1409_putty_and_putty_strip.c | random_unref | FUN_0007fb19 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void random_unref(void)
{
if (random_active < 1) {
/* WARNING: Subroutine does not return */
__assert_fail("random_active > 0"... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0007fb19(void)
{
if (DAT_00118980 < 1) {
/* WARNING: Subroutine does not return */
__assert_fail("random_active > 0","sshrand.c",0x140,"random_unref");
}
if (DAT_00118980 == 1) {
FUN_00... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x4
CALL 0x0001c140
ADD EBX,0x96c6f
MOV EAX,dword ptr [EBX + 0x21ec]
TEST EAX,EAX
JG 0x0007fb54
LEA EAX,[EBX + 0xfffde910]
PUSH EAX
PUSH 0x140
LEA EAX,[EBX + 0xfffde8e4]
PUSH EAX
LEA EAX,[EBX + 0xfffde8ee]
PUSH EAX
CALL 0x0001bfb0
MOV EAX,dword ptr [EBX + 0x21ec]
CMP EAX,0x1
JNZ 0x... | null | null | null | null | [('tmp_805', u'MULTIEQUAL_-1206322013'), (u'PTRSUB_-1206322011', u'CALL_-1206322214'), (u'COPY_-1206322110', u'CALL_-1206322282'), ('const-1', u'INT_SLESS_-1206322326'), (u'INT_EQUAL_-1206322256', u'CBRANCH_-1206322253'), (u'COPY_-1206322179', u'COPY_-1206322053'), ('const-1003650', u'COPY_-1206322109'), (u'MULTIEQUAL_... | [('const-0', u'PTRSUB_-1206322011'), (u'PTRSUB_-1206322011', u'CALL_-1206322214'), (u'COPY_-1206322110', u'CALL_-1206322282'), (u'INT_EQUAL_-1206322256', u'CBRANCH_-1206322253'), ('const-1', u'INT_EQUAL_-1206322256'), (u'COPY_-1206322179', u'COPY_-1206322053'), ('tmp_819', u'INT_EQUAL_-1206322256'), ('const-1003650', u... | null | null | 0007fb19 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0007fb19(void)\n\n{\n if (DAT_00118980 < 1) {\n /* WARNING: Subroutine does not return */\n __assert_fail("random_active > 0","sshrand.c",0x140,"random_unref");\n }\n if (DAT_... | (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 random_unref(void)\n\n{\n if (random_active < 1) {\n /* WARNING: Subroutine does not return */\n __asser... | (translation_unit "void FUN_0007fb19(void)\n\n{\n if (DAT_00118980 < 1) {\n \n __assert_fail("random_active > 0","sshrand.c",0x140,"random_unref");\n }\n if (DAT_00118980 == 1) {\n FUN_000c7b2a();\n FUN_000a413b(&DAT_001189a0);\n }\n DAT_00118980 = DAT_00118980 + -1;\n return;\n}\n\n" ... | (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 { (expression_statement (call_expression IDENT (argument_list ( (string_lite... | (function_definition "void FUN_0007fb19(void)\n\n{\n if (DAT_00118980 < 1) {\n \n __assert_fail("random_active > 0","sshrand.c",0x140,"random_unref");\n }\n if (DAT_00118980 == 1) {\n FUN_000c7b2a();\n FUN_000a413b(&DAT_001189a0);\n }\n DAT_00118980 = DAT_00118980 + -1;\n return;\n}" (... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
if (var_1 < 1) {
/* WARNING: Subroutine does not return */
var_2("random_active > 0","sshrand.c",0x140... | 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_00118980 < 1) {
/* WARNING: Subroutine does not return */
__assert_fail("random_active > 0","sshrand.c",0x140,"random_unref");
}
if (DAT_00118980 == 1) {
FUN_000c7b2a... |
3332_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_tls_offset | FUN_000b3000 |
/* DWARF original prototype: uint64_t do_tls_offset(Output_section * this) */
uint64_t __thiscall gold::Output_section::do_tls_offset(Output_section *this)
{
return this->tls_offset_;
}
|
undefined8 FUN_000b3000(int param_1)
{
return *(undefined8 *)(param_1 + 0x94);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [EAX + 0x98]
MOV EAX,dword ptr [EAX + 0x94]
RET | null | null | null | null | [(u'PTRSUB_-1206636451', u'LOAD_-1206636516'), ('tmp_35', u'PTRSUB_-1206636451'), ('const-417', u'LOAD_-1206636516'), ('const-148', u'PTRSUB_-1206636451'), ('const-0', u'RETURN_-1206636507'), (u'COPY_-1206636514', u'RETURN_-1206636507'), (u'LOAD_-1206636516', u'COPY_-1206636514')] | [(u'CAST_-1206636455', u'LOAD_-1206636518'), (u'INT_ADD_-1206636509', u'CAST_-1206636455'), (u'LOAD_-1206636518', u'COPY_-1206636514'), ('const-0', u'RETURN_-1206636507'), (u'COPY_-1206636514', u'RETURN_-1206636507'), ('const-417', u'LOAD_-1206636518'), ('const-148', u'INT_ADD_-1206636509'), ('tmp_41', u'INT_ADD_-12066... | null | null | 000b3000 | x86 | O0 | (translation_unit "undefined8 FUN_000b3000(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x94);\n}\n\n" (function_definition "undefined8 FUN_000b3000(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x94);\n}" type_identifier (function_declarator "FUN_000b3000(int param_1)" identifier (parameter_list "(int... | (translation_unit "/* DWARF original prototype: uint64_t do_tls_offset(Output_section * this) */\n\nuint64_t __thiscall gold::Output_section::do_tls_offset(Output_section *this)\n\n{\n return this->tls_offset_;\n}\n\n" comment (function_definition "uint64_t __thiscall gold::Output_section::do_tls_offset(Output_section... | (translation_unit "undefined8 FUN_000b3000(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x94);\n}\n\n" (function_definition "undefined8 FUN_000b3000(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x94);\n}" type_identifier (function_declarator "FUN_000b3000(int param_1)" identifier (parameter_list "(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ... | (function_definition "undefined8 FUN_000b3000(int param_1)\n\n{\n return *(undefined8 *)(param_1 + 0x94);\n}" (type_identifier "undefined8") (function_declarator "FUN_000b3000(int param_1)" (identifier "FUN_000b3000") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (... |
/* DWARF original prototype: uint64_t do_tls_offset(Output_section * this) */
uint64_t __thiscall gold::type_1::function_1(type_1 *this)
{
return this->tls_offset_;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ... | null |
undefined8 MASKED(int param_1)
{
return *(undefined8 *)(param_1 + 0x94);
}
|
8781_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | put | FUN_00200dd0 |
/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::put(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t, tm
const*, char, char) const */
undefined4
std::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::pu... |
undefined4
FUN_00200dd0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,char param_8,char param_9)
{
(**(code **)(*param_2 + 8))
(param_1,param_2,param_3,param_4,param_5,param_6,param_7,(int)param_8,(int)param_9)... | PUSH EBX
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x20]
MOVSX ECX,byte ptr [ESP + 0x3c]
MOV EBX,dword ptr [ESP + 0x1c]
MOV EDX,dword ptr [EAX]
PUSH ECX
MOVSX ECX,byte ptr [ESP + 0x3c]
PUSH ECX
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ES... | null | null | null | null | [('const-8', u'INT_ADD_-1203827118'), ('tmp_463', u'COPY_-1203827127'), (u'CAST_-1203827003', u'LOAD_-1203827134'), ('tmp_465', u'CALLIND_-1203827124'), ('const-0', u'RETURN_-1203827095'), (u'LOAD_-1203827134', u'CALLIND_-1203827124'), ('const-417', u'LOAD_-1203827208'), ('tmp_469', u'CALLIND_-1203827124'), (u'LOAD_-12... | [('const-8', u'INT_ADD_-1203827118'), ('tmp_463', u'COPY_-1203827127'), (u'CAST_-1203827003', u'LOAD_-1203827134'), ('tmp_465', u'CALLIND_-1203827124'), ('const-0', u'RETURN_-1203827095'), (u'LOAD_-1203827134', u'CALLIND_-1203827124'), ('const-417', u'LOAD_-1203827208'), ('tmp_469', u'CALLIND_-1203827124'), (u'LOAD_-12... | null | null | 00200dd0 | x86 | O0 | (translation_unit "undefined4\nFUN_00200dd0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,char param_8,char param_9)\n\n{\n (**(code **)(*param_2 + 8))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,(i... | (translation_unit "/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::put(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t, tm\n const*, char, char) const */\n\nundefined4\nstd::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::cha... | (translation_unit "undefined4\nFUN_00200dd0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,char param_8,char param_9)\n\n{\n (**(code **)(*param_2 + 8))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7,(i... | (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_00200dd0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,char param_8,char param_9)\n\n{\n (**(code **)(*param_2 + 8))\n (param_1,param_2,param_3,param_4,param_5,param_6,param_7... |
/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::put(std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&, wchar_t, tm
const*, char, char) const */
type_1
std::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::functi... | 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,char param_8,char param_9)
{
(**(code **)(*param_2 + 8))
(param_1,param_2,param_3,param_4,param_5,param_6,param_7,(int)param_8,(int)param_9);
re... |
1542_bash_and_bash_strip.c | return_zero | FUN_00099f1d |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int return_zero(char *name)
{
return 0;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_00099f1d(void)
{
return 0;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x000320d1
ADD EAX,0xa70db
MOV EAX,0x0
POP EBP
RET | null | null | null | null | [('const-0', u'RETURN_-1206476975'), (u'COPY_-1206476997', u'RETURN_-1206476975'), ('const-0', u'COPY_-1206476997')] | [('const-0', u'RETURN_-1206476975'), (u'COPY_-1206476997', u'RETURN_-1206476975'), ('const-0', u'COPY_-1206476997')] | null | null | 00099f1d | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_00099f1d(void)\n\n{\n return 0;\n}\n\n" comment (function_definition "undefined4 FUN_00099f1d(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00099f1d(void)" identifier (p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint return_zero(char *name)\n\n{\n return 0;\n}\n\n" comment comment (function_definition "int return_zero(char *name)\n\n{\n return 0;\n}" primitive_type (function_... | (translation_unit "undefined4 FUN_00099f1d(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00099f1d(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00099f1d(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined4 FUN_00099f1d(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00099f1d(void)" (identifier "FUN_00099f1d") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{")... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int function_1(char *name)
{
return 0;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(void)
{
return 0;
}
|
3561_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | _M_erase | FUN_000bbcb0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_erase(_Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<32,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<32,_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000bbcb0(undefined4 param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
do {
FUN_000bbcb0(param_1,*(undefined4 *)(param_2 + 0xc));
iVar1 = *(int *)(param_2 + 8);
FUN_001e6db0(param_2);
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x2d3347
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x24]
MOV EBP,dword ptr [ESP + 0x20]
TEST ESI,ESI
JZ 0x000bbcee
SUB ESP,0x8
PUSH dword ptr [ESI + 0xc]
PUSH EBP
CALL 0x000bbcb0
MOV EDI,dword ptr [ESI + 0x8]
MOV dword ptr [ESP],ESI
CALL 0x001e6db0
ADD ESP,0x10
MOV... | null | null | null | null | [(u'MULTIEQUAL_-1206600281', u'PTRSUB_-1206600177'), (u'LOAD_-1206600414', u'CAST_-1206600172'), (u'CAST_-1206600172', u'INT_NOTEQUAL_-1206600367'), ('const-417', u'LOAD_-1206600434'), (u'COPY_-1206600219', u'MULTIEQUAL_-1206600281'), (u'COPY_-1206600252', u'MULTIEQUAL_-1206600281'), ('const-8', u'PTRSUB_-1206600174'),... | [('const-417', u'LOAD_-1206600414'), ('const-8', u'INT_ADD_-1206600398'), (u'COPY_-1206600260', u'MULTIEQUAL_-1206600283'), (u'INT_ADD_-1206600418', u'CAST_-1206600190'), (u'COPY_-1206600227', u'MULTIEQUAL_-1206600283'), (u'CAST_-1206600180', u'LOAD_-1206600414'), (u'INT_ADD_-1206600398', u'CAST_-1206600180'), (u'MULTI... | null | null | 000bbcb0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000bbcb0(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_000bbcb0(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n _M_erase(_Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<32,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Si... | (translation_unit "void FUN_000bbcb0(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_000bbcb0(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n FUN_001e6db0(param_2);\n param_2 = iVar1;\n } while (iVar1 != 0);\n }\n return;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (do... | (function_definition "void FUN_000bbcb0(undefined4 param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_2 != 0) {\n do {\n FUN_000bbcb0(param_1,*(undefined4 *)(param_2 + 0xc));\n iVar1 = *(int *)(param_2 + 8);\n FUN_001e6db0(param_2);\n param_2 = iVar1;\n } while (iVar1 != 0);\n }\n retu... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_erase(_Rb_tree<unsigned_int,_std::pair<unsigned_int_const,_gold::Sized_relobj_file<32,_false>::Kept_comdat_section>,_std::_Select1st<std::pair<unsigned_int_const,_gold::Sized_relobj_file<32,_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
do {
MASKED(param_1,*(undefined4 *)(param_2 + 0xc));
iVar1 = *(int *)(param_2 + 8);
FUN_001e6db0(param_2);
param_2 =... |
193_powerpc64le-linux-gnu-gprof_and_powerpc64le-linux-gnu-gprof_strip.c | memmove | memmove |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memmove@@GLIBC_2.0 *... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205997534')] | [('const-1', u'RETURN_-1205997534')] | null | null | 0002f018 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call... | (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memmove(void *__dest,void *__src,size_t __n)" (identifier "memmove") (par... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memmove@@GLIBC_2.... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5196_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | add_global_generic | FUN_00123d90 |
/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_true,_64,_false> * this,
Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_false>::add_global_generic
(Output_data_reloc<4,_true,_64,_false> *this... |
void FUN_00123d90(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_40 [28];
undefined4 local_24;
undefined4 local_20;
FUN_001007e0(local_40,param_2,param_3,param_4,pa... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x48
MOV EBX,dword ptr [ESP + 0x68]
MOV EDI,dword ptr [ESP + 0x74]
MOV EBP,dword ptr [ESP + 0x78]
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH dword ptr [ESP + 0x7c]
PUSH dword ptr [ESP + 0x7c]
PUSH EBX
PUSH dword ptr [ESP + 0x7c]
PUSH dword ptr [ESP + 0x7c]
LEA ESI,[ESP + 0x38]
PUSH ESI
... | null | null | null | null | [('tmp_457', u'PTRSUB_-1207091465'), ('const-4294967232', u'PTRSUB_-1207091465'), ('const-0', u'SUBPIECE_-1207091458'), ('tmp_357', u'CALL_-1207091701'), ('const-0', u'PTRSUB_-1207091435'), ('const-0', u'PTRSUB_-1207091458'), ('const-0', u'RETURN_-1207091607'), ('tmp_356', u'CALL_-1207091650'), ('tmp_355', u'CALL_-1207... | [(u'PTRSUB_-1207091497', u'CALL_-1207091701'), ('tmp_769', u'CALL_-1207091701'), ('tmp_770', u'COPY_-1207091692'), (u'PTRSUB_-1207091497', u'CALL_-1207091650'), ('tmp_406', u'PTRSUB_-1207091497'), ('const-0', u'CALL_-1207091701'), ('tmp_771', u'COPY_-1207091699'), ('const-0', u'CALL_-1207091701'), (u'CALL_-1207091650',... | null | null | 00123d90 | x86 | O0 | (translation_unit "void FUN_00123d90(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_40 [28];\n undefined4 local_24;\n undefined4 local_20;\n \n FUN_001007e0(local_40,... | (translation_unit "/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_true,_64,_false> * this,\n Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_64,_false>::add_global_generic\n (Output_data_reloc<4,... | (translation_unit "void FUN_00123d90(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_40 [28];\n undefined4 local_24;\n undefined4 local_20;\n \n FUN_001007e0(local_40,... | (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_00123d90(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_40 [28];\n undefined4 local_24;\n undefined4 local_20;\n \n FUN_001007e0(local_... |
/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_true,_64,_false> * this,
Symbol * gsym, uint type, Output_data * od, uint64_t address, uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_false>::add_global_generic
(Output_data_reloc<4,_true,_64,_false> *this... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (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_40 [28];
undefined4 local_24;
undefined4 local_20;
FUN_001007e0(local_40,param_2,param_3,param_4,param_5,... |
1072_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_set_local_dynsym_indexes | FUN_0003ad40 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_set_local_dynsym_indexes(Sized_relobj_dwo<64,_true> * this,
uint param_1) */
uint __thiscall
gold::Sized_relobj_dwo<64,_true>::do_set_local_dynsym_indexes
(Sized_relobj_dwo<64,_tru... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003ad40(void)
{
/* WARNING: Subroutine does not return */
FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");
}
| PUSH EBX
CALL 0x00035840
ADD EBX,0x3542ba
SUB ESP,0xc
LEA EAX,[EBX + 0xffef2318]
PUSH EAX
LEA EAX,[EBX + 0xffef1008]
PUSH 0x1aa
PUSH EAX
CALL 0x00069d00 | null | null | null | null | [(u'COPY_-1206080082', u'CALL_-1206080112'), ('const-1', u'RETURN_-1206080107'), (u'COPY_-1206080083', u'CALL_-1206080112'), ('const-2626328', u'COPY_-1206080082'), ('const-426', u'CALL_-1206080112'), ('const-2621448', u'COPY_-1206080083')] | [('const-426', u'CALL_-1206080112'), ('const-2621448', u'COPY_-1206080089'), (u'COPY_-1206080089', u'CALL_-1206080112'), ('const-1', u'RETURN_-1206080107'), (u'COPY_-1206080088', u'CALL_-1206080112'), ('const-2626328', u'COPY_-1206080088')] | null | null | 0003ad40 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003ad40(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");\n}\n\n" comment (function_definition "void ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_set_local_dynsym_indexes(Sized_relobj_dwo<64,_true> * this,\n uint param_1) */\n\nuint __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_set_local_dynsym_indexes\n (... | (translation_unit "void FUN_0003ad40(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");\n}\n\n" (function_definition "void FUN_0003ad40(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");\n}" primitive_type (f... | (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_0003ad40(void)\n\n{\n \n FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");\n}" (primitive_type "void") (function_declarator "FUN_0003ad40(void)" (identifier "FUN_0003ad40") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_t... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_set_local_dynsym_indexes(Sized_relobj_dwo<64,_true> * this,
uint param_1) */
uint __thiscall
gold::Sized_relobj_dwo<64,_true>::do_set_local_dynsym_indexes
(Sized_relobj_dwo<64,_tru... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_00069d00("../../gold/dwp.cc",0x1aa,"do_set_local_dynsym_indexes");
}
|
75_aarch64-linux-gnu-strings_and_aarch64-linux-gnu-strings_strip.c | __i686.get_pc_thunk.bx | __i686.get_pc_thunk.bx |
/* WARNING: This is an inlined function */
void __i686_get_pc_thunk_bx(void)
{
return;
}
|
/* WARNING: This is an inlined function */
void __i686_get_pc_thunk_bx(void)
{
return;
}
| MOV EBX,dword ptr [ESP]
RET | null | null | null | null | [('const-0', u'RETURN_-1205986141')] | [('const-0', u'RETURN_-1205986141')] | null | null | 00011c92 | x86 | O0 | (translation_unit "/* WARNING: This is an inlined function */\n\nvoid __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_bx(void)" identifier (parameter_list "(void)" ( (paramet... | (translation_unit "/* WARNING: This is an inlined function */\n\nvoid __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}\n\n" comment (function_definition "void __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_bx(void)" identifier (parameter_list "(void)" ( (paramet... | (translation_unit "void __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}\n\n" (function_definition "void __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}" primitive_type (function_declarator "__i686_get_pc_thunk_bx(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_st... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void __i686_get_pc_thunk_bx(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "__i686_get_pc_thunk_bx(void)" (identifier "__i686_get_pc_thunk_bx") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return... |
/* WARNING: This is an inlined function */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: This is an inlined function */
void __i686_get_pc_thunk_bx(void)
{
return;
}
|
6_sh4-linux-gnu-c++filt_and_sh4-linux-gnu-c++filt_strip.c | bfd_arch_list | bfd_arch_list |
void bfd_arch_list(void)
{
(*(code *)PTR_bfd_arch_list_0001701c)();
return;
}
|
void bfd_arch_list(void)
{
(*(code *)PTR_bfd_arch_list_0001701c)();
return;
}
| JMP dword ptr [EBX + 0x1c] | null | null | null | null | [(u'CAST_-1205989161', u'CALLIND_-1205989238'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), ('tmp_58', u'CAST_-1205989161'), ('const-0', u'RETURN_-1205989235')] | [(u'CAST_-1205989161', u'CALLIND_-1205989238'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), ('tmp_58', u'CAST_-1205989161'), ('const-0', u'RETURN_-1205989235')] | null | null | 00011080 | x86 | O0 | (translation_unit "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}" primitive_type (function_declarator "bfd_arch_list(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}" primitive_type (function_declarator "bfd_arch_list(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}" primitive_type (function_declarator "bfd_arch_list(void)" identifier (parameter_list "(void)" ( (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_0001701c)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_arch_list(void)" (identifier "bfd_arch_list") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_arch_list_0001701c)();
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_0001701c)();
return;
}
|
8019_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | operator+ | FUN_001f14f0 |
/* 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)
{
undefined3 in_stack_00000005;
undefined4 *in_stack_0000000c;
char local_20;
__x86_get_pc_thunk_di()... |
int * FUN_001f14f0(int *param_1,char param_2,undefined4 *param_3)
{
FUN_000559ee();
*param_1 = (int)(param_1 + 2);
param_1[1] = 0;
*(undefined1 *)(param_1 + 2) = 0;
/* try { // try from 001f1530 to 001f1559 has its CatchHandler @ 001f1569 */
FUN_001ef040(param_1,param_3[1] + 1);
FUN_00... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000559ee
ADD EDI,0x19db07
PUSH ESI
PUSH EBX
SUB ESP,0x24
MOV ESI,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EBP + 0xc]
MOV ECX,dword ptr [EBP + 0x10]
MOV dword ptr [EBP + -0x1c],EAX
LEA EAX,[ESI + 0x8]
MOV EBX,EDI
MOV dword ptr [ESI],EAX
MOV dword ptr [ESI + 0x4],0x0
MOV byte ptr [ESI... | null | null | null | null | [(u'PTRADD_-1207953759', u'LOAD_-1207954082'), (u'CAST_-1207953707', u'CALL_-1207953959'), ('const-0', u'SUBPIECE_-1207953763'), (u'CAST_-1207953771', u'STORE_-1207954102'), ('const-8', u'PTRADD_-1207954027'), (u'SUBPIECE_-1207953763', u'CALL_-1207954003'), (u'LOAD_-1207953983', u'CALL_-1207953959'), ('const-4', u'PTRA... | [('const-417', u'STORE_-1207954087'), ('tmp_1011', u'STORE_-1207954102'), ('const-0', u'CALL_-1207954003'), (u'LOAD_-1207953976', u'CALL_-1207953959'), ('tmp_1011', u'PTRADD_-1207953785'), (u'PTRADD_-1207953741', u'LOAD_-1207954021'), ('tmp_1057', u'INT_SEXT_-1207954026'), ('const-417', u'LOAD_-1207953976'), ('tmp_1011... | null | null | 001f14f0 | x86 | O0 | (translation_unit "int * FUN_001f14f0(int *param_1,char param_2,undefined4 *param_3)\n\n{\n FUN_000559ee();\n *param_1 = (int)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n /* try { // try from 001f1530 to 001f1559 has its CatchHandler @ 001f1569 */\n FUN_001ef040(param_1... | (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 undefined3 in_stack_00000005;\n undefined4 *in_stack_0000000c;\n char local_20;\n ... | (translation_unit "int * FUN_001f14f0(int *param_1,char param_2,undefined4 *param_3)\n\n{\n FUN_000559ee();\n *param_1 = (int)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n FUN_001ef040(param_1,param_3[1] + 1);\n FUN_001ef630(param_1,param_1[1],0,1,(int)param_2);\n F... | (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 { (expression_statement (call... | (function_definition "int * FUN_001f14f0(int *param_1,char param_2,undefined4 *param_3)\n\n{\n FUN_000559ee();\n *param_1 = (int)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n FUN_001ef040(param_1,param_3[1] + 1);\n FUN_001ef630(param_1,param_1[1],0,1,(int)param_2);\n... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */
type_3 * std::operator+(char param_1,type_3 *param_2)
{
type_1 in_stack_00000005;
type_2 *in_stack_0000000c;
char local_20;
var_1();
*(type_3 **)var_2 = ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
int * MASKED(int *param_1,char param_2,undefined4 *param_3)
{
FUN_000559ee();
*param_1 = (int)(param_1 + 2);
param_1[1] = 0;
*(undefined1 *)(param_1 + 2) = 0;
/* try { // try from 001f1530 to 001f1559 has its CatchHandler @ 001f1569 */
FUN_001ef040(param_1,param_3[1] + 1);
FUN_001ef630... |
16_s390x-linux-gnu-c++filt_and_s390x-linux-gnu-c++filt_strip.c | xrealloc | xrealloc |
void xrealloc(void)
{
(*(code *)PTR_xrealloc_00017048)();
return;
}
|
void xrealloc(void)
{
(*(code *)PTR_xrealloc_00017048)();
return;
}
| JMP dword ptr [EBX + 0x48] | null | null | null | null | [(u'CALLIND_-1205989062', u'INDIRECT_-1205988990'), (u'CAST_-1205988985', u'CALLIND_-1205989062'), (u'INDIRECT_-1205988990', u'COPY_-1205989049'), ('tmp_58', u'CAST_-1205988985'), ('const-0', u'RETURN_-1205989059')] | [(u'CALLIND_-1205989062', u'INDIRECT_-1205988990'), (u'CAST_-1205988985', u'CALLIND_-1205989062'), (u'INDIRECT_-1205988990', u'COPY_-1205989049'), ('tmp_58', u'CAST_-1205988985'), ('const-0', u'RETURN_-1205989059')] | null | null | 00011130 | x86 | O0 | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_00017048)();\n return;\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *... |
void function_1(void)
{
(*(type_1 *)PTR_xrealloc_00017048)();
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_00017048)();
return;
}
|
10040_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | do_negative_sign | FUN_0024bfd0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, false>::do_negative_sign() const */
int * std::moneypunct<wchar_t,false>::do_negative_sign(void)
{
wchar_t *__s;
int *in_stack_00000004;
int in_stack_00000008;
__s = *(wchar_t **)(*(int *)(i... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_0024bfd0(int *param_1,int param_2)
{
wchar_t *__s;
wchar_t *pwVar1;
size_t sVar2;
__s = *(wchar_t **)(*(int *)(param_2 + 8) + 0x2c);
*param_1 = (int)(param_1 + 2);
pwVar1 = (wchar_t *)0xfffffffc;
if (_... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EAX,dword ptr [ESP + 0x14]
CALL 0x00035840
ADD EBX,0x143024
MOV ESI,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x8]
MOV EDI,dword ptr [EAX + 0x2c]
LEA EAX,[ESI + 0x8]
MOV dword ptr [ESI],EAX
MOV EAX,0xfffffffc
TEST EDI,EDI
JZ 0x0024c009
SUB ESP,0xc
PUSH EDI
CALL 0x00029270
ADD ESP,0x... | null | null | null | null | [('tmp_629', u'INT_ADD_-1204043756'), ('tmp_630', u'COPY_-1204043654'), (u'CAST_-1204043528', u'STORE_-1204043754'), (u'LOAD_-1204043766', u'INT_NOTEQUAL_-1204043732'), (u'PTRADD_-1204043533', u'CAST_-1204043528'), ('const-8', u'INT_ADD_-1204043756'), ('tmp_630', u'STORE_-1204043754'), (u'INT_ADD_-1204043750', u'CAST_-... | [(u'PTRADD_-1204043533', u'CAST_-1204043527'), ('tmp_629', u'INT_ADD_-1204043756'), ('const-417', u'STORE_-1204043754'), ('const-4', u'PTRADD_-1204043506'), ('tmp_630', u'COPY_-1204043654'), ('const-4294967292', u'COPY_-1204043753'), (u'LOAD_-1204043766', u'INT_NOTEQUAL_-1204043732'), ('const-0', u'CALL_-1204043666'), ... | null | null | 0024bfd0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_0024bfd0(int *param_1,int param_2)\n\n{\n wchar_t *__s;\n wchar_t *pwVar1;\n size_t sVar2;\n \n __s = *(wchar_t **)(*(int *)(param_2 + 8) + 0x2c);\n *param_1 = (int)(param_1 + 2);\n pwVar1 = (... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<wchar_t, false>::do_negative_sign() const */\n\nint * std::moneypunct<wchar_t,false>::do_negative_sign(void)\n\n{\n wchar_t *__s;\n int *in_stack_00000004;\n int in_stack_00000008;\n \n __... | (translation_unit "int * FUN_0024bfd0(int *param_1,int param_2)\n\n{\n wchar_t *__s;\n wchar_t *pwVar1;\n size_t sVar2;\n \n __s = *(wchar_t **)(*(int *)(param_2 + 8) + 0x2c);\n *param_1 = (int)(param_1 + 2);\n pwVar1 = (wchar_t *)0xfffffffc;\n if (__s != (wchar_t *)0x0) {\n sVar2 = wcslen(__s);\n pwVar1 ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator... | (function_definition "int * FUN_0024bfd0(int *param_1,int param_2)\n\n{\n wchar_t *__s;\n wchar_t *pwVar1;\n size_t sVar2;\n \n __s = *(wchar_t **)(*(int *)(param_2 + 8) + 0x2c);\n *param_1 = (int)(param_1 + 2);\n pwVar1 = (wchar_t *)0xfffffffc;\n if (__s != (wchar_t *)0x0) {\n sVar2 = wcslen(__s);\n pwVa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, false>::do_negative_sign() const */
int * std::moneypunct<type_1,false>::do_negative_sign(void)
{
type_1 *var_3;
int *var_2;
int var_1;
var_3 = *(type_1 **)(*(int *)(var_1 + 8) + 0x2c);
*v... | 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)
{
wchar_t *__s;
wchar_t *pwVar1;
size_t sVar2;
__s = *(wchar_t **)(*(int *)(param_2 + 8) + 0x2c);
*param_1 = (int)(param_1 + 2);
pwVar1 = (wchar_t *)0xfffffffc;
if (__s != ... |
108_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | strchr | strchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x1c8] | null | null | null | null | [('tmp_72', u'CAST_-1205966966'), (u'INDIRECT_-1205966973', u'COPY_-1205967032'), ('const-0', u'RETURN_-1205967043'), (u'CAST_-1205966965', u'RETURN_-1205967043'), (u'CAST_-1205966966', u'CALLIND_-1205967046'), (u'CALLIND_-1205967046', u'INDIRECT_-1205966973'), (u'CALLIND_-1205967046', u'CAST_-1205966965')] | [('tmp_72', u'CAST_-1205966966'), (u'INDIRECT_-1205966973', u'COPY_-1205967032'), ('const-0', u'RETURN_-1205967043'), (u'CAST_-1205966965', u'RETURN_-1205967043'), (u'CAST_-1205966966', u'CALLIND_-1205967046'), (u'CALLIND_-1205967046', u'INDIRECT_-1205966973'), (u'CALLIND_-1205967046', u'CAST_-1205966965')] | null | null | 00016730 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();\n return pcVar1;\n}\n\n" (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();\n return pcVar1;\n}" primi... | (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) ;) (expression_statement (assignment_exp... | (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_001cf1c8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" (* "*") (function_declarator "strchr(char *__s,int __c)" (identifier "strchr") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strchr_001cf1c8)();
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 *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_001cf1c8)();
return pcVar1;
}
|
267_hppa64-linux-gnu-as_and_hppa64-linux-gnu-as_strip.c | frag_init | FUN_00027620 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void frag_init(void)
{
zero_address_frag.fr_type = rs_fill;
predefined_address_frag.fr_type = rs_fill;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00027620(void)
{
DAT_00088dc4 = 1;
DAT_00088e64 = 1;
return;
}
| CALL 0x0001ad6a
ADD EAX,0x589db
LEA EDX,[EAX + 0x8d80]
LEA EAX,[EAX + 0x8e20]
MOV dword ptr [EDX + 0x44],0x1
MOV dword ptr [EAX + 0x44],0x1
RET | null | null | null | null | [(u'COPY_-1206028727', u'COPY_-1206028702'), ('const-1', u'COPY_-1206028727'), (u'COPY_-1206028717', u'COPY_-1206028701'), ('const-1', u'COPY_-1206028717'), ('const-0', u'RETURN_-1206028698')] | [(u'COPY_-1206028727', u'COPY_-1206028702'), ('const-1', u'COPY_-1206028727'), (u'COPY_-1206028717', u'COPY_-1206028701'), ('const-1', u'COPY_-1206028717'), ('const-0', u'RETURN_-1206028698')] | null | null | 00027620 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00027620(void)\n\n{\n DAT_00088dc4 = 1;\n DAT_00088e64 = 1;\n return;\n}\n\n" comment (function_definition "void FUN_00027620(void)\n\n{\n DAT_00088dc4 = 1;\n DAT_00088e64 = 1;\n return;\n}" pri... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid frag_init(void)\n\n{\n zero_address_frag.fr_type = rs_fill;\n predefined_address_frag.fr_type = rs_fill;\n return;\n}\n\n" c... | (translation_unit "void FUN_00027620(void)\n\n{\n DAT_00088dc4 = 1;\n DAT_00088e64 = 1;\n return;\n}\n\n" (function_definition "void FUN_00027620(void)\n\n{\n DAT_00088dc4 = 1;\n DAT_00088e64 = 1;\n return;\n}" primitive_type (function_declarator "FUN_00027620(void)" identifier (parameter_list "(void)" ( (paramet... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) }))) | (function_definition "void FUN_00027620(void)\n\n{\n DAT_00088dc4 = 1;\n DAT_00088e64 = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00027620(void)" (identifier "FUN_00027620") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
zero_address_frag.fr_type = rs_fill;
predefined_address_frag.fr_type = rs_fill;
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 (assignment_expression left: (identifier) right: (number_literal))) (expres... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
DAT_00088dc4 = 1;
DAT_00088e64 = 1;
return;
}
|
30_ia64-linux-gnu-ar_and_ia64-linux-gnu-ar_strip.c | perror | perror |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
(*(code *)PTR_perror_0002107c)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
(*(code *)PTR_perror_0002107c)();
return;
}
| JMP dword ptr [EBX + 0x7c] | null | null | null | null | [(u'CAST_-1205984680', u'CALLIND_-1205984758'), (u'CALLIND_-1205984758', u'INDIRECT_-1205984686'), ('tmp_63', u'CAST_-1205984680'), (u'INDIRECT_-1205984686', u'COPY_-1205984745'), ('const-0', u'RETURN_-1205984755')] | [(u'CAST_-1205984680', u'CALLIND_-1205984758'), (u'CALLIND_-1205984758', u'INDIRECT_-1205984686'), ('tmp_63', u'CAST_-1205984680'), (u'INDIRECT_-1205984686', u'COPY_-1205984745'), ('const-0', u'RETURN_-1205984755')] | null | null | 00012200 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}" primitive_type (function_de... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}" primitive_type (function_de... | (translation_unit "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}\n\n" (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer... | (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_0002107c)();\n return;\n}" (primitive_type "void") (function_declarator "perror(char *__s)" (identifier "perror") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*")... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__s)
{
(*(type_1 *)PTR_perror_0002107c)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__s)
{
(*(code *)PTR_MASKED_0002107c)();
return;
}
|
169_x86_64-linux-gnu-addr2line_and_x86_64-linux-gnu-addr2line_strip.c | fprintf | fprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 */
h... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205956406')] | [('const-1', u'RETURN_-1205956406')] | null | null | 000190c0 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FIL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9090_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c | collate | FUN_0021abb0 |
/* std::collate<wchar_t>::collate(unsigned int) */
void __thiscall std::collate<wchar_t>::collate(collate<wchar_t> *this,uint param_1)
{
undefined4 uVar1;
int unaff_EDI;
uVar1 = __x86_get_pc_thunk_di();
*(uint *)(this + 4) = CONCAT31((int3)((uint)uVar1 >> 8),param_1 != 0);
*(int *)this = unaff_EDI + 0x1... |
void FUN_0021abb0(int *param_1,int param_2)
{
undefined4 uVar1;
int iVar2;
int unaff_EDI;
uVar1 = FUN_00058c4a();
param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);
*param_1 = unaff_EDI + 0x12368b;
/* try { // try from 0021abe1 to 0021abe5 has its CatchHandler @ 0021abf1 ... | PUSH EBP
XOR EAX,EAX
PUSH EDI
CALL 0x00058c4a
ADD EDI,0x124447
PUSH ESI
PUSH EBX
SUB ESP,0xc
MOV EDX,dword ptr [ESP + 0x24]
MOV ESI,dword ptr [ESP + 0x20]
MOV EBX,EDI
TEST EDX,EDX
SETNZ AL
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,[EDI + 0xfffff23c]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
CALL 0x001ae950
MOV dword ptr [ESI + 0... | null | null | null | null | [('tmp_305', u'INT_NOTEQUAL_-1203852273'), ('const-0', u'INT_NOTEQUAL_-1203852273'), ('const-1', u'PTRADD_-1203852170'), (u'CALL_-1203852234', u'STORE_-1203852230'), ('const-417', u'STORE_-1203852230'), (u'INT_RIGHT_-1203852148', u'SUBPIECE_-1203852156'), ('const-1', u'PTRADD_-1203852208'), (u'CAST_-1203852113', u'INT_... | [('const-0', u'SUBPIECE_-1203852156'), ('tmp_494', u'PTRADD_-1203852110'), (u'CALL_-1203852340', u'CAST_-1203852111'), ('const-2', u'PTRADD_-1203852090'), ('const-417', u'STORE_-1203852230'), ('const-0', u'INT_NOTEQUAL_-1203852273'), (u'CALL_-1203852234', u'STORE_-1203852230'), (u'PTRADD_-1203852090', u'STORE_-12038522... | null | null | 0021abb0 | x86 | O0 | (translation_unit "void FUN_0021abb0(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n int unaff_EDI;\n \n uVar1 = FUN_00058c4a();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x12368b;\n /* try { // try from 0021abe1 to 0021abe5 has ... | (translation_unit "/* std::collate<wchar_t>::collate(unsigned int) */\n\nvoid __thiscall std::collate<wchar_t>::collate(collate<wchar_t> *this,uint param_1)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = __x86_get_pc_thunk_di();\n *(uint *)(this + 4) = CONCAT31((int3)((uint)uVar1 >> 8),param_1 != 0);\n *(... | (translation_unit "void FUN_0021abb0(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n int unaff_EDI;\n \n uVar1 = FUN_00058c4a();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x12368b;\n \n iVar2 = FUN_001ae950();\n param_1[2] = iV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assign... | (function_definition "void FUN_0021abb0(int *param_1,int param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n int unaff_EDI;\n \n uVar1 = FUN_00058c4a();\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);\n *param_1 = unaff_EDI + 0x12368b;\n \n iVar2 = FUN_001ae950();\n param_1[2] =... |
/* std::collate<wchar_t>::collate(unsigned int) */
void __thiscall std::function_1<wchar_t>::function_1(function_1<wchar_t> *var_2,type_1 var_4)
{
type_2 uVar1;
int var_5;
uVar1 = var_1();
*(type_1 *)(var_2 + 4) = var_3((int3)((type_1)uVar1 >> 8),var_4 != 0);
*(int *)var_2 = var_5 + 0x12368b;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
void MASKED(int *param_1,int param_2)
{
undefined4 uVar1;
int iVar2;
int unaff_EDI;
uVar1 = FUN_00058c4a();
param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_2 != 0);
*param_1 = unaff_EDI + 0x12368b;
/* try { // try from 0021abe1 to 0021abe5 has its CatchHandler @ 0021abf1 */
i... |
163_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c | s_else | FUN_0001a650 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void s_else(int arg)
{
char cVar1;
char *pcVar2;
conditional_frame *pcVar3;
uint uVar4;
pcVar3 = current_cframe;
if (current_cframe == (conditional_frame *)0x0) {
pcVar... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001a650(void)
{
char cVar1;
undefined4 uVar2;
undefined4 *puVar3;
uint uVar4;
puVar3 = DAT_00080f78;
if (DAT_00080f78 == (undefined4 *)0x0) {
uVar2 = dcgettext(0,"\".else\" without matching \".if\"",... | PUSH ESI
PUSH EBX
CALL 0x00017140
ADD EBX,0x5d9a9
SUB ESP,0x4
MOV ESI,dword ptr [EBX + 0x8f78]
TEST ESI,ESI
JZ 0x0001a7a0
MOV EAX,dword ptr [ESI + 0x14]
TEST EAX,EAX
JZ 0x0001a730
SUB ESP,0x4
LEA EAX,[EBX + 0xfffde0a2]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x000151e0
MOV dword ptr [ESP],EAX
CALL 0x0002cea0
ADD ESP,0xc
LEA EA... | null | null | null | null | [(u'COPY_-1205949827', u'PTRSUB_-1205949530'), ('const-0', u'PTRSUB_-1205949586'), ('tmp_3532', u'COPY_-1205949827'), (u'STORE_-1205950318', u'INDIRECT_-1205949594'), (u'CALL_-1205950054', u'INDIRECT_-1205949452'), ('tmp_142', u'CBRANCH_-1205950804'), (u'LOAD_-1205950445', u'CAST_-1205949552'), (u'COPY_-1205949508', u'... | [(u'CALL_-1205950704', u'INDIRECT_-1205949812'), (u'CALL_-1205950613', u'INDIRECT_-1205949734'), ('tmp_142', u'CBRANCH_-1205950804'), (u'CALL_-1205950049', u'CALL_-1205950036'), (u'CALL_-1205950746', u'INDIRECT_-1205949796'), (u'CALL_-1205950655', u'INDIRECT_-1205949736'), (u'CALL_-1205950613', u'INDIRECT_-1205949716')... | null | null | 0001a650 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001a650(void)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n uint uVar4;\n \n puVar3 = DAT_00080f78;\n if (DAT_00080f78 == (undefined4 *)0x0) {\n uVar2 = dcgettext(0,"\".els... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid s_else(int arg)\n\n{\n char cVar1;\n char *pcVar2;\n conditional_frame *pcVar3;\n uint uVar4;\n \n pcVar3 = current_cframe;\n if (current_cframe == (condit... | (translation_unit "void FUN_0001a650(void)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n uint uVar4;\n \n puVar3 = DAT_00080f78;\n if (DAT_00080f78 == (undefined4 *)0x0) {\n uVar2 = dcgettext(0,"\".else\" without matching \".if\"",5);\n FUN_0002cea0(uVar2);\n }\n else if (DAT_00080f78[5]... | (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 IDENT ;) (expression_statement (assignment_expression ... | (function_definition "void FUN_0001a650(void)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n uint uVar4;\n \n puVar3 = DAT_00080f78;\n if (DAT_00080f78 == (undefined4 *)0x0) {\n uVar2 = dcgettext(0,"\".else\" without matching \".if\"",5);\n FUN_0002cea0(uVar2);\n }\n else if (DAT_00080f78... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(int arg)
{
char var_10;
char *pcVar2;
type_1 *pcVar3;
type_2 var_5;
pcVar3 = var_1;
if (var_1 == (type_1 *)0x0) {
pcVar2 = (char *)var_2(0,"\".else\" wi... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
char cVar1;
undefined4 uVar2;
undefined4 *puVar3;
uint uVar4;
puVar3 = DAT_00080f78;
if (DAT_00080f78 == (undefined4 *)0x0) {
uVar2 = dcgettext(0,"\".else\" without matching \".if\"",5);
... |
6936_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | decimal_point | FUN_001931d0 |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* std::moneypunct<char, false>::decimal_point() const */
uint __thiscall std::moneypunct<char,false>::decimal_point(moneypunct<char,false> *this)
{
uint uVar1;
if (*(code **)(*(int *)this + 8) == (code *)PTR_do_decimal_po... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
uint FUN_001931d0(int *param_1)
{
uint uVar1;
if (*(code **)(*param_1 + 8) == (code *)PTR_FUN_00301c04) {
return (uint)*(byte *)(param_1[2] + 0x11);
}
/* WARNING: Could not recover jumptable at 0... | CALL 0x0005a908
ADD ECX,0x16ee2b
MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [EAX]
MOV EDX,dword ptr [EDX + 0x8]
CMP EDX,dword ptr [ECX + 0xfffffc04]
JNZ 0x001931f8
MOV EAX,dword ptr [EAX + 0x8]
MOVZX EAX,byte ptr [EAX + 0x11]
RET
JMP EDX | null | null | null | null | [('const-1', u'RETURN_-1207553488'), (u'CAST_-1207553429', u'INT_EQUAL_-1207553526'), ('const-417', u'LOAD_-1207553547'), ('const-0', u'RETURN_-1207553497'), ('const-417', u'LOAD_-1207553513'), ('tmp_130', u'PTRADD_-1207553457'), ('tmp_130', u'CAST_-1207553436'), ('const-8', u'PTRADD_-1207553457'), (u'LOAD_-1207553547'... | [('const-1', u'RETURN_-1207553488'), ('const-417', u'LOAD_-1207553552'), (u'CAST_-1207553429', u'INT_EQUAL_-1207553526'), ('tmp_210', u'CAST_-1207553429'), ('const-0', u'RETURN_-1207553497'), ('const-4', u'PTRADD_-1207553422'), (u'PTRADD_-1207553422', u'LOAD_-1207553519'), (u'LOAD_-1207553547', u'CALLIND_-1207553493'),... | null | null | 001931d0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nuint FUN_001931d0(int *param_1)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 8) == (code *)PTR_FUN_00301c04) {\n return (uint)*(byte *)(param_1[2] + 0x11);\n }\n /* WARNING: Coul... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* std::moneypunct<char, false>::decimal_point() const */\n\nuint __thiscall std::moneypunct<char,false>::decimal_point(moneypunct<char,false> *this)\n\n{\n uint uVar1;\n \n if (*(code **)(*(int *)this + 8) ==... | (translation_unit "uint FUN_001931d0(int *param_1)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 8) == (code *)PTR_FUN_00301c04) {\n return (uint)*(byte *)(param_1[2] + 0x11);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 8))();\n return uVar1;\n}\n\n" (function_definiti... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descripto... | (function_definition "uint FUN_001931d0(int *param_1)\n\n{\n uint uVar1;\n \n if (*(code **)(*param_1 + 8) == (code *)PTR_FUN_00301c04) {\n return (uint)*(byte *)(param_1[2] + 0x11);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 8))();\n return uVar1;\n}" (type_identifier "u... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* std::moneypunct<char, false>::decimal_point() const */
type_1 __thiscall std::moneypunct<char,false>::decimal_point(moneypunct<char,false> *var_1)
{
type_1 uVar1;
if (*(type_2 **)(*(int *)var_1 + 8) == (type_2 *)PTR_do_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
uint MASKED(int *param_1)
{
uint uVar1;
if (*(code **)(*param_1 + 8) == (code *)PTR_FUN_00301c04) {
return (uint)*(byte *)(param_1[2] + 0x11);
}
/* WARNING: Could not recover jumptable at 0x00193... |
6424_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_filename | FUN_00250600 |
/* DWARF original prototype: char * do_filename(Sized_input_reader * this) */
char * __thiscall
gold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_filename(Sized_input_reader *this)
{
Incremental_inputs_reader<32,_true> *pIVar1;
uint uVar2;
pIVar1 = (this->reader_).inputs_;
uVar2 = *(uint *)... |
int FUN_00250600(int param_1)
{
int *piVar1;
uint uVar2;
piVar1 = *(int **)(param_1 + 4);
uVar2 = *(uint *)(*piVar1 + *(int *)(param_1 + 0xc));
uVar2 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;
if (uVar2 < (uint)piVar1[2]) {
return piVar1[1] + uVar2;
}
ret... | PUSH EBX
MOV EAX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [EAX + 0x4]
MOV EAX,dword ptr [EAX + 0xc]
MOV EDX,dword ptr [ECX]
MOV EBX,dword ptr [ECX + 0x4]
MOV EDX,dword ptr [EDX + EAX*0x1]
BSWAP EDX
LEA EAX,[EBX + EDX*0x1]
CMP EDX,dword ptr [ECX + 0x8]
JNC 0x00250620
POP EBX
RET
XOR EAX,EAX
POP EBX
RET | null | null | null | null | [('const-4', u'PTRSUB_-1204156765'), (u'INT_LEFT_-1204156850', u'INT_OR_-1204156850'), ('const-417', u'LOAD_-1204156898'), ('const-0', u'PTRSUB_-1204156766'), ('const-1', u'PTRADD_-1204156809'), ('const-24', u'INT_LEFT_-1204156850'), ('const-417', u'LOAD_-1204156903'), (u'LOAD_-1204156891', u'INT_AND_-1204156856'), (u'... | [(u'CAST_-1204156778', u'LOAD_-1204156908'), ('const-12', u'INT_ADD_-1204156892'), (u'INT_LEFT_-1204156850', u'INT_OR_-1204156850'), ('const-0', u'COPY_-1204156837'), (u'INT_ADD_-1204156898', u'CAST_-1204156782'), ('tmp_211', u'INT_ADD_-1204156892'), ('const-417', u'LOAD_-1204156908'), (u'CAST_-1204156760', u'INT_LESS_... | null | null | 00250600 | x86 | O0 | (translation_unit "int FUN_00250600(int param_1)\n\n{\n int *piVar1;\n uint uVar2;\n \n piVar1 = *(int **)(param_1 + 4);\n uVar2 = *(uint *)(*piVar1 + *(int *)(param_1 + 0xc));\n uVar2 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n if (uVar2 < (uint)piVar1[2]) {\n return ... | (translation_unit "/* DWARF original prototype: char * do_filename(Sized_input_reader * this) */\n\nchar * __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_filename(Sized_input_reader *this)\n\n{\n Incremental_inputs_reader<32,_true> *pIVar1;\n uint uVar2;\n \n pIVar1 = (this->reader_).i... | (translation_unit "int FUN_00250600(int param_1)\n\n{\n int *piVar1;\n uint uVar2;\n \n piVar1 = *(int **)(param_1 + 4);\n uVar2 = *(uint *)(*piVar1 + *(int *)(param_1 + 0xc));\n uVar2 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n if (uVar2 < (uint)piVar1[2]) {\n return ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression (... | (function_definition "int FUN_00250600(int param_1)\n\n{\n int *piVar1;\n uint uVar2;\n \n piVar1 = *(int **)(param_1 + 4);\n uVar2 = *(uint *)(*piVar1 + *(int *)(param_1 + 0xc));\n uVar2 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;\n if (uVar2 < (uint)piVar1[2]) {\n retu... |
/* DWARF original prototype: char * do_filename(Sized_input_reader * this) */
char * __thiscall
gold::Sized_incremental_binary<32,var_5>::var_2::var_1(var_2 *var_3)
{
var_4<32,var_5> *pIVar1;
type_1 var_6;
pIVar1 = (var_3->reader_).inputs_;
var_6 = *(type_1 *)(pIVar1->p_ + (var_3->reader_).offset_);
var... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator decl... | null |
int MASKED(int param_1)
{
int *piVar1;
uint uVar2;
piVar1 = *(int **)(param_1 + 4);
uVar2 = *(uint *)(*piVar1 + *(int *)(param_1 + 0xc));
uVar2 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18;
if (uVar2 < (uint)piVar1[2]) {
return piVar1[1] + uVar2;
}
return 0;... |
2986_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | check_gss_err | FUN_0006a7b8 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int check_gss_err(Curl_easy *data,OM_uint32 major_status,OM_uint32 minor_status,char *function)
{
int iVar1;
int iVar2;
int in_GS_OFFSET;
char *func... |
undefined4 __regparm3 FUN_0006a7b8(undefined4 param_1,undefined4 param_2)
{
int iVar1;
undefined4 uVar2;
int unaff_EBX;
undefined1 *puVar3;
int in_GS_OFFSET;
puVar3 = &stack0xfffffffc;
entry(param_2,0x6a7c7);
*(undefined4 *)(puVar3 + -0x42c) = *(undefined4 *)(puVar3 + 8);
*(undefined4 *)(puVar3 +... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x434
CALL 0x00019ed0
ADD EBX,0x84039
MOV EAX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + 0xfffffbd4],EAX
MOV EAX,dword ptr [EBP + 0x14]
MOV dword ptr [EBP + 0xfffffbd0],EAX
MOV EAX,GS:[0x14]
MOV dword ptr [EBP + -0xc],EAX
XOR EAX,EAX
MOV EAX,dword ptr [EBP + 0xc]
MOV AX,0x0
TEST EA... | null | null | null | null | [('const-417', u'LOAD_-1206277432'), (u'INDIRECT_-1206276502', u'MULTIEQUAL_-1206276468'), (u'CALL_-1206277407', u'MULTIEQUAL_-1206276752'), ('const-0', u'INT_EQUAL_-1206277523'), (u'CALL_-1206277297', u'INDIRECT_-1206277024'), (u'COPY_-1206276106', u'CALL_-1206277468'), (u'MULTIEQUAL_-1206276774', u'MULTIEQUAL_-120627... | [('const-0', u'STORE_-1206278051'), ('const-1', u'PTRADD_-1206278081'), (u'PTRADD_-1206277444', u'CAST_-1206276223'), ('const-417', u'STORE_-1206278064'), (u'INDIRECT_-1206277282', u'PTRADD_-1206277453'), ('const-4294966240', u'PTRADD_-1206277599'), (u'CAST_-1206276642', u'STORE_-1206278156'), ('const-0', u'CALL_-12062... | null | null | 0006a7b8 | x86 | O0 | (translation_unit "undefined4 __regparm3 FUN_0006a7b8(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n undefined1 *puVar3;\n int in_GS_OFFSET;\n \n puVar3 = &stack0xfffffffc;\n entry(param_2,0x6a7c7);\n *(undefined4 *)(puVar3 + -0x42c) = *(undefined4 *)(puVar3 + 8... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint check_gss_err(Curl_easy *data,OM_uint32 major_status,OM_uint32 minor_status,char *function)\n\n{\n int iVar1;\n int iVar2;\n int ... | (translation_unit "undefined4 __regparm3 FUN_0006a7b8(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n undefined1 *puVar3;\n int in_GS_OFFSET;\n \n puVar3 = &stack0xfffffffc;\n entry(param_2,0x6a7c7);\n *(undefined4 *)(puVar3 + -0x42c) = *(undefined4 *)(puVar3 + 8... | (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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator ... | (function_definition "undefined4 __regparm3 FUN_0006a7b8(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int unaff_EBX;\n undefined1 *puVar3;\n int in_GS_OFFSET;\n \n puVar3 = &stack0xfffffffc;\n entry(param_2,0x6a7c7);\n *(undefined4 *)(puVar3 + -0x42c) = *(undefined4 *)(puVar3 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 *data,type_2 var_2,type_2 minor_status,char *function)
{
int var_11;
int iVar2;
int var_1;
char *function_local;
type_1 *dat... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bo... | null |
undefined4 __regparm3 MASKED(undefined4 param_1,undefined4 param_2)
{
int iVar1;
undefined4 uVar2;
int unaff_EBX;
undefined1 *puVar3;
int in_GS_OFFSET;
puVar3 = &stack0xfffffffc;
entry(param_2,0x6a7c7);
*(undefined4 *)(puVar3 + -0x42c) = *(undefined4 *)(puVar3 + 8);
*(undefined4 *)(puVar3 + -0x43... |
53_sg_sat_identify_and_sg_sat_identify_strip.c | __cxa_finalize | __cxa_finalize |
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __cxa_finalize@@GLIBC_2.1.3 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205968846')] | [('const-1', u'RETURN_-1205968846')] | null | null | 00016028 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_finalize(void)\n\n{\n /* WARNING: Ba... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __cxa_finalize@@GLIBC_2.1.3 */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_... | (translation_unit "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__cxa_finalize(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 __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (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 */
/* __cxa_finalize@@GLIBC_2.1.3 */
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();
}
|
493_riscv64-linux-gnu-as_and_riscv64-linux-gnu-as_strip.c | sb_add_char | FUN_00033b00 |
/* WARNING: Unknown calling convention */
void sb_add_char(sb *ptr,size_t c)
{
size_t sVar1;
sb_check(ptr,1);
sVar1 = ptr->len;
ptr->len = sVar1 + 1;
ptr->ptr[sVar1] = (char)c;
return;
}
|
void FUN_00033b00(int *param_1,undefined1 param_2)
{
int iVar1;
FUN_00033930();
iVar1 = param_1[1];
param_1[1] = iVar1 + 1;
*(undefined1 *)(*param_1 + iVar1) = param_2;
return;
}
| PUSH EBX
MOV EDX,0x1
SUB ESP,0x8
MOV EBX,dword ptr [ESP + 0x10]
MOV EAX,EBX
CALL 0x00033930
MOV EAX,dword ptr [EBX + 0x4]
MOV EDX,dword ptr [EBX]
LEA ECX,[EAX + 0x1]
MOV dword ptr [EBX + 0x4],ECX
MOV ECX,dword ptr [ESP + 0x14]
MOV byte ptr [EDX + EAX*0x1],CL
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [(u'SUBPIECE_-1206109284', u'STORE_-1206109366'), ('const-0', u'PTRSUB_-1206109275'), ('const-0', u'RETURN_-1206109336'), ('const-417', u'STORE_-1206109366'), ('const-4', u'PTRSUB_-1206109269'), (u'PTRADD_-1206109306', u'STORE_-1206109366'), ('tmp_149', u'SUBPIECE_-1206109284'), (u'PTRSUB_-1206109279', u'LOAD_-12061093... | [('const-417', u'LOAD_-1206109397'), ('tmp_233', u'PTRADD_-1206109280'), (u'CAST_-1206109264', u'STORE_-1206109366'), (u'LOAD_-1206109397', u'INT_ADD_-1206109352'), ('const-1', u'PTRADD_-1206109280'), ('const-0', u'RETURN_-1206109336'), ('tmp_233', u'PTRADD_-1206109271'), ('const-1', u'PTRADD_-1206109271'), ('const-4',... | null | null | 00033b00 | x86 | O0 | (translation_unit "void FUN_00033b00(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00033930();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00033b00(int *param_1,undefined1 param_2)\n\n{\n int iVar1;... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid sb_add_char(sb *ptr,size_t c)\n\n{\n size_t sVar1;\n \n sb_check(ptr,1);\n sVar1 = ptr->len;\n ptr->len = sVar1 + 1;\n ptr->ptr[sVar1] = (char)c;\n return;\n}\n\n" comment (function_definition "void sb_add_char(sb *ptr,size_t c)\n\n{\n size_t ... | (translation_unit "void FUN_00033b00(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00033930();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00033b00(int *param_1,undefined1 param_2)\n\n{\n int iVar1;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_st... | (function_definition "void FUN_00033b00(int *param_1,undefined1 param_2)\n\n{\n int iVar1;\n \n FUN_00033930();\n iVar1 = param_1[1];\n param_1[1] = iVar1 + 1;\n *(undefined1 *)(*param_1 + iVar1) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00033b00(int *param_1,undefined1 param_2)"... |
/* WARNING: Unknown calling convention */
void function_1(type_1 *ptr,size_t c)
{
size_t var_2;
var_1(ptr,1);
var_2 = ptr->len;
ptr->len = var_2 + 1;
ptr->ptr[var_2] = (char)c;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
void MASKED(int *param_1,undefined1 param_2)
{
int iVar1;
FUN_00033930();
iVar1 = param_1[1];
param_1[1] = iVar1 + 1;
*(undefined1 *)(*param_1 + iVar1) = param_2;
return;
}
|
306_realpath_and_realpath_strip.c | putchar_unlocked | putchar_unlocked |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putchar_unlocked(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putchar_unlocked@@GLIBC_2.0 */
halt_badd... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putchar_unlocked(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206058726')] | [('const-1', u'RETURN_-1206058726')] | null | null | 00020110 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar_unlocked(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment commen... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putchar_unlocked(int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putchar_unlocked@... | (translation_unit "int putchar_unlocked(int __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putchar_unlocked(int __c)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putchar_unlocked(int __c)" identifier (parameter_list "(int __c)" ( (parameter... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int putchar_unlocked(int __c)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putchar_unlocked(int __c)" (identifier "putchar_unlocked") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) ()... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putchar_unlocked@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
107_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | qsort | qsort |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_000731c4)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_qsort_000731c4)();
return;
}
| JMP dword ptr [EBX + 0x1c4] | null | null | null | null | [('const-0', u'RETURN_-1205975251'), (u'CALLIND_-1205975254', u'INDIRECT_-1205975182'), (u'INDIRECT_-1205975182', u'COPY_-1205975241'), ('tmp_78', u'CAST_-1205975173'), (u'CAST_-1205975173', u'CALLIND_-1205975254')] | [('const-0', u'RETURN_-1205975251'), (u'CALLIND_-1205975254', u'INDIRECT_-1205975182'), (u'INDIRECT_-1205975182', u'COPY_-1205975241'), ('tmp_78', u'CAST_-1205975173'), (u'CAST_-1205975173', u'CALLIND_-1205975254')] | null | null | 00014720 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_000731c4)();\n return;\n}\n\n" comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,_... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_000731c4)();\n return;\n}\n\n" comment (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,_... | (translation_unit "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_000731c4)();\n return;\n}\n\n" (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_000731c4)();\n return;\n}" primitive... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expressi... | (function_definition "void qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)\n\n{\n (*(code *)PTR_qsort_000731c4)();\n return;\n}" (primitive_type "void") (function_declarator "qsort(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)" (identifier "qsort") (parameter_list "(void *_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__base,size_t __nmemb,size_t __size,type_1 __compar)
{
(*(type_2 *)PTR_qsort_000731c4)();
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: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__base,size_t __nmemb,size_t __size,__compar_fn_t __compar)
{
(*(code *)PTR_MASKED_000731c4)();
return;
}
|
1846_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | parse_to_value | FUN_00047b50 |
/* 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_pie * this, char * option_name, char * arg,
Command_line * param_3, General_options * param_4) */
void __thi... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00047b50(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_000dd410(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x3474a9
SUB ESP,0x8
MOV ESI,dword ptr [ESP + 0x14]
LEA EAX,[ESI + 0x3d]
PUSH EAX
PUSH dword ptr [ESP + 0x20]
PUSH dword ptr [ESP + 0x20]
CALL 0x000dd410
MOV byte ptr [ESI + 0x3c],0x1
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-61', u'PTRSUB_-1206158317'), (u'PTRSUB_-1206158317', u'CALL_-1206158426'), ('tmp_208', u'CALL_-1206158426'), (u'PTRSUB_-1206158299', u'STORE_-1206158422'), ('const-417', u'STORE_-1206158422'), ('tmp_206', u'PTRSUB_-1206158317'), ('const-60', u'PTRSUB_-1206158299'), ('const-0', u'RETURN_-1206158386'), ('tmp_207... | [('tmp_344', u'INT_ADD_-1206158443'), ('tmp_345', u'CALL_-1206158426'), (u'INT_ADD_-1206158443', u'CALL_-1206158426'), ('const-1', u'STORE_-1206158422'), ('const-0', u'RETURN_-1206158386'), (u'INT_ADD_-1206158408', u'CAST_-1206158308'), ('tmp_346', u'CALL_-1206158426'), ('tmp_344', u'INT_ADD_-1206158408'), ('const-417'... | null | null | 00047b50 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047b50(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_pie * this, char * option_name, char * arg,\n Command_line * param_3, General_options * pa... | (translation_unit "void FUN_00047b50(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00047b50(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(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_00047b50(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047b50(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_pie * this, char * option_name, char * arg,
Command_line * param_3, General_options * param_4) */
void __thi... | 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_000dd410(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
|
11149_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | write_utf8_bom | FUN_002cf7e0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::(anonymous namespace)::write_utf8_bom(std::(anonymous namespace)::range<char, true>&,
std::codecvt_mode) [clone .part.19] */
void std::(anonymous_namespace)::write_utf8_bom(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_002cf7e0(int *param_1)
{
undefined2 *puVar1;
puVar1 = (undefined2 *)*param_1;
if ((uint)(param_1[1] - (int)puVar1) < 3) {
return 0;
}
*puVar1 = DAT_00319965;
*(undefined1 *)(puVar1 + ... | PUSH EBX
MOV ECX,dword ptr [EAX]
CALL 0x0003a210
ADD EBX,0x144818
MOV EDX,dword ptr [EAX + 0x4]
SUB EDX,ECX
CMP EDX,0x2
JA 0x002cf800
XOR EAX,EAX
POP EBX
RET
MOVZX EDX,word ptr [EBX + 0xfff05965]
MOV word ptr [ECX],DX
MOVZX EDX,byte ptr [EBX + 0xfff05967]
MOV byte ptr [ECX + 0x2],DL
ADD dword ptr [EAX],0x3
MOV EAX,0x1
... | null | null | null | null | [('const-1', u'RETURN_-1204553738')] | [('const-0', u'RETURN_-1204553666'), (u'INT_SUB_-1204553701', u'CAST_-1204553555'), (u'CAST_-1204553578', u'STORE_-1204553656'), ('tmp_340', u'STORE_-1204553656'), (u'CAST_-1204553578', u'PTRADD_-1204553530'), ('const-4', u'PTRADD_-1204553566'), ('tmp_340', u'COPY_-1204553627'), (u'INDIRECT_-1204553533', u'COPY_-120455... | null | null | 002cf7e0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_002cf7e0(int *param_1)\n\n{\n undefined2 *puVar1;\n \n puVar1 = (undefined2 *)*param_1;\n if ((uint)(param_1[1] - (int)puVar1) < 3) {\n return 0;\n }\n *puVar1 = DAT_00319965... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::(anonymous namespace)::write_utf8_bom(std::(anonymous namespace)::range<char, true>&,\n std::codecvt_mode) [clone .part.19] */\n\nvoid std::(anonymous_namespace)::write_utf8_bom(void)\n\n{\n}\n\n" comme... | (translation_unit "undefined4 __regparm3 FUN_002cf7e0(int *param_1)\n\n{\n undefined2 *puVar1;\n \n puVar1 = (undefined2 *)*param_1;\n if ((uint)(param_1[1] - (int)puVar1) < 3) {\n return 0;\n }\n *puVar1 = DAT_00319965;\n *(undefined1 *)(puVar1 + 1) = DAT_00319967;\n *param_1 = *param_1 + 3;\n return 1;\n}... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descr... | (function_definition "undefined4 __regparm3 FUN_002cf7e0(int *param_1)\n\n{\n undefined2 *puVar1;\n \n puVar1 = (undefined2 *)*param_1;\n if ((uint)(param_1[1] - (int)puVar1) < 3) {\n return 0;\n }\n *puVar1 = DAT_00319965;\n *(undefined1 *)(puVar1 + 1) = DAT_00319967;\n *param_1 = *param_1 + 3;\n return 1;... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::(anonymous namespace)::write_utf8_bom(std::(anonymous namespace)::range<char, true>&,
std::codecvt_mode) [clone .part.19] */
void std::(anonymous_namespace)::function_1(void)
{
}
| 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))))) body: (compound_statement (declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int *param_1)
{
undefined2 *puVar1;
puVar1 = (undefined2 *)*param_1;
if ((uint)(param_1[1] - (int)puVar1) < 3) {
return 0;
}
*puVar1 = DAT_00319965;
*(undefined1 *)(puVar1 + 1) = D... |
3241_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | _M_find_before_node | FUN_000ab330 |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_ent>,_std::allocator<std::pair<const_(anonymous_namesp... |
int * __regparm3 FUN_000ab330(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
int *piVar2;
uint uVar3;
int *piVar4;
piVar2 = *(int **)(*param_1 + param_2 * 4);
if (piVar2 != (int *)0x0) {
uVar3 = ((int *)*piVar2)[8];
piVar1 = (int *)*piVar2;
do {
piVar4 = piVar1;
... | PUSH EBP
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
SUB ESP,0xc
MOV EAX,dword ptr [EAX]
MOV dword ptr [ESP + 0x4],ECX
MOV EBP,dword ptr [EAX + EDX*0x4]
TEST EBP,EBP
JZ 0x000ab3b0
MOV EBX,dword ptr [EBP]
MOV EDI,EDX
MOV ECX,dword ptr [EBX + 0x20]
JMP 0x000ab368
MOV EAX,dword ptr [EBX]
TEST EAX,EAX
JZ 0x000ab3a5
MOV ECX,dwor... | null | null | null | null | [(u'PTRADD_-1206536839', u'PTRSUB_-1206536837'), ('const-417', u'LOAD_-1206537260'), (u'LOAD_-1206537204', u'INT_EQUAL_-1206536932'), (u'MULTIEQUAL_-1206536910', u'RETURN_-1206537101'), (u'INT_EQUAL_-1206537302', u'CBRANCH_-1206537298'), ('const-0', u'RETURN_-1206537001'), ('const-4', u'PTRADD_-1206536839'), (u'PTRSUB_... | [(u'CAST_-1206536925', u'PTRADD_-1206536937'), ('const-4', u'PTRADD_-1206536925'), (u'LOAD_-1206537204', u'INT_EQUAL_-1206536932'), (u'MULTIEQUAL_-1206536910', u'RETURN_-1206537101'), (u'INT_EQUAL_-1206537302', u'CBRANCH_-1206537298'), (u'LOAD_-1206537378', u'COPY_-1206536983'), ('const-417', u'LOAD_-1206537378'), ('co... | null | null | 000ab330 | x86 | O0 | (translation_unit "int * __regparm3 FUN_000ab330(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n \n piVar2 = *(int **)(*param_1 + param_2 * 4);\n if (piVar2 != (int *)0x0) {\n uVar3 = ((int *)*piVar2)[8];\n piVar1 = (int *)*piVar2;\n ... | (translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_ent>,_std::allocator<std::pair<cons... | (translation_unit "int * __regparm3 FUN_000ab330(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n \n piVar2 = *(int **)(*param_1 + param_2 * 4);\n if (piVar2 != (int *)0x0) {\n uVar3 = ((int *)*piVar2)[8];\n piVar1 = (int *)*piVar2;\n ... | (translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))... | (function_definition "int * __regparm3 FUN_000ab330(int *param_1,uint param_2,int *param_3,uint param_4)\n\n{\n int *piVar1;\n int *piVar2;\n uint uVar3;\n int *piVar4;\n \n piVar2 = *(int **)(*param_1 + param_2 * 4);\n if (piVar2 != (int *)0x0) {\n uVar3 = ((int *)*piVar2)[8];\n piVar1 = (int *)*piVar2;\n... |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_std::pair<const_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_key,_(anonymous_namespace)::Stub_table<64,_true>::Plt_stub_ent>,_std::allocator<std::pair<const_(anonymous_namesp... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_dec... | null |
int * __regparm3 MASKED(int *param_1,uint param_2,int *param_3,uint param_4)
{
int *piVar1;
int *piVar2;
uint uVar3;
int *piVar4;
piVar2 = *(int **)(*param_1 + param_2 * 4);
if (piVar2 != (int *)0x0) {
uVar3 = ((int *)*piVar2)[8];
piVar1 = (int *)*piVar2;
do {
piVar4 = piVar1;
i... |
296_csplit_and_csplit_strip.c | fetch_token | FUN_00020ef5 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void fetch_token(re_token_t *result,re_string_t *input,reg_syntax_t syntax)
{
int iVar1;
iVar1 = peek_token(result,input,syntax);
input->cur_idx = iVar1 + input->cur_idx;
retur... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00020ef5(undefined4 param_1,int param_2,undefined4 param_3)
{
int iVar1;
iVar1 = FUN_00020f2c(param_1,param_2,param_3,0x20f00);
*(int *)(param_2 + 0x28) = iVar1 + *(int *)(param_2 + 0x28);
return;
}
| PUSH EBP
MOV EBP,ESP
SUB ESP,0x8
CALL 0x00015411
ADD EAX,0x14100
SUB ESP,0x4
PUSH dword ptr [EBP + 0x10]
PUSH dword ptr [EBP + 0xc]
PUSH dword ptr [EBP + 0x8]
CALL 0x00020f2c
ADD ESP,0x10
MOV EDX,EAX
MOV EAX,dword ptr [EBP + 0xc]
MOV EAX,dword ptr [EAX + 0x28]
ADD EDX,EAX
MOV EAX,dword ptr [EBP + 0xc]
MOV dword ptr [EA... | null | null | null | null | [('const-417', u'LOAD_-1206055070'), (u'CALL_-1206055093', u'INT_ADD_-1206055046'), ('const-0', u'RETURN_-1206055027'), ('tmp_259', u'CALL_-1206055093'), (u'PTRSUB_-1206054939', u'STORE_-1206055045'), ('tmp_260', u'CALL_-1206055093'), (u'INT_ADD_-1206055046', u'STORE_-1206055045'), ('const-417', u'STORE_-1206055045'), ... | [('const-134912', u'CALL_-1206055093'), (u'CALL_-1206055093', u'INT_ADD_-1206055046'), ('tmp_396', u'INT_ADD_-1206055031'), ('const-0', u'RETURN_-1206055027'), ('tmp_396', u'CALL_-1206055093'), (u'CAST_-1206054944', u'STORE_-1206055045'), ('tmp_396', u'INT_ADD_-1206055054'), ('const-40', u'INT_ADD_-1206055054'), ('cons... | null | null | 00020ef5 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00020ef5(undefined4 param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020f2c(param_1,param_2,param_3,0x20f00);\n *(int *)(param_2 + 0x28) = iVar1 + *(int *)(param_2 + 0x... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid fetch_token(re_token_t *result,re_string_t *input,reg_syntax_t syntax)\n\n{\n int iVar1;\n \n iVar1 = peek_token(result,input,syntax);\n input->cur_idx = iVar... | (translation_unit "void FUN_00020ef5(undefined4 param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020f2c(param_1,param_2,param_3,0x20f00);\n *(int *)(param_2 + 0x28) = iVar1 + *(int *)(param_2 + 0x28);\n return;\n}\n\n" (function_definition "void FUN_00020ef5(undefined4 param_1,int param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression... | (function_definition "void FUN_00020ef5(undefined4 param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020f2c(param_1,param_2,param_3,0x20f00);\n *(int *)(param_2 + 0x28) = iVar1 + *(int *)(param_2 + 0x28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00020ef5(undefined4... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(type_1 *result,type_2 *input,type_3 syntax)
{
int var_2;
var_2 = var_1(result,input,syntax);
input->cur_idx = var_2 + input->cur_idx;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 param_1,int param_2,undefined4 param_3)
{
int iVar1;
iVar1 = FUN_00020f2c(param_1,param_2,param_3,0x20f00);
*(int *)(param_2 + 0x28) = iVar1 + *(int *)(param_2 + 0x28);
return;
}
|
5412_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c | emplace_back<std::vector<int,_std::allocator<int>_>_> | FUN_0014b720 |
/* DWARF original name: emplace_back<std::vector<int, std::allocator<int> > >
DWARF original prototype: void
emplace_back<std::vector<int,_std::allocator<int>_>_>(vector<std::vector<int,_std::allocator<int>_>,_std::allocator<std::vector<int,_std::allocator<int>_>_>_>
* this, vector<int,_std::allocator<int>_> ... |
void FUN_0014b720(int param_1,undefined4 *param_2)
{
undefined4 *puVar1;
undefined4 uVar2;
puVar1 = *(undefined4 **)(param_1 + 4);
if (puVar1 != *(undefined4 **)(param_1 + 8)) {
puVar1[1] = 0;
puVar1[2] = 0;
*puVar1 = 0;
*puVar1 = *param_2;
*param_2 = 0;
uVar2 = puVar1[1];
puVar... | PUSH ESI
PUSH EBX
SUB ESP,0x4
MOV ECX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ECX + 0x4]
CMP EAX,dword ptr [ECX + 0x8]
JZ 0x0014b780
MOV dword ptr [EAX + 0x4],0x0
ADD EAX,0xc
MOV dword ptr [EAX + -0x4],0x0
MOV dword ptr [EAX + -0xc],0x0
MOV EBX,dword ptr [EDX]
MOV dword ptr [EAX + -0xc]... | null | null | null | null | [('tmp_440', u'CALL_-1207191538'), ('const-0', u'PTRSUB_-1207191441'), (u'PTRSUB_-1207191490', u'PTRSUB_-1207191459'), (u'PTRSUB_-1207191406', u'PTRSUB_-1207191382'), ('const-0', u'PTRSUB_-1207191416'), ('const-4', u'PTRSUB_-1207191431'), ('const-417', u'STORE_-1207191691'), ('const-417', u'STORE_-1207191617'), ('const... | [(u'PTRADD_-1207191467', u'LOAD_-1207191663'), ('const-417', u'LOAD_-1207191625'), ('const-4', u'PTRADD_-1207191437'), (u'INT_ADD_-1207191591', u'CAST_-1207191428'), ('const-417', u'LOAD_-1207191649'), ('const-4', u'PTRADD_-1207191449'), ('const-4', u'INT_ADD_-1207191723'), ('const-417', u'STORE_-1207191656'), (u'PTRAD... | null | null | 0014b720 | x86 | O0 | (translation_unit "void FUN_0014b720(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n puVar1[1] = 0;\n puVar1[2] = 0;\n *puVar1 = 0;\n *puVar1 = *param_2;\n *param_2 = 0;\n ... | (translation_unit "/* DWARF original name: emplace_back<std::vector<int, std::allocator<int> > >\n DWARF original prototype: void\n emplace_back<std::vector<int,_std::allocator<int>_>_>(vector<std::vector<int,_std::allocator<int>_>,_std::allocator<std::vector<int,_std::allocator<int>_>_>_>\n * this, vector<int,_s... | (translation_unit "void FUN_0014b720(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n puVar1[1] = 0;\n puVar1[2] = 0;\n *puVar1 = 0;\n *puVar1 = *param_2;\n *param_2 = 0;\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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment... | (function_definition "void FUN_0014b720(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n puVar1[1] = 0;\n puVar1[2] = 0;\n *puVar1 = 0;\n *puVar1 = *param_2;\n *param_2 = 0;... |
/* DWARF original name: emplace_back<std::vector<int, std::allocator<int> > >
DWARF original prototype: void
emplace_back<std::vector<int,_std::allocator<int>_>_>(vector<std::vector<int,_std::allocator<int>_>,_std::allocator<std::vector<int,_std::allocator<int>_>_>_>
* this, vector<int,_std::allocator<int>_> ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
void MASKED(int param_1,undefined4 *param_2)
{
undefined4 *puVar1;
undefined4 uVar2;
puVar1 = *(undefined4 **)(param_1 + 4);
if (puVar1 != *(undefined4 **)(param_1 + 8)) {
puVar1[1] = 0;
puVar1[2] = 0;
*puVar1 = 0;
*puVar1 = *param_2;
*param_2 = 0;
uVar2 = puVar1[1];
puVar1[1] =... |
301_powerpc-linux-gnu-strip_and_powerpc-linux-gnu-strip_strip.c | start_stab | FUN_00026910 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * start_stab(void *dhandle,bfd *abfd,bfd_boolean sections,asymbol **syms,long symcount)
{
undefined4 *puVar1;
undefined4 *puVar2;
uint uVar3;
byte bVar4;
bVar4 = 0;
puVar1 = (undefined4 *)xmalloc(0xec);
puVa... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 *
FUN_00026910(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 *puVar1;
undefined4 *puVar2;
uint uVar3;
byte bVar4;
bVar4 = 0;
p... | PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x196e8
SUB ESP,0xc
PUSH 0xec
CALL 0x000132e0
LEA EDI,[EAX + 0x14]
LEA ECX,[EAX + 0x10]
MOV dword ptr [EAX + 0x10],0x0
MOV ESI,EAX
MOV dword ptr [EAX + 0xe8],0x0
AND EDI,0xfffffffc
XOR EAX,EAX
SUB ECX,EDI
ADD ECX,0xdc
SHR ECX,0x2
STOSD.REP ES:EDI
MOV dword ptr [ESI + 0... | null | null | null | null | [('const-4', u'PTRADD_-1206031705'), (u'INT_RIGHT_-1206031932', u'MULTIEQUAL_-1206031767'), ('const-0', u'RETURN_-1206031758'), (u'INT_AND_-1206031984', u'CAST_-1206031710'), (u'MULTIEQUAL_-1206031767', u'INT_NOTEQUAL_-1206031912'), ('const-417', u'STORE_-1206031881'), (u'PTRADD_-1206031753', u'CAST_-1206031711'), (u'C... | [(u'PTRADD_-1206031679', u'STORE_-1206031869'), (u'CAST_-1206031744', u'PTRADD_-1206031663'), ('const-4294967294', u'INT_MULT_-1206031742'), (u'INT_RIGHT_-1206031932', u'MULTIEQUAL_-1206031767'), ('const-0', u'RETURN_-1206031758'), (u'PTRADD_-1206031704', u'STORE_-1206031906'), ('tmp_827', u'STORE_-1206031856'), (u'MUL... | null | null | 00026910 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 *\nFUN_00026910(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n uint uVar3;\n byt... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * start_stab(void *dhandle,bfd *abfd,bfd_boolean sections,asymbol **syms,long symcount)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n uint uVar3;\n byte bVar4;\n \n bVar4 = 0;\n puVar1 = (undef... | (translation_unit "undefined4 *\nFUN_00026910(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n uint uVar3;\n byte bVar4;\n \n bVar4 = 0;\n puVar1 = (undefined4 *)xmalloc(0xec);\n puVar1[4] = 0;\n puV... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement {... | (function_definition "undefined4 *\nFUN_00026910(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n uint uVar3;\n byte bVar4;\n \n bVar4 = 0;\n puVar1 = (undefined4 *)xmalloc(0xec);\n puVar1[4] = 0;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * function_1(void *dhandle,type_1 *abfd,type_2 sections,type_3 **syms,long symcount)
{
type_4 *var_2;
type_4 *var_4;
type_5 var_3;
type_6 bVar4;
bVar4 = 0;
var_2 = (type_4 *)var_1(0xec);
var_2[4] = 0;
var_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 *
MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 *puVar1;
undefined4 *puVar2;
uint uVar3;
byte bVar4;
bVar4 = 0;
puVar1 ... |
522_hppa64-linux-gnu-as_and_hppa64-linux-gnu-as_strip.c | local_symbol_make | FUN_00039c80 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
local_symbol * local_symbol_make(char *name,segT section,valueT val,fragS *frag)
{
char *key;
char *pcVar1;
local_symbol *val_00;
undefined4 local_2c;
undefined4 local_28;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
byte * FUN_00039c80(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 uVar1;
byte *pbVar2;
byte *pbVar3;
DAT_00088ba0 = DAT_00088ba0 + 1;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00018ff0
ADD EBX,0x46377
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x38]
MOV EDX,dword ptr [ESP + 0x3c]
MOV dword ptr [ESP],EAX
MOV EAX,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0x4],EDX
ADD dword ptr [EBX + 0x8ba0],0x1
CALL 0x00039850
LEA ESI,[EBX + 0x9000]
MOV dword ptr [ESP +... | null | null | null | null | [('tmp_1035', u'SUBPIECE_-1206083770'), (u'COPY_-1206083511', u'MULTIEQUAL_-1206083891'), (u'MULTIEQUAL_-1206083495', u'MULTIEQUAL_-1206083652'), (u'CAST_-1206083519', u'STORE_-1206084074'), (u'STORE_-1206084091', u'INDIRECT_-1206083657'), (u'INDIRECT_-1206083559', u'CAST_-1206083452'), ('const-8', u'PTRSUB_-1206083557... | [(u'INDIRECT_-1206083777', u'MULTIEQUAL_-1206083716'), (u'INDIRECT_-1206083586', u'MULTIEQUAL_-1206083704'), (u'STORE_-1206084068', u'INDIRECT_-1206083633'), ('const-20', u'PTRADD_-1206084014'), (u'STORE_-1206084042', u'INDIRECT_-1206083617'), (u'CALL_-1206083922', u'INDIRECT_-1206083574'), (u'STORE_-1206084042', u'IND... | null | null | 00039c80 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbyte * FUN_00039c80(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 uVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n DAT_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nlocal_symbol * local_symbol_make(char *name,segT section,valueT val,fragS *frag)\n\n{\n char *key;\n char *pcVar1;\n local_symbol *val_00;\n undefined4 local_2c;\n... | (translation_unit "byte * FUN_00039c80(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 uVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n DAT_00088ba0 = DAT_00088ba0 + 1;\n uVar1 = FUN_00039850();\n if (DAT_00089010 - DAT_0008900c < ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement {... | (function_definition "byte * FUN_00039c80(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 uVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n DAT_00088ba0 = DAT_00088ba0 + 1;\n uVar1 = FUN_00039850();\n if (DAT_00089010 - DAT_0008900c... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 * function_1(char *name,type_2 section,type_3 var_5,type_4 *frag)
{
char *key;
char *var_4;
type_1 *val_00;
type_5 local_2c;
type_5 local_28;
var_1 = var_1 + 1;
ke... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
byte * MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 uVar1;
byte *pbVar2;
byte *pbVar3;
DAT_00088ba0 = DAT_00088ba0 + 1;
uVar... |
529_x86_64-linux-gnux32-as_and_x86_64-linux-gnux32-as_strip.c | symbol_clear_list_pointers | FUN_00037670 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void symbol_clear_list_pointers(symbolS *symbolP)
{
if (((uint)symbolP->sy_flags & 1) != 0) {
if ((segT)symbolP->bsym != reg_section) {
/* WARNING: Subroutine does not return */
as_abort("../../gas... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00037670(byte *param_1)
{
if ((*param_1 & 1) != 0) {
if (*(int *)(param_1 + 4) != DAT_000897ec) {
/* WARNING: Subroutine does not return */
FUN_0002be80("../../gas/symbols.c",0x342,"symbo... | PUSH EBX
CALL 0x00016000
ADD EBX,0x4898a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
TEST byte ptr [EAX],0x1
JZ 0x000376b3
LEA EDX,[EBX + 0x97ec]
MOV ECX,dword ptr [EDX]
CMP dword ptr [EAX + 0x4],ECX
JZ 0x000376b0
SUB ESP,0x4
LEA EAX,[EBX + 0xfffe1624]
PUSH EAX
LEA EAX,[EBX + 0xfffe0eb8]
PUSH 0x342
PUSH EAX
CALL 0x0002b... | null | null | null | null | [('const-0', u'PTRSUB_-1206093968'), (u'PTRSUB_-1206093921', u'PTRSUB_-1206093917'), ('const-417', u'LOAD_-1206094075'), ('const-8', u'PTRSUB_-1206093921'), (u'STORE_-1206094067', u'INDIRECT_-1206093929'), (u'LOAD_-1206094147', u'CAST_-1206093949'), (u'STORE_-1206094057', u'INDIRECT_-1206093921'), ('const-0', u'STORE_-... | [(u'MULTIEQUAL_-1206093972', u'PTRADD_-1206093924'), (u'MULTIEQUAL_-1206093972', u'PTRADD_-1206093909'), (u'PTRADD_-1206094013', u'CAST_-1206093914'), ('const-834', u'CALL_-1206094079'), ('const-396984', u'COPY_-1206093999'), ('const-30', u'PTRADD_-1206093923'), (u'PTRADD_-1206093924', u'STORE_-1206093983'), ('const-41... | null | null | 00037670 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00037670(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n /* WARNING: Subroutine does not return */\n FUN_0002be80("../../g... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid symbol_clear_list_pointers(symbolS *symbolP)\n\n{\n if (((uint)symbolP->sy_flags & 1) != 0) {\n if ((segT)symbolP->bsym != reg_section) {\n /* WARNING: Subroutine does not return */\... | (translation_unit "void FUN_00037670(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n \n FUN_0002be80("../../gas/symbols.c",0x342,"symbol_clear_list_pointers");\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n param_1[0x1c] = 0;\n par... | (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_00037670(byte *param_1)\n\n{\n if ((*param_1 & 1) != 0) {\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n \n FUN_0002be80("../../gas/symbols.c",0x342,"symbol_clear_list_pointers");\n }\n param_1 = *(byte **)(param_1 + 0xc);\n }\n param_1[0x1c] = 0;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(type_1 *symbolP)
{
if (((type_2)symbolP->sy_flags & 1) != 0) {
if ((type_3)symbolP->bsym != var_1) {
/* WARNING: Subroutine does not return */
var_2("../../gas/symbols.c",0x342,"sym... | 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.bx replaced with injection: get_pc_thunk_bx */
void MASKED(byte *param_1)
{
if ((*param_1 & 1) != 0) {
if (*(int *)(param_1 + 4) != DAT_000897ec) {
/* WARNING: Subroutine does not return */
FUN_0002be80("../../gas/symbols.c",0x342,"symbol_clea... |
657_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | string_const&)_[clone_.cold.15] | FUN_0002fff3 |
/* transaction clone for std::logic_error::logic_error(std::string const&) [clone .cold.15] */
void std::logic_error::logic_error(std::string_const____clone__cold_15_(void)
{
int unaff_EBP;
logic_error *unaff_EDI;
~logic_error(unaff_EDI);
/* WARNING: Subroutine does not return */
_Unwi... |
void FUN_0002fff3(void)
{
int unaff_EBP;
FUN_001d01c0();
/* WARNING: Subroutine does not return */
FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x001d01c0
POP EAX
PUSH dword ptr [EBP + -0x2c]
CALL 0x00217770 | null | null | null | null | [(u'INT_ADD_-1205993434', u'CAST_-1205993349'), ('const-1', u'RETURN_-1206124503'), ('tmp_140', u'CALL_-1205993457'), ('const-417', u'LOAD_-1205993450'), (u'LOAD_-1205993450', u'CALL_-1206124508'), (u'CAST_-1205993349', u'LOAD_-1205993450'), ('const-4294967252', u'INT_ADD_-1205993434'), ('tmp_141', u'INT_ADD_-120599343... | [(u'INT_ADD_-1205993434', u'CAST_-1205993349'), ('const-1', u'RETURN_-1206124503'), (u'LOAD_-1205993450', u'CALL_-1206124508'), (u'CAST_-1205993349', u'LOAD_-1205993450'), ('const-4294967252', u'INT_ADD_-1205993434'), ('tmp_141', u'INT_ADD_-1205993434'), ('const-417', u'LOAD_-1205993450')] | null | null | 0002fff3 | x86 | O0 | (translation_unit "void FUN_0002fff3(void)\n\n{\n int unaff_EBP;\n \n FUN_001d01c0();\n /* WARNING: Subroutine does not return */\n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_0002fff3(void)\n\n{\n int unaff_EBP;\n \n FUN_001d01c0();\n ... | (translation_unit "/* transaction clone for std::logic_error::logic_error(std::string const&) [clone .cold.15] */\n\nvoid std::logic_error::logic_error(std::string_const____clone__cold_15_(void)\n\n{\n int unaff_EBP;\n logic_error *unaff_EDI;\n \n ~logic_error(unaff_EDI);\n /* WARNING: Subroutine... | (translation_unit "void FUN_0002fff3(void)\n\n{\n int unaff_EBP;\n \n FUN_001d01c0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}\n\n" (function_definition "void FUN_0002fff3(void)\n\n{\n int unaff_EBP;\n \n FUN_001d01c0();\n \n FUN_00217770(*(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_0002fff3(void)\n\n{\n int unaff_EBP;\n \n FUN_001d01c0();\n \n FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));\n}" (primitive_type "void") (function_declarator "FUN_0002fff3(void)" (identifier "FUN_0002fff3") (parameter_list "(void)" (( "(") (parameter_declaration... |
/* transaction clone for std::logic_error::logic_error(std::string const&) [clone .cold.15] */
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 + -0... | 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_001d01c0();
/* WARNING: Subroutine does not return */
FUN_00217770(*(undefined4 *)(unaff_EBP + -0x2c));
}
|
5279_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | write | FUN_00128ee0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void write(Output_reloc<4,_false,_32,_true> * this, uchar * pov) */
ssize_t __thiscall
gold::Output_reloc<4,_false,_32,_true>::write
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00128ee0(undefined4 *param_1,uint *param_2)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
uint uVar5;
uint uVar6;
uVar3 = FUN_00128a40(param_1);
*param_2 = uVar3 >> 0x18 | (uVar3 & 0xff0000) >> 8 ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x266117
SUB ESP,0x18
MOV ESI,dword ptr [ESP + 0x2c]
MOV EDI,dword ptr [ESP + 0x30]
PUSH ESI
CALL 0x00128a40
BSWAP EAX
MOV dword ptr [EDI],EAX
MOV dword ptr [ESP],ESI
CALL 0x000fbfd0
MOV ECX,dword ptr [ESI + 0x10]
ADD ESP,0x10
SHL EAX,0x8
AND ECX,0xfffffff
MOV... | null | null | null | null | [(u'PTRSUB_-1207070100', u'LOAD_-1207070810'), (u'INT_AND_-1207070814', u'CALLIND_-1207070398'), (u'INT_ADD_-1207070803', u'INT_AND_-1207070778'), ('tmp_1337', u'PTRSUB_-1207070098'), (u'LOAD_-1207070478', u'CAST_-1207069970'), (u'PTRSUB_-1207070041', u'CALL_-1207070666'), (u'INT_OR_-1207070617', u'RETURN_-1207070592')... | [('const-255', u'INT_AND_-1207070801'), (u'INT_AND_-1207070814', u'CALLIND_-1207070398'), (u'INT_ADD_-1207070803', u'INT_AND_-1207070778'), (u'INT_LEFT_-1207070617', u'INT_OR_-1207070617'), ('const-24', u'INT_LEFT_-1207070893'), (u'LOAD_-1207070785', u'CALL_-1207070293'), ('const-0', u'INT_NOTEQUAL_-1207070694'), ('tmp... | null | null | 00128ee0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00128ee0(undefined4 *param_1,uint *param_2)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n \n uVar3 = FUN_00128a40(param_1);\n *param_2 = uVar3 >> ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void write(Output_reloc<4,_false,_32,_true> * this, uchar * pov) */\n\nssize_t __thiscall\ngold::Output_reloc<4,_false,... | (translation_unit "void FUN_00128ee0(undefined4 *param_1,uint *param_2)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n \n uVar3 = FUN_00128a40(param_1);\n *param_2 = uVar3 >> 0x18 | (uVar3 & 0xff0000) >> 8 | (uVar3 & 0xff00) << 8 | uVar3 << 0x18;\n iVar4 = FUN_000fb... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declarati... | (function_definition "void FUN_00128ee0(undefined4 *param_1,uint *param_2)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n uint uVar5;\n uint uVar6;\n \n uVar3 = FUN_00128a40(param_1);\n *param_2 = uVar3 >> 0x18 | (uVar3 & 0xff0000) >> 8 | (uVar3 & 0xff00) << 8 | uVar3 << 0x18;\n iVar4 = FUN_00... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void write(Output_reloc<4,_false,_32,_true> * this, uchar * pov) */
ssize_t __thiscall
gold::var_1<4,_false,_32,var_13>::write
(... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,uint *param_2)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
uint uVar5;
uint uVar6;
uVar3 = FUN_00128a40(param_1);
*param_2 = uVar3 >> 0x18 | (uVar3 & 0xff0000) >> 8 | (uVa... |
630_libtomcrypt.so_and_libtomcrypt.so_strip.c | ROR | FUN_001267b7 |
ulong32 ROR(ulong32 word,int i)
{
byte bVar1;
int i_local;
ulong32 word_local;
bVar1 = (byte)i & 0x1f;
return word >> bVar1 | word << 0x20 - bVar1;
}
|
uint FUN_001267b7(uint param_1,byte param_2)
{
return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);
}
| MOV dword ptr [RSP + -0x4],EDI
MOV dword ptr [RSP + -0x8],ESI
MOV EAX,dword ptr [RSP + -0x4]
MOV EDX,dword ptr [RSP + -0x8]
MOV ECX,EDX
ROR EAX,CL
MOV dword ptr [RSP + -0x4],EAX
MOV EAX,dword ptr [RSP + -0x4]
RET | null | null | null | null | [(u'INT_AND_-1207080972', u'INT_RIGHT_-1207080968'), ('const-32', u'INT_SUB_-1207080977'), ('tmp_130', u'SUBPIECE_-1207080888'), ('const-31', u'INT_AND_-1207080972'), (u'INT_AND_-1207080972', u'INT_SUB_-1207080977'), ('tmp_129', u'INT_LEFT_-1207080967'), (u'INT_LEFT_-1207080967', u'INT_OR_-1207080967'), (u'SUBPIECE_-12... | [('const-32', u'INT_SUB_-1207080977'), (u'INT_AND_-1207080972', u'INT_RIGHT_-1207080968'), ('tmp_177', u'INT_RIGHT_-1207080968'), ('const-31', u'INT_AND_-1207080972'), (u'INT_AND_-1207080972', u'INT_SUB_-1207080977'), (u'INT_LEFT_-1207080967', u'INT_OR_-1207080967'), (u'INT_OR_-1207080967', u'COPY_-1207080925'), (u'INT... | null | null | 001267b7 | x86 | O0 | (translation_unit "uint FUN_001267b7(uint param_1,byte param_2)\n\n{\n return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);\n}\n\n" (function_definition "uint FUN_001267b7(uint param_1,byte param_2)\n\n{\n return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);\n}" type_identifier... | (translation_unit "ulong32 ROR(ulong32 word,int i)\n\n{\n byte bVar1;\n int i_local;\n ulong32 word_local;\n \n bVar1 = (byte)i & 0x1f;\n return word >> bVar1 | word << 0x20 - bVar1;\n}\n\n" (function_definition "ulong32 ROR(ulong32 word,int i)\n\n{\n byte bVar1;\n int i_local;\n ulong32 word_local;\n \n bVa... | (translation_unit "uint FUN_001267b7(uint param_1,byte param_2)\n\n{\n return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);\n}\n\n" (function_definition "uint FUN_001267b7(uint param_1,byte param_2)\n\n{\n return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);\n}" type_identifier... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression (binary_expression IDENT >> (parenthesized_expression ( (binary_expression IDENT & LIT) )... | (function_definition "uint FUN_001267b7(uint param_1,byte param_2)\n\n{\n return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);\n}" (type_identifier "uint") (function_declarator "FUN_001267b7(uint param_1,byte param_2)" (identifier "FUN_001267b7") (parameter_list "(uint param_1,byte param_2)" (( "("... |
type_1 function_1(type_1 var_1,int i)
{
type_2 var_2;
int i_local;
type_1 word_local;
var_2 = (type_2)i & 0x1f;
return var_1 >> var_2 | var_1 << 0x20 - var_2;
}
| 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)))) body: (compound_stateme... | null |
uint MASKED(uint param_1,byte param_2)
{
return param_1 >> (param_2 & 0x1f) | param_1 << 0x20 - (param_2 & 0x1f);
}
|
2506_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | unlock | FUN_000836f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void unlock(View * this) */
void __thiscall gold::File_read::View::unlock(View *this)
{
if (0 < this->lock_count_) {
this->lock_count_ = this->lock_count_ + -1;
return;
}
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000836f0(int param_1)
{
int iVar1;
iVar1 = *(int *)(param_1 + 0x10);
if (0 < iVar1) {
*(int *)(param_1 + 0x10) = iVar1 + -1;
return;
}
/* WARNING: Subroutine does not return */
F... | PUSH EBX
CALL 0x00035680
ADD EBX,0x2bb90a
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EDX + 0x10]
TEST EAX,EAX
JLE 0x00083715
SUB EAX,0x1
MOV dword ptr [EDX + 0x10],EAX
ADD ESP,0x8
POP EBX
RET
PUSH EAX
LEA EAX,[EBX + 0xfff13a04]
PUSH EAX
LEA EAX,[EBX + 0xfff13698]
PUSH 0xa4
PUSH EAX
CALL 0x0008b620 | null | null | null | null | [('const-417', u'LOAD_-1206438111'), (u'COPY_-1206437973', u'CALL_-1206438008'), ('tmp_114', u'CBRANCH_-1206438090'), ('const-2435588', u'COPY_-1206437973'), (u'PTRSUB_-1206437945', u'LOAD_-1206438111'), ('const-164', u'CALL_-1206438008'), (u'INT_SLESS_-1206438083', u'CBRANCH_-1206438090'), (u'LOAD_-1206438111', u'INT_... | [(u'CAST_-1206437951', u'LOAD_-1206438111'), ('tmp_114', u'CBRANCH_-1206438090'), ('tmp_395', u'INT_ADD_-1206438095'), ('const-16', u'INT_ADD_-1206438061'), (u'LOAD_-1206438111', u'INT_SLESS_-1206438083'), ('const-164', u'CALL_-1206438008'), ('const-0', u'RETURN_-1206438045'), (u'CAST_-1206437940', u'STORE_-1206438075'... | null | null | 000836f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000836f0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x10);\n if (0 < iVar1) {\n *(int *)(param_1 + 0x10) = iVar1 + -1;\n return;\n }\n /* WARNING: Sub... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void unlock(View * this) */\n\nvoid __thiscall gold::File_read::View::unlock(View *this)\n\n{\n if (0 < this->lock_count_) {\n this->lock_count_ = this->lock_count_ + -1;\n ret... | (translation_unit "void FUN_000836f0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x10);\n if (0 < iVar1) {\n *(int *)(param_1 + 0x10) = iVar1 + -1;\n return;\n }\n \n FUN_0008b620("../../gold/fileread.cc",0xa4,"unlock",iVar1);\n}\n\n" (function_definition "void FUN_0008... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarato... | (function_definition "void FUN_000836f0(int param_1)\n\n{\n int iVar1;\n \n iVar1 = *(int *)(param_1 + 0x10);\n if (0 < iVar1) {\n *(int *)(param_1 + 0x10) = iVar1 + -1;\n return;\n }\n \n FUN_0008b620("../../gold/fileread.cc",0xa4,"unlock",iVar1);\n}" (primitive_type "void") (function_de... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void unlock(View * this) */
void __thiscall gold::File_read::type_1::function_1(type_1 *this)
{
if (0 < this->lock_count_) {
this->lock_count_ = this->lock_count_ + -1;
return;
}
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
int iVar1;
iVar1 = *(int *)(param_1 + 0x10);
if (0 < iVar1) {
*(int *)(param_1 + 0x10) = iVar1 + -1;
return;
}
/* WARNING: Subroutine does not return */
FUN_000... |
760_curl_and_curl_strip.c | _curl_easy_setopt_err_ssl_ctx_cb | FUN_000227d1 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _curl_easy_setopt_err_ssl_ctx_cb(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** FUN_000227d1(void)
{
return &__DT_PLTGOT;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x00014bf4
ADD EAX,0x3961f
NOP
POP EBP
RET | null | null | null | null | [('const-0', u'RETURN_-1206048768')] | [('const-0', u'RETURN_-1206048768'), ('const-376312', u'PTRSUB_-1206048732'), (u'PTRSUB_-1206048732', u'RETURN_-1206048768'), ('const-0', u'PTRSUB_-1206048732')] | null | null | 000227d1 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_000227d1(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_000227d1(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_setopt_err_ssl_ctx_cb(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_setopt_err... | (translation_unit "undefined ** FUN_000227d1(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_000227d1(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_000227d1(void)" * (pointer_declarator "* FUN_000227d1(void)" * (function_declarator "FUN_000227d1(voi... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) }))) | (function_definition "undefined ** FUN_000227d1(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_000227d1(void)" (* "*") (pointer_declarator "* FUN_000227d1(void)" (* "*") (function_declarator "FUN_000227d1(void)" (identifier "FUN_000227d1") (parameter_list "(void)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** MASKED(void)
{
return &__DT_PLTGOT;
}
|
10930_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | exit | exit |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* exit@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205431558')] | [('const-1', u'RETURN_-1205431558')] | null | null | 003992f0 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fun... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.0 */\n h... | (translation_unit "void exit(int __status)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* exit@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5788_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | _curl_easy_getinfo_err_curl_certinfo | FUN_000a7b35 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _curl_easy_getinfo_err_curl_certinfo(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** FUN_000a7b35(void)
{
return &__DT_PLTGOT;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x0001b297
ADD EAX,0x46cc3
NOP
POP EBP
RET | null | null | null | null | [('const-0', u'RETURN_-1206551708')] | [('const-0', u'RETURN_-1206551708'), ('const-0', u'PTRSUB_-1206551672'), (u'PTRSUB_-1206551672', u'RETURN_-1206551708'), ('const-976896', u'PTRSUB_-1206551672')] | null | null | 000a7b35 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_000a7b35(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_000a7b35(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_getinfo_err_curl_certinfo(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_getinf... | (translation_unit "undefined ** FUN_000a7b35(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_000a7b35(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_000a7b35(void)" * (pointer_declarator "* FUN_000a7b35(void)" * (function_declarator "FUN_000a7b35(voi... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) }))) | (function_definition "undefined ** FUN_000a7b35(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_000a7b35(void)" (* "*") (pointer_declarator "* FUN_000a7b35(void)" (* "*") (function_declarator "FUN_000a7b35(void)" (identifier "FUN_000a7b35") (parameter_list "(void)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** MASKED(void)
{
return &__DT_PLTGOT;
}
|
2697_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | do_section_contents | FUN_00087640 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uchar * do_section_contents(Sized_incr_dynobj<32,_false> * this, uint
param_1, section_size_type * param_2, bool param_3) */
uchar * __thiscall
gold::Sized_incr_dynobj<32,_false>::do_section_content... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00087640(void)
{
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");
}
| PUSH EBX
CALL 0x00036f20
ADD EBX,0x3279ba
SUB ESP,0xc
LEA EAX,[EBX + 0xffef5cac]
PUSH EAX
LEA EAX,[EBX + 0xffef4838]
PUSH 0xb40
PUSH EAX
CALL 0x0007d010 | null | null | null | null | [('const-2880', u'CALL_-1206421872'), (u'COPY_-1206421840', u'CALL_-1206421872'), (u'COPY_-1206421841', u'CALL_-1206421872'), ('const-1', u'RETURN_-1206421867'), ('const-2772140', u'COPY_-1206421840'), ('const-2766904', u'COPY_-1206421841')] | [(u'COPY_-1206421848', u'CALL_-1206421872'), ('const-2766904', u'COPY_-1206421849'), ('const-2772140', u'COPY_-1206421848'), ('const-1', u'RETURN_-1206421867'), ('const-2880', u'CALL_-1206421872'), (u'COPY_-1206421849', u'CALL_-1206421872')] | null | null | 00087640 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00087640(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");\n}\n\n" comment (function_definition "void ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uchar * do_section_contents(Sized_incr_dynobj<32,_false> * this, uint\n param_1, section_size_type * param_2, bool param_3) */\n\nuchar * __thiscall\ngold::Sized_incr_dynobj<32,_fal... | (translation_unit "void FUN_00087640(void)\n\n{\n \n FUN_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");\n}\n\n" (function_definition "void FUN_00087640(void)\n\n{\n \n FUN_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");\n}" primitive_type (f... | (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_00087640(void)\n\n{\n \n FUN_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");\n}" (primitive_type "void") (function_declarator "FUN_00087640(void)" (identifier "FUN_00087640") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_t... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uchar * do_section_contents(Sized_incr_dynobj<32,_false> * this, uint
param_1, section_size_type * param_2, bool param_3) */
uchar * __thiscall
gold::Sized_incr_dynobj<32,_false>::do_section_content... | 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_0007d010("../../gold/incremental.cc",0xb40,"do_section_contents");
}
|
2_aarch64-linux-gnu-ar_and_aarch64-linux-gnu-ar_strip.c | FUN_00012030 | FUN_00012030 |
void FUN_00012030(void)
{
(*(code *)PTR_00021008)();
return;
}
|
void FUN_00012030(void)
{
(*(code *)PTR_00021008)();
return;
}
| PUSH dword ptr [EBX + 0x4]
JMP dword ptr [EBX + 0x8] | null | null | null | null | [(u'CALLIND_-1205985211', u'INDIRECT_-1205985136'), (u'CALLIND_-1205985211', u'INDIRECT_-1205985138'), ('const-1', u'RETURN_-1205985208'), ('tmp_91', u'CAST_-1205985130'), (u'INDIRECT_-1205985138', u'COPY_-1205985197'), (u'INDIRECT_-1205985136', u'COPY_-1205985195'), (u'CAST_-1205985130', u'CALLIND_-1205985211')] | [(u'CALLIND_-1205985211', u'INDIRECT_-1205985136'), (u'CALLIND_-1205985211', u'INDIRECT_-1205985138'), ('const-1', u'RETURN_-1205985208'), ('tmp_91', u'CAST_-1205985130'), (u'INDIRECT_-1205985138', u'COPY_-1205985197'), (u'INDIRECT_-1205985136', u'COPY_-1205985195'), (u'CAST_-1205985130', u'CALLIND_-1205985211')] | null | null | 00012030 | x86 | O0 | (translation_unit "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}\n\n" (function_definition "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}" primitive_type (function_declarator "FUN_00012030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}\n\n" (function_definition "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}" primitive_type (function_declarator "FUN_00012030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}\n\n" (function_definition "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}" primitive_type (function_declarator "FUN_00012030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void FUN_00012030(void)\n\n{\n (*(code *)PTR_00021008)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012030(void)" (identifier "FUN_00012030") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod... |
void function_1(void)
{
(*(type_1 *)PTR_00021008)();
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_00021008)();
return;
}
|
5491_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | do_section_size | FUN_0013e0f0 |
/* 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_0013e0f0(void)
{
/* WARNING: Subroutine does not return */
FUN_00069d00("../../gold/plugin.cc",0x606,"do_section_size");
}
| PUSH EBX
CALL 0x00035840
ADD EBX,0x250f0a
SUB ESP,0xc
LEA EAX,[EBX + 0xfff06bec]
PUSH EAX
LEA EAX,[EBX + 0xfff061c4]
PUSH 0x606
PUSH EAX
CALL 0x00069d00 | null | null | null | null | [(u'COPY_-1207115427', u'CALL_-1207115456'), ('const-1', u'RETURN_-1207115451'), (u'COPY_-1207115426', u'CALL_-1207115456'), ('const-1542', u'CALL_-1207115456'), ('const-2710508', u'COPY_-1207115426'), ('const-2707908', u'COPY_-1207115427')] | [(u'COPY_-1207115433', u'CALL_-1207115456'), ('const-1542', u'CALL_-1207115456'), ('const-1', u'RETURN_-1207115451'), ('const-2710508', u'COPY_-1207115432'), (u'COPY_-1207115432', u'CALL_-1207115456'), ('const-2707908', u'COPY_-1207115433')] | null | null | 0013e0f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0013e0f0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" comment (function_definition "void FUN_0013e... | (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_0013e0f0(void)\n\n{\n \n FUN_00069d00("../../gold/plugin.cc",0x606,"do_section_size");\n}\n\n" (function_definition "void FUN_0013e0f0(void)\n\n{\n \n FUN_00069d00("../../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_0013e0f0(void)\n\n{\n \n FUN_00069d00("../../gold/plugin.cc",0x606,"do_section_size");\n}" (primitive_type "void") (function_declarator "FUN_0013e0f0(void)" (identifier "FUN_0013e0f0") (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_00069d00("../../gold/plugin.cc",0x606,"do_section_size");
}
|
6868_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | do_section_flags | FUN_001ad370 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_flags(Sized_dynobj<64,_true> * this, uint shndx) */
uint64_t __thiscall
gold::Sized_dynobj<64,_true>::do_section_flags(Sized_dynobj<64,_true> *this,uint shndx)
{
Elf_file<64,_tru... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 FUN_001ad370(int param_1,uint param_2)
{
int iVar1;
uint uVar2;
uint uVar3;
undefined4 uVar4;
int iVar5;
undefined4 uVar6;
undefined8 uVar7;
iVar5 = param_1 + 0x60;
iVar1 = *(int *)(param_1 + 0x60... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x1e1c87
SUB ESP,0x18
MOV EBP,dword ptr [ESP + 0x2c]
LEA EDI,[EBP + 0x60]
MOV ESI,dword ptr [EBP + 0x60]
PUSH EDI
CALL 0x00052680
ADD ESP,0x10
MOV EAX,dword ptr [EBP + 0x6c]
CMP dword ptr [ESP + 0x24],EAX
JNC 0x001ad3e0
SUB ESP,0x8
PUSH dword ptr [ESP + 0x2c]
... | null | null | null | null | [('const-417', u'LOAD_-1207577389'), ('const-96', u'PTRSUB_-1207577047'), (u'LOAD_-1207577494', u'INT_LEFT_-1207577425'), (u'LOAD_-1207577055', u'CALL_-1207577496'), (u'INT_RIGHT_-1207577432', u'INT_OR_-1207577431'), (u'LOAD_-1207577648', u'INT_LESSEQUAL_-1207577626'), (u'LOAD_-1207577678', u'PTRSUB_-1207576983'), (u'P... | [('const-96', u'INT_ADD_-1207577667'), (u'LOAD_-1207577494', u'INT_LEFT_-1207577425'), (u'INT_ADD_-1207577373', u'CAST_-1207577001'), (u'INT_ADD_-1207577498', u'CAST_-1207577036'), (u'INT_ADD_-1207577662', u'CAST_-1207577099'), (u'INT_RIGHT_-1207577432', u'INT_OR_-1207577431'), (u'LOAD_-1207577648', u'INT_LESSEQUAL_-12... | null | null | 001ad370 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 FUN_001ad370(int param_1,uint param_2)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n iVar5 = param_1 + 0x60;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint64_t do_section_flags(Sized_dynobj<64,_true> * this, uint shndx) */\n\nuint64_t __thiscall\ngold::Sized_dynobj<64,_true>::do_section_flags(Sized_dynobj<64,_true> *this,uint shndx)... | (translation_unit "undefined8 FUN_001ad370(int param_1,uint param_2)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n iVar5 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_00052680(iVar5);\n if (*(uint *)(param_1 + 0x6c) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;... | (function_definition "undefined8 FUN_001ad370(int param_1,uint param_2)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int iVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n iVar5 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_00052680(iVar5);\n if (*(uint *)(param_1 + 0x6... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_flags(Sized_dynobj<64,_true> * this, uint shndx) */
uint64_t __thiscall
gold::Sized_dynobj<64,_true>::do_section_flags(Sized_dynobj<64,_true> *this,type_2 var_2)
{
Elf_file<64,_t... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 MASKED(int param_1,uint param_2)
{
int iVar1;
uint uVar2;
uint uVar3;
undefined4 uVar4;
int iVar5;
undefined4 uVar6;
undefined8 uVar7;
iVar5 = param_1 + 0x60;
iVar1 = *(int *)(param_1 + 0x60);
F... |
8075_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | sgetn | FUN_001f25a0 |
/* std::streambuf::sgetn(char*, int) */
void std::streambuf::sgetn(char *param_1,int param_2)
{
/* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*(int *)param_1 + 0x20))();
return;
}
|
void FUN_001f25a0(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x20))();
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX]
JMP dword ptr [EAX + 0x20] | null | null | null | null | [(u'LOAD_-1207949911', u'INT_ADD_-1207949890'), (u'CAST_-1207949835', u'LOAD_-1207949911'), (u'LOAD_-1207949906', u'CALLIND_-1207949899'), (u'INT_ADD_-1207949890', u'CAST_-1207949832'), ('const-417', u'LOAD_-1207949906'), ('const-417', u'LOAD_-1207949911'), ('const-32', u'INT_ADD_-1207949890'), (u'CAST_-1207949832', u'... | [(u'LOAD_-1207949911', u'INT_ADD_-1207949890'), ('const-417', u'LOAD_-1207949911'), (u'LOAD_-1207949906', u'CALLIND_-1207949899'), ('const-417', u'LOAD_-1207949906'), (u'CAST_-1207949834', u'LOAD_-1207949906'), ('const-32', u'INT_ADD_-1207949890'), ('tmp_45', u'LOAD_-1207949911'), (u'INT_ADD_-1207949890', u'CAST_-12079... | null | null | 001f25a0 | x86 | O0 | (translation_unit "void FUN_001f25a0(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x20))();\n return;\n}\n\n" (function_definition "void FUN_001f25a0(int ... | (translation_unit "/* std::streambuf::sgetn(char*, int) */\n\nvoid std::streambuf::sgetn(char *param_1,int param_2)\n\n{\n /* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1 + 0... | (translation_unit "void FUN_001f25a0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x20))();\n return;\n}\n\n" (function_definition "void FUN_001f25a0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x20))();\n return;\n}" primitive... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor ... | (function_definition "void FUN_001f25a0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x20))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f25a0(int *param_1)" (identifier "FUN_001f25a0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration... |
/* std::streambuf::sgetn(char*, int) */
void std::streambuf::function_1(char *param_1,int param_2)
{
/* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(type_1 **)(*(int *)param_1 + 0x20))();
return;... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
void MASKED(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x001f25a6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x20))();
return;
}
|
58_powerpc64le-linux-gnu-ar_and_powerpc64le-linux-gnu-ar_strip.c | unlink_if_ordinary | unlink_if_ordinary |
void unlink_if_ordinary(void)
{
(*(code *)PTR_unlink_if_ordinary_000210ec)();
return;
}
|
void unlink_if_ordinary(void)
{
(*(code *)PTR_unlink_if_ordinary_000210ec)();
return;
}
| JMP dword ptr [EBX + 0xec] | null | null | null | null | [(u'INDIRECT_-1205984238', u'COPY_-1205984297'), ('tmp_58', u'CAST_-1205984233'), (u'CAST_-1205984233', u'CALLIND_-1205984310'), (u'CALLIND_-1205984310', u'INDIRECT_-1205984238'), ('const-0', u'RETURN_-1205984307')] | [(u'INDIRECT_-1205984238', u'COPY_-1205984297'), ('tmp_58', u'CAST_-1205984233'), (u'CAST_-1205984233', u'CALLIND_-1205984310'), (u'CALLIND_-1205984310', u'INDIRECT_-1205984238'), ('const-0', u'RETURN_-1205984307')] | null | null | 000123c0 | x86 | O0 | (translation_unit "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}" primitive_type (function_declarator "unlink_if_ordinary(void)" identifier (pa... | (translation_unit "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}" primitive_type (function_declarator "unlink_if_ordinary(void)" identifier (pa... | (translation_unit "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}" primitive_type (function_declarator "unlink_if_ordinary(void)" identifier (pa... | (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 unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_000210ec)();\n return;\n}" (primitive_type "void") (function_declarator "unlink_if_ordinary(void)" (identifier "unlink_if_ordinary") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")... |
void function_1(void)
{
(*(type_1 *)PTR_unlink_if_ordinary_000210ec)();
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_000210ec)();
return;
}
|
917_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | parse_to_value | FUN_00037950 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_pic_veneer * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_pic_veneer::parse_to_value
(S... |
void FUN_00037950(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x1
MOV word ptr [EAX + 0x2a24],DX
RET | null | null | null | null | [('const-1', u'STORE_-1206093470'), ('const-60', u'PTRSUB_-1206093396'), ('const-0', u'RETURN_-1206093453'), ('tmp_32', u'COPY_-1206093463'), (u'PTRSUB_-1206093395', u'PTRSUB_-1206093394'), ('const-61', u'PTRSUB_-1206093394'), (u'PTRSUB_-1206093397', u'PTRSUB_-1206093396'), (u'PTRSUB_-1206093396', u'STORE_-1206093470')... | [('const-0', u'RETURN_-1206093453'), (u'INT_ADD_-1206093456', u'CAST_-1206093403'), ('const-1', u'STORE_-1206093470'), (u'CAST_-1206093403', u'STORE_-1206093470'), ('const-10788', u'INT_ADD_-1206093456'), ('tmp_37', u'INT_ADD_-1206093456'), ('const-417', u'STORE_-1206093470')] | null | null | 00037950 | x86 | O0 | (translation_unit "void FUN_00037950(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;\n return;\n}\n\n" (function_definition "void FUN_00037950(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;\n return;\n}" primitive_type (functio... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_pic_veneer * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_pic_veneer::pars... | (translation_unit "void FUN_00037950(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;\n return;\n}\n\n" (function_definition "void FUN_00037950(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;\n return;\n}" primitive_type (functio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (paren... | (function_definition "void FUN_00037950(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00037950(void)" (identifier "FUN_00037950") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_pic_veneer * 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,c... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e... | null |
void MASKED(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x2a24) = 1;
return;
}
|
600_x86_64-linux-gnu-as_and_x86_64-linux-gnu-as_strip.c | symbol_get_frag | FUN_0003b830 |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
fragS * symbol_get_frag(symbolS *s)
{
fragS *pfVar1;
pfVar1 = (fragS *)s;
if (((uint)s->sy_flags & 1) != 0) {
pfVar1 = (fragS *)(s->sy_value).X_op_symbol;
if ((segT)s->bs... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
byte * FUN_0003b830(byte *param_1)
{
byte *pbVar1;
pbVar1 = param_1;
if ((*param_1 & 1) != 0) {
pbVar1 = *(byte **)(param_1 + 0xc);
if (*(int *)(param_1 + 4) != DAT_000897ec) {
return pbVar1;
}
}
r... | CALL 0x00019a25
ADD ECX,0x447cb
MOV EDX,dword ptr [ESP + 0x4]
TEST byte ptr [EDX],0x1
JZ 0x0003b85a
LEA ECX,[ECX + 0x97ec]
MOV EAX,dword ptr [EDX + 0xc]
MOV ECX,dword ptr [ECX]
CMP dword ptr [EDX + 0x4],ECX
JZ 0x0003b858
RET
MOV EDX,EAX
MOV EAX,dword ptr [EDX + 0x24]
RET | null | null | null | null | [('tmp_251', u'COPY_-1206077273'), (u'CAST_-1206077221', u'INT_AND_-1206077332'), (u'PTRSUB_-1206077196', u'CAST_-1206077190'), ('const-417', u'LOAD_-1206077358'), ('tmp_251', u'INT_NOTEQUAL_-1206077309'), ('tmp_251', u'COPY_-1206077263'), ('tmp_161', u'PTRSUB_-1206077227'), (u'INT_NOTEQUAL_-1206077309', u'CBRANCH_-120... | [('const-1', u'PTRADD_-1206077263'), (u'PTRADD_-1206077263', u'CAST_-1206077211'), (u'MULTIEQUAL_-1206077218', u'PTRADD_-1206077235'), (u'INT_NOTEQUAL_-1206077309', u'CBRANCH_-1206077308'), ('const-417', u'LOAD_-1206077358'), ('const-0', u'RETURN_-1206077298'), ('tmp_252', u'COPY_-1206077273'), (u'COPY_-1206077289', u'... | null | null | 0003b830 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nbyte * FUN_0003b830(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = param_1;\n if ((*param_1 & 1) != 0) {\n pbVar1 = *(byte **)(param_1 + 0xc);\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Unknown calling convention */\n\nfragS * symbol_get_frag(symbolS *s)\n\n{\n fragS *pfVar1;\n \n pfVar1 = (fragS *)s;\n if (((uint)s->sy_flags & 1) != 0) {\n pfVar1 = (fragS *)(s->sy_value).X_op... | (translation_unit "byte * FUN_0003b830(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = param_1;\n if ((*param_1 & 1) != 0) {\n pbVar1 = *(byte **)(param_1 + 0xc);\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n return pbVar1;\n }\n }\n return *(byte **)(pbVar1 + 0x24);\n}\n\n" (function_definitio... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_stateme... | (function_definition "byte * FUN_0003b830(byte *param_1)\n\n{\n byte *pbVar1;\n \n pbVar1 = param_1;\n if ((*param_1 & 1) != 0) {\n pbVar1 = *(byte **)(param_1 + 0xc);\n if (*(int *)(param_1 + 4) != DAT_000897ec) {\n return pbVar1;\n }\n }\n return *(byte **)(pbVar1 + 0x24);\n}" (type_identifier "by... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Unknown calling convention */
type_1 * function_1(type_2 *s)
{
type_1 *pfVar1;
pfVar1 = (type_1 *)s;
if (((type_3)s->sy_flags & 1) != 0) {
pfVar1 = (type_1 *)(s->sy_value).X_op_symbol;
if ((type_4)s->... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (dec... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
byte * MASKED(byte *param_1)
{
byte *pbVar1;
pbVar1 = param_1;
if ((*param_1 & 1) != 0) {
pbVar1 = *(byte **)(param_1 + 0xc);
if (*(int *)(param_1 + 4) != DAT_000897ec) {
return pbVar1;
}
}
return ... |
4068_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | add_symbolless_global_addend | FUN_000de7c0 |
/* DWARF original prototype: void add_symbolless_global_addend(Output_data_reloc<4,_true,_32,_false>
* this, Symbol * gsym, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_symbolless_global_addend
(Output_data_reloc<4,_true,... |
void FUN_000de7c0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
undefined1 local_28 [24];
undefined4 local_10;
FUN_000c84e0(local_28,param_2,param_3,param_4,param_5,0,1,0);
local_10 = param_6;
FUN_000de480(param_1,pa... | PUSH ESI
PUSH EBX
SUB ESP,0x24
MOV EBX,dword ptr [ESP + 0x3c]
PUSH 0x0
PUSH 0x1
PUSH 0x0
PUSH dword ptr [ESP + 0x4c]
PUSH EBX
PUSH dword ptr [ESP + 0x4c]
PUSH dword ptr [ESP + 0x4c]
LEA ESI,[ESP + 0x20]
PUSH ESI
CALL 0x000c84e0
MOV EAX,dword ptr [ESP + 0x64]
MOV dword ptr [ESP + 0x3c],EAX
ADD ESP,0x1c
PUSH ESI
PUSH EBX... | null | null | null | null | [('tmp_291', u'CALL_-1206720484'), ('tmp_292', u'COPY_-1206720475'), ('const-0', u'RETURN_-1206720400'), (u'PTRSUB_-1206720278', u'CALL_-1206720484'), ('const-1', u'CALL_-1206720484'), (u'PTRSUB_-1206720255', u'CALL_-1206720433'), ('tmp_397', u'PTRSUB_-1206720284'), ('const-0', u'CALL_-1206720484'), ('tmp_288', u'CALL_... | [('tmp_625', u'CALL_-1206720433'), ('const-0', u'RETURN_-1206720400'), ('tmp_622', u'CALL_-1206720484'), ('tmp_624', u'CALL_-1206720484'), ('const-0', u'CALL_-1206720484'), ('tmp_347', u'PTRSUB_-1206720305'), ('tmp_626', u'COPY_-1206720475'), ('const-4294967256', u'PTRSUB_-1206720305'), ('tmp_621', u'CALL_-1206720484')... | null | null | 000de7c0 | x86 | O0 | (translation_unit "void FUN_000de7c0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_000c84e0(local_28,param_2,param_3,param_4,param_5,0,1,0);\n local_10 = param_6;... | (translation_unit "/* DWARF original prototype: void add_symbolless_global_addend(Output_data_reloc<4,_true,_32,_false>\n * this, Symbol * gsym, uint type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_32,_false>::add_symbolless_global_addend\n (Out... | (translation_unit "void FUN_000de7c0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_000c84e0(local_28,param_2,param_3,param_4,param_5,0,1,0);\n local_10 = param_6;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou... | (function_definition "void FUN_000de7c0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_000c84e0(local_28,param_2,param_3,param_4,param_5,0,1,0);\n local_10 = param... |
/* DWARF original prototype: void add_symbolless_global_addend(Output_data_reloc<4,_true,_32,_false>
* this, Symbol * gsym, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_symbolless_global_addend
(Output_data_reloc<4,_true,... | 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)
{
undefined1 local_28 [24];
undefined4 local_10;
FUN_000c84e0(local_28,param_2,param_3,param_4,param_5,0,1,0);
local_10 = param_6;
FUN_000de480(param_1,param_4,... |
8543_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | put | FUN_00212ef0 |
/* std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> >
>::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double)
const */
undefined4
std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::put
(undefined4 param_1,int *param_2... |
undefined4
FUN_00212ef0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,char param_6,undefined4 param_7,undefined4 param_8)
{
(**(code **)(*param_2 + 0x1c))
(param_1,param_2,param_3,param_4,param_5,(int)param_6,param_7,param_8);
return param_1;
}
| PUSH EBX
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x14]
MOV EBX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [EAX]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
MOVSX ECX,byte ptr [ESP + 0x2c]
PUSH ECX
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH EAX
PUSH EBX
CALL dword ptr... | null | null | null | null | [(u'INT_ADD_-1203884186', u'CAST_-1203884074'), (u'COPY_-1203884195', u'RETURN_-1203884163'), ('tmp_430', u'CALLIND_-1203884192'), (u'INT_SEXT_-1203884232', u'CALLIND_-1203884192'), ('tmp_428', u'CALLIND_-1203884192'), ('const-0', u'RETURN_-1203884163'), ('const-28', u'INT_ADD_-1203884186'), ('tmp_432', u'INT_SEXT_-120... | [(u'INT_ADD_-1203884186', u'CAST_-1203884074'), (u'COPY_-1203884195', u'RETURN_-1203884163'), ('tmp_430', u'CALLIND_-1203884192'), (u'INT_SEXT_-1203884232', u'CALLIND_-1203884192'), ('tmp_428', u'CALLIND_-1203884192'), ('const-0', u'RETURN_-1203884163'), ('const-28', u'INT_ADD_-1203884186'), ('tmp_432', u'INT_SEXT_-120... | null | null | 00212ef0 | x86 | O0 | (translation_unit "undefined4\nFUN_00212ef0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char param_6,undefined4 param_7,undefined4 param_8)\n\n{\n (**(code **)(*param_2 + 0x1c))\n (param_1,param_2,param_3,param_4,param_5,(int)param_6,param_7,param_8... | (translation_unit "/* std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> >\n >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double)\n const */\n\nundefined4\nstd::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::put\n (undefin... | (translation_unit "undefined4\nFUN_00212ef0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char param_6,undefined4 param_7,undefined4 param_8)\n\n{\n (**(code **)(*param_2 + 0x1c))\n (param_1,param_2,param_3,param_4,param_5,(int)param_6,param_7,param_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) , (parameter_declaration ... | (function_definition "undefined4\nFUN_00212ef0(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,char param_6,undefined4 param_7,undefined4 param_8)\n\n{\n (**(code **)(*param_2 + 0x1c))\n (param_1,param_2,param_3,param_4,param_5,(int)param_6,param_7,para... |
/* std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> >
>::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double)
const */
type_1
std::num_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::function_1
(type_1 type_5,int *type_4,ty... | 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,char param_6,undefined4 param_7,undefined4 param_8)
{
(**(code **)(*param_2 + 0x1c))
(param_1,param_2,param_3,param_4,param_5,(int)param_6,param_7,param_8);
return param_1;
}
|
7482_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | ~ofstream | FUN_001b31b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ofstream::~ofstream() */
void __thiscall std::ofstream::~ofstream(ofstream *this)
{
int iVar1;
int *in_stack_00000008;
iVar1 = *in_stack_00000008;
*(int *)this = iVar1;
*(int *)(this + *(int *)(iVar1 + -0xc))... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001b31b0(int *param_1,int *param_2)
{
int iVar1;
iVar1 = *param_2;
*param_1 = iVar1;
*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];
param_1[1] = (int)&PTR_FUN_002ff830;
FUN_001b0880(param_1... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x14]
CALL 0x00032730
ADD EBX,0x14ee44
MOV ESI,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EDI]
SUB ESP,0xc
MOV dword ptr [ESI],EAX
MOV EDX,dword ptr [EDI + 0xc]
MOV EAX,dword ptr [EAX + -0xc]
MOV dword ptr [ESI + EAX*0x1],EDX
LEA EAX,[EBX + 0xffffd828]
ADD EAX,0x8
MOV ... | null | null | null | null | [('const-417', u'LOAD_-1207684464'), ('const-417', u'STORE_-1207684473'), (u'LOAD_-1207684492', u'STORE_-1207684473'), (u'PTRADD_-1207684381', u'LOAD_-1207684616'), ('const-3141788', u'PTRSUB_-1207684332'), ('tmp_393', u'PTRADD_-1207684492'), ('tmp_393', u'CAST_-1207684381'), ('const-417', u'LOAD_-1207684610'), (u'LOAD... | [('const-417', u'LOAD_-1207684492'), (u'LOAD_-1207684492', u'STORE_-1207684473'), (u'PTRADD_-1207684381', u'LOAD_-1207684616'), (u'INT_ADD_-1207684454', u'CAST_-1207684297'), ('const-4', u'PTRADD_-1207684348'), (u'CAST_-1207684367', u'INT_ADD_-1207684587'), ('tmp_670', u'LOAD_-1207684637'), (u'CAST_-1207684366', u'STOR... | null | null | 001b31b0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b31b0(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n param_1[1] = (int)&PTR_FUN_002f... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ofstream::~ofstream() */\n\nvoid __thiscall std::ofstream::~ofstream(ofstream *this)\n\n{\n int iVar1;\n int *in_stack_00000008;\n \n iVar1 = *in_stack_00000008;\n *(int *)this = iVar1;\n *(int *)(t... | (translation_unit "void FUN_001b31b0(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n param_1[1] = (int)&PTR_FUN_002ff830;\n FUN_001b0880(param_1 + 1);\n FUN_00180fe0(param_1 + 0xf);\n param_1[1] = (int)&PT... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointe... | (function_definition "void FUN_001b31b0(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n *param_1 = iVar1;\n *(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];\n param_1[1] = (int)&PTR_FUN_002ff830;\n FUN_001b0880(param_1 + 1);\n FUN_00180fe0(param_1 + 0xf);\n param_1[1] = (int)... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ofstream::~ofstream() */
void __thiscall std::function_1::~function_1(function_1 *var_1)
{
int var_2;
int *in_stack_00000008;
var_2 = *in_stack_00000008;
*(int *)var_1 = var_2;
*(int *)(var_1 + *(int *)(var_2... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2)
{
int iVar1;
iVar1 = *param_2;
*param_1 = iVar1;
*(int *)((int)param_1 + *(int *)(iVar1 + -0xc)) = param_2[3];
param_1[1] = (int)&PTR_FUN_002ff830;
FUN_001b0880(param_1 + 1);... |
411_ptx_and_ptx_strip.c | freea | FUN_00030490 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void freea(void *p)
{
void *mem;
if (((uint)p & 7) != 0) {
/* WARNING: Subroutine does not return */
abort();
}
if (((uint)p & 8) != 0) {
free((void... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00030490(uint param_1)
{
if ((param_1 & 7) != 0) {
/* WARNING: Subroutine does not return */
abort();
}
if ((param_1 & 8) != 0) {
free((void *)(param_1 - *(byte *)(param_1 - 1)));
}
... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x14
CALL 0x00016234
ADD EAX,0x7b64
MOV EDX,dword ptr [EBP + 0x8]
AND EDX,0x7
TEST EDX,EDX
JZ 0x000304b2
MOV EBX,EAX
CALL 0x000124e0
MOV EDX,dword ptr [EBP + 0x8]
AND EDX,0x8
TEST EDX,EDX
JZ 0x000304e4
MOV EDX,dword ptr [EBP + 0x8]
SUB EDX,0x1
MOVZX EDX,byte ptr [EDX]
MOVZX EDX,DL
... | null | null | null | null | [('const-7', u'INT_AND_-1206123296'), ('const-1', u'RETURN_-1206123282'), ('tmp_430', u'CAST_-1206123037'), ('const-4294967295', u'INT_ADD_-1206123227'), ('tmp_204', u'CBRANCH_-1206123252'), (u'INT_ADD_-1206123227', u'CAST_-1206123025'), (u'CAST_-1206123008', u'INT_SUB_-1206123185'), (u'INT_AND_-1206123251', u'INT_NOTE... | [('const-7', u'INT_AND_-1206123296'), ('const-1', u'RETURN_-1206123282'), (u'INT_SUB_-1206123226', u'CAST_-1206123028'), ('const-417', u'LOAD_-1206123234'), ('tmp_204', u'CBRANCH_-1206123252'), (u'INT_AND_-1206123251', u'INT_NOTEQUAL_-1206123252'), ('const-0', u'INT_NOTEQUAL_-1206123297'), (u'INT_AND_-1206123296', u'IN... | null | null | 00030490 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00030490(uint param_1)\n\n{\n if ((param_1 & 7) != 0) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if ((param_1 & 8) != 0) {\n free((void *)(param_1 - *(b... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid freea(void *p)\n\n{\n void *mem;\n \n if (((uint)p & 7) != 0) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n if (((uint... | (translation_unit "void FUN_00030490(uint param_1)\n\n{\n if ((param_1 & 7) != 0) {\n \n abort();\n }\n if ((param_1 & 8) != 0) {\n free((void *)(param_1 - *(byte *)(param_1 - 1)));\n }\n return;\n}\n\n" (function_definition "void FUN_00030490(uint param_1)\n\n{\n if ((param_1 & 7) != 0) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expressio... | (function_definition "void FUN_00030490(uint param_1)\n\n{\n if ((param_1 & 7) != 0) {\n \n abort();\n }\n if ((param_1 & 8) != 0) {\n free((void *)(param_1 - *(byte *)(param_1 - 1)));\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00030490(uint param_1)" (identifier "... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(void *p)
{
void *mem;
if (((type_1)p & 7) != 0) {
/* WARNING: Subroutine does not return */
var_1();
}
if (((type_1)p & 8) != 0) {
v... | 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 (if_statement condition: (parenthesized_expression (binary_expression l... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(uint param_1)
{
if ((param_1 & 7) != 0) {
/* WARNING: Subroutine does not return */
abort();
}
if ((param_1 & 8) != 0) {
free((void *)(param_1 - *(byte *)(param_1 - 1)));
}
retur... |
9_riscv64-linux-gnu-ranlib_and_riscv64-linux-gnu-ranlib_strip.c | bfd_plugin_set_plugin | bfd_plugin_set_plugin |
void bfd_plugin_set_plugin(void)
{
(*(code *)PTR_bfd_plugin_set_plugin_00021028)();
return;
}
|
void bfd_plugin_set_plugin(void)
{
(*(code *)PTR_bfd_plugin_set_plugin_00021028)();
return;
}
| JMP dword ptr [EBX + 0x28] | null | null | null | null | [(u'INDIRECT_-1205985022', u'COPY_-1205985081'), ('tmp_58', u'CAST_-1205985017'), ('const-0', u'RETURN_-1205985091'), (u'CAST_-1205985017', u'CALLIND_-1205985094'), (u'CALLIND_-1205985094', u'INDIRECT_-1205985022')] | [(u'INDIRECT_-1205985022', u'COPY_-1205985081'), ('tmp_58', u'CAST_-1205985017'), ('const-0', u'RETURN_-1205985091'), (u'CAST_-1205985017', u'CALLIND_-1205985094'), (u'CALLIND_-1205985094', u'INDIRECT_-1205985022')] | null | null | 000120b0 | x86 | O0 | (translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)"... | (translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)"... | (translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00021028)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_plugin_set_plugin(void)" (identifier "bfd_plugin_set_plugin") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_plugin_set_plugin_00021028)();
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_00021028)();
return;
}
|
329_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c | pr_void_type | FUN_00037720 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Unknown calling convention */
bfd_boolean pr_void_type(void)
{
bfd_boolean bVar1;
pr_handle *info;
bVar1 = push_type((pr_handle *)&info->stack,"void");
return bVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_00037720(void)
{
FUN_00037020();
return;
}
| CALL 0x000144d5
ADD EDX,0x388db
MOV EAX,dword ptr [ESP + 0x4]
ADD EAX,0x8
LEA EDX,[EDX + 0xfffe8a74]
JMP 0x00037020 | null | null | null | null | [('const-363124', u'COPY_-1206093978'), (u'COPY_-1206093978', u'CALL_-1206093991'), (u'PTRSUB_-1206093921', u'CAST_-1206093913'), ('tmp_138', u'PTRSUB_-1206093921'), ('const-8', u'PTRSUB_-1206093921'), ('const-0', u'RETURN_-1206093987'), (u'CALL_-1206093991', u'RETURN_-1206093987'), (u'CAST_-1206093913', u'CALL_-120609... | [('const-0', u'RETURN_-1206093987')] | null | null | 00037720 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00037720(void)\n\n{\n FUN_00037020();\n return;\n}\n\n" comment (function_definition "void FUN_00037720(void)\n\n{\n FUN_00037020();\n return;\n}" primitive_type (function_declarator "FUN_00037720... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean pr_void_type(void)\n\n{\n bfd_boolean bVar1;\n pr_handle *info;\n \n bVar1 = push_type((pr_handle *)&info->stack,"void");\n return bVar1;\n}\n\n" comm... | (translation_unit "void FUN_00037720(void)\n\n{\n FUN_00037020();\n return;\n}\n\n" (function_definition "void FUN_00037720(void)\n\n{\n FUN_00037020();\n return;\n}" primitive_type (function_declarator "FUN_00037720(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00037720(void)\n\n{\n FUN_00037020();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00037720(void)" (identifier "FUN_00037720") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00037020();\n... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Unknown calling convention */
type_1 function_1(void)
{
type_1 bVar1;
type_2 *info;
bVar1 = var_1((type_2 *)&info->stack,"void");
return bVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (retur... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(void)
{
FUN_00037020();
return;
}
|
9032_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | operator= | FUN_0021dc10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string&&) */
string * __thiscall std::string::operator=(string *this,string *param_1)
{
swap(this,param_1);
return this;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_0021dc10(undefined4 param_1,undefined4 param_2)
{
FUN_0021dbd0(param_1,param_2);
return param_1;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x1713e9
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x0021dbd0
ADD ESP,0x14
MOV EAX,ESI
POP EBX
POP ESI
RET | null | null | null | null | [('tmp_181', u'CALL_-1203839912'), ('tmp_181', u'COPY_-1203839900'), ('const-0', u'RETURN_-1203839876'), ('tmp_182', u'CALL_-1203839912'), (u'COPY_-1203839900', u'RETURN_-1203839876')] | [('tmp_299', u'CALL_-1203839912'), ('const-0', u'RETURN_-1203839876'), ('tmp_298', u'COPY_-1203839900'), ('tmp_298', u'CALL_-1203839912'), (u'COPY_-1203839900', u'RETURN_-1203839876')] | null | null | 0021dc10 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0021dc10(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0021dbd0(param_1,param_2);\n return param_1;\n}\n\n" comment (function_definition "undefined4 FUN_0021dc10(undefined4 param_1,undefin... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string&&) */\n\nstring * __thiscall std::string::operator=(string *this,string *param_1)\n\n{\n swap(this,param_1);\n return this;\n}\n\n" comment comment (ERROR "s... | (translation_unit "undefined4 FUN_0021dc10(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0021dbd0(param_1,param_2);\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_0021dc10(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0021dbd0(param_1,param_2);\n return param_1;\n}" type_identifier (function... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined4 FUN_0021dc10(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0021dbd0(param_1,param_2);\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_0021dc10(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0021dc10") (parameter_list "(undefined4 param_1,un... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string&&) */
string * __thiscall std::string::operator=(string *this,string *param_1)
{
var_1(this,param_1);
return this;
}
| 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)))) body: (compound_stateme... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_0021dbd0(param_1,param_2);
return param_1;
}
|
3267_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_> | FUN_000ad470 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,
std::vector<gold::Output_segment*> >, gold::Output_segment*,
__gnu_cxx::__ops::_It... |
void FUN_000ad470(undefined4 *param_1,undefined4 *param_2,int param_3,undefined4 *param_4,
undefined4 param_5)
{
char cVar1;
int iVar2;
int iVar3;
iVar2 = param_3 - (int)param_2 >> 2;
iVar3 = param_3 - (int)param_2;
while (0 < iVar3) {
while( true ) {
iVar3 = iVar2 >> 1;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x24]
MOV EAX,dword ptr [ESP + 0x28]
SUB EAX,ESI
MOV EBX,EAX
SAR EBX,0x2
TEST EAX,EAX
JG 0x000ad49c
JMP 0x000ad4c5
SUB EBX,EDI
LEA ESI,[EBP + 0x4]
SUB EBX,0x1
TEST EBX,EBX
JLE 0x000ad4c5
SUB ESP,0x4
MOV EDI,EBX
MOV EAX,dword ptr [ESP + 0x30]
SAR E... | null | null | null | null | [('const-1', u'INT_SRIGHT_-1206528693'), ('tmp_1206', u'CALL_-1206528678'), ('const-0', u'INT_SLESS_-1206528793'), (u'CAST_-1206528447', u'INT_SUB_-1206528848'), (u'MULTIEQUAL_-1206528458', u'COPY_-1206528506'), (u'INT_SUB_-1206528848', u'COPY_-1206528504'), (u'MULTIEQUAL_-1206528527', u'INT_SUB_-1206528663'), (u'COPY_... | [(u'INT_NOTEQUAL_-1206528651', u'CBRANCH_-1206528650'), ('const-1', u'INT_SRIGHT_-1206528693'), (u'INT_SUB_-1206528848', u'COPY_-1206528518'), (u'MULTIEQUAL_-1206528463', u'PTRADD_-1206528430'), ('tmp_1192', u'LOAD_-1206528707'), (u'INT_ADD_-1206528648', u'MULTIEQUAL_-1206528465'), (u'COPY_-1206528460', u'MULTIEQUAL_-1... | null | null | 000ad470 | x86 | O0 | (translation_unit "void FUN_000ad470(undefined4 *param_1,undefined4 *param_2,int param_3,undefined4 *param_4,\n undefined4 param_5)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = param_3 - (int)param_2 >> 2;\n iVar3 = param_3 - (int)param_2;\n while (0 < iVar3) {\n while( true ) {\n... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original name: __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,\n std::vector<gold::Output_segment*> >, gold::Output_segment*,\n ... | (translation_unit "void FUN_000ad470(undefined4 *param_1,undefined4 *param_2,int param_3,undefined4 *param_4,\n undefined4 param_5)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = param_3 - (int)param_2 >> 2;\n iVar3 = param_3 - (int)param_2;\n while (0 < iVar3) {\n while( true ) {\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)) , (parameter_dec... | (function_definition "void FUN_000ad470(undefined4 *param_1,undefined4 *param_2,int param_3,undefined4 *param_4,\n undefined4 param_5)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n \n iVar2 = param_3 - (int)param_2 >> 2;\n iVar3 = param_3 - (int)param_2;\n while (0 < iVar3) {\n while( true ) ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,
std::vector<gold::Output_segment*> >, gold::Output_segment*,
__gnu_cxx::__ops::_It... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
void MASKED(undefined4 *param_1,undefined4 *param_2,int param_3,undefined4 *param_4,
undefined4 param_5)
{
char cVar1;
int iVar2;
int iVar3;
iVar2 = param_3 - (int)param_2 >> 2;
iVar3 = param_3 - (int)param_2;
while (0 < iVar3) {
while( true ) {
iVar3 = iVar2 >> 1;
cVar... |
4575_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | write | FUN_00104fa0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */
ssize_t __thiscall
gold::Output_data_got<32,_true>::Got_entry::write(Got_entry... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00104fa0(uint *param_1,undefined4 param_2,uint *param_3)
{
int *piVar1;
int *piVar2;
char cVar3;
int iVar4;
undefined4 *puVar5;
uint uVar6;
uint uVar7;
undefined8 uVar8;
uVar6 = param_1[1] & 0x7ffff... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x28a057
SUB ESP,0x1c
MOV EBP,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [EBP + 0x4]
AND ESI,0x7fffffff
CMP ESI,0x7ffffffe
JZ 0x0010507f
JA 0x00105098
CMP ESI,0x7ffffffd
JZ 0x00105068
MOV ECX,dword ptr [EBP]
SUB ESP,0x8
MOV EAX,dword ptr [ECX]
PUSH ESI
PUSH ECX
... | null | null | null | null | [(u'INT_ADD_-1206955255', u'CAST_-1206954032'), ('const-417', u'LOAD_-1206955217'), (u'INDIRECT_-1206954281', u'MULTIEQUAL_-1206954083'), (u'LOAD_-1206955723', u'INT_ADD_-1206955674'), ('tmp_2001', u'PTRSUB_-1206954326'), ('const-0', u'PTRSUB_-1206954435'), (u'INT_OR_-1206955581', u'STORE_-1206955602'), (u'CALLIND_-120... | [(u'INT_ADD_-1206955397', u'CAST_-1206954322'), (u'CAST_-1206954239', u'INT_ADD_-1206955195'), ('tmp_5074', u'LOAD_-1206955449'), ('tmp_5074', u'LOAD_-1206955992'), (u'LOAD_-1206955992', u'CAST_-1206954503'), (u'INT_AND_-1206956035', u'CALLIND_-1206955834'), (u'MULTIEQUAL_-1206954841', u'INT_RIGHT_-1206955588'), ('cons... | null | null | 00104fa0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00104fa0(uint *param_1,undefined4 param_2,uint *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n char cVar3;\n int iVar4;\n undefined4 *puVar5;\n uint uVar6;\n uint uVar7;\n undefined8 uVar8;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */\n\nssize_t __thiscall\ngold::Output_data_got<32,_true>::Got... | (translation_unit "void FUN_00104fa0(uint *param_1,undefined4 param_2,uint *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n char cVar3;\n int iVar4;\n undefined4 *puVar5;\n uint uVar6;\n uint uVar7;\n undefined8 uVar8;\n \n uVar6 = param_1[1] & 0x7fffffff;\n if (uVar6 != 0x7ffffffe) {\n if (0x7ffffffe < uVa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ... | (function_definition "void FUN_00104fa0(uint *param_1,undefined4 param_2,uint *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n char cVar3;\n int iVar4;\n undefined4 *puVar5;\n uint uVar6;\n uint uVar7;\n undefined8 uVar8;\n \n uVar6 = param_1[1] & 0x7fffffff;\n if (uVar6 != 0x7ffffffe) {\n if (0x7ffffffe < ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void write(Got_entry * this, uint got_indx, uchar * pov) */
ssize_t __thiscall
gold::Output_data_got<32,_true>::Got_entry::write(Got_entry... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(uint *param_1,undefined4 param_2,uint *param_3)
{
int *piVar1;
int *piVar2;
char cVar3;
int iVar4;
undefined4 *puVar5;
uint uVar6;
uint uVar7;
undefined8 uVar8;
uVar6 = param_1[1] & 0x7fffffff;
... |
448_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | mri_alignmod | FUN_0002d950 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void mri_alignmod(char *name,etree_type *exp)
{
section_name_struct *psVar1;
section_name_struct *psVar2;
section_name_struct **ppsVar3;
ppsVar3 = lookup(name,&subalignment);
... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0002d950(undefined4 param_1,undefined4 param_2)
{
undefined4 *puVar1;
int iVar2;
int *piVar3;
piVar3 = (int *)FUN_0002d250();
puVar1 = (undefined4 *)*piVar3;
*puVar1 = 0;
iVar2 = *piVar3;
puVar1[1] = ... | CALL 0x0001d3b2
ADD EAX,0x1946ab
PUSH EBX
SUB ESP,0x8
MOV EBX,dword ptr [ESP + 0x10]
LEA EDX,[EAX + 0x19b0]
MOV EAX,EBX
CALL 0x0002d250
MOV EDX,dword ptr [EAX]
MOV dword ptr [EDX],0x0
MOV EAX,dword ptr [EAX]
MOV dword ptr [EDX + 0x4],EBX
MOV dword ptr [EDX + 0xc],0x0
MOV EDX,dword ptr [ESP + 0x14]
MOV dword ptr [EAX + ... | null | null | null | null | [(u'LOAD_-1206003298', u'PTRSUB_-1206003153'), ('const-417', u'LOAD_-1206003310'), (u'PTRSUB_-1206003153', u'STORE_-1206003268'), ('const-417', u'STORE_-1206003248'), ('const-0', u'STORE_-1206003285'), ('const-417', u'STORE_-1206003291'), ('const-0', u'PTRSUB_-1206003186'), (u'PTRSUB_-1206003165', u'STORE_-1206003285')... | [('const-1', u'PTRADD_-1206003171'), (u'LOAD_-1206003298', u'INT_ADD_-1206003244'), ('const-20', u'INT_ADD_-1206003224'), ('const-417', u'LOAD_-1206003298'), (u'INT_ADD_-1206003254', u'CAST_-1206003154'), ('const-8', u'INT_ADD_-1206003244'), ('const-0', u'STORE_-1206003285'), ('const-0', u'STORE_-1206003248'), (u'LOAD_... | null | null | 0002d950 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0002d950(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n int *piVar3;\n \n piVar3 = (int *)FUN_0002d250();\n puVar1 = (undefined4 *)*piVar3;\n *puVar1 = 0;\n i... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid mri_alignmod(char *name,etree_type *exp)\n\n{\n section_name_struct *psVar1;\n section_name_struct *psVar2;\n section_name_struct **ppsVar3;\n \n ppsVar3 = l... | (translation_unit "void FUN_0002d950(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n int *piVar3;\n \n piVar3 = (int *)FUN_0002d250();\n puVar1 = (undefined4 *)*piVar3;\n *puVar1 = 0;\n iVar2 = *piVar3;\n puVar1[1] = param_1;\n puVar1[3] = 0;\n *(undefined4 *)(iVar2 + 0x18) =... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (function_definition "void FUN_0002d950(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n int *piVar3;\n \n piVar3 = (int *)FUN_0002d250();\n puVar1 = (undefined4 *)*piVar3;\n *puVar1 = 0;\n iVar2 = *piVar3;\n puVar1[1] = param_1;\n puVar1[3] = 0;\n *(undefined4 *)(iVar2 + 0x18... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(char *name,type_1 *exp)
{
type_2 *psVar1;
type_2 *psVar2;
type_2 **ppsVar3;
ppsVar3 = var_1(name,&subalignment);
psVar1 = *ppsVar3;
psVar1->next = (type_2 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 param_1,undefined4 param_2)
{
undefined4 *puVar1;
int iVar2;
int *piVar3;
piVar3 = (int *)FUN_0002d250();
puVar1 = (undefined4 *)*piVar3;
*puVar1 = 0;
iVar2 = *piVar3;
puVar1[1] = param_... |
7379_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | string_append | FUN_001ce230 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 string_append(string *p,char *s)
{
size_t __n;
__n = strlen(s);
string_need(p,__n);
memcpy(p->p,s,__n);
p->p = p->p + __n;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_001ce230(int param_1,char *param_2)
{
size_t __n;
__n = strlen(param_2);
FUN_001ce0b0();
memcpy(*(void **)(param_1 + 4),param_2,__n);
*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;
return... | PUSH EBP
MOV EBP,EDX
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00035840
ADD EBX,0x1c0dc3
SUB ESP,0x18
PUSH EDX
CALL 0x000295f0
ADD ESP,0x10
MOV EDI,EAX
MOV EDX,EAX
MOV EAX,ESI
CALL 0x001ce0b0
SUB ESP,0x4
PUSH EDI
PUSH EBP
PUSH dword ptr [ESI + 0x4]
CALL 0x000295c0
ADD dword ptr [ESI + 0x4],EDI
ADD ESP,0x1c
POP EBX
... | null | null | null | null | [(u'PTRSUB_-1207704709', u'STORE_-1207704896'), (u'LOAD_-1207704919', u'CALL_-1207704905'), (u'LOAD_-1207704899', u'PTRADD_-1207704835'), ('tmp_358', u'CALL_-1207704970'), ('tmp_357', u'CALL_-1207704941'), (u'CALL_-1207704970', u'CALL_-1207704941'), (u'PTRSUB_-1207704718', u'LOAD_-1207704919'), ('tmp_358', u'CALL_-1207... | [('tmp_463', u'CALL_-1207704970'), ('const-4', u'INT_ADD_-1207704887'), ('const-417', u'LOAD_-1207704919'), (u'INT_ADD_-1207704903', u'CAST_-1207704720'), (u'LOAD_-1207704919', u'CALL_-1207704905'), ('tmp_463', u'CALL_-1207704905'), (u'CAST_-1207704711', u'STORE_-1207704896'), (u'INT_ADD_-1207704887', u'CAST_-120770471... | null | null | 001ce230 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_001ce230(int param_1,char *param_2)\n\n{\n size_t __n;\n \n __n = strlen(param_2);\n FUN_001ce0b0();\n memcpy(*(void **)(param_1 + 4),param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 string_append(string *p,char *s)\n\n{\n size_t __n;\n \n __n = strlen(s);\n string_need(p,__n);\n memcpy(p->p,s,__n);\n p->p = p->p + __n;\n return;\n}\n\n" comment (function_definition "... | (translation_unit "void __regparm3 FUN_001ce230(int param_1,char *param_2)\n\n{\n size_t __n;\n \n __n = strlen(param_2);\n FUN_001ce0b0();\n memcpy(*(void **)(param_1 + 4),param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n return;\n}\n\n" (function_definition "void __regparm3 FUN_001ce230(in... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression... | (function_definition "void __regparm3 FUN_001ce230(int param_1,char *param_2)\n\n{\n size_t __n;\n \n __n = strlen(param_2);\n FUN_001ce0b0();\n memcpy(*(void **)(param_1 + 4),param_2,__n);\n *(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifie... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 function_1(type_1 *p,char *s)
{
size_t var_4;
var_4 = var_1(s);
var_2(p,var_4);
var_3(p->p,s,var_4);
p->p = p->p + var_4;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(int param_1,char *param_2)
{
size_t __n;
__n = strlen(param_2);
FUN_001ce0b0();
memcpy(*(void **)(param_1 + 4),param_2,__n);
*(int *)(param_1 + 4) = *(int *)(param_1 + 4) + __n;
return;
}
|
627_s390x-linux-gnu-as_and_s390x-linux-gnu-as_strip.c | print_expr | FUN_0003b580 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void print_expr(expressionS *exp)
{
undefined *puVar1;
puVar1 = PTR_stderr_00067f4c;
print_expr_1(*(FILE **)PTR_stderr_00067f4c,exp);
fputc(10,*(FILE **)puVar1);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003b580(undefined4 param_1)
{
undefined *puVar1;
puVar1 = PTR_stderr_00067f4c;
FUN_0003aa00(*(undefined4 *)PTR_stderr_00067f4c,param_1);
fputc(10,*(FILE **)puVar1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00015020
ADD EBX,0x2ca79
SUB ESP,0xc
PUSH dword ptr [ESP + 0x18]
MOV ESI,dword ptr [EBX + 0xffffff4c]
PUSH dword ptr [ESI]
CALL 0x0003aa00
POP EAX
POP EDX
PUSH dword ptr [ESI]
PUSH 0xa
CALL 0x00013620
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [(u'LOAD_-1206077993', u'CALL_-1206077975'), ('const-0', u'RETURN_-1206077942'), (u'LOAD_-1206078017', u'CALL_-1206078004'), (u'INDIRECT_-1206077845', u'COPY_-1206077894'), (u'CAST_-1206077842', u'LOAD_-1206077993'), (u'CALL_-1206078004', u'INDIRECT_-1206077857'), ('tmp_462', u'COPY_-1206077942'), (u'CAST_-1206077852',... | [(u'LOAD_-1206077993', u'CALL_-1206077975'), (u'CALL_-1206077975', u'INDIRECT_-1206077847'), ('const-0', u'RETURN_-1206077942'), (u'LOAD_-1206078017', u'CALL_-1206078004'), (u'CAST_-1206077844', u'LOAD_-1206077993'), ('tmp_442', u'CALL_-1206078004'), (u'COPY_-1206077944', u'CAST_-1206077844'), ('tmp_461', u'CAST_-12060... | null | null | 0003b580 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003b580(undefined4 param_1)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR_stderr_00067f4c;\n FUN_0003aa00(*(undefined4 *)PTR_stderr_00067f4c,param_1);\n fputc(10,*(FILE **)puVar1);\n return;\n}\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid print_expr(expressionS *exp)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR_stderr_00067f4c;\n print_expr_1(*(FILE **)PTR_stderr_00067f4c,exp);\n fputc(10,*(FIL... | (translation_unit "void FUN_0003b580(undefined4 param_1)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR_stderr_00067f4c;\n FUN_0003aa00(*(undefined4 *)PTR_stderr_00067f4c,param_1);\n fputc(10,*(FILE **)puVar1);\n return;\n}\n\n" (function_definition "void FUN_0003b580(undefined4 param_1)\n\n{\n undefined *puVar1;\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_li... | (function_definition "void FUN_0003b580(undefined4 param_1)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR_stderr_00067f4c;\n FUN_0003aa00(*(undefined4 *)PTR_stderr_00067f4c,param_1);\n fputc(10,*(FILE **)puVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003b580(undefined4 param_1)" (identifi... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *exp)
{
type_2 *puVar1;
puVar1 = PTR_stderr_00067f4c;
var_1(*(type_3 **)PTR_stderr_00067f4c,exp);
var_2(10,*(type_3 **)puVar1);
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 (declaration type: (type_identifier) declarator: (pointer_declarator de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
undefined *puVar1;
puVar1 = PTR_stderr_00067f4c;
FUN_0003aa00(*(undefined4 *)PTR_stderr_00067f4c,param_1);
fputc(10,*(FILE **)puVar1);
return;
}
|
1008_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_is_big_endian | FUN_0003a380 |
/* DWARF original prototype: bool do_is_big_endian(Sized_relobj<64,_false> * this) */
bool __thiscall gold::Sized_relobj<64,_false>::do_is_big_endian(Sized_relobj<64,_false> *this)
{
return false;
}
|
undefined4 FUN_0003a380(void)
{
return 0;
}
| XOR EAX,EAX
RET | null | null | null | null | [(u'COPY_-1206082672', u'RETURN_-1206082665'), ('const-0', u'COPY_-1206082672'), ('const-0', u'RETURN_-1206082665')] | [('const-0', u'COPY_-1206082685'), ('const-0', u'RETURN_-1206082665'), (u'COPY_-1206082685', u'RETURN_-1206082665')] | null | null | 0003a380 | x86 | O0 | (translation_unit "undefined4 FUN_0003a380(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a380(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a380(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit "/* DWARF original prototype: bool do_is_big_endian(Sized_relobj<64,_false> * this) */\n\nbool __thiscall gold::Sized_relobj<64,_false>::do_is_big_endian(Sized_relobj<64,_false> *this)\n\n{\n return false;\n}\n\n" comment (declaration "bool __thiscall gold::Sized_relobj<64,_false>::do_is_big_endian(S... | (translation_unit "undefined4 FUN_0003a380(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003a380(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0003a380(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined4 FUN_0003a380(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0003a380(void)" (identifier "FUN_0003a380") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{")... |
/* DWARF original prototype: bool do_is_big_endian(Sized_relobj<64,_false> * this) */
bool __thiscall gold::Sized_relobj<64,_false>::do_is_big_endian(Sized_relobj<64,_false> *this)
{
return false;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
undefined4 MASKED(void)
{
return 0;
}
|
24_nohup_and_nohup_strip.c | getenv | getenv |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getenv(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x6c] | null | null | null | null | [('const-0', u'RETURN_-1205988915'), (u'CAST_-1205988838', u'RETURN_-1205988915'), ('tmp_67', u'CAST_-1205988839'), (u'INDIRECT_-1205988845', u'COPY_-1205988904'), (u'CALLIND_-1205988918', u'INDIRECT_-1205988845'), (u'CAST_-1205988839', u'CALLIND_-1205988918'), (u'CALLIND_-1205988918', u'CAST_-1205988838')] | [('const-0', u'RETURN_-1205988915'), (u'CAST_-1205988838', u'RETURN_-1205988915'), ('tmp_67', u'CAST_-1205988839'), (u'INDIRECT_-1205988845', u'COPY_-1205988904'), (u'CALLIND_-1205988918', u'INDIRECT_-1205988845'), (u'CAST_-1205988839', u'CALLIND_-1205988918'), (u'CALLIND_-1205988918', u'CAST_-1205988838')] | null | null | 000111c0 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n ... | (translation_unit "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();\n return pcVar1;\n}\n\n" (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();\n return pcVar1;\n}" primitive_type ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (t... | (function_definition "char * getenv(char *__name)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getenv_0001b06c)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* getenv(char *__name)" (* "*") (function_declarator "getenv(char *__name)" (identifier "getenv") (parameter_list "(char *_... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_getenv_0001b06c)();
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)))))) body: (compound_statement (decla... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__name)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0001b06c)();
return pcVar1;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.