file_name stringlengths 21 83 | original_function_name stringlengths 1 716 | stripped_function_name stringlengths 3 50 | decompiled_code_original stringlengths 44 263k ⌀ | decompiled_code_stripped stringlengths 41 208k ⌀ | assembly_code stringlengths 3 168k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 5.24M | pcode_edges_stripped stringlengths 11 3.12M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 338 5.73M ⌀ | S-Expression_decompiled_code_original stringlengths 367 7.15M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 289 5.55M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 148 531k ⌀ | S-Expression_decompiled_code_original_root stringlengths 291 5.61M ⌀ | Replace_function_name_and_variable_name stringlengths 39 247k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 225 747k ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 208k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75_bash_and_bash_strip.c | fwrite | fwrite |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_0013b134)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_0013b134)();
return sVar1;
}
| JMP dword ptr [EBX + 0x134] | null | null | null | null | [('const-0', u'RETURN_-1205996307'), (u'CALLIND_-1205996310', u'INDIRECT_-1205996237'), (u'CAST_-1205996228', u'CALLIND_-1205996310'), (u'INDIRECT_-1205996237', u'COPY_-1205996296'), ('tmp_82', u'CAST_-1205996228'), (u'CALLIND_-1205996310', u'RETURN_-1205996307')] | [('const-0', u'RETURN_-1205996307'), (u'CALLIND_-1205996310', u'INDIRECT_-1205996237'), (u'CAST_-1205996228', u'CALLIND_-1205996310'), (u'INDIRECT_-1205996237', u'COPY_-1205996296'), ('tmp_82', u'CAST_-1205996228'), (u'CALLIND_-1205996310', u'RETURN_-1205996307')] | null | null | 0002f4e0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0013b134)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0013b134)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t ... | (translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0013b134)();\n return sVar1;\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0... | (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 fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_0013b134)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fwrite_0013b134)();
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 *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0013b134)();
return sVar1;
}
|
38_i686-kfreebsd-gnu-c++filt(1)_and_i686-kfreebsd-gnu-c++filt(1)_strip.c | fprintf | fprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fprintf_000170a0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_fprintf_000170a0)();
return iVar1;
}
| JMP dword ptr [EBX + 0xa0] | null | null | null | null | [(u'INDIRECT_-1205988637', u'COPY_-1205988696'), (u'CALLIND_-1205988710', u'RETURN_-1205988707'), (u'CALLIND_-1205988710', u'INDIRECT_-1205988637'), (u'CAST_-1205988630', u'CALLIND_-1205988710'), ('const-0', u'RETURN_-1205988707'), ('tmp_72', u'CAST_-1205988630')] | [(u'INDIRECT_-1205988637', u'COPY_-1205988696'), (u'CALLIND_-1205988710', u'RETURN_-1205988707'), (u'CALLIND_-1205988710', u'INDIRECT_-1205988637'), (u'CAST_-1205988630', u'CALLIND_-1205988710'), ('const-0', u'RETURN_-1205988707'), ('tmp_72', u'CAST_-1205988630')] | null | null | 00011290 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000170a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000170a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000170a0)();\n return iVar1;\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000170a0)();\n return iVar1;\n}" p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_000170a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,.... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fprintf_000170a0)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_000170a0)();
return iVar1;
}
|
428_libpng16.so.16.36_and_libpng16.so.16.36_strip.c | png_init_read_transformations | FUN_0002421c |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void png_init_read_transformations(png_structrp png_ptr)
{
png_uint_16 *ppVar1;
byte bVar2;
ushort uVar3;
ushort uVar4;
ushort uVar5;
ushort uVar6;
char cVar7;
bool bVar8;... |
void __regparm3 FUN_0002421c(undefined4 param_1,undefined4 param_2)
{
char cVar1;
byte bVar2;
ushort uVar3;
ushort uVar4;
bool bVar5;
byte bVar6;
byte bVar7;
byte bVar8;
byte bVar9;
undefined2 uVar10;
int iVar11;
undefined4 uVar12;
byte *pbVar13;
short sVar14;
uint uVar15;
char *pcVar1... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x3c
CALL 0x00014950
ADD EBX,0x26b5c
MOV ESI,dword ptr [ESP + 0x50]
MOV EAX,GS:[0x14]
MOV dword ptr [ESP + 0x2c],EAX
XOR EAX,EAX
MOV EAX,dword ptr [ESI + 0x344]
TEST EAX,EAX
JZ 0x00024336
MOV EDX,dword ptr [ESI + 0x1e4]
TEST EDX,EDX
JZ 0x00024322
PUSH 0x186a0
PUSH EDX
PUSH EA... | null | null | null | null | [(u'PTRSUB_-1206027341', u'STORE_-1206037898'), (u'INT_ZEXT_-1206036950', u'PTRADD_-1206036887'), (u'PTRSUB_-1206029662', u'STORE_-1206036932'), (u'INDIRECT_-1206029834', u'MULTIEQUAL_-1206030013'), (u'PTRSUB_-1206027018', u'PTRSUB_-1206026916'), ('const-417', u'LOAD_-1206037263'), ('const-417', u'LOAD_-1206037261'), (... | [(u'INT_ADD_-1206037367', u'CAST_-1206027445'), (u'INT_ADD_-1206041746', u'CAST_-1206030878'), ('const-255', u'INT_AND_-1206037028'), ('const-417', u'STORE_-1206041021'), (u'INT_ADD_-1206042007', u'CAST_-1206031028'), ('const-427', u'INT_ADD_-1206041351'), ('const-1', u'PTRADD_-1206036584'), ('tmp_1195', u'CBRANCH_-120... | null | null | 0002421c | x86 | O1 | (translation_unit "void __regparm3 FUN_0002421c(undefined4 param_1,undefined4 param_2)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n ushort uVar4;\n bool bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n undefined2 uVar10;\n int iVar11;\n undefined4 uVar12;\n byte *pbVar13;\n short sVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid png_init_read_transformations(png_structrp png_ptr)\n\n{\n png_uint_16 *ppVar1;\n byte bVar2;\n ushort uVar3;\n ushort uVar4;\n ushort uVar5;\n ushort uVar6... | (translation_unit "void __regparm3 FUN_0002421c(undefined4 param_1,undefined4 param_2)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n ushort uVar4;\n bool bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n undefined2 uVar10;\n int iVar11;\n undefined4 uVar12;\n byte *pbVar13;\n short sVa... | (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 IDENT ;) (declaratio... | (function_definition "void __regparm3 FUN_0002421c(undefined4 param_1,undefined4 param_2)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n ushort uVar4;\n bool bVar5;\n byte bVar6;\n byte bVar7;\n byte bVar8;\n byte bVar9;\n undefined2 uVar10;\n int iVar11;\n undefined4 uVar12;\n byte *pbVar13;\n short ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 png_ptr)
{
type_2 *ppVar1;
type_3 var_17;
type_4 var_10;
type_4 var_18;
type_4 uVar5;
type_4 uVar6;
char var_30;
bool bVar8;
type_5 uVar9;
type_... | 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)
{
char cVar1;
byte bVar2;
ushort uVar3;
ushort uVar4;
bool bVar5;
byte bVar6;
byte bVar7;
byte bVar8;
byte bVar9;
undefined2 uVar10;
int iVar11;
undefined4 uVar12;
byte *pbVar13;
short sVar14;
uint uVar15;
char *pcVar16;
i... |
6354_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_section_size | FUN_0024f3a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_relobj_incr<64,_true> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_relobj_incr<64,_true>::do_section_size(Sized_relobj_incr<64,_true> *this,uint param_2)
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0024f3a0(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");
}
| PUSH EBX
CALL 0x00050b50
ADD EBX,0x39ac5a
SUB ESP,0xc
LEA EAX,[EBX + 0xffe9e228]
PUSH EAX
LEA EAX,[EBX + 0xffe9d9b8]
PUSH 0x8dd
PUSH EAX
CALL 0x002446e0 | null | null | null | null | [('const-1', u'RETURN_-1204030542')] | [('const-4751912', u'COPY_-1204030456'), ('const-4749752', u'COPY_-1204030457'), (u'COPY_-1204030456', u'CALL_-1204030480'), ('const-2269', u'CALL_-1204030480'), ('const-1', u'RETURN_-1204030475'), (u'COPY_-1204030457', u'CALL_-1204030480')] | null | null | 0024f3a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0024f3a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");\n}\n\n" comment (function_definition "void FUN_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint64_t do_section_size(Sized_relobj_incr<64,_true> * this, uint\n param_1) */\n\nuint64_t __thiscall\ngold::Sized_relobj_incr<64,_true>::do_section_size(Sized_relobj_incr<64,_true... | (translation_unit "void FUN_0024f3a0(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");\n}\n\n" (function_definition "void FUN_0024f3a0(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_0024f3a0(void)\n\n{\n \n FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");\n}" (primitive_type "void") (function_declarator "FUN_0024f3a0(void)" (identifier "FUN_0024f3a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_relobj_incr<64,_true> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_relobj_incr<64,_true>::do_section_size(Sized_relobj_incr<64,_true> *this,uint param_2)
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/incremental.cc",0x8dd,"do_section_size");
}
|
7568_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | d_source_name | FUN_001ecb00 |
demangle_component * d_source_name(d_info *di)
{
char *pcVar1;
char cVar2;
demangle_component *pdVar3;
int iVar4;
int iVar5;
demangle_component *pdVar6;
int iVar7;
int unaff_EDI;
int local_18;
iVar4 = __x86_get_pc_thunk_di();
iVar5 = d_number((d_info *)(iVar4 + 0xc));
if (iVar5 < 1) {
r... |
undefined4 * FUN_001ecb00(void)
{
char *pcVar1;
char cVar2;
int *piVar3;
int iVar4;
int iVar5;
undefined4 *puVar6;
int iVar7;
int unaff_EDI;
int local_18;
iVar4 = FUN_000644be();
iVar5 = FUN_001ec950();
if (iVar5 < 1) {
return (undefined4 *)0x0;
}
piVar3 = *(int **)(iVar4 + 0xc);
... | PUSH EBP
PUSH EDI
CALL 0x000644be
ADD EDI,0x1c24f9
PUSH ESI
PUSH EBX
MOV EBX,EAX
ADD EAX,0xc
SUB ESP,0x8
CALL 0x001ec950
TEST EAX,EAX
JLE 0x001ecbc8
MOV EDX,EAX
MOV ESI,dword ptr [EBX + 0xc]
MOV EAX,dword ptr [EBX + 0x4]
SUB EAX,ESI
CMP EDX,EAX
JG 0x001ecbbe
LEA EAX,[ESI + EDX*0x1]
MOV dword ptr [EBX + 0xc],EAX
TEST by... | null | null | null | null | [('tmp_1293', u'BRANCH_-1207841197'), ('const-417', u'LOAD_-1207841889'), (u'CAST_-1207840852', u'STORE_-1207841895'), ('const-12', u'INT_ADD_-1207841881'), ('const-46', u'INT_EQUAL_-1207841466'), ('const-417', u'STORE_-1207841221'), (u'PTRSUB_-1207840510', u'PTRSUB_-1207840542'), (u'PTRSUB_-1207840542', u'STORE_-12078... | [('tmp_1293', u'BRANCH_-1207841197'), ('const-12', u'INT_ADD_-1207841881'), (u'CAST_-1207840868', u'LOAD_-1207841874'), (u'CAST_-1207840755', u'STORE_-1207841656'), (u'INT_ADD_-1207841926', u'CAST_-1207840884'), ('const-417', u'STORE_-1207841656'), (u'INT_ADD_-1207841297', u'CAST_-1207840729'), (u'CAST_-1207840840', u'... | null | null | 001ecb00 | x86 | O1 | (translation_unit "undefined4 * FUN_001ecb00(void)\n\n{\n char *pcVar1;\n char cVar2;\n int *piVar3;\n int iVar4;\n int iVar5;\n undefined4 *puVar6;\n int iVar7;\n int unaff_EDI;\n int local_18;\n \n iVar4 = FUN_000644be();\n iVar5 = FUN_001ec950();\n if (iVar5 < 1) {\n return (undefined4 *)0x0;\n }\n ... | (translation_unit "demangle_component * d_source_name(d_info *di)\n\n{\n char *pcVar1;\n char cVar2;\n demangle_component *pdVar3;\n int iVar4;\n int iVar5;\n demangle_component *pdVar6;\n int iVar7;\n int unaff_EDI;\n int local_18;\n \n iVar4 = __x86_get_pc_thunk_di();\n iVar5 = d_number((d_info *)(iVar4 +... | (translation_unit "undefined4 * FUN_001ecb00(void)\n\n{\n char *pcVar1;\n char cVar2;\n int *piVar3;\n int iVar4;\n int iVar5;\n undefined4 *puVar6;\n int iVar7;\n int unaff_EDI;\n int local_18;\n \n iVar4 = FUN_000644be();\n iVar5 = FUN_001ec950();\n if (iVar5 < 1) {\n return (undefined4 *)0x0;\n }\n ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;)... | (function_definition "undefined4 * FUN_001ecb00(void)\n\n{\n char *pcVar1;\n char cVar2;\n int *piVar3;\n int iVar4;\n int iVar5;\n undefined4 *puVar6;\n int iVar7;\n int unaff_EDI;\n int local_18;\n \n iVar4 = FUN_000644be();\n iVar5 = FUN_001ec950();\n if (iVar5 < 1) {\n return (undefined4 *)0x0;\n }... |
type_1 * function_1(type_2 *di)
{
char *var_9;
char var_5;
type_1 *var_10;
int var_3;
int var_4;
type_1 *pdVar6;
int var_6;
int var_8;
int var_7;
var_3 = var_1();
var_4 = var_2((type_2 *)(var_3 + 0xc));
if (var_4 < 1) {
return (type_1 *)0x0;
}
var_10 = *(type_1 **)(var_3 + 0xc);
i... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declar... | null |
undefined4 * MASKED(void)
{
char *pcVar1;
char cVar2;
int *piVar3;
int iVar4;
int iVar5;
undefined4 *puVar6;
int iVar7;
int unaff_EDI;
int local_18;
iVar4 = FUN_000644be();
iVar5 = FUN_001ec950();
if (iVar5 < 1) {
return (undefined4 *)0x0;
}
piVar3 = *(int **)(iVar4 + 0xc);
if (*(... |
5829_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | incremental_relocs_scan_reltype<4> | FUN_0014a960 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void incremental_relocs_scan_reltype<4>(Sized_relobj_file<64,_true> *
this, iterator * p) */
void __thiscall
gold::Sized_relobj_file<64,_true>::incremental_relocs_scan_reltype<4>
(Sized_re... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0014a960(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 0x000559e6
ADD EAX,0x24469b
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_1417', u'PTRSUB_-1207193930'), ('const-2', u'PTRADD_-1207194070'), ('const-417', u'LOAD_-1207195206'), (u'INT_EQUAL_-1207194726', u'CBRANCH_-1207194723'), (u'CALL_-1207194995', u'CBRANCH_-1207194968'), (u'LOAD_-1207194967', u'INT_RIGHT_-1207194924'), ('const-417', u'LOAD_-1207194743'), ('const-24', u'INT_LEFT_-1... | [('const-0', u'COPY_-1207195175'), (u'INT_ADD_-1207194874', u'CAST_-1207193963'), ('const-0', u'RETURN_-1207193977'), (u'LOAD_-1207194796', u'INT_ADD_-1207194759'), (u'INT_EQUAL_-1207194726', u'CBRANCH_-1207194723'), (u'CALL_-1207194995', u'INT_NOTEQUAL_-1207194968'), (u'INT_MULT_-1207194747', u'INT_ADD_-1207194759'), ... | null | null | 0014a960 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0014a960(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<4>(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_0014a960(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_0014a960(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<4>(Sized_relobj_file<64,_true> *
this, iterator * p) */
void __thiscall
gold::Sized_relobj_file<64,_true>::incremental_relocs_scan_reltype<4>
(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 +... |
11502_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | fclose | fclose |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fclose@@GLIBC_2.1 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1201741154')] | [('const-1', u'RETURN_-1201741154')] | null | null | 0041e294 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fclose@@GLIBC_2.1 */... | (translation_unit "int fclose(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fclose(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fclose(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fclose@@GLIBC_2.1 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
87_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | unlink_if_ordinary | unlink_if_ordinary |
void unlink_if_ordinary(void)
{
(*(code *)PTR_unlink_if_ordinary_00040168)();
return;
}
|
void unlink_if_ordinary(void)
{
(*(code *)PTR_unlink_if_ordinary_00040168)();
return;
}
| JMP dword ptr [EBX + 0x168] | null | null | null | null | [(u'INDIRECT_-1205979646', u'COPY_-1205979705'), (u'CALLIND_-1205979718', u'INDIRECT_-1205979646'), ('tmp_58', u'CAST_-1205979641'), ('const-0', u'RETURN_-1205979715'), (u'CAST_-1205979641', u'CALLIND_-1205979718')] | [(u'INDIRECT_-1205979646', u'COPY_-1205979705'), (u'CALLIND_-1205979718', u'INDIRECT_-1205979646'), ('tmp_58', u'CAST_-1205979641'), ('const-0', u'RETURN_-1205979715'), (u'CAST_-1205979641', u'CALLIND_-1205979718')] | null | null | 000135b0 | x86 | O1 | (translation_unit "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_00040168)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_00040168)();\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_00040168)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_00040168)();\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_00040168)();\n return;\n}\n\n" (function_definition "void unlink_if_ordinary(void)\n\n{\n (*(code *)PTR_unlink_if_ordinary_00040168)();\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_00040168)();\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_00040168)();
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_00040168)();
return;
}
|
6_sg_read_buffer_and_sg_read_buffer_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00014f70)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00014f70)();
return;
}
| JMP dword ptr [EBX + 0x18] | null | null | null | null | [('const-0', u'RETURN_-1205989251'), ('tmp_63', u'CAST_-1205989176'), (u'INDIRECT_-1205989182', u'COPY_-1205989241'), (u'CAST_-1205989176', u'CALLIND_-1205989254'), (u'CALLIND_-1205989254', u'INDIRECT_-1205989182')] | [('const-0', u'RETURN_-1205989251'), ('tmp_63', u'CAST_-1205989176'), (u'INDIRECT_-1205989182', u'COPY_-1205989241'), (u'CAST_-1205989176', u'CALLIND_-1205989254'), (u'CALLIND_-1205989254', u'INDIRECT_-1205989182')] | null | null | 00011070 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}" primitive_type (function_declar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}" primitive_type (function_declar... | (translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declara... | (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 free(void *__ptr)\n\n{\n (*(code *)PTR_free_00014f70)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
(*(type_1 *)PTR_free_00014f70)();
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(void *__ptr)
{
(*(code *)PTR_MASKED_00014f70)();
return;
}
|
7842_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | ~ifstream | FUN_001de6f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ifstream::~ifstream() */
void __thiscall std::ifstream::~ifstream(ifstream *this)
{
*(undefined ***)(this + 0x90) = &PTR__ifstream_0033c8d8;
*(undefined ***)this = &PTR__ifstream_0033c8c4;
*(undefined ***)(this + 8)... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001de6f0(undefined4 *param_1)
{
param_1[0x24] = &PTR_FUN_0033c8d8;
*param_1 = &PTR_FUN_0033c8c4;
param_1[2] = &PTR_FUN_0033c848;
FUN_001dc550(param_1 + 2);
FUN_001accb0(param_1 + 0x10);
param_1[2] = &PTR_FUN... | PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x160909
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffd8b8]
LEA EDX,[EAX + 0xc]
ADD EAX,0x20
MOV dword ptr [ESI + 0x90],EAX
LEA EAX,[EBX + 0xffffd840]
MOV dword ptr [ESI],EDX
ADD EAX,0x8
MOV dword ptr [ESI + 0x8],EAX
LEA EAX,[ESI + 0x8]
PUSH EAX
CALL 0x001dc... | null | null | null | null | [(u'CAST_-1207768985', u'STORE_-1207769247'), (u'PTRADD_-1207769060', u'CAST_-1207768908'), (u'CAST_-1207768946', u'CALL_-1207769166'), ('const-64', u'PTRADD_-1207769164'), ('tmp_433', u'PTRADD_-1207769060'), (u'CAST_-1207768981', u'CALL_-1207769228'), (u'CAST_-1207768908', u'STORE_-1207769120'), ('const-8', u'PTRADD_-... | [(u'PTRADD_-1207768985', u'STORE_-1207769247'), ('const-417', u'STORE_-1207769120'), ('const-417', u'STORE_-1207769247'), ('const-2', u'PTRADD_-1207768981'), (u'PTRADD_-1207768946', u'CALL_-1207769166'), ('const-3393480', u'PTRSUB_-1207768920'), ('const-4', u'PTRADD_-1207769003'), ('tmp_814', u'STORE_-1207769264'), (u'... | null | null | 001de6f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001de6f0(undefined4 *param_1)\n\n{\n param_1[0x24] = &PTR_FUN_0033c8d8;\n *param_1 = &PTR_FUN_0033c8c4;\n param_1[2] = &PTR_FUN_0033c848;\n FUN_001dc550(param_1 + 2);\n FUN_001accb0(param_1 + 0x1... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ifstream::~ifstream() */\n\nvoid __thiscall std::ifstream::~ifstream(ifstream *this)\n\n{\n *(undefined ***)(this + 0x90) = &PTR__ifstream_0033c8d8;\n *(undefined ***)this = &PTR__ifstream_0033c8c4;\n ... | (translation_unit "void FUN_001de6f0(undefined4 *param_1)\n\n{\n param_1[0x24] = &PTR_FUN_0033c8d8;\n *param_1 = &PTR_FUN_0033c8c4;\n param_1[2] = &PTR_FUN_0033c848;\n FUN_001dc550(param_1 + 2);\n FUN_001accb0(param_1 + 0x10);\n param_1[2] = &PTR_FUN_0033c0b4;\n FUN_001aebd0(param_1 + 9);\n param_1[1] = 0;\n *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (assignm... | (function_definition "void FUN_001de6f0(undefined4 *param_1)\n\n{\n param_1[0x24] = &PTR_FUN_0033c8d8;\n *param_1 = &PTR_FUN_0033c8c4;\n param_1[2] = &PTR_FUN_0033c848;\n FUN_001dc550(param_1 + 2);\n FUN_001accb0(param_1 + 0x10);\n param_1[2] = &PTR_FUN_0033c0b4;\n FUN_001aebd0(param_1 + 9);\n param_1[1] = 0;\n... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ifstream::~ifstream() */
void __thiscall std::function_1::~function_1(function_1 *var_1)
{
*(type_1 ***)(var_1 + 0x90) = &PTR__ifstream_0033c8d8;
*(type_1 ***)var_1 = &PTR__ifstream_0033c8c4;
*(type_1 ***)(var_1 + 8... | 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[0x24] = &PTR_FUN_0033c8d8;
*param_1 = &PTR_FUN_0033c8c4;
param_1[2] = &PTR_FUN_0033c848;
FUN_001dc550(param_1 + 2);
FUN_001accb0(param_1 + 0x10);
param_1[2] = &PTR_FUN_0033c... |
1587_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | parse_to_value | FUN_00051340 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_keep_files_mapped * this, char * param_1,
char * param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_keep_files_mapped::parse_to_valu... |
void FUN_00051340(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x1fe8) = 1;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x1
MOV word ptr [EAX + 0x1fe8],DX
RET | null | null | null | null | [('const-417', u'STORE_-1206250656'), (u'PTRSUB_-1206250596', u'STORE_-1206250670'), (u'PTRSUB_-1206250595', u'PTRSUB_-1206250594'), ('const-0', u'RETURN_-1206250653'), ('const-417', u'STORE_-1206250670'), (u'PTRSUB_-1206250594', u'STORE_-1206250656'), (u'PTRSUB_-1206250597', u'PTRSUB_-1206250596'), ('const-8108', u'PT... | [('const-417', u'STORE_-1206250670'), ('const-0', u'RETURN_-1206250653'), ('const-8168', u'INT_ADD_-1206250656'), (u'INT_ADD_-1206250656', u'CAST_-1206250603'), (u'CAST_-1206250603', u'STORE_-1206250670'), ('const-1', u'STORE_-1206250670'), ('tmp_37', u'INT_ADD_-1206250656')] | null | null | 00051340 | x86 | O1 | (translation_unit "void FUN_00051340(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x1fe8) = 1;\n return;\n}\n\n" (function_definition "void FUN_00051340(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x1fe8) = 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_keep_files_mapped * this, char * param_1,\n char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_keep_file... | (translation_unit "void FUN_00051340(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x1fe8) = 1;\n return;\n}\n\n" (function_definition "void FUN_00051340(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x1fe8) = 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_00051340(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x1fe8) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00051340(void)" (identifier "FUN_00051340") (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_keep_files_mapped * 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 *pa... | 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 + 0x1fe8) = 1;
return;
}
|
2562_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | got_offset | FUN_000a7860 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint got_offset(Symbol * this, uint got_type) */
uint __thiscall gold::Symbol::got_offset(Symbol *this,uint got_type)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000a7860(int param_1,int param_2)
{
int *piVar1;
piVar1 = (int *)(param_1 + 0x1c);
do {
if (param_2 == *piVar1) {
piVar1 = (int *)piVar1[1];
if (piVar1 != (int *)0xffffffff) {
return;
... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x36c79a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
ADD EAX,0x1c
LEA ESI,[ESI]
CMP EDX,dword ptr [EAX]
JZ 0x000a78a8
MOV EAX,dword ptr [EAX + 0x8]
TEST EAX,EAX
JNZ 0x000a7880
PUSH EAX
LEA EAX,[EBX + 0xffee20e8]
PUSH EAX
LEA EAX,[EBX + 0xffee2f2e]
PUSH 0x1b... | null | null | null | null | [('const-1', u'RETURN_-1206552462')] | [('const-417', u'LOAD_-1206552318'), (u'CAST_-1206552191', u'MULTIEQUAL_-1206552244'), ('const-4', u'PTRADD_-1206552157'), ('const-28', u'INT_ADD_-1206552406'), (u'CAST_-1206552191', u'MULTIEQUAL_-1206552234'), (u'INT_NOTEQUAL_-1206552298', u'CBRANCH_-1206552297'), (u'MULTIEQUAL_-1206552234', u'CALL_-1206552326'), (u'I... | null | null | 000a7860 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000a7860(int param_1,int param_2)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(param_1 + 0x1c);\n do {\n if (param_2 == *piVar1) {\n piVar1 = (int *)piVar1[1];\n if (piVar1 != (int *)0xf... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint got_offset(Symbol * this, uint got_type) */\n\nuint __thiscall gold::Symbol::got_offset(Symbol *this,uint got_type)\n\n{\n}\n\n" comment comment (function_definition "uint __this... | (translation_unit "void FUN_000a7860(int param_1,int param_2)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(param_1 + 0x1c);\n do {\n if (param_2 == *piVar1) {\n piVar1 = (int *)piVar1[1];\n if (piVar1 != (int *)0xffffffff) {\n return;\n }\n break;\n }\n piVar1 = (int *)piVar1[2];\n ... | (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) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descr... | (function_definition "void FUN_000a7860(int param_1,int param_2)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(param_1 + 0x1c);\n do {\n if (param_2 == *piVar1) {\n piVar1 = (int *)piVar1[1];\n if (piVar1 != (int *)0xffffffff) {\n return;\n }\n break;\n }\n piVar1 = (int *)piVar1[2];... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint got_offset(Symbol * this, uint got_type) */
type_1 __thiscall gold::type_2::function_1(type_2 *this,type_1 got_type)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,int param_2)
{
int *piVar1;
piVar1 = (int *)(param_1 + 0x1c);
do {
if (param_2 == *piVar1) {
piVar1 = (int *)piVar1[1];
if (piVar1 != (int *)0xffffffff) {
return;
}
... |
115_i686-kfreebsd-gnu-c++filt(1)_and_i686-kfreebsd-gnu-c++filt(1)_strip.c | printf | printf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* printf@@GLIBC_2.0 */
halt_baddata();
}
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206058986')] | [('const-1', u'RETURN_-1206058986')] | null | null | 0002000c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comme... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* printf@@GLIBC_2.... | (translation_unit "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int printf(char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "printf") (parameter_list "(char *__format,...)" (( "(") (parameter_declaration "char *__format" (primitive_type "char") (pointer_de... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* printf@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (expression_statem... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
215_bash_and_bash_strip.c | __cxa_finalize | __cxa_finalize |
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_0013ae9c)();
return;
}
|
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_0013ae9c)();
return;
}
| JMP dword ptr [EBX + 0xfffffe9c] | null | null | null | null | [(u'INDIRECT_-1205993990', u'COPY_-1205994049'), ('tmp_58', u'CAST_-1205993985'), ('const-0', u'RETURN_-1205994059'), (u'CAST_-1205993985', u'CALLIND_-1205994062'), (u'CALLIND_-1205994062', u'INDIRECT_-1205993990')] | [(u'INDIRECT_-1205993990', u'COPY_-1205994049'), ('tmp_58', u'CAST_-1205993985'), ('const-0', u'RETURN_-1205994059'), (u'CAST_-1205993985', u'CALLIND_-1205994062'), (u'CALLIND_-1205994062', u'INDIRECT_-1205993990')] | null | null | 0002fda8 | x86 | O1 | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_0013ae9c)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR___cxa_finalize_0013ae9c)();
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_0013ae9c)();
return;
}
|
10204_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_get_reloc_target | FUN_00376260 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_get_reloc_target(Sized_elf_reloc_mapper<32,_false> * this,
off_t reloc_offset, off_t * target_offset) */
uint __thiscall
gold::Sized_elf_reloc_mapper<32,_false>::do_get_reloc_target
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint FUN_00376260(int param_1,undefined4 param_2,undefined4 param_3,int *param_4)
{
int *piVar1;
int iVar2;
uint uVar3;
int iVar4;
int iVar5;
int iVar6;
longlong lVar7;
iVar4 = param_1 + 0x18;
FUN_00319e20(i... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x273d97
SUB ESP,0x20
MOV EAX,dword ptr [ESP + 0x34]
MOV ESI,dword ptr [ESP + 0x38]
MOV EDI,dword ptr [ESP + 0x3c]
LEA EBP,[EAX + 0x18]
PUSH EDI
PUSH ESI
PUSH EBP
CALL 0x00319e20
MOV dword ptr [ESP],EBP
CALL 0x00319d30
ADD ESP,0x10
XOR EAX,ESI
XOR EDX,EDI
OR E... | null | null | null | null | [('const-1', u'RETURN_-1205312898')] | [('const-14', u'INT_ADD_-1205312534'), (u'LOAD_-1205312564', u'INT_ADD_-1205312542'), ('tmp_1120', u'BRANCH_-1205312275'), ('const-417', u'LOAD_-1205312550'), (u'INT_ADD_-1205312540', u'INT_ADD_-1205312534'), (u'LOAD_-1205312490', u'CALLIND_-1205312236'), ('tmp_2888', u'INT_ADD_-1205312596'), (u'INT_SLESSEQUAL_-1205312... | null | null | 00376260 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint FUN_00376260(int param_1,undefined4 param_2,undefined4 param_3,int *param_4)\n\n{\n int *piVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n longlong lVar7;\n \n iVar4 = p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_get_reloc_target(Sized_elf_reloc_mapper<32,_false> * this,\n off_t reloc_offset, off_t * target_offset) */\n\nuint __thiscall\ngold::Sized_elf_reloc_mapper<32,_false>::do_ge... | (translation_unit "uint FUN_00376260(int param_1,undefined4 param_2,undefined4 param_3,int *param_4)\n\n{\n int *piVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n longlong lVar7;\n \n iVar4 = param_1 + 0x18;\n FUN_00319e20(iVar4,param_2,param_3);\n lVar7 = FUN_00319d30(iVar4);\n if... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarato... | (function_definition "uint FUN_00376260(int param_1,undefined4 param_2,undefined4 param_3,int *param_4)\n\n{\n int *piVar1;\n int iVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n longlong lVar7;\n \n iVar4 = param_1 + 0x18;\n FUN_00319e20(iVar4,param_2,param_3);\n lVar7 = FUN_00319d30(iVar4);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_get_reloc_target(Sized_elf_reloc_mapper<32,_false> * this,
off_t reloc_offset, off_t * target_offset) */
uint __thiscall
gold::Sized_elf_reloc_mapper<32,_false>::do_get_reloc_target
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint MASKED(int param_1,undefined4 param_2,undefined4 param_3,int *param_4)
{
int *piVar1;
int iVar2;
uint uVar3;
int iVar4;
int iVar5;
int iVar6;
longlong lVar7;
iVar4 = param_1 + 0x18;
FUN_00319e20(iVar4,p... |
430_powerpc-linux-gnu-as_and_powerpc-linux-gnu-as_strip.c | s_align_ptwo | FUN_0002e780 |
/* WARNING: Unknown calling convention */
void s_align_ptwo(int arg)
{
s_align(arg,0);
return;
}
|
void FUN_0002e780(void)
{
FUN_0002e3e0();
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
XOR EDX,EDX
JMP 0x0002e3e0 | null | null | null | null | [('const-0', u'RETURN_-1205999715'), ('tmp_40', u'CALL_-1205999719'), ('const-0', u'CALL_-1205999719')] | [('const-0', u'RETURN_-1205999715')] | null | null | 0002e780 | x86 | O1 | (translation_unit "void FUN_0002e780(void)\n\n{\n FUN_0002e3e0();\n return;\n}\n\n" (function_definition "void FUN_0002e780(void)\n\n{\n FUN_0002e3e0();\n return;\n}" primitive_type (function_declarator "FUN_0002e780(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (com... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid s_align_ptwo(int arg)\n\n{\n s_align(arg,0);\n return;\n}\n\n" comment (function_definition "void s_align_ptwo(int arg)\n\n{\n s_align(arg,0);\n return;\n}" primitive_type (function_declarator "s_align_ptwo(int arg)" identifier (parameter_list "(i... | (translation_unit "void FUN_0002e780(void)\n\n{\n FUN_0002e3e0();\n return;\n}\n\n" (function_definition "void FUN_0002e780(void)\n\n{\n FUN_0002e3e0();\n return;\n}" primitive_type (function_declarator "FUN_0002e780(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_0002e780(void)\n\n{\n FUN_0002e3e0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002e780(void)" (identifier "FUN_0002e780") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0002e3e0();\n... |
/* WARNING: Unknown calling convention */
void function_1(int arg)
{
var_1(arg,0);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (retur... | null |
void MASKED(void)
{
FUN_0002e3e0();
return;
}
|
9292_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | good | FUN_00272120 |
/* std::ios::good() const */
undefined4 __thiscall std::ios::good(ios *this)
{
return CONCAT31((int3)((uint)*(int *)(this + 0x14) >> 8),*(int *)(this + 0x14) == 0);
}
|
undefined4 FUN_00272120(int param_1)
{
return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x14]
TEST EAX,EAX
SETZ AL
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1204280964'), ('const-8', u'INT_RIGHT_-1204280995'), ('const-0', u'RETURN_-1204281016'), ('tmp_52', u'PTRADD_-1204280984'), (u'CAST_-1204280965', u'LOAD_-1204281046'), ('const-20', u'PTRADD_-1204280984'), ('const-1', u'PTRADD_-1204280984'), (u'LOAD_-1204281046', u'INT_EQUAL_-1204281028'), (u'PT... | [('const-0', u'SUBPIECE_-1204280964'), ('const-20', u'INT_ADD_-1204281030'), (u'INT_ADD_-1204281030', u'CAST_-1204280965'), ('const-0', u'RETURN_-1204281016'), (u'CAST_-1204280965', u'LOAD_-1204281046'), ('const-8', u'INT_RIGHT_-1204280995'), (u'LOAD_-1204281046', u'INT_EQUAL_-1204281028'), (u'LOAD_-1204281046', u'CAST... | null | null | 00272120 | x86 | O1 | (translation_unit "undefined4 FUN_00272120(int param_1)\n\n{\n return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0);\n}\n\n" (function_definition "undefined4 FUN_00272120(int param_1)\n\n{\n return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0... | (translation_unit "/* std::ios::good() const */\n\nundefined4 __thiscall std::ios::good(ios *this)\n\n{\n return CONCAT31((int3)((uint)*(int *)(this + 0x14) >> 8),*(int *)(this + 0x14) == 0);\n}\n\n" comment (function_definition "undefined4 __thiscall std::ios::good(ios *this)\n\n{\n return CONCAT31((int3)((uint)*(in... | (translation_unit "undefined4 FUN_00272120(int param_1)\n\n{\n return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0);\n}\n\n" (function_definition "undefined4 FUN_00272120(int param_1)\n\n{\n return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (call_expression IDENT (argument_list ( (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_express... | (function_definition "undefined4 FUN_00272120(int param_1)\n\n{\n return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0);\n}" (type_identifier "undefined4") (function_declarator "FUN_00272120(int param_1)" (identifier "FUN_00272120") (parameter_list "(int param_1)" (( "(") (paramete... |
/* std::ios::good() const */
type_1 __thiscall std::type_2::function_1(type_2 *var_2)
{
return var_1((int3)((uint)*(int *)(var_2 + 0x14) >> 8),*(int *)(var_2 + 0x14) == 0);
}
| 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 (call_expression function: (identifier) arguments: (a... | null |
undefined4 MASKED(int param_1)
{
return CONCAT31((int3)((uint)*(int *)(param_1 + 0x14) >> 8),*(int *)(param_1 + 0x14) == 0);
}
|
434_i686-kfreebsd-gnu-strip_and_i686-kfreebsd-gnu-strip_strip.c | ctime | ctime |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ctime@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185850')] | [('const-1', u'RETURN_-1206185850')] | null | null | 0004107c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\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\nchar * ctime(time_t *__timer)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ctime@@GLIBC_2.0 ... | (translation_unit "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" ident... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(time_t *__timer)" (( "(") (parameter_declaration "time... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ctime@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expr... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7890_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | string_name | FUN_0022a5a0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: char * string_name(Output_merge_string<unsigned_int> * this) */
char * __thiscall
gold::Output_merge_string<unsigned_int>::string_name(Output_merge_string<unsigned_int> *this)
{
return "32-bit strin... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
char * FUN_0022a5a0(void)
{
return "32-bit strings";
}
| CALL 0x000b4846
ADD EAX,0x1e9a5b
LEA EAX,[EAX + 0xffefe7c3]
RET | null | null | null | null | [(u'COPY_-1203919432', u'RETURN_-1203919414'), ('const-0', u'RETURN_-1203919414'), ('const-3221443', u'COPY_-1203919432')] | [(u'COPY_-1203919432', u'RETURN_-1203919414'), ('const-0', u'RETURN_-1203919414'), ('const-3221443', u'COPY_-1203919432')] | null | null | 0022a5a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nchar * FUN_0022a5a0(void)\n\n{\n return "32-bit strings";\n}\n\n" comment (function_definition "char * FUN_0022a5a0(void)\n\n{\n return "32-bit strings";\n}" primitive_type (pointer_declarator "* FUN_0022a5a... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: char * string_name(Output_merge_string<unsigned_int> * this) */\n\nchar * __thiscall\ngold::Output_merge_string<unsigned_int>::string_name(Output_merge_string<unsigned_int> *this)\n\n... | (translation_unit "char * FUN_0022a5a0(void)\n\n{\n return "32-bit strings";\n}\n\n" (function_definition "char * FUN_0022a5a0(void)\n\n{\n return "32-bit strings";\n}" primitive_type (pointer_declarator "* FUN_0022a5a0(void)" * (function_declarator "FUN_0022a5a0(void)" identifier (parameter_list "(void)" ( (paramete... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (return_statement return (string_literal " string_content ") ;) }))) | (function_definition "char * FUN_0022a5a0(void)\n\n{\n return "32-bit strings";\n}" (primitive_type "char") (pointer_declarator "* FUN_0022a5a0(void)" (* "*") (function_declarator "FUN_0022a5a0(void)" (identifier "FUN_0022a5a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) ()... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: char * string_name(Output_merge_string<unsigned_int> * this) */
char * __thiscall
gold::var_2<var_3>::var_1(var_2<var_3> *this)
{
return "32-bit strings";
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (return_statement (string_literal (string_content)))))) | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
char * MASKED(void)
{
return "32-bit strings";
}
|
573_m68k-linux-gnu-objdump_and_m68k-linux-gnu-objdump_strip.c | bfd_get_full_section_contents | bfd_get_full_section_contents |
/* WARNING: Control flow encountered bad instruction data */
void bfd_get_full_section_contents(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_get_full_section_contents(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206370078')] | [('const-1', u'RETURN_-1206370078')] | null | null | 000740d8 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_full_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_full_section_contents(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_full_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_full_section_contents(void)\n\n{\n ... | (translation_unit "void bfd_get_full_section_contents(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_full_section_contents(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_full_section_contents(void)" identifier (paramet... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_get_full_section_contents(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_full_section_contents(void)" (identifier "bfd_get_full_section_contents") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
509_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | ldemul_parse_args | FUN_00033770 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
bfd_boolean ldemul_parse_args(int argc,char **argv)
{
bfd_boolean bVar1;
if (ld_emulation->parse_args != (_func_bfd_boolean_int_char_ptr_ptr *)0x0) {
/* WARNING... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_00033770(void)
{
undefined4 uVar1;
if (*(code **)(DAT_001d086c + 0x48) != (code *)0x0) {
/* WARNING: Could not recover jumptable at 0x00033787. Too many branches */
/... | CALL 0x0001d2e2
ADD EAX,0x19b88b
MOV EAX,dword ptr [EAX + 0x186c]
MOV EAX,dword ptr [EAX + 0x48]
TEST EAX,EAX
JZ 0x00033790
JMP EAX
XOR EAX,EAX
RET | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206110299'), (u'INDIRECT_-1206110206', u'COPY_-1206110264'), ('const-1', u'RETURN_-1206110276'), (u'CALLIND_-1206110293', u'RETURN_-1206110276'), ('tmp_202', u'PTRSUB_-1206110205'), (u'LOAD_-1206110318', u'CALLIND_-1206110293'), ('tmp_124', u'CALLIND_-1206110293'), (u'CALLIND_-1206110293',... | [('const-0', u'INT_NOTEQUAL_-1206110299'), (u'CALLIND_-1206110293', u'INDIRECT_-1206110209'), (u'CAST_-1206110210', u'LOAD_-1206110318'), ('const-1', u'RETURN_-1206110276'), ('const-417', u'LOAD_-1206110318'), (u'INT_ADD_-1206110302', u'CAST_-1206110210'), ('const-72', u'INT_ADD_-1206110302'), (u'CALLIND_-1206110293', ... | null | null | 00033770 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_00033770(void)\n\n{\n undefined4 uVar1;\n \n if (*(code **)(DAT_001d086c + 0x48) != (code *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00033787. Too many branche... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean ldemul_parse_args(int argc,char **argv)\n\n{\n bfd_boolean bVar1;\n \n if (ld_emulation->parse_args != (_func_bfd_boolean_int_char_ptr_ptr *)0x0) {\n ... | (translation_unit "undefined4 FUN_00033770(void)\n\n{\n undefined4 uVar1;\n \n if (*(code **)(DAT_001d086c + 0x48) != (code *)0x0) {\n \n \n uVar1 = (**(code **)(DAT_001d086c + 0x48))();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0003377... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "undefined4 FUN_00033770(void)\n\n{\n undefined4 uVar1;\n \n if (*(code **)(DAT_001d086c + 0x48) != (code *)0x0) {\n \n \n uVar1 = (**(code **)(DAT_001d086c + 0x48))();\n return uVar1;\n }\n return 0;\n}" (type_identifier "undefined4") (function_decl... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
type_1 function_1(int argc,char **argv)
{
type_1 bVar1;
if (ld_emulation->parse_args != (type_2 *)0x0) {
/* WARNING: Could not recover jumptable at 0x00033787. ... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenth... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(void)
{
undefined4 uVar1;
if (*(code **)(DAT_001d086c + 0x48) != (code *)0x0) {
/* WARNING: Could not recover jumptable at 0x00033787. Too many branches */
/* WARN... |
124_i686-kfreebsd-gnu-nm_and_i686-kfreebsd-gnu-nm_strip.c | display_file | FUN_00014f20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3 display_file(char *filename)
{
bfd *file;
int iVar1;
bfd *pbVar2;
symindex sVar3;
char *pcVar4;
bfd_boolean bVar5;
bfd *pbVar6;
off_t oVar7;
char **matching;
undefined4 uStack_14;
u... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00014f20(undefined4 param_1)
{
undefined4 *puVar1;
int iVar2;
undefined4 *puVar3;
char *pcVar4;
undefined4 uVar5;
undefined4 *puVar6;
undefined8 uVar7;
int **ppiVar8;
int *local_20 [3]... | PUSH EBP
PUSH EDI
MOV EDI,EAX
PUSH ESI
PUSH EBX
CALL 0x00012a60
ADD EBX,0x80d5
SUB ESP,0x38
MOV dword ptr [ESP + 0x14],EAX
PUSH EAX
CALL 0x00015f80
XOR ECX,ECX
ADD ESP,0x10
CMP ECX,EAX
SBB ECX,EDX
JGE 0x00015110
MOV EAX,dword ptr [EBX + 0x3d8]
LEA EDX,[EBX + 0xffffb1d2]
TEST EAX,EAX
CMOVZ EAX,EDX
SUB ESP,0x8
PUSH EAX
P... | null | null | null | null | [(u'INT_NOTEQUAL_-1205972478', u'CBRANCH_-1205972478'), (u'CALL_-1205972131', u'INDIRECT_-1205970111'), (u'INDIRECT_-1205969421', u'MULTIEQUAL_-1205969888'), (u'CALL_-1205973142', u'SUBPIECE_-1205971827'), (u'COPY_-1205973073', u'COPY_-1205969997'), (u'MULTIEQUAL_-1205969951', u'MULTIEQUAL_-1205970030'), (u'CALL_-12059... | [(u'INT_NOTEQUAL_-1205972478', u'CBRANCH_-1205972478'), (u'CALL_-1205971487', u'INDIRECT_-1205969988'), (u'CALL_-1205971653', u'INDIRECT_-1205969404'), (u'CALLIND_-1205972593', u'INDIRECT_-1205970082'), (u'INDIRECT_-1205969484', u'MULTIEQUAL_-1205969356'), (u'CALL_-1205972223', u'INDIRECT_-1205969732'), (u'INDIRECT_-12... | null | null | 00014f20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00014f20(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 *puVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 *puVar6;\n undefined8 uVar7;\n int ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 display_file(char *filename)\n\n{\n bfd *file;\n int iVar1;\n bfd *pbVar2;\n symindex sVar3;\n char *pcVar4;\n bfd_boolean bVar5;\n bfd *pbVar6;\n off_t oVar7;\n char **matching;... | (translation_unit "undefined4 __regparm3 FUN_00014f20(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 *puVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 *puVar6;\n undefined8 uVar7;\n int **ppiVar8;\n int *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x14f2b;\n uVa... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_de... | (function_definition "undefined4 __regparm3 FUN_00014f20(undefined4 param_1)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 *puVar3;\n char *pcVar4;\n undefined4 uVar5;\n undefined4 *puVar6;\n undefined8 uVar7;\n int **ppiVar8;\n int *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x14f2b;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3 function_1(char *filename)
{
type_2 *var_4;
int var_8;
type_2 *var_20;
type_3 var_17;
char *pcVar4;
type_1 bVar5;
type_2 *var_24;
type_4 oVar7;
char **matching;
type_5 uStack_14;
uStack_... | 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)))) body: (compound_statement (declaration type: (type_identifier) declarator: ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(undefined4 param_1)
{
undefined4 *puVar1;
int iVar2;
undefined4 *puVar3;
char *pcVar4;
undefined4 uVar5;
undefined4 *puVar6;
undefined8 uVar7;
int **ppiVar8;
int *local_20 [3];
un... |
7715_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | script_exp_function_defined | FUN_00224f80 |
/* WARNING: Unknown calling convention */
Expression * gold::script_exp_function_defined(char *symbol_name,size_t symbol_name_len)
{
Expression *pEVar1;
int unaff_EDI;
__x86_get_pc_thunk_di();
pEVar1 = (Expression *)operator_new(0x1c);
pEVar1->_vptr_Expression =
(_func_int_varargs **)(Stringpool_... |
int * FUN_00224f80(int param_1,int param_2)
{
int *piVar1;
int unaff_EDI;
FUN_000b484e();
piVar1 = (int *)FUN_00246670(0x1c);
*piVar1 = unaff_EDI + 0x1e45c3;
piVar1[1] = (int)(piVar1 + 3);
/* try { // try from 00224fc0 to 00224fc4 has its CatchHandler @ 00224fd2 */
FUN_000a8880(pi... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000b484e
ADD EDI,0x1ef077
PUSH ESI
PUSH EBX
SUB ESP,0x28
PUSH 0x1c
MOV EBX,EDI
CALL 0x00246670
ADD ESP,0x10
MOV ESI,EAX
LEA EAX,[EDI + 0xffff554c]
PUSH 0x0
LEA EDX,[ESI + 0xc]
MOV dword ptr [ESI],EAX
LEA EAX,[ESI + 0x4]
MOV dword ptr [ESI + 0x4],EDX
MOV EDX,dword ptr [EBP + 0x8]
ADD... | null | null | null | null | [('const-0', u'PTRSUB_-1203941196'), (u'CAST_-1203941171', u'STORE_-1203941387'), (u'PTRADD_-1203941179', u'CAST_-1203941175'), ('const-3', u'INT_ADD_-1203941241'), (u'CAST_-1203941200', u'PTRADD_-1203941175'), ('const-0', u'RETURN_-1203941288'), (u'PTRADD_-1203941175', u'PTRSUB_-1203941173'), (u'INT_ADD_-1203941241', ... | [(u'CAST_-1203941177', u'STORE_-1203941387'), (u'PTRADD_-1203941182', u'CALL_-1203941339'), (u'INT_ADD_-1203941400', u'STORE_-1203941397'), (u'INT_ADD_-1203941355', u'CALL_-1203941339'), ('const-0', u'RETURN_-1203941288'), (u'CAST_-1203941204', u'PTRADD_-1203941178'), ('const-28', u'CALL_-1203941433'), (u'PTRADD_-12039... | null | null | 00224f80 | x86 | O1 | (translation_unit "int * FUN_00224f80(int param_1,int param_2)\n\n{\n int *piVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n piVar1 = (int *)FUN_00246670(0x1c);\n *piVar1 = unaff_EDI + 0x1e45c3;\n piVar1[1] = (int)(piVar1 + 3);\n /* try { // try from 00224fc0 to 00224fc4 has its CatchHandler @ 0... | (translation_unit "/* WARNING: Unknown calling convention */\n\nExpression * gold::script_exp_function_defined(char *symbol_name,size_t symbol_name_len)\n\n{\n Expression *pEVar1;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n pEVar1 = (Expression *)operator_new(0x1c);\n pEVar1->_vptr_Expression =\n (_fun... | (translation_unit "int * FUN_00224f80(int param_1,int param_2)\n\n{\n int *piVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n piVar1 = (int *)FUN_00246670(0x1c);\n *piVar1 = unaff_EDI + 0x1e45c3;\n piVar1[1] = (int)(piVar1 + 3);\n \n FUN_000a8880(piVar1 + 1,param_1,param_1 + param_2,0);\n retur... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (call_expre... | (function_definition "int * FUN_00224f80(int param_1,int param_2)\n\n{\n int *piVar1;\n int unaff_EDI;\n \n FUN_000b484e();\n piVar1 = (int *)FUN_00246670(0x1c);\n *piVar1 = unaff_EDI + 0x1e45c3;\n piVar1[1] = (int)(piVar1 + 3);\n \n FUN_000a8880(piVar1 + 1,param_1,param_1 + param_2,0);\n re... |
/* WARNING: Unknown calling convention */
type_1 * gold::script_exp_function_defined(var_11 *var_13,size_t var_14)
{
type_1 *var_7;
int var_6;
var_1();
var_7 = (type_1 *)var_2(0x1c);
var_7->_vptr_Expression =
(type_2 **)(var_3<var_4>::var_5 + var_6 + 3);
var_7[1]._vptr_Expression = (type_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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifie... | null |
int * MASKED(int param_1,int param_2)
{
int *piVar1;
int unaff_EDI;
FUN_000b484e();
piVar1 = (int *)FUN_00246670(0x1c);
*piVar1 = unaff_EDI + 0x1e45c3;
piVar1[1] = (int)(piVar1 + 3);
/* try { // try from 00224fc0 to 00224fc4 has its CatchHandler @ 00224fd2 */
FUN_000a8880(piVar1 +... |
21_powerpc64-linux-gnu-ranlib_and_powerpc64-linux-gnu-ranlib_strip.c | ctime | ctime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x58] | null | null | null | null | [(u'CALLIND_-1205984902', u'CAST_-1205984822'), ('tmp_67', u'CAST_-1205984823'), ('const-0', u'RETURN_-1205984899'), (u'CALLIND_-1205984902', u'INDIRECT_-1205984829'), (u'CAST_-1205984823', u'CALLIND_-1205984902'), (u'INDIRECT_-1205984829', u'COPY_-1205984888'), (u'CAST_-1205984822', u'RETURN_-1205984899')] | [(u'CALLIND_-1205984902', u'CAST_-1205984822'), ('tmp_67', u'CAST_-1205984823'), ('const-0', u'RETURN_-1205984899'), (u'CALLIND_-1205984902', u'INDIRECT_-1205984829'), (u'CAST_-1205984823', u'CALLIND_-1205984902'), (u'INDIRECT_-1205984829', u'COPY_-1205984888'), (u'CAST_-1205984822', u'RETURN_-1205984899')] | null | null | 00012170 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \... | (translation_unit "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}" primitive_typ... | (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 * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(tim... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_ctime_00021058)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00021058)();
return pcVar1;
}
|
9684_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | begin | FUN_00280350 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::begin() */
void std::string::begin(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_00280350(int *param_1,int *param_2)
{
int iVar1;
iVar1 = *param_2;
if (-1 < *(int *)(iVar1 + -4)) {
FUN_00280240(param_2);
iVar1 = *param_2;
}
*param_1 = iVar1;
return param_1;
}
| PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x14]
CALL 0x0003a210
ADD EBX,0x193ca4
MOV ESI,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [EDI]
MOV EAX,dword ptr [EDX + -0x4]
TEST EAX,EAX
JS 0x0028037d
SUB ESP,0xc
PUSH EDI
CALL 0x00280240
MOV EDX,dword ptr [EDI]
ADD ESP,0x10
MOV dword ptr [ESI],EDX
MOV EAX,ESI
POP EB... | null | null | null | null | [('const-1', u'RETURN_-1204354191')] | [(u'LOAD_-1204354173', u'INT_ADD_-1204354152'), ('const-417', u'STORE_-1204354107'), ('const-417', u'LOAD_-1204354173'), ('const-4294967292', u'INT_ADD_-1204354152'), ('const-4294967295', u'INT_SLESS_-1204354149'), (u'LOAD_-1204354173', u'MULTIEQUAL_-1204354018'), (u'LOAD_-1204354125', u'MULTIEQUAL_-1204354018'), ('con... | null | null | 00280350 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00280350(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n if (-1 < *(int *)(iVar1 + -4)) {\n FUN_00280240(param_2);\n iVar1 = *param_2;\n }\n *param_1 = iVar1;\n ret... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::begin() */\n\nvoid std::string::begin(void)\n\n{\n}\n\n" comment comment (function_definition "void std::string::begin(void)\n\n{\n}" primitive_type (ERROR "std::string::" identifier : : identifie... | (translation_unit "int * FUN_00280350(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n if (-1 < *(int *)(iVar1 + -4)) {\n FUN_00280240(param_2);\n iVar1 = *param_2;\n }\n *param_1 = iVar1;\n return param_1;\n}\n\n" (function_definition "int * FUN_00280350(int *param_1,int *param_2)\n\n... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_exp... | (function_definition "int * FUN_00280350(int *param_1,int *param_2)\n\n{\n int iVar1;\n \n iVar1 = *param_2;\n if (-1 < *(int *)(iVar1 + -4)) {\n FUN_00280240(param_2);\n iVar1 = *param_2;\n }\n *param_1 = iVar1;\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_00280350(int *param_1,... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::begin() */
void std::string::function_1(void)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,int *param_2)
{
int iVar1;
iVar1 = *param_2;
if (-1 < *(int *)(iVar1 + -4)) {
FUN_00280240(param_2);
iVar1 = *param_2;
}
*param_1 = iVar1;
return param_1;
}
|
277_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c | pr_end_block | FUN_00034c10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
bfd_boolean pr_end_block(void *p,bfd_vma addr)
{
int *piVar1;
uint uVar2;
char ab [22];
builtin_strncpy(ab + 0x12,"\x18L\x03",4);
piVar1 = (int *)((int)p + 4);
*piVar1 = *p... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_00034c10(undefined4 *param_1,undefined4 param_2)
{
int *piVar1;
uint uVar2;
char local_22 [18];
undefined4 uStack_10;
uStack_10 = 0x34c18;
piVar1 = param_1 + 1;
*piVar1 = *piVar1 + -2;
if (*piVa... | PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000143a0
ADD EBX,0x3b3e8
SUB ESP,0x20
MOV EDI,dword ptr [ESP + 0x30]
SUB dword ptr [EDI + 0x4],0x2
JZ 0x00034c47
XOR ESI,ESI
LEA ESI,[ESI]
SUB ESP,0x8
PUSH dword ptr [EDI]
ADD ESI,0x1
PUSH 0x20
CALL 0x00013690
ADD ESP,0x10
CMP ESI,dword ptr [EDI + 0x4]
JC 0x00034c30
SUB ESP,0x4
LEA EAX... | null | null | null | null | [(u'CAST_-1206104622', u'INT_ADD_-1206104999'), ('const-352554', u'COPY_-1206104646'), ('const-4', u'INT_ADD_-1206104999'), (u'CAST_-1206104591', u'INT_ADD_-1206104905'), ('const-4', u'CALLOTHER_-1206104699'), (u'PTRSUB_-1206104641', u'PTRADD_-1206104641'), (u'COPY_-1206104629', u'CALL_-1206104812'), ('tmp_535', u'CAST... | [('const-1', u'PTRADD_-1206104634'), ('const-216088', u'COPY_-1206105058'), (u'LOAD_-1206104965', u'CAST_-1206104618'), ('const-417', u'LOAD_-1206105006'), (u'COPY_-1206104629', u'CALL_-1206104812'), (u'PTRADD_-1206104634', u'LOAD_-1206105011'), ('const-352554', u'COPY_-1206104646'), (u'CAST_-1206104602', u'INT_LESS_-1... | null | null | 00034c10 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00034c10(undefined4 *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n uint uVar2;\n char local_22 [18];\n undefined4 uStack_10;\n \n uStack_10 = 0x34c18;\n piVar1 = param_1 + 1;\n *piVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_boolean pr_end_block(void *p,bfd_vma addr)\n\n{\n int *piVar1;\n uint uVar2;\n char ab [22];\n \n builtin_strncpy(ab + 0x12,"\x18L\x03",4);\n piVar1 = (int *... | (translation_unit "undefined4 FUN_00034c10(undefined4 *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n uint uVar2;\n char local_22 [18];\n undefined4 uStack_10;\n \n uStack_10 = 0x34c18;\n piVar1 = param_1 + 1;\n *piVar1 = *piVar1 + -2;\n if (*piVar1 != 0) {\n uVar2 = 0;\n do {\n uVar2 = uVar2 + 1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarat... | (function_definition "undefined4 FUN_00034c10(undefined4 *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n uint uVar2;\n char local_22 [18];\n undefined4 uStack_10;\n \n uStack_10 = 0x34c18;\n piVar1 = param_1 + 1;\n *piVar1 = *piVar1 + -2;\n if (*piVar1 != 0) {\n uVar2 = 0;\n do {\n uVar2 = uVar2 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 function_1(void *p,type_2 addr)
{
int *piVar1;
type_3 var_3;
char var_2 [22];
var_1(var_2 + 0x12,"\x18L\x03",4);
piVar1 = (int *)((int)p + 4);
*piVar1 = *piVar1 + -2... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 *param_1,undefined4 param_2)
{
int *piVar1;
uint uVar2;
char local_22 [18];
undefined4 uStack_10;
uStack_10 = 0x34c18;
piVar1 = param_1 + 1;
*piVar1 = *piVar1 + -2;
if (*piVar1 != ... |
3808_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | resize | FUN_00104420 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void resize(vector<bool,_std::allocator<bool>_> * this, size_type
__new_size, bool __x) */
void __thiscall
std::vector<bool,_std::allocator<bool>_>::resize
(vector<bool,_std::allocator<bool>_> *this,size_type __new_size,b... |
void FUN_00104420(int *param_1,uint param_2,undefined1 param_3)
{
int iVar1;
int iVar2;
iVar2 = param_1[3] + (param_1[2] - *param_1) * 8;
iVar1 = param_2 + param_1[1];
if (param_2 < (uint)(iVar2 - param_1[1])) {
iVar2 = iVar1 + 0x1f;
if (-1 < iVar1) {
iVar2 = iVar1;
}
iVar2 = *param... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EDX,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [ESP + 0x38]
MOV EBP,dword ptr [EDX + 0x8]
MOV EBX,dword ptr [EDX]
MOV dword ptr [ESP + 0xc],EAX
MOV ESI,dword ptr [EDX + 0xc]
MOV ECX,dword ptr [EDX + 0x4]
MOV EAX,EBP
SUB EAX,EBX
MOV dword ptr [ESP + 0x8],ESI
LEA ESI,[ES... | null | null | null | null | [(u'PTRSUB_-1206958542', u'PTRSUB_-1206958529'), (u'PTRSUB_-1206958432', u'PTRSUB_-1206958422'), (u'CAST_-1206958465', u'INT_SUB_-1206958976'), (u'PTRSUB_-1206958492', u'PTRSUB_-1206958484'), ('const-0', u'PTRSUB_-1206958500'), ('const-417', u'STORE_-1206958733'), ('tmp_817', u'BRANCH_-1206958652'), (u'INT_SUB_-1206958... | [(u'PTRADD_-1206958543', u'LOAD_-1206959010'), (u'INT_ADD_-1206958943', u'INT_SUB_-1206958604'), ('const-1', u'PTRADD_-1206958539'), (u'INT_SLESS_-1206958906', u'CBRANCH_-1206958898'), (u'INT_SRIGHT_-1206958865', u'INT_MULT_-1206958829'), (u'PTRADD_-1206958539', u'LOAD_-1206959004'), ('const-8', u'INT_MULT_-1206958948'... | null | null | 00104420 | x86 | O1 | (translation_unit "void FUN_00104420(int *param_1,uint param_2,undefined1 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = param_1[3] + (param_1[2] - *param_1) * 8;\n iVar1 = param_2 + param_1[1];\n if (param_2 < (uint)(iVar2 - param_1[1])) {\n iVar2 = iVar1 + 0x1f;\n if (-1 < iVar1) {\n iVar2 = iV... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void resize(vector<bool,_std::allocator<bool>_> * this, size_type\n __new_size, bool __x) */\n\nvoid __thiscall\nstd::vector<bool,_std::allocator<bool>_>::resize\n (vector<bool,_std::allocator<bool>_> *thi... | (translation_unit "void FUN_00104420(int *param_1,uint param_2,undefined1 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = param_1[3] + (param_1[2] - *param_1) * 8;\n iVar1 = param_2 + param_1[1];\n if (param_2 < (uint)(iVar2 - param_1[1])) {\n iVar2 = iVar1 + 0x1f;\n if (-1 < iVar1) {\n iVar2 = iV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_stateme... | (function_definition "void FUN_00104420(int *param_1,uint param_2,undefined1 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = param_1[3] + (param_1[2] - *param_1) * 8;\n iVar1 = param_2 + param_1[1];\n if (param_2 < (uint)(iVar2 - param_1[1])) {\n iVar2 = iVar1 + 0x1f;\n if (-1 < iVar1) {\n iVar2 =... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void resize(vector<bool,_std::allocator<bool>_> * this, size_type
__new_size, bool __x) */
void __thiscall
var_1::vector<bool,_std::allocator<bool>var_3>::resize
(vector<bool,_std::allocator<bool>var_3> *this,size_type 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 |
void MASKED(int *param_1,uint param_2,undefined1 param_3)
{
int iVar1;
int iVar2;
iVar2 = param_1[3] + (param_1[2] - *param_1) * 8;
iVar1 = param_2 + param_1[1];
if (param_2 < (uint)(iVar2 - param_1[1])) {
iVar2 = iVar1 + 0x1f;
if (-1 < iVar1) {
iVar2 = iVar1;
}
iVar2 = *param_1 + (... |
13_riscv64-linux-gnu-strip_and_riscv64-linux-gnu-strip_strip.c | bfd_arch_list | bfd_arch_list |
void bfd_arch_list(void)
{
(*(code *)PTR_bfd_arch_list_00040038)();
return;
}
|
void bfd_arch_list(void)
{
(*(code *)PTR_bfd_arch_list_00040038)();
return;
}
| JMP dword ptr [EBX + 0x38] | null | null | null | null | [(u'CALLIND_-1205980934', u'INDIRECT_-1205980862'), (u'CAST_-1205980857', u'CALLIND_-1205980934'), ('tmp_58', u'CAST_-1205980857'), ('const-0', u'RETURN_-1205980931'), (u'INDIRECT_-1205980862', u'COPY_-1205980921')] | [(u'CALLIND_-1205980934', u'INDIRECT_-1205980862'), (u'CAST_-1205980857', u'CALLIND_-1205980934'), ('tmp_58', u'CAST_-1205980857'), ('const-0', u'RETURN_-1205980931'), (u'INDIRECT_-1205980862', u'COPY_-1205980921')] | null | null | 000130f0 | x86 | O1 | (translation_unit "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_00040038)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_00040038)();\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_00040038)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_00040038)();\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_00040038)();\n return;\n}\n\n" (function_definition "void bfd_arch_list(void)\n\n{\n (*(code *)PTR_bfd_arch_list_00040038)();\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_00040038)();\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_00040038)();
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_00040038)();
return;
}
|
435_x86_64-linux-gnu-objcopy_and_x86_64-linux-gnu-objcopy_strip.c | dcgettext | dcgettext |
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* dcgettext@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185842')] | [('const-1', u'RETURN_-1206185842')] | null | null | 00041084 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruct... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\... | (translation_unit "void dcgettext(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dcgettext(void)" (identifier "dcgettext") (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 */
/* dcgettext@@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();
}
|
1621_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | parse_to_value | FUN_00043380 |
/* 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_now * 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_00043380(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_000f30f0(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00036f20
ADD EBX,0x36bc79
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 0x000f30f0
MOV byte ptr [ESI + 0x3c],0x1
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('tmp_207', u'CALL_-1206176810'), ('tmp_208', u'CALL_-1206176810'), ('tmp_206', u'PTRSUB_-1206176683'), (u'PTRSUB_-1206176683', u'STORE_-1206176806'), ('const-417', u'STORE_-1206176806'), ('const-1', u'STORE_-1206176806'), ('const-61', u'PTRSUB_-1206176701'), ('const-60', u'PTRSUB_-1206176683'), (u'PTRSUB_-1206176701'... | [('tmp_344', u'INT_ADD_-1206176827'), ('tmp_346', u'CALL_-1206176810'), ('const-1', u'STORE_-1206176806'), (u'INT_ADD_-1206176792', u'CAST_-1206176692'), (u'CAST_-1206176692', u'STORE_-1206176806'), ('tmp_344', u'INT_ADD_-1206176792'), ('const-60', u'INT_ADD_-1206176792'), ('const-417', u'STORE_-1206176806'), ('const-6... | null | null | 00043380 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00043380(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000f30f0(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_now * this, char * option_name, char * arg,\n Command_line * param_3, General_options * pa... | (translation_unit "void FUN_00043380(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000f30f0(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00043380(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000f30f0(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_00043380(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000f30f0(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00043380(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_now * 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_000f30f0(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
|
586_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c | strerror | strerror |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strerror(int __errnum)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strerror@@GLIBC_2.0 */
halt_baddata();
}... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strerror(int __errnum)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206357754')] | [('const-1', u'RETURN_-1206357754')] | null | null | 000770fc | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\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\nchar * strerror(int __errnum)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strerror@@GLIBC_2... | (translation_unit "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" ident... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strerror(int __errnum)" (* "*") (function_declarator "strerror(int __errnum)" (identifier "strerror") (parameter_list "(int __errnum)" (( "(") (parameter_declaration "int ... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __errnum)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strerror@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __errnum)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
293_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | version_expr_head_hash | FUN_00020d90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
hashval_t version_expr_head_hash(void *p)
{
hashval_t hVar1;
hVar1 = htab_hash_string(*(undefined4 *)((int)p + 4));
return hVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00020d90(int param_1)
{
htab_hash_string(*(undefined4 *)(param_1 + 4));
return;
}
| PUSH EBX
CALL 0x00017b80
ADD EBX,0x1ae26a
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x1c]
PUSH dword ptr [EAX + 0x4]
CALL 0x00016090
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [(u'CAST_-1206055378', u'INT_ADD_-1206055471'), (u'CALL_-1206055473', u'RETURN_-1206055445'), (u'INT_ADD_-1206055471', u'CAST_-1206055377'), ('const-4', u'INT_ADD_-1206055471'), ('tmp_154', u'CAST_-1206055378'), ('const-417', u'LOAD_-1206055487'), ('const-0', u'RETURN_-1206055445'), (u'CAST_-1206055377', u'LOAD_-120605... | [('const-417', u'LOAD_-1206055487'), (u'INT_ADD_-1206055471', u'CAST_-1206055378'), (u'CAST_-1206055378', u'LOAD_-1206055487'), ('const-4', u'INT_ADD_-1206055471'), ('tmp_241', u'INT_ADD_-1206055471'), ('const-0', u'RETURN_-1206055445'), (u'LOAD_-1206055487', u'CALL_-1206055473')] | null | null | 00020d90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00020d90(int param_1)\n\n{\n htab_hash_string(*(undefined4 *)(param_1 + 4));\n return;\n}\n\n" comment (function_definition "void FUN_00020d90(int param_1)\n\n{\n htab_hash_string(*(undefined4 *)(p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nhashval_t version_expr_head_hash(void *p)\n\n{\n hashval_t hVar1;\n \n hVar1 = htab_hash_string(*(undefined4 *)((int)p + 4));\n return hVar1;\n}\n\n" comment comme... | (translation_unit "void FUN_00020d90(int param_1)\n\n{\n htab_hash_string(*(undefined4 *)(param_1 + 4));\n return;\n}\n\n" (function_definition "void FUN_00020d90(int param_1)\n\n{\n htab_hash_string(*(undefined4 *)(param_1 + 4));\n return;\n}" primitive_type (function_declarator "FUN_00020d90(int param_1)" identif... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthes... | (function_definition "void FUN_00020d90(int param_1)\n\n{\n htab_hash_string(*(undefined4 *)(param_1 + 4));\n return;\n}" (primitive_type "void") (function_declarator "FUN_00020d90(int param_1)" (identifier "FUN_00020d90") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "i... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 function_1(void *p)
{
type_1 hVar1;
hVar1 = var_1(*(type_2 *)((int)p + 4));
return hVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
htab_hash_string(*(undefined4 *)(param_1 + 4));
return;
}
|
814_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | fputs | fputs |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@GLIBC_2.0 */
halt_baddata()... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206398158')] | [('const-1', u'RETURN_-1206398158')] | null | null | 0008d328 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\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 fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIB... | (translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char... | (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 fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@GLIBC_2.0 */
var_1()... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1282_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~Struct_warn_unresolved_symbols | FUN_0003e2d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_warn_unresolved_symbols(Struct_warn_unresolved_symbols *
this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_warn_unresolved_symbols::~Struct_warn_unresolved_symbols
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003e2d0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382794;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x350d29
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3794]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x0003e302
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001e6d90
AD... | null | null | null | null | [('const-0', u'PTRSUB_-1206066196'), ('const-0', u'PTRSUB_-1206066185'), (u'CAST_-1206066183', u'STORE_-1206066413'), ('const-0', u'PTRSUB_-1206066190'), ('const-0', u'PTRSUB_-1206066180'), (u'PTRSUB_-1206066193', u'CAST_-1206066183'), (u'PTRSUB_-1206066192', u'INT_NOTEQUAL_-1206066390'), ('const-0', u'RETURN_-12060662... | [('tmp_597', u'CALL_-1206066326'), ('const-4', u'PTRADD_-1206066195'), ('const-3', u'PTRADD_-1206066207'), ('const-3680148', u'PTRSUB_-1206066198'), (u'PTRSUB_-1206066198', u'STORE_-1206066413'), ('tmp_135', u'CBRANCH_-1206066390'), (u'CAST_-1206066195', u'CALL_-1206066367'), ('const-417', u'LOAD_-1206066410'), (u'PTRA... | null | null | 0003e2d0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003e2d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382794;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_warn_unresolved_symbols(Struct_warn_unresolved_symbols *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_warn_unresolved_symbols::~Struct_wa... | (translation_unit "void FUN_0003e2d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382794;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003e2d0(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_0003e2d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382794;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003e2d0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_warn_unresolved_symbols(Struct_warn_unresolved_symbols *
this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (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_00382794;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
|
179_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c | dwarf2_gen_line_info_1 | FUN_0001aee0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 dwarf2_gen_line_info_1(symbolS *label,dwarf2_line_info *loc)
{
subsegT subseg;
line_entry *plVar1;
line_subseg *plVar2;
line_entry *h;
plVar1 = (line_entry *)xmalloc(0x24);
plVar1->next = (line_entr... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_0001aee0(undefined4 param_1,undefined4 *param_2)
{
undefined4 *puVar1;
int iVar2;
puVar1 = (undefined4 *)xmalloc(0x24);
*puVar1 = 0;
puVar1[1] = param_1;
puVar1[2] = *param_2;
puVar1[3] = par... | PUSH EBP
MOV EBP,EAX
PUSH EDI
MOV EDI,EDX
PUSH ESI
PUSH EBX
CALL 0x00016070
ADD EBX,0x5d113
SUB ESP,0x18
PUSH 0x24
CALL 0x00014800
LEA EDX,[EBX + 0x94a0]
MOV ECX,0x1
MOV dword ptr [EAX],0x0
MOV ESI,EAX
MOV dword ptr [EAX + 0x4],EBP
MOV EAX,dword ptr [EDI]
MOV EDX,dword ptr [EDX]
MOV dword ptr [ESI + 0x8],EAX
MOV EAX,dw... | null | null | null | null | [('const-24', u'PTRSUB_-1205948154'), ('const-16', u'PTRSUB_-1205948176'), (u'INDIRECT_-1205948223', u'MULTIEQUAL_-1205948163'), (u'STORE_-1205948542', u'INDIRECT_-1205948237'), ('tmp_585', u'PTRSUB_-1205948217'), (u'CAST_-1205948228', u'PTRSUB_-1205948222'), (u'STORE_-1205948566', u'INDIRECT_-1205948235'), (u'LOAD_-12... | [('const-417', u'LOAD_-1205948574'), ('const-4', u'PTRADD_-1205948249'), ('tmp_761', u'PTRADD_-1205948195'), (u'CAST_-1205948150', u'STORE_-1205948364'), ('tmp_761', u'LOAD_-1205948601'), ('const-1', u'PTRADD_-1205948273'), ('const-3', u'PTRADD_-1205948257'), ('const-417', u'STORE_-1205948566'), (u'PTRADD_-1205948221',... | null | null | 0001aee0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0001aee0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n \n puVar1 = (undefined4 *)xmalloc(0x24);\n *puVar1 = 0;\n puVar1[1] = param_1;\n puVar1[2] ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 dwarf2_gen_line_info_1(symbolS *label,dwarf2_line_info *loc)\n\n{\n subsegT subseg;\n line_entry *plVar1;\n line_subseg *plVar2;\n line_entry *h;\n \n plVar1 = (line_entry *)xmalloc(0x24);... | (translation_unit "void __regparm3 FUN_0001aee0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n \n puVar1 = (undefined4 *)xmalloc(0x24);\n *puVar1 = 0;\n puVar1[1] = param_1;\n puVar1[2] = *param_2;\n puVar1[3] = param_2[1];\n puVar1[4] = param_2[2];\n puVar1[5] = param_2[3];... | (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_stateme... | (function_definition "void __regparm3 FUN_0001aee0(undefined4 param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n \n puVar1 = (undefined4 *)xmalloc(0x24);\n *puVar1 = 0;\n puVar1[1] = param_1;\n puVar1[2] = *param_2;\n puVar1[3] = param_2[1];\n puVar1[4] = param_2[2];\n puVar1[5] = param_2[... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 function_1(type_1 *label,type_2 *loc)
{
type_3 subseg;
type_4 *plVar1;
type_5 *plVar2;
type_4 *h;
plVar1 = (type_4 *)var_1(0x24);
plVar1->next = (type_4 *)0x0;
plVar1->label = label;
subseg = no... | 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: (pointer_declarator... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(undefined4 param_1,undefined4 *param_2)
{
undefined4 *puVar1;
int iVar2;
puVar1 = (undefined4 *)xmalloc(0x24);
*puVar1 = 0;
puVar1[1] = param_1;
puVar1[2] = *param_2;
puVar1[3] = param_2[1... |
1273_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~Struct_print_gc_sections | FUN_00040b90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_print_gc_sections(Struct_print_gc_sections * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_print_gc_sections::~Struct_print_gc_sections
(Struct_print_g... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00040b90(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00405964;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x3d346a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff1964]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x00040bc2
SUB ESP,0xc
PUSH EDX
CALL 0x00248220
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1206187102')] | [('const-3', u'PTRADD_-1206186893'), (u'PTRADD_-1206186880', u'LOAD_-1206187045'), ('const-417', u'STORE_-1206187049'), (u'CAST_-1206186880', u'CALL_-1206187002'), ('tmp_439', u'STORE_-1206187049'), (u'PTRSUB_-1206186884', u'STORE_-1206187049'), ('tmp_151', u'CBRANCH_-1206187025'), ('const-4', u'PTRADD_-1206186893'), (... | null | null | 00040b90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00040b90(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405964;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_print_gc_sections(Struct_print_gc_sections * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_print_gc_sections::~Struct_print_gc_sections\n ... | (translation_unit "void FUN_00040b90(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405964;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00040b90(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405964;\n if ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_00040b90(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00405964;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00040b90(undefined4 *param_1)" (identifier "FUN_00040b90... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_print_gc_sections(Struct_print_gc_sections * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (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_00405964;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
|
3721_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_local_symbol_count | FUN_00101900 |
/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<64,_true> * this) */
uint __thiscall
gold::Sized_relobj_file<64,_true>::do_local_symbol_count(Sized_relobj_file<64,_true> *this)
{
return this->local_symbol_count_;
}
|
undefined4 FUN_00101900(int param_1)
{
return *(undefined4 *)(param_1 + 0xb0);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0xb0]
RET | null | null | null | null | [('tmp_27', u'PTRSUB_-1206970032'), ('const-0', u'RETURN_-1206970084'), (u'PTRSUB_-1206970032', u'LOAD_-1206970102'), (u'COPY_-1206970102', u'RETURN_-1206970084'), ('const-417', u'LOAD_-1206970102'), ('const-176', u'PTRSUB_-1206970032'), (u'LOAD_-1206970102', u'COPY_-1206970102')] | [('const-176', u'INT_ADD_-1206970086'), ('const-417', u'LOAD_-1206970102'), ('tmp_29', u'INT_ADD_-1206970086'), ('const-0', u'RETURN_-1206970084'), (u'COPY_-1206970102', u'RETURN_-1206970084'), (u'LOAD_-1206970102', u'COPY_-1206970102'), (u'INT_ADD_-1206970086', u'CAST_-1206970034'), (u'CAST_-1206970034', u'LOAD_-12069... | null | null | 00101900 | x86 | O1 | (translation_unit "undefined4 FUN_00101900(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xb0);\n}\n\n" (function_definition "undefined4 FUN_00101900(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xb0);\n}" type_identifier (function_declarator "FUN_00101900(int param_1)" identifier (parameter_list "(int... | (translation_unit "/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<64,_true> * this) */\n\nuint __thiscall\ngold::Sized_relobj_file<64,_true>::do_local_symbol_count(Sized_relobj_file<64,_true> *this)\n\n{\n return this->local_symbol_count_;\n}\n\n" comment (declaration "uint __thiscall\ngold:... | (translation_unit "undefined4 FUN_00101900(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xb0);\n}\n\n" (function_definition "undefined4 FUN_00101900(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xb0);\n}" type_identifier (function_declarator "FUN_00101900(int param_1)" identifier (parameter_list "(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ... | (function_definition "undefined4 FUN_00101900(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xb0);\n}" (type_identifier "undefined4") (function_declarator "FUN_00101900(int param_1)" (identifier "FUN_00101900") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (... |
/* DWARF original prototype: uint do_local_symbol_count(Sized_relobj_file<64,_true> * this) */
type_1 __thiscall
gold::Sized_relobj_file<64,_true>::do_local_symbol_count(Sized_relobj_file<64,_true> *this)
{
return this->local_symbol_count_;
}
| 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 + 0xb0);
}
|
1869_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | ~Struct_no_tls_optimize | FUN_00055430 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_tls_optimize::~Struct_no_tls_optimize
(Struct_no_tls_optimize... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00055430(undefined4 *param_1)
{
*param_1 = &PTR_FUN_005d3eb4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_003ae080((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x00050b50
ADD EBX,0x594bca
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xfffe9eb4]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x00055462
SUB ESP,0xc
PUSH EDX
CALL 0x003ae080
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1206234046')] | [('tmp_439', u'STORE_-1206233993'), ('tmp_439', u'PTRADD_-1206233837'), ('const-3', u'PTRADD_-1206233837'), ('const-0', u'PTRSUB_-1206233828'), (u'PTRADD_-1206233824', u'LOAD_-1206233989'), (u'INT_NOTEQUAL_-1206233969', u'CBRANCH_-1206233969'), ('const-1', u'PTRADD_-1206233824'), (u'PTRSUB_-1206233828', u'STORE_-120623... | null | null | 00055430 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00055430(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3eb4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_tls_optimize::~Struct_no_tls_optimize\n ... | (translation_unit "void FUN_00055430(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3eb4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00055430(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3eb4;\n if ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_00055430(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3eb4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00055430(undefined4 *param_1)" (identifier "FUN_00055430... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (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_005d3eb4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_003ae080((undefined4 *)param_1[1]);
}
return;
}
|
3834_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | Sized_relobj_file | FUN_000de680 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Sized_relobj_file(Sized_relobj_file<32,_false> * this, string *
name, Input_file * input_file, off_t offset, Ehdr<32,_false> * ehdr) */
void __thiscall
gold::Sized_relobj_file<32,_false>::Sized_relobj_file
(Sized_rel... |
void FUN_000de680(int *param_1,int *param_2,int param_3,int param_4,int param_5,int *param_6)
{
ushort uVar1;
short sVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
undefined4 uVar6;
int iVar7;
int unaff_EDI;
FUN_000644be();
*param_1 = unaff_EDI + 0x2ca8df;
param_1[1] = (int)(param_1 + 3);
FUN_0... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000644be
ADD EDI,0x2d0977
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV ESI,dword ptr [EBP + 0x8]
MOV EDX,dword ptr [EBP + 0xc]
MOV EBX,dword ptr [EBP + 0x18]
MOV ECX,dword ptr [EBP + 0x14]
LEA EAX,[EDI + 0xffff9f68]
MOV dword ptr [ESI],EAX
LEA EAX,[ESI + 0xc]
MOV dword ptr [ESI + 0x4],EAX
MOV... | null | null | null | null | [(u'PTRSUB_-1206718308', u'PTRSUB_-1206718203'), (u'PTRSUB_-1206718697', u'PTRSUB_-1206719068'), ('tmp_2297', u'PTRSUB_-1206718608'), ('const-0', u'PTRSUB_-1206718939'), ('const-0', u'PTRSUB_-1206719141'), (u'PTRSUB_-1206719079', u'PTRSUB_-1206718905'), (u'PTRSUB_-1206718459', u'PTRSUB_-1206718458'), ('const-417', u'ST... | [(u'CALL_-1206720454', u'CAST_-1206719239'), (u'PTRADD_-1206719123', u'STORE_-1206720100'), ('const-75', u'PTRADD_-1206718536'), ('const-4', u'PTRADD_-1206719384'), ('const-0', u'STORE_-1206719501'), ('const-57', u'PTRADD_-1206718740'), (u'PTRADD_-1206719269', u'STORE_-1206720310'), ('tmp_4168', u'CAST_-1206718687'), (... | null | null | 000de680 | x86 | O1 | (translation_unit "void FUN_000de680(int *param_1,int *param_2,int param_3,int param_4,int param_5,int *param_6)\n\n{\n ushort uVar1;\n short sVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n int iVar7;\n int unaff_EDI;\n \n FUN_000644be();\n *param_1 = unaff_EDI + 0x2ca8df;\n param_1[... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void Sized_relobj_file(Sized_relobj_file<32,_false> * this, string *\n name, Input_file * input_file, off_t offset, Ehdr<32,_false> * ehdr) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::Sized_relobj_fi... | (translation_unit "void FUN_000de680(int *param_1,int *param_2,int param_3,int param_4,int param_5,int *param_6)\n\n{\n ushort uVar1;\n short sVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n int iVar7;\n int unaff_EDI;\n \n FUN_000644be();\n *param_1 = unaff_EDI + 0x2ca8df;\n param_1[... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ... | (function_definition "void FUN_000de680(int *param_1,int *param_2,int param_3,int param_4,int param_5,int *param_6)\n\n{\n ushort uVar1;\n short sVar2;\n int iVar3;\n uint uVar4;\n byte *pbVar5;\n undefined4 uVar6;\n int iVar7;\n int unaff_EDI;\n \n FUN_000644be();\n *param_1 = unaff_EDI + 0x2ca8df;\n param... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Sized_relobj_file(Sized_relobj_file<32,_false> * this, string *
name, Input_file * input_file, off_t offset, Ehdr<32,_false> * ehdr) */
void __thiscall
var_11::Sized_relobj_file<32,_false>::Sized_relobj_file
(Sized_r... | 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 |
void MASKED(int *param_1,int *param_2,int param_3,int param_4,int param_5,int *param_6)
{
ushort uVar1;
short sVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
undefined4 uVar6;
int iVar7;
int unaff_EDI;
FUN_000644be();
*param_1 = unaff_EDI + 0x2ca8df;
param_1[1] = (int)(param_1 + 3);
FUN_00068b3... |
246_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | debug_make_offset_type | FUN_0001fc20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
debug_type_conflict
debug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)
{
debug_type_s *pdVar1;
debug_array_type *pdVar2;
uint in_ECX;... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0001fc20(undefined4 param_1,int param_2,int param_3)
{
int iVar1;
int *piVar2;
if ((param_2 != 0) && (param_3 != 0)) {
iVar1 = FUN_0001d440();
if (iVar1 != 0) {
piVar2 = (int *)xmalloc(8);
*p... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x203d7
SUB ESP,0xc
MOV EDI,dword ptr [ESP + 0x24]
MOV EBP,dword ptr [ESP + 0x28]
TEST EDI,EDI
JZ 0x0001fc78
TEST EBP,EBP
JZ 0x0001fc78
XOR EDX,EDX
MOV EAX,0x12
CALL 0x0001d440
MOV ESI,EAX
TEST EAX,EAX
JZ 0x0001fc69
SUB ESP,0xc
PUSH 0x8
CALL 0x000132e0
ADD ESP... | null | null | null | null | [('const-8', u'CALL_-1205928767'), ('const-417', u'STORE_-1205928752'), ('tmp_132', u'CBRANCH_-1205928847'), (u'PTRSUB_-1205928515', u'STORE_-1205928752'), (u'PTRSUB_-1205928506', u'STORE_-1205928741'), ('const-417', u'STORE_-1205928741'), ('const-0', u'RETURN_-1205928638'), ('const-417', u'STORE_-1205928747'), ('tmp_5... | [('const-417', u'STORE_-1205928752'), (u'PTRADD_-1205928519', u'STORE_-1205928747'), ('tmp_132', u'CBRANCH_-1205928847'), ('tmp_836', u'STORE_-1205928752'), ('const-0', u'RETURN_-1205928638'), ('tmp_837', u'STORE_-1205928747'), (u'CAST_-1205928529', u'PTRADD_-1205928519'), ('tmp_837', u'INT_NOTEQUAL_-1205928833'), (u'C... | null | null | 0001fc20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0001fc20(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n iVar1 = FUN_0001d440();\n if (iVar1 != 0) {\n piVar2 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\ndebug_type_conflict\ndebug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)\n\n{\n debug_type_s *pdVar1;\n debug_array_ty... | (translation_unit "int FUN_0001fc20(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n iVar1 = FUN_0001d440();\n if (iVar1 != 0) {\n piVar2 = (int *)xmalloc(8);\n *piVar2 = param_2;\n piVar2[1] = param_3;\n *(int **)(... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (p... | (function_definition "int FUN_0001fc20(undefined4 param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n iVar1 = FUN_0001d440();\n if (iVar1 != 0) {\n piVar2 = (int *)xmalloc(8);\n *piVar2 = param_2;\n piVar2[1] = param_3;\n *(int *... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1
function_1(void *handle,type_1 var_1,type_1 var_2)
{
type_2 *var_4;
type_3 *pdVar2;
type_4 in_ECX;
if ((var_1 != (type_1)0x0) && (var_2 != (type_1)0x0)) {
var_4 = va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(undefined4 param_1,int param_2,int param_3)
{
int iVar1;
int *piVar2;
if ((param_2 != 0) && (param_3 != 0)) {
iVar1 = FUN_0001d440();
if (iVar1 != 0) {
piVar2 = (int *)xmalloc(8);
*piVar2 ... |
10313_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | do_curr_symbol | FUN_00270900 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<char, false>::do_curr_symbol() const */
int * std::moneypunct<char,false>::do_curr_symbol(void)
{
char *__s;
int *in_stack_00000004;
int in_stack_00000008;
__s = *(char **)(*(int *)(in_stack_00000008... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_00270900(int *param_1,int param_2)
{
char *__s;
char *pcVar1;
size_t sVar2;
__s = *(char **)(*(int *)(param_2 + 8) + 0x14);
*param_1 = (int)(param_1 + 2);
pcVar1 = (char *)0xffffffff;
if (__s != (char ... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EAX,dword ptr [ESP + 0x14]
CALL 0x00036db0
ADD EBX,0x1396f4
MOV ESI,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x8]
MOV EDI,dword ptr [EAX + 0x14]
LEA EAX,[ESI + 0x8]
MOV dword ptr [ESI],EAX
MOV EAX,0xffffffff
TEST EDI,EDI
JZ 0x00270938
SUB ESP,0xc
PUSH EDI
CALL 0x0002a5f0
ADD ESP,0x... | null | null | null | null | [(u'INT_ADD_-1204287158', u'CAST_-1204286939'), (u'LOAD_-1204287174', u'INT_NOTEQUAL_-1204287140'), ('const-417', u'STORE_-1204287162'), (u'PTRADD_-1204286937', u'CAST_-1204286932'), ('const-0', u'INT_NOTEQUAL_-1204287140'), ('tmp_640', u'COPY_-1204287057'), (u'INT_ADD_-1204287164', u'CAST_-1204286943'), ('const-417', ... | [(u'INT_ADD_-1204287158', u'CAST_-1204286939'), (u'LOAD_-1204287174', u'INT_NOTEQUAL_-1204287140'), (u'PTRADD_-1204287039', u'MULTIEQUAL_-1204286980'), ('const-417', u'LOAD_-1204287174'), (u'PTRADD_-1204286937', u'CAST_-1204286932'), ('const-0', u'INT_NOTEQUAL_-1204287140'), ('tmp_640', u'COPY_-1204287057'), (u'INT_ADD... | null | null | 00270900 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00270900(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0x... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<char, false>::do_curr_symbol() const */\n\nint * std::moneypunct<char,false>::do_curr_symbol(void)\n\n{\n char *__s;\n int *in_stack_00000004;\n int in_stack_00000008;\n \n __s = *(char **... | (translation_unit "int * FUN_00270900(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\... | (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_00270900(int *param_1,int param_2)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = *(char **)(*(int *)(param_2 + 8) + 0x14);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<char, false>::do_curr_symbol() const */
int * std::moneypunct<char,false>::do_curr_symbol(void)
{
char *var_3;
int *var_2;
int var_1;
var_3 = *(char **)(*(int *)(var_1 + 8) + 0x14);
*var_2 = (int)(... | 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)
{
char *__s;
char *pcVar1;
size_t sVar2;
__s = *(char **)(*(int *)(param_2 + 8) + 0x14);
*param_1 = (int)(param_1 + 2);
pcVar1 = (char *)0xffffffff;
if (__s != (char *)0x0)... |
5639_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | add_output_section | FUN_001834b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_output_section(Output_data_reloc<9,_false,_64,_false> * this,
Output_section * os, uint type, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx,
Address address) */
void __t... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001834b0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined4 *puVar1;
undefined4 *puVar2;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x290b47
SUB ESP,0x2c
MOV EBP,dword ptr [ESP + 0x40]
PUSH 0x0
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
LEA ESI,[ESP + 0x20]
PUSH ESI
... | null | null | null | null | [('const-1', u'RETURN_-1207487282')] | [('const-268435456', u'INT_AND_-1207486168'), ('tmp_794', u'CBRANCH_-1207486854'), (u'CAST_-1207486021', u'LOAD_-1207486611'), (u'COPY_-1207486064', u'CALL_-1207486602'), (u'INT_EQUAL_-1207486890', u'CBRANCH_-1207486886'), ('const-561', u'CALL_-1207486602'), ('tmp_3067', u'CALL_-1207487176'), (u'INT_ADD_-1207487015', u... | null | null | 001834b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001834b0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined4 *puVar1... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void add_output_section(Output_data_reloc<9,_false,_64,_false> * this,\n Output_section * os, uint type, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx,\n Address ... | (translation_unit "void FUN_001834b0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local_34... | (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_001834b0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n undefined4 local_38;\n int local... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_output_section(Output_data_reloc<9,_false,_64,_false> * this,
Output_section * os, uint type, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx,
Address address) */
void __t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined4 *puVar1;
undefined4 *puVar2;
int ... |
11962_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | _M_extract<long> | FUN_003d70d0 |
/* std::wistream& std::wistream::_M_extract<long>(long&) */
wistream * __thiscall std::wistream::_M_extract<long>(wistream *this,long *param_1)
{
int *piVar1;
wistream *pwVar2;
undefined1 local_34 [19];
sentry local_21;
int local_20 [4];
__x86_get_pc_thunk_di();
sentry::sentry(&local_21,this,false);... |
int * FUN_003d70d0(int *param_1,undefined4 param_2)
{
int *piVar1;
int iVar2;
undefined1 local_34 [19];
char local_21;
uint local_20 [4];
FUN_00074f0a();
FUN_003d4d40(&local_21,param_1,0);
if (local_21 != '\0') {
local_20[0] = 0;
iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;
piVar1 ... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x00074f0a
ADD EDI,0x212f27
PUSH ESI
LEA EAX,[EBP + -0x1d]
PUSH EBX
SUB ESP,0x40
MOV ESI,dword ptr [EBP + 0x8]
PUSH 0x0
PUSH ESI
MOV EBX,EDI
PUSH EAX
CALL 0x003d4d40
ADD ESP,0x10
CMP byte ptr [EBP + -0x1d],0x0
JZ 0x003d7153
MOV EAX,dword ptr [ESI]
MOV dword ptr [EBP + -0x1c],0x0
MOV E... | null | null | null | null | [('const-0', u'COPY_-1205702321'), ('tmp_1089', u'PTRSUB_-1205701718'), ('tmp_201', u'CBRANCH_-1205702326'), (u'CAST_-1205701749', u'LOAD_-1205702294'), ('const-4294967295', u'CALLIND_-1205702150'), ('const-0', u'CALL_-1205702358'), (u'CAST_-1205701654', u'LOAD_-1205702064'), (u'LOAD_-1205702294', u'CALLIND_-1205702150... | [(u'CAST_-1205701761', u'LOAD_-1205702311'), (u'INT_ADD_-1205702048', u'CAST_-1205701660'), ('const-417', u'LOAD_-1205702263'), ('const-136', u'INT_ADD_-1205702278'), ('const-4294967244', u'PTRSUB_-1205701723'), (u'CALL_-1205702358', u'INDIRECT_-1205701826'), (u'CAST_-1205701694', u'LOAD_-1205702160'), ('tmp_201', u'CB... | null | null | 003d70d0 | x86 | O1 | (translation_unit "int * FUN_003d70d0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_00074f0a();\n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0... | (translation_unit "/* std::wistream& std::wistream::_M_extract<long>(long&) */\n\nwistream * __thiscall std::wistream::_M_extract<long>(wistream *this,long *param_1)\n\n{\n int *piVar1;\n wistream *pwVar2;\n undefined1 local_34 [19];\n sentry local_21;\n int local_20 [4];\n \n __x86_get_pc_thunk_di();\n sentry:... | (translation_unit "int * FUN_003d70d0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_00074f0a();\n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "int * FUN_003d70d0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_00074f0a();\n FUN_003d4d40(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 +... |
/* std::wistream& std::wistream::_M_extract<long>(long&) */
type_1 * __thiscall std::type_1::_M_extract<long>(type_1 *var_3,long *param_1)
{
int *var_5;
type_1 *var_4;
type_2 local_34 [19];
type_3 var_2;
int local_20 [4];
var_1();
sentry::type_3(&var_2,var_3,false);
if (var_2 != (type_3)0x0) {
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_... | null |
int * MASKED(int *param_1,undefined4 param_2)
{
int *piVar1;
int iVar2;
undefined1 local_34 [19];
char local_21;
uint local_20 [4];
FUN_00074f0a();
FUN_003d4d40(&local_21,param_1,0);
if (local_21 != '\0') {
local_20[0] = 0;
iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;
piVar1 = *(in... |
2752_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | section_info | FUN_000b2ae0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Word section_info(Elf_file<64,_false,_gold::Object> * this, uint
shndx) */
Elf_Word __thiscall
elfcpp::Elf_file<64,_false,_gold::Object>::section_info
(Elf_file<64,_false,_gold::Object... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_000b2ae0(int *param_1,uint param_2)
{
int iVar1;
int iVar2;
undefined4 uVar3;
undefined8 uVar4;
iVar2 = *param_1;
FUN_000b2880(param_1);
if ((uint)param_1[3] <= param_2) {
FUN_000b2880(param_1... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x361517
SUB ESP,0x28
MOV ESI,dword ptr [ESP + 0x3c]
MOV EDI,dword ptr [ESP + 0x40]
MOV EBP,dword ptr [ESI]
PUSH ESI
CALL 0x000b2880
ADD ESP,0x10
CMP EDI,dword ptr [ESI + 0xc]
JNC 0x000b2b40
SUB ESP,0x8
PUSH EDI
PUSH ESI
CALL 0x000b11a0
MOV ECX,dword ptr [EBP ... | null | null | null | null | [('const-1', u'RETURN_-1206637826')] | [(u'INT_NOTEQUAL_-1206637682', u'CBRANCH_-1206637682'), (u'LOAD_-1206637547', u'CALL_-1206637472'), ('const-1', u'CALL_-1206637620'), ('tmp_1782', u'CALL_-1206637549'), (u'CAST_-1206637165', u'LOAD_-1206637618'), ('const-417', u'LOAD_-1206637638'), ('tmp_1783', u'CALL_-1206637472'), (u'LOAD_-1206637789', u'CALL_-120663... | null | null | 000b2ae0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000b2ae0(int *param_1,uint param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n iVar2 = *param_1;\n FUN_000b2880(param_1);\n if ((uint)param_1[3] <= param... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Elf_Word section_info(Elf_file<64,_false,_gold::Object> * this, uint\n shndx) */\n\nElf_Word __thiscall\nelfcpp::Elf_file<64,_false,_gold::Object>::section_info\n (Elf_file... | (translation_unit "undefined4 FUN_000b2ae0(int *param_1,uint param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n iVar2 = *param_1;\n FUN_000b2880(param_1);\n if ((uint)param_1[3] <= param_2) {\n FUN_000b2880(param_1);\n iVar1 = param_1[3];\n uVar3 = gettext("section_inf... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (e... | (function_definition "undefined4 FUN_000b2ae0(int *param_1,uint param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined8 uVar4;\n \n iVar2 = *param_1;\n FUN_000b2880(param_1);\n if ((uint)param_1[3] <= param_2) {\n FUN_000b2880(param_1);\n iVar1 = param_1[3];\n uVar3 = gettext("section_... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Word section_info(Elf_file<64,_false,_gold::Object> * this, uint
shndx) */
Elf_Word __thiscall
elfcpp::Elf_file<64,_false,_gold::Object>::section_info
(Elf_file<64,_false,_gold::Object... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(int *param_1,uint param_2)
{
int iVar1;
int iVar2;
undefined4 uVar3;
undefined8 uVar4;
iVar2 = *param_1;
FUN_000b2880(param_1);
if ((uint)param_1[3] <= param_2) {
FUN_000b2880(param_1);
... |
683_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_set_dynsym_indexes | FUN_0004228c |
/* (anonymous namespace)::Target_mips<32, true>::do_set_dynsym_indexes(std::vector<gold::Symbol*,
std::allocator<gold::Symbol*> >*, unsigned int, std::vector<gold::Symbol*,
std::allocator<gold::Symbol*> >*, gold::Stringpool_template<char>*, gold::Versions*,
gold::Symbol_table*) const [clone .cold.2916] */
vo... |
void FUN_0004228c(void)
{
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x24) != 0) {
FUN_003ae080(*(int *)(unaff_EBP + -0x24));
}
if (*(int *)(unaff_EBP + -0x30) != 0) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
| MOV EAX,dword ptr [EBP + -0x24]
TEST EAX,EAX
JZ 0x000422a2
SUB ESP,0xc
MOV EBX,dword ptr [EBP + -0x3c]
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x30]
TEST EAX,EAX
JZ 0x000422b8
SUB ESP,0xc
MOV EBX,dword ptr [EBP + -0x3c]
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
SUB ESP,0xc
MOV EBX,dword ptr [EBP + -... | null | null | null | null | [('const-4294967260', u'INT_ADD_-1206181217'), ('const-0', u'INT_NOTEQUAL_-1206181152'), ('const-4294967248', u'INT_ADD_-1206181155'), ('tmp_457', u'INT_ADD_-1206181217'), ('const-417', u'LOAD_-1206181171'), (u'LOAD_-1206181233', u'INT_NOTEQUAL_-1206181214'), (u'LOAD_-1206181171', u'INT_NOTEQUAL_-1206181152'), (u'INT_N... | [('const-4294967260', u'INT_ADD_-1206181217'), (u'CAST_-1206180990', u'LOAD_-1206181233'), ('const-0', u'INT_NOTEQUAL_-1206181152'), ('const-4294967248', u'INT_ADD_-1206181155'), (u'LOAD_-1206181233', u'INT_NOTEQUAL_-1206181214'), (u'LOAD_-1206181171', u'INT_NOTEQUAL_-1206181152'), (u'INT_NOTEQUAL_-1206181152', u'CBRAN... | null | null | 0004228c | x86 | O1 | (translation_unit "void FUN_0004228c(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x24) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x24));\n }\n if (*(int *)(unaff_EBP + -0x30) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n /* WARNING: Subroutine does not retur... | (translation_unit "/* (anonymous namespace)::Target_mips<32, true>::do_set_dynsym_indexes(std::vector<gold::Symbol*,\n std::allocator<gold::Symbol*> >*, unsigned int, std::vector<gold::Symbol*,\n std::allocator<gold::Symbol*> >*, gold::Stringpool_template<char>*, gold::Versions*,\n gold::Symbol_table*) const [clo... | (translation_unit "void FUN_0004228c(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x24) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x24));\n }\n if (*(int *)(unaff_EBP + -0x30) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_004451f0();\n}\n\n" (function... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "void FUN_0004228c(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x24) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x24));\n }\n if (*(int *)(unaff_EBP + -0x30) != 0) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_004451f0();\n}" (primitive... |
/* (anonymous namespace)::Target_mips<32, true>::do_set_dynsym_indexes(std::vector<gold::Symbol*,
std::allocator<gold::Symbol*> >*, unsigned int, std::vector<gold::Symbol*,
std::allocator<gold::Symbol*> >*, gold::Stringpool_template<char>*, gold::Versions*,
gold::Symbol_table*) const [clone .cold.2916] */
vo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes... | null |
void MASKED(void)
{
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x24) != 0) {
FUN_003ae080(*(int *)(unaff_EBP + -0x24));
}
if (*(int *)(unaff_EBP + -0x30) != 0) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
|
2375_bash_and_bash_strip.c | _hs_history_patsearch | _hs_history_patsearch |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _hs_history_patsearch(char *string,int direction,int flags)
{
char cVar1;
char *pcVar2;
int iVar3;
uint uVar4;
int iVar5;
uint uVar6;
uVar4 = 0xffffffff;
pcVar2 = string;
do {
if (uVar4 == 0) break;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 _hs_history_patsearch(char *param_1,undefined4 param_2,byte param_3)
{
char cVar1;
char *pcVar2;
int iVar3;
undefined4 uVar4;
uint uVar5;
int iVar6;
uint uVar7;
uVar5 = 0xffffffff;
pcVar2 = param_... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0xc
CALL 0x0002fe00
ADD EBX,0x5cf61
MOV ESI,dword ptr [ESP + 0x20]
MOV ECX,0xffffffff
MOV EAX,0x0
MOV EDI,ESI
SCASB.REPNE ES:EDI
MOV EDX,ECX
NOT EDX
LEA EBP,[EDX + -0x1]
CMP byte ptr [ESI + EDX*0x1 + -0x2],0x5c
JZ 0x000de13f
SUB ESP,0xc
LEA EAX,[EBP + 0x3]
PUSH EAX
CALL 0x000... | null | null | null | null | [('const-1', u'INT_SUB_-1206722318'), (u'LOAD_-1206722117', u'INT_NOTEQUAL_-1206722101'), ('tmp_872', u'CBRANCH_-1206721901'), (u'PTRADD_-1206722090', u'CALL_-1206722133'), (u'MULTIEQUAL_-1206721793', u'INT_SUB_-1206722318'), ('tmp_1056', u'INT_NOTEQUAL_-1206722025'), ('const-1', u'PTRADD_-1206722025'), ('const-1', u'C... | [('const-42', u'STORE_-1206722192'), (u'COPY_-1206721668', u'MULTIEQUAL_-1206721776'), ('tmp_2228', u'PTRADD_-1206721859'), (u'MULTIEQUAL_-1206721791', u'INT_SUB_-1206722318'), (u'LOAD_-1206722117', u'INT_NOTEQUAL_-1206722101'), (u'INT_SUB_-1206721580', u'PTRADD_-1206722055'), (u'CAST_-1206721580', u'PTRADD_-1206722055... | null | null | 000de093 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 _hs_history_patsearch(char *param_1,undefined4 param_2,byte param_3)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n \n uVar5 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _hs_history_patsearch(char *string,int direction,int flags)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n uint uVar4;\n int iVar5;\n uint uVar6;\n \n uVar4 = 0xffffffff;\n pcVar2 = string;\n d... | (translation_unit "undefined4 _hs_history_patsearch(char *param_1,undefined4 param_2,byte param_3)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n \n uVar5 = 0xffffffff;\n pcVar2 = param_1;\n do {\n if (uVar5 == 0) break;\n uVar5 = uVar5 - ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "undefined4 _hs_history_patsearch(char *param_1,undefined4 param_2,byte param_3)\n\n{\n char cVar1;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n \n uVar5 = 0xffffffff;\n pcVar2 = param_1;\n do {\n if (uVar5 == 0) break;\n uVar5 = uVar5... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(char *var_11,int direction,int var_7)
{
char var_3;
char *var_2;
int var_5;
type_1 var_1;
int var_4;
type_1 var_9;
var_1 = 0xffffffff;
var_2 = var_11;
do {
if (var_1 == 0) break;
var_1 ... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(char *param_1,undefined4 param_2,byte param_3)
{
char cVar1;
char *pcVar2;
int iVar3;
undefined4 uVar4;
uint uVar5;
int iVar6;
uint uVar7;
uVar5 = 0xffffffff;
pcVar2 = param_1;
do {
i... |
957_wget_and_wget_strip.c | fetch_number | FUN_0005e03d |
Idx __regparm3 fetch_number(re_string_t *input,re_token_t *token,reg_syntax_t syntax)
{
byte bVar1;
char cVar2;
int iVar3;
iVar3 = -1;
while( true ) {
fetch_token(token,input,syntax);
bVar1 = (token->opr).c;
cVar2 = token->field_0x4;
if (cVar2 == '\x02') {
return -2;
}
if (b... |
int __regparm3 FUN_0005e03d(undefined4 param_1,byte *param_2)
{
byte bVar1;
byte bVar2;
int iVar3;
iVar3 = -1;
while( true ) {
FUN_0005e02a();
bVar1 = *param_2;
bVar2 = param_2[4];
if (bVar2 == 2) {
return -2;
}
if (bVar1 == 0x2c) break;
if (bVar2 == 0x18) {
return... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0xc
MOV EBP,EAX
MOV ESI,EDX
MOV EDI,ECX
MOV EBX,0xffffffff
JMP 0x0005e056
MOV EBX,0xfffffffe
MOV ECX,EDI
MOV EDX,EBP
MOV EAX,ESI
CALL 0x0005e02a
MOVZX EDX,byte ptr [ESI]
MOVZX EAX,byte ptr [ESI + 0x4]
CMP AL,0x2
JZ 0x0005e0b5
CMP DL,0x2c
JZ 0x0005e0ba
CMP AL,0x18
JZ 0x0005e0b... | null | null | null | null | [(u'LOAD_-1206198135', u'INT_EQUAL_-1206198086'), (u'MULTIEQUAL_-1206197857', u'INT_EQUAL_-1206198009'), (u'INT_SUB_-1206197827', u'CAST_-1206197739'), ('const-2', u'INT_EQUAL_-1206198116'), ('tmp_246', u'CBRANCH_-1206198049'), (u'COPY_-1206198173', u'MULTIEQUAL_-1206197857'), ('const-48', u'INT_SUB_-1206197827'), (u'I... | [(u'LOAD_-1206198135', u'INT_EQUAL_-1206198086'), ('const-32816', u'INT_SLESS_-1206197954'), (u'MULTIEQUAL_-1206197857', u'INT_EQUAL_-1206198009'), ('tmp_246', u'CBRANCH_-1206198049'), (u'COPY_-1206198173', u'MULTIEQUAL_-1206197857'), ('const-48', u'INT_SUB_-1206197827'), ('const-10', u'INT_MULT_-1206197967'), (u'INT_A... | null | null | 0005e03d | x86 | O1 | (translation_unit "int __regparm3 FUN_0005e03d(undefined4 param_1,byte *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n int iVar3;\n \n iVar3 = -1;\n while( true ) {\n FUN_0005e02a();\n bVar1 = *param_2;\n bVar2 = param_2[4];\n if (bVar2 == 2) {\n return -2;\n }\n if (bVar1 == 0x2c) break;\n ... | (translation_unit "Idx __regparm3 fetch_number(re_string_t *input,re_token_t *token,reg_syntax_t syntax)\n\n{\n byte bVar1;\n char cVar2;\n int iVar3;\n \n iVar3 = -1;\n while( true ) {\n fetch_token(token,input,syntax);\n bVar1 = (token->opr).c;\n cVar2 = token->field_0x4;\n if (cVar2 == '\x02') {\n ... | (translation_unit "int __regparm3 FUN_0005e03d(undefined4 param_1,byte *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n int iVar3;\n \n iVar3 = -1;\n while( true ) {\n FUN_0005e02a();\n bVar1 = *param_2;\n bVar2 = param_2[4];\n if (bVar2 == 2) {\n return -2;\n }\n if (bVar1 == 0x2c) break;\n ... | (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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_sta... | (function_definition "int __regparm3 FUN_0005e03d(undefined4 param_1,byte *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n int iVar3;\n \n iVar3 = -1;\n while( true ) {\n FUN_0005e02a();\n bVar1 = *param_2;\n bVar2 = param_2[4];\n if (bVar2 == 2) {\n return -2;\n }\n if (bVar1 == 0x2c) break;\n... |
type_1 __regparm3 function_1(type_2 *input,type_3 *token,type_4 syntax)
{
type_5 var_3;
char var_2;
int var_4;
var_4 = -1;
while( true ) {
var_1(token,input,syntax);
var_3 = (token->opr).c;
var_2 = token->field_0x4;
if (var_2 == '\x02') {
return -2;
}
if (var_3 == 0x2c) brea... | 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: (pointer_declarator... | null |
int __regparm3 MASKED(undefined4 param_1,byte *param_2)
{
byte bVar1;
byte bVar2;
int iVar3;
iVar3 = -1;
while( true ) {
FUN_0005e02a();
bVar1 = *param_2;
bVar2 = param_2[4];
if (bVar2 == 2) {
return -2;
}
if (bVar1 == 0x2c) break;
if (bVar2 == 0x18) {
return iVar3... |
79_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c | __libc_start_main | __libc_start_main |
void __libc_start_main(void)
{
(*(code *)PTR___libc_start_main_00040140)();
return;
}
|
void __libc_start_main(void)
{
(*(code *)PTR___libc_start_main_00040140)();
return;
}
| JMP dword ptr [EBX + 0x140] | null | null | null | null | [(u'INDIRECT_-1205979806', u'COPY_-1205979865'), ('const-0', u'RETURN_-1205979875'), ('tmp_58', u'CAST_-1205979801'), (u'CALLIND_-1205979878', u'INDIRECT_-1205979806'), (u'CAST_-1205979801', u'CALLIND_-1205979878')] | [(u'INDIRECT_-1205979806', u'COPY_-1205979865'), ('const-0', u'RETURN_-1205979875'), ('tmp_58', u'CAST_-1205979801'), (u'CALLIND_-1205979878', u'INDIRECT_-1205979806'), (u'CAST_-1205979801', u'CALLIND_-1205979878')] | null | null | 00013510 | x86 | O1 | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00040140)();\n return;\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))... |
void function_1(void)
{
(*(type_1 *)PTR___libc_start_main_00040140)();
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_00040140)();
return;
}
|
3306_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~Read_symbols_data | FUN_000b1760 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */
void __thiscall gold::Read_symbols_data::~Read_symbols_data(Read_symbols_data *this,int __in_chrg)
{
File_view *pFVar1;
int in_s... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000b1760(int *param_1)
{
int iVar1;
iVar1 = *param_1;
if (iVar1 != 0) {
FUN_00067af0(iVar1);
FUN_001e6d90(iVar1,0xc);
}
iVar1 = param_1[1];
if (iVar1 != 0) {
FUN_00067af0(iVar1);
FUN_001e6... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00035840
ADD EBX,0x2dd894
MOV EDI,dword ptr [ESI]
TEST EDI,EDI
JZ 0x000b178e
SUB ESP,0xc
PUSH EDI
CALL 0x00067af0
POP EAX
POP EDX
PUSH 0xc
PUSH EDI
CALL 0x001e6d90
ADD ESP,0x10
MOV EDI,dword ptr [ESI + 0x4]
TEST EDI,EDI
JZ 0x000b17ab
SUB ESP,0xc
PUSH EDI
... | null | null | null | null | [(u'INDIRECT_-1206641870', u'MULTIEQUAL_-1206641844'), (u'INT_NOTEQUAL_-1206642786', u'CBRANCH_-1206642786'), (u'CALL_-1206642321', u'INDIRECT_-1206641715'), ('tmp_1173', u'PTRSUB_-1206641715'), (u'INDIRECT_-1206641839', u'MULTIEQUAL_-1206641816'), (u'LOAD_-1206642307', u'INT_NOTEQUAL_-1206642288'), (u'CALL_-1206642653... | [('const-417', u'LOAD_-1206642722'), (u'INT_NOTEQUAL_-1206642786', u'CBRANCH_-1206642786'), ('const-10', u'PTRADD_-1206641676'), (u'PTRADD_-1206641766', u'LOAD_-1206642639'), (u'PTRADD_-1206641676', u'LOAD_-1206642390'), ('tmp_95', u'CBRANCH_-1206642786'), (u'LOAD_-1206642639', u'INT_NOTEQUAL_-1206642620'), (u'LOAD_-12... | null | null | 000b1760 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b1760(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if (iVar1 != 0) {\n FUN_00067af0(iVar1);\n FUN_001e6d90(iVar1,0xc);\n }\n iVar1 = param_1[1];\n if (iVar1 != 0) {\n FU... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */\n\nvoid __thiscall gold::Read_symbols_data::~Read_symbols_data(Read_symbols_data *this,int __in_chrg)\n\n{\n File_... | (translation_unit "void FUN_000b1760(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if (iVar1 != 0) {\n FUN_00067af0(iVar1);\n FUN_001e6d90(iVar1,0xc);\n }\n iVar1 = param_1[1];\n if (iVar1 != 0) {\n FUN_00067af0(iVar1);\n FUN_001e6d90(iVar1,0xc);\n }\n iVar1 = param_1[3];\n if (iVar1 !=... | (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 = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_ex... | (function_definition "void FUN_000b1760(int *param_1)\n\n{\n int iVar1;\n \n iVar1 = *param_1;\n if (iVar1 != 0) {\n FUN_00067af0(iVar1);\n FUN_001e6d90(iVar1,0xc);\n }\n iVar1 = param_1[1];\n if (iVar1 != 0) {\n FUN_00067af0(iVar1);\n FUN_001e6d90(iVar1,0xc);\n }\n iVar1 = param_1[3];\n if (iVar1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *var_1;
int in_stack_ffffffe8;
var_1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1)
{
int iVar1;
iVar1 = *param_1;
if (iVar1 != 0) {
FUN_00067af0(iVar1);
FUN_001e6d90(iVar1,0xc);
}
iVar1 = param_1[1];
if (iVar1 != 0) {
FUN_00067af0(iVar1);
FUN_001e6d90(iV... |
12321_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | copy | FUN_003e4e20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::copy(char*, unsigned int, unsigned int) const */
void std::string::copy(char *param_1,uint param_2,uint param_3)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
size_t FUN_003e4e20(int *param_1,undefined1 *param_2,uint param_3,uint param_4)
{
uint uVar1;
undefined1 *__src;
uint __n;
uVar1 = *(uint *)(*param_1 + -0xc);
if (uVar1 < param_4) {
/* WARNING: S... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x2051d9
SUB ESP,0x4
MOV EDX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ESP + 0x1c]
MOV ECX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [EDX]
MOV ESI,dword ptr [EDX + -0xc]
CMP EAX,ESI
JA 0x003e4e81
SUB ESI,EAX
CMP ESI,ECX
CMOVA ESI,ECX
TEST ESI,ESI
JZ 0x003e4e68
ADD EAX,EDX
CMP ES... | null | null | null | null | [('const-1', u'RETURN_-1205776842')] | [(u'LOAD_-1205776793', u'INT_LESS_-1205776762'), (u'INT_SUB_-1205776751', u'COPY_-1205776493'), ('const-417', u'LOAD_-1205776798'), ('tmp_146', u'CBRANCH_-1205776771'), ('const-0', u'RETURN_-1205776614'), ('tmp_996', u'LOAD_-1205776798'), (u'COPY_-1205776492', u'MULTIEQUAL_-1205776518'), (u'INT_SUB_-1205776751', u'INT_... | null | null | 003e4e20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nsize_t FUN_003e4e20(int *param_1,undefined1 *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n undefined1 *__src;\n uint __n;\n \n uVar1 = *(uint *)(*param_1 + -0xc);\n if (uVar1 < param_4) {\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::copy(char*, unsigned int, unsigned int) const */\n\nvoid std::string::copy(char *param_1,uint param_2,uint param_3)\n\n{\n}\n\n" comment comment (function_definition "void std::string::copy(char *... | (translation_unit "size_t FUN_003e4e20(int *param_1,undefined1 *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n undefined1 *__src;\n uint __n;\n \n uVar1 = *(uint *)(*param_1 + -0xc);\n if (uVar1 < param_4) {\n \n FUN_003f3b10("%s: __pos (which is %zu) > this->size() (which is %zu)",... | (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 IDENT) ))) (compound_statement { (declaration ... | (function_definition "size_t FUN_003e4e20(int *param_1,undefined1 *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n undefined1 *__src;\n uint __n;\n \n uVar1 = *(uint *)(*param_1 + -0xc);\n if (uVar1 < param_4) {\n \n FUN_003f3b10("%s: __pos (which is %zu) > this->size() (which is %zu... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::copy(char*, unsigned int, unsigned int) const */
void std::string::function_1(char *param_1,type_1 param_2,type_1 param_3)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
size_t MASKED(int *param_1,undefined1 *param_2,uint param_3,uint param_4)
{
uint uVar1;
undefined1 *__src;
uint __n;
uVar1 = *(uint *)(*param_1 + -0xc);
if (uVar1 < param_4) {
/* WARNING: Subrout... |
4904_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | add_relaxed_input_section | FUN_001646a0 |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void add_relaxed_input_section(Output_section * this, Layout * layout,
Output_relaxed_input_section * poris, string * name) */
void __t... |
void FUN_001646a0(int param_1,int param_2,int param_3,undefined4 param_4)
{
uint *puVar1;
undefined4 uVar2;
code *pcVar3;
uint uVar4;
uint uVar5;
int iVar6;
longlong lVar7;
int iVar8;
int iVar9;
undefined4 extraout_EDX;
undefined4 **ppuVar10;
int unaff_EBP;
longlong lVar11;
undefined4 *puS... | PUSH EBP
CALL 0x000b4852
ADD EBP,0x2af95a
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x5c
MOV EAX,dword ptr [ESP + 0x74]
MOV EDI,dword ptr [ESP + 0x78]
MOV dword ptr [ESP + 0x38],0xfffffffc
MOV ESI,dword ptr [ESP + 0x70]
MOV dword ptr [ESP + 0x3c],0x0
CMP byte ptr [EAX + 0x1cd],0x0
MOV dword ptr [ESP + 0xc],EDI
MOV dword ptr [... | null | null | null | null | [('tmp_1587', u'CALL_-1207350731'), (u'LOAD_-1207351355', u'CALLIND_-1207350810'), (u'PTRSUB_-1207350230', u'PTRSUB_-1207350207'), (u'PTRSUB_-1207350203', u'CAST_-1207350174'), ('const-4294967232', u'PTRSUB_-1207350130'), ('tmp_1586', u'PTRSUB_-1207350225'), (u'PTRSUB_-1207350216', u'PTRSUB_-1207350211'), (u'CALL_-1207... | [('const-4294967184', u'PTRSUB_-1207349641'), (u'MULTIEQUAL_-1207350774', u'CAST_-1207349747'), ('const-0', u'INT_EQUAL_-1207350831'), (u'CALL_-1207350776', u'INDIRECT_-1207349974'), (u'INDIRECT_-1207349763', u'COPY_-1207349634'), (u'INT_ADD_-1207351276', u'CAST_-1207349740'), ('const-4294967232', u'PTRSUB_-1207349665'... | null | null | 001646a0 | x86 | O1 | (translation_unit "void FUN_001646a0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n code *pcVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n longlong lVar7;\n int iVar8;\n int iVar9;\n undefined4 extraout_EDX;\n undefined4 **ppuVar10;\n int unaff_EBP;\n l... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void add_relaxed_input_section(Output_section * this, Layout * layout,\n Output_relaxed_input_section * poris, string... | (translation_unit "void FUN_001646a0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n code *pcVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n longlong lVar7;\n int iVar8;\n int iVar9;\n undefined4 extraout_EDX;\n undefined4 **ppuVar10;\n int unaff_EBP;\n l... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declarat... | (function_definition "void FUN_001646a0(int param_1,int param_2,int param_3,undefined4 param_4)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n code *pcVar3;\n uint uVar4;\n uint uVar5;\n int iVar6;\n longlong lVar7;\n int iVar8;\n int iVar9;\n undefined4 extraout_EDX;\n undefined4 **ppuVar10;\n int unaff_EBP;\n... |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void add_relaxed_input_section(Output_section * this, Layout * layout,
Output_relaxed_input_section * poris, string * name) */
void __t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:... | null |
void MASKED(int param_1,int param_2,int param_3,undefined4 param_4)
{
uint *puVar1;
undefined4 uVar2;
code *pcVar3;
uint uVar4;
uint uVar5;
int iVar6;
longlong lVar7;
int iVar8;
int iVar9;
undefined4 extraout_EDX;
undefined4 **ppuVar10;
int unaff_EBP;
longlong lVar11;
undefined4 *puStack_7... |
8766_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | local_section_offset | FUN_002fda20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,
Addend addend) */
Elf_Addr __thiscall
gold::Output_reloc<9,_false,_64,_true>::local_section_offset
(Output_reloc<9,_f... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
int iVar5;
code *pcVar6;
code *extraout_ECX;
longlong lVar7;
uVar1 = param_1[4];
if ((0xfffff... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x2ec5d7
SUB ESP,0x1c
MOV EBP,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [ESP + 0x34]
MOV EDX,dword ptr [ESP + 0x38]
MOV ESI,dword ptr [EBP + 0x10]
MOV dword ptr [ESP + 0x8],EAX
MOV dword ptr [ESP + 0xc],EDX
LEA EAX,[ESI + -0x1]
CMP EAX,-0x6
JA 0x002fdb61
TEST b... | null | null | null | null | [('const-1', u'RETURN_-1204757954')] | [(u'COPY_-1204756435', u'CALL_-1204757010'), ('const-417', u'LOAD_-1204757909'), (u'INT_ADD_-1204757846', u'CAST_-1204756714'), ('const-4', u'PTRADD_-1204756686'), ('const-0', u'PTRSUB_-1204756598'), (u'LOAD_-1204757909', u'INT_MULT_-1204757564'), ('const-1', u'INT_SUB_-1204757872'), ('const-4791563', u'COPY_-120475650... | null | null | 002fda20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uV... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,\n Addend addend) */\n\nElf_Addr __thiscall\ngold::Output_reloc<9,_false,_64,_true>::local_section_offset\n ... | (translation_unit "int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uVar1 = param_1[4];\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((int)param_1 + 0x17) & 0x40... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "int FUN_002fda20(int *param_1,int param_2,undefined4 param_3)\n\n{\n uint uVar1;\n int *piVar2;\n uint uVar3;\n int iVar4;\n int iVar5;\n code *pcVar6;\n code *extraout_ECX;\n longlong lVar7;\n \n uVar1 = param_1[4];\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((int)param_1 + 0x17) & 0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_false,_64,_true> * this,
Addend addend) */
Elf_Addr __thiscall
gold::Output_reloc<9,_false,_64,_true>::local_section_offset
(Output_reloc<9,_f... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(int *param_1,int param_2,undefined4 param_3)
{
uint uVar1;
int *piVar2;
uint uVar3;
int iVar4;
int iVar5;
code *pcVar6;
code *extraout_ECX;
longlong lVar7;
uVar1 = param_1[4];
if ((0xfffffffa < ... |
181_aarch64-linux-gnu-ranlib_and_aarch64-linux-gnu-ranlib_strip.c | template_in_dir | FUN_00017b10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 template_in_dir(char *path)
{
char *pcVar1;
size_t __n;
char *__dest;
pcVar1 = strrchr(path,0x2f);
if (pcVar1 == (char *)0x0) {
pcVar1 = (char *)xmalloc(9);
__dest = pcVar1;
}
else {
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * __regparm3 FUN_00017b10(char *param_1)
{
char *pcVar1;
size_t __n;
undefined4 *__dest;
undefined4 *puVar2;
pcVar1 = strrchr(param_1,0x2f);
if (pcVar1 == (char *)0x0) {
puVar2 = (undefined4 *)xmall... | PUSH EBP
PUSH EDI
MOV EDI,EAX
PUSH ESI
PUSH EBX
CALL 0x00013710
ADD EBX,0x94e5
SUB ESP,0x14
PUSH 0x2f
PUSH EAX
CALL 0x00012470
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00017b80
SUB EAX,EDI
SUB ESP,0xc
MOV ESI,EAX
LEA EAX,[EAX + 0xb]
PUSH EAX
CALL 0x00012220
ADD ESP,0xc
PUSH ESI
MOV EBP,EAX
PUSH EDI
PUSH EAX
CALL 0x00012120
MOV b... | null | null | null | null | [(u'INT_ADD_-1205961550', u'PTRADD_-1205961717'), (u'CAST_-1205961438', u'COPY_-1205961492'), ('const-268435456', u'CALLOTHER_-1205961538'), ('const-1', u'PTRADD_-1205961727'), ('const-9', u'CALL_-1205961665'), ('tmp_542', u'CALL_-1205961792'), ('const-1399103210332978012', u'CALLOTHER_-1205961538'), ('const-0', u'RETU... | [('const-0', u'STORE_-1205961741'), (u'CALL_-1205961896', u'CAST_-1205961533'), (u'INT_ADD_-1205961550', u'INT_ADD_-1205961763'), ('const-1482184792', u'STORE_-1205961751'), (u'INT_SUB_-1205961849', u'CALL_-1205961792'), ('const-9', u'CALL_-1205961665'), (u'PTRADD_-1205961482', u'CAST_-1205961472'), (u'INT_EQUAL_-12059... | null | null | 00017b10 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * __regparm3 FUN_00017b10(char *param_1)\n\n{\n char *pcVar1;\n size_t __n;\n undefined4 *__dest;\n undefined4 *puVar2;\n \n pcVar1 = strrchr(param_1,0x2f);\n if (pcVar1 == (char *)0x0) {\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 template_in_dir(char *path)\n\n{\n char *pcVar1;\n size_t __n;\n char *__dest;\n \n pcVar1 = strrchr(path,0x2f);\n if (pcVar1 == (char *)0x0) {\n pcVar1 = (char *)xmalloc(9);\n __d... | (translation_unit "undefined4 * __regparm3 FUN_00017b10(char *param_1)\n\n{\n char *pcVar1;\n size_t __n;\n undefined4 *__dest;\n undefined4 *puVar2;\n \n pcVar1 = strrchr(param_1,0x2f);\n if (pcVar1 == (char *)0x0) {\n puVar2 = (undefined4 *)xmalloc(9);\n __dest = puVar2;\n }\n else {\n __n = (int)pc... | (translation_unit (ERROR (binary_expression IDENT * (ERROR IDENT) (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) ))))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointe... | (ERROR "undefined4 * __regparm3 FUN_00017b10(char *param_1)" (binary_expression "undefined4 * __regparm3 FUN_00017b10(char *param_1)" (identifier "undefined4") (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (call_expression "FUN_00017b10(char *param_1)" (identifier "FUN_00017b10") (argument_list "(char *param_1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(char *path)
{
char *var_2;
size_t var_4;
char *var_6;
var_2 = var_1(path,0x2f);
if (var_2 == (char *)0x0) {
var_2 = (char *)var_3(9);
var_6 = var_2;
}
else {
var_4 = (int)... | null | (translation_unit (ERROR (binary_expression left: (identifier) (ERROR (identifier)) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))))) (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * __regparm3 MASKED(char *param_1)
{
char *pcVar1;
size_t __n;
undefined4 *__dest;
undefined4 *puVar2;
pcVar1 = strrchr(param_1,0x2f);
if (pcVar1 == (char *)0x0) {
puVar2 = (undefined4 *)xmalloc(9);... |
2540_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | do_finalize_local_symbols | FUN_00084780 |
/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<32,_true> * this, uint
index, off_t off, Symbol_table * param_3) */
uint __thiscall
gold::Sized_relobj_incr<32,_true>::do_finalize_local_symbols
(Sized_relobj_incr<32,_true> *this,uint index,off_t off,Symbol_table *param_4)
{
... |
int FUN_00084780(int param_1,int param_2,undefined4 param_3)
{
*(int *)(param_1 + 0xb0) = param_2;
*(undefined4 *)(param_1 + 0xb4) = param_3;
return param_2 + *(int *)(param_1 + 0xa8);
}
| MOV EDX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0xc]
MOV dword ptr [EDX + 0xb0],EAX
ADD EAX,dword ptr [EDX + 0xa8]
MOV dword ptr [EDX + 0xb4],ECX
RET | null | null | null | null | [('tmp_89', u'PTRSUB_-1206433801'), ('const-417', u'LOAD_-1206433883'), ('const-417', u'STORE_-1206433866'), (u'PTRSUB_-1206433801', u'LOAD_-1206433883'), ('const-176', u'PTRSUB_-1206433808'), ('tmp_90', u'INT_ADD_-1206433865'), ('const-168', u'PTRSUB_-1206433801'), ('tmp_89', u'PTRSUB_-1206433794'), ('tmp_89', u'PTRSU... | [(u'CAST_-1206433812', u'STORE_-1206433894'), ('tmp_95', u'STORE_-1206433894'), ('const-417', u'STORE_-1206433866'), (u'CAST_-1206433798', u'STORE_-1206433866'), (u'INT_ADD_-1206433871', u'CAST_-1206433805'), (u'INT_ADD_-1206433880', u'CAST_-1206433812'), ('tmp_94', u'INT_ADD_-1206433871'), ('const-417', u'LOAD_-120643... | null | null | 00084780 | x86 | O1 | (translation_unit "int FUN_00084780(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}\n\n" (function_definition "int FUN_00084780(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int... | (translation_unit "/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<32,_true> * this, uint\n index, off_t off, Symbol_table * param_3) */\n\nuint __thiscall\ngold::Sized_relobj_incr<32,_true>::do_finalize_local_symbols\n (Sized_relobj_incr<32,_true> *this,uint index,off_t off,Sym... | (translation_unit "int FUN_00084780(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}\n\n" (function_definition "int FUN_00084780(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_desc... | (function_definition "int FUN_00084780(int param_1,int param_2,undefined4 param_3)\n\n{\n *(int *)(param_1 + 0xb0) = param_2;\n *(undefined4 *)(param_1 + 0xb4) = param_3;\n return param_2 + *(int *)(param_1 + 0xa8);\n}" (primitive_type "int") (function_declarator "FUN_00084780(int param_1,int param_2,undefined4 para... |
/* DWARF original prototype: uint do_finalize_local_symbols(Sized_relobj_incr<32,_true> * this, uint
index, off_t off, Symbol_table * param_3) */
type_1 __thiscall
gold::Sized_relobj_incr<32,_true>::do_finalize_local_symbols
(Sized_relobj_incr<32,_true> *this,type_1 var_1,off_t off,Symbol_table *param_4)... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:... | null |
int MASKED(int param_1,int param_2,undefined4 param_3)
{
*(int *)(param_1 + 0xb0) = param_2;
*(undefined4 *)(param_1 + 0xb4) = param_3;
return param_2 + *(int *)(param_1 + 0xa8);
}
|
1752_busybox_and_busybox_strip.c | __xmknod | __xmknod |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xm... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206663830')] | [('const-1', u'RETURN_-1206663830')] | null | null | 000cc560 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_s... | (function_definition "int __xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "__xmknod(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)" (identifier "__xmknod") (parameter_list "(int __ver,char *__path,__mod... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__path,type_1 __mode,type_2 *__dev)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __xmk... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,char *__path,__mode_t __mode,__dev_t *__dev)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
415_powerpc64-linux-gnu-readelf_and_powerpc64-linux-gnu-readelf_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_-1206607694')] | [('const-1', u'RETURN_-1206607694')] | null | null | 000ba0a8 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FIL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.0 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2_sg_map26_and_sg_map26_strip.c | FUN_00011030 | FUN_00011030 |
void FUN_00011030(void)
{
(*(code *)PTR_00016f68)();
return;
}
|
void FUN_00011030(void)
{
(*(code *)PTR_00016f68)();
return;
}
| PUSH dword ptr [EBX + 0x4]
JMP dword ptr [EBX + 0x8] | null | null | null | null | [(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')] | [(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')] | null | null | 00011030 | x86 | O1 | (translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00016f68)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011030(void)" (identifier "FUN_00011030") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod... |
void function_1(void)
{
(*(type_1 *)PTR_00016f68)();
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_00016f68)();
return;
}
|
7939_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | replace | FUN_00204a80 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t
const*, std::wstring >, wchar_t*, wchar_t*) */
void __thiscall
std::wstring::replace(wstring *this,int param_2,int param_3,wch... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00204a80(int *param_1,int param_2,int param_3,int param_4,int param_5)
{
uint uVar1;
uint uVar2;
uint uVar3;
uVar1 = param_1[1];
uVar3 = param_2 - *param_1 >> 2;
uVar2 = param_3 - param_2 >> 2;
if (uVar... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036f20
ADD EBX,0x1aa577
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x20]
MOV EAX,dword ptr [ESP + 0x24]
MOV EBP,dword ptr [ESP + 0x28]
MOV ECX,dword ptr [ESP + 0x30]
MOV EDI,dword ptr [ESI + 0x4]
MOV EDX,EAX
SUB EDX,dword ptr [ESI]
SUB EBP,EAX
SAR EDX,0x2
SUB ECX,dword ptr [ESP + ... | null | null | null | null | [(u'INT_SRIGHT_-1203811566', u'INT_LESSEQUAL_-1203811404'), (u'INT_SRIGHT_-1203811506', u'CALL_-1203811370'), ('tmp_1259', u'PTRADD_-1203811568'), ('const-2', u'INT_SRIGHT_-1203811506'), ('tmp_622', u'CBRANCH_-1203811414'), ('const-2', u'INT_SRIGHT_-1203811469'), ('tmp_1260', u'INT_SUB_-1203811599'), ('const-417', u'LO... | [(u'COPY_-1203811244', u'MULTIEQUAL_-1203811271'), ('tmp_585', u'CBRANCH_-1203811433'), (u'INT_SRIGHT_-1203811566', u'INT_LESSEQUAL_-1203811404'), (u'INT_SRIGHT_-1203811506', u'CALL_-1203811370'), (u'INT_LESSEQUAL_-1203811404', u'CBRANCH_-1203811414'), (u'INT_SUB_-1203811588', u'INT_SRIGHT_-1203811469'), ('tmp_1234', u... | null | null | 00204a80 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00204a80(int *param_1,int param_2,int param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n \n uVar1 = param_1[1];\n uVar3 = param_2 - *param_1 >> 2;\n uVar2 = param... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t\n const*, std::wstring >, wchar_t*, wchar_t*) */\n\nvoid __thiscall\nstd::wstring::replace(wstring *this,int ... | (translation_unit "void FUN_00204a80(int *param_1,int param_2,int param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n \n uVar1 = param_1[1];\n uVar3 = param_2 - *param_1 >> 2;\n uVar2 = param_3 - param_2 >> 2;\n if (uVar1 - uVar3 < uVar2) {\n uVar2 = uVar1 - uVar3;\n }\n if (u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "void FUN_00204a80(int *param_1,int param_2,int param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n \n uVar1 = param_1[1];\n uVar3 = param_2 - *param_1 >> 2;\n uVar2 = param_3 - param_2 >> 2;\n if (uVar1 - uVar3 < uVar2) {\n uVar2 = uVar1 - uVar3;\n }\n if... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t
const*, std::wstring >, wchar_t*, wchar_t*) */
void __thiscall
std::type_1::function_1(type_1 *var_1,int var_2,int var_3,type_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int param_2,int param_3,int param_4,int param_5)
{
uint uVar1;
uint uVar2;
uint uVar3;
uVar1 = param_1[1];
uVar3 = param_2 - *param_1 >> 2;
uVar2 = param_3 - param_2 >> 2;
if (uVar1 - uV... |
86_x86_64-linux-gnu-ranlib_and_x86_64-linux-gnu-ranlib_strip.c | __xstat64 | __xstat64 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___xstat64_00021164)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___xstat64_00021164)();
return iVar1;
}
| JMP dword ptr [EBX + 0x164] | null | null | null | null | [('const-0', u'RETURN_-1205983827'), (u'CAST_-1205983749', u'CALLIND_-1205983830'), (u'CALLIND_-1205983830', u'INDIRECT_-1205983757'), (u'CALLIND_-1205983830', u'RETURN_-1205983827'), (u'INDIRECT_-1205983757', u'COPY_-1205983816'), ('tmp_77', u'CAST_-1205983749')] | [('const-0', u'RETURN_-1205983827'), (u'CAST_-1205983749', u'CALLIND_-1205983830'), (u'CALLIND_-1205983830', u'INDIRECT_-1205983757'), (u'CALLIND_-1205983830', u'RETURN_-1205983827'), (u'INDIRECT_-1205983757', u'COPY_-1205983816'), ('tmp_77', u'CAST_-1205983749')] | null | null | 000125a0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat64_00021164)();\n return iVar1;\n}\n\n" comment (function_definition "int __xstat64(int __ver,char *__fi... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat64_00021164)();\n return iVar1;\n}\n\n" comment (function_definition "int __xstat64(int __ver,char *__fi... | (translation_unit "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat64_00021164)();\n return iVar1;\n}\n\n" (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat64_000... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (... | (function_definition "int __xstat64(int __ver,char *__filename,stat64 *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___xstat64_00021164)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__xstat64(int __ver,char *__filename,stat64 *__stat_buf)" (identifier "__xstat64") (parameter_list "... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__filename,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___xstat64_00021164)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,char *__filename,stat64 *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00021164)();
return iVar1;
}
|
18_hppa-linux-gnu-elfedit_and_hppa-linux-gnu-elfedit_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_00019048)();
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_00019048)();
return sVar1;
}
| JMP dword ptr [EBX + 0x48] | null | null | null | null | [('tmp_82', u'CAST_-1205988980'), (u'CALLIND_-1205989062', u'RETURN_-1205989059'), (u'CAST_-1205988980', u'CALLIND_-1205989062'), (u'INDIRECT_-1205988989', u'COPY_-1205989048'), (u'CALLIND_-1205989062', u'INDIRECT_-1205988989'), ('const-0', u'RETURN_-1205989059')] | [('tmp_82', u'CAST_-1205988980'), (u'CALLIND_-1205989062', u'RETURN_-1205989059'), (u'CAST_-1205988980', u'CALLIND_-1205989062'), (u'INDIRECT_-1205988989', u'COPY_-1205989048'), (u'CALLIND_-1205989062', u'INDIRECT_-1205988989'), ('const-0', u'RETURN_-1205989059')] | null | null | 00011130 | x86 | O1 | (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_00019048)();\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_00019048)();\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_00019048)();\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_00019048)();\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_00019048)();
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_00019048)();
return sVar1;
}
|
516_sparc64-linux-gnu-objcopy_and_sparc64-linux-gnu-objcopy_strip.c | htab_create_alloc | htab_create_alloc |
/* WARNING: Control flow encountered bad instruction data */
void htab_create_alloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void htab_create_alloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185494')] | [('const-1', u'RETURN_-1206185494')] | null | null | 000411e0 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_create_alloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_create_alloc(void)\n\n{\n /* WARNI... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_create_alloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_create_alloc(void)\n\n{\n /* WARNI... | (translation_unit "void htab_create_alloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void htab_create_alloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "htab_create_alloc(void)" identifier (parameter_list "(void)" ( (parameter_declar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void htab_create_alloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "htab_create_alloc(void)" (identifier "htab_create_alloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stateme... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
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();
}
|
4354_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | ~Target_selector_tilegx | FUN_00150d90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_tilegx(Target_selector_tilegx<64,_false> * this,
int __in_chrg) */
void __thiscall
anon_unknown.dwarf_b9748... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00150d90(undefined4 param_1)
{
FUN_003ae060(param_1,0x34);
return;
}
| PUSH EBX
CALL 0x00050b50
ADD EBX,0x49926a
SUB ESP,0x10
PUSH 0x34
PUSH dword ptr [ESP + 0x1c]
CALL 0x003ae060
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1207300702')] | [('const-0', u'RETURN_-1207300630'), ('tmp_250', u'CALL_-1207300658'), ('const-52', u'CALL_-1207300658')] | null | null | 00150d90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00150d90(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x34);\n return;\n}\n\n" comment (function_definition "void FUN_00150d90(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x34);\n return;\n... | (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/* DWARF original prototype: void ~Target_selector_tilegx(Target_selector_tilegx<64,_false> * this,\n int __in_chrg) */\n\nvoid __thiscall\n... | (translation_unit "void FUN_00150d90(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x34);\n return;\n}\n\n" (function_definition "void FUN_00150d90(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x34);\n return;\n}" primitive_type (function_declarator "FUN_00150d90(undefined4 param_1)" identifier (parameter_list... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00150d90(undefined4 param_1)\n\n{\n FUN_003ae060(param_1,0x34);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00150d90(undefined4 param_1)" (identifier "FUN_00150d90") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_iden... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_tilegx(Target_selector_tilegx<64,_false> * this,
int __in_chrg) */
void __thiscall
anon_unknown.dwarf_b9748... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_003ae060(param_1,0x34);
return;
}
|
1426_busybox_and_busybox_strip.c | freopen64 | freopen64 |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * freopen64(char *__filename,char *__modes,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* freopen6... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * freopen64(char *__filename,char *__modes,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206665190')] | [('const-1', u'RETURN_-1206665190')] | null | null | 000cc010 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * freopen64(char *__filename,char *__modes,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * freopen64(char *__filename,char *__modes,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "FILE * freopen64(char *__filename,char *__modes,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "FILE * freopen64(char *__filename,char *__modes,FILE *__stream)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "* freopen6... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (exp... | (function_definition "FILE * freopen64(char *__filename,char *__modes,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (type_identifier "FILE") (pointer_declarator "* freopen64(char *__filename,char *__modes,FILE *__stream)" (* "*") (function_declarator "freopen64(char *__filename,char *__modes,FILE *_... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(char *__filename,char *__modes,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fre... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (prim... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * MASKED(char *__filename,char *__modes,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5323_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | _M_realloc_insert<gold::Version_tree*> | FUN_00146f00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Version_tree*>(vector<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>
* this, iterator __position, Version_tree * * __args#0) */
void __thiscall
std::vecto... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00146f00(undefined4 *param_1,void *param_2,undefined4 *param_3)
{
void *__dest;
void *__src;
void *pvVar1;
uint uVar2;
void *__dest_00;
uint uVar3;
size_t __n;
int local_28;
__src = (void *)*param_1... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x1f80f7
SUB ESP,0x2c
MOV EBP,dword ptr [ESP + 0x40]
MOV EDI,dword ptr [ESP + 0x44]
MOV ESI,dword ptr [EBP]
MOV EAX,dword ptr [EBP + 0x4]
MOV dword ptr [ESP + 0xc],EAX
SUB EAX,ESI
SUB EDI,ESI
SAR EAX,0x2
MOV dword ptr [ESP + 0x8],EDI
JZ 0x00147030
LEA ECX,[EAX... | null | null | null | null | [('tmp_1210', u'LOAD_-1207209946'), ('tmp_1079', u'CBRANCH_-1207209546'), (u'CAST_-1207209156', u'STORE_-1207209709'), (u'INT_ADD_-1207209991', u'CAST_-1207209199'), ('const-0', u'PTRSUB_-1207209287'), ('const-0', u'INT_EQUAL_-1207210103'), (u'CAST_-1207209253', u'INT_SUB_-1207210124'), ('const-0', u'RETURN_-1207209651... | [('tmp_1079', u'CBRANCH_-1207209546'), (u'MULTIEQUAL_-1207209294', u'STORE_-1207209696'), (u'CAST_-1207209267', u'INT_SUB_-1207210124'), (u'INT_ADD_-1207209239', u'INT_ADD_-1207209916'), ('const-0', u'INT_EQUAL_-1207210103'), (u'CAST_-1207209179', u'INT_ADD_-1207209916'), ('const-0', u'RETURN_-1207209651'), ('tmp_2738'... | null | null | 00146f00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00146f00(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n _M_realloc_insert<gold::Version_tree*>(vector<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>\n * this, iterator __position, Version_tree * * __args#0) */\n\nvoi... | (translation_unit "void FUN_00146f00(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (i... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void FUN_00146f00(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 -... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Version_tree*>(vector<gold::Version_tree*,_std::allocator<gold::Version_tree*>_>
* this, iterator __position, Version_tree * * __args#0) */
void __thiscall
std::vecto... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,void *param_2,undefined4 *param_3)
{
void *__dest;
void *__src;
void *pvVar1;
uint uVar2;
void *__dest_00;
uint uVar3;
size_t __n;
int local_28;
__src = (void *)*param_1;
pv... |
4916_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | add_local_relative | FUN_00118bb0 |
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_32,_true> * this,
Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_local_relative
(Output_d... |
void FUN_00118bb0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7)
{
undefined1 local_24 [32];
FUN_000ffb60(local_24,param_2,param_3,param_4,param_6,param_7,1,1,0,0);
FUN_00118600(param_1,param_5,local_24);... | PUSH EBX
SUB ESP,0x30
PUSH 0x0
PUSH 0x0
PUSH 0x1
PUSH 0x1
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
LEA EBX,[ESP + 0x34]
PUSH EBX
CALL 0x000ffb60
ADD ESP,0x2c
PUSH EBX
PUSH dword ptr [ESP + 0x48]
PUSH dword ptr [ESP + 0x3c... | null | null | null | null | [('const-4294967260', u'PTRSUB_-1207005988'), ('const-0', u'CALL_-1207006188'), (u'PTRSUB_-1207005988', u'CALL_-1207006188'), (u'PTRSUB_-1207005988', u'CALL_-1207006146'), ('tmp_279', u'PTRSUB_-1207005965'), ('const-0', u'RETURN_-1207006118'), ('tmp_284', u'CALL_-1207006188'), ('tmp_281', u'CALL_-1207006188'), ('const-... | [('const-4294967260', u'PTRSUB_-1207006014'), ('tmp_624', u'CALL_-1207006188'), ('tmp_626', u'CALL_-1207006188'), ('const-0', u'RETURN_-1207006118'), ('const-1', u'CALL_-1207006188'), ('tmp_622', u'CALL_-1207006188'), ('const-0', u'CALL_-1207006188'), (u'PTRSUB_-1207006014', u'CALL_-1207006188'), ('tmp_625', u'CALL_-12... | null | null | 00118bb0 | x86 | O1 | (translation_unit "void FUN_00118bb0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000ffb60(local_24,param_2,param_3,param_4,param_6,param_7,1,1,0,0);\n FUN_00118600(p... | (translation_unit "/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_32,_true> * this,\n Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,\n Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_local_relat... | (translation_unit "void FUN_00118bb0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000ffb60(local_24,param_2,param_3,param_4,param_6,param_7,1,1,0,0);\n FUN_00118600(p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_00118bb0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000ffb60(local_24,param_2,param_3,param_4,param_6,param_7,1,1,0,0);\n FUN_0011860... |
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_true,_32,_true> * this,
Sized_relobj<32,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_local_relative
(Output_d... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7)
{
undefined1 local_24 [32];
FUN_000ffb60(local_24,param_2,param_3,param_4,param_6,param_7,1,1,0,0);
FUN_00118600(param_1,param_5,local_24);
ret... |
242_m68k-linux-gnu-ar_and_m68k-linux-gnu-ar_strip.c | xrealloc | xrealloc |
/* WARNING: Control flow encountered bad instruction data */
void xrealloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void xrealloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206050706')] | [('const-1', u'RETURN_-1206050706')] | null | null | 00022064 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "void xrealloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(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 xrealloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2372_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Gdb_index_info_reader | FUN_00079c20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Gdb_index_info_reader(Gdb_index_info_reader * this, int
__in_chrg) */
void __thiscall
gold::Gdb_index_info_reader::~Gdb_index_info_reader(Gdb_index_info_reader *this,int __in_chrg)
{
Elf_re... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00079c20(undefined4 *param_1)
{
int *piVar1;
undefined4 *puVar2;
undefined4 *puVar3;
*param_1 = &PTR_FUN_0039d950;
FUN_000773b0(param_1);
FUN_00079aa0(param_1 + 0x134);
*param_1 = &PTR_FUN_003a0828;
p... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00036db0
ADD EBX,0x3303d4
SUB ESP,0xc
LEA EAX,[EBX + 0xffff3950]
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x000773b0
LEA EAX,[ESI + 0x4d0]
MOV dword ptr [ESP],EAX
CALL 0x00079aa0
LEA EAX,[EBX + 0xffff6820]
ADD ESP,0x10
ADD EAX,0x8
MOV dword ptr [ESI],EAX
MOV... | null | null | null | null | [('const-80', u'PTRSUB_-1206345197'), ('tmp_1539', u'PTRSUB_-1206345520'), (u'PTRSUB_-1206345445', u'LOAD_-1206346582'), ('tmp_1539', u'PTRSUB_-1206345493'), ('const-0', u'INT_NOTEQUAL_-1206346421'), (u'PTRSUB_-1206345168', u'PTRSUB_-1206345158'), ('const-2', u'INT_LEFT_-1206346040'), ('const-4', u'PTRADD_-1206345376')... | [(u'PTRADD_-1206345544', u'CALL_-1206346620'), (u'PTRADD_-1206345324', u'LOAD_-1206346089'), (u'CAST_-1206345391', u'LOAD_-1206346313'), (u'LOAD_-1206346019', u'CAST_-1206345291'), ('tmp_3450', u'PTRADD_-1206345363'), ('const-4', u'PTRADD_-1206345289'), ('tmp_3450', u'PTRADD_-1206345449'), ('const-0', u'INT_NOTEQUAL_-1... | null | null | 00079c20 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00079c20(undefined4 *param_1)\n\n{\n int *piVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n \n *param_1 = &PTR_FUN_0039d950;\n FUN_000773b0(param_1);\n FUN_00079aa0(param_1 + 0x134);\n *pa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Gdb_index_info_reader(Gdb_index_info_reader * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Gdb_index_info_reader::~Gdb_index_info_reader(Gdb_index_info_reader *this,int... | (translation_unit "void FUN_00079c20(undefined4 *param_1)\n\n{\n int *piVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n \n *param_1 = &PTR_FUN_0039d950;\n FUN_000773b0(param_1);\n FUN_00079aa0(param_1 + 0x134);\n *param_1 = &PTR_FUN_003a0828;\n piVar1 = (int *)param_1[299];\n if (piVar1 != (int *)0x0) {\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ... | (function_definition "void FUN_00079c20(undefined4 *param_1)\n\n{\n int *piVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n \n *param_1 = &PTR_FUN_0039d950;\n FUN_000773b0(param_1);\n FUN_00079aa0(param_1 + 0x134);\n *param_1 = &PTR_FUN_003a0828;\n piVar1 = (int *)param_1[299];\n if (piVar1 != (int *)0x0) ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Gdb_index_info_reader(Gdb_index_info_reader * this, int
__in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *var_6;
char *var_7;
type_2 ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
int *piVar1;
undefined4 *puVar2;
undefined4 *puVar3;
*param_1 = &PTR_FUN_0039d950;
FUN_000773b0(param_1);
FUN_00079aa0(param_1 + 0x134);
*param_1 = &PTR_FUN_003a0828;
piVar1 ... |
7439_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | visit_compilation_unit | FUN_0020bba0 |
/* DWARF original prototype: void visit_compilation_unit(Dwarf_info_reader * this, off_t param_1,
off_t param_2, Dwarf_die * param_3) */
void __thiscall
gold::Dwarf_info_reader::visit_compilation_unit
(Dwarf_info_reader *this,off_t param_2,off_t param_3,Dwarf_die *param_4)
{
return;
}
|
void FUN_0020bba0(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1203782740')] | [('const-0', u'RETURN_-1203782740')] | null | null | 0020bba0 | x86 | O1 | (translation_unit "void FUN_0020bba0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0020bba0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0020bba0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "/* DWARF original prototype: void visit_compilation_unit(Dwarf_info_reader * this, off_t param_1,\n off_t param_2, Dwarf_die * param_3) */\n\nvoid __thiscall\ngold::Dwarf_info_reader::visit_compilation_unit\n (Dwarf_info_reader *this,off_t param_2,off_t param_3,Dwarf_die *param_4)\n\n{\n ... | (translation_unit "void FUN_0020bba0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_0020bba0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_0020bba0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void FUN_0020bba0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_0020bba0(void)" (identifier "FUN_0020bba0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* DWARF original prototype: void visit_compilation_unit(Dwarf_info_reader * this, off_t param_1,
off_t param_2, Dwarf_die * param_3) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 param_2,type_2 param_3,type_3 *param_4)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
void MASKED(void)
{
return;
}
|
21_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c | bfd_arch_mach_octets_per_byte | bfd_arch_mach_octets_per_byte |
void bfd_arch_mach_octets_per_byte(void)
{
(*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();
return;
}
|
void bfd_arch_mach_octets_per_byte(void)
{
(*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();
return;
}
| JMP dword ptr [EBX + 0x5c] | null | null | null | null | [('tmp_58', u'CAST_-1205972521'), (u'INDIRECT_-1205972526', u'COPY_-1205972585'), ('const-0', u'RETURN_-1205972595'), (u'CALLIND_-1205972598', u'INDIRECT_-1205972526'), (u'CAST_-1205972521', u'CALLIND_-1205972598')] | [('tmp_58', u'CAST_-1205972521'), (u'INDIRECT_-1205972526', u'COPY_-1205972585'), ('const-0', u'RETURN_-1205972595'), (u'CALLIND_-1205972598', u'INDIRECT_-1205972526'), (u'CAST_-1205972521', u'CALLIND_-1205972598')] | null | null | 00015180 | x86 | O1 | (translation_unit "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}\n\n" (function_definition "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}" primitive_type (function_declarat... | (translation_unit "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}\n\n" (function_definition "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}" primitive_type (function_declarat... | (translation_unit "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}\n\n" (function_definition "void bfd_arch_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}" primitive_type (function_declarat... | (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_mach_octets_per_byte(void)\n\n{\n (*(code *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_arch_mach_octets_per_byte(void)" (identifier "bfd_arch_mach_octets_per_byte") (parameter_list "(void)" (( "(") (parameter_decla... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_arch_mach_octets_per_byte_0013c05c)();
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_0013c05c)();
return;
}
|
3550_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | do_section_type | FUN_000e4d00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_type(Sized_relobj_incr<64,_false> * this, uint param_1)
*/
uint __thiscall
gold::Sized_relobj_incr<64,_false>::do_section_type(Sized_relobj_incr<64,_false> *this,uint param_2)
{
}
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000e4d00(void)
{
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/incremental.cc",0x924,"do_section_type");
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x32f2fa
SUB ESP,0xc
LEA EAX,[EBX + 0xffee79c8]
PUSH EAX
LEA EAX,[EBX + 0xffee6d78]
PUSH 0x924
PUSH EAX
CALL 0x000da200 | null | null | null | null | [('const-1', u'RETURN_-1206825710')] | [(u'COPY_-1206825625', u'CALL_-1206825648'), ('const-1', u'RETURN_-1206825643'), ('const-3127752', u'COPY_-1206825624'), (u'COPY_-1206825624', u'CALL_-1206825648'), ('const-3124600', u'COPY_-1206825625'), ('const-2340', u'CALL_-1206825648')] | null | null | 000e4d00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000e4d00(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/incremental.cc",0x924,"do_section_type");\n}\n\n" comment (function_definition "void FUN_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_section_type(Sized_relobj_incr<64,_false> * this, uint param_1)\n */\n\nuint __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_type(Sized_relobj_incr<64,_false> *t... | (translation_unit "void FUN_000e4d00(void)\n\n{\n \n FUN_000da200("../../gold/incremental.cc",0x924,"do_section_type");\n}\n\n" (function_definition "void FUN_000e4d00(void)\n\n{\n \n FUN_000da200("../../gold/incremental.cc",0x924,"do_section_type");\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_000e4d00(void)\n\n{\n \n FUN_000da200("../../gold/incremental.cc",0x924,"do_section_type");\n}" (primitive_type "void") (function_declarator "FUN_000e4d00(void)" (identifier "FUN_000e4d00") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_type(Sized_relobj_incr<64,_false> * this, uint param_1)
*/
uint __thiscall
gold::Sized_relobj_incr<64,_false>::do_section_type(Sized_relobj_incr<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_000da200("../../gold/incremental.cc",0x924,"do_section_type");
}
|
4046_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | Output_reloc | FUN_000f7110 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, uint type,
Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend, bool is_relative)
*/
void __thiscall
gold::Output_reloc<4,_false,_32,_false>::Output_reloc
(Output_reloc<4,_false,_32,_fals... |
void FUN_000f7110(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined1 param_7)
{
FUN_000f3940(param_1,param_2,param_3,param_4,param_5,param_7);
*(undefined4 *)(param_1 + 0x18) = param_6;
return;
}
| PUSH EBX
SUB ESP,0x10
MOV EBX,dword ptr [ESP + 0x18]
MOVZX EAX,byte ptr [ESP + 0x30]
PUSH EAX
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH EBX
CALL 0x000f3940
MOV EAX,dword ptr [ESP + 0x44]
MOV dword ptr [EBX + 0x18],EAX
ADD ESP,0x28
POP EBX
RET | null | null | null | null | [('const-417', u'STORE_-1206881937'), ('tmp_195', u'PTRSUB_-1206881810'), ('const-0', u'RETURN_-1206881907'), ('tmp_199', u'CALL_-1206881948'), ('tmp_201', u'CALL_-1206881948'), ('tmp_197', u'CALL_-1206881948'), ('const-24', u'PTRSUB_-1206881810'), (u'PTRSUB_-1206881818', u'CALL_-1206881948'), ('tmp_198', u'CALL_-12068... | [(u'CAST_-1206881822', u'STORE_-1206881937'), (u'INT_ADD_-1206881923', u'CAST_-1206881822'), ('tmp_366', u'CALL_-1206881948'), ('const-0', u'RETURN_-1206881907'), ('const-24', u'INT_ADD_-1206881923'), ('tmp_370', u'CALL_-1206881948'), ('tmp_368', u'CALL_-1206881948'), ('tmp_371', u'CALL_-1206881948'), ('tmp_372', u'STO... | null | null | 000f7110 | x86 | O1 | (translation_unit "void FUN_000f7110(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined1 param_7)\n\n{\n FUN_000f3940(param_1,param_2,param_3,param_4,param_5,param_7);\n *(undefined4 *)(param_1 + 0x18) = param_6;\n return;\n}\n\n" (... | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, uint type,\n Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend, bool is_relative)\n */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_32,_false>::Output_reloc\n (Output_... | (translation_unit "void FUN_000f7110(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined1 param_7)\n\n{\n FUN_000f3940(param_1,param_2,param_3,param_4,param_5,param_7);\n *(undefined4 *)(param_1 + 0x18) = param_6;\n return;\n}\n\n" (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_000f7110(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined1 param_7)\n\n{\n FUN_000f3940(param_1,param_2,param_3,param_4,param_5,param_7);\n *(undefined4 *)(param_1 + 0x18) = param_6;\n return;\n}" (p... |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_32,_false> * this, uint type,
Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend, bool is_relative)
*/
void __thiscall
gold::function_1<4,_false,_32,_false>::function_1
(function_1<4,_false,_32,_false> *ty... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined1 param_7)
{
FUN_000f3940(param_1,param_2,param_3,param_4,param_5,param_7);
*(undefined4 *)(param_1 + 0x18) = param_6;
return;
}
|
445_wget_and_wget_strip.c | request_send | FUN_0002b7fb |
/* 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 __regparm3 request_send(request *req,int fd,FILE *warc_tmp)
{
char cVar1;
request_header *prVar2;
char *buf;
char *pcVar3;
uint uVar4;
uint ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 FUN_0002b7fb(undefined4 *param_1,undefined4 param_2,FILE *param_3)
{
undefined1 *puVar1;
undefined4 *puVar2;
char cVar3;
void *__dest;
size_t sVar4;
undefined4 uVar5;
undefined4 uVar6;
uint uVar7;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
CALL 0x00016fc0
ADD EBX,0x6f3e9
MOV EBP,EAX
MOV dword ptr [ESP + 0xc],EAX
MOV dword ptr [ESP + 0x18],EDX
MOV dword ptr [ESP + 0x1c],ECX
MOV ESI,0xffffffff
MOV EDI,dword ptr [EAX]
MOV EAX,0x0
MOV ECX,ESI
SCASB.REPNE ES:EDI
MOV EDX,ECX
NOT EDX
MOV EDI,dword ptr [EBP + 0x4]... | null | null | null | null | [(u'STORE_-1206011378', u'INDIRECT_-1206009590'), ('tmp_967', u'CBRANCH_-1206011326'), ('const-4', u'PTRSUB_-1206009387'), (u'MULTIEQUAL_-1206010334', u'LOAD_-1206011657'), ('const-0', u'PTRSUB_-1206009603'), ('const-0', u'COPY_-1206010976'), (u'MULTIEQUAL_-1206010068', u'PTRADD_-1206010921'), (u'COPY_-1206011673', u'M... | [('const-417', u'LOAD_-1206011826'), ('tmp_967', u'CBRANCH_-1206011326'), (u'INT_ADD_-1206011373', u'CAST_-1206009546'), (u'CAST_-1206009370', u'CALL_-1206010928'), (u'PTRADD_-1206011187', u'CAST_-1206009486'), (u'INT_SUB_-1206011417', u'INT_ADD_-1206011373'), ('const-1', u'PTRADD_-1206011746'), (u'COPY_-1206009761', u... | null | null | 0002b7fb | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_0002b7fb(undefined4 *param_1,undefined4 param_2,FILE *param_3)\n\n{\n undefined1 *puVar1;\n undefined4 *puVar2;\n char cVar3;\n void *__dest;\n size_t sVar4;\n undefined4 uVar5;\n und... | (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 __regparm3 request_send(request *req,int fd,FILE *warc_tmp)\n\n{\n char cVar1;\n request_header *prVar2;\n char *buf;\n char *pc... | (translation_unit "int __regparm3 FUN_0002b7fb(undefined4 *param_1,undefined4 param_2,FILE *param_3)\n\n{\n undefined1 *puVar1;\n undefined4 *puVar2;\n char cVar3;\n void *__dest;\n size_t sVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n uint uVar7;\n uint uVar8;\n int iVar9;\n int iVar10;\n undefined4 *puV... | (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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarato... | (function_definition "int __regparm3 FUN_0002b7fb(undefined4 *param_1,undefined4 param_2,FILE *param_3)\n\n{\n undefined1 *puVar1;\n undefined4 *puVar2;\n char cVar3;\n void *__dest;\n size_t sVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n uint uVar7;\n uint uVar8;\n int iVar9;\n int iVar10;\n undefined4 *... |
/* 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 __regparm3 function_1(type_1 *req,int fd,type_2 *var_24)
{
char var_3;
type_3 *var_9;
char *var_12;
char *var_14;
type_4 var_1;
type_4 var_4... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 MASKED(undefined4 *param_1,undefined4 param_2,FILE *param_3)
{
undefined1 *puVar1;
undefined4 *puVar2;
char cVar3;
void *__dest;
size_t sVar4;
undefined4 uVar5;
undefined4 uVar6;
uint uVar7;
uint... |
7628_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | unix_lbasename | thunk_FUN_001fa5a0 |
char * unix_lbasename(char *name)
{
char cVar1;
char *pcVar2;
bool bVar3;
cVar1 = *name;
pcVar2 = name;
if (cVar1 == '\0') {
return name;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
name = pcVar2;
}
} while (cVar1 != '\0');
retur... |
char * thunk_FUN_001fa5a0(char *param_1)
{
char cVar1;
char *pcVar2;
bool bVar3;
cVar1 = *param_1;
pcVar2 = param_1;
if (cVar1 == '\0') {
return param_1;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
param_1 = pcVar2;
}
} while (cVar... | JMP 0x001fa5a0 | null | null | null | null | [('const-417', u'LOAD_-1207917091'), (u'PTRADD_-1207917051', u'COPY_-1207917018'), (u'LOAD_-1207917091', u'INT_NOTEQUAL_-1207917065'), ('tmp_40', u'CBRANCH_-1207917120'), (u'MULTIEQUAL_-1207916981', u'INT_EQUAL_-1207917090'), (u'INT_EQUAL_-1207917090', u'CBRANCH_-1207917081'), ('tmp_137', u'CBRANCH_-1207917064'), ('tmp... | [('tmp_262', u'LOAD_-1207917142'), ('const-1', u'PTRADD_-1207917051'), (u'PTRADD_-1207917051', u'COPY_-1207917018'), (u'LOAD_-1207917091', u'INT_NOTEQUAL_-1207917065'), ('tmp_40', u'CBRANCH_-1207917120'), (u'MULTIEQUAL_-1207916981', u'INT_EQUAL_-1207917090'), ('const-417', u'LOAD_-1207917091'), (u'INT_EQUAL_-1207917090... | null | null | 001fa5d0 | x86 | O1 | (translation_unit "char * thunk_FUN_001fa5a0(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n para... | (translation_unit "char * unix_lbasename(char *name)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *name;\n pcVar2 = name;\n if (cVar1 == '\0') {\n return name;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n name = pcVar2;\n ... | (translation_unit "char * thunk_FUN_001fa5a0(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n para... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statemen... | (function_definition "char * thunk_FUN_001fa5a0(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n p... |
char * function_1(char *name)
{
char var_1;
char *var_2;
bool bVar3;
var_1 = *name;
var_2 = name;
if (var_1 == '\0') {
return name;
}
do {
var_2 = var_2 + 1;
bVar3 = var_1 == '/';
var_1 = *var_2;
if (bVar3) {
name = var_2;
}
} while (var_1 != '\0');
return name;
}
... | 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 |
char * MASKED(char *param_1)
{
char cVar1;
char *pcVar2;
bool bVar3;
cVar1 = *param_1;
pcVar2 = param_1;
if (cVar1 == '\0') {
return param_1;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
param_1 = pcVar2;
}
} while (cVar1 != '\0');
... |
1921_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | ~Output_data_save_res | FUN_0004fc00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Output_data_save_res(Output_data_save_res<64,_false> * this, int
__in_chrg) */
void __thiscall
anon_unknown.dwarf_2af53c::Output_data_save_res<64,_false>::~Output_data_save_res
(Outp... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0004fc00(undefined4 *param_1)
{
*param_1 = &DAT_0040fd40;
FUN_0015bff0(param_1);
FUN_00248200(param_1,0x30);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x3c43f9
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffbd38]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x0015bff0
POP EAX
POP EDX
PUSH 0x30
PUSH ESI
CALL 0x00248200
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1206125546')] | [('const-48', u'CALL_-1206125454'), ('const-4259136', u'PTRSUB_-1206125337'), ('const-417', u'STORE_-1206125494'), (u'PTRSUB_-1206125337', u'STORE_-1206125494'), ('tmp_452', u'CALL_-1206125454'), ('tmp_452', u'STORE_-1206125494'), ('tmp_452', u'CALL_-1206125481'), ('const-0', u'PTRSUB_-1206125337'), ('const-0', u'RETUR... | null | null | 0004fc00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0004fc00(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x30);\n return;\n}\n\n" comment (function_definition "void FUN_0004fc00(undefined4 *... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Output_data_save_res(Output_data_save_res<64,_false> * this, int\n __in_chrg) */\n\nvoid __thiscall\nanon_unknown.dwarf_2af53c::Output_data_save_res<64,_false>::~Output_data_s... | (translation_unit "void FUN_0004fc00(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x30);\n return;\n}\n\n" (function_definition "void FUN_0004fc00(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x30);\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression... | (function_definition "void FUN_0004fc00(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x30);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0004fc00(undefined4 *param_1)" (identifier "FUN_0004fc00") (parameter_list "(undefined4 *param_1)" (( "... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Output_data_save_res(Output_data_save_res<64,_false> * this, int
__in_chrg) */
void __thiscall
anon_unknown.dwarf_2af53c::Output_data_save_res<64,_false>::~Output_data_save_res
(Outp... | 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 = &DAT_0040fd40;
FUN_0015bff0(param_1);
FUN_00248200(param_1,0x30);
return;
}
|
7_x86_64-linux-gnu-elfedit_and_x86_64-linux-gnu-elfedit_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0001901c)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0001901c)();
return;
}
| JMP dword ptr [EBX + 0x1c] | null | null | null | null | [('tmp_63', u'CAST_-1205989160'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), (u'CAST_-1205989160', u'CALLIND_-1205989238'), ('const-0', u'RETURN_-1205989235')] | [('tmp_63', u'CAST_-1205989160'), (u'CALLIND_-1205989238', u'INDIRECT_-1205989166'), (u'INDIRECT_-1205989166', u'COPY_-1205989225'), (u'CAST_-1205989160', u'CALLIND_-1205989238'), ('const-0', u'RETURN_-1205989235')] | null | null | 00011080 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declar... | (translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declara... | (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 free(void *__ptr)\n\n{\n (*(code *)PTR_free_0001901c)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
(*(type_1 *)PTR_free_0001901c)();
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(void *__ptr)
{
(*(code *)PTR_MASKED_0001901c)();
return;
}
|
2587_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_section_info | FUN_000747a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_info(Sized_relobj_incr<32,_true> * this, uint param_1)
*/
uint __thiscall
gold::Sized_relobj_incr<32,_true>::do_section_info(Sized_relobj_incr<32,_true> *this,uint param_2)
{
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000747a0(void)
{
/* WARNING: Subroutine does not return */
FUN_00069d00("../../gold/incremental.cc",0x936,"do_section_info");
}
| PUSH EBX
CALL 0x00035840
ADD EBX,0x31a85a
SUB ESP,0xc
LEA EAX,[EBX + 0xffef9ea8]
PUSH EAX
LEA EAX,[EBX + 0xffef8ec0]
PUSH 0x936
PUSH EAX
CALL 0x00069d00 | null | null | null | null | [('const-2358', u'CALL_-1206368272'), (u'COPY_-1206368243', u'CALL_-1206368272'), ('const-1', u'RETURN_-1206368267'), ('const-2653888', u'COPY_-1206368243'), ('const-2657960', u'COPY_-1206368242'), (u'COPY_-1206368242', u'CALL_-1206368272')] | [('const-2358', u'CALL_-1206368272'), (u'COPY_-1206368249', u'CALL_-1206368272'), ('const-1', u'RETURN_-1206368267'), ('const-2653888', u'COPY_-1206368249'), ('const-2657960', u'COPY_-1206368248'), (u'COPY_-1206368248', u'CALL_-1206368272')] | null | null | 000747a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000747a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/incremental.cc",0x936,"do_section_info");\n}\n\n" comment (function_definition "void FUN_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_section_info(Sized_relobj_incr<32,_true> * this, uint param_1)\n */\n\nuint __thiscall\ngold::Sized_relobj_incr<32,_true>::do_section_info(Sized_relobj_incr<32,_true> *this... | (translation_unit "void FUN_000747a0(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x936,"do_section_info");\n}\n\n" (function_definition "void FUN_000747a0(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x936,"do_section_info");\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_000747a0(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x936,"do_section_info");\n}" (primitive_type "void") (function_declarator "FUN_000747a0(void)" (identifier "FUN_000747a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_section_info(Sized_relobj_incr<32,_true> * this, uint param_1)
*/
uint __thiscall
gold::Sized_relobj_incr<32,_true>::do_section_info(Sized_relobj_incr<32,_true> *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/incremental.cc",0x936,"do_section_info");
}
|
693_wget_and_wget_strip.c | sepstring | FUN_00046de1 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char ** sepstring(char *s)
{
int iVar1;
char cVar2;
char **ppcVar3;
char *pcVar4;
int iVar5;
void *p;
char *local_28;
if (s == (char *)0x0) {
ppcVar3 = (char **)0x0;
}
else {
cVar2 = *s;
if (cVa... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_00046de1(char *param_1)
{
int iVar1;
char cVar2;
undefined4 uVar3;
int iVar4;
int iVar5;
char *local_28;
if (param_1 == (char *)0x0) {
iVar5 = 0;
}
else {
cVar2 = *param_1;
if (cVar2 == '... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
CALL 0x00016fc0
ADD EBX,0x53e03
MOV ESI,dword ptr [ESP + 0x30]
TEST ESI,ESI
JZ 0x00046ed2
MOVZX EAX,byte ptr [ESI]
TEST AL,AL
JZ 0x00046ed6
MOV dword ptr [ESP + 0x4],ESI
MOV EBP,0x0
MOV EDI,0x0
CMP AL,0x2c
JZ 0x00046e61
ADD ESI,0x1
MOVZX EAX,byte ptr [ESI]
TEST AL,AL
JNZ... | null | null | null | null | [('const-0', u'INT_EQUAL_-1206161878'), (u'MULTIEQUAL_-1206161350', u'MULTIEQUAL_-1206161344'), (u'CAST_-1206161016', u'STORE_-1206161497'), ('const-1', u'INT_ADD_-1206161154'), (u'COPY_-1206161849', u'MULTIEQUAL_-1206161213'), (u'INT_EQUAL_-1206161855', u'CBRANCH_-1206161854'), ('const-1', u'PTRADD_-1206161752'), (u'L... | [(u'COPY_-1206161076', u'MULTIEQUAL_-1206161212'), ('const-0', u'INT_EQUAL_-1206161878'), (u'INT_EQUAL_-1206161855', u'CBRANCH_-1206161854'), ('const-417', u'STORE_-1206161701'), (u'LOAD_-1206161465', u'INT_SLESS_-1206161422'), (u'INT_SLESS_-1206161422', u'CBRANCH_-1206161429'), ('const-0', u'RETURN_-1206161629'), (u'C... | null | null | 00046de1 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_00046de1(char *param_1)\n\n{\n int iVar1;\n char cVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n char *local_28;\n \n if (param_1 == (char *)0x0) {\n iVar5 = 0;\n }\n else {\n cV... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar ** sepstring(char *s)\n\n{\n int iVar1;\n char cVar2;\n char **ppcVar3;\n char *pcVar4;\n int iVar5;\n void *p;\n char *local_28;\n \n if (s == (char *)0x0) {\n ppcVar3 = (char **)0x0;\n }\n ... | (translation_unit "int FUN_00046de1(char *param_1)\n\n{\n int iVar1;\n char cVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n char *local_28;\n \n if (param_1 == (char *)0x0) {\n iVar5 = 0;\n }\n else {\n cVar2 = *param_1;\n if (cVar2 == '\0') {\n iVar5 = 0;\n }\n else {\n local_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration... | (function_definition "int FUN_00046de1(char *param_1)\n\n{\n int iVar1;\n char cVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n char *local_28;\n \n if (param_1 == (char *)0x0) {\n iVar5 = 0;\n }\n else {\n cVar2 = *param_1;\n if (cVar2 == '\0') {\n iVar5 = 0;\n }\n else {\n loc... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char ** function_1(char *var_1)
{
int var_5;
char var_2;
char **ppcVar3;
char *pcVar4;
int var_3;
void *p;
char *local_28;
if (var_1 == (char *)0x0) {
ppcVar3 = (char **)0x0;
}
else {
var_2 = *var_1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(char *param_1)
{
int iVar1;
char cVar2;
undefined4 uVar3;
int iVar4;
int iVar5;
char *local_28;
if (param_1 == (char *)0x0) {
iVar5 = 0;
}
else {
cVar2 = *param_1;
if (cVar2 == '\0') {... |
293_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | hash_new | FUN_00023ca0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
hash_control * hash_new(void)
{
hash_control *phVar1;
phVar1 = hash_new_sized(gas_hash_table_size);
return phVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00023ca0(void)
{
FUN_00023bb0(DAT_0006a294);
return;
}
| CALL 0x00017dba
ADD EAX,0x4635b
SUB ESP,0x18
PUSH dword ptr [EAX + 0x294]
CALL 0x00023bb0
ADD ESP,0x1c
RET | null | null | null | null | [('const-0', u'RETURN_-1206043411'), (u'CALL_-1206043434', u'RETURN_-1206043411'), (u'INDIRECT_-1206043347', u'COPY_-1206043398'), (u'CALL_-1206043434', u'INDIRECT_-1206043347'), ('tmp_207', u'CALL_-1206043434')] | [('const-0', u'RETURN_-1206043411'), (u'INDIRECT_-1206043346', u'COPY_-1206043397'), ('tmp_210', u'CALL_-1206043434'), (u'CALL_-1206043434', u'INDIRECT_-1206043346')] | null | null | 00023ca0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00023ca0(void)\n\n{\n FUN_00023bb0(DAT_0006a294);\n return;\n}\n\n" comment (function_definition "void FUN_00023ca0(void)\n\n{\n FUN_00023bb0(DAT_0006a294);\n return;\n}" primitive_type (function_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nhash_control * hash_new(void)\n\n{\n hash_control *phVar1;\n \n phVar1 = hash_new_sized(gas_hash_table_size);\n return phVar1;\n}\n\n" comment comment (function_de... | (translation_unit "void FUN_00023ca0(void)\n\n{\n FUN_00023bb0(DAT_0006a294);\n return;\n}\n\n" (function_definition "void FUN_00023ca0(void)\n\n{\n FUN_00023bb0(DAT_0006a294);\n return;\n}" primitive_type (function_declarator "FUN_00023ca0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00023ca0(void)\n\n{\n FUN_00023bb0(DAT_0006a294);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00023ca0(void)" (identifier "FUN_00023ca0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
type_1 * function_1(void)
{
type_1 *phVar1;
phVar1 = var_1(gas_hash_table_size);
return phVar1;
}
| 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 (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
FUN_00023bb0(DAT_0006a294);
return;
}
|
7759_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~Addr_expression | FUN_002257b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Addr_expression(Addr_expression * this, int __in_chrg) */
void __thiscall gold::Addr_expression::~Addr_expression(Addr_expression *this,int __in_chrg)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002257b0(undefined4 *param_1)
{
*param_1 = &DAT_00410dbc;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x1ee84a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffffcdbc]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x002257e2
SUB ESP,0xc
PUSH EDX
CALL 0x00248220
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1203939390')] | [('const-1', u'PTRADD_-1203939168'), ('const-3', u'PTRADD_-1203939181'), (u'LOAD_-1203939333', u'CAST_-1203939168'), ('const-0', u'RETURN_-1203939250'), (u'PTRADD_-1203939168', u'LOAD_-1203939333'), ('tmp_151', u'CBRANCH_-1203939313'), ('const-417', u'LOAD_-1203939333'), (u'CAST_-1203939168', u'INT_NOTEQUAL_-1203939313... | null | null | 002257b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002257b0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_00410dbc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Addr_expression(Addr_expression * this, int __in_chrg) */\n\nvoid __thiscall gold::Addr_expression::~Addr_expression(Addr_expression *this,int __in_chrg)\n\n{\n}\n\n" comment co... | (translation_unit "void FUN_002257b0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_00410dbc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_002257b0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_00410dbc;\n if ((undefi... | (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_002257b0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_00410dbc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002257b0(undefined4 *param_1)" (identifier "FUN_002257b0") (... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Addr_expression(Addr_expression * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (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 = &DAT_00410dbc;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
|
930_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | parse_to_value | FUN_000369b0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_no_Qy * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::General_options::Struct_no_Qy::parse_to_value
(Struct_no_Qy *thi... |
void FUN_000369b0(void)
{
int in_stack_00000014;
*(undefined2 *)(in_stack_00000014 + 0x3110) = 1;
return;
}
| MOV EAX,dword ptr [ESP + 0x14]
MOV EDX,0x1
MOV word ptr [EAX + 0x3110],DX
RET | null | null | null | null | [(u'COPY_-1206097463', u'PTRSUB_-1206097397'), ('const-0', u'STORE_-1206097456'), (u'PTRSUB_-1206097396', u'STORE_-1206097470'), (u'COPY_-1206097463', u'PTRSUB_-1206097395'), (u'PTRSUB_-1206097397', u'PTRSUB_-1206097396'), ('const-12500', u'PTRSUB_-1206097395'), ('const-417', u'STORE_-1206097456'), ('const-417', u'STOR... | [('const-12560', u'INT_ADD_-1206097456'), ('tmp_37', u'INT_ADD_-1206097456'), (u'CAST_-1206097403', u'STORE_-1206097470'), ('const-417', u'STORE_-1206097470'), (u'INT_ADD_-1206097456', u'CAST_-1206097403'), ('const-0', u'RETURN_-1206097453'), ('const-1', u'STORE_-1206097470')] | null | null | 000369b0 | x86 | O1 | (translation_unit "void FUN_000369b0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x3110) = 1;\n return;\n}\n\n" (function_definition "void FUN_000369b0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x3110) = 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_Qy * this, char * param_1, char *\n param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_Qy::parse_to_value\n ... | (translation_unit "void FUN_000369b0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x3110) = 1;\n return;\n}\n\n" (function_definition "void FUN_000369b0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x3110) = 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_000369b0(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x3110) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_000369b0(void)" (identifier "FUN_000369b0") (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_Qy * this, char * param_1, char *
param_2, Command_line * param_3, General_options * options) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *param_2,char *par... | 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 + 0x3110) = 1;
return;
}
|
565_i686-gnu-as_and_i686-gnu-as_strip.c | symbol_temp_new | FUN_00037260 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
symbolS * symbol_temp_new(segT seg,valueT ofs,fragS *frag)
{
symbolS *psVar1;
psVar1 = symbol_new("L0\x01",seg,ofs,frag);
return psVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)
{
FUN_00037040(&DAT_00059ae2,param_1,param_2,param_3);
return;
}
| CALL 0x00017d3a
ADD EAX,0x43d9b
SUB ESP,0xc
PUSH dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x18]
LEA EAX,[EAX + 0xfffdeae2]
PUSH EAX
CALL 0x00037040
ADD ESP,0x1c
RET | null | null | null | null | [('tmp_169', u'CALL_-1206095182'), ('const-367330', u'COPY_-1206095140'), ('const-0', u'RETURN_-1206095159'), ('tmp_171', u'CALL_-1206095182'), (u'COPY_-1206095140', u'CALL_-1206095182'), (u'CALL_-1206095182', u'RETURN_-1206095159'), ('tmp_170', u'CALL_-1206095182')] | [('tmp_292', u'CALL_-1206095182'), ('tmp_290', u'CALL_-1206095182'), ('const-367330', u'PTRSUB_-1206095080'), ('const-0', u'RETURN_-1206095159'), ('const-0', u'PTRSUB_-1206095080'), (u'PTRSUB_-1206095080', u'CALL_-1206095182'), ('tmp_291', u'CALL_-1206095182')] | null | null | 00037260 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00037040(&DAT_00059ae2,param_1,param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_00037260(undef... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nsymbolS * symbol_temp_new(segT seg,valueT ofs,fragS *frag)\n\n{\n symbolS *psVar1;\n \n psVar1 = symbol_new("L0\x01",seg,ofs,frag);\n return psVar1;\n}\n\n" commen... | (translation_unit "void FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00037040(&DAT_00059ae2,param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00037040(&DAT_00059ae2,param_1,para... | (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 ( (pointer_expression & IDENT) , IDE... | (function_definition "void FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_00037040(&DAT_00059ae2,param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00037260(undefined4 param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_00037260") ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
type_1 * function_1(type_2 seg,type_3 ofs,type_4 *frag)
{
type_1 *psVar1;
psVar1 = var_1("L0\x01",seg,ofs,frag);
return psVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3)
{
FUN_00037040(&DAT_00059ae2,param_1,param_2,param_3);
return;
}
|
365_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | FUN_000344af | FUN_000344af |
void FUN_000344af(void)
{
int unaff_EBP;
if (*(void **)(unaff_EBP + -0x130) != *(void **)(unaff_EBP + -0x1d8)) {
operator_delete(*(void **)(unaff_EBP + -0x130));
}
if (*(void **)(unaff_EBP + -0x14c) != *(void **)(unaff_EBP + -0x1dc)) {
operator_delete(*(void **)(unaff_EBP + -0x14c));
}
if (*(vo... |
void FUN_000344af(void)
{
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x130) != *(int *)(unaff_EBP + -0x1d8)) {
FUN_00248220(*(int *)(unaff_EBP + -0x130));
}
if (*(int *)(unaff_EBP + -0x14c) != *(int *)(unaff_EBP + -0x1dc)) {
FUN_00248220(*(int *)(unaff_EBP + -0x14c));
}
if (*(int *)(unaff_EBP + -... | MOV EAX,dword ptr [EBP + 0xfffffed0]
CMP EAX,dword ptr [EBP + 0xfffffe28]
JZ 0x000344cf
SUB ESP,0xc
MOV EBX,dword ptr [EBP + 0xfffffe40]
PUSH EAX
CALL 0x00248220
ADD ESP,0x10
MOV EAX,dword ptr [EBP + 0xfffffeb4]
CMP EAX,dword ptr [EBP + 0xfffffe24]
JNZ 0x0003446e
JMP 0x00034480 | null | null | null | null | [(u'INT_ADD_-1206106928', u'CAST_-1206106672'), (u'LOAD_-1206106935', u'INT_NOTEQUAL_-1206106919'), ('tmp_668', u'INT_ADD_-1206106867'), ('const-4294966824', u'INT_ADD_-1206106933'), ('const-417', u'LOAD_-1206106949'), (u'INT_NOTEQUAL_-1206106858', u'CBRANCH_-1206106853'), (u'CAST_-1206106629', u'LOAD_-1206106958'), ('... | [(u'INT_ADD_-1206106928', u'CAST_-1206106672'), (u'LOAD_-1206106935', u'INT_NOTEQUAL_-1206106919'), ('tmp_668', u'INT_ADD_-1206106867'), ('const-4294966824', u'INT_ADD_-1206106933'), ('const-417', u'LOAD_-1206106949'), (u'INT_NOTEQUAL_-1206106858', u'CBRANCH_-1206106853'), (u'CAST_-1206106629', u'LOAD_-1206106958'), ('... | null | null | 000344af | x86 | O1 | (translation_unit "void FUN_000344af(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x130) != *(int *)(unaff_EBP + -0x1d8)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x130));\n }\n if (*(int *)(unaff_EBP + -0x14c) != *(int *)(unaff_EBP + -0x1dc)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x14c));\n }\... | (translation_unit "void FUN_000344af(void)\n\n{\n int unaff_EBP;\n \n if (*(void **)(unaff_EBP + -0x130) != *(void **)(unaff_EBP + -0x1d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x130));\n }\n if (*(void **)(unaff_EBP + -0x14c) != *(void **)(unaff_EBP + -0x1dc)) {\n operator_delete(*(void **)(unaff_EBP... | (translation_unit "void FUN_000344af(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x130) != *(int *)(unaff_EBP + -0x1d8)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x130));\n }\n if (*(int *)(unaff_EBP + -0x14c) != *(int *)(unaff_EBP + -0x1dc)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x14c));\n }\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "void FUN_000344af(void)\n\n{\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x130) != *(int *)(unaff_EBP + -0x1d8)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x130));\n }\n if (*(int *)(unaff_EBP + -0x14c) != *(int *)(unaff_EBP + -0x1dc)) {\n FUN_00248220(*(int *)(unaff_EBP + -0x14c));\n ... |
void function_1(void)
{
int var_1;
if (*(void **)(var_1 + -0x130) != *(void **)(var_1 + -0x1d8)) {
var_2(*(void **)(var_1 + -0x130));
}
if (*(void **)(var_1 + -0x14c) != *(void **)(var_1 + -0x1dc)) {
var_2(*(void **)(var_1 + -0x14c));
}
if (*(void **)(var_1 + -0x1b8) != *(void **)(var_1 + -0x1e... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthes... | null |
void MASKED(void)
{
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x130) != *(int *)(unaff_EBP + -0x1d8)) {
FUN_00248220(*(int *)(unaff_EBP + -0x130));
}
if (*(int *)(unaff_EBP + -0x14c) != *(int *)(unaff_EBP + -0x1dc)) {
FUN_00248220(*(int *)(unaff_EBP + -0x14c));
}
if (*(int *)(unaff_EBP + -0x1b8)... |
6268_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_get_global_symbols | FUN_001a9f90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_pluginobj<64,_false> * this) */
Symbols * __thiscall
gold::Sized_pluginobj<64,_false>::do_get_global_symbols(Sized_pluginobj<64,_false> *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001a9f90(void)
{
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x26a06a
SUB ESP,0xc
LEA EAX,[EBX + 0xffef42e8]
PUSH EAX
LEA EAX,[EBX + 0xffef3c84]
PUSH 0x685
PUSH EAX
CALL 0x000da200 | null | null | null | null | [('const-1', u'RETURN_-1207591006')] | [(u'COPY_-1207590920', u'CALL_-1207590944'), ('const-1669', u'CALL_-1207590944'), ('const-3179240', u'COPY_-1207590920'), ('const-1', u'RETURN_-1207590939'), (u'COPY_-1207590921', u'CALL_-1207590944'), ('const-3177604', u'COPY_-1207590921')] | null | null | 001a9f90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001a9f90(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");\n}\n\n" comment (function_definition "void FUN... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_pluginobj<64,_false> * this) */\n\nSymbols * __thiscall\ngold::Sized_pluginobj<64,_false>::do_get_global_symbols(Sized_pluginobj<64,_false> *this... | (translation_unit "void FUN_001a9f90(void)\n\n{\n \n FUN_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");\n}\n\n" (function_definition "void FUN_001a9f90(void)\n\n{\n \n FUN_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");\n}" primitive_type (functio... | (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_001a9f90(void)\n\n{\n \n FUN_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");\n}" (primitive_type "void") (function_declarator "FUN_001a9f90(void)" (identifier "FUN_001a9f90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_pluginobj<64,_false> * this) */
Symbols * __thiscall
gold::Sized_pluginobj<64,_false>::do_get_global_symbols(Sized_pluginobj<64,_false> *this)
{
}
| 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_000da200("../../gold/plugin.cc",0x685,"do_get_global_symbols");
}
|
51_wget_and_wget_strip.c | getpass | getpass |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getpass(char *__prompt)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * getpass(char *__prompt)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();
return pcVar1;
}
| JMP dword ptr [EBX + 0xd0] | null | null | null | null | [(u'CAST_-1205967959', u'CALLIND_-1205968038'), (u'CAST_-1205967958', u'RETURN_-1205968035'), ('const-0', u'RETURN_-1205968035'), ('tmp_67', u'CAST_-1205967959'), (u'CALLIND_-1205968038', u'CAST_-1205967958'), (u'INDIRECT_-1205967965', u'COPY_-1205968024'), (u'CALLIND_-1205968038', u'INDIRECT_-1205967965')] | [(u'CAST_-1205967959', u'CALLIND_-1205968038'), (u'CAST_-1205967958', u'RETURN_-1205968035'), ('const-0', u'RETURN_-1205968035'), ('tmp_67', u'CAST_-1205967959'), (u'CALLIND_-1205968038', u'CAST_-1205967958'), (u'INDIRECT_-1205967965', u'COPY_-1205968024'), (u'CALLIND_-1205968038', u'INDIRECT_-1205967965')] | null | null | 00016350 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getpass(char *__prompt)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getpass(char *__prompt)\n\n{\n char *pcVar1;\... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getpass(char *__prompt)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * getpass(char *__prompt)\n\n{\n char *pcVar1;\... | (translation_unit "char * getpass(char *__prompt)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();\n return pcVar1;\n}\n\n" (function_definition "char * getpass(char *__prompt)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();\n return pcVar1;\n}" primiti... | (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 * getpass(char *__prompt)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_getpass_0009acc0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* getpass(char *__prompt)" (* "*") (function_declarator "getpass(char *__prompt)" (identifier "getpass") (parameter_lis... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__prompt)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_getpass_0009acc0)();
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 *__prompt)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0009acc0)();
return pcVar1;
}
|
4105_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | make_plt_section | FUN_0010de00 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "<anon>": Some values do not have unique names */
/* DWARF original prototype: void make_plt_section(Target_arm<false> * this, Symbol_table * symtab,
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_0010de00(int *param_1,undefined4 param_2,undefined4 param_3)
{
int iVar1;
FUN_0010b130();
if (((param_1[5] != 0) && (param_1[7] != 0)) && (param_1[8] != 0)) {
iVar1 = (**(code **)(*param_1 + 0x10... | PUSH EBP
MOV EBP,EDX
PUSH EDI
MOV EDI,ECX
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00050b50
ADD EBX,0x4dc1f1
SUB ESP,0xc
CALL 0x0010b130
MOV EAX,dword ptr [ESI + 0x14]
TEST EAX,EAX
JZ 0x0010de93
MOV EDX,dword ptr [ESI + 0x1c]
TEST EDX,EDX
JZ 0x0010de93
MOV ECX,dword ptr [ESI + 0x20]
TEST ECX,ECX
JZ 0x0010de93
SUB ESP,0xc
P... | null | null | null | null | [('const-1', u'RETURN_-1206919641')] | [('const-417', u'LOAD_-1206919526'), (u'PTRADD_-1206919036', u'STORE_-1206919499'), ('const-417', u'LOAD_-1206919569'), ('const-8195', u'CALL_-1206919240'), (u'INT_ADD_-1206919497', u'CAST_-1206919041'), ('const-1', u'CALL_-1206919432'), ('const-0', u'CALL_-1206919328'), (u'LOAD_-1206919360', u'CALL_-1206919328'), (u'L... | null | null | 0010de00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0010de00(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n FUN_0010b130();\n if (((param_1[5] != 0) && (param_1[7] != 0)) && (param_1[8] != 0)) {\n iVar1 = (... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "<anon>": Some values do not have unique names */\n/* DWARF original prototype: void make_plt_section(Target_arm<false> * this, Sym... | (translation_unit "void __regparm3 FUN_0010de00(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n FUN_0010b130();\n if (((param_1[5] != 0) && (param_1[7] != 0)) && (param_1[8] != 0)) {\n iVar1 = (**(code **)(*param_1 + 0x108))(param_1,param_3,param_1[5],param_1[7],param_1[8]);\n param... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expr... | (function_definition "void __regparm3 FUN_0010de00(int *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n int iVar1;\n \n FUN_0010b130();\n if (((param_1[5] != 0) && (param_1[7] != 0)) && (param_1[8] != 0)) {\n iVar1 = (**(code **)(*param_1 + 0x108))(param_1,param_3,param_1[5],param_1[7],param_1[8]);\n pa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "<anon>": Some values do not have unique names */
/* DWARF original prototype: void make_plt_section(Target_arm<false> * this, Symbol_table * symtab,
... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier)... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(int *param_1,undefined4 param_2,undefined4 param_3)
{
int iVar1;
FUN_0010b130();
if (((param_1[5] != 0) && (param_1[7] != 0)) && (param_1[8] != 0)) {
iVar1 = (**(code **)(*param_1 + 0x108))(pa... |
6066_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | _M_realloc_insert<std::pair<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_bool>_> | FUN_00163550 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original name: _M_realloc_insert<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >, bool> >
DWARF original prototype: voi... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00163550(int *param_1,int *param_2,int *param_3)
{
int *piVar1;
int *piVar2;
int iVar3;
int iVar4;
int *piVar5;
int *piVar6;
int *piVar7;
undefined4 *puVar8;
uint uVar9;
undefined4 *local_2c;
undef... | CALL 0x000559e6
ADD EAX,0x22baab
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV EBP,dword ptr [ESP + 0x44]
MOV EDI,dword ptr [ESP + 0x48]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x40]
MOV ESI,dword ptr [EAX + 0x4]
MOV EBX,dword ptr [EAX]
MOV EAX,ESI
MOV dword ptr [ESP + 0x14],EBX
SUB EBP,EBX
SUB EA... | null | null | null | null | [(u'MULTIEQUAL_-1207354407', u'PTRADD_-1207353948'), (u'PTRSUB_-1207353942', u'PTRSUB_-1207353887'), (u'CAST_-1207354086', u'STORE_-1207355699'), (u'MULTIEQUAL_-1207354465', u'PTRSUB_-1207354059'), ('tmp_2693', u'PTRSUB_-1207354422'), (u'COPY_-1207354091', u'MULTIEQUAL_-1207354497'), ('const-0', u'INT_EQUAL_-1207354489... | [('const-0', u'INT_EQUAL_-1207354489'), (u'CAST_-1207354055', u'INT_EQUAL_-1207355397'), ('const-417', u'STORE_-1207355658'), ('const-2', u'PTRADD_-1207354116'), ('const-9', u'INT_ADD_-1207354069'), (u'CAST_-1207353821', u'CALL_-1207354761'), ('const-4', u'PTRADD_-1207353853'), ('const-7', u'PTRADD_-1207354185'), ('con... | null | null | 00163550 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00163550(int *param_1,int *param_2,int *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n undefined4 *puVar8;\n uint uVar9;\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original name: _M_realloc_insert<std::pair<std::__cxx11::basic_string<char,\n std::char_traits<char>, std::allocator<char> >, bool> >\n DWARF o... | (translation_unit "void FUN_00163550(int *param_1,int *param_2,int *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n undefined4 *puVar8;\n uint uVar9;\n undefined4 *local_2c;\n undefined4 *local_24;\n int local_20;\n \n piVar1 = (int *)pa... | (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_00163550(int *param_1,int *param_2,int *param_3)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int *piVar6;\n int *piVar7;\n undefined4 *puVar8;\n uint uVar9;\n undefined4 *local_2c;\n undefined4 *local_24;\n int local_20;\n \n piVar1 = (int *... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original name: _M_realloc_insert<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >, bool> >
DWARF original prototype: voi... | 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 *param_3)
{
int *piVar1;
int *piVar2;
int iVar3;
int iVar4;
int *piVar5;
int *piVar6;
int *piVar7;
undefined4 *puVar8;
uint uVar9;
undefined4 *local_2c;
undefined4 ... |
868_bash_and_bash_strip.c | string_extract_double_quoted | FUN_00063472 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 string_extract_double_quoted(char *string,int *sindex,int flags)
{
byte *__s;
byte bVar1;
int iVar2;
int iVar3;
bool bVar4;
bool bVar5;
bool bVar6;
anon_union_4_2_91654ee9_for___value aVar7;
ch... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 FUN_00063472(int param_1,int *param_2,uint param_3)
{
byte *__s;
byte bVar1;
int iVar2;
bool bVar3;
bool bVar4;
bool bVar5;
_union_54 _Var6;
int iVar7;
int iVar8;
char *__ptr;
uint uVar9;
u... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x68
CALL 0x0002fe00
ADD EBX,0xd7b82
MOV dword ptr [ESP + 0x38],EBX
MOV dword ptr [ESP + 0x18],EAX
MOV EBP,EDX
MOV dword ptr [ESP + 0x34],EDX
MOV ESI,ECX
MOV dword ptr [ESP + 0x48],ECX
MOV EDI,dword ptr GS:[0x14]
MOV dword ptr [ESP + 0x58],EDI
XOR EDI,EDI
MOV dword ptr [ESP +... | null | null | null | null | [(u'CAST_-1206305330', u'PTRADD_-1206306479'), ('tmp_3038', u'CBRANCH_-1206306237'), (u'LOAD_-1206307316', u'INT_EQUAL_-1206307298'), ('const-0', u'INT_NOTEQUAL_-1206307542'), ('const-417', u'STORE_-1206307148'), (u'INT_ADD_-1206306023', u'MULTIEQUAL_-1206305832'), (u'COPY_-1206305334', u'MULTIEQUAL_-1206305274'), (u'C... | [(u'INDIRECT_-1206305214', u'MULTIEQUAL_-1206305193'), (u'MULTIEQUAL_-1206305398', u'COPY_-1206305299'), (u'CAST_-1206305199', u'LOAD_-1206307125'), ('const-417', u'STORE_-1206307123'), (u'INT_ADD_-1206306552', u'MULTIEQUAL_-1206305841'), ('tmp_3038', u'CBRANCH_-1206306237'), (u'LOAD_-1206307316', u'INT_EQUAL_-12063072... | null | null | 00063472 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_00063472(int param_1,int *param_2,uint param_3)\n\n{\n byte *__s;\n byte bVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n _union_54 _Var6;\n int iVar7;\n int iVar8;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 string_extract_double_quoted(char *string,int *sindex,int flags)\n\n{\n byte *__s;\n byte bVar1;\n int iVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n bool bVar6;\n anon_union_4_2_91... | (translation_unit "int __regparm3 FUN_00063472(int param_1,int *param_2,uint param_3)\n\n{\n byte *__s;\n byte bVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n _union_54 _Var6;\n int iVar7;\n int iVar8;\n char *__ptr;\n uint uVar9;\n uint uVar10;\n char cVar11;\n int iVar12;\n int iVar13;\... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declarat... | (function_definition "int __regparm3 FUN_00063472(int param_1,int *param_2,uint param_3)\n\n{\n byte *__s;\n byte bVar1;\n int iVar2;\n bool bVar3;\n bool bVar4;\n bool bVar5;\n _union_54 _Var6;\n int iVar7;\n int iVar8;\n char *__ptr;\n uint uVar9;\n uint uVar10;\n char cVar11;\n int iVar12;\n int iVar1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(char *var_2,int *sindex,int var_7)
{
type_1 *__s;
type_1 var_10;
int var_11;
int var_3;
bool bVar4;
bool bVar5;
bool var_22;
type_2 aVar7;
char *var_5;
int var_19;
char *var_17;
... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 MASKED(int param_1,int *param_2,uint param_3)
{
byte *__s;
byte bVar1;
int iVar2;
bool bVar3;
bool bVar4;
bool bVar5;
_union_54 _Var6;
int iVar7;
int iVar8;
char *__ptr;
uint uVar9;
uint uV... |
4863_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | first_section | FUN_0015f960 |
/* DWARF original prototype: Output_section * first_section(Output_segment * this) */
Output_section * __thiscall gold::Output_segment::first_section(Output_segment *this)
{
int iVar1;
Output_section *pOVar2;
pointer ppOVar3;
pointer *pppOVar4;
pppOVar4 = &this->output_lists_[0].
super__Ve... |
undefined4 FUN_0015f960(int param_1)
{
char cVar1;
undefined4 uVar2;
undefined4 *puVar3;
int *piVar4;
piVar4 = (int *)(param_1 + 4);
do {
puVar3 = (undefined4 *)piVar4[-1];
if (puVar3 != (undefined4 *)*piVar4) {
do {
cVar1 = (**(code **)(*(int *)*puVar3 + 0x18))((int *)*puVar3);
... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x10]
LEA ESI,[EDI + 0x4]
ADD EDI,0x160
MOV EBX,dword ptr [ESI + -0x4]
CMP EBX,dword ptr [ESI]
JNZ 0x0015f987
JMP 0x0015f9b0
ADD EBX,0x4
CMP dword ptr [ESI],EBX
JZ 0x0015f9b0
MOV EAX,dword ptr [EBX]
SUB ESP,0xc
MOV EDX,dword ptr [EAX]
PUSH EAX
CALL dword ptr [EDX + 0x... | null | null | null | null | [('const-6', u'PTRADD_-1207239920'), (u'LOAD_-1207240201', u'CALLIND_-1207240191'), (u'INT_NOTEQUAL_-1207240141', u'CBRANCH_-1207240141'), ('const-417', u'LOAD_-1207240305'), (u'PTRADD_-1207239890', u'INT_NOTEQUAL_-1207240203'), ('const-0', u'PTRSUB_-1207239971'), (u'LOAD_-1207240305', u'INT_NOTEQUAL_-1207240289'), (u'... | [('const-417', u'LOAD_-1207240305'), ('const-417', u'LOAD_-1207240167'), (u'CAST_-1207239956', u'MULTIEQUAL_-1207240026'), (u'INT_ADD_-1207240125', u'CAST_-1207239900'), (u'INT_ADD_-1207240185', u'CAST_-1207239922'), (u'LOAD_-1207240201', u'CALLIND_-1207240191'), (u'INT_NOTEQUAL_-1207240141', u'CBRANCH_-1207240141'), (... | null | null | 0015f960 | x86 | O1 | (translation_unit "undefined4 FUN_0015f960(int param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n \n piVar4 = (int *)(param_1 + 4);\n do {\n puVar3 = (undefined4 *)piVar4[-1];\n if (puVar3 != (undefined4 *)*piVar4) {\n do {\n cVar1 = (**(code **)(*(int *)*puV... | (translation_unit "/* DWARF original prototype: Output_section * first_section(Output_segment * this) */\n\nOutput_section * __thiscall gold::Output_segment::first_section(Output_segment *this)\n\n{\n int iVar1;\n Output_section *pOVar2;\n pointer ppOVar3;\n pointer *pppOVar4;\n \n pppOVar4 = &this->output_lists_... | (translation_unit "undefined4 FUN_0015f960(int param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n \n piVar4 = (int *)(param_1 + 4);\n do {\n puVar3 = (undefined4 *)piVar4[-1];\n if (puVar3 != (undefined4 *)*piVar4) {\n do {\n cVar1 = (**(code **)(*(int *)*puV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_stat... | (function_definition "undefined4 FUN_0015f960(int param_1)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n \n piVar4 = (int *)(param_1 + 4);\n do {\n puVar3 = (undefined4 *)piVar4[-1];\n if (puVar3 != (undefined4 *)*piVar4) {\n do {\n cVar1 = (**(code **)(*(int *)*... |
/* DWARF original prototype: Output_section * first_section(Output_segment * this) */
type_1 * __thiscall var_1::Output_segment::first_section(Output_segment *this)
{
int iVar1;
type_1 *pOVar2;
type_2 var_5;
type_2 *var_4;
var_4 = &this->output_lists_[0].
super__Vector_base<var_1::Output_d... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat... | null |
undefined4 MASKED(int param_1)
{
char cVar1;
undefined4 uVar2;
undefined4 *puVar3;
int *piVar4;
piVar4 = (int *)(param_1 + 4);
do {
puVar3 = (undefined4 *)piVar4[-1];
if (puVar3 != (undefined4 *)*piVar4) {
do {
cVar1 = (**(code **)(*(int *)*puVar3 + 0x18))((int *)*puVar3);
... |
4871_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | add_global | FUN_00126bc0 |
/* DWARF original prototype: void add_global(Output_data_reloc<9,_false,_32,_false> * this, Symbol *
gsym, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address address)
*/
void __thiscall
gold::Output_data_reloc<9,_false,_32,_false>::add_global
(Output_data_reloc<9,_fals... |
void FUN_00126bc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7)
{
undefined1 local_24 [32];
FUN_0010ff10(local_24,param_2,param_3,param_5,param_6,param_7,0,0,0);
FUN_00126a80(param_1,param_4,local_24);
... | PUSH EBX
SUB ESP,0x34
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
LEA EBX,[ESP + 0x34]
PUSH EBX
CALL 0x0010ff10
ADD ESP,0x2c
PUSH EBX
PUSH dword ptr [ESP + 0x44]
PUSH dword ptr [ESP + 0x3c]
CALL 0x... | null | null | null | null | [(u'PTRSUB_-1207079709', u'CALL_-1207079863'), ('tmp_271', u'PTRSUB_-1207079686'), ('tmp_381', u'PTRSUB_-1207079709'), ('tmp_276', u'CALL_-1207079905'), ('const-0', u'CALL_-1207079905'), (u'PTRSUB_-1207079709', u'CALL_-1207079905'), ('tmp_273', u'CALL_-1207079905'), ('tmp_275', u'CALL_-1207079905'), ('const-0', u'CALL_... | [('tmp_608', u'CALL_-1207079905'), (u'PTRSUB_-1207079732', u'CALL_-1207079905'), ('tmp_607', u'CALL_-1207079905'), ('tmp_610', u'CALL_-1207079905'), ('tmp_324', u'PTRSUB_-1207079732'), ('tmp_613', u'CALL_-1207079863'), (u'PTRSUB_-1207079732', u'CALL_-1207079863'), ('tmp_609', u'CALL_-1207079905'), ('tmp_612', u'CALL_-1... | null | null | 00126bc0 | x86 | O1 | (translation_unit "void FUN_00126bc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_0010ff10(local_24,param_2,param_3,param_5,param_6,param_7,0,0,0);\n FUN_00126a80(par... | (translation_unit "/* DWARF original prototype: void add_global(Output_data_reloc<9,_false,_32,_false> * this, Symbol *\n gsym, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address address)\n */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_32,_false>::add_global\n (O... | (translation_unit "void FUN_00126bc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_0010ff10(local_24,param_2,param_3,param_5,param_6,param_7,0,0,0);\n FUN_00126a80(par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_00126bc0(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_0010ff10(local_24,param_2,param_3,param_5,param_6,param_7,0,0,0);\n FUN_00126a80(... |
/* DWARF original prototype: void add_global(Output_data_reloc<9,_false,_32,_false> * this, Symbol *
gsym, uint type, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address address)
*/
void __thiscall
gold::Output_data_reloc<9,_false,_32,_false>::add_global
(Output_data_reloc<9,_fals... | 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)
{
undefined1 local_24 [32];
FUN_0010ff10(local_24,param_2,param_3,param_5,param_6,param_7,0,0,0);
FUN_00126a80(param_1,param_4,local_24);
retur... |
7387_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | rdbuf | FUN_001ae7a0 |
/* std::ofstream::rdbuf() const */
ofstream * __thiscall std::ofstream::rdbuf(ofstream *this)
{
return this + 4;
}
|
int FUN_001ae7a0(int param_1)
{
return param_1 + 4;
}
| MOV EAX,dword ptr [ESP + 0x4]
ADD EAX,0x4
RET | null | null | null | null | [('tmp_44', u'PTRADD_-1207572502'), (u'PTRADD_-1207572502', u'RETURN_-1207572545'), ('const-1', u'PTRADD_-1207572502'), ('const-0', u'RETURN_-1207572545'), ('const-4', u'PTRADD_-1207572502')] | [(u'INT_ADD_-1207572548', u'RETURN_-1207572545'), ('const-0', u'RETURN_-1207572545'), ('const-4', u'INT_ADD_-1207572548'), ('tmp_47', u'INT_ADD_-1207572548')] | null | null | 001ae7a0 | x86 | O1 | (translation_unit "int FUN_001ae7a0(int param_1)\n\n{\n return param_1 + 4;\n}\n\n" (function_definition "int FUN_001ae7a0(int param_1)\n\n{\n return param_1 + 4;\n}" primitive_type (function_declarator "FUN_001ae7a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primi... | (translation_unit "/* std::ofstream::rdbuf() const */\n\nofstream * __thiscall std::ofstream::rdbuf(ofstream *this)\n\n{\n return this + 4;\n}\n\n" comment (ERROR "ofstream * __thiscall std::ofstream::rdbuf(ofstream *this)" (binary_expression "ofstream * __thiscall std::ofstream::rdbuf(ofstream *this" (binary_expressi... | (translation_unit "int FUN_001ae7a0(int param_1)\n\n{\n return param_1 + 4;\n}\n\n" (function_definition "int FUN_001ae7a0(int param_1)\n\n{\n return param_1 + 4;\n}" primitive_type (function_declarator "FUN_001ae7a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression IDENT + LIT) ;) }))) | (function_definition "int FUN_001ae7a0(int param_1)\n\n{\n return param_1 + 4;\n}" (primitive_type "int") (function_declarator "FUN_001ae7a0(int param_1)" (identifier "FUN_001ae7a0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (c... |
/* std::ofstream::rdbuf() const */
ofstream * __thiscall std::ofstream::rdbuf(ofstream *var_1)
{
return var_1 + 4;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (identifier) right: (number_l... | null |
int MASKED(int param_1)
{
return param_1 + 4;
}
|
522_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | subseg_new | FUN_00034840 |
/* WARNING: Unknown calling convention */
segT subseg_new(char *segname,subsegT subseg)
{
segT seg;
seg = subseg_get(segname,0);
subseg_set_rest(seg,subseg);
return seg;
}
|
undefined4 FUN_00034840(undefined4 param_1)
{
undefined4 uVar1;
uVar1 = FUN_00034790(param_1,0);
FUN_00034460();
return uVar1;
}
| PUSH EBX
SUB ESP,0x10
PUSH 0x0
PUSH dword ptr [ESP + 0x1c]
CALL 0x00034790
MOV EDX,dword ptr [ESP + 0x24]
MOV EBX,EAX
CALL 0x00034460
ADD ESP,0x18
MOV EAX,EBX
POP EBX
RET | null | null | null | null | [('tmp_137', u'CALL_-1206106009'), ('const-0', u'CALL_-1206106009'), (u'COPY_-1206105979', u'RETURN_-1206105960'), ('tmp_138', u'CALL_-1206105991'), (u'CALL_-1206106009', u'COPY_-1206105979'), (u'CALL_-1206106009', u'CALL_-1206105991'), ('const-0', u'RETURN_-1206105960')] | [('const-0', u'CALL_-1206106009'), (u'COPY_-1206105979', u'RETURN_-1206105960'), ('tmp_286', u'CALL_-1206106009'), (u'CALL_-1206106009', u'COPY_-1206105979'), ('const-0', u'RETURN_-1206105960')] | null | null | 00034840 | x86 | O1 | (translation_unit "undefined4 FUN_00034840(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00034790(param_1,0);\n FUN_00034460();\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_00034840(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00034790(param_1,0);\n FUN_00034460... | (translation_unit "/* WARNING: Unknown calling convention */\n\nsegT subseg_new(char *segname,subsegT subseg)\n\n{\n segT seg;\n \n seg = subseg_get(segname,0);\n subseg_set_rest(seg,subseg);\n return seg;\n}\n\n" comment (function_definition "segT subseg_new(char *segname,subsegT subseg)\n\n{\n segT seg;\n \n ... | (translation_unit "undefined4 FUN_00034840(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00034790(param_1,0);\n FUN_00034460();\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_00034840(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00034790(param_1,0);\n FUN_00034460... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (call_ex... | (function_definition "undefined4 FUN_00034840(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_00034790(param_1,0);\n FUN_00034460();\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00034840(undefined4 param_1)" (identifier "FUN_00034840") (parameter_list "(undefined4 para... |
/* WARNING: Unknown calling convention */
type_1 function_1(char *segname,type_2 subseg)
{
type_1 seg;
seg = var_1(segname,0);
var_2(seg,subseg);
return seg;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expres... | null |
undefined4 MASKED(undefined4 param_1)
{
undefined4 uVar1;
uVar1 = FUN_00034790(param_1,0);
FUN_00034460();
return uVar1;
}
|
7662_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | __introsort_loop<__gnu_cxx::__normal_iterator<std::pair<long_long_unsigned_int,_long_long_unsigned_int>*,_std::vector<std::pair<long_long_unsigned_int,_long_long_unsigned_int>,_std::allocator<std::pair<long_long_unsigned_int,_long_long_unsigned_int>_>_>_>,_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Eh_frame_hdr::Fde_... | FUN_002231e0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __introsort_loop<__gnu_cxx::__normal_iterator<std::pair<long long unsigned
int, long long unsigned int>*, std::vector<std::pair<long long unsigned int, long long unsigned
int>, std::allocator<std::pair<long long ... |
void FUN_002231e0(uint *param_1,uint *param_2,int param_3,undefined1 param_4)
{
uint uVar1;
uint uVar2;
uint *puVar3;
int iVar4;
uint *puVar5;
uint uVar6;
uint uVar7;
int iVar8;
uint uVar9;
uint local_48;
uint *local_44;
uint *local_3c;
uint *local_34;
local_3c = param_2;
iVar4 = (int... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x3c
MOV EAX,dword ptr [ESP + 0x54]
MOV EBP,dword ptr [ESP + 0x50]
MOV dword ptr [ESP + 0x10],EAX
SUB EAX,EBP
CMP EAX,0x100
JLE 0x00223400
MOV ECX,dword ptr [ESP + 0x58]
TEST ECX,ECX
JZ 0x00223410
LEA EAX,[EBP + 0x10]
MOV dword ptr [ESP + 0x1c],EAX
MOV ESI,dword ptr [ESP + 0x... | null | null | null | null | [('const-417', u'LOAD_-1203948476'), ('const-417', u'LOAD_-1203947860'), (u'LOAD_-1203948709', u'MULTIEQUAL_-1203947172'), ('const-16', u'INT_SLESS_-1203947606'), ('const-417', u'LOAD_-1203947997'), ('tmp_5999', u'PTRADD_-1203946745'), ('const-1', u'PTRADD_-1203946943'), (u'PTRADD_-1203946962', u'COPY_-1203946980'), (u... | [('const-257', u'INT_SLESS_-1203948178'), (u'LOAD_-1203948709', u'MULTIEQUAL_-1203947172'), ('const-417', u'LOAD_-1203948298'), ('const-4', u'PTRADD_-1203946639'), (u'PTRADD_-1203946962', u'COPY_-1203946980'), (u'INT_MULT_-1203947092', u'PTRADD_-1203947058'), ('const-4', u'PTRADD_-1203947034'), (u'COPY_-1203948663', u'... | null | null | 002231e0 | x86 | O1 | (translation_unit "void FUN_002231e0(uint *param_1,uint *param_2,int param_3,undefined1 param_4)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n int iVar4;\n uint *puVar5;\n uint uVar6;\n uint uVar7;\n int iVar8;\n uint uVar9;\n uint local_48;\n uint *local_44;\n uint *local_3c;\n uint *local_34;\n \n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __introsort_loop<__gnu_cxx::__normal_iterator<std::pair<long long unsigned\n int, long long unsigned int>*, std::vector<std::pair<long long unsigned int, long long unsigned\n int>, std::allocator... | (translation_unit "void FUN_002231e0(uint *param_1,uint *param_2,int param_3,undefined1 param_4)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n int iVar4;\n uint *puVar5;\n uint uVar6;\n uint uVar7;\n int iVar8;\n uint uVar9;\n uint local_48;\n uint *local_44;\n uint *local_3c;\n uint *local_34;\n \n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration ... | (function_definition "void FUN_002231e0(uint *param_1,uint *param_2,int param_3,undefined1 param_4)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n int iVar4;\n uint *puVar5;\n uint uVar6;\n uint uVar7;\n int iVar8;\n uint uVar9;\n uint local_48;\n uint *local_44;\n uint *local_3c;\n uint *local_34;\n ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __introsort_loop<__gnu_cxx::__normal_iterator<std::pair<long long unsigned
int, long long unsigned int>*, std::vector<std::pair<long long unsigned int, long long unsigned
int>, std::allocator<std::pair<long long ... | 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(uint *param_1,uint *param_2,int param_3,undefined1 param_4)
{
uint uVar1;
uint uVar2;
uint *puVar3;
int iVar4;
uint *puVar5;
uint uVar6;
uint uVar7;
int iVar8;
uint uVar9;
uint local_48;
uint *local_44;
uint *local_3c;
uint *local_34;
local_3c = param_2;
iVar4 = (int)param... |
661_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | __assert_fail | __assert_fail |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata(... | null | null | null | null | null | [('const-1', u'RETURN_-1206357434')] | [('const-1', u'RETURN_-1206357434')] | null | null | 0007723c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n /* WARNING: Bad instruction - Truncating control flow... | (translation_unit "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}" primitive_type ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_st... | (function_definition "void __assert_fail(char *__assertion,char *__file,uint __line,char *__function)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__assert_fail(char *__assertion,char *__file,uint __line,char *__function)" (identifier "__assert_fail") (parameter_list "... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__assertion,char *__file,type_1 __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__assertion,char *__file,uint __line,char *__function)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
362_bash_and_bash_strip.c | tilde_initialize | tilde_initialize |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void tilde_initialize(void)
{
int iVar1;
char **ppcVar2;
bool bVar3;
tilde_expansion_preexpansion_hook = bash_special_tilde_expansions;
iVa... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void tilde_initialize(void)
{
int iVar1;
undefined4 *puVar2;
bool bVar3;
tilde_expansion_preexpansion_hook = FUN_0003edd1;
iVar1 = DAT_0013fbe8 + 1;
bVar3 = DAT_0013fbe8 == 0;
DAT_0013fbe8 = iVar1;
if (bVar3) ... | PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0002fe00
ADD EBX,0xfadc0
LEA EAX,[EBX + 0x8b58]
LEA EDX,[EBX + 0xfff03dd1]
MOV dword ptr [EAX],EDX
MOV EAX,dword ptr [EBX + 0x4be8]
LEA EDX,[EAX + 0x1]
MOV dword ptr [EBX + 0x4be8],EDX
TEST EAX,EAX
JZ 0x0004026b
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0xc
PUSH 0x3
CALL 0x000b6277
MOV dword... | null | null | null | null | [(u'CALL_-1206189252', u'INDIRECT_-1206189034'), (u'STORE_-1206189183', u'INDIRECT_-1206188958'), (u'STORE_-1206189236', u'INDIRECT_-1206188980'), (u'STORE_-1206189230', u'INDIRECT_-1206188960'), (u'STORE_-1206189230', u'INDIRECT_-1206188944'), (u'CALL_-1206189252', u'INDIRECT_-1206188986'), ('const-2', u'CALL_-1206189... | [(u'CAST_-1206188956', u'COPY_-1206189011'), (u'CALL_-1206189195', u'INDIRECT_-1206188975'), (u'STORE_-1206189241', u'INDIRECT_-1206188963'), ('const-2', u'CALL_-1206189195'), ('tmp_1239', u'INT_ADD_-1206189429'), (u'STORE_-1206189178', u'INDIRECT_-1206188983'), ('const-417', u'STORE_-1206189183'), (u'MULTIEQUAL_-12061... | null | null | 00040238 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid tilde_initialize(void)\n\n{\n int iVar1;\n undefined4 *puVar2;\n bool bVar3;\n \n tilde_expansion_preexpansion_hook = FUN_0003edd1;\n iVar1 = DAT_0013fbe8 + 1;\n bVar3 = DAT_0013fbe8 == 0;\n DAT_0... | (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 tilde_initialize(void)\n\n{\n int iVar1;\n char **ppcVar2;\n bool bVar3;\n \n tilde_expansion_preexpansion_hook = bash_spe... | (translation_unit "void tilde_initialize(void)\n\n{\n int iVar1;\n undefined4 *puVar2;\n bool bVar3;\n \n tilde_expansion_preexpansion_hook = FUN_0003edd1;\n iVar1 = DAT_0013fbe8 + 1;\n bVar3 = DAT_0013fbe8 == 0;\n DAT_0013fbe8 = iVar1;\n if (bVar3) {\n puVar2 = (undefined4 *)strvec_create(3);\n DAT_0013... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expressi... | (function_definition "void tilde_initialize(void)\n\n{\n int iVar1;\n undefined4 *puVar2;\n bool bVar3;\n \n tilde_expansion_preexpansion_hook = FUN_0003edd1;\n iVar1 = DAT_0013fbe8 + 1;\n bVar3 = DAT_0013fbe8 == 0;\n DAT_0013fbe8 = iVar1;\n if (bVar3) {\n puVar2 = (undefined4 *)strvec_create(3);\n DAT_0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
int iVar1;
char **ppcVar2;
bool bVar3;
tilde_expansion_preexpansion_hook = bash_special_tilde_expansions;
iVar1 = f... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
int iVar1;
undefined4 *puVar2;
bool bVar3;
tilde_expansion_preexpansion_hook = FUN_0003edd1;
iVar1 = DAT_0013fbe8 + 1;
bVar3 = DAT_0013fbe8 == 0;
DAT_0013fbe8 = iVar1;
if (bVar3) {
puVa... |
10592_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_frac_digits | FUN_002ac9d0 |
/* std::moneypunct<wchar_t, true>::do_frac_digits() const */
undefined4 __thiscall std::moneypunct<wchar_t,true>::do_frac_digits(moneypunct<wchar_t,true> *this)
{
return *(undefined4 *)(*(int *)(this + 8) + 0x34);
}
|
undefined4 FUN_002ac9d0(int param_1)
{
return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x8]
MOV EAX,dword ptr [EAX + 0x34]
RET | null | null | null | null | [('const-0', u'RETURN_-1204434449'), ('const-417', u'LOAD_-1204434470'), ('const-52', u'INT_ADD_-1204434448'), (u'LOAD_-1204434464', u'COPY_-1204434464'), (u'INT_ADD_-1204434448', u'CAST_-1204434395'), (u'CAST_-1204434399', u'LOAD_-1204434470'), (u'COPY_-1204434464', u'RETURN_-1204434449'), (u'LOAD_-1204434470', u'INT_... | [('const-0', u'RETURN_-1204434449'), ('const-417', u'LOAD_-1204434470'), ('const-52', u'INT_ADD_-1204434448'), ('const-8', u'INT_ADD_-1204434454'), (u'LOAD_-1204434464', u'COPY_-1204434464'), (u'INT_ADD_-1204434448', u'CAST_-1204434395'), (u'CAST_-1204434399', u'LOAD_-1204434470'), (u'COPY_-1204434464', u'RETURN_-12044... | null | null | 002ac9d0 | x86 | O1 | (translation_unit "undefined4 FUN_002ac9d0(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);\n}\n\n" (function_definition "undefined4 FUN_002ac9d0(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);\n}" type_identifier (function_declarator "FUN_002ac9d0(int param_1)" iden... | (translation_unit "/* std::moneypunct<wchar_t, true>::do_frac_digits() const */\n\nundefined4 __thiscall std::moneypunct<wchar_t,true>::do_frac_digits(moneypunct<wchar_t,true> *this)\n\n{\n return *(undefined4 *)(*(int *)(this + 8) + 0x34);\n}\n\n" comment (declaration "undefined4 __thiscall std::moneypunct<wchar_t,tr... | (translation_unit "undefined4 FUN_002ac9d0(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);\n}\n\n" (function_definition "undefined4 FUN_002ac9d0(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);\n}" type_identifier (function_declarator "FUN_002ac9d0(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 "undefined4 FUN_002ac9d0(int param_1)\n\n{\n return *(undefined4 *)(*(int *)(param_1 + 8) + 0x34);\n}" (type_identifier "undefined4") (function_declarator "FUN_002ac9d0(int param_1)" (identifier "FUN_002ac9d0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive... |
/* std::moneypunct<wchar_t, true>::do_frac_digits() const */
type_1 __thiscall std::moneypunct<wchar_t,true>::do_frac_digits(moneypunct<wchar_t,true> *type_3)
{
return *(type_1 *)(type_2*(int *)(type_3 + 8) + 0x34);
}
| 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 *)(*(int *)(param_1 + 8) + 0x34);
}
|
83_i686-gnu-c++filt_and_i686-gnu-c++filt_strip.c | non_fatal | FUN_00011f80 |
/* WARNING: Unknown calling convention */
void non_fatal(char *format,...)
{
report(format,&stack0x00000008);
return;
}
|
void FUN_00011f80(undefined4 param_1)
{
FUN_00011ef0(param_1,&stack0x00000008);
return;
}
| SUB ESP,0xc
LEA EAX,[ESP + 0x14]
SUB ESP,0x8
PUSH EAX
PUSH dword ptr [ESP + 0x1c]
CALL 0x00011ef0
ADD ESP,0x1c
RET | null | null | null | null | [('const-0', u'RETURN_-1205985333'), ('tmp_126', u'CALL_-1205985356'), (u'PTRSUB_-1205985273', u'CALL_-1205985356'), ('tmp_161', u'PTRSUB_-1205985273'), ('const-8', u'PTRSUB_-1205985273')] | [('const-0', u'RETURN_-1205985333'), (u'PTRSUB_-1205985275', u'CALL_-1205985356'), ('const-8', u'PTRSUB_-1205985275'), ('tmp_156', u'PTRSUB_-1205985275'), ('tmp_208', u'CALL_-1205985356')] | null | null | 00011f80 | x86 | O1 | (translation_unit "void FUN_00011f80(undefined4 param_1)\n\n{\n FUN_00011ef0(param_1,&stack0x00000008);\n return;\n}\n\n" (function_definition "void FUN_00011f80(undefined4 param_1)\n\n{\n FUN_00011ef0(param_1,&stack0x00000008);\n return;\n}" primitive_type (function_declarator "FUN_00011f80(undefined4 param_1)" id... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid non_fatal(char *format,...)\n\n{\n report(format,&stack0x00000008);\n return;\n}\n\n" comment (function_definition "void non_fatal(char *format,...)\n\n{\n report(format,&stack0x00000008);\n return;\n}" primitive_type (function_declarator "non_fat... | (translation_unit "void FUN_00011f80(undefined4 param_1)\n\n{\n FUN_00011ef0(param_1,&stack0x00000008);\n return;\n}\n\n" (function_definition "void FUN_00011f80(undefined4 param_1)\n\n{\n FUN_00011ef0(param_1,&stack0x00000008);\n return;\n}" primitive_type (function_declarator "FUN_00011f80(undefined4 param_1)" id... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00011f80(undefined4 param_1)\n\n{\n FUN_00011ef0(param_1,&stack0x00000008);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011f80(undefined4 param_1)" (identifier "FUN_00011f80") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1... |
/* WARNING: Unknown calling convention */
void function_1(char *format,...)
{
var_1(format,&stack0x00000008);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
void MASKED(undefined4 param_1)
{
FUN_00011ef0(param_1,&stack0x00000008);
return;
}
|
324_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | push_type | FUN_00038f80 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3 push_type(pr_handle *info,char *type)
{
FILE *pFVar1;
FILE *pFVar2;
char *pcVar3;
uint uVar4;
uint uVar5;
pFVar2 = (FILE *)xmalloc(0x1c);
uVar5 = 0;
pFVar2->_flags = 0;
uVar4 = (uint)&p... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00038f80(undefined4 *param_1,undefined4 param_2)
{
undefined4 *puVar1;
undefined4 uVar2;
uint uVar3;
puVar1 = (undefined4 *)xmalloc(0x1c);
uVar3 = 0;
*puVar1 = 0;
puVar1[6] = 0;
do {
... | PUSH EBP
MOV EBP,ESP
PUSH EDI
MOV EDI,EAX
PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x3a073
SUB ESP,0x28
MOV dword ptr [EBP + -0x1c],EDX
PUSH 0x1c
CALL 0x000142b0
XOR EDX,EDX
LEA ECX,[EAX + 0x4]
MOV ESI,EAX
MOV dword ptr [EAX],0x0
AND ECX,0xfffffffc
MOV dword ptr [EAX + 0x18],0x0
SUB EAX,ECX
ADD EAX,0x1c
AND EAX,0xffff... | null | null | null | null | [('const-8', u'PTRSUB_-1206087396'), ('const-0', u'STORE_-1206087642'), ('const-0', u'STORE_-1206087552'), ('const-24', u'PTRSUB_-1206087435'), (u'CAST_-1206087453', u'PTRSUB_-1206087445'), (u'CAST_-1206087453', u'PTRSUB_-1206087451'), ('const-0', u'RETURN_-1206087496'), ('const-417', u'STORE_-1206087533'), ('const-28'... | [(u'CALL_-1206087588', u'STORE_-1206087562'), (u'CAST_-1206087462', u'PTRADD_-1206087445'), ('const-0', u'RETURN_-1206087496'), (u'CAST_-1206087443', u'INT_AND_-1206087676'), ('const-417', u'STORE_-1206087688'), ('const-417', u'STORE_-1206087552'), ('const-0', u'STORE_-1206087552'), (u'INT_AND_-1206087631', u'INT_LESS_... | null | null | 00038f80 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00038f80(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n uint uVar3;\n \n puVar1 = (undefined4 *)xmalloc(0x1c);\n uVar3 = 0;\n *puVar1 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 push_type(pr_handle *info,char *type)\n\n{\n FILE *pFVar1;\n FILE *pFVar2;\n char *pcVar3;\n uint uVar4;\n uint uVar5;\n \n pFVar2 = (FILE *)xmalloc(0x1c);\n uVar5 = 0;\n pFVar2-... | (translation_unit "undefined4 __regparm3 FUN_00038f80(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n uint uVar3;\n \n puVar1 = (undefined4 *)xmalloc(0x1c);\n uVar3 = 0;\n *puVar1 = 0;\n puVar1[6] = 0;\n do {\n *(undefined4 *)(((uint)(puVar1 + 1) & 0xfffffffc) + uVar... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE I... | (function_definition "undefined4 __regparm3 FUN_00038f80(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n undefined4 uVar2;\n uint uVar3;\n \n puVar1 = (undefined4 *)xmalloc(0x1c);\n uVar3 = 0;\n *puVar1 = 0;\n puVar1[6] = 0;\n do {\n *(undefined4 *)(((uint)(puVar1 + 1) & 0xfffffffc) + u... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3 function_1(type_2 *info,char *type)
{
type_3 *pFVar1;
type_3 *pFVar2;
char *pcVar3;
type_4 var_2;
type_4 var_3;
pFVar2 = (type_3 *)var_1(0x1c);
var_3 = 0;
pFVar2->_flags = 0;
var_2 = (type_4... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(undefined4 *param_1,undefined4 param_2)
{
undefined4 *puVar1;
undefined4 uVar2;
uint uVar3;
puVar1 = (undefined4 *)xmalloc(0x1c);
uVar3 = 0;
*puVar1 = 0;
puVar1[6] = 0;
do {
*(... |
10430_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ctype_byname | FUN_0029d170 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ctype_byname<wchar_t>::ctype_byname(std::string const&, unsigned int) */
void std::ctype_byname<wchar_t>::ctype_byname(string *param_1,uint param_2)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)
{
FUN_0028e2a0(param_1,*param_2,param_3);
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x176e8a
SUB ESP,0xc
PUSH dword ptr [ESP + 0x1c]
MOV EAX,dword ptr [ESP + 0x1c]
PUSH dword ptr [EAX]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0028e2a0
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1204366974')] | [('tmp_306', u'CALL_-1204366913'), ('tmp_305', u'LOAD_-1204366935'), (u'LOAD_-1204366935', u'CALL_-1204366913'), ('const-417', u'LOAD_-1204366935'), ('tmp_304', u'CALL_-1204366913'), ('const-0', u'RETURN_-1204366885')] | null | null | 0029d170 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_0028e2a0(param_1,*param_2,param_3);\n return;\n}\n\n" comment (function_definition "void FUN_0029d170(undefined4 param_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ctype_byname<wchar_t>::ctype_byname(std::string const&, unsigned int) */\n\nvoid std::ctype_byname<wchar_t>::ctype_byname(string *param_1,uint param_2)\n\n{\n}\n\n" comment comment (function_definition "v... | (translation_unit "void FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_0028e2a0(param_1,*param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_0028e2a0(param_1,*param_2,param_3);\n return;... | (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 { (expression_statement (call_expression IDENT (argument_list ( IDENT , (po... | (function_definition "void FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n FUN_0028e2a0(param_1,*param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0029d170(undefined4 param_1,undefined4 *param_2,undefined4 param_3)" (identifier "FUN_0029d170") (parameter_... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ctype_byname<wchar_t>::ctype_byname(std::string const&, unsigned int) */
void std::function_1<wchar_t>::function_1(type_1 *param_1,type_2 param_2)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 *param_2,undefined4 param_3)
{
FUN_0028e2a0(param_1,*param_2,param_3);
return;
}
|
208_i686-kfreebsd-gnu-objdump_and_i686-kfreebsd-gnu-objdump_strip.c | get_DW_SECT_short_name | FUN_0001e440 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 get_DW_SECT_short_name(uint dw_sect)
{
switch(dw_sect) {
default:
snprintf(buf_12474,0x10,"%d",dw_sect);
return buf_12474;
case 1:
return "info";
case 2:
return "types";
case 3:
ret... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 FUN_0001e440(undefined4 param_1)
{
switch(param_1) {
default:
snprintf(&DAT_000768a0,0x10,"%d",param_1);
return &DAT_000768a0;
case 1:
return "info";
case 2:
return "types";
case 3:
... | PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x54bb9
SUB ESP,0x4
CMP EAX,0x8
JA 0x0001e4e8
MOV EDX,dword ptr [EBX + EAX*0x4 + 0xfffe2b00]
ADD EDX,EBX
JMP EDX
PUSH EAX
LEA ESI,[EBX + 0x38a0]
LEA EAX,[EBX + 0xfffe1b72]
PUSH EAX
PUSH 0x10
PUSH ESI
CALL 0x00014520
ADD ESP,0x10
MOV EAX,ESI
ADD ESP,0x4
POP EBX
POP ESI
RET | null | null | null | null | [('const-0', u'RETURN_-1205934727'), ('const-16', u'CALL_-1205934775'), ('tmp_776', u'CALL_-1205934775'), (u'PTRSUB_-1205934698', u'RETURN_-1205934727'), ('const-349230', u'COPY_-1205934768'), (u'COPY_-1205934762', u'RETURN_-1205934734'), (u'COPY_-1205934756', u'RETURN_-1205934728'), ('const-485536', u'PTRSUB_-12059344... | [('const-0', u'RETURN_-1205934727'), ('const-376141', u'COPY_-1205934750'), (u'PTRSUB_-1205934698', u'RETURN_-1205934727'), ('const-485536', u'PTRSUB_-1205934449'), (u'COPY_-1205934762', u'RETURN_-1205934734'), ('const-349100', u'COPY_-1205934744'), (u'COPY_-1205934756', u'RETURN_-1205934728'), ('const-349199', u'COPY_... | null | null | 0001e440 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 get_DW_SECT_short_name(uint dw_sect)\n\n{\n switch(dw_sect) {\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n ret... | (translation_unit "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:... | (translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement default : (expression_statement (... | (function_definition "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(type_1 dw_sect)
{
switch(dw_sect) {
default:
var_1(buf_12474,0x10,"%d",dw_sect);
return buf_12474;
case 1:
return "info";
case 2:
return "types";
case 3:
return "abbrev";... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (switch_statement... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 MASKED(undefined4 param_1)
{
switch(param_1) {
default:
snprintf(&DAT_000768a0,0x10,"%d",param_1);
return &DAT_000768a0;
case 1:
return "info";
case 2:
return "types";
case 3:
retu... |
8144_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | got_offset | FUN_002dd480 |
/* DWARF original prototype: uint got_offset(Output_data_got<64,_true> * this, uint i) */
uint __thiscall gold::Output_data_got<64,_true>::got_offset(Output_data_got<64,_true> *this,uint i)
{
return i << 3;
}
|
int FUN_002dd480(undefined4 param_1,int param_2)
{
return param_2 << 3;
}
| MOV EAX,dword ptr [ESP + 0x8]
SHL EAX,0x3
RET | null | null | null | null | [('const-0', u'RETURN_-1204628293'), ('tmp_124', u'INT_LEFT_-1204628314'), ('const-3', u'INT_LEFT_-1204628314'), (u'INT_LEFT_-1204628314', u'RETURN_-1204628293')] | [('const-0', u'RETURN_-1204628293'), ('const-3', u'INT_LEFT_-1204628314'), ('tmp_131', u'INT_LEFT_-1204628314'), (u'INT_LEFT_-1204628314', u'RETURN_-1204628293')] | null | null | 002dd480 | x86 | O1 | (translation_unit "int FUN_002dd480(undefined4 param_1,int param_2)\n\n{\n return param_2 << 3;\n}\n\n" (function_definition "int FUN_002dd480(undefined4 param_1,int param_2)\n\n{\n return param_2 << 3;\n}" primitive_type (function_declarator "FUN_002dd480(undefined4 param_1,int param_2)" identifier (parameter_list "... | (translation_unit "/* DWARF original prototype: uint got_offset(Output_data_got<64,_true> * this, uint i) */\n\nuint __thiscall gold::Output_data_got<64,_true>::got_offset(Output_data_got<64,_true> *this,uint i)\n\n{\n return i << 3;\n}\n\n" comment (declaration "uint __thiscall gold::Output_data_got<64,_true>::got_of... | (translation_unit "int FUN_002dd480(undefined4 param_1,int param_2)\n\n{\n return param_2 << 3;\n}\n\n" (function_definition "int FUN_002dd480(undefined4 param_1,int param_2)\n\n{\n return param_2 << 3;\n}" primitive_type (function_declarator "FUN_002dd480(undefined4 param_1,int param_2)" identifier (parameter_list "... | (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 IDENT << LIT) ;) }))) | (function_definition "int FUN_002dd480(undefined4 param_1,int param_2)\n\n{\n return param_2 << 3;\n}" (primitive_type "int") (function_declarator "FUN_002dd480(undefined4 param_1,int param_2)" (identifier "FUN_002dd480") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parameter_declaration "undefined4 par... |
/* DWARF original prototype: uint got_offset(Output_data_got<64,_true> * this, uint i) */
type_1 __thiscall gold::Output_data_got<64,_true>::got_offset(Output_data_got<64,_true> *this,type_1 i)
{
return i << 3;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement... | null |
int MASKED(undefined4 param_1,int param_2)
{
return param_2 << 3;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.