file_name stringlengths 18 81 | original_function_name stringlengths 2 716 | stripped_function_name stringlengths 2 44 | decompiled_code_original stringlengths 41 480k ⌀ | decompiled_code_stripped stringlengths 37 233k ⌀ | assembly_code stringlengths 3 141k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 5.38M | pcode_edges_stripped stringlengths 11 4.09M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 348 6.43M ⌀ | S-Expression_decompiled_code_original stringlengths 360 20.2M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 289 6.43M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 148 531k ⌀ | S-Expression_decompiled_code_original_root stringlengths 291 6.48M ⌀ | Replace_function_name_and_variable_name stringlengths 39 441k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 225 747k ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 233k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7855_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | wstring | FUN_001ee1e0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::wstring(std::wstring const&, unsigned int, unsigned int) */
void __thiscall std::wstring::wstring(wstring *this,wstring *param_1,uint param_2,uint param_3)
{
int iVar1;
uint uVar2;
uint uVar3;
*(wstrin... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001ee1e0(int *param_1,int *param_2,uint param_3,uint param_4)
{
int iVar1;
uint uVar2;
uint uVar3;
*param_1 = (int)(param_1 + 2);
uVar2 = param_2[1];
if (param_3 <= uVar2) {
iVar1 = *param_2 + param_3... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDX,dword ptr [ESP + 0x10]
CALL 0x00035840
ADD EBX,0x1a0e14
MOV EAX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [ESP + 0x18]
LEA ESI,[EDX + 0x8]
MOV EDI,dword ptr [ESP + 0x1c]
MOV dword ptr [EDX],ESI
MOV ESI,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
CMP ECX,EAX
JA 0x001ee22a
SUB EAX,ECX
... | null | null | null | null | [(u'INT_MULT_-1207836050', u'INT_ADD_-1207836062'), ('const-2666180', u'COPY_-1207835874'), (u'INT_LESSEQUAL_-1207836081', u'CBRANCH_-1207836091'), ('const-417', u'STORE_-1207836120'), (u'COPY_-1207835874', u'CALL_-1207835952'), ('tmp_403', u'INT_MULT_-1207836050'), ('tmp_227', u'CBRANCH_-1207836050'), ('tmp_403', u'IN... | [(u'INT_MULT_-1207836050', u'INT_ADD_-1207836062'), ('tmp_704', u'INT_SUB_-1207836071'), ('tmp_704', u'INT_LESSEQUAL_-1207836081'), ('tmp_705', u'COPY_-1207835908'), (u'INT_LESSEQUAL_-1207836081', u'CBRANCH_-1207836091'), (u'MULTIEQUAL_-1207835919', u'INT_MULT_-1207836018'), ('tmp_703', u'PTRADD_-1207835862'), ('tmp_70... | null | null | 001ee1e0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ee1e0(int *param_1,int *param_2,uint param_3,uint param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n \n *param_1 = (int)(param_1 + 2);\n uVar2 = param_2[1];\n if (param_3 <= uVar2) {\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::wstring(std::wstring const&, unsigned int, unsigned int) */\n\nvoid __thiscall std::wstring::wstring(wstring *this,wstring *param_1,uint param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n ... | (translation_unit "void FUN_001ee1e0(int *param_1,int *param_2,uint param_3,uint param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n \n *param_1 = (int)(param_1 + 2);\n uVar2 = param_2[1];\n if (param_3 <= uVar2) {\n iVar1 = *param_2 + param_3 * 4;\n uVar3 = uVar2 - param_3;\n if (param_4 < uVar2 -... | (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_001ee1e0(int *param_1,int *param_2,uint param_3,uint param_4)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n \n *param_1 = (int)(param_1 + 2);\n uVar2 = param_2[1];\n if (param_3 <= uVar2) {\n iVar1 = *param_2 + param_3 * 4;\n uVar3 = uVar2 - param_3;\n if (param_4 < uVar... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::wstring(std::wstring const&, unsigned int, unsigned int) */
void __thiscall std::function_1::function_1(function_1 *var_1,function_1 *var_2,type_1 var_3,type_1 var_5)
{
int var_8;
type_1 var_4;
type_1 var_9... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2,uint param_3,uint param_4)
{
int iVar1;
uint uVar2;
uint uVar3;
*param_1 = (int)(param_1 + 2);
uVar2 = param_2[1];
if (param_3 <= uVar2) {
iVar1 = *param_2 + param_3 * 4;
... |
5385_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_name_compare>_> | FUN_0013d810 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Ou... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0013d810(undefined4 *param_1)
{
undefined4 uVar1;
undefined4 *puVar2;
char cVar3;
size_t __n;
undefined4 *__dest;
undefined4 *__src;
undefined4 *local_68;
undefined4 local_50;
undefined4 local_4c;
un... | CALL 0x0006206b
ADD EAX,0x26c7eb
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x5c
MOV ESI,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x68],EAX
MOV EAX,dword ptr [ESI]
MOV EDX,dword ptr [ESI + 0x1c]
MOV dword ptr [EBP + -0x4c],EAX
MOV EAX,dword ptr [ESI + 0x4]
MOV dword ptr [EBP + -0x48],EAX
MOV EAX,dword p... | null | null | null | null | [(u'PTRADD_-1207116168', u'STORE_-1207117272'), (u'PTRADD_-1207115883', u'CAST_-1207115833'), ('tmp_2833', u'PTRSUB_-1207116261'), ('const-11', u'PTRADD_-1207115596'), (u'COPY_-1207116211', u'MULTIEQUAL_-1207116382'), (u'COPY_-1207115860', u'MULTIEQUAL_-1207116031'), ('const-4294967294', u'PTRADD_-1207115719'), (u'LOAD... | [(u'MULTIEQUAL_-1207116681', u'CAST_-1207116044'), (u'MULTIEQUAL_-1207115975', u'MULTIEQUAL_-1207116121'), ('const-11', u'PTRADD_-1207115849'), ('const-417', u'STORE_-1207117031'), (u'CALL_-1207116552', u'INDIRECT_-1207115932'), (u'INDIRECT_-1207116258', u'MULTIEQUAL_-1207116007'), (u'PTRADD_-1207116098', u'LOAD_-12071... | null | null | 0013d810 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0013d810(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n char cVar3;\n size_t __n;\n undefined4 *__dest;\n undefined4 *__src;\n undefined4 *local_68;\n undefined4 local_5... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,\n ... | (translation_unit "void FUN_0013d810(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n char cVar3;\n size_t __n;\n undefined4 *__dest;\n undefined4 *__src;\n undefined4 *local_68;\n undefined4 local_50;\n undefined4 local_4c;\n undefined4 local_48;\n undefined4 local_44;\n undefined4 loc... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYP... | (function_definition "void FUN_0013d810(undefined4 *param_1)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n char cVar3;\n size_t __n;\n undefined4 *__dest;\n undefined4 *__src;\n undefined4 *local_68;\n undefined4 local_50;\n undefined4 local_4c;\n undefined4 local_48;\n undefined4 local_44;\n undefined4 ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Ou... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 *param_1)
{
undefined4 uVar1;
undefined4 *puVar2;
char cVar3;
size_t __n;
undefined4 *__dest;
undefined4 *__src;
undefined4 *local_68;
undefined4 local_50;
undefined4 local_4c;
undefine... |
5469_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | do_section_size | FUN_00149cc0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_dynobj<32,_false> * this, uint shndx) */
uint64_t __thiscall
gold::Sized_dynobj<32,_false>::do_section_size(Sized_dynobj<32,_false> *this,uint shndx)
{
Elf_file<32,_fa... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_00149cc0(int param_1,uint param_2)
{
int iVar1;
undefined4 uVar2;
int iVar3;
undefined4 uVar4;
undefined8 uVar5;
iVar3 = param_1 + 0x60;
iVar1 = *(int *)(param_1 + 0x60);
FUN_0004d890(iVar3);
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x1b8337
SUB ESP,0x18
MOV EBP,dword ptr [ESP + 0x2c]
LEA EDI,[EBP + 0x60]
MOV ESI,dword ptr [EBP + 0x60]
PUSH EDI
CALL 0x0004d890
ADD ESP,0x10
MOV EAX,dword ptr [EBP + 0x6c]
CMP dword ptr [ESP + 0x24],EAX
JNC 0x00149d30
SUB ESP,0x8
PUSH dword ptr [ESP + 0x2c]
... | null | null | null | null | [('const-40', u'CALL_-1207198280'), (u'CALL_-1207198191', u'INDIRECT_-1207197816'), (u'PTRSUB_-1207197744', u'PTRSUB_-1207197741'), ('const-96', u'PTRSUB_-1207197847'), ('const-0', u'PTRSUB_-1207197846'), ('const-20', u'PTRADD_-1207198205'), (u'LOAD_-1207198462', u'CALL_-1207198123'), ('const-0', u'INT_NOTEQUAL_-120719... | [(u'CAST_-1207197861', u'LOAD_-1207198373'), ('tmp_1786', u'INT_ADD_-1207198446'), (u'LOAD_-1207198306', u'CALL_-1207198280'), ('const-417', u'LOAD_-1207198373'), (u'LOAD_-1207198462', u'CALL_-1207198123'), ('const-0', u'INT_NOTEQUAL_-1207198342'), ('const-28', u'INT_ADD_-1207198323'), ('const-108', u'INT_ADD_-12071984... | null | null | 00149cc0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00149cc0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x... | (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_dynobj<32,_false> * this, uint shndx) */\n\nuint64_t __thiscall\ngold::Sized_dynobj<32,_false>::do_section_size(Sized_dynobj<32,_false> *this,uint shndx... | (translation_unit "undefined4 FUN_00149cc0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_0004d890(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_0004d89... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;... | (function_definition "undefined4 FUN_00149cc0(int param_1,uint param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n int iVar3;\n undefined4 uVar4;\n undefined8 uVar5;\n \n iVar3 = param_1 + 0x60;\n iVar1 = *(int *)(param_1 + 0x60);\n FUN_0004d890(iVar3);\n if (*(uint *)(param_1 + 0x6c) <= param_2) {\n FUN_0004... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint64_t do_section_size(Sized_dynobj<32,_false> * this, uint shndx) */
uint64_t __thiscall
gold::Sized_dynobj<32,_false>::do_section_size(Sized_dynobj<32,_false> *this,type_2 var_2)
{
Elf_file<32,_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(int param_1,uint param_2)
{
int iVar1;
undefined4 uVar2;
int iVar3;
undefined4 uVar4;
undefined8 uVar5;
iVar3 = param_1 + 0x60;
iVar1 = *(int *)(param_1 + 0x60);
FUN_0004d890(iVar3);
if (*(... |
788_sh4-linux-gnu-ld_and_sh4-linux-gnu-ld_strip.c | fputc | fputc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputc@@GLIBC_2.0 */
halt_baddata();
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206496638')] | [('const-1', u'RETURN_-1206496638')] | null | null | 00095278 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment co... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_... | (translation_unit "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FI... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputc(int __c,FILE *__stream)" (identifier "fputc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifie... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputc@@GLIBC_2.0 */
var_1();
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
24_i686-gnu-strings_and_i686-gnu-strings_strip.c | perror | perror |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
(*(code *)PTR_perror_00019060)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
(*(code *)PTR_perror_00019060)();
return;
}
| JMP dword ptr [EBX + 0x60] | null | null | null | null | [(u'INDIRECT_-1205988894', u'COPY_-1205988953'), (u'CALLIND_-1205988966', u'INDIRECT_-1205988894'), ('const-0', u'RETURN_-1205988963'), (u'CAST_-1205988888', u'CALLIND_-1205988966'), ('tmp_63', u'CAST_-1205988888')] | [(u'INDIRECT_-1205988894', u'COPY_-1205988953'), (u'CALLIND_-1205988966', u'INDIRECT_-1205988894'), ('const-0', u'RETURN_-1205988963'), (u'CAST_-1205988888', u'CALLIND_-1205988966'), ('tmp_63', u'CAST_-1205988888')] | null | null | 00011190 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}" primitive_type (function_de... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}" primitive_type (function_de... | (translation_unit "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}\n\n" (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_decla... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer... | (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00019060)();\n return;\n}" (primitive_type "void") (function_declarator "perror(char *__s)" (identifier "perror") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*")... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(char *__s)
{
(*(type_1 *)PTR_perror_00019060)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__s)
{
(*(code *)PTR_MASKED_00019060)();
return;
}
|
742_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | gld_i386pep_finish | FUN_000534c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gld_i386pep_finish(void)
{
int iVar1;
is_underscoring();
finish_default();
if (((link_info._0_1_ & 1) != 0) ||
(((link_info._0_1_ &... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000534c0(void)
{
int iVar1;
FUN_00052dd0();
FUN_000339b0();
if (((DAT_001d03e0 & 1) != 0) ||
(((DAT_001d03e0 & 3) != 2 && (*(int *)(DAT_001d0160 + 0x2c) != 0)))) {
FUN_00060f40(DAT_001d0414,&DAT_001d... | PUSH ESI
PUSH EBX
CALL 0x00017b80
ADD EBX,0x17ab39
SUB ESP,0x4
CALL 0x00052dd0
CALL 0x000339b0
LEA ESI,[EBX + 0x23e0]
MOVZX EAX,byte ptr [ESI]
TEST AL,0x1
JNZ 0x00053540
AND EAX,0x3
CMP AL,0x2
JZ 0x000534fd
LEA EAX,[EBX + 0x2160]
MOV EAX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x2c]
TEST EAX,EAX
JNZ 0x00053540
MOV EAX... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206241839'), ('const-0', u'INT_NOTEQUAL_-1206241965'), (u'COPY_-1206241431', u'CALL_-1206241866'), ('const-1650336', u'COPY_-1206241431'), ('const-0', u'INT_NOTEQUAL_-1206241703'), (u'INDIRECT_-1206241443', u'MULTIEQUAL_-1206241431'), (u'CALL_-1206242052', u'INDIRECT_-1206241500'), (u'INDI... | [(u'INDIRECT_-1206241461', u'MULTIEQUAL_-1206241413'), ('const-0', u'INT_NOTEQUAL_-1206241839'), (u'STORE_-1206241806', u'INDIRECT_-1206241381'), ('const-1901536', u'PTRSUB_-1206241296'), ('const-0', u'INT_NOTEQUAL_-1206241965'), ('const-0', u'INT_NOTEQUAL_-1206241703'), (u'CALL_-1206242060', u'INDIRECT_-1206241511'), ... | null | null | 000534c0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000534c0(void)\n\n{\n int iVar1;\n \n FUN_00052dd0();\n FUN_000339b0();\n if (((DAT_001d03e0 & 1) != 0) ||\n (((DAT_001d03e0 & 3) != 2 && (*(int *)(DAT_001d0160 + 0x2c) != 0)))) {\n FUN_00... | (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 gld_i386pep_finish(void)\n\n{\n int iVar1;\n \n is_underscoring();\n finish_default();\n if (((link_info._0_1_ & 1) != 0) ... | (translation_unit "void FUN_000534c0(void)\n\n{\n int iVar1;\n \n FUN_00052dd0();\n FUN_000339b0();\n if (((DAT_001d03e0 & 1) != 0) ||\n (((DAT_001d03e0 & 3) != 2 && (*(int *)(DAT_001d0160 + 0x2c) != 0)))) {\n FUN_00060f40(DAT_001d0414,&DAT_001d03e0);\n if (DAT_001d04a0 != 0) {\n FUN_0005e4c0(DAT_00... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_stateme... | (function_definition "void FUN_000534c0(void)\n\n{\n int iVar1;\n \n FUN_00052dd0();\n FUN_000339b0();\n if (((DAT_001d03e0 & 1) != 0) ||\n (((DAT_001d03e0 & 3) != 2 && (*(int *)(DAT_001d0160 + 0x2c) != 0)))) {\n FUN_00060f40(DAT_001d0414,&DAT_001d03e0);\n if (DAT_001d04a0 != 0) {\n FUN_0005e4c0(DAT... |
/* 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 var_8;
var_1();
var_2();
if (((link_info._0_1_ & 1) != 0) ||
(((link_info._0_1_ & 3) != 2 && (pep_def_file->... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
int iVar1;
FUN_00052dd0();
FUN_000339b0();
if (((DAT_001d03e0 & 1) != 0) ||
(((DAT_001d03e0 & 3) != 2 && (*(int *)(DAT_001d0160 + 0x2c) != 0)))) {
FUN_00060f40(DAT_001d0414,&DAT_001d03e0);... |
285_powerpc64-linux-gnu-objcopy_and_powerpc64-linux-gnu-objcopy_strip.c | parse_stab_type_number | FUN_00020b30 |
bfd_boolean __regparm3 parse_stab_type_number(char **pp,int *typenums,char *p_end)
{
char *p;
bfd_vma bVar1;
p = *pp;
if (*p != '(') {
*typenums = 0;
bVar1 = parse_number(pp,(bfd_boolean *)0x0,p_end);
typenums[1] = (int)bVar1;
return 1;
}
*pp = p + 1;
bVar1 = parse_number(pp,(bfd_bool... |
undefined4 __regparm3 FUN_00020b30(int *param_1,undefined4 *param_2)
{
undefined4 uVar1;
if (*(char *)*param_1 != '(') {
*param_2 = 0;
uVar1 = FUN_00020a20();
param_2[1] = uVar1;
return 1;
}
*param_1 = (int)((char *)*param_1 + 1);
uVar1 = FUN_00020a20();
*param_2 = uVar1;
if (*(char *... | PUSH EBP
MOV EBP,ECX
PUSH EDI
MOV EDI,EDX
PUSH ESI
PUSH EBX
MOV EBX,EAX
SUB ESP,0xc
MOV ESI,dword ptr [EAX]
CMP byte ptr [ESI],0x28
JZ 0x00020b68
MOV dword ptr [EDX],0x0
XOR EDX,EDX
CALL 0x00020a20
MOV dword ptr [EDI + 0x4],EAX
ADD ESP,0xc
MOV EAX,0x1
POP EBX
POP ESI
POP EDI
POP EBP
RET
LEA EAX,[ESI + 0x1]
XOR EDX,EDX
... | null | null | null | null | [(u'PTRADD_-1206055675', u'STORE_-1206056054'), ('const-1', u'PTRADD_-1206055880'), ('tmp_659', u'LOAD_-1206056105'), ('const-0', u'CALL_-1206055972'), ('const-1', u'COPY_-1206055849'), ('const-417', u'STORE_-1206055901'), ('tmp_660', u'PTRADD_-1206055612'), ('const-1', u'PTRADD_-1206055939'), ('const-0', u'SUBPIECE_-1... | [('const-417', u'LOAD_-1206055963'), ('const-1', u'PTRADD_-1206055880'), ('const-1', u'COPY_-1206055849'), ('tmp_890', u'STORE_-1206055984'), ('tmp_890', u'LOAD_-1206055967'), (u'LOAD_-1206055963', u'INT_EQUAL_-1206055948'), (u'CAST_-1206055624', u'STORE_-1206055917'), (u'PTRADD_-1206055939', u'CAST_-1206055651'), (u'C... | null | null | 00020b30 | x86 | O0 | (translation_unit "undefined4 __regparm3 FUN_00020b30(int *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(char *)*param_1 != '(') {\n *param_2 = 0;\n uVar1 = FUN_00020a20();\n param_2[1] = uVar1;\n return 1;\n }\n *param_1 = (int)((char *)*param_1 + 1);\n uVar1 = FUN_00020a20();\n *... | (translation_unit "bfd_boolean __regparm3 parse_stab_type_number(char **pp,int *typenums,char *p_end)\n\n{\n char *p;\n bfd_vma bVar1;\n \n p = *pp;\n if (*p != '(') {\n *typenums = 0;\n bVar1 = parse_number(pp,(bfd_boolean *)0x0,p_end);\n typenums[1] = (int)bVar1;\n return 1;\n }\n *pp = p + 1;\n b... | (translation_unit "undefined4 __regparm3 FUN_00020b30(int *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(char *)*param_1 != '(') {\n *param_2 = 0;\n uVar1 = FUN_00020a20();\n param_2[1] = uVar1;\n return 1;\n }\n *param_1 = (int)((char *)*param_1 + 1);\n uVar1 = FUN_00020a20();\n *... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (... | (function_definition "undefined4 __regparm3 FUN_00020b30(int *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(char *)*param_1 != '(') {\n *param_2 = 0;\n uVar1 = FUN_00020a20();\n param_2[1] = uVar1;\n return 1;\n }\n *param_1 = (int)((char *)*param_1 + 1);\n uVar1 = FUN_00020a20();\n... |
type_1 __regparm3 function_1(char **pp,int *typenums,char *p_end)
{
char *var_2;
type_2 bVar1;
var_2 = *pp;
if (*var_2 != '(') {
*typenums = 0;
bVar1 = var_1(pp,(type_1 *)0x0,p_end);
typenums[1] = (int)bVar1;
return 1;
}
*pp = var_2 + 1;
bVar1 = var_1(pp,(type_1 *)0x0,p_end);
*typen... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier... | null |
undefined4 __regparm3 MASKED(int *param_1,undefined4 *param_2)
{
undefined4 uVar1;
if (*(char *)*param_1 != '(') {
*param_2 = 0;
uVar1 = FUN_00020a20();
param_2[1] = uVar1;
return 1;
}
*param_1 = (int)((char *)*param_1 + 1);
uVar1 = FUN_00020a20();
*param_2 = uVar1;
if (*(char *)*para... |
64_powerpc64-linux-gnu-readelf_and_powerpc64-linux-gnu-readelf_strip.c | dcngettext | dcngettext |
void dcngettext(void)
{
(*(code *)PTR_dcngettext_000b4100)();
return;
}
|
void dcngettext(void)
{
(*(code *)PTR_dcngettext_000b4100)();
return;
}
| JMP dword ptr [EBX + 0x100] | null | null | null | null | [('tmp_58', u'CAST_-1205980057'), (u'CALLIND_-1205980134', u'INDIRECT_-1205980062'), (u'CAST_-1205980057', u'CALLIND_-1205980134'), (u'INDIRECT_-1205980062', u'COPY_-1205980121'), ('const-0', u'RETURN_-1205980131')] | [('tmp_58', u'CAST_-1205980057'), (u'CALLIND_-1205980134', u'INDIRECT_-1205980062'), (u'CAST_-1205980057', u'CALLIND_-1205980134'), (u'INDIRECT_-1205980062', u'COPY_-1205980121'), ('const-0', u'RETURN_-1205980131')] | null | null | 00013410 | x86 | O0 | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (translation_unit "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_decla... | (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 dcngettext(void)\n\n{\n (*(code *)PTR_dcngettext_000b4100)();\n return;\n}" (primitive_type "void") (function_declarator "dcngettext(void)" (identifier "dcngettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (... |
void function_1(void)
{
(*(type_1 *)PTR_dcngettext_000b4100)();
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_000b4100)();
return;
}
|
10734_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | d_template_args | FUN_002872e0 |
undefined4 __regparm3 d_template_args(int param_1)
{
undefined4 uVar1;
if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {
*(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;
uVar1 = d_template_args_1();
return uVar1;
}
return 0;
}
|
undefined4 __regparm3 FUN_002872e0(int param_1)
{
undefined4 uVar1;
if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {
*(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;
uVar1 = FUN_002871d0();
return uVar1;
}
return 0;
}
| MOV ECX,dword ptr [EAX + 0xc]
MOVZX EDX,byte ptr [ECX]
SUB EDX,0x49
CMP DL,0x1
JA 0x00287300
ADD ECX,0x1
MOV dword ptr [EAX + 0xc],ECX
JMP 0x002871d0
XOR EAX,EAX
RET | null | null | null | null | [('const-12', u'INT_ADD_-1204325645'), ('const-2', u'INT_LESS_-1204325613'), ('const-1', u'PTRADD_-1204325556'), (u'LOAD_-1204325661', u'PTRADD_-1204325556'), (u'COPY_-1204325588', u'RETURN_-1204325568'), (u'INT_ADD_-1204325632', u'CAST_-1204325511'), (u'PTRADD_-1204325556', u'STORE_-1204325606'), ('const-183', u'INT_A... | [('const-12', u'INT_ADD_-1204325645'), ('const-2', u'INT_LESS_-1204325613'), ('const-1', u'PTRADD_-1204325556'), (u'LOAD_-1204325661', u'PTRADD_-1204325556'), (u'COPY_-1204325588', u'RETURN_-1204325568'), (u'INT_ADD_-1204325632', u'CAST_-1204325511'), (u'PTRADD_-1204325556', u'STORE_-1204325606'), ('const-183', u'INT_A... | null | null | 002872e0 | x86 | O0 | (translation_unit "undefined4 __regparm3 FUN_002872e0(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {\n *(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;\n uVar1 = FUN_002871d0();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefi... | (translation_unit "undefined4 __regparm3 d_template_args(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {\n *(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;\n uVar1 = d_template_args_1();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition... | (translation_unit "undefined4 __regparm3 FUN_002872e0(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {\n *(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;\n uVar1 = FUN_002871d0();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefi... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_l... | (function_definition "undefined4 __regparm3 FUN_002872e0(int param_1)\n\n{\n undefined4 uVar1;\n \n if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {\n *(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;\n uVar1 = FUN_002871d0();\n return uVar1;\n }\n return 0;\n}" (type_identifier "undefined4"... |
type_1 __regparm3 function_1(int var_1)
{
type_1 uVar1;
if ((byte)(**(char **)(var_1 + 0xc) + 0xb7U) < 2) {
*(char **)(var_1 + 0xc) = *(char **)(var_1 + 0xc) + 1;
uVar1 = var_2();
return uVar1;
}
return 0;
}
| null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (... | null |
undefined4 __regparm3 MASKED(int param_1)
{
undefined4 uVar1;
if ((byte)(**(char **)(param_1 + 0xc) + 0xb7U) < 2) {
*(char **)(param_1 + 0xc) = *(char **)(param_1 + 0xc) + 1;
uVar1 = FUN_002871d0();
return uVar1;
}
return 0;
}
|
10874_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | __uselocale | __uselocale |
/* WARNING: Control flow encountered bad instruction data */
void __uselocale(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __uselocale@@GLIBC_2.3 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __uselocale(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205431802')] | [('const-1', u'RETURN_-1205431802')] | null | null | 003991fc | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __uselocale(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __uselocale(void)\n\n{\n /* WARNING: Bad inst... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __uselocale(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __uselocale@@GLIBC_2.3 */\n halt_baddata();\n}\n\n" comment (function_definition "void __uselocale(vo... | (translation_unit "void __uselocale(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __uselocale(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__uselocale(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void __uselocale(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__uselocale(void)" (identifier "__uselocale") (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 */
/* __uselocale@@GLIBC_2.3 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
188_users_and_users_strip.c | __ctype_get_mb_cur_max | __ctype_get_mb_cur_max |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_get_mb_cur_max@@GLIBC_2.0 */... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205948322')] | [('const-1', u'RETURN_-1205948322')] | null | null | 0001b054 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\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\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_get... | (translation_unit "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__ctype_get_mb_cur_max(void)" identifier (parameter_list "(void)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cur_max(void)" (identifier "__ctype_get_mb_cur_max") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_get_mb_cur_max@@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 */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8754_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | sort_before | FUN_002fce80 |
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_true> * this,
Output_reloc<4,_false,_32,_true> * r2) */
bool __thiscall
gold::Output_reloc<4,_false,_32,_true>::sort_before
(Output_reloc<4,_false,_32,_true> *this,Output_reloc<4,_false,_32,_true> *r2)
{
int iVar1;
bool bVar2;
... |
bool FUN_002fce80(int param_1,int param_2)
{
int iVar1;
bool bVar2;
iVar1 = FUN_002fcdc0(param_1,param_2);
bVar2 = true;
if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {
return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);
}
return bVar2;
}
| PUSH ESI
PUSH EBX
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x18]
MOV EBX,dword ptr [ESP + 0x1c]
PUSH EBX
PUSH ESI
CALL 0x002fcdc0
ADD ESP,0x10
MOV EDX,0x1
TEST EAX,EAX
JS 0x002fcea7
MOV EDX,0x0
JZ 0x002fceb0
ADD ESP,0x4
MOV EAX,EDX
POP EBX
POP ESI
RET
MOV EAX,dword ptr [EBX + 0x18]
CMP dword ptr [ESI + 0x18],EAX
SETC DL
AD... | null | null | null | null | [('const-1', u'COPY_-1204760798'), (u'INT_EQUAL_-1204760877', u'CBRANCH_-1204760867'), (u'CALL_-1204760909', u'INT_SLESS_-1204760876'), (u'INT_SLESS_-1204760876', u'CBRANCH_-1204760876'), ('const-0', u'RETURN_-1204760777'), (u'INT_LESS_-1204760815', u'COPY_-1204760778'), ('const-0', u'INT_EQUAL_-1204760877'), (u'LOAD_-... | [('const-0', u'COPY_-1204760783'), (u'INT_EQUAL_-1204760877', u'CBRANCH_-1204760867'), ('tmp_421', u'CALL_-1204760909'), (u'CALL_-1204760909', u'INT_SLESS_-1204760876'), (u'INT_SLESS_-1204760876', u'CBRANCH_-1204760876'), ('const-0', u'RETURN_-1204760777'), ('const-0', u'INT_EQUAL_-1204760877'), (u'LOAD_-1204760830', u... | null | null | 002fce80 | x86 | O0 | (translation_unit "bool FUN_002fce80(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_002fcdc0(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}\n\n" (function_... | (translation_unit "/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_true> * this,\n Output_reloc<4,_false,_32,_true> * r2) */\n\nbool __thiscall\ngold::Output_reloc<4,_false,_32,_true>::sort_before\n (Output_reloc<4,_false,_32,_true> *this,Output_reloc<4,_false,_32,_true> *r2)\n\n{\n ... | (translation_unit "bool FUN_002fce80(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_002fcdc0(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}\n\n" (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (ar... | (function_definition "bool FUN_002fce80(int param_1,int param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_002fcdc0(param_1,param_2);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);\n }\n return bVar2;\n}" (primitive_... |
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_32,_true> * this,
Output_reloc<4,_false,_32,_true> * r2) */
bool __thiscall
gold::var_1<4,_false,_32,_true>::sort_before
(var_1<4,_false,_32,_true> *this,var_1<4,_false,_32,_true> *r2)
{
int var_3;
bool bVar2;
var_3 = var_1<9,... | 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 |
bool MASKED(int param_1,int param_2)
{
int iVar1;
bool bVar2;
iVar1 = FUN_002fcdc0(param_1,param_2);
bVar2 = true;
if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {
return *(uint *)(param_1 + 0x18) < *(uint *)(param_2 + 0x18);
}
return bVar2;
}
|
5973_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c | read_fde<64,_false> | FUN_0017fa80 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original name: read_fde<64, false>
DWARF original prototype: bool read_fde<64,_false>(Eh_frame * this, Sized_relobj_file<64,_false>
* object, uint shndx, uchar *... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
uint FUN_0017fa80(undefined4 param_1,int *param_2,undefined4 param_3,int param_4,uint param_5,
int param_6,int param_7,uint *param_8,int param_9,undefined4 param_10,int param_11)
{
int *piVar1;
int iVar2;
... | CALL 0x00058c42
ADD EAX,0x1bf57b
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV dword ptr [EBP + -0x2c],EAX
MOV EAX,dword ptr [EBP + 0x30]
MOV EDX,dword ptr [EBP + 0x24]
SUB EDX,dword ptr [EBP + 0x1c]
LEA ECX,[EAX + 0x4]
MOV EAX,dword ptr [EAX + 0x8]
SUB EDX,dword ptr [EBP + 0x20]
TEST EAX,EAX
JZ 0x00... | null | null | null | null | [('tmp_636', u'CBRANCH_-1207370767'), ('const-2521895', u'COPY_-1207367313'), ('tmp_3945', u'CAST_-1207367170'), (u'LOAD_-1207369141', u'CAST_-1207367130'), ('const-0', u'PTRSUB_-1207367038'), ('tmp_3117', u'BRANCH_-1207369096'), ('const-417', u'LOAD_-1207370821'), (u'MULTIEQUAL_-1207369087', u'CAST_-1207367801'), ('co... | [('tmp_636', u'CBRANCH_-1207370767'), ('const-4', u'PTRADD_-1207367741'), (u'INT_ADD_-1207368819', u'CAST_-1207367108'), (u'CAST_-1207367429', u'COPY_-1207367211'), (u'CALLIND_-1207368825', u'MULTIEQUAL_-1207368547'), ('const-417', u'LOAD_-1207369057'), ('const-4', u'PTRADD_-1207367489'), ('tmp_3117', u'BRANCH_-1207369... | null | null | 0017fa80 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nuint FUN_0017fa80(undefined4 param_1,int *param_2,undefined4 param_3,int param_4,uint param_5,\n int param_6,int param_7,uint *param_8,int param_9,undefined4 param_10,int param_11)\n\n{\n int ... | (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: read_fde<64, false>\n DWARF original prototype: bool read_fde<64,_false>(Eh_frame * this, Sized_relobj_file<64,_false>\n * objec... | (translation_unit "uint FUN_0017fa80(undefined4 param_1,int *param_2,undefined4 param_3,int param_4,uint param_5,\n int param_6,int param_7,uint *param_8,int param_9,undefined4 param_10,int param_11)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 *puVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "uint FUN_0017fa80(undefined4 param_1,int *param_2,undefined4 param_3,int param_4,uint param_5,\n int param_6,int param_7,uint *param_8,int param_9,undefined4 param_10,int param_11)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 *puVar3;\n longlong lVar4;\n byte bVar5;\n int iV... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original name: read_fde<64, false>
DWARF original prototype: bool read_fde<64,_false>(Eh_frame * this, Sized_relobj_file<64,_false>
* object, uint shndx, uchar *... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
uint MASKED(undefined4 param_1,int *param_2,undefined4 param_3,int param_4,uint param_5,
int param_6,int param_7,uint *param_8,int param_9,undefined4 param_10,int param_11)
{
int *piVar1;
int iVar2;
undefi... |
9005_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | wifstream | FUN_0022fde0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wifstream::wifstream() */
void __thiscall std::wifstream::wifstream(wifstream *this)
{
int iVar1;
int iVar2;
int *in_stack_00000008;
iVar1 = in_stack_00000008[1];
iVar2 = *(int *)(iVar1 + -0xc);
*(int *)thi... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0022fde0(int *param_1,int *param_2)
{
int iVar1;
int iVar2;
iVar1 = param_2[1];
iVar2 = *(int *)(iVar1 + -0xc);
*param_1 = iVar1;
*(int *)((int)param_1 + iVar2) = param_2[2];
param_1[1] = 0;
FUN_00228... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x17a215
SUB ESP,0x24
MOV EDI,dword ptr [EBP + 0xc]
MOV ESI,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EDI + 0x4]
MOV EDX,dword ptr [EAX + -0xc]
MOV dword ptr [ESI],EAX
MOV ECX,dword ptr [EDI + 0x8]
MOV dword ptr [EBP + -0x1c],EBX
MOV dword ptr [ESI ... | null | null | null | null | [(u'CAST_-1203896467', u'CALL_-1203896718'), ('const-2', u'PTRADD_-1203896494'), ('const-4', u'PTRADD_-1203896698'), (u'CAST_-1203896443', u'STORE_-1203896687'), ('tmp_839', u'LOAD_-1203896717'), (u'LOAD_-1203896717', u'STORE_-1203896705'), ('tmp_839', u'PTRADD_-1203896503'), (u'LOAD_-1203896696', u'STORE_-1203896687')... | [(u'INT_ADD_-1203896673', u'CAST_-1203896446'), (u'LOAD_-1203896717', u'STORE_-1203896705'), (u'INT_ADD_-1203896773', u'CAST_-1203896500'), ('const-417', u'LOAD_-1203896779'), ('const-1', u'PTRADD_-1203896488'), ('const-4', u'PTRADD_-1203896450'), ('const-4', u'PTRADD_-1203896488'), (u'INT_ADD_-1203896734', u'CAST_-120... | null | null | 0022fde0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0022fde0(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wifstream::wifstream() */\n\nvoid __thiscall std::wifstream::wifstream(wifstream *this)\n\n{\n int iVar1;\n int iVar2;\n int *in_stack_00000008;\n \n iVar1 = in_stack_00000008[1];\n iVar2 = *(int *)... | (translation_unit "void FUN_0022fde0(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00228040(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *par... | (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 ;) (expression_statement (assignment... | (function_definition "void FUN_0022fde0(int *param_1,int *param_2)\n\n{\n int iVar1;\n int iVar2;\n \n iVar1 = param_2[1];\n iVar2 = *(int *)(iVar1 + -0xc);\n *param_1 = iVar1;\n *(int *)((int)param_1 + iVar2) = param_2[2];\n param_1[1] = 0;\n FUN_00228040(*(int *)(iVar1 + -0xc) + (int)param_1,0);\n iVar1 = *... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wifstream::wifstream() */
void __thiscall std::function_1::function_1(function_1 *var_2)
{
int var_1;
int var_3;
int *in_stack_00000008;
var_1 = in_stack_00000008[1];
var_3 = *(int *)(var_1 + -0xc);
*(int *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2)
{
int iVar1;
int iVar2;
iVar1 = param_2[1];
iVar2 = *(int *)(iVar1 + -0xc);
*param_1 = iVar1;
*(int *)((int)param_1 + iVar2) = param_2[2];
param_1[1] = 0;
FUN_00228040(*(... |
3590_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | Output_reloc | FUN_000c8780 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,
Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address,
bool is_relative, bool is_symbolless, boo... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_000c8780(undefined4 *param_1,undefined4 param_2,int param_3,uint param_4,int param_5,
undefined4 param_6,byte param_7,byte param_8,byte param_9,byte param_10)
{
uint uVar1;
uint uVar2;
uint uVar3;... | CALL 0x0004fb76
ADD EAX,0x23987b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EDX,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [ESP + 0x38]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x3c]
MOV EDI,dword ptr [ESP + 0x40]
MOV ECX,dword ptr [EDX + 0x10]
MOV EBP,dword ptr [ESP + 0x34]
MOV dword ptr [EDX + 0... | null | null | null | null | [(u'PTRSUB_-1206678810', u'CAST_-1206678803'), ('const-2273608', u'COPY_-1206678696'), ('const-0', u'SUBPIECE_-1206678708'), ('const-0', u'PTRSUB_-1206678663'), ('tmp_1503', u'STORE_-1206679047'), ('tmp_1506', u'INT_EQUAL_-1206679083'), ('tmp_1504', u'STORE_-1206679577'), ('tmp_1218', u'CBRANCH_-1206679054'), (u'INT_AN... | [(u'COPY_-1206678689', u'CALL_-1206678926'), ('const-810', u'CALL_-1206678873'), ('const-24', u'INT_RIGHT_-1206678773'), ('const-2273608', u'COPY_-1206678689'), ('const-417', u'LOAD_-1206679592'), ('tmp_1218', u'CBRANCH_-1206679054'), (u'INT_AND_-1206679253', u'INT_LEFT_-1206679239'), ('const-7', u'INT_LEFT_-1206679169... | null | null | 000c8780 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000c8780(undefined4 *param_1,undefined4 param_2,int param_3,uint param_4,int param_5,\n undefined4 param_6,byte param_7,byte param_8,byte param_9,byte param_10)\n\n{\n uint uVar1;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,\n Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address,\n bool is_relative, bo... | (translation_unit "void FUN_000c8780(undefined4 *param_1,undefined4 param_2,int param_3,uint param_4,int param_5,\n undefined4 param_6,byte param_7,byte param_8,byte param_9,byte param_10)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n param_1[3] = param_3;\n param_1[5] = param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "void FUN_000c8780(undefined4 *param_1,undefined4 param_2,int param_3,uint param_4,int param_5,\n undefined4 param_6,byte param_7,byte param_8,byte param_9,byte param_10)\n\n{\n uint uVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n param_1[3] = param_3;\n param_1[5] = pa... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_false> * this,
Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, uint shndx, Address address,
bool is_relative, bool is_symbolless, boo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 *param_1,undefined4 param_2,int param_3,uint param_4,int param_5,
undefined4 param_6,byte param_7,byte param_8,byte param_9,byte param_10)
{
uint uVar1;
uint uVar2;
uint uVar3;
uin... |
9609_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | rend | FUN_0027ee90 |
/* std::string::rend() const */
void std::string::rend(void)
{
undefined4 *in_stack_00000004;
undefined4 *in_stack_00000008;
*in_stack_00000004 = *in_stack_00000008;
return;
}
|
void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)
{
*param_1 = *param_2;
return;
}
| MOV EDX,dword ptr [ESP + 0x8]
MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [EDX]
MOV dword ptr [EAX],EDX
RET 0x4 | null | null | null | null | [('const-0', u'RETURN_-1204228429'), ('const-417', u'STORE_-1204228442'), ('tmp_44', u'LOAD_-1204228448'), ('const-417', u'LOAD_-1204228448'), (u'LOAD_-1204228448', u'STORE_-1204228442'), ('tmp_45', u'STORE_-1204228442')] | [('const-0', u'RETURN_-1204228429'), ('const-417', u'STORE_-1204228442'), ('tmp_44', u'LOAD_-1204228448'), ('const-417', u'LOAD_-1204228448'), (u'LOAD_-1204228448', u'STORE_-1204228442'), ('tmp_45', u'STORE_-1204228442')] | null | null | 0027ee90 | x86 | O0 | (translation_unit "void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}\n\n" (function_definition "void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" primitive_type (function_declarator "FUN_0027ee90(undefined4 *param_1... | (translation_unit "/* std::string::rend() const */\n\nvoid std::string::rend(void)\n\n{\n undefined4 *in_stack_00000004;\n undefined4 *in_stack_00000008;\n \n *in_stack_00000004 = *in_stack_00000008;\n return;\n}\n\n" comment (function_definition "void std::string::rend(void)\n\n{\n undefined4 *in_stack_00000004;... | (translation_unit "void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}\n\n" (function_definition "void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" primitive_type (function_declarator "FUN_0027ee90(undefined4 *param_1... | (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 (assignment_expression (pointer_expression * IDENT) = (pointer_ex... | (function_definition "void FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)\n\n{\n *param_1 = *param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0027ee90(undefined4 *param_1,undefined4 *param_2)" (identifier "FUN_0027ee90") (parameter_list "(undefined4 *param_1,undefined4 *param_2)" (( "("... |
/* std::string::rend() const */
void std::string::function_1(void)
{
type_1 *in_stack_00000004;
type_1 *in_stack_00000008;
*in_stack_00000004 = *in_stack_00000008;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
void MASKED(undefined4 *param_1,undefined4 *param_2)
{
*param_1 = *param_2;
return;
}
|
8995_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~ofstream | FUN_0022f800 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ofstream::~ofstream() */
void __thiscall std::ofstream::~ofstream(ofstream *this)
{
*(undefined4 *)(this + 0x8c) = 0x3a7930;
*(undefined4 *)this = 0x3a791c;
*(undefined ***)(this + 4) = &PTR__filebuf_003a7840;
fil... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0022f800(undefined4 *param_1)
{
param_1[0x23] = &PTR_FUN_003a7930;
*param_1 = &PTR_FUN_003a791c;
param_1[1] = &PTR_FUN_003a7840;
FUN_0022d100(param_1 + 1);
FUN_001fd860(param_1 + 0xf);
param_1[1] = &PTR_FUN_... | PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x17a7f9
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffd910]
LEA EDX,[EAX + 0xc]
ADD EAX,0x20
MOV dword ptr [ESI + 0x8c],EAX
LEA EAX,[EBX + 0xffffd838]
MOV dword ptr [ESI],EDX
ADD EAX,0x8
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,[ESI + 0x4]
PUSH EAX
CALL 0x0022d... | null | null | null | null | [('const-0', u'PTRSUB_-1203897987'), ('const-3831872', u'PTRSUB_-1203898017'), (u'PTRADD_-1203898121', u'CAST_-1203897973'), (u'PTRSUB_-1203897987', u'STORE_-1203898194'), ('const-1', u'PTRADD_-1203898121'), ('const-417', u'STORE_-1203898288'), ('tmp_430', u'PTRADD_-1203898121'), ('const-32', u'PTRADD_-1203898128'), (u... | [('tmp_747', u'PTRADD_-1203897999'), ('const-4', u'PTRADD_-1203898009'), (u'PTRSUB_-1203897987', u'STORE_-1203898194'), ('const-3832092', u'PTRSUB_-1203898020'), ('tmp_747', u'PTRADD_-1203897974'), ('const-4', u'PTRADD_-1203898013'), ('const-1', u'PTRADD_-1203898013'), ('const-3829932', u'PTRSUB_-1203897987'), ('const-... | null | null | 0022f800 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0022f800(undefined4 *param_1)\n\n{\n param_1[0x23] = &PTR_FUN_003a7930;\n *param_1 = &PTR_FUN_003a791c;\n param_1[1] = &PTR_FUN_003a7840;\n FUN_0022d100(param_1 + 1);\n FUN_001fd860(param_1 + 0xf... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ofstream::~ofstream() */\n\nvoid __thiscall std::ofstream::~ofstream(ofstream *this)\n\n{\n *(undefined4 *)(this + 0x8c) = 0x3a7930;\n *(undefined4 *)this = 0x3a791c;\n *(undefined ***)(this + 4) = &PT... | (translation_unit "void FUN_0022f800(undefined4 *param_1)\n\n{\n param_1[0x23] = &PTR_FUN_003a7930;\n *param_1 = &PTR_FUN_003a791c;\n param_1[1] = &PTR_FUN_003a7840;\n FUN_0022d100(param_1 + 1);\n FUN_001fd860(param_1 + 0xf);\n param_1[1] = &PTR_FUN_003a70ac;\n FUN_001ff780(param_1 + 8);\n *param_1 = &DAT_003a7... | (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_0022f800(undefined4 *param_1)\n\n{\n param_1[0x23] = &PTR_FUN_003a7930;\n *param_1 = &PTR_FUN_003a791c;\n param_1[1] = &PTR_FUN_003a7840;\n FUN_0022d100(param_1 + 1);\n FUN_001fd860(param_1 + 0xf);\n param_1[1] = &PTR_FUN_003a70ac;\n FUN_001ff780(param_1 + 8);\n *param_1 = &DAT_00... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ofstream::~ofstream() */
void __thiscall std::function_1::~function_1(function_1 *var_1)
{
*(type_1 *)(var_1 + 0x8c) = 0x3a7930;
*(type_1 *)var_1 = 0x3a791c;
*(type_2 ***)(var_1 + 4) = &PTR__filebuf_003a7840;
file... | 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[0x23] = &PTR_FUN_003a7930;
*param_1 = &PTR_FUN_003a791c;
param_1[1] = &PTR_FUN_003a7840;
FUN_0022d100(param_1 + 1);
FUN_001fd860(param_1 + 0xf);
param_1[1] = &PTR_FUN_003a70... |
78_tac_and_tac_strip.c | register_tm_clones | FUN_00011550 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001157e) */
/* WARNING: Removing unreachable block (ram,0x00011588) */
void register_tm_clones(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001157e) */
/* WARNING: Removing unreachable block (ram,0x00011588) */
void FUN_00011550(void)
{
return;
}
| CALL 0x00011635
ADD EDX,0x1eaab
PUSH EBP
MOV EBP,ESP
PUSH EBX
LEA ECX,[EDX + 0x1c8]
LEA EAX,[EDX + 0x1c8]
SUB ESP,0x4
SUB EAX,ECX
SAR EAX,0x2
MOV EBX,EAX
SHR EBX,0x1f
ADD EAX,EBX
SAR EAX,0x1
JZ 0x00011592
MOV EDX,dword ptr [EDX + 0xfffffffc]
TEST EDX,EDX
JZ 0x00011592
SUB ESP,0x8
PUSH EAX
PUSH ECX
CALL EDX
ADD ESP,0x10... | null | null | null | null | [('const-0', u'RETURN_-1205987754')] | [('const-0', u'RETURN_-1205987754')] | null | null | 00011550 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001157e) */\n/* WARNING: Removing unreachable block (ram,0x00011588) */\n\nvoid FUN_00011550(void)\n\n{\n return;\n}\n\n" comment comment comment (function_definit... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Removing unreachable block (ram,0x0001157e) */\n/* WARNING: Removing unreachable block (ram,0x00011588) */\n\nvoid register_tm_clones(void)\n\n{\n return;\n}\n\n" comment comment comment (function_de... | (translation_unit "void FUN_00011550(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00011550(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00011550(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_00011550(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011550(void)" (identifier "FUN_00011550") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001157e) */
/* WARNING: Removing unreachable block (ram,0x00011588) */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Removing unreachable block (ram,0x0001157e) */
/* WARNING: Removing unreachable block (ram,0x00011588) */
void MASKED(void)
{
return;
}
|
13054_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | curr_symbol | FUN_004013d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, true>::curr_symbol() const */
void std::moneypunct<wchar_t,true>::curr_symbol(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_004013d0(undefined4 param_1,int *param_2)
{
undefined1 local_d;
undefined4 uStack_c;
uStack_c = 0x4013d7;
if (*(code **)(*param_2 + 0x14) == (code *)PTR_FUN_005e9ea4) {
FUN_004333e0(param_1,*(undefi... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x1e8c29
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x24]
MOV ESI,dword ptr [ESP + 0x20]
MOV EDX,dword ptr [EAX]
MOV EDX,dword ptr [EDX + 0x14]
CMP EDX,dword ptr [EBX + 0xfffffea4]
JNZ 0x00401420
SUB ESP,0x4
MOV EAX,dword ptr [EAX + 0x8]
LEA EDX,[ESP + 0x13]
PUSH EDX
PUSH dword ptr ... | null | null | null | null | [('const-1', u'RETURN_-1201728538')] | [(u'LOAD_-1201728456', u'INT_ADD_-1201728424'), ('const-4', u'PTRADD_-1201728230'), ('const-417', u'LOAD_-1201728456'), ('const-417', u'LOAD_-1201728496'), (u'CALLIND_-1201728338', u'INDIRECT_-1201728200'), ('const-417', u'LOAD_-1201728440'), ('const-0', u'RETURN_-1201728293'), (u'CAST_-1201728239', u'INT_EQUAL_-120172... | null | null | 004013d0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_004013d0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x4013d7;\n if (*(code **)(*param_2 + 0x14) == (code *)PTR_FUN_005e9ea4) {\n F... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<wchar_t, true>::curr_symbol() const */\n\nvoid std::moneypunct<wchar_t,true>::curr_symbol(void)\n\n{\n}\n\n" comment comment (ERROR "void std::moneypunct<wchar_t,true>::curr_symbol(void)" primi... | (translation_unit "undefined4 FUN_004013d0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x4013d7;\n if (*(code **)(*param_2 + 0x14) == (code *)PTR_FUN_005e9ea4) {\n FUN_004333e0(param_1,*(undefined4 *)(param_2[2] + 0x1c),&local_d);\n return param_1;\n }\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT... | (function_definition "undefined4 FUN_004013d0(undefined4 param_1,int *param_2)\n\n{\n undefined1 local_d;\n undefined4 uStack_c;\n \n uStack_c = 0x4013d7;\n if (*(code **)(*param_2 + 0x14) == (code *)PTR_FUN_005e9ea4) {\n FUN_004333e0(param_1,*(undefined4 *)(param_2[2] + 0x1c),&local_d);\n return param_1;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, true>::curr_symbol() const */
void std::moneypunct<wchar_t,true>::curr_symbol(void)
{
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 param_1,int *param_2)
{
undefined1 local_d;
undefined4 uStack_c;
uStack_c = 0x4013d7;
if (*(code **)(*param_2 + 0x14) == (code *)PTR_FUN_005e9ea4) {
FUN_004333e0(param_1,*(undefined4 *... |
418_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | mri_public | FUN_0002a980 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void mri_public(char *name,etree_type *exp)
{
etree_type *exp_00;
exp_00 = exp_assign(name,exp,0);
lang_add_assignment(exp_00);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0002a980(undefined4 param_1,undefined4 param_2)
{
undefined4 uVar1;
uVar1 = FUN_0002f6a0(param_1,param_2,0);
FUN_000269c0(uVar1);
return;
}
| PUSH EBX
CALL 0x00015a20
ADD EBX,0x6167a
SUB ESP,0xc
PUSH 0x0
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0002f6a0
MOV dword ptr [ESP],EAX
CALL 0x000269c0
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_183', u'CALL_-1206015545'), ('tmp_184', u'CALL_-1206015545'), ('const-0', u'CALL_-1206015545'), ('const-0', u'RETURN_-1206015504'), (u'CALL_-1206015545', u'CALL_-1206015532')] | [('tmp_372', u'CALL_-1206015545'), ('const-0', u'CALL_-1206015545'), ('const-0', u'RETURN_-1206015504'), (u'CALL_-1206015545', u'CALL_-1206015532'), ('tmp_373', u'CALL_-1206015545')] | null | null | 0002a980 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002a980(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0002f6a0(param_1,param_2,0);\n FUN_000269c0(uVar1);\n return;\n}\n\n" comment (function_definition "void ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid mri_public(char *name,etree_type *exp)\n\n{\n etree_type *exp_00;\n \n exp_00 = exp_assign(name,exp,0);\n lang_add_assignment(exp_00);\n return;\n}\n\n" comm... | (translation_unit "void FUN_0002a980(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0002f6a0(param_1,param_2,0);\n FUN_000269c0(uVar1);\n return;\n}\n\n" (function_definition "void FUN_0002a980(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_000... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT... | (function_definition "void FUN_0002a980(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0002f6a0(param_1,param_2,0);\n FUN_000269c0(uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002a980(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0002a980") (... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(char *name,type_1 *exp)
{
type_1 *exp_00;
exp_00 = var_1(name,exp,0);
var_2(exp_00);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2)
{
undefined4 uVar1;
uVar1 = FUN_0002f6a0(param_1,param_2,0);
FUN_000269c0(uVar1);
return;
}
|
294_powerpc64le-linux-gnu-ranlib_and_powerpc64le-linux-gnu-ranlib_strip.c | putc | putc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.0 */
halt_baddata();
}
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206050482')] | [('const-1', u'RETURN_-1206050482')] | null | null | 00022144 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment com... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2.... | (translation_unit "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putc(int __c,FILE *__stream)" (identifier "putc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.0 */
var_1();
}... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5677_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | run | FUN_00146450 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void run(Gc_process_relocs * this, Workqueue * param_1) */
void __thiscall gold::Gc_process_relocs::run(Gc_process_relocs *this,Workqueue ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00146450(int param_1)
{
int iVar1;
(**(code **)(**(int **)(param_1 + 0x2c) + 0x9c))
(*(int **)(param_1 + 0x2c),*(undefined4 *)(param_1 + 0x24),
*(undefined4 *)(param_1 + 0x28),*(undefined... | PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x248ba9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ESI + 0x2c]
MOV EDX,dword ptr [EAX]
PUSH dword ptr [ESI + 0x30]
PUSH dword ptr [ESI + 0x28]
PUSH dword ptr [ESI + 0x24]
PUSH EAX
CALL dword ptr [EDX + 0x9c]
MOV EAX,dword ptr [ESI + 0x2c]
MOV EAX,dword ptr [... | null | null | null | null | [(u'LOAD_-1207212918', u'PTRADD_-1207212645'), ('const-0', u'PTRSUB_-1207212666'), ('tmp_392', u'PTRSUB_-1207212644'), (u'PTRSUB_-1207212636', u'LOAD_-1207212867'), ('const-417', u'LOAD_-1207212897'), ('tmp_392', u'PTRSUB_-1207212655'), ('const-417', u'LOAD_-1207212873'), (u'PTRSUB_-1207212644', u'LOAD_-1207212873'), (... | [('tmp_688', u'INT_ADD_-1207212889'), (u'LOAD_-1207212873', u'INT_ADD_-1207212851'), ('const-417', u'LOAD_-1207212905'), (u'INT_ADD_-1207212907', u'CAST_-1207212674'), ('const-417', u'LOAD_-1207212913'), (u'LOAD_-1207212918', u'INT_ADD_-1207212869'), ('const-40', u'INT_ADD_-1207212889'), (u'INT_NOTEQUAL_-1207212836', u... | null | null | 00146450 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00146450(int param_1)\n\n{\n int iVar1;\n \n (**(code **)(**(int **)(param_1 + 0x2c) + 0x9c))\n (*(int **)(param_1 + 0x2c),*(undefined4 *)(param_1 + 0x24),\n *(undefined4 *)(... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void run(Gc_process_relocs * this, Workqueue * param_1) */\n\nvoid __thiscall gold::Gc_process_relocs::run(Gc_process_r... | (translation_unit "void FUN_00146450(int param_1)\n\n{\n int iVar1;\n \n (**(code **)(**(int **)(param_1 + 0x2c) + 0x9c))\n (*(int **)(param_1 + 0x2c),*(undefined4 *)(param_1 + 0x24),\n *(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x30),0x146457);\n iVar1 = *(int *)(*(int *)(para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descrip... | (function_definition "void FUN_00146450(int param_1)\n\n{\n int iVar1;\n \n (**(code **)(**(int **)(param_1 + 0x2c) + 0x9c))\n (*(int **)(param_1 + 0x2c),*(undefined4 *)(param_1 + 0x24),\n *(undefined4 *)(param_1 + 0x28),*(undefined4 *)(param_1 + 0x30),0x146457);\n iVar1 = *(int *)(*(int *)(p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void run(Gc_process_relocs * this, Workqueue * param_1) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *param_2)
{
typ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressio... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
int iVar1;
(**(code **)(**(int **)(param_1 + 0x2c) + 0x9c))
(*(int **)(param_1 + 0x2c),*(undefined4 *)(param_1 + 0x24),
*(undefined4 *)(param_1 + 0x28),*(undefined4 *)(p... |
7010_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_set_local_dynsym_offset | FUN_0028cfe0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_false> * this,
off_t off) */
uint __thiscall
gold::Sized_relobj_file<32,_false>::do_set_local_dynsym_offset
(Sized_relobj_file<32,_fal... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_0028cfe0(int param_1,uint param_2,int param_3)
{
if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {
*(uint *)(param_1 + 0xd4) = param_2;
*(int *)(param_1 + ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x35d017
SUB ESP,0xc
MOV EAX,dword ptr [ESP + 0x24]
MOV EDX,dword ptr [ESP + 0x28]
MOV EBP,dword ptr [ESP + 0x20]
MOV ESI,EAX
MOV EDI,EDX
ADD ESI,0x3
ADC EDI,0x0
MOV ECX,ESI
AND ECX,0xfffffffc
MOV ESI,EDI
XOR ECX,EAX
XOR ESI,EDX
OR ESI,ECX
JNZ 0x0028d031
MOV d... | null | null | null | null | [('const-1', u'RETURN_-1204301826')] | [('const-4294967292', u'INT_LESS_-1204301763'), (u'CAST_-1204301522', u'STORE_-1204301688'), ('tmp_291', u'CBRANCH_-1204301691'), ('tmp_645', u'INT_ADD_-1204301674'), (u'INT_ZEXT_-1204301749', u'INT_ADD_-1204301739'), (u'INT_EQUAL_-1204301605', u'BOOL_AND_-1204301554'), ('const-212', u'INT_ADD_-1204301674'), (u'INT_ADD... | null | null | 0028cfe0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0028cfe0(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_false> * this,\n off_t off) */\n\nuint __thiscall\ngold::Sized_relobj_file<32,_false>::do_set_local_dynsym_offset\n (S... | (translation_unit "undefined4 FUN_0028cfe0(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n }\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (binary_expre... | (function_definition "undefined4 FUN_0028cfe0(int param_1,uint param_2,int param_3)\n\n{\n if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {\n *(uint *)(param_1 + 0xd4) = param_2;\n *(int *)(param_1 + 0xd8) = param_3;\n return *(undefined4 *)(param_1 + 0xb8);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: uint do_set_local_dynsym_offset(Sized_relobj_file<32,_false> * this,
off_t off) */
uint __thiscall
gold::Sized_relobj_file<32,_false>::do_set_local_dynsym_offset
(Sized_relobj_file<32,_fal... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(int param_1,uint param_2,int param_3)
{
if (param_3 + (uint)(0xfffffffc < param_2) == param_3 && (param_2 + 3 & 0xfffffffc) == param_2) {
*(uint *)(param_1 + 0xd4) = param_2;
*(int *)(param_1 + 0xd8) ... |
482_x86_64-linux-gnux32-objcopy_and_x86_64-linux-gnux32-objcopy_strip.c | bfd_close_all_done | bfd_close_all_done |
/* WARNING: Control flow encountered bad instruction data */
void bfd_close_all_done(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_close_all_done(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185646')] | [('const-1', u'RETURN_-1206185646')] | null | null | 00041148 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR... | (translation_unit "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_dec... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close_all_done(void)" (identifier "bfd_close_all_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stat... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
200_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c | smart_rename | FUN_0001bcc0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int smart_rename(char *from,char *to,int preserve_dates)
{
int iVar1;
int *piVar2;
char *pcVar3;
char *pcVar4;
stat s;
iVar1 = __lxstat64(3,to,(stat64 *)&s);
if (iVar1 ==... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0001bcc0(char *param_1,char *param_2,int param_3)
{
int iVar1;
int *piVar2;
char *pcVar3;
undefined4 uVar4;
stat64 local_7c;
undefined4 uStack_14;
uStack_14 = 0x1bcc9;
iVar1 = __lxstat64(3,param_2,&loc... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000165d0
ADD EBX,0x23337
ADD ESP,-0x80
MOV ESI,dword ptr [ESP + 0x98]
LEA EBP,[ESP + 0x14]
PUSH EBP
PUSH ESI
PUSH 0x3
CALL 0x000138f0
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x0001bd48
MOV EAX,dword ptr [ESP + 0x20]
AND EAX,0xf080
CMP EAX,0x8080
JNZ 0x0001bd08
CMP dword ptr [ESP + 0x24]... | null | null | null | null | [(u'INDIRECT_-1205943359', u'INT_AND_-1205944251'), ('const-206536', u'COPY_-1205943399'), ('tmp_1164', u'CBRANCH_-1205944301'), (u'CALL_-1205944654', u'CAST_-1205943325'), ('tmp_598', u'BRANCH_-1205944738'), (u'CALL_-1205944328', u'INT_SLESS_-1205944301'), (u'CALL_-1205944449', u'INDIRECT_-1205943411'), (u'CALL_-12059... | [(u'MULTIEQUAL_-1205944100', u'COPY_-1205944853'), (u'COPY_-1205943454', u'RETURN_-1205943439'), (u'INDIRECT_-1205943492', u'MULTIEQUAL_-1205943567'), (u'CALL_-1205945063', u'INDIRECT_-1205943656'), ('tmp_1164', u'CBRANCH_-1205944301'), ('tmp_598', u'BRANCH_-1205944738'), (u'CALL_-1205944328', u'INT_SLESS_-1205944301')... | null | null | 0001bcc0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0001bcc0(char *param_1,char *param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n stat64 local_7c;\n undefined4 uStack_14;\n \n uStack_14 = 0x1bcc9;\n iV... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint smart_rename(char *from,char *to,int preserve_dates)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n char *pcVar4;\n stat s;\n \n iVar1 = __lxstat64(3,to... | (translation_unit "int FUN_0001bcc0(char *param_1,char *param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n stat64 local_7c;\n undefined4 uStack_14;\n \n uStack_14 = 0x1bcc9;\n iVar1 = __lxstat64(3,param_2,&local_7c);\n if (iVar1 == 0) {\n if (((local_7c.st_mode & 0x... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (poin... | (function_definition "int FUN_0001bcc0(char *param_1,char *param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n stat64 local_7c;\n undefined4 uStack_14;\n \n uStack_14 = 0x1bcc9;\n iVar1 = __lxstat64(3,param_2,&local_7c);\n if (iVar1 == 0) {\n if (((local_7c.st_mode &... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(char *from,char *to,int var_11)
{
int var_2;
int *piVar2;
char *pcVar3;
char *pcVar4;
type_1 s;
var_2 = var_1(3,to,(type_2 *)&s);
if (var_2 == 0) {
if ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(char *param_1,char *param_2,int param_3)
{
int iVar1;
int *piVar2;
char *pcVar3;
undefined4 uVar4;
stat64 local_7c;
undefined4 uStack_14;
uStack_14 = 0x1bcc9;
iVar1 = __lxstat64(3,param_2,&local_7c)... |
439_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | print_version | FUN_00030c4b |
/* gold::print_version(bool) [clone .cold.18] */
void gold::print_version(bool param_1)
{
int unaff_EBP;
void *unaff_EDI;
if (*(void **)(unaff_EBP + -0x30) != unaff_EDI) {
operator_delete(*(void **)(unaff_EBP + -0x30));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume(*... |
void FUN_00030c4b(void)
{
int unaff_EBP;
int unaff_EDI;
if (*(int *)(unaff_EBP + -0x30) != unaff_EDI) {
FUN_001e6db0(*(int *)(unaff_EBP + -0x30));
}
/* WARNING: Subroutine does not return */
FUN_0027dd80(*(undefined4 *)(unaff_EBP + -0x3c));
}
| MOV EDX,dword ptr [EBP + -0x30]
CMP EDX,EDI
JZ 0x00030c60
SUB ESP,0xc
MOV EBX,ESI
PUSH EDX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0xc
PUSH dword ptr [EBP + -0x3c]
MOV EBX,ESI
CALL 0x0027dd80 | null | null | null | null | [(u'INT_ADD_-1206121378', u'CAST_-1206121223'), (u'LOAD_-1206121322', u'CALL_-1206121305'), ('tmp_261', u'INT_NOTEQUAL_-1206121374'), (u'LOAD_-1206121394', u'INT_NOTEQUAL_-1206121374'), (u'CAST_-1206121223', u'LOAD_-1206121394'), (u'INT_NOTEQUAL_-1206121374', u'CBRANCH_-1206121374'), ('const-4294967236', u'INT_ADD_-120... | [(u'LOAD_-1206121322', u'CALL_-1206121305'), (u'INT_ADD_-1206121306', u'CAST_-1206121201'), (u'LOAD_-1206121394', u'INT_NOTEQUAL_-1206121374'), ('const-417', u'LOAD_-1206121394'), (u'CAST_-1206121226', u'LOAD_-1206121394'), (u'INT_NOTEQUAL_-1206121374', u'CBRANCH_-1206121374'), ('const-4294967236', u'INT_ADD_-120612130... | null | null | 00030c4b | x86 | O0 | (translation_unit "void FUN_00030c4b(void)\n\n{\n int unaff_EBP;\n int unaff_EDI;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EDI) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n /* WARNING: Subroutine does not return */\n FUN_0027dd80(*(undefined4 *)(unaff_EBP + -0x3c));\n}\n\n" (fun... | (translation_unit "/* gold::print_version(bool) [clone .cold.18] */\n\nvoid gold::print_version(bool param_1)\n\n{\n int unaff_EBP;\n void *unaff_EDI;\n \n if (*(void **)(unaff_EBP + -0x30) != unaff_EDI) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n /* WARNING: Subroutine does not... | (translation_unit "void FUN_00030c4b(void)\n\n{\n int unaff_EBP;\n int unaff_EDI;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EDI) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_0027dd80(*(undefined4 *)(unaff_EBP + -0x3c));\n}\n\n" (function_definition "void FUN_00030c4b(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor ... | (function_definition "void FUN_00030c4b(void)\n\n{\n int unaff_EBP;\n int unaff_EDI;\n \n if (*(int *)(unaff_EBP + -0x30) != unaff_EDI) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_0027dd80(*(undefined4 *)(unaff_EBP + -0x3c));\n}" (primitive_type "void") (function_declarator "... |
/* gold::print_version(bool) [clone .cold.18] */
void gold::function_1(bool param_1)
{
int var_1;
void *var_2;
if (*(void **)(var_1 + -0x30) != var_2) {
var_3(*(void **)(var_1 + -0x30));
}
/* WARNING: Subroutine does not return */
var_4(*(type_1 *)(var_1 + -0x3c));
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type)... | null |
void MASKED(void)
{
int unaff_EBP;
int unaff_EDI;
if (*(int *)(unaff_EBP + -0x30) != unaff_EDI) {
FUN_001e6db0(*(int *)(unaff_EBP + -0x30));
}
/* WARNING: Subroutine does not return */
FUN_0027dd80(*(undefined4 *)(unaff_EBP + -0x3c));
}
|
170_dc_and_dc_strip.c | checkferror_input | FUN_00018d9b |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void checkferror_input(FILE *fp)
{
int iVar1;
iVar1 = ferror((FILE *)fp);
if (iVar1 != 0) {
perror("dc: could not read input file");
/* WARNING: Subroutin... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00018d9b(FILE *param_1)
{
int iVar1;
iVar1 = ferror(param_1);
if (iVar1 != 0) {
perror("dc: could not read input file");
/* WARNING: Subroutine does not return */
exit(1);
}
retu... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x4
CALL 0x00011350
ADD EBX,0x4161
SUB ESP,0xc
PUSH dword ptr [EBP + 0x8]
CALL 0x000110a0
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00018ddb
SUB ESP,0xc
LEA EAX,[EBX + 0xffffcba7]
PUSH EAX
CALL 0x000110f0
ADD ESP,0x10
SUB ESP,0xc
PUSH 0x1
CALL 0x00011170
NOP
MOV EBX,dword ptr [EBP + -0x4]
LEA... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1205957119'), (u'COPY_-1205956991', u'CALL_-1205957088'), (u'CALL_-1205957146', u'INT_NOTEQUAL_-1205957119'), (u'CAST_-1205956949', u'CALL_-1205957146'), ('const-105135', u'COPY_-1205956991'), ('const-0', u'RETURN_-1205957027'), ('const-1', u'RETURN_-1205957046'), ('const-1', u'CALL_-120595... | [('const-0', u'INT_NOTEQUAL_-1205957119'), (u'COPY_-1205956991', u'CALL_-1205957088'), (u'CALL_-1205957146', u'INT_NOTEQUAL_-1205957119'), ('const-105135', u'COPY_-1205956991'), ('const-0', u'RETURN_-1205957027'), ('const-1', u'RETURN_-1205957046'), ('const-1', u'CALL_-1205957051'), ('tmp_584', u'CALL_-1205957146'), (u... | null | null | 00018d9b | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00018d9b(FILE *param_1)\n\n{\n int iVar1;\n \n iVar1 = ferror(param_1);\n if (iVar1 != 0) {\n perror("dc: could not read input file");\n /* WARNING: Subroutine does not retur... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid checkferror_input(FILE *fp)\n\n{\n int iVar1;\n \n iVar1 = ferror((FILE *)fp);\n if (iVar1 != 0) {\n perror("dc: could not read input file");\n ... | (translation_unit "void FUN_00018d9b(FILE *param_1)\n\n{\n int iVar1;\n \n iVar1 = ferror(param_1);\n if (iVar1 != 0) {\n perror("dc: could not read input file");\n \n exit(1);\n }\n return;\n}\n\n" (function_definition "void FUN_00018d9b(FILE *param_1)\n\n{\n int iVar1;\n \n iVar1 = f... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement... | (function_definition "void FUN_00018d9b(FILE *param_1)\n\n{\n int iVar1;\n \n iVar1 = ferror(param_1);\n if (iVar1 != 0) {\n perror("dc: could not read input file");\n \n exit(1);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00018d9b(FILE *param_1)" (identifier "FUN... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *fp)
{
int var_2;
var_2 = var_1((type_1 *)fp);
if (var_2 != 0) {
var_3("dc: could not read input file");
/* WARNING: Subroutine doe... | 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(FILE *param_1)
{
int iVar1;
iVar1 = ferror(param_1);
if (iVar1 != 0) {
perror("dc: could not read input file");
/* WARNING: Subroutine does not return */
exit(1);
}
return;
}
... |
3946_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | add_symbolless_local_addend | FUN_000d9860 |
/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_false>
* this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_false>::add_symbolless_local_addend
... |
void FUN_000d9860(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
undefined1 local_24 [28];
FUN_000c8680(local_24,param_2,param_3,param_4,param_5,param_6,0,1,0,0);
FUN_000d9260(param_1,param_5,local_24);
return;
}
| PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV EBX,dword ptr [ESP + 0x48]
PUSH 0x0
PUSH 0x0
PUSH 0x1
PUSH 0x0
PUSH dword ptr [ESP + 0x5c]
PUSH EBX
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
LEA ESI,[ESP + 0x34]
PUSH ESI
CALL 0x000c8680
ADD ESP,0x2c
PUSH ESI
PUSH EBX
PUSH dword ptr [ESP + 0x... | null | null | null | null | [('const-0', u'PTRSUB_-1206740567'), ('tmp_294', u'CALL_-1206740790'), (u'PTRSUB_-1206740587', u'CALL_-1206740753'), ('const-0', u'CALL_-1206740790'), (u'PTRSUB_-1206740567', u'CALL_-1206740753'), ('const-0', u'CALL_-1206740790'), ('tmp_293', u'PTRSUB_-1206740567'), (u'PTRSUB_-1206740587', u'CALL_-1206740790'), ('tmp_4... | [('const-4294967260', u'PTRSUB_-1206740613'), ('tmp_641', u'CALL_-1206740790'), ('tmp_346', u'PTRSUB_-1206740613'), (u'PTRSUB_-1206740613', u'CALL_-1206740790'), ('tmp_644', u'CALL_-1206740790'), ('const-0', u'CALL_-1206740790'), (u'PTRSUB_-1206740613', u'CALL_-1206740753'), ('const-0', u'CALL_-1206740790'), ('tmp_643'... | null | null | 000d9860 | x86 | O0 | (translation_unit "void FUN_000d9860(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_24 [28];\n \n FUN_000c8680(local_24,param_2,param_3,param_4,param_5,param_6,0,1,0,0);\n FUN_000d9260(param_1,param_5,loca... | (translation_unit "/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_false>\n * this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od,\n Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_symbolless_... | (translation_unit "void FUN_000d9860(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_24 [28];\n \n FUN_000c8680(local_24,param_2,param_3,param_4,param_5,param_6,0,1,0,0);\n FUN_000d9260(param_1,param_5,loca... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou... | (function_definition "void FUN_000d9860(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n undefined1 local_24 [28];\n \n FUN_000c8680(local_24,param_2,param_3,param_4,param_5,param_6,0,1,0,0);\n FUN_000d9260(param_1,param_5,l... |
/* DWARF original prototype: void add_symbolless_local_addend(Output_data_reloc<9,_true,_32,_false>
* this, Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_false>::add_symbolless_local_addend
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6)
{
undefined1 local_24 [28];
FUN_000c8680(local_24,param_2,param_3,param_4,param_5,param_6,0,1,0,0);
FUN_000d9260(param_1,param_5,local_24);
return;
}
|
1329_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | ~Struct_Tbss | FUN_0003f010 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_Tbss(Struct_Tbss * this, int __in_chrg) */
void __thiscall gold::General_options::Struct_Tbss::~Struct_Tbss(Struct_Tbss *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_v... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003f010(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003825a0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x00035840
ADD EBX,0x34ffea
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff35a0]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x0003f042
SUB ESP,0xc
PUSH EDX
CALL 0x001e6db0
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-0', u'PTRSUB_-1206062847'), (u'CAST_-1206062840', u'STORE_-1206063017'), ('const-3679648', u'PTRSUB_-1206062850'), (u'PTRSUB_-1206062843', u'PTRSUB_-1206062842'), ('const-0', u'RETURN_-1206062930'), ('tmp_276', u'PTRSUB_-1206062843'), ('const-417', u'STORE_-1206063017'), (u'PTRSUB_-1206062842', u'PTRSUB_-12060... | [(u'PTRADD_-1206062848', u'LOAD_-1206063013'), ('const-1', u'PTRADD_-1206062848'), ('const-0', u'RETURN_-1206062930'), (u'CAST_-1206062848', u'CALL_-1206062970'), ('tmp_439', u'PTRADD_-1206062861'), ('const-0', u'PTRSUB_-1206062852'), (u'PTRADD_-1206062861', u'INT_NOTEQUAL_-1206062993'), ('const-3', u'PTRADD_-120606286... | null | null | 0003f010 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003f010(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003825a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((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_Tbss(Struct_Tbss * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_Tbss::~Struct_Tbss(Struct_Tbss *this,int __in_chrg)\n\n{\n pointer pcVar1;\n ... | (translation_unit "void FUN_0003f010(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003825a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003f010(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003825a0;\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_0003f010(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003825a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003f010(undefined4 *param_1)" (identifier "FUN_0003f010... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_Tbss(Struct_Tbss * this, int __in_chrg) */
void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003825a0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
return;
}
|
8514_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | do_get | FUN_002031d0 |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_I... |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
FUN_002031d0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,uint *param_8,
undefined4 param_9)
{
char... | PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x000559ea
ADD ESI,0x18be26
PUSH EBX
SUB ESP,0x34
PUSH 0x20
LEA EDI,[ESI + 0x7e00]
MOV EBX,ESI
LEA EAX,[EDI + 0xc]
MOV dword ptr [EBP + -0x20],EAX
LEA EAX,[EBP + -0x20]
PUSH EAX
MOV dword ptr [EBP + -0x34],EAX
CALL 0x0021fa60
LEA EAX,[EBP + -0x30]
POP ECX
PUSH dword ptr [EBP ... | null | null | null | null | [('const-0', u'RETURN_-1203817554'), (u'CALL_-1203817797', u'INDIRECT_-1203817365'), (u'CALL_-1203817841', u'INDIRECT_-1203817375'), ('const-0', u'PTRSUB_-1203817009'), (u'CALL_-1203817797', u'INDIRECT_-1203817409'), (u'CALL_-1203817927', u'INDIRECT_-1203817223'), (u'CALL_-1203817744', u'INDIRECT_-1203817120'), ('tmp_1... | [(u'PTRSUB_-1203817096', u'CALL_-1203817744'), (u'CALL_-1203817841', u'INDIRECT_-1203817396'), (u'INDIRECT_-1203817464', u'CALL_-1203817841'), ('const-0', u'RETURN_-1203817554'), (u'INDIRECT_-1203817220', u'COPY_-1203817815'), (u'CALL_-1203817708', u'INDIRECT_-1203817378'), (u'CALL_-1203817744', u'INDIRECT_-1203817383'... | null | null | 002031d0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nundefined4 *\nFUN_002031d0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,uint *param_8,\n undefi... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, st... | (translation_unit "undefined4 *\nFUN_002031d0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,uint *param_8,\n undefined4 param_9)\n\n{\n char cVar1;\n undefined4 local_34;\n undefined4 local_30;\n undefin... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (... | (function_definition "undefined4 *\nFUN_002031d0(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,uint *param_8,\n undefined4 param_9)\n\n{\n char cVar1;\n undefined4 local_34;\n undefined4 local_30;\n unde... |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_I... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,uint *param_8,
undefined4 param_9)
{
char cVar1... |
2433_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | do_get_mtime | FUN_000736f0 |
/* DWARF original prototype: Timespec do_get_mtime(Incremental_library * this) */
Timespec __thiscall gold::Incremental_library::do_get_mtime(Incremental_library *this)
{
int extraout_EDX;
Timespec TVar1;
time_t in_stack_00000004;
(*this->input_reader_->_vptr_Input_reader[3])();
TVar1.nanoseconds = extr... |
undefined4 FUN_000736f0(undefined4 param_1,int param_2)
{
(**(code **)(**(int **)(param_2 + 0x28) + 0xc))(param_1,*(int **)(param_2 + 0x28));
return param_1;
}
| PUSH EBX
SUB ESP,0x10
MOV EAX,dword ptr [ESP + 0x1c]
MOV EBX,dword ptr [ESP + 0x18]
MOV EAX,dword ptr [EAX + 0x28]
MOV EDX,dword ptr [EAX]
PUSH EAX
PUSH EBX
CALL dword ptr [EDX + 0xc]
MOV EAX,EBX
ADD ESP,0x14
POP EBX
RET 0x4 | null | null | null | null | [(u'PTRSUB_-1206372467', u'LOAD_-1206372591'), (u'CALLIND_-1206372563', u'INDIRECT_-1206372484'), ('const-4', u'PTRADD_-1206372459'), (u'LOAD_-1206372586', u'PTRADD_-1206372459'), ('const-417', u'LOAD_-1206372591'), ('const-0', u'PTRSUB_-1206372463'), (u'COPY_-1206372512', u'PIECE_-1206372477'), ('const-40', u'PTRSUB_-... | [('const-40', u'INT_ADD_-1206372575'), (u'CAST_-1206372463', u'LOAD_-1206372573'), (u'COPY_-1206372566', u'RETURN_-1206372534'), (u'INT_ADD_-1206372557', u'CAST_-1206372463'), ('const-0', u'RETURN_-1206372534'), ('const-417', u'LOAD_-1206372591'), ('tmp_245', u'INT_ADD_-1206372575'), (u'LOAD_-1206372591', u'LOAD_-12063... | null | null | 000736f0 | x86 | O0 | (translation_unit "undefined4 FUN_000736f0(undefined4 param_1,int param_2)\n\n{\n (**(code **)(**(int **)(param_2 + 0x28) + 0xc))(param_1,*(int **)(param_2 + 0x28));\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_000736f0(undefined4 param_1,int param_2)\n\n{\n (**(code **)(**(int **)(param_2 + 0x28) ... | (translation_unit "/* DWARF original prototype: Timespec do_get_mtime(Incremental_library * this) */\n\nTimespec __thiscall gold::Incremental_library::do_get_mtime(Incremental_library *this)\n\n{\n int extraout_EDX;\n Timespec TVar1;\n time_t in_stack_00000004;\n \n (*this->input_reader_->_vptr_Input_reader[3])();... | (translation_unit "undefined4 FUN_000736f0(undefined4 param_1,int param_2)\n\n{\n (**(code **)(**(int **)(param_2 + 0x28) + 0xc))(param_1,*(int **)(param_2 + 0x28));\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_000736f0(undefined4 param_1,int param_2)\n\n{\n (**(code **)(**(int **)(param_2 + 0x28) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (ty... | (function_definition "undefined4 FUN_000736f0(undefined4 param_1,int param_2)\n\n{\n (**(code **)(**(int **)(param_2 + 0x28) + 0xc))(param_1,*(int **)(param_2 + 0x28));\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_000736f0(undefined4 param_1,int param_2)" (identifier "FUN_000736f0") ... |
/* DWARF original prototype: Timespec do_get_mtime(Incremental_library * this) */
type_1 __thiscall gold::type_2::function_1(type_2 *this)
{
int extraout_EDX;
type_1 TVar1;
type_3 in_stack_00000004;
(*this->input_reader_->_vptr_Input_reader[3])();
TVar1.nanoseconds = extraout_EDX;
TVar1.seconds = in_s... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statemen... | null |
undefined4 MASKED(undefined4 param_1,int param_2)
{
(**(code **)(**(int **)(param_2 + 0x28) + 0xc))(param_1,*(int **)(param_2 + 0x28));
return param_1;
}
|
7788_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | ctype | FUN_001bb490 |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */
void __thiscall std::ctype<char>::ctype(ctype<char> *this,ushort *param_1,bool param_2,uint param_3)
{
int iVar1;
uint uVar2;
undefined4 *puVar3;
by... |
void FUN_001bb490(int *param_1,int param_2,byte param_3,int param_4)
{
int iVar1;
uint uVar2;
int unaff_EBP;
undefined4 *puVar3;
byte bVar4;
bVar4 = 0;
FUN_0004fb82();
param_1[1] = (uint)(param_4 != 0);
*param_1 = unaff_EBP + 0x1451a6;
/* try { // try from 001bb4cd to 001bb4d1... | PUSH EBP
CALL 0x0004fb82
ADD EBP,0x146b6a
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x38]
MOV EDX,dword ptr [ESP + 0x3c]
MOV EBX,EBP
MOV ESI,dword ptr [ESP + 0x30]
MOV EDI,dword ptr [ESP + 0x34]
MOV dword ptr [ESP + 0xc],EAX
XOR EAX,EAX
TEST EDX,EDX
SETNZ AL
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,... | null | null | null | null | [(u'MULTIEQUAL_-1207650529', u'PTRADD_-1207650475'), ('tmp_981', u'INT_NOTEQUAL_-1207651068'), (u'CAST_-1207650518', u'STORE_-1207650852'), (u'PTRSUB_-1207650623', u'STORE_-1207651038'), ('const-417', u'STORE_-1207650852'), ('const-1', u'PTRADD_-1207650827'), ('const-1', u'PTRADD_-1207650916'), (u'CALL_-1207651029', u'... | [(u'CAST_-1207650539', u'INT_ADD_-1207650924'), ('const-417', u'STORE_-1207651038'), ('const-1', u'INT_SUB_-1207650782'), (u'PTRADD_-1207650502', u'COPY_-1207650557'), (u'CALL_-1207651029', u'INT_ADD_-1207650968'), ('const-289', u'INT_ADD_-1207650772'), (u'INT_SUB_-1207650577', u'INT_ADD_-1207650861'), (u'PTRADD_-12076... | null | null | 001bb490 | x86 | O0 | (translation_unit "void FUN_001bb490(int *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_0004fb82();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = unaff_EBP + 0x1451a6;\n /* try { /... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */\n/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */\n\nvoid __thiscall std::ctype<char>::ctype(ctype<char> *this,ushort *param_1,bool param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n... | (translation_unit "void FUN_001bb490(int *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_0004fb82();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = unaff_EBP + 0x1451a6;\n \n iVar1 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat... | (function_definition "void FUN_001bb490(int *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_0004fb82();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = unaff_EBP + 0x1451a6;\n \n iVa... |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */
void __thiscall std::function_1<char>::function_1(function_1<char> *var_1,type_1 *var_6,bool var_7,type_2 var_2)
{
int var_8;
type_2 var_9;
type_3 *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: (primitive_type) declarator: (identifi... | null |
void MASKED(int *param_1,int param_2,byte param_3,int param_4)
{
int iVar1;
uint uVar2;
int unaff_EBP;
undefined4 *puVar3;
byte bVar4;
bVar4 = 0;
FUN_0004fb82();
param_1[1] = (uint)(param_4 != 0);
*param_1 = unaff_EBP + 0x1451a6;
/* try { // try from 001bb4cd to 001bb4d1 has i... |
1436_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | ~Struct_no_relocatable | FUN_00040e20 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_relocatable(Struct_no_relocatable * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_relocatable::~Struct_no_relocatable
(Struct_no_relocatable *thi... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00040e20(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382154;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x3c);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x34e1d9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3154]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x00040e52
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x3c
PUSH ESI
CALL 0x001e6d90
AD... | null | null | null | null | [('tmp_323', u'CALL_-1206186310'), ('const-0', u'PTRSUB_-1206186180'), ('const-0', u'PTRSUB_-1206186164'), (u'INT_NOTEQUAL_-1206186374', u'CBRANCH_-1206186374'), (u'LOAD_-1206186394', u'CAST_-1206186161'), ('const-8', u'PTRSUB_-1206186176'), ('const-0', u'PTRSUB_-1206186174'), ('tmp_323', u'PTRSUB_-1206186185'), (u'CAS... | [('const-417', u'LOAD_-1206186394'), ('tmp_597', u'CALL_-1206186310'), ('const-60', u'CALL_-1206186310'), (u'PTRADD_-1206186191', u'INT_NOTEQUAL_-1206186374'), (u'INT_NOTEQUAL_-1206186374', u'CBRANCH_-1206186374'), ('const-3', u'PTRADD_-1206186191'), ('const-0', u'RETURN_-1206186277'), ('tmp_597', u'PTRADD_-1206186179'... | null | null | 00040e20 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00040e20(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382154;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_relocatable(Struct_no_relocatable * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_relocatable::~Struct_no_relocatable\n (St... | (translation_unit "void FUN_00040e20(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382154;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_00040e20(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_00040e20(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382154;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00040e20(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_relocatable(Struct_no_relocatable * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382154;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x3c);
return;
}
|
6500_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | __insertion_sort<__gnu_cxx::__normal_iterator<gold::Sized_symbol<32>**,_std::vector<gold::Sized_symbol<32>*,_std::allocator<gold::Sized_symbol<32>*>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Weak_alias_sorter<32>_>_> | FUN_0018cd70 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __insertion_sort<__gnu_cxx::__normal_iterator<gold::Sized_symbol<32>**,
std::vector<gold::Sized_symbol<32>*, std::allocator<gol... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0018cd70(undefined4 *param_1,undefined4 *param_2)
{
undefined4 uVar1;
char cVar2;
undefined4 *puVar3;
if ((param_1 != param_2) && (puVar3 = param_1 + 1, param_2 != puVar3)) {
do {
cVar2 = FUN_0018cb... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x202287
SUB ESP,0x1c
MOV ESI,dword ptr [ESP + 0x30]
CMP ESI,dword ptr [ESP + 0x34]
JZ 0x0018cdea
LEA EDX,[ESI + 0x4]
CMP dword ptr [ESP + 0x34],EDX
JZ 0x0018cdea
MOV EDI,EDX
LEA EBP,[ESP + 0x38]
LEA ESI,[ESI]
NOP
SUB ESP,0x4
PUSH dword ptr [ESI]
PUSH dword pt... | null | null | null | null | [(u'LOAD_-1207448072', u'CAST_-1207447544'), ('const-4', u'PTRADD_-1207447573'), ('const-4', u'PTRADD_-1207447486'), (u'CAST_-1207447498', u'INT_ADD_-1207447929'), (u'CALL_-1207448055', u'CBRANCH_-1207448028'), (u'LOAD_-1207448028', u'STORE_-1207447904'), ('tmp_1194', u'PTRSUB_-1207447560'), ('tmp_1729', u'STORE_-12074... | [(u'CAST_-1207447506', u'CALL_-1207447926'), ('const-4', u'INT_SUB_-1207447950'), ('tmp_1719', u'CAST_-1207447516'), ('const-417', u'STORE_-1207447904'), (u'LOAD_-1207448028', u'STORE_-1207447904'), ('tmp_300', u'CBRANCH_-1207448028'), (u'MULTIEQUAL_-1207447740', u'LOAD_-1207448028'), (u'LOAD_-1207448078', u'CALL_-1207... | null | null | 0018cd70 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0018cd70(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n char cVar2;\n undefined4 *puVar3;\n \n if ((param_1 != param_2) && (puVar3 = param_1 + 1, param_2 != puVar3)) {\n d... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __insertion_sort<__gnu_cxx::__normal_iterator<gold::Sized_symbol<32>**,\n std::vector<gold::Sized_symbol<32>... | (translation_unit "void FUN_0018cd70(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n char cVar2;\n undefined4 *puVar3;\n \n if ((param_1 != param_2) && (puVar3 = param_1 + 1, param_2 != puVar3)) {\n do {\n cVar2 = FUN_0018cb20(&stack0x0000000c,*puVar3,*param_1);\n if (cVar2 == '\0'... | (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 (pointer_declar... | (function_definition "void FUN_0018cd70(undefined4 *param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n char cVar2;\n undefined4 *puVar3;\n \n if ((param_1 != param_2) && (puVar3 = param_1 + 1, param_2 != puVar3)) {\n do {\n cVar2 = FUN_0018cb20(&stack0x0000000c,*puVar3,*param_1);\n if (cVar2 == '... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __insertion_sort<__gnu_cxx::__normal_iterator<gold::Sized_symbol<32>**,
std::vector<gold::Sized_symbol<32>*, std::allocator<gol... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 *param_2)
{
undefined4 uVar1;
char cVar2;
undefined4 *puVar3;
if ((param_1 != param_2) && (puVar3 = param_1 + 1, param_2 != puVar3)) {
do {
cVar2 = FUN_0018cb20(&st... |
833_libgmp.so.10.3_and_libgmp.so.10.3_strip.c | FUN_000458ce | FUN_000458ce |
void FUN_000458ce(void)
{
return;
}
|
void FUN_000458ce(void)
{
return;
}
| LEA EDX,[EDX + ECX*0x1]
ADD EDX,0x43
ADD EDX,dword ptr [ESP]
RET | null | null | null | null | [('const-0', u'RETURN_-1206167298')] | [('const-0', u'RETURN_-1206167298')] | null | null | 000458ce | x86 | O0 | (translation_unit "void FUN_000458ce(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000458ce(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000458ce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "void FUN_000458ce(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000458ce(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000458ce(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "void FUN_000458ce(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_000458ce(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_000458ce(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_000458ce(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_000458ce(void)" (identifier "FUN_000458ce") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
void MASKED(void)
{
return;
}
|
13392_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | get_weekday | FUN_0041af10 |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*) const */
undefined4
std::time_get<wchar... |
undefined4
FUN_0041af10(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x14))
(param_1,param_2,param_3,param_4,param_5,param_6,param_... | PUSH EBX
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x20]
MOV EBX,dword ptr [ESP + 0x1c]
MOV EDX,dword ptr [EAX]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH EAX
PUSH EB... | null | null | null | null | [(u'LOAD_-1201754244', u'CALLIND_-1201754234'), ('tmp_455', u'CALLIND_-1201754234'), ('tmp_457', u'CALLIND_-1201754234'), ('const-20', u'INT_ADD_-1201754228'), ('tmp_458', u'CALLIND_-1201754234'), ('tmp_456', u'CALLIND_-1201754234'), ('const-417', u'LOAD_-1201754320'), ('tmp_460', u'CALLIND_-1201754234'), ('tmp_454', u... | [(u'LOAD_-1201754244', u'CALLIND_-1201754234'), ('tmp_455', u'CALLIND_-1201754234'), ('tmp_457', u'CALLIND_-1201754234'), ('const-20', u'INT_ADD_-1201754228'), ('tmp_458', u'CALLIND_-1201754234'), ('tmp_456', u'CALLIND_-1201754234'), ('const-417', u'LOAD_-1201754320'), ('tmp_460', u'CALLIND_-1201754234'), ('tmp_454', u... | null | null | 0041af10 | x86 | O0 | (translation_unit "undefined4\nFUN_0041af10(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,param... | (translation_unit "/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, tm*) const */\n\nundefin... | (translation_unit "undefined4\nFUN_0041af10(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "undefined4\nFUN_0041af10(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n (**(code **)(*param_2 + 0x14))\n (param_1,param_2,param_3,pa... |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get_weekday(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, tm*) const */
type_1
std::time_get<wchar_t,s... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identif... | null |
undefined4
MASKED(undefined4 param_1,int *param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
(**(code **)(*param_2 + 0x14))
(param_1,param_2,param_3,param_4,param_5,param_6,param_7,para... |
135_indent_and_indent_strip.c | reopen_output_trunc | FUN_0001cd96 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void reopen_output_trunc(char *filename)
{
output = (FILE *)freopen(filename,"w",(FILE *)output);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001cd96(char *param_1)
{
DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);
return;
}
| PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x4
CALL 0x00012380
ADD EBX,0xb25e
MOV EAX,dword ptr [EBX + 0xb34]
SUB ESP,0x4
PUSH EAX
LEA EAX,[EBX + 0xffffbddf]
PUSH EAX
PUSH dword ptr [EBP + 0x8]
CALL 0x000122d0
ADD ESP,0x10
MOV dword ptr [EBX + 0xb34],EAX
NOP
MOV EBX,dword ptr [EBP + -0x4]
LEAVE
RET | null | null | null | null | [(u'CALL_-1205940742', u'INDIRECT_-1205940632'), (u'COPY_-1205940728', u'COPY_-1205940672'), ('tmp_224', u'CALL_-1205940742'), (u'CAST_-1205940626', u'CALL_-1205940742'), (u'CAST_-1205940625', u'COPY_-1205940728'), (u'COPY_-1205940690', u'CALL_-1205940742'), ('tmp_389', u'CAST_-1205940626'), ('const-0', u'RETURN_-12059... | [(u'CALL_-1205940742', u'INDIRECT_-1205940632'), ('tmp_389', u'CALL_-1205940742'), (u'COPY_-1205940728', u'COPY_-1205940672'), ('tmp_367', u'CALL_-1205940742'), (u'COPY_-1205940690', u'CALL_-1205940742'), ('const-0', u'RETURN_-1205940699'), (u'CALL_-1205940742', u'COPY_-1205940728'), ('const-146911', u'COPY_-1205940690... | null | null | 0001cd96 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001cd96(char *param_1)\n\n{\n DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);\n return;\n}\n\n" comment (function_definition "void FUN_0001cd96(char *param_1)\n\n{\n DAT_00028b34 = freopen(param... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid reopen_output_trunc(char *filename)\n\n{\n output = (FILE *)freopen(filename,"w",(FILE *)output);\n return;\n}\n\n" comment comment (function_definition "void r... | (translation_unit "void FUN_0001cd96(char *param_1)\n\n{\n DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);\n return;\n}\n\n" (function_definition "void FUN_0001cd96(char *param_1)\n\n{\n DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);\n return;\n}" primitive_type (function_declarator "FUN_0001cd96(char *param_1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , IDENT ))... | (function_definition "void FUN_0001cd96(char *param_1)\n\n{\n DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0001cd96(char *param_1)" (identifier "FUN_0001cd96") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primiti... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(char *filename)
{
output = (type_1 *)var_1(filename,"w",(type_1 *)output);
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 (assignment_expre... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(char *param_1)
{
DAT_00028b34 = freopen(param_1,"w",DAT_00028b34);
return;
}
|
148_x86_64-linux-gnu-strings_and_x86_64-linux-gnu-strings_strip.c | xstrdup | xstrdup |
/* WARNING: Control flow encountered bad instruction data */
void xstrdup(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void xstrdup(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205952382')] | [('const-1', u'RETURN_-1205952382')] | null | null | 0001a078 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xstrdup(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xstrdup(void)\n\n{\n /* WARNING: Bad instruction ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xstrdup(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xstrdup(void)\n\n{\n /* WARNING: Bad instruction ... | (translation_unit "void xstrdup(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xstrdup(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 xstrdup(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xstrdup(void)" (identifier "xstrdup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \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();
}
|
109_sqldiff_and_sqldiff_strip.c | strPrintf | FUN_0001485c |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void strPrintf(Str *p,char *zFormat,...)
{
int iVar1;
char *pcVar2;
int in_GS_OFFSET;
char *zFormat_local;
Str *p_local;
va_list ap;
int nNew;
iVar1 = *(int *)(in_GS_OFFSET + 0x14);
while( true ) {
if (p-... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001485c(int *param_1,undefined4 param_2)
{
int iVar1;
int iVar2;
int in_GS_OFFSET;
size_t local_14;
iVar1 = *(int *)(in_GS_OFFSET + 0x14);
while( true ) {
if (*param_1 == 0) {
local_14 = param_... | PUSH EBP
MOV EBP,ESP
PUSH ESI
PUSH EBX
SUB ESP,0x20
CALL 0x000145a0
ADD EBX,0x13466b
MOV EAX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x1c],EAX
MOV EAX,dword ptr [EBP + 0xc]
MOV dword ptr [EBP + -0x20],EAX
MOV EAX,GS:[0x14]
MOV dword ptr [EBP + -0xc],EAX
XOR EAX,EAX
MOV EAX,dword ptr [EBP + -0x1c]
MOV EAX,dword ptr ... | null | null | null | null | [(u'CAST_-1205973944', u'LOAD_-1205974486'), (u'INDIRECT_-1205974154', u'MULTIEQUAL_-1205974345'), ('const-0', u'INT_EQUAL_-1205974301'), (u'MULTIEQUAL_-1205974345', u'MULTIEQUAL_-1205974244'), ('const-417', u'LOAD_-1205974677'), ('tmp_1170', u'PTRSUB_-1205973971'), ('tmp_1170', u'PTRSUB_-1205973936'), ('const-4', u'PT... | [(u'MULTIEQUAL_-1205974252', u'INT_ADD_-1205974472'), ('const-0', u'INT_EQUAL_-1205974301'), ('const-1', u'PTRADD_-1205973926'), ('const-417', u'LOAD_-1205974688'), ('tmp_2307', u'PTRADD_-1205974075'), (u'PTRADD_-1205973983', u'LOAD_-1205974531'), ('const-417', u'LOAD_-1205974391'), ('const-1', u'PTRADD_-1205973933'), ... | null | null | 0001485c | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001485c(int *param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n size_t local_14;\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n while( true ) {\n if (*param_1 =... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid strPrintf(Str *p,char *zFormat,...)\n\n{\n int iVar1;\n char *pcVar2;\n int in_GS_OFFSET;\n char *zFormat_local;\n Str *p_local;\n va_list ap;\n int nNew;\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14... | (translation_unit "void FUN_0001485c(int *param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n size_t local_14;\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n while( true ) {\n if (*param_1 == 0) {\n local_14 = param_1[1];\n }\n else {\n FUN_0004cf60(param_1[1] - par... | (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 "void FUN_0001485c(int *param_1,undefined4 param_2)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n size_t local_14;\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n while( true ) {\n if (*param_1 == 0) {\n local_14 = param_1[1];\n }\n else {\n FUN_0004cf60(param_1[1] - ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(type_1 *p,char *zFormat,...)
{
int var_7;
char *pcVar2;
int var_1;
char *zFormat_local;
type_1 *p_local;
type_2 ap;
int var_4;
var_7 = *(int *)(var_1 + 0x14);
while( true ) {
if (p->z == (... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,undefined4 param_2)
{
int iVar1;
int iVar2;
int in_GS_OFFSET;
size_t local_14;
iVar1 = *(int *)(in_GS_OFFSET + 0x14);
while( true ) {
if (*param_1 == 0) {
local_14 = param_1[1];
... |
4468_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | Output_reloc | FUN_001029e0 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, uint type,
Output_data * od, Address address, Addend addend, bool is_relative) */
void __thiscall
gold::Output_reloc<4,_true,_32,_false>::Output_reloc
(Output_reloc<4,_true,_32,_false> *this,uint type,Output_data *od,... |
void FUN_001029e0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined1 param_6)
{
FUN_000fe0f0(param_1,param_2,param_3,param_4,param_6);
*(undefined4 *)(param_1 + 0x18) = param_5;
return;
}
| PUSH EBX
SUB ESP,0x14
MOV EBX,dword ptr [ESP + 0x1c]
MOVZX EAX,byte ptr [ESP + 0x30]
PUSH EAX
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
PUSH EBX
CALL 0x000fe0f0
MOV EAX,dword ptr [ESP + 0x40]
MOV dword ptr [EBX + 0x18],EAX
ADD ESP,0x28
POP EBX
RET | null | null | null | null | [('tmp_186', u'CALL_-1206965717'), (u'PTRSUB_-1206965592', u'CALL_-1206965717'), ('tmp_185', u'STORE_-1206965706'), ('const-0', u'RETURN_-1206965676'), (u'PTRSUB_-1206965584', u'STORE_-1206965706'), ('const-24', u'PTRSUB_-1206965584'), ('tmp_181', u'PTRSUB_-1206965592'), ('const-417', u'STORE_-1206965706'), ('tmp_183',... | [('tmp_335', u'CALL_-1206965717'), ('const-24', u'INT_ADD_-1206965692'), ('tmp_336', u'CALL_-1206965717'), (u'INT_ADD_-1206965692', u'CAST_-1206965594'), ('const-0', u'RETURN_-1206965676'), ('tmp_335', u'INT_ADD_-1206965692'), ('tmp_340', u'STORE_-1206965706'), (u'CAST_-1206965594', u'STORE_-1206965706'), ('tmp_339', u... | null | null | 001029e0 | x86 | O0 | (translation_unit "void FUN_001029e0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6)\n\n{\n FUN_000fe0f0(param_1,param_2,param_3,param_4,param_6);\n *(undefined4 *)(param_1 + 0x18) = param_5;\n return;\n}\n\n" (function_definition "void F... | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, uint type,\n Output_data * od, Address address, Addend addend, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<4,_true,_32,_false>::Output_reloc\n (Output_reloc<4,_true,_32,_false> *this,uin... | (translation_unit "void FUN_001029e0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6)\n\n{\n FUN_000fe0f0(param_1,param_2,param_3,param_4,param_6);\n *(undefined4 *)(param_1 + 0x18) = param_5;\n return;\n}\n\n" (function_definition "void F... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou... | (function_definition "void FUN_001029e0(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined1 param_6)\n\n{\n FUN_000fe0f0(param_1,param_2,param_3,param_4,param_6);\n *(undefined4 *)(param_1 + 0x18) = param_5;\n return;\n}" (primitive_type "void") (func... |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, uint type,
Output_data * od, Address address, Addend addend, bool is_relative) */
void __thiscall
gold::function_1<4,_true,_32,_false>::function_1
(function_1<4,_true,_32,_false> *type_1,uint type_2,Output_data *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: (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,undefined1 param_6)
{
FUN_000fe0f0(param_1,param_2,param_3,param_4,param_6);
*(undefined4 *)(param_1 + 0x18) = param_5;
return;
}
|
800_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c | obj_elf_struct | FUN_0004ee40 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void obj_elf_struct(int i)
{
previous_section = now_seg;
previous_subsection = now_subseg;
s_struct(i);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0004ee40(undefined4 param_1)
{
DAT_00081284 = DAT_0008137c;
DAT_00081280 = DAT_000814a0;
FUN_00034c20(param_1);
return;
}
| PUSH EBX
CALL 0x00016070
ADD EBX,0x291ba
SUB ESP,0x14
LEA EAX,[EBX + 0x937c]
MOV EAX,dword ptr [EAX]
MOV dword ptr [EBX + 0x9284],EAX
LEA EAX,[EBX + 0x94a0]
MOV EAX,dword ptr [EAX]
PUSH dword ptr [ESP + 0x1c]
MOV dword ptr [EBX + 0x9280],EAX
CALL 0x00034c20
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_315', u'COPY_-1206129034'), (u'CALL_-1206128989', u'INDIRECT_-1206128894'), ('const-0', u'RETURN_-1206128961'), (u'INDIRECT_-1206128890', u'COPY_-1206128940'), ('tmp_181', u'CALL_-1206128989'), (u'CALL_-1206128989', u'INDIRECT_-1206128888'), (u'CALL_-1206128989', u'INDIRECT_-1206128890'), (u'CALL_-1206128989', u... | [(u'CALL_-1206128989', u'INDIRECT_-1206128894'), ('const-0', u'RETURN_-1206128961'), (u'INDIRECT_-1206128890', u'COPY_-1206128940'), (u'CALL_-1206128989', u'INDIRECT_-1206128888'), (u'CALL_-1206128989', u'INDIRECT_-1206128890'), (u'CALL_-1206128989', u'INDIRECT_-1206128892'), (u'INDIRECT_-1206128888', u'COPY_-120612893... | null | null | 0004ee40 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0004ee40(undefined4 param_1)\n\n{\n DAT_00081284 = DAT_0008137c;\n DAT_00081280 = DAT_000814a0;\n FUN_00034c20(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0004ee40(undefined... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid obj_elf_struct(int i)\n\n{\n previous_section = now_seg;\n previous_subsection = now_subseg;\n s_struct(i);\n return;\n}\n\n" comment comment (function_defini... | (translation_unit "void FUN_0004ee40(undefined4 param_1)\n\n{\n DAT_00081284 = DAT_0008137c;\n DAT_00081280 = DAT_000814a0;\n FUN_00034c20(param_1);\n return;\n}\n\n" (function_definition "void FUN_0004ee40(undefined4 param_1)\n\n{\n DAT_00081284 = DAT_0008137c;\n DAT_00081280 = DAT_000814a0;\n FUN_00034c20(para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT... | (function_definition "void FUN_0004ee40(undefined4 param_1)\n\n{\n DAT_00081284 = DAT_0008137c;\n DAT_00081280 = DAT_000814a0;\n FUN_00034c20(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0004ee40(undefined4 param_1)" (identifier "FUN_0004ee40") (parameter_list "(undefined4 param_1)" (( ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(int i)
{
previous_section = now_seg;
previous_subsection = now_subseg;
var_1(i);
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 (assignment_expression left: (identifier) right: ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
DAT_00081284 = DAT_0008137c;
DAT_00081280 = DAT_000814a0;
FUN_00034c20(param_1);
return;
}
|
7967_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | _M_disjunct | FUN_001e2d70 |
/* std::string::_M_disjunct(char const*) const */
bool __thiscall std::string::_M_disjunct(string *this,char *param_1)
{
char *pcVar1;
bool bVar2;
pcVar1 = *(char **)this;
bVar2 = true;
if (pcVar1 <= param_1) {
bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;
}
return bVar2;
}
|
bool FUN_001e2d70(uint *param_1,uint param_2)
{
uint uVar1;
bool bVar2;
uVar1 = *param_1;
bVar2 = true;
if (uVar1 <= param_2) {
bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;
}
return bVar2;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV ECX,dword ptr [ESP + 0x8]
MOV EDX,dword ptr [EAX]
MOV EAX,0x1
CMP EDX,ECX
JA 0x001e2d8b
ADD EDX,dword ptr [EDX + -0xc]
CMP ECX,EDX
SETA AL
RET | null | null | null | null | [('const-0', u'RETURN_-1207882297'), (u'LOAD_-1207882368', u'PTRADD_-1207882278'), (u'LOAD_-1207882336', u'PTRADD_-1207882272'), (u'CAST_-1207882234', u'LOAD_-1207882368'), ('const-4294967284', u'PTRADD_-1207882278'), ('const-1', u'COPY_-1207882296'), (u'INT_LESS_-1207882300', u'MULTIEQUAL_-1207882221'), ('const-417', ... | [('const-0', u'RETURN_-1207882297'), ('const-417', u'LOAD_-1207882336'), ('tmp_209', u'INT_LESSEQUAL_-1207882331'), (u'INT_LESS_-1207882300', u'MULTIEQUAL_-1207882221'), ('const-1', u'COPY_-1207882296'), ('tmp_56', u'CBRANCH_-1207882341'), (u'INT_ADD_-1207882318', u'INT_LESS_-1207882300'), (u'LOAD_-1207882336', u'INT_A... | null | null | 001e2d70 | x86 | O0 | (translation_unit "bool FUN_001e2d70(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_001e2d70(uint *param_1,uint param_2)... | (translation_unit "/* std::string::_M_disjunct(char const*) const */\n\nbool __thiscall std::string::_M_disjunct(string *this,char *param_1)\n\n{\n char *pcVar1;\n bool bVar2;\n \n pcVar1 = *(char **)this;\n bVar2 = true;\n if (pcVar1 <= param_1) {\n bVar2 = pcVar1 + *(int *)(pcVar1 + -0xc) < param_1;\n }\n ... | (translation_unit "bool FUN_001e2d70(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_001e2d70(uint *param_1,uint param_2)... | (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 ;) (expression_statement (assignment_expression IDENT = (po... | (function_definition "bool FUN_001e2d70(uint *param_1,uint param_2)\n\n{\n uint uVar1;\n bool bVar2;\n \n uVar1 = *param_1;\n bVar2 = true;\n if (uVar1 <= param_2) {\n bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;\n }\n return bVar2;\n}" (primitive_type "bool") (function_declarator "FUN_001e2d70(uint *par... |
/* std::string::_M_disjunct(char const*) const */
bool __thiscall std::type_1::function_1(type_1 *this,char *var_2)
{
char *var_1;
bool bVar2;
var_1 = *(char **)this;
bVar2 = true;
if (var_1 <= var_2) {
bVar2 = var_1 + *(int *)(var_1 + -0xc) < var_2;
}
return bVar2;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
bool MASKED(uint *param_1,uint param_2)
{
uint uVar1;
bool bVar2;
uVar1 = *param_1;
bVar2 = true;
if (uVar1 <= param_2) {
bVar2 = uVar1 + *(int *)(uVar1 - 0xc) < param_2;
}
return bVar2;
}
|
7374_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | parse_version | FUN_002b4e60 |
/* 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_version(General_options * this, char * opt, char * param_2,
Command_line * param_3) */
void __thiscall
gold::General_options... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002b4e60(int param_1,char *param_2)
{
if ((*param_2 == '-') && (param_2[1] == 'v')) {
FUN_00365a20(1);
*(undefined1 *)(param_1 + 0x592c) = 1;
return;
}
FUN_00365a20(0);
*(undefined1 *)(param_1 + 0x59... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x335199
SUB ESP,0x4
MOV EAX,dword ptr [ESP + 0x14]
MOV ESI,dword ptr [ESP + 0x10]
CMP byte ptr [EAX],0x2d
JZ 0x002b4ea0
SUB ESP,0xc
PUSH 0x0
CALL 0x00365a20
MOV byte ptr [ESI + 0x592c],0x1
MOV dword ptr [ESP],0x0
CALL 0x000397f0
CMP byte ptr [EAX + 0x1],0x76
JNZ 0x002b4e7d
SUB... | null | null | null | null | [('const-1', u'RETURN_-1204531594')] | [(u'CAST_-1204531300', u'STORE_-1204531512'), (u'CAST_-1204531260', u'STORE_-1204531432'), ('const-1', u'PTRADD_-1204531417'), (u'INT_ADD_-1204531498', u'CAST_-1204531300'), (u'PTRADD_-1204531417', u'LOAD_-1204531479'), ('tmp_664', u'LOAD_-1204531557'), (u'LOAD_-1204531479', u'INT_EQUAL_-1204531464'), ('const-1', u'STO... | null | null | 002b4e60 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002b4e60(int param_1,char *param_2)\n\n{\n if ((*param_2 == '-') && (param_2[1] == 'v')) {\n FUN_00365a20(1);\n *(undefined1 *)(param_1 + 0x592c) = 1;\n return;\n }\n FUN_00365a20(0);\n *... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_version(General_options * this, char * opt, char * param_2,\n Command_line * param_3) */\n\nvoid __thiscal... | (translation_unit "void FUN_002b4e60(int param_1,char *param_2)\n\n{\n if ((*param_2 == '-') && (param_2[1] == 'v')) {\n FUN_00365a20(1);\n *(undefined1 *)(param_1 + 0x592c) = 1;\n return;\n }\n FUN_00365a20(0);\n *(undefined1 *)(param_1 + 0x592c) = 1;\n \n exit(0);\n}\n\n" (function_de... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression... | (function_definition "void FUN_002b4e60(int param_1,char *param_2)\n\n{\n if ((*param_2 == '-') && (param_2[1] == 'v')) {\n FUN_00365a20(1);\n *(undefined1 *)(param_1 + 0x592c) = 1;\n return;\n }\n FUN_00365a20(0);\n *(undefined1 *)(param_1 + 0x592c) = 1;\n \n exit(0);\n}" (primitive_ty... |
/* 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_version(General_options * this, char * opt, char * param_2,
Command_line * param_3) */
void __thiscall
gold::type_1::functio... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,char *param_2)
{
if ((*param_2 == '-') && (param_2[1] == 'v')) {
FUN_00365a20(1);
*(undefined1 *)(param_1 + 0x592c) = 1;
return;
}
FUN_00365a20(0);
*(undefined1 *)(param_1 + 0x592c) = ... |
133_printenv_and_printenv_strip.c | rpl_fflush | FUN_000154a5 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int rpl_fflush(FILE *stream)
{
int iVar1;
if ((stream != (FILE *)0x0) && (iVar1 = __freading(stream), iVar1 != 0)) {
clear_ungetc_buffer_preserving_position(stream);
iVar1 ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000154a5(FILE *param_1)
{
int iVar1;
if ((param_1 != (FILE *)0x0) && (iVar1 = __freading(param_1), iVar1 != 0)) {
FUN_0001546c(param_1);
fflush(param_1);
return;
}
fflush(param_1);
return;
}
| PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x4
CALL 0x00011370
ADD EBX,0x4b4f
CMP dword ptr [EBP + 0x8],0x0
JZ 0x000154cf
SUB ESP,0xc
PUSH dword ptr [EBP + 0x8]
CALL 0x000111b0
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x000154df
SUB ESP,0xc
PUSH dword ptr [EBP + 0x8]
CALL 0x00011060
ADD ESP,0x10
JMP 0x000154fb
SUB ESP,0xc
PUSH dword p... | null | null | null | null | [(u'COPY_-1205971517', u'RETURN_-1205971590'), (u'CALL_-1205971709', u'INT_NOTEQUAL_-1205971682'), ('const-0', u'INT_NOTEQUAL_-1205971682'), ('tmp_484', u'CAST_-1205971360'), ('tmp_484', u'INT_NOTEQUAL_-1205971738'), ('const-0', u'RETURN_-1205971590'), ('tmp_214', u'CBRANCH_-1205971681'), (u'INT_NOTEQUAL_-1205971738', ... | [('tmp_958', u'CALL_-1205971562'), (u'CALL_-1205971709', u'INT_NOTEQUAL_-1205971682'), ('const-0', u'INT_NOTEQUAL_-1205971682'), ('const-0', u'RETURN_-1205971590'), ('tmp_214', u'CBRANCH_-1205971681'), ('const-0', u'RETURN_-1205971404'), (u'INT_NOTEQUAL_-1205971738', u'CBRANCH_-1205971736'), ('tmp_958', u'CALL_-1205971... | null | null | 000154a5 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000154a5(FILE *param_1)\n\n{\n int iVar1;\n \n if ((param_1 != (FILE *)0x0) && (iVar1 = __freading(param_1), iVar1 != 0)) {\n FUN_0001546c(param_1);\n fflush(param_1);\n return;\n }\n ff... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint rpl_fflush(FILE *stream)\n\n{\n int iVar1;\n \n if ((stream != (FILE *)0x0) && (iVar1 = __freading(stream), iVar1 != 0)) {\n clear_ungetc_buffer_preserving_p... | (translation_unit "void FUN_000154a5(FILE *param_1)\n\n{\n int iVar1;\n \n if ((param_1 != (FILE *)0x0) && (iVar1 = __freading(param_1), iVar1 != 0)) {\n FUN_0001546c(param_1);\n fflush(param_1);\n return;\n }\n fflush(param_1);\n return;\n}\n\n" (function_definition "void FUN_000154a5(FILE *param_1)\n\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != ... | (function_definition "void FUN_000154a5(FILE *param_1)\n\n{\n int iVar1;\n \n if ((param_1 != (FILE *)0x0) && (iVar1 = __freading(param_1), iVar1 != 0)) {\n FUN_0001546c(param_1);\n fflush(param_1);\n return;\n }\n fflush(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000154a5(... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(type_1 *var_1)
{
int var_3;
if ((var_1 != (type_1 *)0x0) && (var_3 = var_2(var_1), var_3 != 0)) {
var_4(var_1);
var_3 = var_5((type_1 *)var_1);
return va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(FILE *param_1)
{
int iVar1;
if ((param_1 != (FILE *)0x0) && (iVar1 = __freading(param_1), iVar1 != 0)) {
FUN_0001546c(param_1);
fflush(param_1);
return;
}
fflush(param_1);
return;
}
|
1335_plink_and_plink_strip.c | sk_localproxy_write | FUN_0008822f |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int sk_localproxy_write(Socket s,char *data,int len)
{
int iVar1;
Local_Proxy_Socket ps;
if (s[0xf] != (s... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0008822f(int param_1,undefined4 param_2,undefined4 param_3)
{
if (*(int *)(param_1 + 0x3c) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("ps->outgoingeof == EOF_NO","unix/uxpr... | PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x14
CALL 0x000148f0
ADD EBX,0x29b79
MOV EAX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0xc],EAX
MOV EAX,dword ptr [EBP + -0xc]
MOV EAX,dword ptr [EAX + 0x3c]
TEST EAX,EAX
JZ 0x00088270
LEA EAX,[EBX + 0xfffee7c8]
PUSH EAX
PUSH 0xb6
LEA EAX,[EBX + 0xfffee71c]
PUSH EAX
LEA EAX,[EBX ... | null | null | null | null | [('const-4', u'PTRADD_-1206418492'), ('const-6', u'PTRADD_-1206418450'), ('tmp_546', u'CALL_-1206418700'), (u'CAST_-1206418409', u'CALL_-1206418606'), (u'INT_NOTEQUAL_-1206418811', u'CBRANCH_-1206418811'), ('tmp_544', u'PTRADD_-1206418450'), ('const-6', u'PTRADD_-1206418411'), ('const-0', u'RETURN_-1206418573'), ('cons... | [('tmp_1020', u'INT_ADD_-1206418732'), (u'COPY_-1206418527', u'CALL_-1206418760'), ('const-182', u'CALL_-1206418760'), (u'INT_NOTEQUAL_-1206418811', u'CBRANCH_-1206418811'), ('const-0', u'RETURN_-1206418573'), ('tmp_1020', u'CALL_-1206418660'), ('const-417', u'LOAD_-1206418830'), ('const-24', u'INT_ADD_-1206418732'), (... | null | null | 0008822f | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0008822f(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x3c) != 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("ps->outgoing... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nint sk_localproxy_write(Socket s,char *data,int len)\n\n{\n int iVar1;\n Local_Proxy_Socket... | (translation_unit "void FUN_0008822f(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x3c) != 0) {\n \n __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write");\n }\n FUN_0001c4d0(param_1 + 0x18,param_2,param_3);\n FUN_0008807b(pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expr... | (function_definition "void FUN_0008822f(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 0x3c) != 0) {\n \n __assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c",0xb6,"sk_localproxy_write");\n }\n FUN_0001c4d0(param_1 + 0x18,param_2,param_3);\n FUN_0008807b... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
int function_1(type_1 var_3,char *data,int len)
{
int iVar1;
type_2 ps;
if (var_3[0xf] != (type_3 *)0x0) ... | 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)
{
if (*(int *)(param_1 + 0x3c) != 0) {
/* WARNING: Subroutine does not return */
__assert_fail("ps->outgoingeof == EOF_NO","unix/uxproxy.c"... |
204_x86_64-linux-gnux32-objcopy_and_x86_64-linux-gnux32-objcopy_strip.c | debug_get_real_type | FUN_0001d1b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
debug_type_s * __regparm3
debug_get_real_type(void *handle,debug_type_conflict type,debug_type_real_list *list)
{
debug_name *type_00;
char *__format;
debug_type_conflict pdVar1;
debug_type_kind dVar2;
debug_type_real_l... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint * __regparm3 FUN_0001d1b0(undefined4 param_1,uint *param_2,int *param_3)
{
char *__format;
undefined4 *puVar1;
uint uVar2;
int *piVar3;
undefined4 uVar4;
bool bVar5;
uVar2 = *param_2;
if ((uVar2 < 0x18) &... | PUSH EBP
PUSH EDI
MOV EDI,ECX
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x22e45
SUB ESP,0x1c
MOV ECX,dword ptr [EDX]
CMP ECX,0x17
JA 0x0001d220
MOV ESI,0x1
SHL ESI,CL
AND ESI,0xc00002
JZ 0x0001d220
TEST EDI,EDI
JZ 0x0001d201
CMP EDX,dword ptr [EDI + 0x4]
JZ 0x0001d23d
MOV ESI,dword ptr [EDI]
CMP EDI,ESI
JNZ 0x0001d1fd
... | null | null | null | null | [(u'PTRSUB_-1205938695', u'CALL_-1205939167'), (u'LOAD_-1205939162', u'CALL_-1205939144'), (u'MULTIEQUAL_-1205938953', u'CALL_-1205939374'), (u'CALL_-1205939167', u'INDIRECT_-1205938750'), (u'PTRSUB_-1205938804', u'LOAD_-1205939343'), ('tmp_1066', u'BRANCH_-1205939141'), (u'INT_NOTEQUAL_-1205939310', u'CBRANCH_-1205939... | [(u'MULTIEQUAL_-1205938979', u'PTRADD_-1205938800'), (u'CAST_-1205938781', u'LOAD_-1205939373'), (u'LOAD_-1205939736', u'INT_SUB_-1205939380'), ('const-3', u'PTRADD_-1205938800'), ('const-4', u'PTRADD_-1205938885'), ('const-417', u'LOAD_-1205939387'), (u'LOAD_-1205939355', u'MULTIEQUAL_-1205938990'), (u'CALL_-120593916... | null | null | 0001d1b0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint * __regparm3 FUN_0001d1b0(undefined4 param_1,uint *param_2,int *param_3)\n\n{\n char *__format;\n undefined4 *puVar1;\n uint uVar2;\n int *piVar3;\n undefined4 uVar4;\n bool bVar5;\n \n uVar2 = *p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\ndebug_type_s * __regparm3\ndebug_get_real_type(void *handle,debug_type_conflict type,debug_type_real_list *list)\n\n{\n debug_name *type_00;\n char *__format;\n debug_type_conflict pdVar1;\n debug_type_kind... | (translation_unit "uint * __regparm3 FUN_0001d1b0(undefined4 param_1,uint *param_2,int *param_3)\n\n{\n char *__format;\n undefined4 *puVar1;\n uint uVar2;\n int *piVar3;\n undefined4 uVar4;\n bool bVar5;\n \n uVar2 = *param_2;\n if ((uVar2 < 0x18) && ((1 << ((byte)uVar2 & 0x1f) & 0xc00002U) != 0)) {\n if (... | (translation_unit (ERROR (binary_expression IDENT * (ERROR IDENT) (call_expression IDENT (argument_list ( IDENT (ERROR IDENT) , (binary_expression IDENT * IDENT) , (binary_expression IDENT * IDENT) ))))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDEN... | (ERROR "uint * __regparm3 FUN_0001d1b0(undefined4 param_1,uint *param_2,int *param_3)" (binary_expression "uint * __regparm3 FUN_0001d1b0(undefined4 param_1,uint *param_2,int *param_3)" (identifier "uint") (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (call_expression "FUN_0001d1b0(undefined4 param_1,uint *par... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_7 * __regparm3
var_11(void *handle,type_2 var_5,type_4 *var_4)
{
type_1 *var_12;
char *__format;
type_2 pdVar1;
type_3 var_1;
type_4 *var_6;
char *pcVar4;
bool bVar5;
type_4 rl;
var_1 = var_5->kind;
if... | null | (translation_unit (ERROR (binary_expression left: (identifier) (ERROR (identifier)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (ERROR (identifier)) (binary_expression left: (identifier) right: (identifier)) (binary_expression left: (identifier) right: (identifier)))))) (compou... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint * __regparm3 MASKED(undefined4 param_1,uint *param_2,int *param_3)
{
char *__format;
undefined4 *puVar1;
uint uVar2;
int *piVar3;
undefined4 uVar4;
bool bVar5;
uVar2 = *param_2;
if ((uVar2 < 0x18) && ((1 ... |
2009_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | _M_fill_insert | FUN_000502e0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void _M_fill_insert(vector<bool,_std::allocator<bool>_> * this,
iterator __position, size_type __n, bool __x) */
void __thiscall
std::vector<bo... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_000502e0(int *param_1,uint *param_2,int param_3,uint param_4,char param_5)
{
uint *puVar1;
char cVar2;
uint uVar3;
uint uVar4;
void *__dest;
int iVar5;
size_t sVar6;
int iVar7;
uint *puVar8;
uint *pu... | CALL 0x000559e6
ADD EAX,0x33ed1b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x3c
MOV EBX,dword ptr [ESP + 0x58]
MOV EDI,dword ptr [ESP + 0x60]
MOV dword ptr [ESP + 0x10],EAX
MOV ESI,dword ptr [ESP + 0x5c]
MOV EAX,dword ptr [ESP + 0x54]
MOV EBP,dword ptr [ESP + 0x50]
MOV dword ptr [ESP + 0x8],EBX
MOV dword ptr [ESP + 0... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206250787'), (u'INT_SUB_-1206254351', u'INT_MULT_-1206254311'), (u'SUBPIECE_-1206249986', u'COPY_-1206248660'), ('const-31', u'INT_AND_-1206251586'), (u'COPY_-1206249188', u'MULTIEQUAL_-1206250202'), ('const-0', u'PTRSUB_-1206248019'), (u'SUBPIECE_-1206249985', u'INT_SUB_-1206254334'), (u'... | [('const-0', u'INT_NOTEQUAL_-1206250787'), (u'INT_SUB_-1206254351', u'INT_MULT_-1206254311'), (u'MULTIEQUAL_-1206250117', u'PTRADD_-1206249297'), ('const-31', u'INT_AND_-1206251586'), (u'INT_ADD_-1206253197', u'MULTIEQUAL_-1206250209'), (u'INT_SLESS_-1206251185', u'CBRANCH_-1206251192'), (u'INT_AND_-1206253202', u'INT_... | null | null | 000502e0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000502e0(int *param_1,uint *param_2,int param_3,uint param_4,char param_5)\n\n{\n uint *puVar1;\n char cVar2;\n uint uVar3;\n uint uVar4;\n void *__dest;\n int iVar5;\n size_t sVar6;\n int iVa... | (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 prototype: void _M_fill_insert(vector<bool,_std::allocator<bool>_> * this,\n iterator __position, size_type __n, bool __x) */\n\nvoid __... | (translation_unit "void FUN_000502e0(int *param_1,uint *param_2,int param_3,uint param_4,char param_5)\n\n{\n uint *puVar1;\n char cVar2;\n uint uVar3;\n uint uVar4;\n void *__dest;\n int iVar5;\n size_t sVar6;\n int iVar7;\n uint *puVar8;\n uint *puVar9;\n uint uVar10;\n int local_44;\n uint *local_40;\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) , (parameter_declaration TYPE IDENT) ))... | (function_definition "void FUN_000502e0(int *param_1,uint *param_2,int param_3,uint param_4,char param_5)\n\n{\n uint *puVar1;\n char cVar2;\n uint uVar3;\n uint uVar4;\n void *__dest;\n int iVar5;\n size_t sVar6;\n int iVar7;\n uint *puVar8;\n uint *puVar9;\n uint uVar10;\n int local_44;\n uint *local_40;... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void _M_fill_insert(vector<bool,_std::allocator<bool>_> * this,
iterator __position, size_type __n, bool __x) */
void __thiscall
var_2::vector<... | 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.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,uint *param_2,int param_3,uint param_4,char param_5)
{
uint *puVar1;
char cVar2;
uint uVar3;
uint uVar4;
void *__dest;
int iVar5;
size_t sVar6;
int iVar7;
uint *puVar8;
uint *puVar9;
... |
29_cksum_and_cksum_strip.c | strchr | strchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x80] | null | null | null | null | [(u'CALLIND_-1205988838', u'CAST_-1205988757'), ('const-0', u'RETURN_-1205988835'), (u'CALLIND_-1205988838', u'INDIRECT_-1205988765'), (u'INDIRECT_-1205988765', u'COPY_-1205988824'), (u'CAST_-1205988758', u'CALLIND_-1205988838'), (u'CAST_-1205988757', u'RETURN_-1205988835'), ('tmp_72', u'CAST_-1205988758')] | [(u'CALLIND_-1205988838', u'CAST_-1205988757'), ('const-0', u'RETURN_-1205988835'), (u'CALLIND_-1205988838', u'INDIRECT_-1205988765'), (u'INDIRECT_-1205988765', u'COPY_-1205988824'), (u'CAST_-1205988758', u'CALLIND_-1205988838'), (u'CAST_-1205988757', u'RETURN_-1205988835'), ('tmp_72', u'CAST_-1205988758')] | null | null | 00011210 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();\n return pcVar1;\n}\n\n" (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();\n return pcVar1;\n}" primi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_exp... | (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0001b080)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" (* "*") (function_declarator "strchr(char *__s,int __c)" (identifier "strchr") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strchr_0001b080)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0001b080)();
return pcVar1;
}
|
908_x86_64-kfreebsd-gnu-as_and_x86_64-kfreebsd-gnu-as_strip.c | getopt_long_only | getopt_long_only |
/* WARNING: Control flow encountered bad instruction data */
void getopt_long_only(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getopt_long_only@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void getopt_long_only(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206410842')] | [('const-1', u'RETURN_-1206410842')] | null | null | 0008a19c | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long_only(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void getopt_long_only(void)\n\n{\n /* WARNING... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long_only(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getopt_long_only@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void geto... | (translation_unit "void getopt_long_only(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void getopt_long_only(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "getopt_long_only(void)" identifier (parameter_list "(void)" ( (parameter_declarati... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void getopt_long_only(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "getopt_long_only(void)" (identifier "getopt_long_only") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getopt_long_only@@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();
}
|
3703_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | _M_realloc_insert<gold::Sized_relobj_file<64,_false>::Deferred_layout> | FUN_000cca70 |
/* 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<gold::Sized_relobj_file<64, false>::Deferred_layout>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_relobj_file<64... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_000cca70(int *param_1,int *param_2,int *param_3)
{
int *piVar1;
int *piVar2;
int iVar3;
int iVar4;
int *piVar5;
int *piVar6;
int *piVar7;
uint uVar8;
undefined4 *puVar9;
undefined4 *local_2c;
undef... | CALL 0x000559e6
ADD EAX,0x2c258b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV EDX,dword ptr [ESP + 0x44]
MOV EBP,dword ptr [ESP + 0x48]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x40]
MOV EDI,dword ptr [EAX + 0x4]
MOV ESI,dword ptr [EAX]
MOV EAX,EDI
SUB EDX,ESI
SUB EAX,ESI
SAR EAX,0x2
IMUL EAX,EAX,... | null | null | null | null | [(u'PTRADD_-1206660304', u'CAST_-1206659973'), ('const-0', u'PTRSUB_-1206659962'), (u'CAST_-1206659681', u'LOAD_-1206661521'), (u'CAST_-1206660215', u'INT_SUB_-1206662431'), (u'INT_NOTEQUAL_-1206661862', u'CBRANCH_-1206661860'), (u'MULTIEQUAL_-1206660421', u'CAST_-1206659784'), (u'INT_ADD_-1206659607', u'CAST_-12066593... | [(u'INT_NOTEQUAL_-1206661862', u'CBRANCH_-1206661860'), ('const-4', u'PTRADD_-1206660438'), ('const-4', u'PTRADD_-1206660180'), (u'MULTIEQUAL_-1206660420', u'CAST_-1206660019'), ('const-25', u'PTRADD_-1206660172'), (u'PTRADD_-1206660321', u'LOAD_-1206661962'), (u'PTRADD_-1206660052', u'STORE_-1206661444'), (u'PTRADD_-1... | null | null | 000cca70 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000cca70(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 uint uVar8;\n undefined4 *puVar9;\... | (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<gold::Sized_relobj_file<64, false>::Deferred_layout>\n DWARF original prototype: void\n _M_realloc_insert<gold... | (translation_unit "void FUN_000cca70(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 uint uVar8;\n undefined4 *puVar9;\n undefined4 *local_2c;\n undefined4 *local_28;\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_000cca70(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 uint uVar8;\n undefined4 *puVar9;\n undefined4 *local_2c;\n undefined4 *local_28;\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<gold::Sized_relobj_file<64, false>::Deferred_layout>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_relobj_file<64... | 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;
uint uVar8;
undefined4 *puVar9;
undefined4 *local_2c;
undefined4 ... |
8872_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | set_parameters_options | FUN_0030b090 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
void gold::set_parameters_options(General_options *optio... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0030b090(undefined4 param_1)
{
FUN_0030ad00(&DAT_005f14a0,param_1);
return;
}
| CALL 0x00074f02
ADD EAX,0x2def6b
SUB ESP,0x14
PUSH dword ptr [ESP + 0x18]
LEA EAX,[EAX + 0x74a0]
PUSH EAX
CALL 0x0030ad00
ADD ESP,0x1c
RET | null | null | null | null | [('const-6231200', u'PTRSUB_-1204833998'), ('const-0', u'PTRSUB_-1204833998'), (u'PTRSUB_-1204833998', u'CALL_-1204834096'), ('const-0', u'RETURN_-1204834073'), ('tmp_140', u'CALL_-1204834096')] | [('const-0', u'PTRSUB_-1204834000'), (u'PTRSUB_-1204834000', u'CALL_-1204834096'), ('const-0', u'RETURN_-1204834073'), ('const-6231200', u'PTRSUB_-1204834000'), ('tmp_228', u'CALL_-1204834096')] | null | null | 0030b090 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0030b090(undefined4 param_1)\n\n{\n FUN_0030ad00(&DAT_005f14a0,param_1);\n return;\n}\n\n" comment (function_definition "void FUN_0030b090(undefined4 param_1)\n\n{\n FUN_0030ad00(&DAT_005f14a0,para... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n\nvoid gold::set_parameters_options... | (translation_unit "void FUN_0030b090(undefined4 param_1)\n\n{\n FUN_0030ad00(&DAT_005f14a0,param_1);\n return;\n}\n\n" (function_definition "void FUN_0030b090(undefined4 param_1)\n\n{\n FUN_0030ad00(&DAT_005f14a0,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0030b090(undefined4 param_1)" identifi... | (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 & IDENT) , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0030b090(undefined4 param_1)\n\n{\n FUN_0030ad00(&DAT_005f14a0,param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030b090(undefined4 param_1)" (identifier "FUN_0030b090") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
void gold::function_1(type_1 *options)
{
Parameters::... | 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.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 param_1)
{
FUN_0030ad00(&DAT_005f14a0,param_1);
return;
}
|
5013_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | reserve | FUN_0011f230 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void reserve(Stringpool_template<unsigned_int> * this, uint n) */
void __thiscall
gold::Stringpool_template<unsigned_int>::reserve(Stringpool_template<unsigned_int> *this,uint n)
{
pointer pvVar1;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0011f230(int param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int iVar3;
uint uVar4;
int *piVar5;
uint uVar6;
uint uVar7;
int *piVar8;
uint local_44;
undefined4 local_20 [3];
undefined4 uStack_14;... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x1e2dc7
SUB ESP,0x4c
MOV ESI,dword ptr [ESP + 0x60]
MOV EDI,dword ptr [ESP + 0x64]
MOV EAX,dword ptr [ESI + 0x20]
MOV EDX,dword ptr [ESI + 0x1c]
MOV ECX,EAX
SUB ECX,EDX
SAR ECX,0x2
IMUL ECX,ECX,-0x55555555
MOV EBP,ECX
SHL EBP,0xd
CMP EDI,EBP
JA 0x0011f320
MOV... | null | null | null | null | [('const-0', u'PTRSUB_-1206978428'), ('const-0', u'PTRSUB_-1206978127'), (u'COPY_-1206978184', u'MULTIEQUAL_-1206978702'), (u'PTRSUB_-1206978339', u'PTRSUB_-1206978396'), ('const-0', u'PTRSUB_-1206978040'), (u'PTRSUB_-1206978179', u'PTRSUB_-1206978148'), ('const-0', u'PTRSUB_-1206978108'), (u'BOOL_AND_-1206979071', u'C... | [(u'MULTIEQUAL_-1206978315', u'MULTIEQUAL_-1206978512'), ('const-4', u'PTRADD_-1206978122'), (u'BOOL_AND_-1206979071', u'CBRANCH_-1206979104'), ('const-32', u'INT_ADD_-1206978922'), ('const-2863311531', u'INT_MULT_-1206979103'), ('const-28', u'INT_ADD_-1206978891'), (u'MULTIEQUAL_-1206978712', u'INT_MULT_-1206978256'),... | null | null | 0011f230 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0011f230(int param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n uint uVar4;\n int *piVar5;\n uint uVar6;\n uint uVar7;\n int *piVar8;\n uint local_44;\n undefined4 local... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void reserve(Stringpool_template<unsigned_int> * this, uint n) */\n\nvoid __thiscall\ngold::Stringpool_template<unsigned_int>::reserve(Stringpool_template<unsigned_int> *this,uint n)\... | (translation_unit "void FUN_0011f230(int param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n uint uVar4;\n int *piVar5;\n uint uVar6;\n uint uVar7;\n int *piVar8;\n uint local_44;\n undefined4 local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x11f239;\n piVar2 = *(int **)(param_1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_0011f230(int param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int iVar3;\n uint uVar4;\n int *piVar5;\n uint uVar6;\n uint uVar7;\n int *piVar8;\n uint local_44;\n undefined4 local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x11f239;\n piVar2 = *(int **)(para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void reserve(Stringpool_template<unsigned_int> * this, uint n) */
void __thiscall
gold::type_1<unsigned_int>::function_1(type_1<unsigned_int> *this,type_2 var_5)
{
type_3 var_11;
type_4 var_17;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int iVar3;
uint uVar4;
int *piVar5;
uint uVar6;
uint uVar7;
int *piVar8;
uint local_44;
undefined4 local_20 [3];
undefined4 uStack_14;
... |
1480_putty_and_putty_strip.c | sha512_final | FUN_00087cbc |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void sha512_final(void *handle,uchar *output)
{
SHA512_State *s;
SHA512_Final((SHA512_State *)handle,output);
sha512_free(handle);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00087cbc(undefined4 param_1,undefined4 param_2)
{
FUN_00087689(param_1,param_2);
FUN_00087c50(param_1);
return;
}
| PUSH EBP
MOV EBP,ESP
SUB ESP,0x18
CALL 0x0001c87c
ADD EAX,0x8eacd
MOV EAX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0xc],EAX
SUB ESP,0x8
PUSH dword ptr [EBP + 0xc]
PUSH dword ptr [EBP + -0xc]
CALL 0x00087689
ADD ESP,0x10
SUB ESP,0xc
PUSH dword ptr [EBP + -0xc]
CALL 0x00087c50
ADD ESP,0x10
NOP
LEAVE
RET | null | null | null | null | [(u'CAST_-1206420051', u'CALL_-1206420202'), ('tmp_279', u'CALL_-1206420202'), ('const-0', u'RETURN_-1206420134'), ('tmp_278', u'CALL_-1206420162'), ('tmp_278', u'CAST_-1206420051')] | [('tmp_483', u'CALL_-1206420202'), ('const-0', u'RETURN_-1206420134'), ('tmp_484', u'CALL_-1206420202'), ('tmp_483', u'CALL_-1206420162')] | null | null | 00087cbc | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00087cbc(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00087689(param_1,param_2);\n FUN_00087c50(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00087cbc(undefined4 param_1,u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid sha512_final(void *handle,uchar *output)\n\n{\n SHA512_State *s;\n \n SHA512_Final((SHA512_State *)handle,output);\n sha512_free(handle);\n return;\n}\n\n" c... | (translation_unit "void FUN_00087cbc(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00087689(param_1,param_2);\n FUN_00087c50(param_1);\n return;\n}\n\n" (function_definition "void FUN_00087cbc(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00087689(param_1,param_2);\n FUN_00087c50(param_1);\n return;\n}" p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argu... | (function_definition "void FUN_00087cbc(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_00087689(param_1,param_2);\n FUN_00087c50(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00087cbc(undefined4 param_1,undefined4 param_2)" (identifier "FUN_00087cbc") (parameter_list "(undefined4 param... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(void *handle,type_1 *output)
{
type_2 *s;
var_1((type_2 *)handle,output);
var_2(handle);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_00087689(param_1,param_2);
FUN_00087c50(param_1);
return;
}
|
510_libgmp.so_and_libgmp.so_strip.c | __gmpz_limbs_read | __gmpz_limbs_read |
/* WARNING: Unknown calling convention */
mp_srcptr __gmpz_limbs_read(mpz_srcptr x)
{
return x->_mp_d;
}
|
undefined4 __gmpz_limbs_read(int param_1)
{
return *(undefined4 *)(param_1 + 8);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x8]
RET | null | null | null | null | [('const-8', u'PTRSUB_-1206005760'), ('const-0', u'RETURN_-1206005815'), (u'LOAD_-1206005830', u'COPY_-1206005830'), ('tmp_27', u'PTRSUB_-1206005760'), (u'COPY_-1206005830', u'RETURN_-1206005815'), (u'PTRSUB_-1206005760', u'LOAD_-1206005830'), ('const-417', u'LOAD_-1206005830')] | [('const-8', u'INT_ADD_-1206005814'), ('const-0', u'RETURN_-1206005815'), ('const-417', u'LOAD_-1206005830'), (u'LOAD_-1206005830', u'COPY_-1206005830'), (u'COPY_-1206005830', u'RETURN_-1206005815'), ('tmp_29', u'INT_ADD_-1206005814'), (u'CAST_-1206005762', u'LOAD_-1206005830'), (u'INT_ADD_-1206005814', u'CAST_-1206005... | null | null | 0002cfb0 | x86 | O0 | (translation_unit "undefined4 __gmpz_limbs_read(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}\n\n" (function_definition "undefined4 __gmpz_limbs_read(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" type_identifier (function_declarator "__gmpz_limbs_read(int param_1)" identifier (parameter_l... | (translation_unit "/* WARNING: Unknown calling convention */\n\nmp_srcptr __gmpz_limbs_read(mpz_srcptr x)\n\n{\n return x->_mp_d;\n}\n\n" comment (function_definition "mp_srcptr __gmpz_limbs_read(mpz_srcptr x)\n\n{\n return x->_mp_d;\n}" type_identifier (function_declarator "__gmpz_limbs_read(mpz_srcptr x)" identifie... | (translation_unit "undefined4 __gmpz_limbs_read(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}\n\n" (function_definition "undefined4 __gmpz_limbs_read(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" type_identifier (function_declarator "__gmpz_limbs_read(int param_1)" identifier (parameter_l... | (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 __gmpz_limbs_read(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 8);\n}" (type_identifier "undefined4") (function_declarator "__gmpz_limbs_read(int param_1)" (identifier "__gmpz_limbs_read") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_t... |
/* WARNING: Unknown calling convention */
type_1 function_1(type_2 x)
{
return x->_mp_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 (return_statement (pointer_expression argument: (cast_expression type: ... | null |
undefined4 MASKED(int param_1)
{
return *(undefined4 *)(param_1 + 8);
}
|
10438_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | assign | FUN_0026a8f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::assign(std::wstring const&, unsigned int, unsigned int) */
void __thiscall std::wstring::assign(wstring *this,wstring *param_1,uint param_2,uint param_3)
{
uint uVar1;
uint uVar2;
uVar1 = *(uint *)(*(int... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0026a8f0(undefined4 param_1,int *param_2,uint param_3,uint param_4)
{
uint uVar1;
uint uVar2;
uVar1 = *(uint *)(*param_2 + -0xc);
uVar2 = uVar1 - param_3;
if (param_4 < uVar1 - param_3) {
uVar2 = param_... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EAX,dword ptr [ESP + 0x14]
CALL 0x00035840
ADD EBX,0x124704
MOV EDX,dword ptr [ESP + 0x18]
MOV ESI,dword ptr [ESP + 0x1c]
MOV EDI,dword ptr [EAX]
MOV ECX,dword ptr [EDI + -0xc]
MOV EAX,ECX
SUB EAX,EDX
CMP EAX,ESI
CMOVA EAX,ESI
CMP EDX,ECX
JA 0x0026a934
SUB ESP,0x4
PUSH EAX
LEA EAX,[EDI + ... | null | null | null | null | [(u'INT_ADD_-1204180598', u'CAST_-1204180404'), ('const-417', u'LOAD_-1204180689'), (u'INT_SUB_-1204180661', u'COPY_-1204180482'), (u'COPY_-1204180482', u'MULTIEQUAL_-1204180490'), (u'CAST_-1204180428', u'LOAD_-1204180694'), (u'CAST_-1204180404', u'CALL_-1204180590'), (u'INT_LESS_-1204180642', u'CBRANCH_-1204180651'), ... | [(u'COPY_-1204180442', u'CALL_-1204180519'), ('tmp_703', u'INT_LESS_-1204180642'), (u'INT_LESS_-1204180642', u'CBRANCH_-1204180651'), ('const-1', u'RETURN_-1204180514'), ('tmp_160', u'CBRANCH_-1204180651'), ('tmp_703', u'COPY_-1204180487'), ('tmp_197', u'CBRANCH_-1204180632'), ('tmp_702', u'CALL_-1204180519'), ('const-... | null | null | 0026a8f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0026a8f0(undefined4 param_1,int *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = *(uint *)(*param_2 + -0xc);\n uVar2 = uVar1 - param_3;\n if (param_4 < uVar1 - p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::assign(std::wstring const&, unsigned int, unsigned int) */\n\nvoid __thiscall std::wstring::assign(wstring *this,wstring *param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n ... | (translation_unit "void FUN_0026a8f0(undefined4 param_1,int *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = *(uint *)(*param_2 + -0xc);\n uVar2 = uVar1 - param_3;\n if (param_4 < uVar1 - param_3) {\n uVar2 = param_4;\n }\n if (param_3 <= uVar1) {\n FUN_0026a7c0(param_1,*p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat... | (function_definition "void FUN_0026a8f0(undefined4 param_1,int *param_2,uint param_3,uint param_4)\n\n{\n uint uVar1;\n uint uVar2;\n \n uVar1 = *(uint *)(*param_2 + -0xc);\n uVar2 = uVar1 - param_3;\n if (param_4 < uVar1 - param_3) {\n uVar2 = param_4;\n }\n if (param_3 <= uVar1) {\n FUN_0026a7c0(param_1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::assign(std::wstring const&, unsigned int, unsigned int) */
void __thiscall std::type_1::function_1(type_1 *this,type_1 *param_1,type_2 var_2,type_2 var_3)
{
type_2 var_1;
type_2 uVar2;
var_1 = *(type_2 *... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,int *param_2,uint param_3,uint param_4)
{
uint uVar1;
uint uVar2;
uVar1 = *(uint *)(*param_2 + -0xc);
uVar2 = uVar1 - param_3;
if (param_4 < uVar1 - param_3) {
uVar2 = param_4;
}... |
217_hppa64-linux-gnu-as_and_hppa64-linux-gnu-as_strip.c | cfi_new_fde | FUN_00022370 |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Unknown calling convention */
void cfi_new_fde(symbolS *label)
{
fde_entry *pfVar1;
pfVar1 = alloc_fde_entry();
pfVar1->start_address = label;
frchain_now->frch_cfi_data->last_address = label;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void FUN_00022370(undefined4 param_1)
{
int iVar1;
iVar1 = FUN_00020670();
*(undefined4 *)(iVar1 + 4) = param_1;
*(undefined4 *)(*(int *)(DAT_00088fe8 + 0x48) + 4) = param_1;
return;
}
| PUSH ESI
CALL 0x00020659
ADD ESI,0x5dc8a
PUSH EBX
SUB ESP,0x4
MOV EBX,dword ptr [ESP + 0x10]
CALL 0x00020670
MOV dword ptr [EAX + 0x4],EBX
LEA EAX,[ESI + 0x8fe8]
MOV EAX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x48]
MOV dword ptr [EAX + 0x4],EBX
ADD ESP,0x4
POP EBX
POP ESI
RET | null | null | null | null | [(u'INDIRECT_-1206049760', u'PTRSUB_-1206049741'), (u'CALL_-1206049877', u'PTRSUB_-1206049753'), (u'STORE_-1206049873', u'INDIRECT_-1206049760'), ('const-0', u'RETURN_-1206049814'), (u'CALL_-1206049877', u'INDIRECT_-1206049767'), ('const-72', u'PTRSUB_-1206049741'), (u'PTRSUB_-1206049737', u'STORE_-1206049849'), ('tmp_... | [('const-417', u'STORE_-1206049849'), ('const-417', u'STORE_-1206049873'), ('const-4', u'INT_ADD_-1206049859'), (u'CAST_-1206049742', u'LOAD_-1206049857'), ('const-0', u'RETURN_-1206049814'), (u'LOAD_-1206049857', u'INT_ADD_-1206049835'), ('tmp_281', u'STORE_-1206049849'), (u'INDIRECT_-1206049759', u'INT_ADD_-120604984... | null | null | 00022370 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_00022370(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020670();\n *(undefined4 *)(iVar1 + 4) = param_1;\n *(undefined4 *)(*(int *)(DAT_00088fe8 + 0x48) + 4) = param_1;\n return;\n}\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Unknown calling convention */\n\nvoid cfi_new_fde(symbolS *label)\n\n{\n fde_entry *pfVar1;\n \n pfVar1 = alloc_fde_entry();\n pfVar1->start_address = label;\n frchain_now->frch_cfi_data->last_ad... | (translation_unit "void FUN_00022370(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020670();\n *(undefined4 *)(iVar1 + 4) = param_1;\n *(undefined4 *)(*(int *)(DAT_00088fe8 + 0x48) + 4) = param_1;\n return;\n}\n\n" (function_definition "void FUN_00022370(undefined4 param_1)\n\n{\n int iVar1;\n \n iV... | (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 ( )))) ;) (expression_statement (assignment_expressi... | (function_definition "void FUN_00022370(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = FUN_00020670();\n *(undefined4 *)(iVar1 + 4) = param_1;\n *(undefined4 *)(*(int *)(DAT_00088fe8 + 0x48) + 4) = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00022370(undefined4 param_1)" (identifi... |
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Unknown calling convention */
void function_1(type_1 *label)
{
type_2 *pfVar1;
pfVar1 = var_1();
pfVar1->start_address = label;
frchain_now->frch_cfi_data->last_address = label;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressi... | null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void MASKED(undefined4 param_1)
{
int iVar1;
iVar1 = FUN_00020670();
*(undefined4 *)(iVar1 + 4) = param_1;
*(undefined4 *)(*(int *)(DAT_00088fe8 + 0x48) + 4) = param_1;
return;
}
|
364_m68k-linux-gnu-readelf_and_m68k-linux-gnu-readelf_strip.c | xcalloc | FUN_0006b010 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * xcalloc(size_t nelem,size_t elsize)
{
void *pvVar1;
if ((nelem == 0) || (elsize == 0)) {
elsize = 1;
nelem = 1;
}
pvVar1 = calloc(nelem,elsize);
if (pvVar1 != (void *)0x0) {
return pvVar1;
}
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0006b010(size_t param_1,size_t param_2)
{
void *pvVar1;
if ((param_1 == 0) || (param_2 == 0)) {
param_2 = 1;
param_1 = 1;
}
pvVar1 = calloc(param_1,param_2);
if (pvVar1 != (void *)0x0) {
return;... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00013f70
ADD EBX,0x48fe4
MOV EDI,dword ptr [ESP + 0x14]
TEST ESI,ESI
JZ 0x0006b048
TEST EDI,EDI
JZ 0x0006b048
SUB ESP,0x8
PUSH EDI
PUSH ESI
CALL 0x00013430
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0006b054
POP EBX
POP ESI
POP EDI
RET
MOV EDI,0x1
MOV ESI,0x1
JMP 0x0... | null | null | null | null | [(u'MULTIEQUAL_-1206275842', u'INT_MULT_-1206275879'), (u'INT_EQUAL_-1206276002', u'CBRANCH_-1206276001'), ('const-1', u'COPY_-1206275893'), ('tmp_350', u'INT_EQUAL_-1206276016'), (u'INT_NOTEQUAL_-1206275947', u'CBRANCH_-1206275947'), ('const-0', u'INT_EQUAL_-1206276002'), (u'MULTIEQUAL_-1206275843', u'CALL_-1206275974... | [(u'MULTIEQUAL_-1206275842', u'INT_MULT_-1206275879'), (u'INT_EQUAL_-1206276002', u'CBRANCH_-1206276001'), ('const-1', u'COPY_-1206275893'), (u'INT_NOTEQUAL_-1206275947', u'CBRANCH_-1206275947'), ('tmp_630', u'INT_EQUAL_-1206276016'), ('tmp_631', u'INT_EQUAL_-1206276002'), ('const-0', u'INT_EQUAL_-1206276002'), (u'MULT... | null | null | 0006b010 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0006b010(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * xcalloc(size_t nelem,size_t elsize)\n\n{\n void *pvVar1;\n \n if ((nelem == 0) || (elsize == 0)) {\n elsize = 1;\n nelem = 1;\n }\n pvVar1 = calloc(nelem,elsize);\n if (pvVar1 != (void *)0x0)... | (translation_unit "void FUN_0006b010(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_0006af50(param_1 * param_2... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expr... | (function_definition "void FUN_0006b010(size_t param_1,size_t param_2)\n\n{\n void *pvVar1;\n \n if ((param_1 == 0) || (param_2 == 0)) {\n param_2 = 1;\n param_1 = 1;\n }\n pvVar1 = calloc(param_1,param_2);\n if (pvVar1 != (void *)0x0) {\n return;\n }\n \n FUN_0006af50(param_1 * para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * function_1(size_t var_1,size_t var_2)
{
void *var_4;
if ((var_1 == 0) || (var_2 == 0)) {
var_2 = 1;
var_1 = 1;
}
var_4 = var_3(var_1,var_2);
if (var_4 != (void *)0x0) {
return var_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)))) body: (compound_statement ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(size_t param_1,size_t param_2)
{
void *pvVar1;
if ((param_1 == 0) || (param_2 == 0)) {
param_2 = 1;
param_1 = 1;
}
pvVar1 = calloc(param_1,param_2);
if (pvVar1 != (void *)0x0) {
return;
}
... |
10651_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~__codecvt_utf8_utf16_base | FUN_00284070 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */
void __thiscall
std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base
(__codecvt_utf8_utf16_base<char16_t> *this)
{
~__codecv... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00284070(undefined4 param_1)
{
FUN_00283ef0(param_1);
FUN_001fd020(param_1);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x125f89
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x00283ef0
MOV dword ptr [ESP],ESI
CALL 0x001fd020
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('tmp_181', u'CALL_-1204338500'), ('tmp_181', u'CALL_-1204338513'), ('const-0', u'RETURN_-1204338467')] | [('tmp_334', u'CALL_-1204338513'), ('tmp_334', u'CALL_-1204338500'), ('const-0', u'RETURN_-1204338467')] | null | null | 00284070 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00284070(undefined4 param_1)\n\n{\n FUN_00283ef0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00284070(undefined4 param_1)\n\n{\n FUN_00283ef0(param_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */\n\nvoid __thiscall\nstd::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base\n (__codecvt_utf8_utf16_base<char16_t... | (translation_unit "void FUN_00284070(undefined4 param_1)\n\n{\n FUN_00283ef0(param_1);\n FUN_001fd020(param_1);\n return;\n}\n\n" (function_definition "void FUN_00284070(undefined4 param_1)\n\n{\n FUN_00283ef0(param_1);\n FUN_001fd020(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00284070(undef... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement re... | (function_definition "void FUN_00284070(undefined4 param_1)\n\n{\n FUN_00283ef0(param_1);\n FUN_001fd020(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00284070(undefined4 param_1)" (identifier "FUN_00284070") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */
void __thiscall
std::function_1<char16_t>::~function_1
(function_1<char16_t> *this)
{
~function_1(this);
var_1(this);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
FUN_00283ef0(param_1);
FUN_001fd020(param_1);
return;
}
|
7913_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | Merged_string | FUN_0022b460 |
/* DWARF original prototype: void Merged_string(Merged_string * this, section_offset_type offseta,
Key stringpool_keya) */
void __thiscall
gold::Output_merge_string<char>::Merged_string::Merged_string
(Merged_string *this,section_offset_type offseta,Key stringpool_keya)
{
this->offset = offseta;
thi... |
void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
param_1[1] = param_3;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [ESP + 0x8]
MOV dword ptr [EAX],EDX
MOV EDX,dword ptr [ESP + 0xc]
MOV dword ptr [EAX + 0x4],EDX
RET | null | null | null | null | [('tmp_47', u'PTRSUB_-1203915588'), ('const-417', u'STORE_-1203915650'), (u'PTRSUB_-1203915581', u'STORE_-1203915650'), ('const-4', u'PTRSUB_-1203915581'), ('tmp_49', u'STORE_-1203915650'), ('const-417', u'STORE_-1203915662'), ('const-0', u'RETURN_-1203915637'), ('const-0', u'PTRSUB_-1203915588'), ('tmp_48', u'STORE_-1... | [('const-417', u'STORE_-1203915650'), ('tmp_54', u'STORE_-1203915662'), (u'PTRADD_-1203915583', u'STORE_-1203915650'), ('const-4', u'PTRADD_-1203915583'), ('const-417', u'STORE_-1203915662'), ('tmp_53', u'STORE_-1203915662'), ('tmp_55', u'STORE_-1203915650'), ('tmp_53', u'PTRADD_-1203915583'), ('const-0', u'RETURN_-120... | null | null | 0022b460 | x86 | O0 | (translation_unit "void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[1] = param_3;\n return;\n}\n\n" (function_definition "void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[1] = param_3;\... | (translation_unit "/* DWARF original prototype: void Merged_string(Merged_string * this, section_offset_type offseta,\n Key stringpool_keya) */\n\nvoid __thiscall\ngold::Output_merge_string<char>::Merged_string::Merged_string\n (Merged_string *this,section_offset_type offseta,Key stringpool_keya)\n\n{\n thi... | (translation_unit "void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[1] = param_3;\n return;\n}\n\n" (function_definition "void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[1] = param_3;\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT)... | (function_definition "void FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n param_1[1] = param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022b460(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_0022b460") (param... |
/* DWARF original prototype: void Merged_string(Merged_string * this, section_offset_type offseta,
Key stringpool_keya) */
void __thiscall
gold::Output_merge_string<char>::function_1::function_1
(function_1 *this,type_1 offseta,type_2 stringpool_keya)
{
this->offset = offseta;
this->stringpool_key =... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
param_1[1] = param_3;
return;
}
|
6805_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | is_ctors_in_init_array | FUN_002790d0 |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool is_ctors_in_init_array(Layout * this, Relobj * relobj, uint shndx)
*/
bool __thiscall gold::Layout::is_ctors_in_init_array(Layout... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
bool FUN_002790d0(undefined4 param_1,uint param_2,uint param_3)
{
int *piVar1;
bool bVar2;
uint local_14;
uint local_10;
undefined4 uStack_4;
uStack_4 = 0x2790d5;
local_14 = param_2;
local_10 = param_3;
piVa... | CALL 0x00074f06
ADD ECX,0x370f2b
SUB ESP,0x1c
MOV EDX,dword ptr [ESP + 0x28]
MOV EAX,dword ptr [ESP + 0x24]
MOV dword ptr [ESP + 0x8],EAX
XOR EAX,EDX
MOV dword ptr [ESP + 0xc],EDX
PUSH EAX
LEA EDX,[ESP + 0xc]
PUSH EDX
XOR EDX,EDX
DIV dword ptr [ECX + 0x1750]
LEA EAX,[ECX + 0x174c]
PUSH EDX
PUSH EAX
CALL 0x00072c60
ADD ... | null | null | null | null | [(u'INT_NOTEQUAL_-1204252267', u'MULTIEQUAL_-1204252149'), ('tmp_378', u'COPY_-1204252412'), (u'INT_NOTEQUAL_-1204252285', u'CBRANCH_-1204252285'), ('tmp_614', u'INT_REM_-1204252321'), ('tmp_379', u'INT_XOR_-1204252380'), ('const-0', u'PTRSUB_-1204252145'), (u'MULTIEQUAL_-1204252149', u'COPY_-1204252230'), (u'PTRSUB_-1... | [(u'INT_NOTEQUAL_-1204252285', u'CBRANCH_-1204252285'), ('tmp_456', u'PTRSUB_-1204252172'), (u'PTRSUB_-1204252152', u'CALL_-1204252323'), (u'PTRSUB_-1204252172', u'CALL_-1204252323'), ('tmp_593', u'INT_REM_-1204252321'), ('const-6207308', u'PTRSUB_-1204252152'), (u'CALL_-1204252323', u'INDIRECT_-1204252163'), (u'CALL_-... | null | null | 002790d0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nbool FUN_002790d0(undefined4 param_1,uint param_2,uint param_3)\n\n{\n int *piVar1;\n bool bVar2;\n uint local_14;\n uint local_10;\n undefined4 uStack_4;\n \n uStack_4 = 0x2790d5;\n local_14 = param_2... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: bool is_ctors_in_init_array(Layout * this, Relobj * relobj, uint shndx)\n */\n\nbool __thiscall gold::Layout::is_cto... | (translation_unit "bool FUN_002790d0(undefined4 param_1,uint param_2,uint param_3)\n\n{\n int *piVar1;\n bool bVar2;\n uint local_14;\n uint local_10;\n undefined4 uStack_4;\n \n uStack_4 = 0x2790d5;\n local_14 = param_2;\n local_10 = param_3;\n piVar1 = (int *)FUN_00072c60(&DAT_005eb74c,(param_2 ^ param_3) %... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE I... | (function_definition "bool FUN_002790d0(undefined4 param_1,uint param_2,uint param_3)\n\n{\n int *piVar1;\n bool bVar2;\n uint local_14;\n uint local_10;\n undefined4 uStack_4;\n \n uStack_4 = 0x2790d5;\n local_14 = param_2;\n local_10 = param_3;\n piVar1 = (int *)FUN_00072c60(&DAT_005eb74c,(param_2 ^ param_3... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool is_ctors_in_init_array(Layout * this, Relobj * relobj, uint shndx)
*/
bool __thiscall gold::type_1::function_1(type_1 *this,type_... | 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.cx replaced with injection: get_pc_thunk_cx */
bool MASKED(undefined4 param_1,uint param_2,uint param_3)
{
int *piVar1;
bool bVar2;
uint local_14;
uint local_10;
undefined4 uStack_4;
uStack_4 = 0x2790d5;
local_14 = param_2;
local_10 = param_3;
piVar1 = (... |
349_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | new_formal | FUN_00027570 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
formal_entry * new_formal(void)
{
formal_entry *pfVar1;
pfVar1 = (formal_entry *)xmalloc(0x30);
sb_new(&pfVar1->name);
sb_new(&pfVar1->def);
sb_new(&pfVar1->actual);
pfVar1... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * FUN_00027570(void)
{
undefined4 *puVar1;
puVar1 = (undefined4 *)xmalloc(0x30);
FUN_000334e0(puVar1 + 1);
FUN_000334e0(puVar1 + 4);
FUN_000334e0(puVar1 + 7);
*puVar1 = 0;
puVar1[0xb] = 0;
return pu... | PUSH ESI
PUSH EBX
CALL 0x000160b0
ADD EBX,0x42a89
SUB ESP,0x10
PUSH 0x30
CALL 0x00014820
MOV ESI,EAX
LEA EAX,[EAX + 0x4]
MOV dword ptr [ESP],EAX
CALL 0x000334e0
LEA EAX,[ESI + 0x10]
MOV dword ptr [ESP],EAX
CALL 0x000334e0
LEA EAX,[ESI + 0x1c]
MOV dword ptr [ESP],EAX
CALL 0x000334e0
MOV dword ptr [ESI],0x0
MOV EAX,ESI
M... | null | null | null | null | [('const-0', u'STORE_-1206028827'), ('const-48', u'CALL_-1206028887'), (u'CAST_-1206028700', u'PTRSUB_-1206028660'), (u'PTRSUB_-1206028651', u'STORE_-1206028815'), ('const-4', u'PTRSUB_-1206028696'), ('const-0', u'STORE_-1206028815'), (u'CAST_-1206028700', u'PTRSUB_-1206028651'), (u'CAST_-1206028700', u'COPY_-120602882... | [(u'CALL_-1206028887', u'CAST_-1206028701'), ('const-7', u'PTRADD_-1206028673'), (u'CAST_-1206028701', u'PTRADD_-1206028697'), ('const-0', u'STORE_-1206028815'), ('const-4', u'PTRADD_-1206028685'), ('const-4', u'PTRADD_-1206028673'), ('const-4', u'PTRADD_-1206028653'), (u'PTRADD_-1206028653', u'STORE_-1206028815'), (u'... | null | null | 00027570 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00027570(void)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)xmalloc(0x30);\n FUN_000334e0(puVar1 + 1);\n FUN_000334e0(puVar1 + 4);\n FUN_000334e0(puVar1 + 7);\n *puVar1 = 0;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nformal_entry * new_formal(void)\n\n{\n formal_entry *pfVar1;\n \n pfVar1 = (formal_entry *)xmalloc(0x30);\n sb_new(&pfVar1->name);\n sb_new(&pfVar1->def);\n sb_n... | (translation_unit "undefined4 * FUN_00027570(void)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)xmalloc(0x30);\n FUN_000334e0(puVar1 + 1);\n FUN_000334e0(puVar1 + 4);\n FUN_000334e0(puVar1 + 7);\n *puVar1 = 0;\n puVar1[0xb] = 0;\n return puVar1;\n}\n\n" (function_definition "undefined4 * FUN_00027570... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract... | (function_definition "undefined4 * FUN_00027570(void)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)xmalloc(0x30);\n FUN_000334e0(puVar1 + 1);\n FUN_000334e0(puVar1 + 4);\n FUN_000334e0(puVar1 + 7);\n *puVar1 = 0;\n puVar1[0xb] = 0;\n return puVar1;\n}" (type_identifier "undefined4") (pointer_declarat... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 * function_1(void)
{
type_1 *pfVar1;
pfVar1 = (type_1 *)var_1(0x30);
var_2(&pfVar1->name);
var_2(&pfVar1->def);
var_2(&pfVar1->actual);
pfVar1->next = (type_2 *)0x0;... | 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: (type_identifier) declarator: (pointer_decla... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * MASKED(void)
{
undefined4 *puVar1;
puVar1 = (undefined4 *)xmalloc(0x30);
FUN_000334e0(puVar1 + 1);
FUN_000334e0(puVar1 + 4);
FUN_000334e0(puVar1 + 7);
*puVar1 = 0;
puVar1[0xb] = 0;
return puVar1;
... |
5863_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | add_mapping | FUN_0015eaf0 |
/* DWARF original prototype: void add_mapping(Object_merge_map * this, Output_section_data *
output_data, uint shndx, section_offset_type input_offset, section_size_type length,
section_offset_type output_offset) */
void __thiscall
gold::Object_merge_map::add_mapping
(Object_merge_map *this,Output_sec... |
void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)
{
FUN_0015ea00(param_1,param_2,param_3);
FUN_0015e900();
return;
}
| PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,dword ptr [ESP + 0x1c]
MOV ESI,dword ptr [ESP + 0x20]
MOV EDI,dword ptr [ESP + 0x24]
SUB ESP,0x4
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0015ea00
ADD ESP,0x10
MOV dword ptr [ESP + 0x1c],EDI
MOV dword ptr [ESP + 0x18],ESI
MOV dword ptr... | null | null | null | null | [('tmp_226', u'CALL_-1207243906'), ('tmp_223', u'CALL_-1207243967'), ('tmp_224', u'CALL_-1207243967'), (u'CALL_-1207243967', u'CALL_-1207243906'), ('tmp_227', u'CALL_-1207243906'), ('const-0', u'RETURN_-1207243902'), ('tmp_228', u'CALL_-1207243906'), ('tmp_225', u'CALL_-1207243967')] | [('tmp_472', u'CALL_-1207243967'), ('const-0', u'RETURN_-1207243902'), ('tmp_473', u'CALL_-1207243967'), ('tmp_471', u'CALL_-1207243967')] | null | null | 0015eaf0 | x86 | O0 | (translation_unit "void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0015ea00(param_1,param_2,param_3);\n FUN_0015e900();\n return;\n}\n\n" (function_definition "void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0015ea00(param_1,param_2,param... | (translation_unit "/* DWARF original prototype: void add_mapping(Object_merge_map * this, Output_section_data *\n output_data, uint shndx, section_offset_type input_offset, section_size_type length,\n section_offset_type output_offset) */\n\nvoid __thiscall\ngold::Object_merge_map::add_mapping\n (Object_me... | (translation_unit "void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0015ea00(param_1,param_2,param_3);\n FUN_0015e900();\n return;\n}\n\n" (function_definition "void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0015ea00(param_1,param_2,param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expr... | (function_definition "void FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0015ea00(param_1,param_2,param_3);\n FUN_0015e900();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015eaf0(undefined4 param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_0015ea... |
/* DWARF original prototype: void add_mapping(Object_merge_map * this, Output_section_data *
output_data, uint shndx, section_offset_type input_offset, section_size_type length,
section_offset_type output_offset) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *output_data,type_3 shnd... | 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)
{
FUN_0015ea00(param_1,param_2,param_3);
FUN_0015e900();
return;
}
|
1436_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Struct_g | FUN_00040110 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_g(Struct_g * this, int __in_chrg) */
void __thiscall gold::General_options::Struct_g::~Struct_g(Struct_g *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struc... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00040110(undefined4 *param_1)
{
*param_1 = &PTR_FUN_0039c574;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
FUN_001fd000(param_1,0x40);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x369ee9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff2574]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x00040142
SUB ESP,0xc
PUSH EAX
CALL 0x001fd020
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001fd000
AD... | null | null | null | null | [('const-0', u'PTRSUB_-1206189518'), ('const-0', u'PTRSUB_-1206189513'), (u'PTRSUB_-1206189515', u'PTRSUB_-1206189514'), ('tmp_323', u'CALL_-1206189654'), ('const-0', u'PTRSUB_-1206189524'), ('const-0', u'PTRSUB_-1206189508'), ('const-0', u'RETURN_-1206189621'), ('const-3786100', u'PTRSUB_-1206189521'), (u'PTRSUB_-1206... | [('const-64', u'CALL_-1206189654'), ('const-0', u'PTRSUB_-1206189526'), ('tmp_597', u'PTRADD_-1206189523'), ('tmp_597', u'PTRADD_-1206189535'), ('const-417', u'LOAD_-1206189738'), ('const-3786100', u'PTRSUB_-1206189526'), ('const-1', u'PTRADD_-1206189523'), (u'PTRSUB_-1206189526', u'STORE_-1206189741'), (u'CAST_-120618... | null | null | 00040110 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00040110(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c574;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(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_g(Struct_g * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_g::~Struct_g(Struct_g *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->sup... | (translation_unit "void FUN_00040110(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c574;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_00040110(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_00040110(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_0039c574;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001fd020((undefined4 *)param_1[1]);\n }\n FUN_001fd000(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00040110(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_g(Struct_g * this, int __in_chrg) */
void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_S... | 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_0039c574;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001fd020((undefined4 *)param_1[1]);
}
FUN_001fd000(param_1,0x40);
return;
}
|
2997_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | write_info_blocks | FUN_00093460 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: uchar * write_info_blocks(Output_section_incremental_inputs<32,_true> *
this, uchar * oview, uchar * pov, Stringpool * strtab, uint * global_sym... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
uint * FUN_00093460(int param_1,int param_2,uint *param_3,int param_4,int param_5,uint param_6)
{
byte bVar1;
int *piVar2;
int iVar3;
char cVar4;
undefined4 uVar5;
int iVar6;
uint *puVar7;
int iVar8;
int *piVar... | CALL 0x000559e6
ADD EAX,0x2fbb9b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x4c
MOV dword ptr [ESP + 0x10],EAX
MOV EAX,dword ptr [ESP + 0x60]
MOV EBP,dword ptr [ESP + 0x68]
MOV EDI,dword ptr [EAX + 0x2c]
MOV EAX,dword ptr [EAX + 0x30]
MOV EAX,dword ptr [EAX + 0x4]
MOV dword ptr [ESP + 0x38],EDI
MOV dword ptr [ESP + 0... | null | null | null | null | [(u'INT_LEFT_-1206498678', u'INT_OR_-1206498678'), ('const-417', u'LOAD_-1206499297'), (u'CALLIND_-1206501336', u'CAST_-1206492757'), (u'CAST_-1206493435', u'INT_SUB_-1206503525'), (u'INT_SRIGHT_-1206502010', u'INT_LEFT_-1206501936'), (u'INT_OR_-1206498700', u'INT_OR_-1206498697'), (u'PTRADD_-1206493666', u'LOAD_-12065... | [('const-65280', u'INT_AND_-1206502748'), ('const-24', u'INT_LEFT_-1206500874'), (u'CAST_-1206492038', u'LOAD_-1206499297'), ('const-65280', u'INT_AND_-1206499044'), ('const-1', u'PTRADD_-1206493560'), ('const-1', u'RETURN_-1206497990'), (u'CALL_-1206498236', u'INT_EQUAL_-1206498203'), (u'INT_EQUAL_-1206498311', u'CBRA... | null | null | 00093460 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nuint * FUN_00093460(int param_1,int param_2,uint *param_3,int param_4,int param_5,uint param_6)\n\n{\n byte bVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVa... | (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 prototype: uchar * write_info_blocks(Output_section_incremental_inputs<32,_true> *\n this, uchar * oview, uchar * pov, Stringpool * strt... | (translation_unit "uint * FUN_00093460(int param_1,int param_2,uint *param_3,int param_4,int param_5,uint param_6)\n\n{\n byte bVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVar7;\n int iVar8;\n int *piVar9;\n int iVar10;\n uint *puVar11;\n void *__s;\n uint *pu... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (... | (function_definition "uint * FUN_00093460(int param_1,int param_2,uint *param_3,int param_4,int param_5,uint param_6)\n\n{\n byte bVar1;\n int *piVar2;\n int iVar3;\n char cVar4;\n undefined4 uVar5;\n int iVar6;\n uint *puVar7;\n int iVar8;\n int *piVar9;\n int iVar10;\n uint *puVar11;\n void *__s;\n uint ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: uchar * write_info_blocks(Output_section_incremental_inputs<32,_true> *
this, uchar * oview, uchar * pov, Stringpool * strtab, uint * global_sym... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
uint * MASKED(int param_1,int param_2,uint *param_3,int param_4,int param_5,uint param_6)
{
byte bVar1;
int *piVar2;
int iVar3;
char cVar4;
undefined4 uVar5;
int iVar6;
uint *puVar7;
int iVar8;
int *piVar9;
i... |
10745_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | _M_extract<true> | FUN_002b8d40 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Removing unreachable block (ram,0x002b971c) */
/* WARNING: Removing unreachable block (ram,0x002b9724) */
/* WARNING: Removing unreachable block (ram,0x002b8f05) */
/* WARNING: Removing unreachable block (ram,0x002b8f0d... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Removing unreachable block (ram,0x002b971c) */
/* WARNING: Removing unreachable block (ram,0x002b9724) */
/* WARNING: Removing unreachable block (ram,0x002b8f05) */
/* WARNING: Removing unreachable block (ram,0x002b8f0... | CALL 0x000b4846
ADD EAX,0x15b2bb
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,EAX
SUB ESP,0xa8
MOV EBX,dword ptr [EBP + 0x20]
MOV dword ptr [EBP + -0x5c],EAX
LEA ECX,[EBX + 0x6c]
MOV EBX,EAX
PUSH ECX
MOV dword ptr [EBP + -0x64],ECX
CALL 0x0029d640
POP ECX
PUSH dword ptr [EDI + 0xfffffdd4]
MOV dword ptr [EBP ... | null | null | null | null | [('const-4294967244', u'PTRSUB_-1204509115'), (u'CAST_-1204505220', u'LOAD_-1204510370'), (u'CALL_-1204511252', u'INDIRECT_-1204507071'), ('const-0', u'STORE_-1204509741'), ('const-36', u'INT_ADD_-1204510446'), ('tmp_19456', u'STORE_-1204511362'), (u'INDIRECT_-1204509512', u'INT_LESS_-1204510017'), ('const-2', u'INT_OR... | [('const-4', u'PTRADD_-1204505853'), (u'MULTIEQUAL_-1204510169', u'STORE_-1204512930'), (u'MULTIEQUAL_-1204508289', u'MULTIEQUAL_-1204506870'), (u'STORE_-1204510132', u'INDIRECT_-1204505960'), ('const-4294967295', u'INT_EQUAL_-1204511393'), ('tmp_9780', u'PTRSUB_-1204509033'), ('const-32', u'CALL_-1204515149'), ('const... | null | null | 002b8d40 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Removing unreachable block (ram,0x002b971c) */\n/* WARNING: Removing unreachable block (ram,0x002b9724) */\n/* WARNING: Removing unreachable block (ram,0x002b8f05) */\n/* WARNING: Removing unreachabl... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Removing unreachable block (ram,0x002b971c) */\n/* WARNING: Removing unreachable block (ram,0x002b9724) */\n/* WARNING: Removing unreachable block (ram,0x002b8f05) */\n/* WARNING: Removing unreachable... | (translation_unit "undefined4 *\nFUN_002b8d40(undefined4 *param_1,undefined4 param_2,int *param_3,int param_4,int *param_5,\n int param_6,int param_7,uint *param_8,undefined4 param_9)\n\n{\n uint uVar1;\n int *piVar2;\n byte bVar3;\n bool bVar4;\n char cVar5;\n int iVar6;\n byte *pbVar7;\n undefined4... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_decl... | (function_definition "undefined4 *\nFUN_002b8d40(undefined4 *param_1,undefined4 param_2,int *param_3,int param_4,int *param_5,\n int param_6,int param_7,uint *param_8,undefined4 param_9)\n\n{\n uint uVar1;\n int *piVar2;\n byte bVar3;\n bool bVar4;\n char cVar5;\n int iVar6;\n byte *pbVar7;\n undefin... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Removing unreachable block (ram,0x002b971c) */
/* WARNING: Removing unreachable block (ram,0x002b9724) */
/* WARNING: Removing unreachable block (ram,0x002b8f05) */
/* WARNING: Removing unreachable block (ram,0x002b8f0d... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Removing unreachable block (ram,0x002b971c) */
/* WARNING: Removing unreachable block (ram,0x002b9724) */
/* WARNING: Removing unreachable block (ram,0x002b8f05) */
/* WARNING: Removing unreachable block (ram,0x002b8f0... |
23_diff3_and_diff3_strip.c | iswcntrl | iswcntrl |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswcntrl(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswcntrl_0002005c)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int iswcntrl(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_iswcntrl_0002005c)();
return iVar1;
}
| JMP dword ptr [EBX + 0x5c] | null | null | null | null | [('tmp_67', u'CAST_-1205988903'), (u'CALLIND_-1205988982', u'RETURN_-1205988979'), (u'CALLIND_-1205988982', u'INDIRECT_-1205988909'), ('const-0', u'RETURN_-1205988979'), (u'INDIRECT_-1205988909', u'COPY_-1205988968'), (u'CAST_-1205988903', u'CALLIND_-1205988982')] | [('tmp_67', u'CAST_-1205988903'), (u'CALLIND_-1205988982', u'RETURN_-1205988979'), (u'CALLIND_-1205988982', u'INDIRECT_-1205988909'), ('const-0', u'RETURN_-1205988979'), (u'INDIRECT_-1205988909', u'COPY_-1205988968'), (u'CAST_-1205988903', u'CALLIND_-1205988982')] | null | null | 00011180 | x86 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0002005c)();\n return iVar1;\n}\n\n" comment (function_definition "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0002005c)();\n return iVar1;\n}\n\n" comment (function_definition "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0002005c)();\n return iVar1;\n}\n\n" (function_definition "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0002005c)();\n return iVar1;\n}" primitive_type (function_declarator "iswc... | (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 (parenthesized_expression ( (pointer_expression * (cast_expression ( (typ... | (function_definition "int iswcntrl(wint_t __wc)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_iswcntrl_0002005c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "iswcntrl(wint_t __wc)" (identifier "iswcntrl") (parameter_list "(wint_t __wc)" (( "(") (parameter_declaration "wint_t __wc" (type_identi... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 __wc)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_iswcntrl_0002005c)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(wint_t __wc)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0002005c)();
return iVar1;
}
|
284_m68k-linux-gnu-objdump_and_m68k-linux-gnu-objdump_strip.c | pr_tag | FUN_00034ea0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
bfd_boolean pr_tag(void *p,char *name)
{
char *__ptr;
uint uVar1;
__ptr = pop_type((pr_handle *)((int)p + 8));
if (__ptr != (char *)0x0) {
if (*(int *)((int)p + 4) != 0) {
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_00034ea0(undefined4 *param_1)
{
void *__ptr;
uint uVar1;
__ptr = (void *)FUN_00034e50();
if (__ptr != (void *)0x0) {
if (param_1[1] != 0) {
uVar1 = 0;
do {
uVar1 = uVar1 + 1;
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000143a0
ADD EBX,0x3b157
SUB ESP,0xc
MOV EDI,dword ptr [ESP + 0x20]
LEA EAX,[EDI + 0x8]
CALL 0x00034e50
TEST EAX,EAX
JZ 0x00034f18
MOV EBP,EAX
MOV EAX,dword ptr [EDI + 0x4]
TEST EAX,EAX
JZ 0x00034ee7
XOR ESI,ESI
LEA ESI,[ESI]
SUB ESP,0x8
PUSH dword ptr [EDI]
ADD ESI,0x1
PUSH 0... | null | null | null | null | [('const-1', u'INT_ADD_-1206104254'), ('tmp_643', u'LOAD_-1206104190'), ('const-417', u'LOAD_-1206104325'), ('tmp_643', u'CAST_-1206103918'), (u'MULTIEQUAL_-1206104032', u'INT_ADD_-1206104254'), ('const-0', u'INT_NOTEQUAL_-1206104329'), ('const-0', u'RETURN_-1206104103'), (u'INT_LESS_-1206104220', u'CBRANCH_-1206104218... | [(u'MULTIEQUAL_-1206104031', u'INT_ADD_-1206104254'), ('const-1', u'INT_ADD_-1206104254'), ('const-345218', u'COPY_-1206103925'), (u'LOAD_-1206104190', u'CAST_-1206103858'), (u'COPY_-1206103925', u'CALL_-1206104177'), ('const-0', u'INT_NOTEQUAL_-1206104329'), ('const-0', u'RETURN_-1206104103'), ('const-0', u'COPY_-1206... | null | null | 00034ea0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00034ea0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00034e50();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\... | (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_tag(void *p,char *name)\n\n{\n char *__ptr;\n uint uVar1;\n \n __ptr = pop_type((pr_handle *)((int)p + 8));\n if (__ptr != (char *)0x0) {\n if (... | (translation_unit "undefined4 FUN_00034ea0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00034e50();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 < (u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ... | (function_definition "undefined4 FUN_00034ea0(undefined4 *param_1)\n\n{\n void *__ptr;\n uint uVar1;\n \n __ptr = (void *)FUN_00034e50();\n if (__ptr != (void *)0x0) {\n if (param_1[1] != 0) {\n uVar1 = 0;\n do {\n uVar1 = uVar1 + 1;\n putc(0x20,(FILE *)*param_1);\n } while (uVar1 <... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
type_1 function_1(void *p,char *name)
{
char *var_2;
type_2 var_3;
var_2 = var_1((type_3 *)((int)p + 8));
if (var_2 != (char *)0x0) {
if (*(int *)((int)p + 4) != 0) {
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 *param_1)
{
void *__ptr;
uint uVar1;
__ptr = (void *)FUN_00034e50();
if (__ptr != (void *)0x0) {
if (param_1[1] != 0) {
uVar1 = 0;
do {
uVar1 = uVar1 + 1;
p... |
2968_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | find_eh_frame | FUN_00096560 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: bool find_eh_frame(Sized_relobj_file<64,_false> * this, uchar * pshdrs,
char * names, section_size_type names_size) */
bool __thiscall
gold::Sized_relobj_file<64,_false>::find_eh_frame
(Si... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_00096560(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)
{
undefined4 uVar1;
int iVar2;
int local_20 [4];
iVar2 = 0;
do {
iVar2 = FUN_00094b80(param_1,param_2,".eh_fra... | CALL 0x0004fb76
ADD EAX,0x26ba9b
PUSH EBP
PUSH EDI
XOR EDI,EDI
PUSH ESI
PUSH EBX
LEA ESI,[EAX + 0xfff210c6]
SUB ESP,0x1c
MOV EAX,ESI
MOV EBX,dword ptr [ESP + 0x30]
MOV ESI,EDI
LEA EBP,[ESP + 0xc]
MOV EDI,EAX
JMP 0x000965a5
MOV dword ptr [ESP + 0xc],EAX
SUB ESP,0x8
PUSH EBP
PUSH EBX
CALL 0x000964f0
ADD ESP,0x10
TEST AL,... | null | null | null | null | [(u'CAST_-1206491290', u'MULTIEQUAL_-1206491439'), ('const-0', u'RETURN_-1206491542'), ('tmp_140', u'BRANCH_-1206491713'), ('const-4294967264', u'PTRSUB_-1206491346'), ('tmp_1145', u'MULTIEQUAL_-1206491340'), ('tmp_525', u'CALL_-1206491626'), (u'CAST_-1206491292', u'CALL_-1206491626'), ('tmp_740', u'PTRSUB_-1206491346'... | [('tmp_1093', u'CALL_-1206491626'), ('const-0', u'RETURN_-1206491542'), (u'CALL_-1206491577', u'SUBPIECE_-1206491462'), ('tmp_140', u'BRANCH_-1206491713'), (u'CALL_-1206491626', u'INDIRECT_-1206491343'), ('const-0', u'INT_EQUAL_-1206491551'), ('tmp_1103', u'CALL_-1206491626'), ('tmp_1104', u'CALL_-1206491626'), ('const... | null | null | 00096560 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_00096560(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n int iVar2;\n int local_20 [4];\n \n iVar2 = 0;\n do {\n iVar2 = FUN_0009... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: bool find_eh_frame(Sized_relobj_file<64,_false> * this, uchar * pshdrs,\n char * names, section_size_type names_size) */\n\nbool __thiscall\ngold::Sized_relobj_file<64,_false>::find... | (translation_unit "undefined4 FUN_00096560(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n int iVar2;\n int local_20 [4];\n \n iVar2 = 0;\n do {\n iVar2 = FUN_00094b80(param_1,param_2,".eh_frame",param_3,param_4,iVar2);\n if (iVar2 == 0) {\n retur... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl... | (function_definition "undefined4 FUN_00096560(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n undefined4 uVar1;\n int iVar2;\n int local_20 [4];\n \n iVar2 = 0;\n do {\n iVar2 = FUN_00094b80(param_1,param_2,".eh_frame",param_3,param_4,iVar2);\n if (iVar2 == 0) {\n re... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: bool find_eh_frame(Sized_relobj_file<64,_false> * this, uchar * pshdrs,
char * names, section_size_type names_size) */
bool __thiscall
gold::Sized_relobj_file<64,var_2>::find_eh_frame
(Siz... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)
{
undefined4 uVar1;
int iVar2;
int local_20 [4];
iVar2 = 0;
do {
iVar2 = FUN_00094b80(param_1,param_2,".eh_frame",pa... |
8730_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | use_facet<std::money_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>> | FUN_001ef3d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_get<wchar_t, std::istreambu... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001ef3d0(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_00183130(PTR_DAT_00301dd8);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
... | PUSH EBX
CALL 0x00032730
ADD EBX,0x112c2a
SUB ESP,0x14
PUSH dword ptr [EBX + 0xfffffdd8]
CALL 0x00183130
MOV EDX,dword ptr [ESP + 0x20]
ADD ESP,0x10
MOV EDX,dword ptr [EDX]
MOV ECX,dword ptr [EDX + 0x4]
CMP dword ptr [EDX + 0x8],EAX
JBE 0x001ef422
MOV EAX,dword ptr [ECX + EAX*0x4]
TEST EAX,EAX
JZ 0x001ef422
PUSH 0x0
PU... | null | null | null | null | [(u'CALL_-1207831373', u'INDIRECT_-1207831199'), (u'CALL_-1207831541', u'INT_LESS_-1207831483'), (u'CALL_-1207831373', u'INDIRECT_-1207831178'), (u'LOAD_-1207831510', u'INT_LESS_-1207831483'), (u'LOAD_-1207831490', u'INT_NOTEQUAL_-1207831471'), (u'CAST_-1207831237', u'CALL_-1207831541'), ('const-8', u'INT_ADD_-12078314... | [('tmp_817', u'LOAD_-1207831521'), (u'CALL_-1207831373', u'INDIRECT_-1207831199'), (u'CALL_-1207831541', u'INT_LESS_-1207831483'), (u'CALL_-1207831373', u'INDIRECT_-1207831178'), ('const-417', u'LOAD_-1207831516'), (u'LOAD_-1207831510', u'INT_LESS_-1207831483'), (u'LOAD_-1207831490', u'INT_NOTEQUAL_-1207831471'), ('con... | null | null | 001ef3d0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ef3d0(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_00183130(PTR_DAT_00301dd8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVa... | (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/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&\n std::use_facet<std::money_get<wc... | (translation_unit "void FUN_001ef3d0(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_00183130(PTR_DAT_00301dd8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_001c8880(iVar2,PTR_PTR_00301e44,PTR_PTR_00301dc0,0)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( ... | (function_definition "void FUN_001ef3d0(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_00183130(PTR_DAT_00301dd8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_001c8880(iVar2,PTR_PTR_00301e44,PTR_PTR_00301dc0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::money_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::money_get<wchar_t, std::istreambu... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_00183130(PTR_DAT_00301dd8);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
iVar2 ... |
749_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | ftell | ftell |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206398446')] | [('const-1', u'RETURN_-1206398446')] | null | null | 0008d208 | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ftell@@GLIBC_2.0 */\... | (translation_unit "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stre... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "long ftell(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" (long "long")) (function_declarator "ftell(FILE *__stream)" (identifier "ftell") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (po... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ftell@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expr... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8155_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ostream | FUN_001f3c10 |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* std::ostream::ostream(std::ostream&&) */
void __thiscall std::ostream::ostream(ostream *this,ostream *param_1)
{
ios_base *this_00;
ios_base iVar1;
int iVar2;
undefined4 uVar3;
ios_base *piVar4;
this_00 = (ios_b... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void FUN_001f3c10(undefined4 *param_1,int *param_2)
{
undefined4 *puVar1;
undefined1 uVar2;
undefined4 uVar3;
int iVar4;
puVar1 = param_1 + 1;
FUN_0022bca0(puVar1);
param_1[0x1d] = 0;
*(undefined2 *)(param_1 +... | CALL 0x000650b8
ADD ECX,0x19b3eb
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,ECX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
MOV EDI,dword ptr [EBP + 0xc]
MOV dword ptr [EBP + -0x1c],ECX
LEA EAX,[ESI + 0x4]
PUSH EAX
MOV dword ptr [EBP + -0x20],EAX
CALL 0x0022bca0
MOV ECX,dword ptr [EBP + -0x1c]
XOR EAX,EAX
M... | null | null | null | null | [(u'CAST_-1207943671', u'PTRADD_-1207943801'), ('const-112', u'PTRADD_-1207943837'), (u'PTRADD_-1207943760', u'CAST_-1207943613'), ('const-124', u'PTRADD_-1207943971'), (u'PTRADD_-1207944036', u'CAST_-1207943767'), ('const-417', u'STORE_-1207944008'), ('const-417', u'STORE_-1207943820'), ('const-417', u'STORE_-12079438... | [(u'CAST_-1207943637', u'LOAD_-1207943863'), ('const-4', u'PTRADD_-1207943629'), (u'INT_ADD_-1207943800', u'CAST_-1207943610'), (u'PTRADD_-1207943750', u'STORE_-1207944056'), ('const-417', u'STORE_-1207943979'), (u'CAST_-1207943670', u'INT_ADD_-1207943926'), ('const-0', u'STORE_-1207943964'), ('const-417', u'STORE_-120... | null | null | 001f3c10 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_001f3c10(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *puVar1;\n undefined1 uVar2;\n undefined4 uVar3;\n int iVar4;\n \n puVar1 = param_1 + 1;\n FUN_0022bca0(puVar1);\n param_1[0x1d] = ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* std::ostream::ostream(std::ostream&&) */\n\nvoid __thiscall std::ostream::ostream(ostream *this,ostream *param_1)\n\n{\n ios_base *this_00;\n ios_base iVar1;\n int iVar2;\n undefined4 uVar3;\n ios_base *p... | (translation_unit "void FUN_001f3c10(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *puVar1;\n undefined1 uVar2;\n undefined4 uVar3;\n int iVar4;\n \n puVar1 = param_1 + 1;\n FUN_0022bca0(puVar1);\n param_1[0x1d] = 0;\n *(undefined2 *)(param_1 + 0x1e) = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n pa... | (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "void FUN_001f3c10(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *puVar1;\n undefined1 uVar2;\n undefined4 uVar3;\n int iVar4;\n \n puVar1 = param_1 + 1;\n FUN_0022bca0(puVar1);\n param_1[0x1d] = 0;\n *(undefined2 *)(param_1 + 0x1e) = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* std::ostream::ostream(std::ostream&&) */
void __thiscall std::function_1::function_1(function_1 *var_1,function_1 *var_2)
{
type_1 *this_00;
type_1 iVar1;
int var_3;
type_2 uVar3;
type_1 *var_6;
this_00 = (type_... | 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.cx replaced with injection: get_pc_thunk_cx */
void MASKED(undefined4 *param_1,int *param_2)
{
undefined4 *puVar1;
undefined1 uVar2;
undefined4 uVar3;
int iVar4;
puVar1 = param_1 + 1;
FUN_0022bca0(puVar1);
param_1[0x1d] = 0;
*(undefined2 *)(param_1 + 0x1e)... |
2883_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | _M_realloc_insert<gold::Incremental_object_entry::Input_section> | FUN_000810b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Incremental_object_entry::Input_section>(vector<gold::Incremental_object_entry::Input_section,_std::allocator<gold::Incremental_object_entry::Input_section>_>
* this, ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000810b0(int *param_1,undefined4 *param_2,undefined4 *param_3)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined4 uVar3;
uint uVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
uint uVa... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x30df47
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [ESP + 0x34]
MOV EDX,dword ptr [ESP + 0x38]
MOV ECX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
MOV EBP,ESI
MOV dword ptr [ESP + 0x8],EAX
SUB EAX,ECX
SUB EBP,ECX
SAR EAX,0x4
MOV dword ptr... | null | null | null | null | [(u'PTRSUB_-1206446691', u'CAST_-1206446616'), (u'PTRSUB_-1206446886', u'LOAD_-1206447878'), (u'LOAD_-1206447522', u'STORE_-1206447514'), ('tmp_1566', u'PTRSUB_-1206446616'), ('tmp_1377', u'CBRANCH_-1206447100'), (u'INT_ADD_-1206446879', u'INT_ADD_-1206447611'), (u'INT_NOTEQUAL_-1206447496', u'CBRANCH_-1206447495'), (u... | [(u'PTRADD_-1206446703', u'STORE_-1206447350'), ('tmp_2824', u'CAST_-1206446724'), ('const-4', u'PTRADD_-1206446849'), ('const-2', u'PTRADD_-1206446785'), (u'PTRADD_-1206446726', u'COPY_-1206446747'), (u'LOAD_-1206447522', u'STORE_-1206447514'), ('tmp_1377', u'CBRANCH_-1206447100'), (u'INT_NOTEQUAL_-1206447496', u'CBRA... | null | null | 000810b0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000810b0(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n _M_realloc_insert<gold::Incremental_object_entry::Input_section>(vector<gold::Incremental_object_entry::Input_section,_std::allocator<gold::Incremental_object_entry::Input_se... | (translation_unit "void FUN_000810b0(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n uint uVar8;\n undefined4 *puVar9;\n undefined4 *puVar10;\n int iVar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void FUN_000810b0(int *param_1,undefined4 *param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n uint uVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n uint uVar8;\n undefined4 *puVar9;\n undefined4 *puVar10;\n int i... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
_M_realloc_insert<gold::Incremental_object_entry::Input_section>(vector<gold::Incremental_object_entry::Input_section,_std::allocator<gold::Incremental_object_entry::Input_section>_>
* this, ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,undefined4 *param_2,undefined4 *param_3)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined4 uVar3;
uint uVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
uint uVar8;
... |
1859_putty_and_putty_strip.c | eventlogstuff_new | FUN_000b02e5 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void * eventlogstuff_new(void)
{
void *__s;
eventlog_stuff *es;
__s = safemalloc(1,0x65c);
memset(__s,0,0x65c);
return __s;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * FUN_000b02e5(void)
{
void *__s;
__s = (void *)FUN_00032507(1,0x65c);
memset(__s,0,0x65c);
return __s;
}
| PUSH EBP
MOV EBP,ESP
PUSH EBX
SUB ESP,0x14
CALL 0x0001c140
ADD EBX,0x664a3
SUB ESP,0x8
PUSH 0x65c
PUSH 0x1
CALL 0x00032507
ADD ESP,0x10
MOV dword ptr [EBP + -0xc],EAX
SUB ESP,0x4
PUSH 0x65c
PUSH 0x0
PUSH dword ptr [EBP + -0xc]
CALL 0x0001ba70
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0xc]
MOV EBX,dword ptr [EBP + -0x4]
LE... | null | null | null | null | [('const-1628', u'CALL_-1206648011'), (u'CALL_-1206648011', u'CALL_-1206647952'), ('const-1628', u'CALL_-1206647952'), ('const-1', u'CALL_-1206648011'), (u'CALL_-1206648011', u'COPY_-1206647938'), ('const-0', u'CALL_-1206647952'), ('const-0', u'RETURN_-1206647913'), (u'COPY_-1206647938', u'RETURN_-1206647913')] | [(u'CAST_-1206647840', u'CALL_-1206647952'), ('const-1628', u'CALL_-1206647952'), (u'CAST_-1206647840', u'COPY_-1206647938'), ('const-1628', u'CALL_-1206648011'), ('const-1', u'CALL_-1206648011'), (u'CALL_-1206648011', u'CAST_-1206647840'), ('const-0', u'CALL_-1206647952'), ('const-0', u'RETURN_-1206647913'), (u'COPY_-... | null | null | 000b02e5 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid * FUN_000b02e5(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_00032507(1,0x65c);\n memset(__s,0,0x65c);\n return __s;\n}\n\n" comment (function_definition "void * FUN_000b02e5(void)\n\n{\n void *__s... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid * eventlogstuff_new(void)\n\n{\n void *__s;\n eventlog_stuff *es;\n \n __s = safemalloc(1,0x65c);\n memset(__s,0,0x65c);\n return __s;\n}\n\n" comment comme... | (translation_unit "void * FUN_000b02e5(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_00032507(1,0x65c);\n memset(__s,0,0x65c);\n return __s;\n}\n\n" (function_definition "void * FUN_000b02e5(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_00032507(1,0x65c);\n memset(__s,0,0x65c);\n return __s;\n}" primitive_t... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract... | (function_definition "void * FUN_000b02e5(void)\n\n{\n void *__s;\n \n __s = (void *)FUN_00032507(1,0x65c);\n memset(__s,0,0x65c);\n return __s;\n}" (primitive_type "void") (pointer_declarator "* FUN_000b02e5(void)" (* "*") (function_declarator "FUN_000b02e5(void)" (identifier "FUN_000b02e5") (parameter_list "(voi... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void * function_1(void)
{
void *__s;
type_1 *es;
__s = var_1(1,0x65c);
var_2(__s,0,0x65c);
return __s;
}
| 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 (declaration type: (primitive_type) declarator: (pointer_declara... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void * MASKED(void)
{
void *__s;
__s = (void *)FUN_00032507(1,0x65c);
memset(__s,0,0x65c);
return __s;
}
|
115_ia64-linux-gnu-strip_and_ia64-linux-gnu-strip_strip.c | bfd_check_format_matches | bfd_check_format_matches |
void bfd_check_format_matches(void)
{
(*(code *)PTR_bfd_check_format_matches_000401e0)();
return;
}
|
void bfd_check_format_matches(void)
{
(*(code *)PTR_bfd_check_format_matches_000401e0)();
return;
}
| JMP dword ptr [EBX + 0x1e0] | null | null | null | null | [('const-0', u'RETURN_-1205979235'), (u'CAST_-1205979161', u'CALLIND_-1205979238'), ('tmp_58', u'CAST_-1205979161'), (u'INDIRECT_-1205979166', u'COPY_-1205979225'), (u'CALLIND_-1205979238', u'INDIRECT_-1205979166')] | [('const-0', u'RETURN_-1205979235'), (u'CAST_-1205979161', u'CALLIND_-1205979238'), ('tmp_58', u'CAST_-1205979161'), (u'INDIRECT_-1205979166', u'COPY_-1205979225'), (u'CALLIND_-1205979238', u'INDIRECT_-1205979166')] | null | null | 00013790 | x86 | O0 | (translation_unit "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}\n\n" (function_definition "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}" primitive_type (function_declarator "bfd_check_format... | (translation_unit "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}\n\n" (function_definition "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}" primitive_type (function_declarator "bfd_check_format... | (translation_unit "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}\n\n" (function_definition "void bfd_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}" primitive_type (function_declarator "bfd_check_format... | (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_check_format_matches(void)\n\n{\n (*(code *)PTR_bfd_check_format_matches_000401e0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_check_format_matches(void)" (identifier "bfd_check_format_matches") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primi... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_check_format_matches_000401e0)();
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_000401e0)();
return;
}
|
168_m68k-linux-gnu-addr2line_and_m68k-linux-gnu-addr2line_strip.c | __libc_start_main | __libc_start_main |
/* WARNING: Control flow encountered bad instruction data */
void __libc_start_main(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __libc_start_main@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __libc_start_main(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205956410')] | [('const-1', u'RETURN_-1205956410')] | null | null | 000190bc | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __libc_start_main(void)\n\n{\n /* WARNI... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void __... | (translation_unit "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stateme... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __libc_start_main@@GLIBC_2.0 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8668_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | operator>> | FUN_0020fc60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned short&) */
void __thiscall std::wistream::operator>>(wistream *this,ushort *param_1)
{
_M_extract<unsigned_short>(this,param_1);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0020fc60(undefined4 param_1,undefined4 param_2)
{
FUN_0020fb20(param_1,param_2);
return;
}
| PUSH EBX
CALL 0x00035840
ADD EBX,0x17f39a
SUB ESP,0x10
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0020fb20
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_160', u'CALL_-1203766110'), ('const-0', u'RETURN_-1203766082'), ('tmp_159', u'CALL_-1203766110')] | [('tmp_262', u'CALL_-1203766110'), ('tmp_263', u'CALL_-1203766110'), ('const-0', u'RETURN_-1203766082')] | null | null | 0020fc60 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0020fc60(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0020fb20(param_1,param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0020fc60(undefined4 param_1,undefined4 param_2)\n\n{\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned short&) */\n\nvoid __thiscall std::wistream::operator>>(wistream *this,ushort *param_1)\n\n{\n _M_extract<unsigned_short>(this,param_1);\n return;\n}\n\n" com... | (translation_unit "void FUN_0020fc60(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0020fb20(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0020fc60(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0020fb20(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0020fc60(und... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0020fc60(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0020fb20(param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0020fc60(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0020fc60") (parameter_list "(undefined4 param_1,undefined4 param_2)" ((... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned short&) */
void __thiscall std::wistream::operator>>(wistream *this,ushort *param_1)
{
_M_extract<unsigned_short>(this,param_1);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_0020fb20(param_1,param_2);
return;
}
|
4936_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_set_keeps_input_sections | FUN_00165ba0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void do_set_keeps_input_sections(Output_merge_string<char> * this) */
void __thiscall
gold::Output_merge_string<char>::do_set_keeps_input_sections(Output_merge_string<char> *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00165ba0(int param_1)
{
if (*(int *)(param_1 + 0xb4) == 0) {
*(undefined1 *)(param_1 + 0x34) = 1;
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/merge.h",0... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x2ae45a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [EAX + 0xb4]
TEST EDX,EDX
JNZ 0x00165bc6
MOV byte ptr [EAX + 0x34],0x1
ADD ESP,0x8
POP EBX
RET
PUSH EAX
LEA EAX,[EBX + 0xffef2b1c]
PUSH EAX
LEA EAX,[EBX + 0xffef1178]
PUSH 0x1cc
PUSH EAX
CALL 0x000da200 | null | null | null | null | [('const-1', u'RETURN_-1207346254')] | [('const-417', u'LOAD_-1207346223'), ('const-1', u'STORE_-1207346197'), (u'INT_ADD_-1207346207', u'CAST_-1207346073'), ('const-1', u'RETURN_-1207346124'), ('tmp_359', u'CALL_-1207346129'), ('const-180', u'INT_ADD_-1207346207'), ('const-0', u'INT_EQUAL_-1207346202'), (u'CAST_-1207346062', u'STORE_-1207346197'), ('const-... | null | null | 00165ba0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00165ba0(int param_1)\n\n{\n if (*(int *)(param_1 + 0xb4) == 0) {\n *(undefined1 *)(param_1 + 0x34) = 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void do_set_keeps_input_sections(Output_merge_string<char> * this) */\n\nvoid __thiscall\ngold::Output_merge_string<char>::do_set_keeps_input_sections(Output_merge_string<char> *this)... | (translation_unit "void FUN_00165ba0(int param_1)\n\n{\n if (*(int *)(param_1 + 0xb4) == 0) {\n *(undefined1 *)(param_1 + 0x34) = 1;\n return;\n }\n \n FUN_000da200("../../gold/merge.h",0x1cc,"do_set_keeps_input_sections",param_1);\n}\n\n" (function_definition "void FUN_00165ba0(int param_1)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenth... | (function_definition "void FUN_00165ba0(int param_1)\n\n{\n if (*(int *)(param_1 + 0xb4) == 0) {\n *(undefined1 *)(param_1 + 0x34) = 1;\n return;\n }\n \n FUN_000da200("../../gold/merge.h",0x1cc,"do_set_keeps_input_sections",param_1);\n}" (primitive_type "void") (function_declarator "FUN_001... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void do_set_keeps_input_sections(Output_merge_string<char> * this) */
void __thiscall
gold::type_1<char>::function_1(type_1<char> *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression le... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
if (*(int *)(param_1 + 0xb4) == 0) {
*(undefined1 *)(param_1 + 0x34) = 1;
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/merge.h",0x1cc,"... |
5051_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | Output_reloc | FUN_00168a60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_false> * this, uint type,
Output_data * od, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_false,_32,_false>::Output_reloc
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00168a60(undefined4 *param_1,uint param_2,undefined4 param_3,undefined4 param_4,
byte param_5)
{
uint uVar1;
param_1[3] = 0;
param_1[2] = param_4;
param_1[5] = 0xfffffffc;
param_1[4] = para... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDX,dword ptr [ESP + 0x10]
CALL 0x0003a210
ADD EBX,0x2ab594
MOV EAX,dword ptr [ESP + 0x1c]
MOV ESI,dword ptr [ESP + 0x14]
MOVZX EDI,byte ptr [ESP + 0x20]
MOV dword ptr [EDX + 0xc],0x0
MOV dword ptr [EDX + 0x8],EAX
MOV EAX,dword ptr [EDX + 0x10]
MOV ECX,ESI
AND ECX,0xfffffff
AND EDI,0x1
MO... | null | null | null | null | [('const-1', u'RETURN_-1207334271')] | [(u'INT_ZEXT_-1207334229', u'INT_AND_-1207334171'), ('tmp_858', u'INT_EQUAL_-1207334010'), ('const-1', u'RETURN_-1207333920'), ('const-417', u'STORE_-1207334235'), ('const-0', u'STORE_-1207333999'), ('tmp_860', u'STORE_-1207333990'), ('const-4', u'PTRADD_-1207333902'), ('const-24', u'INT_RIGHT_-1207333906'), (u'INT_OR_... | null | null | 00168a60 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00168a60(undefined4 *param_1,uint param_2,undefined4 param_3,undefined4 param_4,\n byte param_5)\n\n{\n uint uVar1;\n \n param_1[3] = 0;\n param_1[2] = param_4;\n param_1[5] = 0xf... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_false> * this, uint type,\n Output_data * od, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<9,_false,_32,... | (translation_unit "void FUN_00168a60(undefined4 *param_1,uint param_2,undefined4 param_3,undefined4 param_4,\n byte param_5)\n\n{\n uint uVar1;\n \n param_1[3] = 0;\n param_1[2] = param_4;\n param_1[5] = 0xfffffffc;\n param_1[4] = param_1[4] & 0xf0000000 | param_2 & 0xfffffff;\n uVar1 = (param_2 ... | (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_00168a60(undefined4 *param_1,uint param_2,undefined4 param_3,undefined4 param_4,\n byte param_5)\n\n{\n uint uVar1;\n \n param_1[3] = 0;\n param_1[2] = param_4;\n param_1[5] = 0xfffffffc;\n param_1[4] = param_1[4] & 0xf0000000 | param_2 & 0xfffffff;\n uVar1 = (param... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_32,_false> * this, uint type,
Output_data * od, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_false,_32,_false>::Output_reloc
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,uint param_2,undefined4 param_3,undefined4 param_4,
byte param_5)
{
uint uVar1;
param_1[3] = 0;
param_1[2] = param_4;
param_1[5] = 0xfffffffc;
param_1[4] = param_1[4]... |
281_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | omp_get_thread_num | omp_get_thread_num |
void omp_get_thread_num(void)
{
(*(code *)PTR_omp_get_thread_num_003ca494)();
return;
}
|
void omp_get_thread_num(void)
{
(*(code *)PTR_omp_get_thread_num_003ca494)();
return;
}
| JMP dword ptr [EBX + 0x494] | null | null | null | null | [(u'CAST_-1206118713', u'CALLIND_-1206118790'), (u'INDIRECT_-1206118718', u'COPY_-1206118777'), ('tmp_58', u'CAST_-1206118713'), ('const-0', u'RETURN_-1206118787'), (u'CALLIND_-1206118790', u'INDIRECT_-1206118718')] | [(u'CAST_-1206118713', u'CALLIND_-1206118790'), (u'INDIRECT_-1206118718', u'COPY_-1206118777'), ('tmp_58', u'CAST_-1206118713'), ('const-0', u'RETURN_-1206118787'), (u'CALLIND_-1206118790', u'INDIRECT_-1206118718')] | null | null | 00031670 | x86 | O0 | (translation_unit "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}\n\n" (function_definition "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}" primitive_type (function_declarator "omp_get_thread_num(void)" identifier (pa... | (translation_unit "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}\n\n" (function_definition "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}" primitive_type (function_declarator "omp_get_thread_num(void)" identifier (pa... | (translation_unit "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}\n\n" (function_definition "void omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}" primitive_type (function_declarator "omp_get_thread_num(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 omp_get_thread_num(void)\n\n{\n (*(code *)PTR_omp_get_thread_num_003ca494)();\n return;\n}" (primitive_type "void") (function_declarator "omp_get_thread_num(void)" (identifier "omp_get_thread_num") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")... |
void function_1(void)
{
(*(type_1 *)PTR_omp_get_thread_num_003ca494)();
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_003ca494)();
return;
}
|
9537_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_out | FUN_00234190 |
/* std::__codecvt_utf16_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t
const*&, char*, char*, char*&) const */
undefined4 __thiscall
std::__codecvt_utf16_base<wchar_t>::do_out
(__codecvt_utf16_base<wchar_t> *this,__mbstate_t *param_1,wchar_t *param_2,
wchar_t *param... |
undefined4
FUN_00234190(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 uVar1;
char cVar2;
undefined4 uVar3;
uVar1 = *(undefined4 *)(param_1 + 0x10);
cVar2 = FUN_002338c0(param_6,... | PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x10
MOV EDX,dword ptr [ESP + 0x34]
MOV EAX,dword ptr [ESP + 0x20]
MOV EBX,ESP
MOV ESI,dword ptr [EAX + 0x10]
MOV EDI,dword ptr [EAX + 0xc]
MOV dword ptr [ESP],EDX
MOV EAX,EBX
MOV EDX,dword ptr [ESP + 0x38]
MOV dword ptr [ESP + 0x4],EDX
MOV EDX,dword ptr [ESP + 0x28]
MOV dword ptr [ES... | null | null | null | null | [('const-4294967268', u'PTRSUB_-1204010307'), (u'CALL_-1204010493', u'INDIRECT_-1204010286'), (u'INDIRECT_-1204010280', u'MULTIEQUAL_-1204010248'), ('const-4294967276', u'PTRSUB_-1204010241'), ('tmp_330', u'COPY_-1204010509'), (u'CALL_-1204010493', u'INDIRECT_-1204010280'), (u'MULTIEQUAL_-1204010317', u'COPY_-120401039... | [('tmp_714', u'CALL_-1204010493'), (u'INT_ADD_-1204010548', u'CAST_-1204010303'), (u'CALL_-1204010493', u'INDIRECT_-1204010285'), ('const-0', u'RETURN_-1204010366'), ('tmp_175', u'CBRANCH_-1204010472'), (u'CALL_-1204010449', u'INDIRECT_-1204010267'), ('const-0', u'INT_NOTEQUAL_-1204010472'), ('const-417', u'STORE_-1204... | null | null | 00234190 | x86 | O0 | (translation_unit "undefined4\nFUN_00234190(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 uVar1;\n char cVar2;\n undefined4 uVar3;\n \n uVar1 = *(undefined4 *)(param_1 + 0x10);\n c... | (translation_unit "/* std::__codecvt_utf16_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t\n const*&, char*, char*, char*&) const */\n\nundefined4 __thiscall\nstd::__codecvt_utf16_base<wchar_t>::do_out\n (__codecvt_utf16_base<wchar_t> *this,__mbstate_t *param_1,wchar_t *param_2,\n... | (translation_unit "undefined4\nFUN_00234190(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 uVar1;\n char cVar2;\n undefined4 uVar3;\n \n uVar1 = *(undefined4 *)(param_1 + 0x10);\n c... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration ... | (function_definition "undefined4\nFUN_00234190(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 uVar1;\n char cVar2;\n undefined4 uVar3;\n \n uVar1 = *(undefined4 *)(param_1 + 0x10);\n... |
/* std::__codecvt_utf16_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t
const*&, char*, char*, char*&) const */
type_1 __thiscall
std::type_2<type_4>::function_1
(type_2<type_4> *var_1,type_3 *param_1,type_4 *param_2,
type_4 *param_3,type_4 **param_4,char *param_5,ch... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
undefined4
MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)
{
undefined4 uVar1;
char cVar2;
undefined4 uVar3;
uVar1 = *(undefined4 *)(param_1 + 0x10);
cVar2 = FUN_002338c0(param_6,param_... |
342_s390x-linux-gnu-objcopy_and_s390x-linux-gnu-objcopy_strip.c | stab_modify_type | FUN_0002acd0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3
stab_modify_type(stab_write_handle *info,int mod,uint size,long **cache,size_t *cache_alloc)
{
stab_type_stack **info_00;
stab_type_stack *psVar1;
uint uVar2;
size_t sVar3;
int iVar4;
uint uVar5... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bool __regparm3
FUN_0002acd0(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,uint *param_5)
{
uint uVar1;
undefined4 uVar2;
int iVar3;
uint uVar4;
char *pcVar5;
size_t sVar6;
char *pcVar7;
void *__... | PUSH EBP
MOV EBP,EAX
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x15325
SUB ESP,0x1c
MOV EAX,dword ptr [EAX + 0x38]
MOV dword ptr [ESP + 0xc],EDX
MOV dword ptr [ESP + 0x8],ECX
TEST EAX,EAX
JZ 0x0002aef2
MOV EDI,dword ptr [EAX + 0x8]
LEA ECX,[EBP + 0x38]
MOV dword ptr [ESP + 0x4],ECX
TEST EDI,EDI
JLE 0x0002ae40
... | null | null | null | null | [(u'INT_LESSEQUAL_-1206014039', u'CBRANCH_-1206014038'), (u'CAST_-1206012599', u'CALL_-1206014044'), (u'CAST_-1206012451', u'CALL_-1206013641'), ('tmp_2348', u'PTRSUB_-1206012663'), ('const-56', u'PTRSUB_-1206012819'), ('const-60', u'PTRSUB_-1206012647'), (u'LOAD_-1206014673', u'PTRADD_-1206012562'), ('const-417', u'LO... | [('const-2', u'INT_MULT_-1206013208'), (u'LOAD_-1206014447', u'INT_MULT_-1206014395'), ('tmp_3783', u'INT_ADD_-1206014245'), (u'COPY_-1206012653', u'CALL_-1206014138'), (u'INT_LESSEQUAL_-1206014039', u'CBRANCH_-1206014038'), (u'INT_MULT_-1206014069', u'INT_ADD_-1206014081'), ('const-417', u'STORE_-1206014337'), ('const... | null | null | 0002acd0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbool __regparm3\nFUN_0002acd0(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,uint *param_5)\n\n{\n uint uVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n char *pcVar5;\n size_t sVar... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\nstab_modify_type(stab_write_handle *info,int mod,uint size,long **cache,size_t *cache_alloc)\n\n{\n stab_type_stack **info_00;\n stab_type_stack *psVar1;\n uint uVar2;\n size_t sVar3... | (translation_unit "bool __regparm3\nFUN_0002acd0(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,uint *param_5)\n\n{\n uint uVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n char *pcVar5;\n size_t sVar6;\n char *pcVar7;\n void *__ptr;\n uint uVar8;\n \n iVar3 = *(int *)(param_1 + 0x38);\... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarato... | (function_definition "bool __regparm3\nFUN_0002acd0(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,uint *param_5)\n\n{\n uint uVar1;\n undefined4 uVar2;\n int iVar3;\n uint uVar4;\n char *pcVar5;\n size_t sVar6;\n char *pcVar7;\n void *__ptr;\n uint uVar8;\n \n iVar3 = *(int *)(param_1 + 0x38... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3
function_1(type_2 *info,int mod,type_3 size,long **var_3,size_t *cache_alloc)
{
type_4 **info_00;
type_4 *var_1;
type_3 var_13;
size_t var_18;
int var_19;
type_3 var_14;
long *var_17;
char *pcVar... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (param... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bool __regparm3
MASKED(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,uint *param_5)
{
uint uVar1;
undefined4 uVar2;
int iVar3;
uint uVar4;
char *pcVar5;
size_t sVar6;
char *pcVar7;
void *__ptr;
... |
2810_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | add_global_symbol | FUN_0007cb20 |
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<32,_true> * this, uint
symndx, Symbol * gsym) */
void __thiscall
gold::Sized_incremental_binary<32,_true>::add_global_symbol
(Sized_incremental_binary<32,_true> *this,uint symndx,Symbol *gsym)
{
(this->symbol_map_).super__Vec... |
void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)
{
*(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0xc]
MOV EAX,dword ptr [EAX + 0x5c]
MOV dword ptr [EAX + EDX*0x4],ECX
RET | null | null | null | null | [('const-4', u'PTRADD_-1206334584'), ('const-417', u'STORE_-1206334655'), (u'LOAD_-1206334664', u'PTRADD_-1206334584'), ('const-417', u'LOAD_-1206334664'), ('tmp_54', u'PTRADD_-1206334584'), ('const-0', u'RETURN_-1206334642'), (u'PTRSUB_-1206334589', u'PTRSUB_-1206334588'), ('tmp_55', u'STORE_-1206334655'), ('const-92'... | [('const-92', u'INT_ADD_-1206334648'), ('tmp_59', u'INT_ADD_-1206334648'), ('const-0', u'RETURN_-1206334642'), ('tmp_60', u'INT_MULT_-1206334629'), ('const-417', u'STORE_-1206334655'), (u'INT_ADD_-1206334641', u'CAST_-1206334588'), (u'INT_ADD_-1206334648', u'CAST_-1206334592'), ('const-4', u'INT_MULT_-1206334629'), ('t... | null | null | 0007cb20 | x86 | O0 | (translation_unit "void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}\n\n" (function_definition "void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * ... | (translation_unit "/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<32,_true> * this, uint\n symndx, Symbol * gsym) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<32,_true>::add_global_symbol\n (Sized_incremental_binary<32,_true> *this,uint symndx,Symbol *gsym)\n\n{\n (thi... | (translation_unit "void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}\n\n" (function_definition "void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + 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 (assignment_expression (pointer_expression * (cast_expression ( (type_desc... | (function_definition "void FUN_0007cb20(int param_1,int param_2,undefined4 param_3)\n\n{\n *(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0007cb20(int param_1,int param_2,undefined4 param_3)" (identifier "FUN_0007cb20") (parameter_lis... |
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<32,_true> * this, uint
symndx, Symbol * gsym) */
void __thiscall
function_3::type_1<32,type_2>::function_1
(type_1<32,type_2> *type_5,type_3 symndx,type_4 *gsym)
{
(type_5->symbol_map_).function_2<function_3::type_4*,function... | 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,undefined4 param_3)
{
*(undefined4 *)(*(int *)(param_1 + 0x5c) + param_2 * 4) = param_3;
return;
}
|
5084_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | _curl_easy_setopt_err_resolver_start_callback | FUN_00099f78 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _curl_easy_setopt_err_resolver_start_callback(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** FUN_00099f78(void)
{
return &__DT_PLTGOT;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x0001b297
ADD EAX,0x54880
NOP
POP EBP
RET | null | null | null | null | [('const-0', u'RETURN_-1206476889')] | [(u'PTRSUB_-1206476853', u'RETURN_-1206476889'), ('const-976896', u'PTRSUB_-1206476853'), ('const-0', u'RETURN_-1206476889'), ('const-0', u'PTRSUB_-1206476853')] | null | null | 00099f78 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_00099f78(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_00099f78(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_setopt_err_resolver_start_callback(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_ea... | (translation_unit "undefined ** FUN_00099f78(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_00099f78(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_00099f78(void)" * (pointer_declarator "* FUN_00099f78(void)" * (function_declarator "FUN_00099f78(voi... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) }))) | (function_definition "undefined ** FUN_00099f78(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_00099f78(void)" (* "*") (pointer_declarator "* FUN_00099f78(void)" (* "*") (function_declarator "FUN_00099f78(void)" (identifier "FUN_00099f78") (parameter_list "(void)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** MASKED(void)
{
return &__DT_PLTGOT;
}
|
3534_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | reserve | FUN_000baf50 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void reserve(vector<unsigned_int,_std::allocator<unsigned_int>_> *
this, size_type __n) */
void __thiscall
std::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve
(vector<unsigne... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000baf50(undefined4 *param_1,uint param_2)
{
void *__src;
void *pvVar1;
void *__dest;
size_t __n;
void *pvVar2;
if (0x3fffffff < param_2) {
/* WARNING: Subroutine does not return */
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x2d40a7
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x34]
MOV ESI,dword ptr [ESP + 0x30]
CMP EAX,0x3fffffff
JA 0x000bb016
MOV EDI,dword ptr [ESI]
MOV EDX,dword ptr [ESI + 0x8]
SUB EDX,EDI
SAR EDX,0x2
CMP EDX,EAX
JC 0x000baf90
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
PO... | null | null | null | null | [('const-0', u'RETURN_-1206603747'), ('const-0', u'PTRSUB_-1206603085'), ('const-0', u'PTRSUB_-1206603080'), ('tmp_303', u'CBRANCH_-1206603789'), ('const-4', u'INT_MULT_-1206603691'), ('tmp_1050', u'INT_MULT_-1206603691'), ('tmp_1050', u'INT_EQUAL_-1206603691'), ('const-2622851', u'COPY_-1206603132'), (u'PTRSUB_-120660... | [('const-0', u'RETURN_-1206603747'), ('const-2622851', u'COPY_-1206603131'), (u'INT_ADD_-1206603460', u'CAST_-1206603092'), (u'INT_SUB_-1206603832', u'INT_SRIGHT_-1206603810'), (u'MULTIEQUAL_-1206603341', u'CAST_-1206603093'), ('tmp_1907', u'STORE_-1206603496'), ('const-2', u'PTRADD_-1206603097'), ('tmp_303', u'CBRANCH... | null | null | 000baf50 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000baf50(undefined4 *param_1,uint param_2)\n\n{\n void *__src;\n void *pvVar1;\n void *__dest;\n size_t __n;\n void *pvVar2;\n \n if (0x3fffffff < param_2) {\n /* WARNING: Su... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void reserve(vector<unsigned_int,_std::allocator<unsigned_int>_> *\n this, size_type __n) */\n\nvoid __thiscall\nstd::vector<unsigned_int,_std::allocator<unsigned_int>_>::reserve\n ... | (translation_unit "void FUN_000baf50(undefined4 *param_1,uint param_2)\n\n{\n void *__src;\n void *pvVar1;\n void *__dest;\n size_t __n;\n void *pvVar2;\n \n if (0x3fffffff < param_2) {\n \n FUN_0022c7a0("vector::reserve");\n }\n __src = (void *)*param_1;\n if (param_2 <= (uint)(param_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 (pointer_declarator * IDENT) ;) (declarati... | (function_definition "void FUN_000baf50(undefined4 *param_1,uint param_2)\n\n{\n void *__src;\n void *pvVar1;\n void *__dest;\n size_t __n;\n void *pvVar2;\n \n if (0x3fffffff < param_2) {\n \n FUN_0022c7a0("vector::reserve");\n }\n __src = (void *)*param_1;\n if (param_2 <= (uint)(param... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void reserve(vector<unsigned_int,_std::allocator<unsigned_int>_> *
this, size_type __n) */
void __thiscall
std::vector<var_4,_std::var_3<var_4>var_5>::reserve
(vector<var_4,_std::var_3<var... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,uint param_2)
{
void *__src;
void *pvVar1;
void *__dest;
size_t __n;
void *pvVar2;
if (0x3fffffff < param_2) {
/* WARNING: Subroutine does not return */
FUN_... |
4056_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_widen | FUN_00115370 |
/* DWARF original prototype: char_type do_widen(ctype<char> * this, char __c) */
char_type __thiscall std::ctype<char>::do_widen(ctype<char> *this,char __c)
{
return __c;
}
|
undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)
{
return param_2;
}
| MOVZX EAX,byte ptr [ESP + 0x8]
RET | null | null | null | null | [('const-0', u'RETURN_-1207020668'), ('tmp_20', u'COPY_-1207020675'), (u'COPY_-1207020675', u'RETURN_-1207020668')] | [('tmp_21', u'COPY_-1207020680'), ('const-0', u'RETURN_-1207020668'), (u'COPY_-1207020680', u'RETURN_-1207020668')] | null | null | 00115370 | x86 | O0 | (translation_unit "undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)\n\n{\n return param_2;\n}\n\n" (function_definition "undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)\n\n{\n return param_2;\n}" type_identifier (function_declarator "FUN_00115370(undefined4 param_1,undefined1 param_2)" id... | (translation_unit "/* DWARF original prototype: char_type do_widen(ctype<char> * this, char __c) */\n\nchar_type __thiscall std::ctype<char>::do_widen(ctype<char> *this,char __c)\n\n{\n return __c;\n}\n\n" comment (function_definition "char_type __thiscall std::ctype<char>::do_widen(ctype<char> *this,char __c)\n\n{\n ... | (translation_unit "undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)\n\n{\n return param_2;\n}\n\n" (function_definition "undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)\n\n{\n return param_2;\n}" type_identifier (function_declarator "FUN_00115370(undefined4 param_1,undefined1 param_2)" id... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return IDENT ;) }))) | (function_definition "undefined1 FUN_00115370(undefined4 param_1,undefined1 param_2)\n\n{\n return param_2;\n}" (type_identifier "undefined1") (function_declarator "FUN_00115370(undefined4 param_1,undefined1 param_2)" (identifier "FUN_00115370") (parameter_list "(undefined4 param_1,undefined1 param_2)" (( "(") (parame... |
/* DWARF original prototype: char_type do_widen(ctype<char> * this, char __c) */
type_1 __thiscall std::type_2<char>::function_1(type_2<char> *this,char __c)
{
return __c;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_stateme... | null |
undefined1 MASKED(undefined4 param_1,undefined1 param_2)
{
return param_2;
}
|
1726_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | _curl_easy_setopt_err_FILE | FUN_0004d59b |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _curl_easy_setopt_err_FILE(void)
{
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** FUN_0004d59b(void)
{
return &__DT_PLTGOT;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x0001b297
ADD EAX,0xa125d
NOP
POP EBP
RET | null | null | null | null | [('const-0', u'RETURN_-1206135350')] | [(u'PTRSUB_-1206135314', u'RETURN_-1206135350'), ('const-0', u'PTRSUB_-1206135314'), ('const-0', u'RETURN_-1206135350'), ('const-976896', u'PTRSUB_-1206135314')] | null | null | 0004d59b | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_0004d59b(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_0004d59b(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_setopt_err_FILE(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_setopt_err_FILE(... | (translation_unit "undefined ** FUN_0004d59b(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_0004d59b(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0004d59b(void)" * (pointer_declarator "* FUN_0004d59b(void)" * (function_declarator "FUN_0004d59b(voi... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) }))) | (function_definition "undefined ** FUN_0004d59b(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_0004d59b(void)" (* "*") (pointer_declarator "* FUN_0004d59b(void)" (* "*") (function_declarator "FUN_0004d59b(void)" (identifier "FUN_0004d59b") (parameter_list "(void)" (( "(... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined ** MASKED(void)
{
return &__DT_PLTGOT;
}
|
346_less_and_less_strip.c | is_ascii_char | FUN_00021572 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int is_ascii_char(LWCHAR ch)
{
return (uint)(ch < 0x80);
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
bool FUN_00021572(uint param_1)
{
return param_1 < 0x80;
}
| PUSH EBP
MOV EBP,ESP
CALL 0x00012d5a
ADD EAX,0x1993a
CMP dword ptr [EBP + 0x8],0x7f
SETBE AL
MOVZX EAX,AL
POP EBP
RET | null | null | null | null | [('const-128', u'INT_LESS_-1206053458'), ('const-0', u'RETURN_-1206053447'), (u'INT_ZEXT_-1206053451', u'RETURN_-1206053447'), ('tmp_112', u'INT_LESS_-1206053458'), (u'INT_LESS_-1206053458', u'INT_ZEXT_-1206053451')] | [('tmp_147', u'INT_LESS_-1206053458'), ('const-0', u'RETURN_-1206053447'), (u'INT_LESS_-1206053458', u'COPY_-1206053449'), (u'COPY_-1206053449', u'RETURN_-1206053447'), ('const-128', u'INT_LESS_-1206053458')] | null | null | 00021572 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nbool FUN_00021572(uint param_1)\n\n{\n return param_1 < 0x80;\n}\n\n" comment (function_definition "bool FUN_00021572(uint param_1)\n\n{\n return param_1 < 0x80;\n}" primitive_type (function_declarator "FUN_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint is_ascii_char(LWCHAR ch)\n\n{\n return (uint)(ch < 0x80);\n}\n\n" comment comment (function_definition "int is_ascii_char(LWCHAR ch)\n\n{\n return (uint)(ch < 0x... | (translation_unit "bool FUN_00021572(uint param_1)\n\n{\n return param_1 < 0x80;\n}\n\n" (function_definition "bool FUN_00021572(uint param_1)\n\n{\n return param_1 < 0x80;\n}" primitive_type (function_declarator "FUN_00021572(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint p... | (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 "bool FUN_00021572(uint param_1)\n\n{\n return param_1 < 0x80;\n}" (primitive_type "bool") (function_declarator "FUN_00021572(uint param_1)" (identifier "FUN_00021572") (parameter_list "(uint param_1)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) (... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int function_1(type_1 var_1)
{
return (uint)(var_1 < 0x80);
}
| 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 (return_statement (binary_expression left: (identifier) right: (number_... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
bool MASKED(uint param_1)
{
return param_1 < 0x80;
}
|
6266_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | emplace_back<gold::Lex::Mode> | FUN_00180b20 |
/* DWARF original prototype: void
emplace_back<gold::Lex::Mode>(vector<gold::Lex::Mode,_std::allocator<gold::Lex::Mode>_> * this,
Mode * __args#0) */
void __thiscall
std::vector<gold::Lex::Mode,_std::allocator<gold::Lex::Mode>_>::emplace_back<gold::Lex::Mode>
(vector<gold::Lex::Mode,_std::allocator<go... |
void FUN_00180b20(int param_1,undefined4 *param_2)
{
undefined4 *puVar1;
puVar1 = *(undefined4 **)(param_1 + 4);
if (puVar1 != *(undefined4 **)(param_1 + 8)) {
*puVar1 = *param_2;
*(undefined4 **)(param_1 + 4) = puVar1 + 1;
return;
}
FUN_001809d0(param_1,puVar1,param_2);
return;
}
| SUB ESP,0xc
MOV EDX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [EDX + 0x4]
CMP EAX,dword ptr [EDX + 0x8]
JZ 0x00180b48
MOV ECX,dword ptr [ECX]
ADD EAX,0x4
MOV dword ptr [EAX + -0x4],ECX
MOV dword ptr [EDX + 0x4],EAX
ADD ESP,0xc
RET
SUB ESP,0x4
PUSH ECX
PUSH EAX
PUSH EDX
CALL 0x001809d0
ADD ... | null | null | null | null | [(u'LOAD_-1207497923', u'CALL_-1207497819'), ('const-8', u'PTRSUB_-1207497724'), ('const-4', u'PTRSUB_-1207497728'), ('tmp_291', u'CALL_-1207497819'), (u'PTRSUB_-1207497736', u'PTRSUB_-1207497729'), (u'PTRSUB_-1207497720', u'PTRSUB_-1207497714'), ('const-0', u'RETURN_-1207497784'), ('const-0', u'PTRSUB_-1207497736'), (... | [(u'LOAD_-1207497923', u'CALL_-1207497819'), (u'CAST_-1207497746', u'LOAD_-1207497923'), ('const-4', u'INT_ADD_-1207497861'), ('const-417', u'LOAD_-1207497923'), ('const-0', u'RETURN_-1207497784'), ('const-417', u'LOAD_-1207497917'), ('tmp_398', u'CALL_-1207497819'), ('tmp_399', u'LOAD_-1207497900'), (u'CAST_-120749772... | null | null | 00180b20 | x86 | O0 | (translation_unit "void FUN_00180b20(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_001809d0(param_1,puVar1,pa... | (translation_unit "/* DWARF original prototype: void\n emplace_back<gold::Lex::Mode>(vector<gold::Lex::Mode,_std::allocator<gold::Lex::Mode>_> * this,\n Mode * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Lex::Mode,_std::allocator<gold::Lex::Mode>_>::emplace_back<gold::Lex::Mode>\n (vector<gold::Lex:... | (translation_unit "void FUN_00180b20(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_001809d0(param_1,puVar1,pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointe... | (function_definition "void FUN_00180b20(int param_1,undefined4 *param_2)\n\n{\n undefined4 *puVar1;\n \n puVar1 = *(undefined4 **)(param_1 + 4);\n if (puVar1 != *(undefined4 **)(param_1 + 8)) {\n *puVar1 = *param_2;\n *(undefined4 **)(param_1 + 4) = puVar1 + 1;\n return;\n }\n FUN_001809d0(param_1,puVar1... |
/* DWARF original prototype: void
emplace_back<gold::Lex::Mode>(vector<gold::Lex::Mode,_std::allocator<gold::Lex::Mode>_> * this,
Mode * __args#0) */
void __thiscall
std::vector<gold::Lex::var_1,_std::allocator<gold::Lex::var_1>var_2>::emplace_back<gold::Lex::var_1>
(vector<gold::Lex::var_1,_std::allo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
void MASKED(int param_1,undefined4 *param_2)
{
undefined4 *puVar1;
puVar1 = *(undefined4 **)(param_1 + 4);
if (puVar1 != *(undefined4 **)(param_1 + 8)) {
*puVar1 = *param_2;
*(undefined4 **)(param_1 + 4) = puVar1 + 1;
return;
}
FUN_001809d0(param_1,puVar1,param_2);
return;
}
|
6576_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | operator.delete | FUN_001ac470 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* operator delete(void*) */
void operator_delete(void *param_1)
{
free(param_1);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001ac470(void *param_1)
{
free(param_1);
return;
}
| PUSH EBX
CALL 0x00035680
ADD EBX,0x192b8a
SUB ESP,0x14
PUSH dword ptr [ESP + 0x1c]
CALL 0x00028420
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_145', u'CALL_-1207581527'), ('const-0', u'RETURN_-1207581499')] | [('tmp_226', u'CALL_-1207581527'), ('const-0', u'RETURN_-1207581499')] | null | null | 001ac470 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ac470(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_001ac470(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarat... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* operator delete(void*) */\n\nvoid operator_delete(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" comment comment (function_definition "void operator_delete(void *param_1)\n\n{\n free(param_1);\n re... | (translation_unit "void FUN_001ac470(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_001ac470(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001ac470(void *param_1)" identifier (parameter_list "(void *param_1)" ( (parameter_declarati... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001ac470(void *param_1)\n\n{\n free(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001ac470(void *param_1)" (identifier "FUN_001ac470") (parameter_list "(void *param_1)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* operator delete(void*) */
void function_1(void *param_1)
{
var_1(param_1);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void *param_1)
{
free(param_1);
return;
}
|
2282_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | do_input_file_count | FUN_000682b0 |
/* DWARF original prototype: uint do_input_file_count(Sized_incremental_binary<32,_false> * this) */
uint __thiscall
gold::Sized_incremental_binary<32,_false>::do_input_file_count
(Sized_incremental_binary<32,_false> *this)
{
return (this->inputs_reader_).input_file_count_;
}
|
undefined4 FUN_000682b0(int param_1)
{
return *(undefined4 *)(param_1 + 0xa4);
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0xa4]
RET | null | null | null | null | [('const-0', u'RETURN_-1206287668'), (u'COPY_-1206287686', u'RETURN_-1206287668'), (u'PTRSUB_-1206287616', u'PTRSUB_-1206287614'), (u'PTRSUB_-1206287614', u'LOAD_-1206287686'), ('const-152', u'PTRSUB_-1206287616'), ('tmp_27', u'PTRSUB_-1206287616'), (u'LOAD_-1206287686', u'COPY_-1206287686'), ('const-417', u'LOAD_-1206... | [('const-0', u'RETURN_-1206287668'), ('const-417', u'LOAD_-1206287686'), (u'COPY_-1206287686', u'RETURN_-1206287668'), (u'LOAD_-1206287686', u'COPY_-1206287686'), ('tmp_29', u'INT_ADD_-1206287670'), ('const-164', u'INT_ADD_-1206287670'), (u'INT_ADD_-1206287670', u'CAST_-1206287618'), (u'CAST_-1206287618', u'LOAD_-12062... | null | null | 000682b0 | x86 | O0 | (translation_unit "undefined4 FUN_000682b0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xa4);\n}\n\n" (function_definition "undefined4 FUN_000682b0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xa4);\n}" type_identifier (function_declarator "FUN_000682b0(int param_1)" identifier (parameter_list "(int... | (translation_unit "/* DWARF original prototype: uint do_input_file_count(Sized_incremental_binary<32,_false> * this) */\n\nuint __thiscall\ngold::Sized_incremental_binary<32,_false>::do_input_file_count\n (Sized_incremental_binary<32,_false> *this)\n\n{\n return (this->inputs_reader_).input_file_count_;\n}\n\... | (translation_unit "undefined4 FUN_000682b0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xa4);\n}\n\n" (function_definition "undefined4 FUN_000682b0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xa4);\n}" type_identifier (function_declarator "FUN_000682b0(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_000682b0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0xa4);\n}" (type_identifier "undefined4") (function_declarator "FUN_000682b0(int param_1)" (identifier "FUN_000682b0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (... |
/* DWARF original prototype: uint do_input_file_count(Sized_incremental_binary<32,_false> * this) */
uint __thiscall
gold::Sized_incremental_binary<32,_false>::do_input_file_count
(Sized_incremental_binary<32,_false> *this)
{
return (this->inputs_reader_).input_file_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 + 0xa4);
}
|
851_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c | gldaarch64_layout_sections_again | FUN_0005bb40 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void gldaarch64_layout_sections_again(void)
{
gldaarch64linux32_map_segments(1);
need_laying_out = -1;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0005bb40(void)
{
FUN_0005b8c0();
DAT_001c41e8 = 0xffffffff;
return;
}
| PUSH EBX
MOV EAX,0x1
CALL 0x00017c50
ADD EBX,0x1664b5
SUB ESP,0x8
CALL 0x0005b8c0
MOV dword ptr [EBX + 0x21e8],0xffffffff
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [(u'CALL_-1206207626', u'INDIRECT_-1206207531'), (u'COPY_-1206207624', u'COPY_-1206207571'), ('const-0', u'RETURN_-1206207585'), ('const-1', u'CALL_-1206207626'), ('const-4294967295', u'COPY_-1206207624')] | [('const-4294967295', u'COPY_-1206207624'), (u'CALL_-1206207626', u'INDIRECT_-1206207531'), (u'COPY_-1206207624', u'COPY_-1206207571'), ('const-0', u'RETURN_-1206207585')] | null | null | 0005bb40 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005bb40(void)\n\n{\n FUN_0005b8c0();\n DAT_001c41e8 = 0xffffffff;\n return;\n}\n\n" comment (function_definition "void FUN_0005bb40(void)\n\n{\n FUN_0005b8c0();\n DAT_001c41e8 = 0xffffffff;\n r... | (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 gldaarch64_layout_sections_again(void)\n\n{\n gldaarch64linux32_map_segments(1);\n need_laying_out = -1;\n return;\n}\n\n" c... | (translation_unit "void FUN_0005bb40(void)\n\n{\n FUN_0005b8c0();\n DAT_001c41e8 = 0xffffffff;\n return;\n}\n\n" (function_definition "void FUN_0005bb40(void)\n\n{\n FUN_0005b8c0();\n DAT_001c41e8 = 0xffffffff;\n return;\n}" primitive_type (function_declarator "FUN_0005bb40(void)" identifier (parameter_list "(voi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) }))) | (function_definition "void FUN_0005bb40(void)\n\n{\n FUN_0005b8c0();\n DAT_001c41e8 = 0xffffffff;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0005bb40(void)" (identifier "FUN_0005bb40") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_sta... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1(1);
need_laying_out = -1;
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))) (expre... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
FUN_0005b8c0();
DAT_001c41e8 = 0xffffffff;
return;
}
|
7357_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | _M_rehash | FUN_001cb5b0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::alloca... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_001cb5b0(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_2c;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
... | CALL 0x000559e6
ADD EAX,0x1c3a4b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
CMP dword ptr [ESP + 0x34],0x1
MOV ESI,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0xc],EAX
JZ 0x001cb688
MOV EAX,dword ptr [ESP + 0x34]
CALL 0x001c9910
MOV EDI,EAX
LEA EAX,[ESI + 0x18]
MOV dword ptr [ESP],EAX
MOV ECX,dword ptr [ESI + 0x8... | null | null | null | null | [('tmp_784', u'INT_REM_-1207716170'), (u'MULTIEQUAL_-1207715911', u'PTRSUB_-1207715708'), (u'MULTIEQUAL_-1207715911', u'STORE_-1207716061'), ('const-417', u'LOAD_-1207716145'), (u'CAST_-1207715718', u'INT_REM_-1207716170'), ('const-5', u'PTRADD_-1207715747'), (u'PTRSUB_-1207715715', u'PTRSUB_-1207715714'), (u'PTRSUB_-1... | [('const-2', u'PTRADD_-1207715730'), ('tmp_1557', u'STORE_-1207716014'), ('tmp_1557', u'PTRADD_-1207715813'), (u'CAST_-1207715745', u'INT_EQUAL_-1207716060'), (u'CAST_-1207715646', u'STORE_-1207716014'), ('const-6', u'PTRADD_-1207715636'), (u'MULTIEQUAL_-1207715912', u'LOAD_-1207716145'), ('const-1', u'PTRADD_-12077156... | null | null | 001cb5b0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_001cb5b0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_2c;\n \n if (param_2 == 1) {\n piVar3 = param_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n _M_rehash(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<... | (translation_unit "void FUN_001cb5b0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_2c;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_00... | (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 (pointer_declarator * IDENT) ;) (declarati... | (function_definition "void FUN_001cb5b0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_2c;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_Hashtable<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::alloca... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_2c;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
else ... |
5352_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | Output_data_got | FUN_00172150 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Output_data_got(Output_data_got<32,_false> * this) */
void __thiscall gold::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_f... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_00172150(undefined4 *param_1)
{
undefined4 *puVar1;
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = 0;
param_1[4] = 0;
param_1[5] = 0xffffffff;
*param_1 = &PTR_FUN_0040d980;
puVar1 = param_1 + 0xe;
par... | CALL 0x0003a345
ADD EDX,0x2a1eab
MOV EAX,dword ptr [ESP + 0x4]
MOV dword ptr [EAX + 0x4],0x0
MOV dword ptr [EAX + 0x8],0x0
MOV dword ptr [EAX + 0xc],0x0
MOV dword ptr [EAX + 0x10],0x0
LEA EDX,[EDX + 0xffff9980]
MOV dword ptr [EAX + 0x14],0xffffffff
MOV dword ptr [EAX],EDX
LEA EDX,[EAX + 0x38]
MOV dword ptr [EAX + 0x18]... | null | null | null | null | [('const-0', u'PTRSUB_-1207426325'), (u'PTRSUB_-1207426382', u'PTRSUB_-1207426343'), ('const-417', u'STORE_-1207426490'), (u'PTRSUB_-1207426491', u'CAST_-1207426267'), (u'CAST_-1207426343', u'STORE_-1207426653'), ('const-0', u'PTRSUB_-1207426352'), ('const-417', u'STORE_-1207426621'), (u'PTRSUB_-1207426354', u'STORE_-1... | [('const-2', u'PTRADD_-1207426538'), ('const-4', u'PTRADD_-1207426473'), ('tmp_324', u'PTRADD_-1207426429'), ('const-10', u'PTRADD_-1207426465'), ('const-0', u'STORE_-1207426671'), (u'CAST_-1207426407', u'STORE_-1207426517'), ('const-0', u'STORE_-1207426555'), ('const-4', u'PTRADD_-1207426449'), ('const-22', u'PTRADD_-... | null | null | 00172150 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_00172150(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0040d980;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void Output_data_got(Output_data_got<32,_false> * this) */\n\nvoid __thiscall gold::Output_data_got<32,_false>::Output_data_got... | (translation_unit "void FUN_00172150(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0040d980;\n puVar1 = param_1 + 0xe;\n param_1[6] = 0xffffffff;\n *(byte *)(param_1 + 7) = *(byte *)(... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expr... | (function_definition "void FUN_00172150(undefined4 *param_1)\n\n{\n undefined4 *puVar1;\n \n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0;\n param_1[4] = 0;\n param_1[5] = 0xffffffff;\n *param_1 = &PTR_FUN_0040d980;\n puVar1 = param_1 + 0xe;\n param_1[6] = 0xffffffff;\n *(byte *)(param_1 + 7) = *(byte ... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Output_data_got(Output_data_got<32,_false> * this) */
void __thiscall var_1::Output_data_got<32,_false>::Output_data_got(Output_data_got<32,_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(undefined4 *param_1)
{
undefined4 *puVar1;
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = 0;
param_1[4] = 0;
param_1[5] = 0xffffffff;
*param_1 = &PTR_FUN_0040d980;
puVar1 = param_1 + 0xe;
param_1[6... |
4268_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | add_global_with_rel | FUN_001022f0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_global_with_rel(Output_data_got<64,_true> * this, Symbol *
gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type) */
void __thiscall
gold::Output_data_got<64,_true>::add_glo... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001022f0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5)
{
int *piVar1;
int iVar2;
int iVar3;
int *piVar4;
undefined4 *puVar5;
int aiStack_58 [10];
undefined4 local_30 [7];
un... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x23cd07
SUB ESP,0x2c
MOV EDX,dword ptr [ESP + 0x44]
MOV EBP,dword ptr [ESP + 0x48]
MOV ESI,EDX
ADD ESI,0x1c
JZ 0x00102417
MOV EAX,ESI
CMP EBP,dword ptr [EDX + 0x1c]
JNZ 0x0010232c
JMP 0x001023a8
CMP EBP,dword ptr [EAX]
JZ 0x001023a8
MOV EAX,dword ptr [EAX + 0... | null | null | null | null | [(u'CALL_-1206966748', u'INDIRECT_-1206966149'), ('tmp_1319', u'PTRSUB_-1206966031'), ('const-417', u'STORE_-1206967182'), (u'MULTIEQUAL_-1206966250', u'COPY_-1206966105'), ('const-417', u'STORE_-1206966967'), (u'COPY_-1206966105', u'MULTIEQUAL_-1206966469'), (u'STORE_-1206966767', u'INDIRECT_-1206966181'), (u'PIECE_-1... | [(u'INDIRECT_-1206966189', u'MULTIEQUAL_-1206966188'), (u'CAST_-1206966216', u'LOAD_-1206967004'), ('const-417', u'LOAD_-1206967085'), (u'MULTIEQUAL_-1206966136', u'MULTIEQUAL_-1206966264'), ('tmp_3416', u'LOAD_-1206967085'), ('const-5', u'COPY_-1206966854'), ('tmp_1004', u'BRANCH_-1206966802'), (u'CALL_-1206967258', u... | null | null | 001022f0 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001022f0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 *puVar5;\n int aiStack_58 [10];\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void add_global_with_rel(Output_data_got<64,_true> * this, Symbol *\n gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type) */\n\nvoid __thiscall\ngold::Output_data... | (translation_unit "void FUN_001022f0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 *puVar5;\n int aiStack_58 [10];\n undefined4 local_30 [7];\n undefined4 uStack_14;\n \n uStack_14 = 0x1022f9;\n piVar4 = (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "void FUN_001022f0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5)\n\n{\n int *piVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n undefined4 *puVar5;\n int aiStack_58 [10];\n undefined4 local_30 [7];\n undefined4 uStack_14;\n \n uStack_14 = 0x1022f9;\n piVar4 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_global_with_rel(Output_data_got<64,_true> * this, Symbol *
gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type) */
void __thiscall
gold::Output_data_got<64,_true>::add_glo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5)
{
int *piVar1;
int iVar2;
int iVar3;
int *piVar4;
undefined4 *puVar5;
int aiStack_58 [10];
undefined4 local_30 [7];
undefine... |
8971_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | wifstream | FUN_0022e710 |
/* std::wifstream::wifstream(std::wifstream&&) */
void __thiscall std::wifstream::wifstream(wifstream *this,wifstream *param_1)
{
ios_base *this_00;
ios_base iVar1;
undefined4 uVar2;
int iVar3;
ios_base *piVar4;
int unaff_EDI;
__x86_get_pc_thunk_di();
this_00 = (ios_base *)(this + 0x94);
ios_bas... |
void FUN_0022e710(int *param_1,int *param_2)
{
int *piVar1;
undefined1 uVar2;
int iVar3;
int iVar4;
int unaff_EDI;
FUN_000644be();
piVar1 = param_1 + 0x25;
FUN_00243f20(piVar1);
param_1[0x41] = 0;
*param_1 = unaff_EDI + 0x17e36b;
param_1[0x25] = unaff_EDI + 0x17e37f;
iVar4 = param_2[1];
p... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000644be
ADD EDI,0x1808e7
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
LEA EAX,[ESI + 0x94]
MOV EBX,EDI
PUSH EAX
MOV dword ptr [EBP + -0x1c],EAX
CALL 0x00243f20
LEA EDX,[EDI + 0xffffda84]
LEA EAX,[EDI + 0xffffda98]
MOV dword ptr [ESI + 0x104],0x0
MOV dword ptr [ESI],... | null | null | null | null | [(u'CAST_-1203901965', u'STORE_-1203902284'), ('const-272', u'PTRADD_-1203902457'), ('const-1', u'PTRADD_-1203902184'), (u'CAST_-1203902028', u'CALL_-1203902375'), ('const-260', u'PTRADD_-1203902534'), ('const-417', u'STORE_-1203902527'), (u'PTRADD_-1203902209', u'CAST_-1203901955'), (u'CAST_-1203902164', u'STORE_-1203... | [('const-417', u'LOAD_-1203902493'), ('const-64', u'PTRADD_-1203902048'), (u'PTRADD_-1203902089', u'STORE_-1203902485'), ('const-4', u'PTRADD_-1203902114'), ('const-4', u'PTRADD_-1203901935'), ('tmp_1347', u'PTRADD_-1203901935'), ('const-4', u'PTRADD_-1203901967'), (u'CAST_-1203902113', u'STORE_-1203902537'), ('const-4... | null | null | 0022e710 | x86 | O0 | (translation_unit "void FUN_0022e710(int *param_1,int *param_2)\n\n{\n int *piVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar1 = param_1 + 0x25;\n FUN_00243f20(piVar1);\n param_1[0x41] = 0;\n *param_1 = unaff_EDI + 0x17e36b;\n param_1[0x25] = unaff_EDI + 0x1... | (translation_unit "/* std::wifstream::wifstream(std::wifstream&&) */\n\nvoid __thiscall std::wifstream::wifstream(wifstream *this,wifstream *param_1)\n\n{\n ios_base *this_00;\n ios_base iVar1;\n undefined4 uVar2;\n int iVar3;\n ios_base *piVar4;\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n this_00 = (ios_... | (translation_unit "void FUN_0022e710(int *param_1,int *param_2)\n\n{\n int *piVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar1 = param_1 + 0x25;\n FUN_00243f20(piVar1);\n param_1[0x41] = 0;\n *param_1 = unaff_EDI + 0x17e36b;\n param_1[0x25] = unaff_EDI + 0x1... | (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "void FUN_0022e710(int *param_1,int *param_2)\n\n{\n int *piVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n int unaff_EDI;\n \n FUN_000644be();\n piVar1 = param_1 + 0x25;\n FUN_00243f20(piVar1);\n param_1[0x41] = 0;\n *param_1 = unaff_EDI + 0x17e36b;\n param_1[0x25] = unaff_EDI + ... |
/* std::wifstream::wifstream(std::wifstream&&) */
void __thiscall std::function_1::function_1(function_1 *var_2,function_1 *var_4)
{
type_1 *this_00;
type_1 iVar1;
type_2 uVar2;
int var_5;
type_1 *var_8;
int var_3;
var_1();
this_00 = (type_1 *)(var_2 + 0x94);
ios_base::type_1(this_00);
*(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: (pointer_... | null |
void MASKED(int *param_1,int *param_2)
{
int *piVar1;
undefined1 uVar2;
int iVar3;
int iVar4;
int unaff_EDI;
FUN_000644be();
piVar1 = param_1 + 0x25;
FUN_00243f20(piVar1);
param_1[0x41] = 0;
*param_1 = unaff_EDI + 0x17e36b;
param_1[0x25] = unaff_EDI + 0x17e37f;
iVar4 = param_2[1];
param_1... |
6767_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | add_input_section | FUN_001cf740 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_input_section(Script_sections * this, Input_section_spec *
spec, bool keep) */
void __thiscall
gold::Script_sections::add_input_section(Script_sections *this,Input_section_spec *spec,bool k... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001cf740(int param_1,undefined4 param_2,undefined4 param_3)
{
if (*(int *)(param_1 + 8) != 0) {
FUN_001cf6b0();
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../g... | PUSH EBX
CALL 0x0003a210
ADD EBX,0x2448ba
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [EDX + 0x8]
TEST EDX,EDX
JZ 0x001cf772
MOVZX EAX,AL
MOV dword ptr [ESP + 0x10],EDX
MOV dword ptr [ESP + 0x18],EAX
ADD ESP,0x8
POP EBX
JMP 0x001cf6b0
PUSH EAX
LEA EAX,[EBX + 0xffef6a58]
P... | null | null | null | null | [('const-1', u'RETURN_-1207699630')] | [('const-0', u'RETURN_-1207699529'), ('const-3483', u'CALL_-1207699488'), ('const-1', u'RETURN_-1207699483'), ('const-417', u'LOAD_-1207699592'), ('const-0', u'INT_NOTEQUAL_-1207699573'), (u'LOAD_-1207699592', u'INT_NOTEQUAL_-1207699573'), (u'COPY_-1207699438', u'CALL_-1207699488'), ('tmp_447', u'CALL_-1207699488'), (u... | null | null | 001cf740 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001cf740(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 8) != 0) {\n FUN_001cf6b0();\n return;\n }\n /* WARNING: Subroutine does not return... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void add_input_section(Script_sections * this, Input_section_spec *\n spec, bool keep) */\n\nvoid __thiscall\ngold::Script_sections::add_input_section(Script_sections *this,Input_se... | (translation_unit "void FUN_001cf740(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 8) != 0) {\n FUN_001cf6b0();\n return;\n }\n \n FUN_000da200("../../gold/script-sections.cc",0xd9b,"add_input_section",param_3);\n}\n\n" (function_definition "void FUN_001cf7... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expr... | (function_definition "void FUN_001cf740(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n if (*(int *)(param_1 + 8) != 0) {\n FUN_001cf6b0();\n return;\n }\n \n FUN_000da200("../../gold/script-sections.cc",0xd9b,"add_input_section",param_3);\n}" (primitive_type "void") (function_decl... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_input_section(Script_sections * this, Input_section_spec *
spec, bool keep) */
void __thiscall
gold::type_1::function_1(type_1 *this,type_2 *spec,bool keep)
{
}
| 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)
{
if (*(int *)(param_1 + 8) != 0) {
FUN_001cf6b0();
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/sc... |
1624_puttytel_and_puttytel_strip.c | cairo_rectangle | cairo_rectangle |
/* WARNING: Control flow encountered bad instruction data */
void cairo_rectangle(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void cairo_rectangle(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206541834')] | [('const-1', u'RETURN_-1206541834')] | null | null | 000aa1ec | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cairo_rectangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cairo_rectangle(void)\n\n{\n /* WARNING: ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid cairo_rectangle(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void cairo_rectangle(void)\n\n{\n /* WARNING: ... | (translation_unit "void cairo_rectangle(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void cairo_rectangle(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "cairo_rectangle(void)" identifier (parameter_list "(void)" ( (parameter_declaration ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void cairo_rectangle(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "cairo_rectangle(void)" (identifier "cairo_rectangle") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
505_s390x-linux-gnu-strip_and_s390x-linux-gnu-strip_strip.c | strncasecmp | strncasecmp |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncasecmp(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strncasecmp@@GLIBC_2.0... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncasecmp(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206185546')] | [('const-1', u'RETURN_-1206185546')] | null | null | 000411ac | x86 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" (identifier "strncasecmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declara... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strncasecmp@@GLIBC_2.0 ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
194_x86_64-kfreebsd-gnu-ranlib_and_x86_64-kfreebsd-gnu-ranlib_strip.c | print_arelt_descr | FUN_00018560 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void print_arelt_descr(FILE *file,bfd *abfd,bfd_boolean verbose,bfd_boolean offsets)
{
int iVar1;
char *pcVar2;
char *__format;
time_t when;
char modebuf [11];
char timebuf [4... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00018560(FILE *param_1,undefined4 *param_2,int param_3,int param_4)
{
int iVar1;
char *pcVar2;
char *__format;
time_t local_b4;
undefined1 local_af;
undefined1 local_ae [9];
undefined1 local_a5;
char loc... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00013710
ADD EBX,0x8a97
SUB ESP,0xac
MOV EBP,dword ptr [ESP + 0xc8]
MOV EDI,dword ptr [ESP + 0xc0]
MOV ESI,dword ptr [ESP + 0xc4]
TEST EBP,EBP
JZ 0x000185a7
SUB ESP,0x8
MOV EAX,dword ptr [ESI + 0x4]
LEA EDX,[ESP + 0x48]
PUSH EDX
PUSH ESI
CALL dword ptr [EAX + 0xfc]
ADD ESP,0x1... | null | null | null | null | [('const-115449', u'COPY_-1205957917'), ('tmp_1253', u'PTRSUB_-1205958062'), ('tmp_1215', u'BRANCH_-1205958543'), ('const-115501', u'COPY_-1205958075'), (u'INDIRECT_-1205957980', u'MULTIEQUAL_-1205958077'), (u'CALL_-1205958556', u'INDIRECT_-1205957944'), ('tmp_1253', u'PTRSUB_-1205958097'), (u'PTRSUB_-1205958126', u'LO... | [('const-417', u'LOAD_-1205959215'), ('const-417', u'LOAD_-1205959089'), ('tmp_1215', u'BRANCH_-1205958543'), (u'CALLIND_-1205959185', u'INDIRECT_-1205958264'), (u'CALLIND_-1205959185', u'INDIRECT_-1205958204'), (u'LOAD_-1205958935', u'INT_EQUAL_-1205958484'), ('const-0', u'INT_EQUAL_-1205958483'), ('const-115449', u'C... | null | null | 00018560 | x86 | O0 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00018560(FILE *param_1,undefined4 *param_2,int param_3,int param_4)\n\n{\n int iVar1;\n char *pcVar2;\n char *__format;\n time_t local_b4;\n undefined1 local_af;\n undefined1 local_ae [9];\n un... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid print_arelt_descr(FILE *file,bfd *abfd,bfd_boolean verbose,bfd_boolean offsets)\n\n{\n int iVar1;\n char *pcVar2;\n char *__format;\n time_t when;\n char mod... | (translation_unit "void FUN_00018560(FILE *param_1,undefined4 *param_2,int param_3,int param_4)\n\n{\n int iVar1;\n char *pcVar2;\n char *__format;\n time_t local_b4;\n undefined1 local_af;\n undefined1 local_ae [9];\n undefined1 local_a5;\n char local_a4 [40];\n undefined1 local_7c [16];\n undefined4 local_6... | (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_00018560(FILE *param_1,undefined4 *param_2,int param_3,int param_4)\n\n{\n int iVar1;\n char *pcVar2;\n char *__format;\n time_t local_b4;\n undefined1 local_af;\n undefined1 local_ae [9];\n undefined1 local_a5;\n char local_a4 [40];\n undefined1 local_7c [16];\n undefined4 loca... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *file,type_2 *abfd,type_3 var_1,type_3 var_11)
{
int var_2;
char *var_4;
char *__format;
type_4 when;
char var_9 [11];
char timebuf [40];
type_5 buf;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(FILE *param_1,undefined4 *param_2,int param_3,int param_4)
{
int iVar1;
char *pcVar2;
char *__format;
time_t local_b4;
undefined1 local_af;
undefined1 local_ae [9];
undefined1 local_a5;
char local_a4 ... |
8673_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | _M_extract<unsigned_long> | FUN_0020ff70 |
/* std::wistream& std::wistream::_M_extract<unsigned long>(unsigned long&) */
wistream * __thiscall std::wistream::_M_extract<unsigned_long>(wistream *this,ulong *param_1)
{
int *piVar1;
wistream *pwVar2;
undefined1 local_34 [19];
sentry local_21;
_Ios_Iostate local_20 [4];
__x86_get_pc_thunk_di();
... |
int * FUN_0020ff70(int *param_1,undefined4 param_2)
{
int *piVar1;
int iVar2;
undefined1 local_34 [19];
char local_21;
uint local_20 [4];
FUN_000559ee();
FUN_0020da70(&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 0x000559ee
ADD EDI,0x17f087
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 0x0020da70
ADD ESP,0x10
CMP byte ptr [EBP + -0x1d],0x0
JZ 0x0020fff3
MOV EAX,dword ptr [ESI]
MOV dword ptr [EBP + -0x1c],0x0
MOV E... | null | null | null | null | [(u'INT_ADD_-1203896064', u'CAST_-1203895668'), (u'LOAD_-1203765104', u'CALLIND_-1203765094'), (u'INT_ADD_-1203765088', u'CAST_-1203764631'), ('const-417', u'LOAD_-1203896100'), ('const-0', u'RETURN_-1203895984'), (u'INDIRECT_-1203764669', u'INT_OR_-1203896034'), ('tmp_820', u'COPY_-1203765059'), (u'INT_NOTEQUAL_-12037... | [(u'INT_ADD_-1203765088', u'CAST_-1203764638'), ('const-0', u'INT_NOTEQUAL_-1203765064'), (u'INT_ADD_-1203896056', u'INT_ADD_-1203896047'), (u'CAST_-1203895669', u'LOAD_-1203896061'), (u'LOAD_-1203765104', u'CALLIND_-1203765094'), ('tmp_1822', u'CALLIND_-1203765094'), ('tmp_1821', u'COPY_-1203765059'), (u'INT_OR_-12038... | null | null | 0020ff70 | x86 | O0 | (translation_unit "int * FUN_0020ff70(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_000559ee();\n FUN_0020da70(&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<unsigned long>(unsigned long&) */\n\nwistream * __thiscall std::wistream::_M_extract<unsigned_long>(wistream *this,ulong *param_1)\n\n{\n int *piVar1;\n wistream *pwVar2;\n undefined1 local_34 [19];\n sentry local_21;\n _Ios_Iostate local_20 [4];\n \n... | (translation_unit "int * FUN_0020ff70(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_000559ee();\n FUN_0020da70(&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_0020ff70(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_000559ee();\n FUN_0020da70(&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<unsigned long>(unsigned long&) */
type_1 * __thiscall std::type_1::_M_extract<unsigned_long>(type_1 *var_3,ulong *param_1)
{
int *var_5;
type_1 *var_4;
type_2 local_34 [19];
type_3 var_2;
type_4 local_20 [4];
var_1();
sentry::type_3(&var_2,var_3,false);
... | 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_000559ee();
FUN_0020da70(&local_21,param_1,0);
if (local_21 != '\0') {
local_20[0] = 0;
iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1;
piVar1 = *(in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.