file_name stringlengths 18 83 | original_function_name stringlengths 1 741 | stripped_function_name stringlengths 2 57 | decompiled_code_original stringlengths 34 256k ⌀ | decompiled_code_stripped stringlengths 36 215k ⌀ | assembly_code stringlengths 3 189k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 4.92M | pcode_edges_stripped stringlengths 11 4.86M | 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 345 5.19M ⌀ | S-Expression_decompiled_code_original stringlengths 339 6.03M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 345 5.19M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 176 802k ⌀ | S-Expression_decompiled_code_original_root stringlengths 353 5.35M ⌀ | Replace_function_name_and_variable_name stringlengths 39 248k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 244 1.12M ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 215k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6952_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | add_symbols_to_table | FUN_002ca110 |
/* DWARF original prototype: void add_symbols_to_table(Output_section_element_assignment * this,
Symbol_table * symtab) */
void __thiscall
gold::Output_section_element_assignment::add_symbols_to_table
(Output_section_element_assignment *this,Symbol_table *symtab)
{
Symbol_assignment::add_to_table(&thi... |
void FUN_002ca110(long param_1)
{
FUN_002d08c0(param_1 + 8);
return;
}
| ADD RDI,0x8
JMP 0x002d08c0 | null | null | null | null | [(u'PTRSUB_-1204575895', u'CALL_-1204575964'), ('const-8', u'PTRSUB_-1204575895'), ('tmp_34', u'PTRSUB_-1204575895'), ('const-0', u'RETURN_-1204575960'), ('tmp_35', u'CALL_-1204575964')] | [('tmp_61', u'INT_ADD_-1204575963'), (u'INT_ADD_-1204575963', u'CALL_-1204575964'), ('const-0', u'RETURN_-1204575960'), ('const-8', u'INT_ADD_-1204575963')] | null | null | 002ca110 | x64 | O2 | (translation_unit "void FUN_002ca110(long param_1)\n\n{\n FUN_002d08c0(param_1 + 8);\n return;\n}\n\n" (function_definition "void FUN_002ca110(long param_1)\n\n{\n FUN_002d08c0(param_1 + 8);\n return;\n}" primitive_type (function_declarator "FUN_002ca110(long param_1)" identifier (parameter_list "(long param_1)" ( ... | (translation_unit "/* DWARF original prototype: void add_symbols_to_table(Output_section_element_assignment * this,\n Symbol_table * symtab) */\n\nvoid __thiscall\ngold::Output_section_element_assignment::add_symbols_to_table\n (Output_section_element_assignment *this,Symbol_table *symtab)\n\n{\n Symbol_ass... | (translation_unit "void FUN_002ca110(long param_1)\n\n{\n FUN_002d08c0(param_1 + 8);\n return;\n}\n\n" (function_definition "void FUN_002ca110(long param_1)\n\n{\n FUN_002d08c0(param_1 + 8);\n return;\n}" primitive_type (function_declarator "FUN_002ca110(long param_1)" identifier (parameter_list "(long param_1)" ( ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_002ca110(long param_1)\n\n{\n FUN_002d08c0(param_1 + 8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002ca110(long param_1)" (identifier "FUN_002ca110") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long ... |
/* DWARF original prototype: void add_symbols_to_table(Output_section_element_assignment * this,
Symbol_table * symtab) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *symtab)
{
Symbol_assignment::var_1(&this->assignment_,symtab);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) argu... | null |
void MASKED(long param_1)
{
FUN_002d08c0(param_1 + 8);
return;
}
|
150_base64_and_base64_strip.c | strncmp | strncmp |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strncmp@@GLIBC_2.2.5 */
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(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_-1206927318')] | [('const-1', u'RETURN_-1206927318')] | null | null | 0010c020 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* s... | (translation_unit "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" ide... | (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 strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" (identifier "strncmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *... |
/* 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 */
/* strncmp@@GLIBC_2.2.5 */... | 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();
}
|
4836_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | add_local_section | FUN_00217cd0 |
/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_false,_64,_false> * this,
Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_local_section
(Output_da... |
void FUN_00217cd0(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_48 [48];
FUN_00201900(auStack_48);
FUN_00217660(param_1,in_R8,auStack_48);
return;
}
| PUSH R12
MOV R12,R8
MOV R8D,R9D
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x30
MOV RBX,RSP
PUSH 0x0
PUSH 0x1
MOV RDI,RBX
PUSH 0x0
PUSH 0x0
MOV R9,qword ptr [RSP + 0x70]
CALL 0x00201900
ADD RSP,0x20
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
CALL 0x00217660
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-0', u'CALL_-1203864284'), ('const--72', u'PTRSUB_-1203864126'), ('const--72', u'PTRSUB_-1203864125'), ('tmp_223', u'CALL_-1203864284'), ('tmp_224', u'CALL_-1203864284'), ('tmp_358', u'PTRSUB_-1203864125'), (u'PTRSUB_-1203864126', u'CALL_-1203864284'), ('const-0', u'CALL_-1203864284'), ('tmp_228', u'CALL_-12038... | [('tmp_324', u'PTRSUB_-1203864142'), ('const--72', u'PTRSUB_-1203864142'), (u'PTRSUB_-1203864143', u'CALL_-1203864284'), ('tmp_324', u'PTRSUB_-1203864143'), (u'PTRSUB_-1203864142', u'CALL_-1203864251'), ('tmp_325', u'CALL_-1203864251'), ('const-0', u'RETURN_-1203864211'), ('const--72', u'PTRSUB_-1203864143'), ('tmp_328... | null | null | 00217cd0 | x64 | O2 | (translation_unit "void FUN_00217cd0(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00201900(auStack_48);\n FUN_00217660(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00217cd0(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 ... | (translation_unit "/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_false,_64,_false> * this,\n Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,\n Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_64,_false>::add_local_secti... | (translation_unit "void FUN_00217cd0(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00201900(auStack_48);\n FUN_00217660(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00217cd0(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_st... | (function_definition "void FUN_00217cd0(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00201900(auStack_48);\n FUN_00217660(param_1,in_R8,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00217cd0(undefined8 param_1)" (identifier "FUN_00217cd0") (par... |
/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_false,_64,_false> * this,
Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,
Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_local_section
(Output_da... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declara... | null |
void MASKED(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_48 [48];
FUN_00201900(auStack_48);
FUN_00217660(param_1,in_R8,auStack_48);
return;
}
|
9625_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | d_exprlist | FUN_00324240 |
undefined8 d_exprlist(long param_1,char param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
long *plVar4;
long local_30 [2];
local_30[0] = 0;
plVar4 = local_30;
if (**(char **)(param_1 + 0x18) == param_2) {
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
uVar3 = d_make_c... |
undefined8 FUN_00324240(long param_1,char param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
long *plVar4;
long local_30 [2];
local_30[0] = 0;
plVar4 = local_30;
if (**(char **)(param_1 + 0x18) == param_2) {
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
uVar3 = FUN_00... | PUSH R13
MOV R13D,ESI
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x18
MOV RAX,qword ptr [RDI + 0x18]
MOV qword ptr [RSP + 0x8],0x0
LEA RBP,[RSP + 0x8]
CMP byte ptr [RAX],SIL
JNZ 0x00324298
JMP 0x003242e0
XOR ECX,ECX
MOV RDX,RAX
MOV ESI,0x2e
MOV RDI,RBX
CALL 0x00322f40
MOV qword ptr [RBP],RAX
TEST RAX,RAX
JZ 0x00324... | null | null | null | null | [(u'CALL_-1204993220', u'INDIRECT_-1204992914'), (u'PTRADD_-1204993055', u'STORE_-1204993104'), (u'CAST_-1204992791', u'STORE_-1204993104'), ('const-433', u'STORE_-1204993218'), ('const-433', u'LOAD_-1204993275'), (u'INT_ADD_-1204993229', u'CAST_-1204992827'), ('const-0', u'RETURN_-1204993047'), (u'STORE_-1204993217', ... | [(u'CALL_-1204993220', u'INDIRECT_-1204992914'), (u'PTRADD_-1204993055', u'STORE_-1204993104'), (u'CAST_-1204992791', u'STORE_-1204993104'), ('const-433', u'STORE_-1204993218'), ('const-433', u'LOAD_-1204993275'), (u'INT_ADD_-1204993229', u'CAST_-1204992827'), ('const-0', u'RETURN_-1204993047'), (u'STORE_-1204993217', ... | null | null | 00324240 | x64 | O2 | (translation_unit "undefined8 FUN_00324240(long param_1,char param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long *plVar4;\n long local_30 [2];\n \n local_30[0] = 0;\n plVar4 = local_30;\n if (**(char **)(param_1 + 0x18) == param_2) {\n *(char **)(param_1 + 0x18) = *(char **)(param_1 +... | (translation_unit "undefined8 d_exprlist(long param_1,char param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long *plVar4;\n long local_30 [2];\n \n local_30[0] = 0;\n plVar4 = local_30;\n if (**(char **)(param_1 + 0x18) == param_2) {\n *(char **)(param_1 + 0x18) = *(char **)(param_1 + 0... | (translation_unit "undefined8 FUN_00324240(long param_1,char param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long *plVar4;\n long local_30 [2];\n \n local_30[0] = 0;\n plVar4 = local_30;\n if (**(char **)(param_1 + 0x18) == param_2) {\n *(char **)(param_1 + 0x18) = *(char **)(param_1 +... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "undefined8 FUN_00324240(long param_1,char param_2)\n\n{\n undefined4 uVar1;\n long lVar2;\n undefined8 uVar3;\n long *plVar4;\n long local_30 [2];\n \n local_30[0] = 0;\n plVar4 = local_30;\n if (**(char **)(param_1 + 0x18) == param_2) {\n *(char **)(param_1 + 0x18) = *(char **)(param_... |
type_1 function_1(long var_1,char var_2)
{
type_2 uVar1;
long var_5;
type_1 uVar3;
long *plVar4;
long local_30 [2];
local_30[0] = 0;
plVar4 = local_30;
if (**(char **)(var_1 + 0x18) == var_2) {
*(char **)(var_1 + 0x18) = *(char **)(var_1 + 0x18) + 1;
uVar3 = var_3(var_1,0x2e,0,0);
retur... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_sta... | null |
undefined8 MASKED(long param_1,char param_2)
{
undefined4 uVar1;
long lVar2;
undefined8 uVar3;
long *plVar4;
long local_30 [2];
local_30[0] = 0;
plVar4 = local_30;
if (**(char **)(param_1 + 0x18) == param_2) {
*(char **)(param_1 + 0x18) = *(char **)(param_1 + 0x18) + 1;
uVar3 = FUN_00322f40... |
5371_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | write_symbol<64,_false> | FUN_00237f50 |
/* DWARF original name: write_symbol<64, false>
DWARF original prototype: void write_symbol<64,_false>(Binary_to_elf * this, string * name,
Stringpool * strtab, section_size_type value, Elf_WXword st_size, uint shndx, uchar * * ppout) */
void __thiscall
gold::Binary_to_elf::write_symbol<64,_false>
(Bi... |
void FUN_00237f50(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,
uint param_5,undefined2 param_6,long *param_7)
{
undefined4 *puVar1;
long lVar2;
undefined4 uVar3;
undefined4 *puVar4;
uVar3 = 0;
puVar1 = (undefined4 *)*param_7;
puVar4 = puVar1;
if (pa... | PUSH R13
XOR EAX,EAX
MOV R13,RCX
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
SUB RSP,0x18
CMP qword ptr [R12 + 0x8],0x0
MOV RBP,qword ptr [RSP + 0x40]
MOV RBX,qword ptr [RBP]
MOV RSI,RBX
JNZ 0x00237fb0
MOV dword ptr [RBX],EAX
MOV EAX,R8D
MOV qword ptr [RBX + 0x10],RAX
MOV qword ptr [RBX + 0x8],R13
CMP qword ptr [R12 + 0x8],... | null | null | null | null | [(u'INT_ZEXT_-1203994552', u'STORE_-1203994695'), ('tmp_504', u'STORE_-1203994688'), ('const-6', u'PTRADD_-1203994537'), ('const-8', u'PTRSUB_-1203994384'), (u'MULTIEQUAL_-1203994474', u'PTRADD_-1203994596'), (u'SUBPIECE_-1203994426', u'STORE_-1203994597'), (u'PTRADD_-1203994537', u'CAST_-1203994359'), ('const-433', u'... | [('const-433', u'STORE_-1203994597'), ('const-4', u'PTRADD_-1203994393'), ('const-433', u'LOAD_-1203994683'), ('const-433', u'STORE_-1203994705'), (u'INT_ZEXT_-1203994525', u'STORE_-1203994695'), ('const-1', u'PTRADD_-1203994383'), (u'INT_LEFT_-1203994612', u'STORE_-1203994589'), (u'CAST_-1203994402', u'STORE_-12039947... | null | null | 00237f50 | x64 | O2 | (translation_unit "void FUN_00237f50(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n uint param_5,undefined2 param_6,long *param_7)\n\n{\n undefined4 *puVar1;\n long lVar2;\n undefined4 uVar3;\n undefined4 *puVar4;\n \n uVar3 = 0;\n puVar1 = (undefined4 *)*param_7;... | (translation_unit "/* DWARF original name: write_symbol<64, false>\n DWARF original prototype: void write_symbol<64,_false>(Binary_to_elf * this, string * name,\n Stringpool * strtab, section_size_type value, Elf_WXword st_size, uint shndx, uchar * * ppout) */\n\nvoid __thiscall\ngold::Binary_to_elf::write_symbol<6... | (translation_unit "void FUN_00237f50(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n uint param_5,undefined2 param_6,long *param_7)\n\n{\n undefined4 *puVar1;\n long lVar2;\n undefined4 uVar3;\n undefined4 *puVar4;\n \n uVar3 = 0;\n puVar1 = (undefined4 *)*param_7;... | (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 "void FUN_00237f50(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,\n uint param_5,undefined2 param_6,long *param_7)\n\n{\n undefined4 *puVar1;\n long lVar2;\n undefined4 uVar3;\n undefined4 *puVar4;\n \n uVar3 = 0;\n puVar1 = (undefined4 *)*param... |
/* DWARF original name: write_symbol<64, false>
DWARF original prototype: void write_symbol<64,_false>(Binary_to_elf * this, string * name,
Stringpool * strtab, section_size_type value, Elf_WXword st_size, uint shndx, uchar * * ppout) */
void __thiscall
gold::Binary_to_elf::write_symbol<64,_false>
(Bi... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif... | null |
void MASKED(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4,
uint param_5,undefined2 param_6,long *param_7)
{
undefined4 *puVar1;
long lVar2;
undefined4 uVar3;
undefined4 *puVar4;
uVar3 = 0;
puVar1 = (undefined4 *)*param_7;
puVar4 = puVar1;
if (param_2[... |
4482_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | Output_reloc | FUN_00207010 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this,
Output_section * os, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address,
Addend addend, bool is_relative) */
void __thiscall
gold::Output_reloc<4,_true,_32,_false>::Output_reloc
(Output_reloc<... |
undefined1 [16] FUN_00207010(long param_1)
{
undefined1 auVar1 [16];
undefined4 in_stack_00000008;
byte in_stack_00000010;
undefined8 uStack_10;
auVar1._1_7_ = 0;
auVar1[0] = in_stack_00000010;
FUN_00203e30();
*(undefined4 *)(param_1 + 0x20) = in_stack_00000008;
auVar1._8_8_ = uStack_10;
retur... | PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOVZX EAX,byte ptr [RSP + 0x20]
PUSH RAX
CALL 0x00203e30
MOV EAX,dword ptr [RSP + 0x20]
MOV dword ptr [RBX + 0x20],EAX
POP RAX
POP RDX
POP RBX
RET | null | null | null | null | [('tmp_129', u'STORE_-1203802041'), ('tmp_128', u'CALL_-1203802053'), ('tmp_127', u'CALL_-1203802053'), ('const-433', u'STORE_-1203802041'), ('tmp_123', u'PTRSUB_-1203801931'), ('tmp_123', u'PTRSUB_-1203801923'), (u'PTRSUB_-1203801931', u'CALL_-1203802053'), ('tmp_125', u'CALL_-1203802053'), ('const-0', u'PTRSUB_-12038... | [('const-0', u'COPY_-1203802005'), (u'COPY_-1203802000', u'RETURN_-1203802013'), ('tmp_257', u'COPY_-1203801987'), ('tmp_178', u'INT_ADD_-1203802027'), ('const-32', u'INT_ADD_-1203802027'), (u'COPY_-1203801987', u'PIECE_-1203801930'), ('tmp_256', u'STORE_-1203802041'), ('const-433', u'STORE_-1203802041'), (u'PIECE_-120... | null | null | 00207010 | x64 | O2 | (translation_unit "undefined1 [16] FUN_00207010(long param_1)\n\n{\n undefined1 auVar1 [16];\n undefined4 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_00203e30();\n *(undefined4 *)(param_1 + 0x20) = in_stack_00000008;\n auV... | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this,\n Output_section * os, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address,\n Addend addend, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<4,_true,_32,_false>::Output_reloc\n... | (translation_unit "undefined1 [16] FUN_00207010(long param_1)\n\n{\n undefined1 auVar1 [16];\n undefined4 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_00203e30();\n *(undefined4 *)(param_1 + 0x20) = in_stack_00000008;\n auV... | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (type_descriptor (sized_type_specifier long TYPE)) )) ; (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ... | (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_00207010(long param_1)" (identifier "FUN_00207010") (( "(") (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "lo... |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this,
Output_section * os, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address,
Addend addend, bool is_relative) */
void __thiscall
gold::function_1<4,_true,_32,_false>::function_1
(function_1<4,_tru... | null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) type: (type_descriptor type: (sized_type_specifier type: (type_identifier)))) (MISSING ";") (compound_statement (declaration type: (type_identifier) decla... | null |
undefined1 [16] MASKED(long param_1)
{
undefined1 auVar1 [16];
undefined4 in_stack_00000008;
byte in_stack_00000010;
undefined8 uStack_10;
auVar1._1_7_ = 0;
auVar1[0] = in_stack_00000010;
FUN_00203e30();
*(undefined4 *)(param_1 + 0x20) = in_stack_00000008;
auVar1._8_8_ = uStack_10;
return auVa... |
599_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | GetMagicName | GetMagicName |
char * GetMagicName(MagicInfo *magic_info)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_GetMagicName_006d32b8)();
return pcVar1;
}
|
void GetMagicName(void)
{
(*(code *)PTR_GetMagicName_006d32b8)();
return;
}
| JMP qword ptr [0x006d32b8] | null | null | null | null | [(u'CALLIND_-1207189736', u'INDIRECT_-1207189674'), ('const-1', u'RETURN_-1207189733'), (u'INDIRECT_-1207189674', u'COPY_-1207189733'), (u'CALLIND_-1207189736', u'CAST_-1207189668'), (u'CAST_-1207189668', u'RETURN_-1207189733'), (u'CAST_-1207189669', u'CALLIND_-1207189736'), ('tmp_32', u'CAST_-1207189669')] | [(u'CAST_-1207189671', u'CALLIND_-1207189736'), (u'CALLIND_-1207189736', u'INDIRECT_-1207189676'), ('const-1', u'RETURN_-1207189733'), (u'INDIRECT_-1207189676', u'COPY_-1207189735'), ('tmp_22', u'CAST_-1207189671')] | null | null | 0014bf10 | x64 | O2 | (translation_unit "void GetMagicName(void)\n\n{\n (*(code *)PTR_GetMagicName_006d32b8)();\n return;\n}\n\n" (function_definition "void GetMagicName(void)\n\n{\n (*(code *)PTR_GetMagicName_006d32b8)();\n return;\n}" primitive_type (function_declarator "GetMagicName(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit "char * GetMagicName(MagicInfo *magic_info)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_GetMagicName_006d32b8)();\n return pcVar1;\n}\n\n" (function_definition "char * GetMagicName(MagicInfo *magic_info)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_GetMagicName_006d32b8... | (translation_unit "void GetMagicName(void)\n\n{\n (*(code *)PTR_GetMagicName_006d32b8)();\n return;\n}\n\n" (function_definition "void GetMagicName(void)\n\n{\n (*(code *)PTR_GetMagicName_006d32b8)();\n return;\n}" primitive_type (function_declarator "GetMagicName(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void GetMagicName(void)\n\n{\n (*(code *)PTR_GetMagicName_006d32b8)();\n return;\n}" (primitive_type "void") (function_declarator "GetMagicName(void)" (identifier "GetMagicName") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
char * function_1(type_1 *magic_info)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_GetMagicName_006d32b8)();
return pcVar1;
}
| 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_006d32b8)();
return;
}
|
2316_sqlite3_and_sqlite3_strip.c | sessionConflictHandler | FUN_001e48c0 |
int sessionConflictHandler
(int eType,SessionApplyCtx *p,sqlite3_changeset_iter *pIter,
_func_int_void_ptr_int_sqlite3_changeset_iter_ptr *xConflict,void *pCtx,int *pbReplace
)
{
SessionBuffer *p_00;
int iVar1;
u8 *aBlob;
int iVar2;
int iVar3;
size_t sVar4;
sqli... |
ulong FUN_001e48c0(int param_1,long param_2,long param_3,code *param_4,undefined8 param_5,
undefined4 *param_6)
{
long lVar1;
int iVar2;
char *__s;
int iVar3;
ulong uVar4;
size_t sVar5;
undefined8 uVar6;
long lVar7;
long in_FS_OFFSET;
uint local_48;
uint local_44;
long local_... | PUSH R15
MOV R15,R8
PUSH R14
MOV R14,RCX
PUSH R13
MOV R13,R9
PUSH R12
MOV R12D,EDI
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RSI
SUB RSP,0x28
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x18],RAX
XOR EAX,EAX
TEST R9,R9
JZ 0x001e4990
MOV RDX,qword ptr [RSI + 0x20]
MOV RSI,qword ptr [RSI + 0x38]
MOV RDI,RBP
CALL 0x001e4... | null | null | null | null | [('const-21', u'COPY_-1207873533'), (u'INDIRECT_-1207873352', u'MULTIEQUAL_-1207873411'), (u'INT_NOTEQUAL_-1207874536', u'CBRANCH_-1207874536'), (u'PTRSUB_-1207872905', u'LOAD_-1207874527'), ('const-0', u'PTRSUB_-1207872828'), ('const-0', u'INT_EQUAL_-1207875279'), (u'COPY_-1207873662', u'MULTIEQUAL_-1207873622'), ('tm... | [('const-1', u'STORE_-1207874511'), (u'MULTIEQUAL_-1207873410', u'INT_NOTEQUAL_-1207875036'), ('const-433', u'LOAD_-1207874738'), (u'SUBPIECE_-1207873526', u'INT_SLESS_-1207874456'), (u'INT_SEXT_-1207874158', u'INT_ADD_-1207874114'), ('const-0', u'COPY_-1207873725'), (u'INT_NOTEQUAL_-1207874536', u'CBRANCH_-1207874536'... | null | null | 001e48c0 | x64 | O2 | (translation_unit "ulong FUN_001e48c0(int param_1,long param_2,long param_3,code *param_4,undefined8 param_5,\n undefined4 *param_6)\n\n{\n long lVar1;\n int iVar2;\n char *__s;\n int iVar3;\n ulong uVar4;\n size_t sVar5;\n undefined8 uVar6;\n long lVar7;\n long in_FS_OFFSET;\n uint local_48;... | (translation_unit "int sessionConflictHandler\n (int eType,SessionApplyCtx *p,sqlite3_changeset_iter *pIter,\n _func_int_void_ptr_int_sqlite3_changeset_iter_ptr *xConflict,void *pCtx,int *pbReplace\n )\n\n{\n SessionBuffer *p_00;\n int iVar1;\n u8 *aBlob;\n int iVar2;\n int i... | (translation_unit "ulong FUN_001e48c0(int param_1,long param_2,long param_3,code *param_4,undefined8 param_5,\n undefined4 *param_6)\n\n{\n long lVar1;\n int iVar2;\n char *__s;\n int iVar3;\n ulong uVar4;\n size_t sVar5;\n undefined8 uVar6;\n long lVar7;\n long in_FS_OFFSET;\n uint local_48;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_dec... | (function_definition "ulong FUN_001e48c0(int param_1,long param_2,long param_3,code *param_4,undefined8 param_5,\n undefined4 *param_6)\n\n{\n long lVar1;\n int iVar2;\n char *__s;\n int iVar3;\n ulong uVar4;\n size_t sVar5;\n undefined8 uVar6;\n long lVar7;\n long in_FS_OFFSET;\n uint local_... |
int function_1
(int var_3,type_1 *p,type_2 *pIter,
type_3 *xConflict,void *pCtx,int *var_2
)
{
type_4 *p_00;
int var_13;
type_5 *aBlob;
int var_5;
int var_6;
size_t sVar4;
type_6 *pVal;
long var_14;
long var_1;
int var_9;
int rc;
long var_16;
var_... | 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: (sized_type_specifier) declarator: (identifier)) (parameter_declaratio... | null |
ulong MASKED(int param_1,long param_2,long param_3,code *param_4,undefined8 param_5,
undefined4 *param_6)
{
long lVar1;
int iVar2;
char *__s;
int iVar3;
ulong uVar4;
size_t sVar5;
undefined8 uVar6;
long lVar7;
long in_FS_OFFSET;
uint local_48;
uint local_44;
long local_40;
... |
217_powerpc64-linux-gnu-objdump_and_powerpc64-linux-gnu-objdump_strip.c | get_encoded_value | FUN_00110520 |
/* DWARF original prototype: dwarf_vma get_encoded_value(uchar * * pdata, int encoding,
dwarf_section * section, uchar * end, dwarf_section * section) */
dwarf_vma get_encoded_value(uchar **pdata,int encoding,dwarf_section *section,uchar *end,
dwarf_section *section_1)
{
uchar *field;... |
long FUN_00110520(ulong *param_1,uint param_2,long *param_3,long *param_4,ulong param_5)
{
ulong uVar1;
uint uVar2;
long lVar3;
undefined8 uVar4;
uint uVar5;
char *pcVar6;
uVar2 = (param_2 & 7) - 2;
uVar1 = *param_1;
uVar5 = DAT_00159de4;
if (uVar2 < 3) {
uVar5 = *(uint *)(&DAT_00144eb0 + (... | PUSH R15
MOV EAX,ESI
MOV R15,RDX
PUSH R14
AND EAX,0x7
MOV R14,R8
PUSH R13
SUB EAX,0x2
MOV R13,RDI
PUSH R12
MOV R12D,ESI
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV RDX,qword ptr [RDI]
MOV EBX,dword ptr [0x00159de4]
CMP EAX,0x2
JA 0x0011055a
LEA RSI,[0x144eb0]
MOV EBX,dword ptr [RSI + RAX*0x4]
MOV EBP,EBX
ADD RBP,RDX
CMP RBP,R14... | null | null | null | null | [(u'LOAD_-1207040646', u'CALL_-1207040267'), (u'INT_ZEXT_-1207040080', u'PTRADD_-1207040530'), (u'CALLIND_-1207040478', u'CAST_-1207039724'), (u'CALL_-1207040130', u'INDIRECT_-1207039683'), (u'MULTIEQUAL_-1207040008', u'PTRADD_-1207039701'), (u'COPY_-1207040180', u'MULTIEQUAL_-1207039904'), (u'PTRADD_-1207040530', u'ST... | [(u'COPY_-1207040159', u'MULTIEQUAL_-1207039905'), (u'LOAD_-1207040646', u'CALL_-1207040267'), (u'LOAD_-1207040427', u'INT_SUB_-1207040408'), (u'LOAD_-1207040646', u'INT_ADD_-1207040576'), (u'INDIRECT_-1207039657', u'COPY_-1207039700'), ('const-0', u'CALL_-1207040287'), (u'CALL_-1207040267', u'INDIRECT_-1207039719'), (... | null | null | 00110520 | x64 | O2 | (translation_unit "long FUN_00110520(ulong *param_1,uint param_2,long *param_3,long *param_4,ulong param_5)\n\n{\n ulong uVar1;\n uint uVar2;\n long lVar3;\n undefined8 uVar4;\n uint uVar5;\n char *pcVar6;\n \n uVar2 = (param_2 & 7) - 2;\n uVar1 = *param_1;\n uVar5 = DAT_00159de4;\n if (uVar2 < 3) {\n uVa... | (translation_unit "/* DWARF original prototype: dwarf_vma get_encoded_value(uchar * * pdata, int encoding,\n dwarf_section * section, uchar * end, dwarf_section * section) */\n\ndwarf_vma get_encoded_value(uchar **pdata,int encoding,dwarf_section *section,uchar *end,\n dwarf_section *section... | (translation_unit "long FUN_00110520(ulong *param_1,uint param_2,long *param_3,long *param_4,ulong param_5)\n\n{\n ulong uVar1;\n uint uVar2;\n long lVar3;\n undefined8 uVar4;\n uint uVar5;\n char *pcVar6;\n \n uVar2 = (param_2 & 7) - 2;\n uVar1 = *param_1;\n uVar5 = DAT_00159de4;\n if (uVar2 < 3) {\n uVa... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (size... | (function_definition "long FUN_00110520(ulong *param_1,uint param_2,long *param_3,long *param_4,ulong param_5)\n\n{\n ulong uVar1;\n uint uVar2;\n long lVar3;\n undefined8 uVar4;\n uint uVar5;\n char *pcVar6;\n \n uVar2 = (param_2 & 7) - 2;\n uVar1 = *param_1;\n uVar5 = DAT_00159de4;\n if (uVar2 < 3) {\n ... |
/* DWARF original prototype: dwarf_vma get_encoded_value(uchar * * pdata, int encoding,
dwarf_section * section, uchar * end, dwarf_section * section) */
type_1 function_1(type_2 **pdata,int var_1,type_3 *section,type_2 *end,
type_3 *var_6)
{
type_2 *var_4;
type_4 var_2;
type_2 *v... | 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))) (parameter_declaration type: (type_identifier) declarator: (... | null |
long MASKED(ulong *param_1,uint param_2,long *param_3,long *param_4,ulong param_5)
{
ulong uVar1;
uint uVar2;
long lVar3;
undefined8 uVar4;
uint uVar5;
char *pcVar6;
uVar2 = (param_2 & 7) - 2;
uVar1 = *param_1;
uVar5 = DAT_00159de4;
if (uVar2 < 3) {
uVar5 = *(uint *)(&DAT_00144eb0 + (ulong)... |
4933_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | add_target_specific | FUN_0021bec0 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_true,_32,_true> * this,
uint type, void * arg, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_target_specific
(Output_da... |
void FUN_0021bec0(long param_1,undefined8 param_2,undefined8 param_3,long param_4)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
FUN_00204010(&local_38);
puVar1 = *(undefined8 **)(param_1 + 0x50);
... | PUSH R12
PUSH RBP
MOV RBP,RCX
PUSH RBX
MOV RBX,RDI
SUB RSP,0x20
MOV R12,RSP
MOV RDI,R12
CALL 0x00204010
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x0021bf70
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x20
MOVUPS xmmword ptr [RSI + -0x20],XMM0
MOVDQA XMM1,xmmword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RS... | null | null | null | null | [(u'PTRSUB_-1203846815', u'PTRSUB_-1203846791'), ('const-8', u'PTRSUB_-1203846792'), ('const-0', u'PTRSUB_-1203846777'), (u'LOAD_-1203847182', u'INT_ADD_-1203847140'), (u'PTRSUB_-1203846691', u'PTRSUB_-1203846670'), (u'CALL_-1203847019', u'INDIRECT_-1203846745'), ('const-32', u'PTRSUB_-1203846727'), (u'INT_OR_-12038472... | [(u'CAST_-1203846778', u'STORE_-1203847269'), (u'CAST_-1203846699', u'STORE_-1203847076'), ('const-56', u'INT_ADD_-1203847069'), ('const-433', u'LOAD_-1203847351'), ('const-0', u'SUBPIECE_-1203846890'), ('tmp_721', u'BRANCH_-1203847062'), ('const-433', u'LOAD_-1203847182'), (u'MULTIEQUAL_-1203846852', u'INT_NOTEQUAL_-1... | null | null | 0021bec0 | x64 | O2 | (translation_unit "void FUN_0021bec0(long param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n FUN_00204010(&local_38);\n puVar1 = *(un... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_true,_32,_true> * this,\n uint type, void * arg, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_target_specif... | (translation_unit "void FUN_0021bec0(long param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n FUN_00204010(&local_38);\n puVar1 = *(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration ... | (function_definition "void FUN_0021bec0(long param_1,undefined8 param_2,undefined8 param_3,long param_4)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n FUN_00204010(&local_38);\n puVar1 = *... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_true,_32,_true> * this,
uint type, void * arg, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_target_specific
(Output_da... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,long param_4)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
FUN_00204010(&local_38);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (p... |
1532_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | ~Struct_no_fix_cortex_a53_843419 | FUN_00161c10 |
/* DWARF original prototype: void ~Struct_no_fix_cortex_a53_843419(Struct_no_fix_cortex_a53_843419 *
this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_fix_cortex_a53_843419::~Struct_no_fix_cortex_a53_843419
(Struct_no_fix_cortex_a53_843419 *this,int __in_chrg)
{
pointer pcVar1;
... |
void FUN_00161c10(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0049d5e8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a50((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x49d5e8]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00161c30
MOV RDI,RDX
JMP 0x00338a50
RET | null | null | null | null | [('const-0', u'PTRSUB_-1207362418'), ('tmp_68', u'PTRSUB_-1207362418'), (u'LOAD_-1207362533', u'CALL_-1207362491'), ('const-0', u'PTRSUB_-1207362423'), ('const-0', u'PTRSUB_-1207362427'), ('const-8', u'PTRSUB_-1207362428'), (u'PTRSUB_-1207362428', u'PTRSUB_-1207362427'), ('const-8', u'PTRSUB_-1207362418'), (u'LOAD_-120... | [('const-433', u'STORE_-1207362525'), ('tmp_109', u'STORE_-1207362525'), ('const-3', u'PTRADD_-1207362422'), ('const-4838888', u'PTRSUB_-1207362426'), ('tmp_109', u'PTRADD_-1207362430'), (u'CAST_-1207362429', u'CALL_-1207362491'), ('const-433', u'LOAD_-1207362533'), ('const-8', u'PTRADD_-1207362430'), (u'PTRADD_-120736... | null | null | 00161c10 | x64 | O2 | (translation_unit "void FUN_00161c10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049d5e8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00161c10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_no_fix_cortex_a53_843419(Struct_no_fix_cortex_a53_843419 *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_fix_cortex_a53_843419::~Struct_no_fix_cortex_a53_843419\n (Struct_no_fix_cortex_a53_843419 *this,int __in_chrg... | (translation_unit "void FUN_00161c10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049d5e8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00161c10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (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_00161c10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049d5e8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a50((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00161c10(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_fix_cortex_a53_843419(Struct_no_fix_cortex_a53_843419 *
this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->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 |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0049d5e8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a50((undefined8 *)param_1[1]);
return;
}
return;
}
|
38_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c | deflate | deflate |
void deflate(void)
{
(*(code *)PTR_deflate_001da140)();
return;
}
|
void deflate(void)
{
(*(code *)PTR_deflate_001da140)();
return;
}
| JMP qword ptr [0x001da140] | null | null | null | null | [(u'CALLIND_-1206943096', u'INDIRECT_-1206943036'), (u'INDIRECT_-1206943036', u'COPY_-1206943095'), (u'CAST_-1206943031', u'CALLIND_-1206943096'), ('tmp_22', u'CAST_-1206943031'), ('const-0', u'RETURN_-1206943093')] | [(u'CALLIND_-1206943096', u'INDIRECT_-1206943036'), (u'INDIRECT_-1206943036', u'COPY_-1206943095'), (u'CAST_-1206943031', u'CALLIND_-1206943096'), ('tmp_22', u'CAST_-1206943031'), ('const-0', u'RETURN_-1206943093')] | null | null | 00108280 | x64 | O2 | (translation_unit "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}\n\n" (function_definition "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}" primitive_type (function_declarator "deflate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}\n\n" (function_definition "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}" primitive_type (function_declarator "deflate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}\n\n" (function_definition "void deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}" primitive_type (function_declarator "deflate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (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 deflate(void)\n\n{\n (*(code *)PTR_deflate_001da140)();\n return;\n}" (primitive_type "void") (function_declarator "deflate(void)" (identifier "deflate") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR... |
void function_1(void)
{
(*(type_1 *)PTR_deflate_001da140)();
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_001da140)();
return;
}
|
166_basename_and_basename_strip.c | fseeko | fseeko |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fseeko@@GLIBC_2.2.... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fseeko(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206931110')] | [('const-1', u'RETURN_-1206931110')] | null | null | 0010b150 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata()... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fseeko(FILE *__stream,__off_t ... | (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 (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fseeko(FILE *__stream,__off_t __off,int __whence)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fseeko(FILE *__stream,__off_t __off,int __whence)" (identifier "fseeko") (parameter_list "(FILE *__stream,__off_t __off,int __whence)" (( "(") (param... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,type_2 __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fseeko@@GLIBC... | 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: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,__off_t __off,int __whence)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
155_i686-linux-gnu-size_and_i686-linux-gnu-size_strip.c | memset | memset |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memset@@GLIBC_2.2.5 */
hal... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206935294')] | [('const-1', u'RETURN_-1206935294')] | null | null | 0010a0f8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* mem... | (translation_unit "void * memset(void *__s,int __c,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* memset(void *__s,int __c,size_t __n)" * (function... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s,int __c,size_t __n)" (* "*") (function_declarator "memset(void *__s,int __c,size_t __n)" (identifier "memset") (parameter_list "(void *__s,i... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memset@@GLIBC_2.2.5 */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__s,int __c,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
338_s390x-linux-gnu-objdump_and_s390x-linux-gnu-objdump_strip.c | tg_start_block | FUN_00129640 |
bfd_boolean tg_start_block(void *p,bfd_vma addr)
{
pr_handle *info_00;
undefined8 uVar1;
undefined8 uVar2;
long lVar3;
bfd_boolean bVar4;
char *pcVar5;
char *__ptr;
pr_handle *info;
FILE *pFVar6;
char cVar7;
char ab [22];
if (*(int *)((long)p + 0x18) < 1) {
return 1;
}
*(undefined4 ... |
undefined8 FUN_00129640(undefined8 *param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
undefined8 uVar3;
long lVar4;
int iVar5;
long lVar6;
char *__ptr;
FILE *pFVar7;
char cVar8;
char acStack_48 [32];
if (*(int *)(param_1 + 3) < 1) {
return 1;
}
*(undefined4 *)(param_... | MOV EDX,dword ptr [RDI + 0x18]
MOV EAX,0x1
TEST EDX,EDX
JG 0x00129650
RET
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RSI
LEA RSI,[0x1459ef]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x20
MOV RAX,qword ptr [RDI + 0x10]
MOV dword ptr [RDI + 0x18],0x0
MOV RCX,qword ptr [RDI + 0x20]
MOV RDI,qword ptr [RDI]
MOV R12,RSP
MOV RDX,qword pt... | null | null | null | null | [('const-433', u'LOAD_-1207068995'), (u'CAST_-1207067894', u'INT_ADD_-1207069101'), ('tmp_2421', u'PTRSUB_-1207067866'), ('tmp_997', u'CBRANCH_-1207068284'), (u'COPY_-1207067652', u'COPY_-1207067642'), (u'PTRSUB_-1207067867', u'CALL_-1207068912'), (u'CALL_-1207068299', u'INT_EQUAL_-1207068285'), ('const-0', u'INT_NOTEQ... | [(u'INDIRECT_-1207067816', u'MULTIEQUAL_-1207067803'), (u'CAST_-1207067843', u'STORE_-1207069019'), ('const-0', u'PTRSUB_-1207067716'), (u'CALL_-1207068290', u'MULTIEQUAL_-1207067465'), (u'PTRADD_-1207067830', u'LOAD_-1207068968'), (u'LOAD_-1207068654', u'CAST_-1207067617'), (u'PTRADD_-1207067791', u'LOAD_-1207068903')... | null | null | 00129640 | x64 | O2 | (translation_unit "undefined8 FUN_00129640(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n int iVar5;\n long lVar6;\n char *__ptr;\n FILE *pFVar7;\n char cVar8;\n char acStack_48 [32];\n \n if (*(int *)(param_1 + 3) < 1) {\n retur... | (translation_unit "bfd_boolean tg_start_block(void *p,bfd_vma addr)\n\n{\n pr_handle *info_00;\n undefined8 uVar1;\n undefined8 uVar2;\n long lVar3;\n bfd_boolean bVar4;\n char *pcVar5;\n char *__ptr;\n pr_handle *info;\n FILE *pFVar6;\n char cVar7;\n char ab [22];\n \n if (*(int *)((long)p + 0x18) < 1) {\... | (translation_unit "undefined8 FUN_00129640(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n int iVar5;\n long lVar6;\n char *__ptr;\n FILE *pFVar7;\n char cVar8;\n char acStack_48 [32];\n \n if (*(int *)(param_1 + 3) < 1) {\n retur... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "undefined8 FUN_00129640(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n long lVar4;\n int iVar5;\n long lVar6;\n char *__ptr;\n FILE *pFVar7;\n char cVar8;\n char acStack_48 [32];\n \n if (*(int *)(param_1 + 3) < 1) {\n re... |
type_1 function_1(void *p,type_2 addr)
{
type_3 *info_00;
type_4 uVar1;
type_4 uVar2;
long var_13;
type_1 var_10;
char *var_12;
char *var_8;
type_3 *info;
type_5 *pFVar6;
char cVar7;
char ab [22];
if (*(int *)((long)p + 0x18) < 1) {
return 1;
}
*(type_6 *)((long)p + 0x18) = 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))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
undefined8 MASKED(undefined8 *param_1,undefined8 param_2)
{
undefined8 *puVar1;
undefined8 uVar2;
undefined8 uVar3;
long lVar4;
int iVar5;
long lVar6;
char *__ptr;
FILE *pFVar7;
char cVar8;
char acStack_48 [32];
if (*(int *)(param_1 + 3) < 1) {
return 1;
}
*(undefined4 *)(param_1 + 3)... |
23_chgrp_and_chgrp_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_001100b8)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_001100b8)();
return;
}
| JMP qword ptr [0x001100b8] | null | null | null | null | [(u'CAST_-1206967879', u'CALLIND_-1206967944'), (u'CALLIND_-1206967944', u'INDIRECT_-1206967884'), ('const-0', u'RETURN_-1206967941'), ('tmp_22', u'CAST_-1206967879'), (u'INDIRECT_-1206967884', u'COPY_-1206967943')] | [(u'CAST_-1206967879', u'CALLIND_-1206967944'), (u'CALLIND_-1206967944', u'INDIRECT_-1206967884'), ('const-0', u'RETURN_-1206967941'), ('tmp_22', u'CAST_-1206967879'), (u'INDIRECT_-1206967884', u'COPY_-1206967943')] | null | null | 00102170 | x64 | O2 | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_001100b8)();\n return;\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\... |
void function_1(void)
{
(*(type_1 *)PTR_getopt_long_001100b8)();
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_001100b8)();
return;
}
|
426_sparc64-linux-gnu-strip_and_sparc64-linux-gnu-strip_strip.c | bfd_malloc_and_get_section | bfd_malloc_and_get_section |
/* WARNING: Control flow encountered bad instruction data */
void bfd_malloc_and_get_section(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_malloc_and_get_section(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207054118')] | [('const-1', u'RETURN_-1207054118')] | null | null | 0012d0d0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_malloc_and_get_section(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_malloc_and_get_section(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_malloc_and_get_section(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_malloc_and_get_section(void)\n\n{\n ... | (translation_unit "void bfd_malloc_and_get_section(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_malloc_and_get_section(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_malloc_and_get_section(void)" identifier (parameter_list "... | (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_malloc_and_get_section(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_malloc_and_get_section(void)" (identifier "bfd_malloc_and_get_section") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
4050_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_section_addralign | FUN_0022e300 |
/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_true> * this, uint
shndx) */
uint64_t __thiscall
gold::Sized_relobj_file<32,_true>::do_section_addralign
(Sized_relobj_file<32,_true> *this,uint shndx)
{
Elf_WXword EVar1;
EVar1 = elfcpp::Elf_file<32,_true,_gold::Obj... |
undefined4 FUN_0022e300(long param_1)
{
undefined4 uVar1;
uVar1 = FUN_0022e240(param_1 + 0xf8);
return uVar1;
}
| SUB RSP,0x8
ADD RDI,0xf8
CALL 0x0022e240
ADD RSP,0x8
MOV EAX,EAX
RET | null | null | null | null | [(u'INT_ZEXT_-1203903663', u'COPY_-1203903692'), ('tmp_104', u'PTRSUB_-1203903615'), (u'COPY_-1203903692', u'RETURN_-1203903678'), ('const-0', u'RETURN_-1203903678'), (u'CALL_-1203903706', u'INT_ZEXT_-1203903663'), ('const-248', u'PTRSUB_-1203903615'), (u'PTRSUB_-1203903615', u'CALL_-1203903706'), ('tmp_105', u'CALL_-1... | [('const-248', u'INT_ADD_-1203903710'), (u'CALL_-1203903706', u'COPY_-1203903666'), ('tmp_146', u'INT_ADD_-1203903710'), (u'INT_ADD_-1203903710', u'CALL_-1203903706'), ('const-0', u'RETURN_-1203903678'), (u'COPY_-1203903666', u'RETURN_-1203903678')] | null | null | 0022e300 | x64 | O2 | (translation_unit "undefined4 FUN_0022e300(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022e240(param_1 + 0xf8);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_0022e300(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022e240(param_1 + 0xf8);\n return uVar1;\n}" type_identifier... | (translation_unit "/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_true> * this, uint\n shndx) */\n\nuint64_t __thiscall\ngold::Sized_relobj_file<32,_true>::do_section_addralign\n (Sized_relobj_file<32,_true> *this,uint shndx)\n\n{\n Elf_WXword EVar1;\n \n EVar1 = elfcpp::... | (translation_unit "undefined4 FUN_0022e300(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022e240(param_1 + 0xf8);\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_0022e300(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022e240(param_1 + 0xf8);\n return uVar1;\n}" type_identifier... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + ... | (function_definition "undefined4 FUN_0022e300(long param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_0022e240(param_1 + 0xf8);\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_0022e300(long param_1)" (identifier "FUN_0022e300") (parameter_list "(long param_1)" (( "(") (parameter_declara... |
/* DWARF original prototype: uint64_t do_section_addralign(Sized_relobj_file<32,_true> * this, uint
shndx) */
uint64_t __thiscall
gold::Sized_relobj_file<32,_true>::do_section_addralign
(Sized_relobj_file<32,_true> *this,uint shndx)
{
Elf_WXword EVar1;
EVar1 = elfcpp::Elf_file<32,_true,_gold::Obj... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (e... | null |
undefined4 MASKED(long param_1)
{
undefined4 uVar1;
uVar1 = FUN_0022e240(param_1 + 0xf8);
return uVar1;
}
|
208_hppa64-linux-gnu-readelf_and_hppa64-linux-gnu-readelf_strip.c | unw_print_brmask | FUN_0013b580 |
void unw_print_brmask(char *cp,uint mask)
{
bool bVar1;
int iVar2;
char *pcVar3;
if (mask != 0) {
iVar2 = 0;
bVar1 = false;
pcVar3 = cp;
do {
cp = pcVar3;
if ((mask & 1) != 0) {
if (bVar1) {
*pcVar3 = ',';
pcVar3 = pcVar3 + 1;
}
*pcVar... |
void FUN_0013b580(undefined1 *param_1,uint param_2)
{
bool bVar1;
int iVar2;
undefined1 *puVar3;
if (param_2 != 0) {
iVar2 = 0;
bVar1 = false;
puVar3 = param_1;
do {
param_1 = puVar3;
if ((param_2 & 1) != 0) {
if (bVar1) {
*puVar3 = 0x2c;
puVar3 = puV... | TEST ESI,ESI
JZ 0x0013b5c2
XOR EAX,EAX
XOR ECX,ECX
JMP 0x0013b595
CMP EAX,0x4
JG 0x0013b5c2
TEST SIL,0x1
JZ 0x0013b5bb
MOV RDX,RDI
TEST ECX,ECX
JZ 0x0013b5a9
MOV byte ptr [RDI],0x2c
ADD RDX,0x1
MOV byte ptr [RDX],0x62
LEA ECX,[RAX + 0x31]
LEA RDI,[RDX + 0x2]
MOV byte ptr [RDX + 0x1],CL
MOV ECX,0x1
ADD EAX,0x1
SHR ESI,0... | null | null | null | null | [('tmp_308', u'MULTIEQUAL_-1207126286'), ('const-433', u'STORE_-1207126566'), ('tmp_307', u'MULTIEQUAL_-1207126292'), ('const-0', u'COPY_-1207126363'), ('tmp_252', u'CBRANCH_-1207126491'), (u'INT_ADD_-1207126502', u'MULTIEQUAL_-1207126302'), ('const-1', u'PTRADD_-1207126476'), (u'MULTIEQUAL_-1207126286', u'INT_RIGHT_-1... | [('tmp_252', u'CBRANCH_-1207126491'), ('const-433', u'STORE_-1207126530'), (u'MULTIEQUAL_-1207126252', u'MULTIEQUAL_-1207126292'), ('const-0', u'SUBPIECE_-1207126264'), (u'INT_ADD_-1207126502', u'INT_SLESS_-1207126510'), (u'MULTIEQUAL_-1207126292', u'CBRANCH_-1207126568'), ('tmp_695', u'MULTIEQUAL_-1207126293'), ('cons... | null | null | 0013b580 | x64 | O2 | (translation_unit "void FUN_0013b580(undefined1 *param_1,uint param_2)\n\n{\n bool bVar1;\n int iVar2;\n undefined1 *puVar3;\n \n if (param_2 != 0) {\n iVar2 = 0;\n bVar1 = false;\n puVar3 = param_1;\n do {\n param_1 = puVar3;\n if ((param_2 & 1) != 0) {\n if (bVar1) {\n *puVa... | (translation_unit "void unw_print_brmask(char *cp,uint mask)\n\n{\n bool bVar1;\n int iVar2;\n char *pcVar3;\n \n if (mask != 0) {\n iVar2 = 0;\n bVar1 = false;\n pcVar3 = cp;\n do {\n cp = pcVar3;\n if ((mask & 1) != 0) {\n if (bVar1) {\n *pcVar3 = ',';\n pcVar3 = pc... | (translation_unit "void FUN_0013b580(undefined1 *param_1,uint param_2)\n\n{\n bool bVar1;\n int iVar2;\n undefined1 *puVar3;\n \n if (param_2 != 0) {\n iVar2 = 0;\n bVar1 = false;\n puVar3 = param_1;\n do {\n param_1 = puVar3;\n if ((param_2 & 1) != 0) {\n if (bVar1) {\n *puVa... | (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 (pointer_declarator * IDENT) ;) (if_st... | (function_definition "void FUN_0013b580(undefined1 *param_1,uint param_2)\n\n{\n bool bVar1;\n int iVar2;\n undefined1 *puVar3;\n \n if (param_2 != 0) {\n iVar2 = 0;\n bVar1 = false;\n puVar3 = param_1;\n do {\n param_1 = puVar3;\n if ((param_2 & 1) != 0) {\n if (bVar1) {\n *p... |
void function_1(char *cp,type_1 var_1)
{
bool bVar1;
int var_3;
char *var_2;
if (var_1 != 0) {
var_3 = 0;
bVar1 = false;
var_2 = cp;
do {
cp = var_2;
if ((var_1 & 1) != 0) {
if (bVar1) {
*var_2 = ',';
var_2 = var_2 + 1;
}
*var_2 = 'b';... | 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(undefined1 *param_1,uint param_2)
{
bool bVar1;
int iVar2;
undefined1 *puVar3;
if (param_2 != 0) {
iVar2 = 0;
bVar1 = false;
puVar3 = param_1;
do {
param_1 = puVar3;
if ((param_2 & 1) != 0) {
if (bVar1) {
*puVar3 = 0x2c;
puVar3 = puVar3 + ... |
185_join_and_join_strip.c | __stack_chk_fail | __stack_chk_fail |
/* WARNING: Control flow encountered bad instruction data */
void __stack_chk_fail(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __stack_chk_fail@@GLIBC_2.4 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __stack_chk_fail(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206918998')] | [('const-1', u'RETURN_-1206918998')] | null | null | 0010e0a0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __stack_chk_fail(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __stack_chk_fail(void)\n\n{\n /* WARNING... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __stack_chk_fail(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __stack_chk_fail@@GLIBC_2.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __st... | (translation_unit "void __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__stack_chk_fail(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 __stack_chk_fail(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__stack_chk_fail(void)" (identifier "__stack_chk_fail") (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 */
/* __stack_chk_fail@@GLIBC_2.4 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
134_hppa-linux-gnu-objcopy_and_hppa-linux-gnu-objcopy_strip.c | bfd_openr_next_archived_file | bfd_openr_next_archived_file |
void bfd_openr_next_archived_file(void)
{
(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();
return;
}
|
void bfd_openr_next_archived_file(void)
{
(*(code *)PTR_bfd_openr_next_archived_file_0012b430)();
return;
}
| JMP qword ptr [0x0012b430] | null | null | null | null | [(u'CALLIND_-1206957976', u'INDIRECT_-1206957916'), (u'CAST_-1206957911', u'CALLIND_-1206957976'), ('tmp_22', u'CAST_-1206957911'), (u'INDIRECT_-1206957916', u'COPY_-1206957975'), ('const-0', u'RETURN_-1206957973')] | [(u'CALLIND_-1206957976', u'INDIRECT_-1206957916'), (u'CAST_-1206957911', u'CALLIND_-1206957976'), ('tmp_22', u'CAST_-1206957911'), (u'INDIRECT_-1206957916', u'COPY_-1206957975'), ('const-0', u'RETURN_-1206957973')] | null | null | 00104860 | x64 | O2 | (translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "... | (translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "... | (translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" primitive_type (function_declarator "... | (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_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0012b430)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declarati... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_openr_next_archived_file_0012b430)();
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_0012b430)();
return;
}
|
193_ls_and_ls_strip.c | format_user_width | FUN_0010a280 |
wchar_t format_user_width(uid_t u)
{
long lVar1;
wchar_t wVar2;
uint *puVar3;
uint *puVar4;
char *string;
uint uVar5;
uint uVar6;
long in_FS_OFFSET;
bool bVar7;
char buf [21];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if ((numeric_ids) || (string = getuser(u), string == (char *)0x0)) {
__... |
int FUN_0010a280(undefined4 param_1)
{
int iVar1;
uint *puVar2;
uint *puVar3;
long lVar4;
uint uVar5;
uint uVar6;
long in_FS_OFFSET;
bool bVar7;
uint local_38 [6];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
if ((DAT_0012366d == '\0') && (lVar4 = FUN_00110470(), lVar4 != 0)) {... | PUSH RBP
MOV EBP,EDI
PUSH RBX
SUB RSP,0x28
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x18],RAX
XOR EAX,EAX
CMP byte ptr [0x0012366d],0x0
JZ 0x0010a318
MOV RBX,RSP
MOV R8D,EBP
LEA RCX,[0x11889b]
XOR EAX,EAX
MOV EDX,0x15
MOV ESI,0x1
MOV RDI,RBX
CALL 0x001046c0
MOV RAX,RBX
MOV ECX,dword ptr [RAX]
ADD RAX,0x4
LEA ED... | null | null | null | null | [(u'CAST_-1206934017', u'LOAD_-1206934574'), (u'CALL_-1206934468', u'INDIRECT_-1206934139'), ('const-4278124287', u'INT_ADD_-1206934217'), ('const-0', u'INT_EQUAL_-1206934493'), (u'COPY_-1206934149', u'CAST_-1206934043'), ('const-0', u'PTRSUB_-1206934104'), (u'PTRADD_-1206934091', u'COPY_-1206934111'), (u'CALL_-1206934... | [('tmp_1534', u'PTRSUB_-1206934170'), (u'CALL_-1206934781', u'INDIRECT_-1206934152'), (u'INDIRECT_-1206934164', u'MULTIEQUAL_-1206934279'), (u'SUBPIECE_-1206934239', u'INT_SUB_-1206934577'), (u'MULTIEQUAL_-1206934363', u'COPY_-1206934159'), (u'INT_RIGHT_-1206934680', u'COPY_-1206934122'), (u'CALL_-1206934480', u'INDIRE... | null | null | 0010a280 | x64 | O2 | (translation_unit "int FUN_0010a280(undefined4 param_1)\n\n{\n int iVar1;\n uint *puVar2;\n uint *puVar3;\n long lVar4;\n uint uVar5;\n uint uVar6;\n long in_FS_OFFSET;\n bool bVar7;\n uint local_38 [6];\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n if ((DAT_0012366d == '\0') && (lVar4... | (translation_unit "wchar_t format_user_width(uid_t u)\n\n{\n long lVar1;\n wchar_t wVar2;\n uint *puVar3;\n uint *puVar4;\n char *string;\n uint uVar5;\n uint uVar6;\n long in_FS_OFFSET;\n bool bVar7;\n char buf [21];\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if ((numeric_ids) || (string = getuser(u),... | (translation_unit "int FUN_0010a280(undefined4 param_1)\n\n{\n int iVar1;\n uint *puVar2;\n uint *puVar3;\n long lVar4;\n uint uVar5;\n uint uVar6;\n long in_FS_OFFSET;\n bool bVar7;\n uint local_38 [6];\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n if ((DAT_0012366d == '\0') && (lVar4... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) ID... | (function_definition "int FUN_0010a280(undefined4 param_1)\n\n{\n int iVar1;\n uint *puVar2;\n uint *puVar3;\n long lVar4;\n uint uVar5;\n uint uVar6;\n long in_FS_OFFSET;\n bool bVar7;\n uint local_38 [6];\n long local_20;\n \n local_20 = *(long *)(in_FS_OFFSET + 0x28);\n if ((DAT_0012366d == '\0') && (lV... |
type_1 function_1(type_2 u)
{
long var_11;
type_1 var_10;
type_3 *var_6;
type_3 *puVar4;
char *var_3;
type_3 var_5;
type_3 var_7;
long var_1;
bool bVar7;
char buf [21];
var_11 = *(long *)(var_1 + 0x28);
if ((numeric_ids) || (var_3 = var_2(u), var_3 == (char *)0x0)) {
var_4(buf,1,0x15,&D... | 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)) (declarat... | null |
int MASKED(undefined4 param_1)
{
int iVar1;
uint *puVar2;
uint *puVar3;
long lVar4;
uint uVar5;
uint uVar6;
long in_FS_OFFSET;
bool bVar7;
uint local_38 [6];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
if ((DAT_0012366d == '\0') && (lVar4 = FUN_00110470(), lVar4 != 0)) {
i... |
3152_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | do_layout | FUN_001d76e0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_layout(Sized_dynobj<64,_true> * this, Symbol_table * symtab,
Layout * param_2, Read_symbols_data * sd) */
void __thiscall
gold::Sized_dynobj<64,_true>::do_layout
(Sized_dynobj<64,_true> *this,Symbol_table ... |
void FUN_001d76e0(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
ulong uVar4;
long lVar5;
uint uVar6;
uint uVar7;
uint *puVar8;
uVar1 = *(uint *)(param_1 + 0x38);
if (uVar1 == 0) {
return;
}
lVar2 = *(long *)(param_4[1] + 0x... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV R13D,dword ptr [RDI + 0x38]
TEST R13D,R13D
JZ 0x001d7798
MOV RAX,qword ptr [RCX]
MOV RDX,qword ptr [RCX + 0x8]
MOV R12,RCX
MOV qword ptr [RSP + 0x8],RSI
MOV RBP,RDI
MOV RAX,qword ptr [RAX + 0x10]
MOV RDX,qword ptr [RDX + 0x10]
LEA R15,[RAX + 0x40]
M... | null | null | null | null | [(u'CAST_-1207797044', u'CALL_-1207797635'), ('const-433', u'LOAD_-1207797949'), (u'COPY_-1207797140', u'CALL_-1207797717'), ('const-16711680', u'INT_AND_-1207797865'), ('tmp_863', u'CAST_-1207797202'), ('const-0', u'PTRSUB_-1207797264'), ('tmp_192', u'CBRANCH_-1207797906'), (u'INT_OR_-1207797856', u'INT_ZEXT_-12077974... | [('const-16', u'INT_ADD_-1207797926'), ('const-16711680', u'INT_AND_-1207797865'), ('const-433', u'LOAD_-1207797905'), ('tmp_1581', u'CALL_-1207797635'), ('tmp_192', u'CBRANCH_-1207797906'), (u'CALL_-1207797717', u'CALL_-1207797635'), (u'LOAD_-1207797873', u'CAST_-1207797206'), ('tmp_279', u'CBRANCH_-1207797855'), ('co... | null | null | 001d76e0 | x64 | O2 | (translation_unit "void FUN_001d76e0(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n ulong uVar4;\n long lVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n \n uVar1 = *(uint *)(param_1 + 0x38);\n if (uVar1 == 0) {\n return;\n }\n ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_layout(Sized_dynobj<64,_true> * this, Symbol_table * symtab,\n Layout * param_2, Read_symbols_data * sd) */\n\nvoid __thiscall\ngold::Sized_dynobj<64,_true>::do_layout\n (Sized_dynobj<64,_t... | (translation_unit "void FUN_001d76e0(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n ulong uVar4;\n long lVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n \n uVar1 = *(uint *)(param_1 + 0x38);\n if (uVar1 == 0) {\n return;\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_st... | (function_definition "void FUN_001d76e0(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n ulong uVar4;\n long lVar5;\n uint uVar6;\n uint uVar7;\n uint *puVar8;\n \n uVar1 = *(uint *)(param_1 + 0x38);\n if (uVar1 == 0) {\n return;\n }... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_layout(Sized_dynobj<64,_true> * this, Symbol_table * symtab,
Layout * param_2, Read_symbols_data * sd) */
void __thiscall
gold::var_3<64,var_4>::var_5
(var_3<64,var_4> *this,type_3 *symtab,type_2 *param_2,... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
ulong uVar4;
long lVar5;
uint uVar6;
uint uVar7;
uint *puVar8;
uVar1 = *(uint *)(param_1 + 0x38);
if (uVar1 == 0) {
return;
}
lVar2 = *(long *)(param_4[1] + 0x10);
... |
5997_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | setup | FUN_003440f0 |
/* DWARF original prototype: void setup(Sized_dynobj<32,_false> * this) */
void __thiscall gold::Sized_dynobj<32,_false>::setup(Sized_dynobj<32,_false> *this)
{
elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum(&this->elf_file_);
(this->super_Dynobj).super_Object.shnum_ = (this->elf_file_).shnum_;
re... |
void FUN_003440f0(long param_1)
{
FUN_0022c9b0(param_1 + 0x90);
*(undefined4 *)(param_1 + 0x38) = *(undefined4 *)(param_1 + 0xa0);
return;
}
| PUSH RBX
MOV RBX,RDI
LEA RDI,[RDI + 0x90]
CALL 0x0022c9b0
MOV EAX,dword ptr [RBX + 0xa0]
MOV dword ptr [RBX + 0x38],EAX
POP RBX
RET | null | null | null | null | [('tmp_64', u'PTRSUB_-1205124756'), (u'PTRSUB_-1205124743', u'STORE_-1205124840'), (u'PTRSUB_-1205124745', u'PTRSUB_-1205124743'), (u'PTRSUB_-1205124769', u'CALL_-1205124854'), (u'PTRSUB_-1205124752', u'LOAD_-1205124852'), ('const-16', u'PTRSUB_-1205124752'), ('const-0', u'PTRSUB_-1205124748'), ('const-433', u'LOAD_-12... | [(u'INT_ADD_-1205124836', u'CAST_-1205124759'), ('const-144', u'INT_ADD_-1205124853'), (u'CAST_-1205124752', u'STORE_-1205124840'), ('tmp_93', u'INT_ADD_-1205124836'), ('tmp_93', u'INT_ADD_-1205124853'), (u'CAST_-1205124759', u'LOAD_-1205124852'), ('const-433', u'STORE_-1205124840'), (u'INT_ADD_-1205124826', u'CAST_-12... | null | null | 003440f0 | x64 | O2 | (translation_unit "void FUN_003440f0(long param_1)\n\n{\n FUN_0022c9b0(param_1 + 0x90);\n *(undefined4 *)(param_1 + 0x38) = *(undefined4 *)(param_1 + 0xa0);\n return;\n}\n\n" (function_definition "void FUN_003440f0(long param_1)\n\n{\n FUN_0022c9b0(param_1 + 0x90);\n *(undefined4 *)(param_1 + 0x38) = *(undefined4 ... | (translation_unit "/* DWARF original prototype: void setup(Sized_dynobj<32,_false> * this) */\n\nvoid __thiscall gold::Sized_dynobj<32,_false>::setup(Sized_dynobj<32,_false> *this)\n\n{\n elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum(&this->elf_file_);\n (this->super_Dynobj).super_Object.shnum_ = (this-... | (translation_unit "void FUN_003440f0(long param_1)\n\n{\n FUN_0022c9b0(param_1 + 0x90);\n *(undefined4 *)(param_1 + 0x38) = *(undefined4 *)(param_1 + 0xa0);\n return;\n}\n\n" (function_definition "void FUN_003440f0(long param_1)\n\n{\n FUN_0022c9b0(param_1 + 0x90);\n *(undefined4 *)(param_1 + 0x38) = *(undefined4 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (... | (function_definition "void FUN_003440f0(long param_1)\n\n{\n FUN_0022c9b0(param_1 + 0x90);\n *(undefined4 *)(param_1 + 0x38) = *(undefined4 *)(param_1 + 0xa0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003440f0(long param_1)" (identifier "FUN_003440f0") (parameter_list "(long param_1)" (( "(") ... |
/* DWARF original prototype: void setup(Sized_dynobj<32,_false> * this) */
void __thiscall gold::Sized_dynobj<32,_false>::setup(Sized_dynobj<32,_false> *type_1)
{
elfcpp::Elf_file<32,_false,_gold::Object>::function_1(&type_1->elf_file_);
(type_1->super_Dynobj).super_Object.shnum_ = (type_1->elf_file_).shnum_;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) argu... | null |
void MASKED(long param_1)
{
FUN_0022c9b0(param_1 + 0x90);
*(undefined4 *)(param_1 + 0x38) = *(undefined4 *)(param_1 + 0xa0);
return;
}
|
6039_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | d_count_templates_scopes | FUN_00265340 |
void d_count_templates_scopes(int *num_templates,int *num_scopes,demangle_component *dc)
{
demangle_component *dc_00;
if (dc == (demangle_component *)0x0) {
return;
}
do {
switch(dc->type) {
default:
goto switchD_00265377_caseD_0;
case DEMANGLE_COMPONENT_QUAL_NAME:
case DEMANGLE_C... |
void FUN_00265340(int *param_1,int *param_2,undefined4 *param_3)
{
int *piVar1;
if (param_3 == (undefined4 *)0x0) {
return;
}
do {
switch(*param_3) {
default:
goto switchD_00265377_caseD_0;
case 1:
case 2:
case 3:
case 9:
case 10:
case 0xb:
case 0xc:
case 0... | TEST RDX,RDX
JZ 0x002653d8
PUSH R13
MOV R13,RDI
PUSH R12
MOV R12,RSI
PUSH RBP
LEA RBP,[0x326cb0]
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
NOP dword ptr [RAX + RAX*0x1]
CMP dword ptr [RBX],0x4f
JA 0x00265389
MOV EAX,dword ptr [RBX]
MOVSXD RAX,dword ptr [RBP + RAX*0x4]
ADD RAX,RBP
JMP RAX
MOV RBX,qword ptr [RBX + 0x10]
TEST RBX,... | null | null | null | null | [(u'PTRSUB_-1204202206', u'PTRSUB_-1204202189'), (u'LOAD_-1204202590', u'BRANCHIND_-1204202560'), ('const-0', u'PTRSUB_-1204202152'), (u'PTRSUB_-1204202170', u'PTRSUB_-1204202158'), ('tmp_490', u'MULTIEQUAL_-1204202317'), ('tmp_316', u'CBRANCH_-1204202491'), ('const-0', u'PTRSUB_-1204202111'), ('const-8', u'PTRSUB_-120... | [(u'LOAD_-1204202590', u'BRANCHIND_-1204202560'), ('const-2', u'PTRADD_-1204202183'), ('tmp_376', u'CBRANCH_-1204202436'), (u'MULTIEQUAL_-1204202317', u'LOAD_-1204202590'), ('const-2', u'PTRADD_-1204202159'), ('tmp_966', u'CALL_-1204202455'), ('const-433', u'LOAD_-1204202476'), (u'CAST_-1204202153', u'LOAD_-1204202476'... | null | null | 00265340 | x64 | O2 | (translation_unit "void FUN_00265340(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n \n if (param_3 == (undefined4 *)0x0) {\n return;\n }\n do {\n switch(*param_3) {\n default:\n goto switchD_00265377_caseD_0;\n case 1:\n case 2:\n case 3:\n case 9:\n case 10:\n ... | (translation_unit "void d_count_templates_scopes(int *num_templates,int *num_scopes,demangle_component *dc)\n\n{\n demangle_component *dc_00;\n \n if (dc == (demangle_component *)0x0) {\n return;\n }\n do {\n switch(dc->type) {\n default:\n goto switchD_00265377_caseD_0;\n case DEMANGLE_COMPONENT_... | (translation_unit "void FUN_00265340(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n \n if (param_3 == (undefined4 *)0x0) {\n return;\n }\n do {\n switch(*param_3) {\n default:\n goto switchD_00265377_caseD_0;\n case 1:\n case 2:\n case 3:\n case 9:\n case 10:\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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void FUN_00265340(int *param_1,int *param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n \n if (param_3 == (undefined4 *)0x0) {\n return;\n }\n do {\n switch(*param_3) {\n default:\n goto switchD_00265377_caseD_0;\n case 1:\n case 2:\n case 3:\n case 9:\n case 10:\n... |
void function_1(int *num_templates,int *num_scopes,type_1 *var_1)
{
type_1 *dc_00;
if (var_1 == (type_1 *)0x0) {
return;
}
do {
switch(var_1->type) {
default:
goto switchD_00265377_caseD_0;
case DEMANGLE_COMPONENT_QUAL_NAME:
case DEMANGLE_COMPONENT_LOCAL_NAME:
case DEMANGLE_CO... | 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,undefined4 *param_3)
{
int *piVar1;
if (param_3 == (undefined4 *)0x0) {
return;
}
do {
switch(*param_3) {
default:
goto switchD_00265377_caseD_0;
case 1:
case 2:
case 3:
case 9:
case 10:
case 0xb:
case 0xc:
case 0xd:
... |
293_s390x-linux-gnu-ranlib_and_s390x-linux-gnu-ranlib_strip.c | xexit | xexit |
/* WARNING: Control flow encountered bad instruction data */
void xexit(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void xexit(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037286')] | [('const-1', u'RETURN_-1207037286')] | null | null | 00111290 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xexit(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xexit(void)\n\n{\n /* WARNING: Bad instruction - Tr... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xexit(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xexit(void)\n\n{\n /* WARNING: Bad instruction - Tr... | (translation_unit "void xexit(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xexit(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xexit(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (co... | (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 xexit(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xexit(void)" (identifier "xexit") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_... |
/* 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();
}
|
166_inetutils-ftp_and_inetutils-ftp_strip.c | setipany | FUN_00107400 |
void setipany(int argc,char **argv)
{
usefamily = 0;
__printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);
code = usefamily;
return;
}
|
void FUN_00107400(void)
{
DAT_001287e8 = 0;
__printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);
DAT_00129b68 = DAT_001287e8;
return;
}
| SUB RSP,0x8
LEA RDX,[0x11be19]
LEA RSI,[0x11b22c]
XOR EAX,EAX
MOV dword ptr [0x001287e8],0x0
MOV EDI,0x1
CALL 0x00105610
MOV EAX,dword ptr [0x001287e8]
MOV dword ptr [0x00129b68],EAX
ADD RSP,0x8
RET | null | null | null | null | [('const-0', u'COPY_-1206946774'), ('const-1159724', u'COPY_-1206946699'), (u'CALL_-1206946749', u'INDIRECT_-1206946644'), (u'INDIRECT_-1206946644', u'COPY_-1206946741'), ('const-0', u'RETURN_-1206946710'), ('const-1', u'CALL_-1206946749'), (u'COPY_-1206946741', u'COPY_-1206946680'), (u'CALL_-1206946749', u'INDIRECT_-1... | [(u'PTRSUB_-1206946634', u'CALL_-1206946749'), ('const-0', u'PTRSUB_-1206946634'), ('const-1', u'CALL_-1206946749'), (u'INDIRECT_-1206946645', u'COPY_-1206946741'), (u'INDIRECT_-1206946645', u'COPY_-1206946683'), ('const-0', u'COPY_-1206946774'), ('const-1162777', u'PTRSUB_-1206946634'), ('const-0', u'RETURN_-120694671... | null | null | 00107400 | x64 | O2 | (translation_unit "void FUN_00107400(void)\n\n{\n DAT_001287e8 = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n DAT_00129b68 = DAT_001287e8;\n return;\n}\n\n" (function_definition "void FUN_00107400(void)\n\n{\n DAT_001287e8 = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n ... | (translation_unit "void setipany(int argc,char **argv)\n\n{\n usefamily = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n code = usefamily;\n return;\n}\n\n" (function_definition "void setipany(int argc,char **argv)\n\n{\n usefamily = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be... | (translation_unit "void FUN_00107400(void)\n\n{\n DAT_001287e8 = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n DAT_00129b68 = DAT_001287e8;\n return;\n}\n\n" (function_definition "void FUN_00107400(void)\n\n{\n DAT_001287e8 = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequenc... | (function_definition "void FUN_00107400(void)\n\n{\n DAT_001287e8 = 0;\n __printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);\n DAT_00129b68 = DAT_001287e8;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00107400(void)" (identifier "FUN_00107400") (parameter_list "(void)" (( "(") (parameter_... |
void function_1(int argc,char **argv)
{
usefamily = 0;
var_1(1,"Selecting addresses: %s.\n",&DAT_0011be19);
code = usefamily;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expres... | null |
void MASKED(void)
{
DAT_001287e8 = 0;
__printf_chk(1,"Selecting addresses: %s.\n",&DAT_0011be19);
DAT_00129b68 = DAT_001287e8;
return;
}
|
10747_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | _Unwind_Backtrace | FUN_00368c30 |
undefined4 _Unwind_Backtrace(code *param_1,undefined8 param_2)
{
int iVar1;
int iVar2;
undefined8 unaff_retaddr;
undefined1 local_2a8 [240];
undefined1 local_1b8 [392];
uw_init_context_1(local_2a8,&stack0x00000008,unaff_retaddr);
while (((iVar2 = uw_frame_state_for(local_2a8,local_1b8), iVar2 == 0 ||... |
undefined4 FUN_00368c30(code *param_1,undefined8 param_2)
{
int iVar1;
int iVar2;
undefined8 unaff_retaddr;
undefined1 local_2a8 [240];
undefined1 local_1b8 [392];
FUN_00367bf0(local_2a8,&stack0x00000008,unaff_retaddr);
while (((iVar2 = FUN_00366a00(local_2a8,local_1b8), iVar2 == 0 || (iVar2 == 5)) &... | PUSH RBP
MOV RBP,RSP
PUSH R15
MOV R15,RDI
PUSH R14
MOV R14,RSI
LEA RSI,[RBP + 0x10]
PUSH R13
LEA R13,[RBP + -0x1b0]
PUSH R12
LEA R12,[RBP + -0x2a0]
PUSH RBX
MOV RDI,R12
SUB RSP,0x278
MOV RDX,qword ptr [RBP + 0x8]
CALL 0x00367bf0
JMP 0x00368c8d
MOV RSI,R14
MOV RDI,R12
CALL R15
TEST EAX,EAX
JNZ 0x00368ca3
CMP EBX,0x5
JZ ... | null | null | null | null | [(u'CALL_-1205236534', u'INT_EQUAL_-1205236467'), ('const-5', u'INT_EQUAL_-1205236467'), (u'PTRSUB_-1205236222', u'CALL_-1205236450'), (u'INT_EQUAL_-1205236501', u'CBRANCH_-1205236499'), ('const--680', u'PTRSUB_-1205236212'), ('tmp_324', u'CBRANCH_-1205236481'), (u'INT_EQUAL_-1205236516', u'CBRANCH_-1205236515'), (u'PT... | [(u'CALL_-1205236534', u'INT_EQUAL_-1205236467'), ('const-5', u'INT_EQUAL_-1205236467'), (u'PTRSUB_-1205236222', u'CALL_-1205236450'), (u'INT_EQUAL_-1205236501', u'CBRANCH_-1205236499'), ('const--680', u'PTRSUB_-1205236212'), ('tmp_324', u'CBRANCH_-1205236481'), (u'INT_EQUAL_-1205236516', u'CBRANCH_-1205236515'), (u'PT... | null | null | 00368c30 | x64 | O2 | (translation_unit "undefined4 FUN_00368c30(code *param_1,undefined8 param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined8 unaff_retaddr;\n undefined1 local_2a8 [240];\n undefined1 local_1b8 [392];\n \n FUN_00367bf0(local_2a8,&stack0x00000008,unaff_retaddr);\n while (((iVar2 = FUN_00366a00(local_2a8,local_1b8), i... | (translation_unit "undefined4 _Unwind_Backtrace(code *param_1,undefined8 param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined8 unaff_retaddr;\n undefined1 local_2a8 [240];\n undefined1 local_1b8 [392];\n \n uw_init_context_1(local_2a8,&stack0x00000008,unaff_retaddr);\n while (((iVar2 = uw_frame_state_for(local_2... | (translation_unit "undefined4 FUN_00368c30(code *param_1,undefined8 param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined8 unaff_retaddr;\n undefined1 local_2a8 [240];\n undefined1 local_1b8 [392];\n \n FUN_00367bf0(local_2a8,&stack0x00000008,unaff_retaddr);\n while (((iVar2 = FUN_00366a00(local_2a8,local_1b8), i... | (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 (array_decl... | (function_definition "undefined4 FUN_00368c30(code *param_1,undefined8 param_2)\n\n{\n int iVar1;\n int iVar2;\n undefined8 unaff_retaddr;\n undefined1 local_2a8 [240];\n undefined1 local_1b8 [392];\n \n FUN_00367bf0(local_2a8,&stack0x00000008,unaff_retaddr);\n while (((iVar2 = FUN_00366a00(local_2a8,local_1b8)... |
type_1 function_1(type_2 *param_1,type_3 param_2)
{
int var_4;
int var_3;
type_3 unaff_retaddr;
type_4 local_2a8 [240];
type_4 local_1b8 [392];
var_1(local_2a8,&stack0x00000008,unaff_retaddr);
while (((var_3 = var_2(local_2a8,local_1b8), var_3 == 0 || (var_3 == 5)) &&
(var_4 = (*param_1)(loc... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
undefined4 MASKED(code *param_1,undefined8 param_2)
{
int iVar1;
int iVar2;
undefined8 unaff_retaddr;
undefined1 local_2a8 [240];
undefined1 local_1b8 [392];
FUN_00367bf0(local_2a8,&stack0x00000008,unaff_retaddr);
while (((iVar2 = FUN_00366a00(local_2a8,local_1b8), iVar2 == 0 || (iVar2 == 5)) &&
... |
108_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | memmove | memmove |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();
return pvVar1;
}
| JMP qword ptr [0x003f8368] | null | null | null | null | [('tmp_44', u'CAST_-1207220451'), ('const-0', u'RETURN_-1207220517'), (u'INDIRECT_-1207220456', u'COPY_-1207220515'), (u'CAST_-1207220451', u'CALLIND_-1207220520'), (u'CALLIND_-1207220520', u'INDIRECT_-1207220456'), (u'CALLIND_-1207220520', u'CAST_-1207220450'), (u'CAST_-1207220450', u'RETURN_-1207220517')] | [('tmp_44', u'CAST_-1207220451'), ('const-0', u'RETURN_-1207220517'), (u'INDIRECT_-1207220456', u'COPY_-1207220515'), (u'CAST_-1207220451', u'CALLIND_-1207220520'), (u'CALLIND_-1207220520', u'INDIRECT_-1207220456'), (u'CALLIND_-1207220520', u'CAST_-1207220450'), (u'CAST_-1207220450', u'RETURN_-1207220517')] | null | null | 001446d0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void... | (translation_unit "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();\n return pvVar1;\n}\n\n" (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_003f8368)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memmove(void *__dest... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memmove_003f8368)();
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_003f8368)();
return pvVar1;
}
|
9684_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | imbue | FUN_003246a0 |
/* std::ios_base::imbue(std::locale const&) */
locale * std::ios_base::imbue(locale *param_1)
{
locale *in_RDX;
long in_RSI;
locale::locale(param_1,(locale *)(in_RSI + 0xd0));
locale::operator=((locale *)(in_RSI + 0xd0),in_RDX);
_M_call_callbacks();
return param_1;
}
|
undefined8 FUN_003246a0(undefined8 param_1,long param_2,undefined8 param_3)
{
FUN_002dca60(param_1,param_2 + 0xd0);
FUN_002dd110(param_2 + 0xd0,param_3);
FUN_00318c70(param_2,1);
return param_1;
}
| PUSH R13
MOV R13,RDX
PUSH R12
LEA R12,[RSI + 0xd0]
PUSH RBP
MOV RBP,RSI
MOV RSI,R12
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
CALL 0x002dca60
MOV RSI,R13
MOV RDI,R12
CALL 0x002dd110
MOV RDI,RBP
MOV ESI,0x1
CALL 0x00318c70
ADD RSP,0x8
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
RET | null | null | null | null | [(u'INT_ADD_-1204992319', u'CAST_-1204992146'), ('tmp_190', u'COPY_-1204992240'), ('tmp_318', u'INT_ADD_-1204992319'), ('tmp_190', u'CALL_-1204992287'), ('tmp_316', u'CALL_-1204992271'), ('const-0', u'RETURN_-1204992203'), (u'COPY_-1204992240', u'RETURN_-1204992203'), (u'CAST_-1204992146', u'CALL_-1204992271'), ('const... | [(u'INT_ADD_-1204992319', u'CALL_-1204992271'), ('tmp_322', u'COPY_-1204992240'), ('tmp_317', u'CALL_-1204992271'), ('const-1', u'CALL_-1204992253'), (u'INT_ADD_-1204992319', u'CALL_-1204992287'), ('tmp_319', u'CALL_-1204992253'), ('const-0', u'RETURN_-1204992203'), ('tmp_322', u'CALL_-1204992287'), (u'COPY_-1204992240... | null | null | 003246a0 | x64 | O2 | (translation_unit "undefined8 FUN_003246a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n FUN_002dca60(param_1,param_2 + 0xd0);\n FUN_002dd110(param_2 + 0xd0,param_3);\n FUN_00318c70(param_2,1);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_003246a0(undefined8 param_1,long param_2,undef... | (translation_unit "/* std::ios_base::imbue(std::locale const&) */\n\nlocale * std::ios_base::imbue(locale *param_1)\n\n{\n locale *in_RDX;\n long in_RSI;\n \n locale::locale(param_1,(locale *)(in_RSI + 0xd0));\n locale::operator=((locale *)(in_RSI + 0xd0),in_RDX);\n _M_call_callbacks();\n return param_1;\n}\n\n"... | (translation_unit "undefined8 FUN_003246a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n FUN_002dca60(param_1,param_2 + 0xd0);\n FUN_002dd110(param_2 + 0xd0,param_3);\n FUN_00318c70(param_2,1);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_003246a0(undefined8 param_1,long param_2,undef... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (bi... | (function_definition "undefined8 FUN_003246a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n FUN_002dca60(param_1,param_2 + 0xd0);\n FUN_002dd110(param_2 + 0xd0,param_3);\n FUN_00318c70(param_2,1);\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_003246a0(undefined8 param_1... |
/* std::ios_base::imbue(std::locale const&) */
type_1 * std::ios_base::imbue(type_1 *param_1)
{
type_1 *in_RDX;
long var_1;
locale::type_1(param_1,(type_1 *)(var_1 + 0xd0));
locale::operator=((type_1 *)(var_1 + 0xd0),in_RDX);
var_2();
return param_1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declarati... | null |
undefined8 MASKED(undefined8 param_1,long param_2,undefined8 param_3)
{
FUN_002dca60(param_1,param_2 + 0xd0);
FUN_002dd110(param_2 + 0xd0,param_3);
FUN_00318c70(param_2,1);
return param_1;
}
|
603_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | FUN_0014eeae | FUN_0014eeae |
void FUN_0014eeae(void)
{
long unaff_RBX;
long unaff_RBP;
long unaff_R12;
void *unaff_retaddr;
void *in_stack_00000020;
void *in_stack_00000040;
if (in_stack_00000040 != (void *)(unaff_R12 + 0x10)) {
operator_delete(in_stack_00000040);
}
if (in_stack_00000020 != (void *)(unaff_RBP + 0x10)) {
... |
void FUN_0014eeae(void)
{
long unaff_RBX;
long unaff_RBP;
long unaff_R12;
long unaff_retaddr;
long in_stack_00000020;
long in_stack_00000040;
if (in_stack_00000040 != unaff_R12 + 0x10) {
FUN_002dac60();
}
if (in_stack_00000020 != unaff_RBP + 0x10) {
FUN_002dac60();
}
if (unaff_retaddr... | MOV RDI,qword ptr [RSP + 0x40]
ADD R12,0x10
CMP RDI,R12
JZ 0x0014eec1
CALL 0x002dac60
MOV R12,R13
MOV RDI,qword ptr [RSP + 0x20]
ADD RBP,0x10
CMP RDI,RBP
JZ 0x0014eed7
CALL 0x002dac60
MOV RDI,qword ptr [RSP]
ADD RBX,0x10
CMP RDI,RBX
JZ 0x0014eee9
CALL 0x002dac60
MOV RDI,R12
CALL 0x003688d0 | null | null | null | null | [('const-16', u'INT_ADD_-1207177476'), ('tmp_422', u'INT_ADD_-1207177525'), ('tmp_424', u'INT_ADD_-1207177476'), ('tmp_552', u'CALL_-1207177459'), (u'INT_NOTEQUAL_-1207177516', u'CBRANCH_-1207177515'), ('tmp_205', u'CBRANCH_-1207177423'), (u'CAST_-1207177298', u'INT_NOTEQUAL_-1207177516'), ('const-1', u'RETURN_-1207177... | [('const-16', u'INT_ADD_-1207177476'), (u'INT_ADD_-1207177525', u'INT_NOTEQUAL_-1207177516'), ('tmp_559', u'INT_NOTEQUAL_-1207177516'), ('tmp_422', u'INT_ADD_-1207177525'), (u'INT_ADD_-1207177476', u'INT_NOTEQUAL_-1207177467'), ('tmp_62', u'CBRANCH_-1207177515'), ('tmp_424', u'INT_ADD_-1207177476'), (u'INT_NOTEQUAL_-12... | null | null | 0014eeae | x64 | O2 | (translation_unit "void FUN_0014eeae(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R12;\n long unaff_retaddr;\n long in_stack_00000020;\n long in_stack_00000040;\n \n if (in_stack_00000040 != unaff_R12 + 0x10) {\n FUN_002dac60();\n }\n if (in_stack_00000020 != unaff_RBP + 0x10) {\n FUN_002... | (translation_unit "void FUN_0014eeae(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R12;\n void *unaff_retaddr;\n void *in_stack_00000020;\n void *in_stack_00000040;\n \n if (in_stack_00000040 != (void *)(unaff_R12 + 0x10)) {\n operator_delete(in_stack_00000040);\n }\n if (in_stack_00000020 !=... | (translation_unit "void FUN_0014eeae(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R12;\n long unaff_retaddr;\n long in_stack_00000020;\n long in_stack_00000040;\n \n if (in_stack_00000040 != unaff_R12 + 0x10) {\n FUN_002dac60();\n }\n if (in_stack_00000020 != unaff_RBP + 0x10) {\n FUN_002... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_s... | (function_definition "void FUN_0014eeae(void)\n\n{\n long unaff_RBX;\n long unaff_RBP;\n long unaff_R12;\n long unaff_retaddr;\n long in_stack_00000020;\n long in_stack_00000040;\n \n if (in_stack_00000040 != unaff_R12 + 0x10) {\n FUN_002dac60();\n }\n if (in_stack_00000020 != unaff_RBP + 0x10) {\n FUN_... |
void function_1(void)
{
long var_7;
long var_5;
long var_2;
void *var_6;
void *var_4;
void *var_1;
if (var_1 != (void *)(var_2 + 0x10)) {
var_3(var_1);
}
if (var_4 != (void *)(var_5 + 0x10)) {
var_3(var_4);
}
if (var_6 != (void *)(var_7 + 0x10)) {
var_3(var_6);
}
... | 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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_typ... | null |
void MASKED(void)
{
long unaff_RBX;
long unaff_RBP;
long unaff_R12;
long unaff_retaddr;
long in_stack_00000020;
long in_stack_00000040;
if (in_stack_00000040 != unaff_R12 + 0x10) {
FUN_002dac60();
}
if (in_stack_00000020 != unaff_RBP + 0x10) {
FUN_002dac60();
}
if (unaff_retaddr != un... |
5225_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | add_local_section | FUN_00225660 |
/* DWARF original prototype: void add_local_section(Output_data_reloc<4,_true,_64,_false> * this,
Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_false>::add_local_section
... |
void FUN_00225660(undefined8 param_1)
{
undefined8 in_R8;
undefined8 in_stack_00000010;
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_002057b0(auStack_48);
local_20 = in_stack_00000010;
FUN_00224fe0(param_1,in_R8,auStack_48);
return;
}
| PUSH R12
MOV R12,R8
MOV R8D,R9D
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x30
MOV RBX,RSP
PUSH 0x0
PUSH 0x1
MOV RDI,RBX
PUSH 0x0
PUSH 0x0
MOV R9,qword ptr [RSP + 0x70]
CALL 0x002057b0
MOV RAX,qword ptr [RSP + 0x78]
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
MOV qword ptr [RSP + 0x48],RAX
ADD RSP,0x20
CALL 0x00224fe0
ADD RSP,0x30... | null | null | null | null | [('tmp_245', u'COPY_-1203939638'), (u'PTRSUB_-1203939490', u'PTRSUB_-1203939465'), ('const--72', u'PTRSUB_-1203939489'), ('tmp_381', u'PTRSUB_-1203939490'), (u'PTRSUB_-1203939436', u'CALL_-1203939611'), ('const-0', u'CALL_-1203939660'), ('const-0', u'CALL_-1203939660'), ('tmp_381', u'PTRSUB_-1203939489'), ('const-0', u... | [('const--72', u'PTRSUB_-1203939507'), ('tmp_526', u'COPY_-1203939638'), (u'CALL_-1203939611', u'INDIRECT_-1203939470'), ('tmp_347', u'PTRSUB_-1203939507'), (u'PTRSUB_-1203939507', u'CALL_-1203939660'), ('tmp_351', u'CALL_-1203939611'), (u'PTRSUB_-1203939506', u'CALL_-1203939611'), ('tmp_347', u'PTRSUB_-1203939506'), (... | null | null | 00225660 | x64 | O2 | (translation_unit "void FUN_00225660(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000010;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_002057b0(auStack_48);\n local_20 = in_stack_00000010;\n FUN_00224fe0(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition ... | (translation_unit "/* DWARF original prototype: void add_local_section(Output_data_reloc<4,_true,_64,_false> * this,\n Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,\n Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_64,_false>::ad... | (translation_unit "void FUN_00225660(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000010;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_002057b0(auStack_48);\n local_20 = in_stack_00000010;\n FUN_00224fe0(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (call_express... | (function_definition "void FUN_00225660(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined8 in_stack_00000010;\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_002057b0(auStack_48);\n local_20 = in_stack_00000010;\n FUN_00224fe0(param_1,in_R8,auStack_48);\n return;\n}" (primitive_type "void"... |
/* DWARF original prototype: void add_local_section(Output_data_reloc<4,_true,_64,_false> * this,
Sized_relobj<64,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_false>::add_local_section
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declara... | null |
void MASKED(undefined8 param_1)
{
undefined8 in_R8;
undefined8 in_stack_00000010;
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_002057b0(auStack_48);
local_20 = in_stack_00000010;
FUN_00224fe0(param_1,in_R8,auStack_48);
return;
}
|
90_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_strip.c | bfd_coff_get_auxent | bfd_coff_get_auxent |
void bfd_coff_get_auxent(void)
{
(*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();
return;
}
|
void bfd_coff_get_auxent(void)
{
(*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();
return;
}
| JMP qword ptr [0x0012b2d0] | null | null | null | null | [(u'CAST_-1206958615', u'CALLIND_-1206958680'), (u'CALLIND_-1206958680', u'INDIRECT_-1206958620'), ('const-0', u'RETURN_-1206958677'), ('tmp_22', u'CAST_-1206958615'), (u'INDIRECT_-1206958620', u'COPY_-1206958679')] | [(u'CAST_-1206958615', u'CALLIND_-1206958680'), (u'CALLIND_-1206958680', u'INDIRECT_-1206958620'), ('const-0', u'RETURN_-1206958677'), ('tmp_22', u'CAST_-1206958615'), (u'INDIRECT_-1206958620', u'COPY_-1206958679')] | null | null | 001045a0 | x64 | O2 | (translation_unit "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}\n\n" (function_definition "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}" primitive_type (function_declarator "bfd_coff_get_auxent(void)" identifie... | (translation_unit "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}\n\n" (function_definition "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}" primitive_type (function_declarator "bfd_coff_get_auxent(void)" identifie... | (translation_unit "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}\n\n" (function_definition "void bfd_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}" primitive_type (function_declarator "bfd_coff_get_auxent(void)" identifie... | (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_coff_get_auxent(void)\n\n{\n (*(code *)PTR_bfd_coff_get_auxent_0012b2d0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_coff_get_auxent(void)" (identifier "bfd_coff_get_auxent") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) (... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_coff_get_auxent_0012b2d0)();
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_0012b2d0)();
return;
}
|
9747_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | do_grouping | FUN_00324f50 |
/* std::moneypunct<wchar_t, true>::do_grouping() const */
void std::moneypunct<wchar_t,true>::do_grouping(void)
{
long in_RSI;
string *in_RDI;
allocator local_9;
std::string::string(in_RDI,*(char **)(*(long *)(in_RSI + 0x10) + 0x10),&local_9);
return;
}
|
undefined8 FUN_00324f50(undefined8 param_1,long param_2)
{
undefined1 local_9;
FUN_0030f630(param_1,*(undefined8 *)(*(long *)(param_2 + 0x10) + 0x10),&local_9);
return param_1;
}
| PUSH RBX
MOV RBX,RDI
SUB RSP,0x10
MOV RAX,qword ptr [RSI + 0x10]
LEA RDX,[RSP + 0xf]
MOV RSI,qword ptr [RAX + 0x10]
CALL 0x0030f630
ADD RSP,0x10
MOV RAX,RBX
POP RBX
RET | null | null | null | null | [('const-433', u'LOAD_-1204990090'), (u'CAST_-1204989984', u'LOAD_-1204990090'), (u'INT_ADD_-1204990088', u'CAST_-1204989994'), ('const-0', u'RETURN_-1204990044'), ('const-16', u'INT_ADD_-1204990088'), ('const--9', u'PTRSUB_-1204989989'), ('tmp_160', u'PTRSUB_-1204989989'), (u'LOAD_-1204990090', u'CALL_-1204990077'), (... | [(u'CAST_-1204989984', u'LOAD_-1204990090'), (u'INT_ADD_-1204990088', u'CAST_-1204989994'), ('tmp_161', u'COPY_-1204990064'), ('const-0', u'RETURN_-1204990044'), ('const-16', u'INT_ADD_-1204990088'), ('tmp_160', u'PTRSUB_-1204989989'), ('const-433', u'LOAD_-1204990090'), (u'LOAD_-1204990090', u'CALL_-1204990077'), (u'C... | null | null | 00324f50 | x64 | O2 | (translation_unit "undefined8 FUN_00324f50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_9;\n \n FUN_0030f630(param_1,*(undefined8 *)(*(long *)(param_2 + 0x10) + 0x10),&local_9);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_00324f50(undefined8 param_1,long param_2)\n\n{\n undefined1 lo... | (translation_unit "/* std::moneypunct<wchar_t, true>::do_grouping() const */\n\nvoid std::moneypunct<wchar_t,true>::do_grouping(void)\n\n{\n long in_RSI;\n string *in_RDI;\n allocator local_9;\n \n std::string::string(in_RDI,*(char **)(*(long *)(in_RSI + 0x10) + 0x10),&local_9);\n return;\n}\n\n" comment (declara... | (translation_unit "undefined8 FUN_00324f50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_9;\n \n FUN_0030f630(param_1,*(undefined8 *)(*(long *)(param_2 + 0x10) + 0x10),&local_9);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_00324f50(undefined8 param_1,long param_2)\n\n{\n undefined1 lo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expr... | (function_definition "undefined8 FUN_00324f50(undefined8 param_1,long param_2)\n\n{\n undefined1 local_9;\n \n FUN_0030f630(param_1,*(undefined8 *)(*(long *)(param_2 + 0x10) + 0x10),&local_9);\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_00324f50(undefined8 param_1,long param_2)" (... |
/* std::moneypunct<wchar_t, true>::do_grouping() const */
void std::moneypunct<wchar_t,true>::do_grouping(void)
{
long var_1;
type_1 *in_RDI;
type_2 local_9;
std::string::type_1(in_RDI,*(char **)(*(long *)(var_1 + 0x10) + 0x10),&local_9);
return;
}
| 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_st... | null |
undefined8 MASKED(undefined8 param_1,long param_2)
{
undefined1 local_9;
FUN_0030f630(param_1,*(undefined8 *)(*(long *)(param_2 + 0x10) + 0x10),&local_9);
return param_1;
}
|
3980_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_write | FUN_001f4d10 |
/* WARNING: Struct "Output_fill_debug_info": ignoring overlapping field "is_debug_types_" */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_write(Output_fill_debug_info * this, Output_file * of, off_t
off, size_t len) */
void __thiscall
gold::Output_fill_debug_i... |
void FUN_001f4d10(long *param_1,long param_2,long param_3,ulong param_4)
{
uint uVar1;
ulong uVar2;
uint *puVar3;
if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {
FUN_00178100(*(undefined8 *)PTR_DAT_0043e6b0);
}
if (*(code **)(*param_1 + 0x10) == FUN_001f44... | PUSH R13
MOV R13,RSI
PUSH R12
MOV R12,RDI
PUSH RBP
MOV RBP,RCX
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
MOV RAX,qword ptr [0x0043e6b0]
CMP qword ptr [RAX + 0x10],0x0
JZ 0x001f4d3e
TEST byte ptr [RAX + 0x24],0x10
JNZ 0x001f4e00
MOV RAX,qword ptr [R12]
LEA RDX,[0x1f44b0]
MOV RAX,qword ptr [RAX + 0x10]
CMP RAX,RDX
JNZ 0x001f4e20
... | null | null | null | null | [('const-11', u'INT_ADD_-1207938974'), (u'CALL_-1207939172', u'INDIRECT_-1207938910'), (u'COPY_-1207938969', u'MULTIEQUAL_-1207939110'), (u'CALLIND_-1207939165', u'INDIRECT_-1207938886'), ('tmp_1073', u'INT_ADD_-1207939563'), ('const-16777216', u'INT_MULT_-1207939282'), ('tmp_340', u'CBRANCH_-1207939604'), ('const-1024... | [('const-433', u'STORE_-1207939289'), ('const-0', u'PTRSUB_-1207938907'), ('tmp_340', u'CBRANCH_-1207939604'), ('tmp_1910', u'INT_SUB_-1207938785'), ('const-1024', u'STORE_-1207939304'), (u'INT_EQUAL_-1207939670', u'INT_ZEXT_-1207939649'), (u'COPY_-1207938725', u'CALL_-1207939142'), ('tmp_2309', u'MULTIEQUAL_-120793897... | null | null | 001f4d10 | x64 | O2 | (translation_unit "void FUN_001f4d10(long *param_1,long param_2,long param_3,ulong param_4)\n\n{\n uint uVar1;\n ulong uVar2;\n uint *puVar3;\n \n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n FUN_00178100(*(undefined8 *)PTR_DAT_0043e6b0);\n }\n if (*(code **)(*p... | (translation_unit "/* WARNING: Struct "Output_fill_debug_info": ignoring overlapping field "is_debug_types_" */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_write(Output_fill_debug_info * this, Output_file * of, off_t\n off, size_t len) */\n\nvoid __thiscall\ng... | (translation_unit "void FUN_001f4d10(long *param_1,long param_2,long param_3,ulong param_4)\n\n{\n uint uVar1;\n ulong uVar2;\n uint *puVar3;\n \n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n FUN_00178100(*(undefined8 *)PTR_DAT_0043e6b0);\n }\n if (*(code **)(*p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE ... | (function_definition "void FUN_001f4d10(long *param_1,long param_2,long param_3,ulong param_4)\n\n{\n uint uVar1;\n ulong uVar2;\n uint *puVar3;\n \n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {\n FUN_00178100(*(undefined8 *)PTR_DAT_0043e6b0);\n }\n if (*(code **)... |
/* WARNING: Struct "Output_fill_debug_info": ignoring overlapping field "is_debug_types_" */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_write(Output_fill_debug_info * this, Output_file * of, off_t
off, size_t len) */
void __thiscall
gold::type_1::function_1
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarato... | null |
void MASKED(long *param_1,long param_2,long param_3,ulong param_4)
{
uint uVar1;
ulong uVar2;
uint *puVar3;
if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) && ((PTR_DAT_0043e6b0[0x24] & 0x10) != 0)) {
FUN_00178100(*(undefined8 *)PTR_DAT_0043e6b0);
}
if (*(code **)(*param_1 + 0x10) == FUN_001f44b0) {
... |
640_libtomcrypt.so_and_libtomcrypt.so_strip.c | twofish_done | twofish_done |
/* WARNING: Unknown calling convention */
void twofish_done(symmetric_key *skey)
{
return;
}
|
void twofish_done(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1207169540')] | [('const-0', u'RETURN_-1207169540')] | null | null | 00130df0 | x64 | O2 | (translation_unit "void twofish_done(void)\n\n{\n return;\n}\n\n" (function_definition "void twofish_done(void)\n\n{\n return;\n}" primitive_type (function_declarator "twofish_done(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid twofish_done(symmetric_key *skey)\n\n{\n return;\n}\n\n" comment (function_definition "void twofish_done(symmetric_key *skey)\n\n{\n return;\n}" primitive_type (function_declarator "twofish_done(symmetric_key *skey)" identifier (parameter_list "(sym... | (translation_unit "void twofish_done(void)\n\n{\n return;\n}\n\n" (function_definition "void twofish_done(void)\n\n{\n return;\n}" primitive_type (function_declarator "twofish_done(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 twofish_done(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "twofish_done(void)" (identifier "twofish_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Unknown calling convention */
void function_1(type_1 *skey)
{
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;
}
|
407_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | create_interp | FUN_00153656 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* gold::Layout::create_interp(gold::Target const*) [clone .cold.782] */
void __thiscall gold::Layout::create_interp(Layout *this,Target *param_1)
{
Output_data *unaff_RBX;
unaff... |
void FUN_00153656(void)
{
undefined8 *unaff_RBX;
*unaff_RBX = &DAT_004b1fb8;
FUN_002609c0();
thunk_FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
| LEA RAX,[0x4b1fb8]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
CALL 0x002609c0
MOV RDI,RBX
MOV ESI,0x58
CALL 0x00338a40
MOV RDI,RBP
CALL 0x003c66c0 | null | null | null | null | [('tmp_113', u'PTRSUB_-1207290158'), ('const-0', u'PTRSUB_-1207290158'), (u'PTRSUB_-1207290159', u'CAST_-1207290159'), ('tmp_113', u'CALL_-1207290256'), ('const-0', u'SUBPIECE_-1207290175'), ('tmp_53', u'SUBPIECE_-1207290175'), ('const-88', u'CALL_-1207290238'), ('const-1', u'RETURN_-1207290221'), (u'SUBPIECE_-12072901... | [('tmp_109', u'STORE_-1207290266'), (u'PTRSUB_-1207290160', u'STORE_-1207290266'), ('const-0', u'PTRSUB_-1207290160'), ('const-1', u'RETURN_-1207290221'), ('const-433', u'STORE_-1207290266'), ('const-4923320', u'PTRSUB_-1207290160')] | null | null | 00153656 | x64 | O2 | (translation_unit "void FUN_00153656(void)\n\n{\n undefined8 *unaff_RBX;\n \n *unaff_RBX = &DAT_004b1fb8;\n FUN_002609c0();\n thunk_FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00153656(void)\n\n{\n undefined8 *unaff_RBX;\... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* gold::Layout::create_interp(gold::Target const*) [clone .cold.782] */\n\nvoid __thiscall gold::Layout::create_interp(Layout *this,Target *param_1)\n\n{\n Output_da... | (translation_unit "void FUN_00153656(void)\n\n{\n undefined8 *unaff_RBX;\n \n *unaff_RBX = &DAT_004b1fb8;\n FUN_002609c0();\n thunk_FUN_00338a50();\n \n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00153656(void)\n\n{\n undefined8 *unaff_RBX;\n \n *unaff_RBX = &DAT_004b1fb8;\n FUN... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_state... | (function_definition "void FUN_00153656(void)\n\n{\n undefined8 *unaff_RBX;\n \n *unaff_RBX = &DAT_004b1fb8;\n FUN_002609c0();\n thunk_FUN_00338a50();\n \n FUN_003c66c0();\n}" (primitive_type "void") (function_declarator "FUN_00153656(void)" (identifier "FUN_00153656") (parameter_list "(void)" ... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* gold::Layout::create_interp(gold::Target const*) [clone .cold.782] */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *param_1)
{
type_3 *unaff_RBX;
unaff_RBX->_v... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (... | null |
void MASKED(void)
{
undefined8 *unaff_RBX;
*unaff_RBX = &DAT_004b1fb8;
FUN_002609c0();
thunk_FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
|
356_puttygen_and_puttygen_strip.c | ecdsa_private_blob | FUN_001196b0 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
uchar * ecdsa_private_blob(void *key,int *len)
{
uint i;
int iVar1;
Bignum_conflict bn;
ec_key *ec;
int iVar2;
undefined1 *puVar3;
uint uVar4;
ulong uVar5;
uint uVar6;
bool bVar7;
bn = *(Bignum_conflict *)((long)key + 0... |
uint * FUN_001196b0(long param_1,int *param_2)
{
uint uVar1;
undefined1 uVar2;
int iVar3;
uint *puVar4;
uint uVar5;
int iVar6;
uint *puVar7;
ulong uVar8;
uint uVar9;
bool bVar10;
puVar4 = *(uint **)(param_1 + 0x30);
if (puVar4 != (uint *)0x0) {
if (**(int **)(param_1 + 8) == 2) {
... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x28
MOV RBX,qword ptr [RDI + 0x30]
TEST RBX,RBX
JZ 0x0011978c
MOV RAX,qword ptr [RDI + 0x8]
MOV RBP,RDI
MOV qword ptr [RSP + 0x10],RSI
MOV RDI,RBX
CMP dword ptr [RAX],0x2
JZ 0x001197a0
CALL 0x00113540
LEA R9D,[RAX + 0xf]
ADD EAX,0x8
CMOVNS R9D,EAX
SAR R9D,0... | null | null | null | null | [(u'INT_NOTEQUAL_-1207003408', u'CBRANCH_-1207003407'), ('const-24', u'INT_LEFT_-1207003189'), ('const-433', u'LOAD_-1207003402'), (u'MULTIEQUAL_-1207002297', u'INT_ADD_-1207002038'), (u'INT_ADD_-1207002813', u'INT_SLESS_-1207002817'), ('const-0', u'RETURN_-1207002919'), ('const-4', u'INT_ADD_-1207002038'), (u'INT_ADD_... | [(u'INT_ADD_-1207002445', u'STORE_-1207002982'), (u'INT_NOTEQUAL_-1207003408', u'CBRANCH_-1207003407'), ('const-24', u'INT_LEFT_-1207003189'), (u'INT_ADD_-1207002754', u'CAST_-1207001960'), ('const-4', u'INT_ADD_-1207002040'), (u'INT_ADD_-1207002813', u'INT_SLESS_-1207002817'), ('const-0', u'RETURN_-1207002919'), (u'CO... | null | null | 001196b0 | x64 | O2 | (translation_unit "uint * FUN_001196b0(long param_1,int *param_2)\n\n{\n uint uVar1;\n undefined1 uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint *puVar7;\n ulong uVar8;\n uint uVar9;\n bool bVar10;\n \n puVar4 = *(uint **)(param_1 + 0x30);\n if (puVar4 != (uint *)0x0) {\n if (**(i... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nuchar * ecdsa_private_blob(void *key,int *len)\n\n{\n uint i;\n int iVar1;\n Bignum_conflict bn;\n ec_key *ec;\n int iVar2;\n undefined1 *puVar3;\n uint uVar4;\n ulong uVar5;\n uint uVar6;\n bool bVar7;\n \n bn = ... | (translation_unit "uint * FUN_001196b0(long param_1,int *param_2)\n\n{\n uint uVar1;\n undefined1 uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint *puVar7;\n ulong uVar8;\n uint uVar9;\n bool bVar10;\n \n puVar4 = *(uint **)(param_1 + 0x30);\n if (puVar4 != (uint *)0x0) {\n if (**(i... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "uint * FUN_001196b0(long param_1,int *param_2)\n\n{\n uint uVar1;\n undefined1 uVar2;\n int iVar3;\n uint *puVar4;\n uint uVar5;\n int iVar6;\n uint *puVar7;\n ulong uVar8;\n uint uVar9;\n bool bVar10;\n \n puVar4 = *(uint **)(param_1 + 0x30);\n if (puVar4 != (uint *)0x0) {\n if (*... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 * function_1(void *key,int *len)
{
type_2 var_10;
int var_3;
type_3 var_1;
type_4 *ec;
int var_4;
type_5 *var_9;
type_2 var_5;
type_6 var_8;
type_2 var_11;
bool bVar7;
var_1 = *(type_3 *)((long)key + 0x30);
if ... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (po... | null |
uint * MASKED(long param_1,int *param_2)
{
uint uVar1;
undefined1 uVar2;
int iVar3;
uint *puVar4;
uint uVar5;
int iVar6;
uint *puVar7;
ulong uVar8;
uint uVar9;
bool bVar10;
puVar4 = *(uint **)(param_1 + 0x30);
if (puVar4 != (uint *)0x0) {
if (**(int **)(param_1 + 8) == 2) {
iVar3 ... |
525_m68k-linux-gnu-strip_and_m68k-linux-gnu-strip_strip.c | strtoul | strtoul |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strtoul@@GLIBC_2.... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053310')] | [('const-1', u'RETURN_-1207053310')] | null | null | 0012d3f8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata(... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "strtoul(char *__nptr,char *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call... | (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (type_identifier "ulong") (function_declarator "strtoul(char *__nptr,char **__endptr,int __base)" (identifier "strtoul") (parameter_list "(char *__nptr,char **__endptr,int __base)" (( "(") (par... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strtoul@@GLIB... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong MASKED(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7262_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | do_print_to_mapfile | FUN_002b8d20 |
/* DWARF original prototype: void do_print_to_mapfile(Gdb_index * this, Mapfile * mapfile) */
void __thiscall gold::Gdb_index::do_print_to_mapfile(Gdb_index *this,Mapfile *mapfile)
{
char *name;
name = (char *)gettext("** gdb_index");
Mapfile::print_output_data(mapfile,(Output_data *)this,name);
return;
}... |
void FUN_002b8d20(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** gdb_index");
FUN_001bbfd0(param_2,param_1,uVar1);
return;
}
| PUSH RBP
MOV RBP,RDI
LEA RDI,[0x38cfc8]
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00147320
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
MOV RDX,RAX
POP RBX
POP RBP
JMP 0x001bbfd0 | null | null | null | null | [('const-3723208', u'COPY_-1204515452'), (u'COPY_-1204515452', u'CALL_-1204515506'), ('const-0', u'RETURN_-1204515461'), (u'CALL_-1204515506', u'CAST_-1204515388'), (u'CAST_-1204515367', u'CALL_-1204515465'), ('tmp_120', u'CALL_-1204515465'), (u'CAST_-1204515388', u'CALL_-1204515465'), ('tmp_119', u'CAST_-1204515367')] | [('const-3723208', u'COPY_-1204515452'), (u'CALL_-1204515506', u'CALL_-1204515465'), (u'COPY_-1204515452', u'CALL_-1204515506'), ('const-0', u'RETURN_-1204515461'), ('tmp_201', u'CALL_-1204515465'), ('tmp_199', u'CALL_-1204515465')] | null | null | 002b8d20 | x64 | O2 | (translation_unit "void FUN_002b8d20(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** gdb_index");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_002b8d20(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 =... | (translation_unit "/* DWARF original prototype: void do_print_to_mapfile(Gdb_index * this, Mapfile * mapfile) */\n\nvoid __thiscall gold::Gdb_index::do_print_to_mapfile(Gdb_index *this,Mapfile *mapfile)\n\n{\n char *name;\n \n name = (char *)gettext("** gdb_index");\n Mapfile::print_output_data(mapfile,(Output_data... | (translation_unit "void FUN_002b8d20(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** gdb_index");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_002b8d20(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 =... | (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 ( (string_liter... | (function_definition "void FUN_002b8d20(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** gdb_index");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b8d20(undefined8 param_1,undefined8 param_2)" (identifier "FUN_002b... |
/* DWARF original prototype: void do_print_to_mapfile(Gdb_index * this, Mapfile * mapfile) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *mapfile)
{
char *name;
name = (char *)var_1("** gdb_index");
Mapfile::var_2(mapfile,(type_3 *)this,name);
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 |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** gdb_index");
FUN_001bbfd0(param_2,param_1,uVar1);
return;
}
|
130_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | _bfd_pei_swap_debugdir_out | _bfd_pei_swap_debugdir_out |
void _bfd_pei_swap_debugdir_out(void)
{
(*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();
return;
}
|
void _bfd_pei_swap_debugdir_out(void)
{
(*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();
return;
}
| JMP qword ptr [0x002b2410] | null | null | null | null | [(u'CAST_-1206921111', u'CALLIND_-1206921176'), ('tmp_22', u'CAST_-1206921111'), (u'INDIRECT_-1206921116', u'COPY_-1206921175'), (u'CALLIND_-1206921176', u'INDIRECT_-1206921116'), ('const-0', u'RETURN_-1206921173')] | [(u'CAST_-1206921111', u'CALLIND_-1206921176'), ('tmp_22', u'CAST_-1206921111'), (u'INDIRECT_-1206921116', u'COPY_-1206921175'), (u'CALLIND_-1206921176', u'INDIRECT_-1206921116'), ('const-0', u'RETURN_-1206921173')] | null | null | 0010d820 | x64 | O2 | (translation_unit "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}\n\n" (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}" primitive_type (function_declarator "_bfd_pei... | (translation_unit "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}\n\n" (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}" primitive_type (function_declarator "_bfd_pei... | (translation_unit "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}\n\n" (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}" primitive_type (function_declarator "_bfd_pei... | (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_pei_swap_debugdir_out(void)\n\n{\n (*(code *)PTR__bfd_pei_swap_debugdir_out_002b2410)();\n return;\n}" (primitive_type "void") (function_declarator "_bfd_pei_swap_debugdir_out(void)" (identifier "_bfd_pei_swap_debugdir_out") (parameter_list "(void)" (( "(") (parameter_declaration "void... |
void function_1(void)
{
(*(type_1 *)PTR__bfd_pei_swap_debugdir_out_002b2410)();
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_002b2410)();
return;
}
|
166_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | readv | readv |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t readv(int __fd,iovec *__iovec,int __count)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_readv_0043e538)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t readv(int __fd,iovec *__iovec,int __count)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_readv_0043e538)();
return sVar1;
}
| JMP qword ptr [0x0043e538] | null | null | null | null | [(u'CALLIND_-1207207304', u'INDIRECT_-1207207240'), (u'CAST_-1207207235', u'CALLIND_-1207207304'), (u'INDIRECT_-1207207240', u'COPY_-1207207299'), ('tmp_44', u'CAST_-1207207235'), (u'CALLIND_-1207207304', u'RETURN_-1207207301'), ('const-0', u'RETURN_-1207207301')] | [(u'CALLIND_-1207207304', u'INDIRECT_-1207207240'), (u'CAST_-1207207235', u'CALLIND_-1207207304'), (u'INDIRECT_-1207207240', u'COPY_-1207207299'), ('tmp_44', u'CAST_-1207207235'), (u'CALLIND_-1207207304', u'RETURN_-1207207301'), ('const-0', u'RETURN_-1207207301')] | null | null | 00147a70 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t readv(int __fd,iovec *__iovec,int __count)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readv_0043e538)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t readv(int __fd,iovec *__iovec,int __... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nssize_t readv(int __fd,iovec *__iovec,int __count)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readv_0043e538)();\n return sVar1;\n}\n\n" comment (function_definition "ssize_t readv(int __fd,iovec *__iovec,int __... | (translation_unit "ssize_t readv(int __fd,iovec *__iovec,int __count)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readv_0043e538)();\n return sVar1;\n}\n\n" (function_definition "ssize_t readv(int __fd,iovec *__iovec,int __count)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readv_0043e538)();\n return ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression I... | (function_definition "ssize_t readv(int __fd,iovec *__iovec,int __count)\n\n{\n ssize_t sVar1;\n \n sVar1 = (*(code *)PTR_readv_0043e538)();\n return sVar1;\n}" (primitive_type "ssize_t") (function_declarator "readv(int __fd,iovec *__iovec,int __count)" (identifier "readv") (parameter_list "(int __fd,iovec *__iovec... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t function_1(int __fd,type_1 *__iovec,int __count)
{
ssize_t sVar1;
sVar1 = (*(type_2 *)PTR_readv_0043e538)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ssize_t MASKED(int __fd,iovec *__iovec,int __count)
{
ssize_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0043e538)();
return sVar1;
}
|
70_shuf_and_shuf_strip.c | __ctype_b_loc | __ctype_b_loc |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0010f230)();
return ppuVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** __ctype_b_loc(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0010f230)();
return ppuVar1;
}
| JMP qword ptr [0x0010f230] | null | null | null | null | [(u'CAST_-1206967126', u'RETURN_-1206967189'), (u'CALLIND_-1206967192', u'CAST_-1206967126'), ('const-0', u'RETURN_-1206967189'), (u'CALLIND_-1206967192', u'INDIRECT_-1206967131'), ('tmp_26', u'CALLIND_-1206967192'), (u'INDIRECT_-1206967131', u'COPY_-1206967190')] | [(u'CAST_-1206967126', u'RETURN_-1206967189'), (u'CALLIND_-1206967192', u'CAST_-1206967126'), ('const-0', u'RETURN_-1206967189'), (u'CALLIND_-1206967192', u'INDIRECT_-1206967131'), ('tmp_26', u'CALLIND_-1206967192'), (u'INDIRECT_-1206967131', u'COPY_-1206967190')] | null | null | 00102460 | x64 | O2 | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0010f230)();\n return ppuVar1;\n}\n\n" comm... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0010f230)();\n return ppuVar1;\n}\n\n" comm... | (translation_unit "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0010f230)();\n return ppuVar1;\n}\n\n" (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0010f230)();\n return ppuVar1;\n}" type_identifier (poin... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cas... | (function_definition "ushort ** __ctype_b_loc(void)\n\n{\n ushort **ppuVar1;\n \n ppuVar1 = (ushort **)(*_DAT_0010f230)();\n return ppuVar1;\n}" (type_identifier "ushort") (pointer_declarator "** __ctype_b_loc(void)" (* "*") (pointer_declarator "* __ctype_b_loc(void)" (* "*") (function_declarator "__ctype_b_loc(voi... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 ** function_1(void)
{
type_1 **ppuVar1;
ppuVar1 = (type_1 **)(*_DAT_0010f230)();
return ppuVar1;
}
| 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 (declaration type: (type_ident... | null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ushort ** MASKED(void)
{
ushort **ppuVar1;
ppuVar1 = (ushort **)(*_DAT_0010f230)();
return ppuVar1;
}
|
4567_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | last_got_offset | FUN_00208390 |
/* DWARF original prototype: uint last_got_offset(Output_data_got<32,_false> * this) */
uint __thiscall gold::Output_data_got<32,_false>::last_got_offset(Output_data_got<32,_false> *this)
{
return (int)((long)(this->entries_).
super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_std... |
int FUN_00208390(long param_1)
{
return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;
}
| MOV RAX,qword ptr [RDI + 0x40]
SUB RAX,qword ptr [RDI + 0x38]
SAR RAX,0x3
IMUL EAX,EAX,-0x55555555
LEA EAX,[-0x4 + RAX*0x4]
RET | null | null | null | null | [(u'PTRSUB_-1203796948', u'PTRSUB_-1203796945'), (u'PTRSUB_-1203796948', u'PTRSUB_-1203796945'), ('const-0', u'PTRSUB_-1203796945'), ('const-3', u'INT_SRIGHT_-1203797047'), (u'COPY_-1203797007', u'RETURN_-1203797004'), (u'INT_MULT_-1203796973', u'INT_SUB_-1203796984'), ('const-56', u'PTRSUB_-1203796955'), ('const-0', u... | [(u'INT_ADD_-1203797085', u'CAST_-1203796956'), (u'LOAD_-1203797101', u'INT_SUB_-1203797071'), (u'INT_SRIGHT_-1203797047', u'SUBPIECE_-1203796962'), (u'COPY_-1203797002', u'RETURN_-1203797004'), (u'CAST_-1203796951', u'LOAD_-1203797090'), ('const-64', u'INT_ADD_-1203797085'), ('const-433', u'LOAD_-1203797101'), ('const... | null | null | 00208390 | x64 | O2 | (translation_unit "int FUN_00208390(long param_1)\n\n{\n return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;\n}\n\n" (function_definition "int FUN_00208390(long param_1)\n\n{\n return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;\n}" pri... | (translation_unit "/* DWARF original prototype: uint last_got_offset(Output_data_got<32,_false> * this) */\n\nuint __thiscall gold::Output_data_got<32,_false>::last_got_offset(Output_data_got<32,_false> *this)\n\n{\n return (int)((long)(this->entries_).\n super__Vector_base<gold::Output_data_got<32... | (translation_unit "int FUN_00208390(long param_1)\n\n{\n return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;\n}\n\n" (function_definition "int FUN_00208390(long param_1)\n\n{\n return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;\n}" pri... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expr... | (function_definition "int FUN_00208390(long param_1)\n\n{\n return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;\n}" (primitive_type "int") (function_declarator "FUN_00208390(long param_1)" (identifier "FUN_00208390") (parameter_list "(long param_1)" (( "(") (parameter_declarati... |
/* DWARF original prototype: uint last_got_offset(Output_data_got<32,_false> * this) */
type_1 __thiscall gold::Output_data_got<32,_false>::last_got_offset(Output_data_got<32,_false> *this)
{
return (int)((long)(this->entries_).
super__Vector_base<gold::Output_data_got<32,_false>::Got_entry,_s... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (binary_expression left... | null |
int MASKED(long param_1)
{
return (int)(*(long *)(param_1 + 0x40) - *(long *)(param_1 + 0x38) >> 3) * -0x55555554 + -4;
}
|
576_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | do_put | FUN_0014ebfa |
/* std::__facet_shims::(anonymous
namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, std::wstring const&) const [clone
.cold.76] */
void std::__facet_shims::(anonymous_namespace)::money_put_shim<wchar_t>::do_put(void)
{
... |
void FUN_0014ebfa(void)
{
long unaff_RBP;
if (*(code **)(unaff_RBP + -0x40) != (code *)0x0) {
(**(code **)(unaff_RBP + -0x40))();
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
| MOV RDX,qword ptr [RBP + -0x40]
TEST RDX,RDX
JZ 0x0014ec08
MOV RDI,RBX
CALL RDX
MOV RDI,R14
CALL 0x003688e0 | null | null | null | null | [(u'LOAD_-1207178243', u'CALLIND_-1207178209'), ('tmp_32', u'CBRANCH_-1207178222'), ('const-1', u'RETURN_-1207178196'), (u'LOAD_-1207178243', u'INT_NOTEQUAL_-1207178223'), ('const--64', u'INT_ADD_-1207178227'), (u'INT_ADD_-1207178227', u'CAST_-1207178119'), ('const-433', u'LOAD_-1207178243'), (u'CAST_-1207178119', u'LO... | [(u'LOAD_-1207178243', u'CALLIND_-1207178209'), ('tmp_32', u'CBRANCH_-1207178222'), ('const-1', u'RETURN_-1207178196'), (u'LOAD_-1207178243', u'INT_NOTEQUAL_-1207178223'), ('const--64', u'INT_ADD_-1207178227'), (u'INT_ADD_-1207178227', u'CAST_-1207178119'), ('const-433', u'LOAD_-1207178243'), (u'CAST_-1207178119', u'LO... | null | null | 0014ebfa | x64 | O2 | (translation_unit "void FUN_0014ebfa(void)\n\n{\n long unaff_RBP;\n \n if (*(code **)(unaff_RBP + -0x40) != (code *)0x0) {\n (**(code **)(unaff_RBP + -0x40))();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ebfa(void)\n\n{\n long... | (translation_unit "/* std::__facet_shims::(anonymous\n namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,\n std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, std::wstring const&) const [clone\n .cold.76] */\n\nvoid std::__facet_shims::(anonymous_namespace)::money_put_shim<wcha... | (translation_unit "void FUN_0014ebfa(void)\n\n{\n long unaff_RBP;\n \n if (*(code **)(unaff_RBP + -0x40) != (code *)0x0) {\n (**(code **)(unaff_RBP + -0x40))();\n }\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014ebfa(void)\n\n{\n long unaff_RBP;\n \n if (*(code **)(unaff_R... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE... | (function_definition "void FUN_0014ebfa(void)\n\n{\n long unaff_RBP;\n \n if (*(code **)(unaff_RBP + -0x40) != (code *)0x0) {\n (**(code **)(unaff_RBP + -0x40))();\n }\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_0014ebfa(void)" (identifier "FUN_0014ebfa") (param... |
/* std::__facet_shims::(anonymous
namespace)::money_put_shim<wchar_t>::do_put(std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, wchar_t, std::wstring const&) const [clone
.cold.76] */
void std::__facet_shims::(anonymous_namespace)::money_put_shim<wchar_t>::function_1(void)
... | 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: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (par... | null |
void MASKED(void)
{
long unaff_RBP;
if (*(code **)(unaff_RBP + -0x40) != (code *)0x0) {
(**(code **)(unaff_RBP + -0x40))();
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
318_powerpc-linux-gnu-objcopy_and_powerpc-linux-gnu-objcopy_strip.c | string_hash_newfunc | FUN_001188c0 |
bfd_hash_entry * string_hash_newfunc(bfd_hash_entry *entry,bfd_hash_table *table,char *string)
{
string_hash_entry *ret;
if (((entry != (bfd_hash_entry *)0x0) ||
(entry = (bfd_hash_entry *)bfd_hash_allocate(table,0x30), entry != (bfd_hash_entry *)0x0)) &&
(entry = (bfd_hash_entry *)bfd_hash_newfunc(... |
void FUN_001188c0(long param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
if (((param_1 != 0) || (param_1 = bfd_hash_allocate(param_2,0x30), param_1 != 0)) &&
(lVar1 = bfd_hash_newfunc(param_1,param_2,param_3), lVar1 != 0)) {
*(undefined8 *)(lVar1 + 0x18) = 0;
*(undefined8 *)(lVar1 + 0x2... | PUSH RBX
MOV RBX,RSI
SUB RSP,0x10
TEST RDI,RDI
JZ 0x00118900
MOV RSI,RBX
CALL 0x001041e0
TEST RAX,RAX
JZ 0x001188f1
MOV qword ptr [RAX + 0x18],0x0
MOV qword ptr [RAX + 0x20],-0x1
MOV dword ptr [RAX + 0x28],0x0
ADD RSP,0x10
POP RBX
RET
MOV ESI,0x30
MOV RDI,RBX
MOV qword ptr [RSP + 0x8],RDX
CALL 0x00104440
MOV RDX,qword ... | null | null | null | null | [('tmp_233', u'CALL_-1207006991'), (u'MULTIEQUAL_-1207006820', u'RETURN_-1207006915'), ('const-0', u'INT_NOTEQUAL_-1207006864'), (u'CAST_-1207006779', u'PTRADD_-1207006757'), (u'CALL_-1207006887', u'CAST_-1207006719'), ('const-0', u'RETURN_-1207006915'), ('const-24', u'PTRADD_-1207006767'), ('const-0', u'INT_NOTEQUAL_-... | [(u'CAST_-1207006767', u'STORE_-1207006961'), (u'CALL_-1207006991', u'INT_NOTEQUAL_-1207006976'), ('const-0', u'INT_NOTEQUAL_-1207006864'), ('tmp_463', u'INT_NOTEQUAL_-1207007003'), ('const-0', u'RETURN_-1207006915'), (u'INT_ADD_-1207006958', u'CAST_-1207006776'), ('const-0', u'INT_NOTEQUAL_-1207006976'), ('tmp_60', u'... | null | null | 001188c0 | x64 | O2 | (translation_unit "void FUN_001188c0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n \n if (((param_1 != 0) || (param_1 = bfd_hash_allocate(param_2,0x30), param_1 != 0)) &&\n (lVar1 = bfd_hash_newfunc(param_1,param_2,param_3), lVar1 != 0)) {\n *(undefined8 *)(lVar1 + 0x18) = 0;\n *... | (translation_unit "bfd_hash_entry * string_hash_newfunc(bfd_hash_entry *entry,bfd_hash_table *table,char *string)\n\n{\n string_hash_entry *ret;\n \n if (((entry != (bfd_hash_entry *)0x0) ||\n (entry = (bfd_hash_entry *)bfd_hash_allocate(table,0x30), entry != (bfd_hash_entry *)0x0)) &&\n (entry = (bfd_hash_... | (translation_unit "void FUN_001188c0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n \n if (((param_1 != 0) || (param_1 = bfd_hash_allocate(param_2,0x30), param_1 != 0)) &&\n (lVar1 = bfd_hash_newfunc(param_1,param_2,param_3), lVar1 != 0)) {\n *(undefined8 *)(lVar1 + 0x18) = 0;\n *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (paren... | (function_definition "void FUN_001188c0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n \n if (((param_1 != 0) || (param_1 = bfd_hash_allocate(param_2,0x30), param_1 != 0)) &&\n (lVar1 = bfd_hash_newfunc(param_1,param_2,param_3), lVar1 != 0)) {\n *(undefined8 *)(lVar1 + 0x18) = 0;\n ... |
type_1 * function_1(type_1 *var_1,type_2 *table,char *string)
{
type_3 *ret;
if (((var_1 != (type_1 *)0x0) ||
(var_1 = (type_1 *)var_2(table,0x30), var_1 != (type_1 *)0x0)) &&
(var_1 = (type_1 *)var_3(var_1,table,string), var_1 != (type_1 *)0x0
)) {
var_1[1].next = (type_1 *)0x0;
var_1[... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
if (((param_1 != 0) || (param_1 = bfd_hash_allocate(param_2,0x30), param_1 != 0)) &&
(lVar1 = bfd_hash_newfunc(param_1,param_2,param_3), lVar1 != 0)) {
*(undefined8 *)(lVar1 + 0x18) = 0;
*(undefined8 *)(lVar1 + 0x20) = 0... |
443_sparc64-linux-gnu-strip_and_sparc64-linux-gnu-strip_strip.c | bfd_convert_section_contents | bfd_convert_section_contents |
/* WARNING: Control flow encountered bad instruction data */
void bfd_convert_section_contents(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_convert_section_contents(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053982')] | [('const-1', u'RETURN_-1207053982')] | null | null | 0012d158 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_convert_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_convert_section_contents(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_convert_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_convert_section_contents(void)\n\n{\n ... | (translation_unit "void bfd_convert_section_contents(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_convert_section_contents(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_convert_section_contents(void)" identifier (parameter_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_convert_section_contents(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_convert_section_contents(void)" (identifier "bfd_convert_section_contents") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo... |
/* 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();
}
|
3213_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | scan_relocatable_relocs | FUN_001c7630 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void scan_relocatable_relocs(Target_sparc<64,_true> * this,
Symbol_table * symtab, Layout * layout, Sized_relobj_file<64,_true> * object, uint data_shndx,
uint sh_type, uchar * prelocs, size_t reloc_count, Output_section ... |
void FUN_001c7630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,int param_6,undefined8 param_7,undefined8 param_8)
{
if (param_6 == 4) {
FUN_001d4b70(param_2,param_3,param_4,param_5,param_7,param_8);
return;
}
/* WARNIN... | PUSH R12
MOV RDI,RSI
MOV RSI,RDX
MOV RDX,RCX
PUSH RBP
MOV ECX,R8D
PUSH RBX
MOV R8,qword ptr [RSP + 0x20]
MOV R10,qword ptr [RSP + 0x28]
MOV R11,qword ptr [RSP + 0x30]
MOV EAX,dword ptr [RSP + 0x38]
MOV RBX,qword ptr [RSP + 0x40]
MOV RBP,qword ptr [RSP + 0x48]
MOV R12,qword ptr [RSP + 0x50]
CMP R9D,0x4
JNZ 0x001c768f
MO... | null | null | null | null | [('tmp_122', u'CBRANCH_-1207732582'), ('const-5490464', u'COPY_-1207732380'), ('tmp_229', u'CALL_-1207732513'), ('tmp_239', u'CALL_-1207732513'), ('const-5480270', u'COPY_-1207732381'), ('const-0', u'RETURN_-1207732509'), ('tmp_233', u'CALL_-1207732513'), ('const-4296', u'CALL_-1207732482'), ('tmp_236', u'CALL_-1207732... | [('tmp_122', u'CBRANCH_-1207732582'), ('const-5490464', u'COPY_-1207732395'), (u'COPY_-1207732395', u'CALL_-1207732482'), ('tmp_583', u'CALL_-1207732513'), ('const-0', u'RETURN_-1207732509'), ('const-5480270', u'COPY_-1207732396'), ('tmp_583', u'CALL_-1207732482'), ('tmp_371', u'CALL_-1207732513'), ('tmp_369', u'CALL_-... | null | null | 001c7630 | x64 | O2 | (translation_unit "void FUN_001c7630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,int param_6,undefined8 param_7,undefined8 param_8)\n\n{\n if (param_6 == 4) {\n FUN_001d4b70(param_2,param_3,param_4,param_5,param_7,param_8);\n return;\n }\n ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void scan_relocatable_relocs(Target_sparc<64,_true> * this,\n Symbol_table * symtab, Layout * layout, Sized_relobj_file<64,_true> * object, uint data_shndx,\n uint sh_type, uchar * prelocs, size_t reloc_c... | (translation_unit "void FUN_001c7630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,int param_6,undefined8 param_7,undefined8 param_8)\n\n{\n if (param_6 == 4) {\n FUN_001d4b70(param_2,param_3,param_4,param_5,param_7,param_8);\n return;\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_001c7630(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,int param_6,undefined8 param_7,undefined8 param_8)\n\n{\n if (param_6 == 4) {\n FUN_001d4b70(param_2,param_3,param_4,param_5,param_7,param_8);\n return;\n }\n... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void scan_relocatable_relocs(Target_sparc<64,_true> * this,
Symbol_table * symtab, Layout * layout, Sized_relobj_file<64,_true> * object, uint data_shndx,
uint sh_type, uchar * prelocs, size_t reloc_count, Output_section ... | 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(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,int param_6,undefined8 param_7,undefined8 param_8)
{
if (param_6 == 4) {
FUN_001d4b70(param_2,param_3,param_4,param_5,param_7,param_8);
return;
}
/* WARNING: Sub... |
775_sh4-linux-gnu-as_and_sh4-linux-gnu-as_strip.c | _obstack_allocated_p | _obstack_allocated_p |
/* WARNING: Unknown calling convention */
int _obstack_allocated_p(obstack *h,void *obj)
{
_obstack_chunk *p_Var1;
p_Var1 = h->chunk;
if (p_Var1 == (_obstack_chunk *)0x0) {
return 0;
}
while ((obj <= p_Var1 || (p_Var1->limit < obj))) {
p_Var1 = p_Var1->prev;
if (p_Var1 == (_obstack_chunk *)0... |
ulong * _obstack_allocated_p(long param_1,ulong *param_2)
{
ulong *puVar1;
puVar1 = *(ulong **)(param_1 + 8);
if (puVar1 == (ulong *)0x0) {
return puVar1;
}
while ((param_2 <= puVar1 || ((ulong *)*puVar1 < param_2))) {
puVar1 = (ulong *)puVar1[1];
if (puVar1 == (ulong *)0x0) {
return (u... | MOV RAX,qword ptr [RDI + 0x8]
TEST RAX,RAX
JZ 0x00140306
NOP dword ptr [RAX]
CMP RSI,RAX
JBE 0x001402ea
CMP qword ptr [RAX],RSI
JNC 0x00140300
MOV RAX,qword ptr [RAX + 0x8]
TEST RAX,RAX
JNZ 0x001402e0
XOR EAX,EAX
RET
MOV EAX,0x1
RET
RET | null | null | null | null | [('const-0', u'RETURN_-1207237801'), (u'MULTIEQUAL_-1207237755', u'PTRSUB_-1207237720'), ('tmp_65', u'CBRANCH_-1207237888'), (u'COPY_-1207237779', u'RETURN_-1207237801'), ('const-0', u'RETURN_-1207237825'), (u'PTRSUB_-1207237748', u'LOAD_-1207237933'), ('tmp_32', u'CBRANCH_-1207237912'), ('tmp_196', u'INT_LESSEQUAL_-12... | [('const-0', u'RETURN_-1207237801'), ('tmp_304', u'INT_ADD_-1207237917'), ('tmp_65', u'CBRANCH_-1207237888'), ('tmp_311', u'INT_LESS_-1207237873'), (u'PTRADD_-1207237728', u'LOAD_-1207237869'), (u'INT_ADD_-1207237917', u'CAST_-1207237754'), ('const-0', u'RETURN_-1207237825'), ('const-433', u'LOAD_-1207237888'), ('const... | null | null | 001402d0 | x64 | O2 | (translation_unit "ulong * _obstack_allocated_p(long param_1,ulong *param_2)\n\n{\n ulong *puVar1;\n \n puVar1 = *(ulong **)(param_1 + 8);\n if (puVar1 == (ulong *)0x0) {\n return puVar1;\n }\n while ((param_2 <= puVar1 || ((ulong *)*puVar1 < param_2))) {\n puVar1 = (ulong *)puVar1[1];\n if (puVar1 == (u... | (translation_unit "/* WARNING: Unknown calling convention */\n\nint _obstack_allocated_p(obstack *h,void *obj)\n\n{\n _obstack_chunk *p_Var1;\n \n p_Var1 = h->chunk;\n if (p_Var1 == (_obstack_chunk *)0x0) {\n return 0;\n }\n while ((obj <= p_Var1 || (p_Var1->limit < obj))) {\n p_Var1 = p_Var1->prev;\n if... | (translation_unit "ulong * _obstack_allocated_p(long param_1,ulong *param_2)\n\n{\n ulong *puVar1;\n \n puVar1 = *(ulong **)(param_1 + 8);\n if (puVar1 == (ulong *)0x0) {\n return puVar1;\n }\n while ((param_2 <= puVar1 || ((ulong *)*puVar1 < param_2))) {\n puVar1 = (ulong *)puVar1[1];\n if (puVar1 == (u... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_st... | (function_definition "ulong * _obstack_allocated_p(long param_1,ulong *param_2)\n\n{\n ulong *puVar1;\n \n puVar1 = *(ulong **)(param_1 + 8);\n if (puVar1 == (ulong *)0x0) {\n return puVar1;\n }\n while ((param_2 <= puVar1 || ((ulong *)*puVar1 < param_2))) {\n puVar1 = (ulong *)puVar1[1];\n if (puVar1 ==... |
/* WARNING: Unknown calling convention */
int function_1(type_1 *h,void *var_2)
{
type_2 *var_1;
var_1 = h->chunk;
if (var_1 == (type_2 *)0x0) {
return 0;
}
while ((var_2 <= var_1 || (var_1->limit < var_2))) {
var_1 = var_1->prev;
if (var_1 == (type_2 *)0x0) {
return 0;
}
}
ret... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (p... | null |
ulong * MASKED(long param_1,ulong *param_2)
{
ulong *puVar1;
puVar1 = *(ulong **)(param_1 + 8);
if (puVar1 == (ulong *)0x0) {
return puVar1;
}
while ((param_2 <= puVar1 || ((ulong *)*puVar1 < param_2))) {
puVar1 = (ulong *)puVar1[1];
if (puVar1 == (ulong *)0x0) {
return (ulong *)0x0;
... |
4_sg_reset_wp_and_sg_reset_wp_strip.c | construct_scsi_pt_obj | construct_scsi_pt_obj |
void construct_scsi_pt_obj(void)
{
(*(code *)PTR_construct_scsi_pt_obj_00103f50)();
return;
}
|
void construct_scsi_pt_obj(void)
{
(*(code *)PTR_construct_scsi_pt_obj_00103f50)();
return;
}
| JMP qword ptr [0x00103f50] | null | null | null | null | [(u'CAST_-1206972279', u'CALLIND_-1206972344'), ('tmp_22', u'CAST_-1206972279'), ('const-0', u'RETURN_-1206972341'), (u'INDIRECT_-1206972284', u'COPY_-1206972343'), (u'CALLIND_-1206972344', u'INDIRECT_-1206972284')] | [(u'CAST_-1206972279', u'CALLIND_-1206972344'), ('tmp_22', u'CAST_-1206972279'), ('const-0', u'RETURN_-1206972341'), (u'INDIRECT_-1206972284', u'COPY_-1206972343'), (u'CALLIND_-1206972344', u'INDIRECT_-1206972284')] | null | null | 00101040 | x64 | O2 | (translation_unit "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}\n\n" (function_definition "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}" primitive_type (function_declarator "construct_scsi_pt_obj(void)"... | (translation_unit "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}\n\n" (function_definition "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}" primitive_type (function_declarator "construct_scsi_pt_obj(void)"... | (translation_unit "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}\n\n" (function_definition "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}" primitive_type (function_declarator "construct_scsi_pt_obj(void)"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void construct_scsi_pt_obj(void)\n\n{\n (*(code *)PTR_construct_scsi_pt_obj_00103f50)();\n return;\n}" (primitive_type "void") (function_declarator "construct_scsi_pt_obj(void)" (identifier "construct_scsi_pt_obj") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
void function_1(void)
{
(*(type_1 *)PTR_construct_scsi_pt_obj_00103f50)();
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_00103f50)();
return;
}
|
4123_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | link_stabs_sections | FUN_00218af0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void link_stabs_sections(Layout * this) */
void __thiscall gold::Layout::link_stabs_sections(Layout *this)
{
uint uVar1;
byte *__s;
_Alloc_hider _Var2;
size_t sVar3;
Output_section *pOVar4;
long lVar5;
pointer p... |
void FUN_00218af0(long param_1)
{
uint uVar1;
byte *__s;
undefined1 *puVar2;
size_t sVar3;
long lVar4;
long *plVar5;
byte *pbVar6;
byte *pbVar7;
bool bVar8;
undefined1 uVar9;
bool bVar10;
undefined1 uVar11;
byte bVar12;
undefined1 *local_58 [2];
undefined1 local_48 [24];
bVar12 = 0;... | CMP byte ptr [RDI + 0x370],0x0
JZ 0x00218bf0
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x28
MOV RBX,qword ptr [RDI + 0x248]
CMP RBX,qword ptr [RDI + 0x250]
JZ 0x00218be1
MOV R15,RSP
MOV RBP,RDI
LEA R12,[0x3de683]
LEA R13,[R15 + 0x10]
MOV RAX,qword ptr [RBX]
CMP dword ptr [RAX + 0x6c],0x3
JNZ 0x00218... | null | null | null | null | [(u'MULTIEQUAL_-1203859833', u'BOOL_NEGATE_-1203859794'), (u'CALL_-1203860497', u'INDIRECT_-1203859803'), ('tmp_718', u'CBRANCH_-1203860272'), ('const-4', u'INT_AND_-1203859679'), ('const-433', u'LOAD_-1203860220'), ('const-1', u'INT_ADD_-1203859704'), ('const--2', u'INT_MULT_-1203859804'), (u'PTRSUB_-1203859693', u'PT... | [(u'INT_ADD_-1203859672', u'PTRADD_-1203860399'), (u'MULTIEQUAL_-1203859833', u'BOOL_NEGATE_-1203859794'), (u'INT_ADD_-1203860656', u'CAST_-1203859709'), ('const-108', u'INT_ADD_-1203860603'), (u'CALL_-1203860497', u'INDIRECT_-1203859803'), (u'MULTIEQUAL_-1203859824', u'CAST_-1203859596'), (u'LOAD_-1203860315', u'INT_A... | null | null | 00218af0 | x64 | O2 | (translation_unit "void FUN_00218af0(long param_1)\n\n{\n uint uVar1;\n byte *__s;\n undefined1 *puVar2;\n size_t sVar3;\n long lVar4;\n long *plVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n undefined1 uVar9;\n bool bVar10;\n undefined1 uVar11;\n byte bVar12;\n undefined1 *local_58 [2];\n undefin... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void link_stabs_sections(Layout * this) */\n\nvoid __thiscall gold::Layout::link_stabs_sections(Layout *this)\n\n{\n uint uVar1;\n byte *__s;\n _Alloc_hider _Var2;\n size_t sVar3;\n Output_section *pOVar... | (translation_unit "void FUN_00218af0(long param_1)\n\n{\n uint uVar1;\n byte *__s;\n undefined1 *puVar2;\n size_t sVar3;\n long lVar4;\n long *plVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n undefined1 uVar9;\n bool bVar10;\n undefined1 uVar11;\n byte bVar12;\n undefined1 *local_58 [2];\n undefin... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE ID... | (function_definition "void FUN_00218af0(long param_1)\n\n{\n uint uVar1;\n byte *__s;\n undefined1 *puVar2;\n size_t sVar3;\n long lVar4;\n long *plVar5;\n byte *pbVar6;\n byte *pbVar7;\n bool bVar8;\n undefined1 uVar9;\n bool bVar10;\n undefined1 uVar11;\n byte bVar12;\n undefined1 *local_58 [2];\n unde... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void link_stabs_sections(Layout * this) */
void __thiscall var_1::type_1::function_1(type_1 *this)
{
type_2 var_5;
type_3 *var_11;
type_4 _Var2;
size_t var_12;
type_5 *var_16;
long var_6;
type_6 var_4;
type_3 ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (de... | null |
void MASKED(long param_1)
{
uint uVar1;
byte *__s;
undefined1 *puVar2;
size_t sVar3;
long lVar4;
long *plVar5;
byte *pbVar6;
byte *pbVar7;
bool bVar8;
undefined1 uVar9;
bool bVar10;
undefined1 uVar11;
byte bVar12;
undefined1 *local_58 [2];
undefined1 local_48 [24];
bVar12 = 0;
if ... |
206_i686-kfreebsd-gnu-ar_and_i686-kfreebsd-gnu-ar_strip.c | choose_tmpdir | FUN_00108f60 |
/* WARNING: Unknown calling convention */
char * choose_tmpdir(void)
{
int iVar1;
uint uVar2;
uint uVar3;
char *pcVar4;
size_t sVar5;
char *__dest;
uint *puVar6;
uint *puVar7;
ulong uVar8;
bool bVar9;
if (memoized_tmpdir != (char *)0x0) {
return memoized_tmpdir;
}
pcVar4 = getenv("TM... |
char * FUN_00108f60(void)
{
int iVar1;
uint uVar2;
uint uVar3;
char *pcVar4;
size_t sVar5;
char *__dest;
uint *puVar6;
uint *puVar7;
ulong uVar8;
bool bVar9;
if (DAT_00110548 != (char *)0x0) {
return DAT_00110548;
}
pcVar4 = getenv("TMPDIR");
if (pcVar4 == (char *)0x0) {
pcVar4 ... | MOV RDX,qword ptr [0x00110548]
TEST RDX,RDX
JZ 0x00108f70
MOV RAX,RDX
RET
PUSH R12
LEA RDI,[0x10c6d6]
PUSH RBP
PUSH RBX
CALL 0x00102040
MOV RBP,RAX
TEST RAX,RAX
JZ 0x00109180
MOV RDI,RAX
MOV ESI,0x7
CALL 0x001024e0
LEA RDI,[0x10c6dd]
TEST EAX,EAX
JNZ 0x00108ff0
CALL 0x00102040
LEA RDI,[0x10c6e1]
CALL 0x00102040
MOV RDI... | null | null | null | null | [('const-1', u'PTRADD_-1206938018'), (u'CALL_-1206939706', u'INDIRECT_-1206938410'), (u'MULTIEQUAL_-1206938730', u'PTRADD_-1206939541'), (u'COPY_-1206938107', u'CALL_-1206939334'), (u'INT_CARRY_-1206939133', u'INT_ZEXT_-1206939125'), ('const-1099485', u'COPY_-1206938243'), (u'MULTIEQUAL_-1206938745', u'MULTIEQUAL_-1206... | [(u'MULTIEQUAL_-1206938730', u'PTRADD_-1206939541'), (u'CALL_-1206939706', u'INDIRECT_-1206938410'), (u'COPY_-1206938107', u'CALL_-1206939334'), (u'INT_CARRY_-1206939133', u'INT_ZEXT_-1206939125'), (u'MULTIEQUAL_-1206938745', u'MULTIEQUAL_-1206938735'), (u'INDIRECT_-1206938180', u'MULTIEQUAL_-1206938342'), (u'COPY_-120... | null | null | 00108f60 | x64 | O2 | (translation_unit "char * FUN_00108f60(void)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n size_t sVar5;\n char *__dest;\n uint *puVar6;\n uint *puVar7;\n ulong uVar8;\n bool bVar9;\n \n if (DAT_00110548 != (char *)0x0) {\n return DAT_00110548;\n }\n pcVar4 = getenv("TMPDIR");\n if (... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * choose_tmpdir(void)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n size_t sVar5;\n char *__dest;\n uint *puVar6;\n uint *puVar7;\n ulong uVar8;\n bool bVar9;\n \n if (memoized_tmpdir != (char *)0x0) {\n return memoize... | (translation_unit "char * FUN_00108f60(void)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n size_t sVar5;\n char *__dest;\n uint *puVar6;\n uint *puVar7;\n ulong uVar8;\n bool bVar9;\n \n if (DAT_00110548 != (char *)0x0) {\n return DAT_00110548;\n }\n pcVar4 = getenv("TMPDIR");\n if (... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDEN... | (function_definition "char * FUN_00108f60(void)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n size_t sVar5;\n char *__dest;\n uint *puVar6;\n uint *puVar7;\n ulong uVar8;\n bool bVar9;\n \n if (DAT_00110548 != (char *)0x0) {\n return DAT_00110548;\n }\n pcVar4 = getenv("TMPDIR");\n i... |
/* WARNING: Unknown calling convention */
char * function_1(void)
{
int var_5;
type_1 var_6;
type_1 var_8;
char *var_3;
size_t var_11;
char *__dest;
type_1 *var_7;
type_1 *puVar7;
type_2 uVar8;
bool bVar9;
if (var_1 != (char *)0x0) {
return var_1;
}
var_3 = var_2("TMPDIR");
if (var... | 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: (identifier)) (d... | null |
char * MASKED(void)
{
int iVar1;
uint uVar2;
uint uVar3;
char *pcVar4;
size_t sVar5;
char *__dest;
uint *puVar6;
uint *puVar7;
ulong uVar8;
bool bVar9;
if (DAT_00110548 != (char *)0x0) {
return DAT_00110548;
}
pcVar4 = getenv("TMPDIR");
if (pcVar4 == (char *)0x0) {
pcVar4 = gete... |
1057_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_initialize_xindex | FUN_001555a0 |
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_false> * this) */
Xindex * __thiscall
gold::Sized_relobj_dwo<64,_false>::do_initialize_xindex(Sized_relobj_dwo<64,_false> *this)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dwp.cc",0x... |
void FUN_001555a0(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");
}
| SUB RSP,0x8
LEA RDX,[0x36c810]
MOV ESI,0x163
LEA RDI,[0x36b004]
CALL 0x0017c650 | null | null | null | null | [(u'COPY_-1207282214', u'CALL_-1207282228'), ('const-1', u'RETURN_-1207282223'), ('const-3584004', u'COPY_-1207282214'), ('const-355', u'CALL_-1207282228'), ('const-3590160', u'COPY_-1207282213'), (u'COPY_-1207282213', u'CALL_-1207282228')] | [(u'COPY_-1207282214', u'CALL_-1207282228'), ('const-1', u'RETURN_-1207282223'), ('const-3584004', u'COPY_-1207282215'), ('const-3590160', u'COPY_-1207282214'), (u'COPY_-1207282215', u'CALL_-1207282228'), ('const-355', u'CALL_-1207282228')] | null | null | 001555a0 | x64 | O2 | (translation_unit "void FUN_001555a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}\n\n" (function_definition "void FUN_001555a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../... | (translation_unit "/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_false> * this) */\n\nXindex * __thiscall\ngold::Sized_relobj_dwo<64,_false>::do_initialize_xindex(Sized_relobj_dwo<64,_false> *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachab... | (translation_unit "void FUN_001555a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}\n\n" (function_definition "void FUN_001555a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" primitive_type (function_declar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_001555a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");\n}" (primitive_type "void") (function_declarator "FUN_001555a0(void)" (identifier "FUN_001555a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "vo... |
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_relobj_dwo<64,_false> * this) */
Xindex * __thiscall
gold::Sized_relobj_dwo<64,_false>::do_initialize_xindex(Sized_relobj_dwo<64,_false> *this)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dwp.cc",0x... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dwp.cc",0x163,"do_initialize_xindex");
}
|
7240_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | __ostream_insert<wchar_t,std::char_traits<wchar_t>> | FUN_002b0330 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wostream& std::__ostream_insert<wchar_t, std::char_traits<wchar_t> >(std::wostream&, wchar_t
const*, long) */
wostream *
std::__ostream_insert<wchar_t,std::char_traits<wchar_t>>
(wostream *param_1,wchar_t *param_2,long p... |
long * FUN_002b0330(long *param_1,undefined8 param_2,long param_3)
{
long *plVar1;
int *piVar2;
long lVar3;
int iVar4;
int iVar5;
long lVar6;
uint uVar7;
long lVar8;
long lVar9;
char local_48 [24];
FUN_002afd80(local_48,param_1);
if (local_48[0] != '\0') {
lVar8 = *(long *)(*param_1 + -... | PUSH R15
PUSH R14
MOV R14,RDX
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
LEA R13,[RSP + 0x20]
MOV qword ptr [RSP + 0x8],RSI
MOV RSI,RDI
MOV RDI,R13
CALL 0x002afd80
CMP byte ptr [RSP + 0x20],0x0
JZ 0x002b0433
MOV RAX,qword ptr [RBX]
MOV RBP,qword ptr [RAX + -0x18]
ADD RBP,RBX
MOV RAX,qword ptr [RBP + 0... | null | null | null | null | [(u'LOAD_-1204550157', u'PTRADD_-1204550086'), (u'LOAD_-1204549911', u'PTRADD_-1204548408'), (u'INT_ADD_-1204550394', u'CAST_-1204548682'), (u'PTRADD_-1204549925', u'LOAD_-1204549987'), (u'PTRADD_-1204549580', u'CAST_-1204548356'), (u'LOAD_-1204550516', u'INT_ADD_-1204550489'), (u'MULTIEQUAL_-1204549007', u'INT_ADD_-12... | [('const-433', u'LOAD_-1204549606'), (u'LOAD_-1204550410', u'INT_ADD_-1204550385'), (u'LOAD_-1204550516', u'INT_ADD_-1204550489'), ('tmp_4313', u'CALLIND_-1204550161'), ('const-433', u'LOAD_-1204550555'), ('const-1', u'STORE_-1204549572'), ('const-433', u'LOAD_-1204550491'), (u'CALLIND_-1204549592', u'MULTIEQUAL_-12045... | null | null | 002b0330 | x64 | O2 | (translation_unit "long * FUN_002b0330(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n int *piVar2;\n long lVar3;\n int iVar4;\n int iVar5;\n long lVar6;\n uint uVar7;\n long lVar8;\n long lVar9;\n char local_48 [24];\n \n FUN_002afd80(local_48,param_1);\n if (local_48[0] != '\0') {\n... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::wostream& std::__ostream_insert<wchar_t, std::char_traits<wchar_t> >(std::wostream&, wchar_t\n const*, long) */\n\nwostream *\nstd::__ostream_insert<wchar_t,std::char_traits<wchar_t>>\n (wostream *param_1... | (translation_unit "long * FUN_002b0330(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n int *piVar2;\n long lVar3;\n int iVar4;\n int iVar5;\n long lVar6;\n uint uVar7;\n long lVar8;\n long lVar9;\n char local_48 [24];\n \n FUN_002afd80(local_48,param_1);\n if (local_48[0] != '\0') {\n... | (translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (co... | (function_definition "long * FUN_002b0330(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n int *piVar2;\n long lVar3;\n int iVar4;\n int iVar5;\n long lVar6;\n uint uVar7;\n long lVar8;\n long lVar9;\n char local_48 [24];\n \n FUN_002afd80(local_48,param_1);\n if (local_48[0] != '\0') ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wostream& std::__ostream_insert<wchar_t, std::char_traits<wchar_t> >(std::wostream&, wchar_t
const*, long) */
wostream *
std::__ostream_insert<wchar_t,std::char_traits<wchar_t>>
(wostream *var_1,wchar_t *param_2,long var... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... | null |
long * MASKED(long *param_1,undefined8 param_2,long param_3)
{
long *plVar1;
int *piVar2;
long lVar3;
int iVar4;
int iVar5;
long lVar6;
uint uVar7;
long lVar8;
long lVar9;
char local_48 [24];
FUN_002afd80(local_48,param_1);
if (local_48[0] != '\0') {
lVar8 = *(long *)(*param_1 + -0x18) ... |
279_alpha-linux-gnu-ranlib_and_alpha-linux-gnu-ranlib_strip.c | bfd_iterate_over_targets | bfd_iterate_over_targets |
/* WARNING: Control flow encountered bad instruction data */
void bfd_iterate_over_targets(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_iterate_over_targets(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037406')] | [('const-1', u'RETURN_-1207037406')] | null | null | 00111218 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_iterate_over_targets(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_iterate_over_targets(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_iterate_over_targets(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_iterate_over_targets(void)\n\n{\n ... | (translation_unit "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_iterate_over_targets(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_iterate_over_targets(void)" (identifier "bfd_iterate_over_targets") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
86_nice_and_nice_strip.c | quotearg_style_mem | FUN_00104780 |
char * quotearg_style_mem(quoting_style s,char *arg,size_t argsize)
{
char *pcVar1;
pcVar1 = quotearg_n_style_mem(L'\0',s,arg,argsize);
return pcVar1;
}
|
void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001046e0(0,param_1,param_2,param_3);
return;
}
| MOV RCX,RDX
MOV RDX,RSI
MOV ESI,EDI
XOR EDI,EDI
JMP 0x001046e0 | null | null | null | null | [('tmp_45', u'CALL_-1206958177'), ('const-0', u'CALL_-1206958177'), ('const-0', u'RETURN_-1206958173'), (u'CALL_-1206958177', u'RETURN_-1206958173'), ('tmp_44', u'CALL_-1206958177'), ('tmp_43', u'CALL_-1206958177')] | [('const-0', u'RETURN_-1206958173'), ('tmp_127', u'CALL_-1206958177'), ('tmp_107', u'CALL_-1206958177'), ('tmp_106', u'CALL_-1206958177'), ('const-0', u'CALL_-1206958177')] | null | null | 00104780 | x64 | O2 | (translation_unit "void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001046e0(0,param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001046e0(0,param_1,param_2,param_3);\n return;... | (translation_unit "char * quotearg_style_mem(quoting_style s,char *arg,size_t argsize)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_style_mem(L'\0',s,arg,argsize);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_style_mem(quoting_style s,char *arg,size_t argsize)\n\n{\n char *pcVar1;\n \n pcVar1 ... | (translation_unit "void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001046e0(0,param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001046e0(0,param_1,param_2,param_3);\n return;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , IDENT , IDENT ))) ;)... | (function_definition "void FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001046e0(0,param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00104780(undefined4 param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00104780") (parameter_l... |
char * function_1(type_1 s,char *arg,size_t argsize)
{
char *pcVar1;
pcVar1 = var_1(L'\0',s,arg,argsize);
return pcVar1;
}
| 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,undefined8 param_2,undefined8 param_3)
{
FUN_001046e0(0,param_1,param_2,param_3);
return;
}
|
1080_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c | xcalloc | xcalloc |
/* WARNING: Control flow encountered bad instruction data */
void xcalloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void xcalloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1204455766')] | [('const-1', u'RETURN_-1204455766')] | null | null | 002a76a0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xcalloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xcalloc(void)\n\n{\n /* WARNING: Bad instruction ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xcalloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xcalloc(void)\n\n{\n /* WARNING: Bad instruction ... | (translation_unit "void xcalloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xcalloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xcalloc(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 xcalloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xcalloc(void)" (identifier "xcalloc") (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();
}
|
406_x86_64-linux-gnux32-readelf_and_x86_64-linux-gnux32-readelf_strip.c | fflush | fflush |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207537278')] | [('const-1', u'RETURN_-1207537278')] | null | null | 00197178 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.2.5 ... | (translation_unit "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1389_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | ~Struct_split_stack_adjust_size | FUN_00158f30 |
/* DWARF original prototype: void ~Struct_split_stack_adjust_size(Struct_split_stack_adjust_size *
this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_split_stack_adjust_size::~Struct_split_stack_adjust_size
(Struct_split_stack_adjust_size *this,int __in_chrg)
{
pointer pcVar1;
... |
void FUN_00158f30(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00425708;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x68);
return;
}
| LEA RAX,[0x425708]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00158f50
CALL 0x002dac60
MOV RDI,RBX
MOV ESI,0x68
POP RBX
JMP 0x002dac50 | null | null | null | null | [(u'PTRSUB_-1207267366', u'LOAD_-1207267512'), ('const-104', u'CALL_-1207267456'), ('const-0', u'PTRSUB_-1207267379'), ('tmp_93', u'CALL_-1207267456'), (u'PTRSUB_-1207267364', u'PTRSUB_-1207267361'), (u'PTRSUB_-1207267368', u'PTRSUB_-1207267364'), ('const-0', u'PTRSUB_-1207267364'), ('const-16', u'PTRSUB_-1207267361'),... | [('const-0', u'PTRSUB_-1207267380'), ('const-433', u'LOAD_-1207267512'), ('const-1', u'PTRADD_-1207267377'), ('tmp_194', u'PTRADD_-1207267372'), ('tmp_194', u'CALL_-1207267456'), (u'CAST_-1207267376', u'INT_NOTEQUAL_-1207267485'), ('tmp_194', u'STORE_-1207267516'), ('tmp_58', u'CBRANCH_-1207267484'), ('const-433', u'ST... | null | null | 00158f30 | x64 | O2 | (translation_unit "void FUN_00158f30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425708;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00158f30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_split_stack_adjust_size(Struct_split_stack_adjust_size *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_split_stack_adjust_size::~Struct_split_stack_adjust_size\n (Struct_split_stack_adjust_size *this,int __in_chrg)\n\n... | (translation_unit "void FUN_00158f30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425708;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00158f30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (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_00158f30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425708;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00158f30(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_split_stack_adjust_size(Struct_split_stack_adjust_size *
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_Struct_var = (type_2 **)&PTR_pa... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00425708;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x68);
return;
}
|
10135_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Sized_symbol<64>**,_std::vector<gold::Sized_symbol<64>*,_std::allocator<gold::Sized_symbol<64>*>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Weak_alias_sorter<64>_>_> | FUN_00457bb0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Sized_symbol<64>**,
std::vector<gold::Sized_symbol<64>*, std::allocator<gold::Sized_symbol<64>*> > >,
__gnu_cxx::__ops::_Val_comp_iter<gold::Weak_al... |
void FUN_00457bb0(undefined8 *param_1)
{
undefined8 uVar1;
char cVar2;
uVar1 = *param_1;
while( true ) {
cVar2 = FUN_00457990(&stack0x00000008,uVar1,param_1[-1]);
if (cVar2 == '\0') break;
*param_1 = param_1[-1];
param_1 = param_1 + -1;
}
*param_1 = uVar1;
return;
}
| PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
MOV RBP,qword ptr [RDI]
JMP 0x00457bc7
MOV RAX,qword ptr [RBX]
MOV qword ptr [RBX + 0x8],RAX
MOV RDX,qword ptr [RBX + -0x8]
MOV RSI,RBP
LEA RDI,[RSP + 0x20]
MOV R12,RBX
SUB RBX,0x8
CALL 0x00457990
TEST AL,AL
JNZ 0x00457bc0
MOV qword ptr [R12],RBP
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('tmp_31', u'BRANCH_-1202029622'), (u'CAST_-1202029447', u'STORE_-1202029550'), (u'CAST_-1202029422', u'CALL_-1202029568'), (u'BOOL_NEGATE_-1202029438', u'CBRANCH_-1202029552'), (u'CALL_-1202029568', u'BOOL_NEGATE_-1202029438'), ('tmp_301', u'COPY_-1202029509'), ('const-433', u'STORE_-1202029550'), ('const-433', u'STO... | [('tmp_31', u'BRANCH_-1202029622'), ('const-433', u'LOAD_-1202029570'), (u'COPY_-1202029501', u'MULTIEQUAL_-1202029478'), ('tmp_298', u'LOAD_-1202029629'), ('const--1', u'PTRADD_-1202029437'), ('const-8', u'PTRADD_-1202029437'), (u'LOAD_-1202029609', u'CALL_-1202029568'), (u'PTRADD_-1202029420', u'COPY_-1202029501'), (... | null | null | 00457bb0 | x64 | O2 | (translation_unit "void FUN_00457bb0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_00457990(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVar1;... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Sized_symbol<64>**,\n std::vector<gold::Sized_symbol<64>*, std::allocator<gold::Sized_symbol<64>*> > >,\n __gnu_cxx::__ops::_Val_c... | (translation_unit "void FUN_00457bb0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_00457990(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVar1;... | (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 = (pointer_expression * IDENT)) ;) (while_... | (function_definition "void FUN_00457bb0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n char cVar2;\n \n uVar1 = *param_1;\n while( true ) {\n cVar2 = FUN_00457990(&stack0x00000008,uVar1,param_1[-1]);\n if (cVar2 == '\0') break;\n *param_1 = param_1[-1];\n param_1 = param_1 + -1;\n }\n *param_1 = uVa... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Sized_symbol<64>**,
std::vector<gold::Sized_symbol<64>*, std::allocator<gold::Sized_symbol<64>*> > >,
__gnu_cxx::__ops::_Val_comp_iter<gold::Weak_al... | 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 |
void MASKED(undefined8 *param_1)
{
undefined8 uVar1;
char cVar2;
uVar1 = *param_1;
while( true ) {
cVar2 = FUN_00457990(&stack0x00000008,uVar1,param_1[-1]);
if (cVar2 == '\0') break;
*param_1 = param_1[-1];
param_1 = param_1 + -1;
}
*param_1 = uVar1;
return;
}
|
6833_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | operator<< | FUN_00283920 |
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wostream& (*)(std::wostream&)) */
void __thiscall std::wostream::operator<<(wostream *this,_func_wostream_ptr_wostream_ptr *param_1)
{
/* WARNING: Could not recover jumptable at 0x00283920. Too many branches */
/* WARNING: Treati... |
void FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)
{
/* WARNING: Could not recover jumptable at 0x00283920. Too many branches */
/* WARNING: Treating indirect jump as call */
(*UNRECOVERED_JUMPTABLE)();
return;
}
| JMP RSI | null | null | null | null | [('const-1', u'RETURN_-1204340437'), ('tmp_7', u'CALLIND_-1204340440'), ('tmp_8', u'CALLIND_-1204340440')] | [('const-1', u'RETURN_-1204340437'), ('tmp_20', u'CALLIND_-1204340440')] | null | null | 00283920 | x64 | O2 | (translation_unit "void FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)\n\n{\n /* WARNING: Could not recover jumptable at 0x00283920. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)();\n return;\n}\n\n" (function_defini... | (translation_unit "/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wostream& (*)(std::wostream&)) */\n\nvoid __thiscall std::wostream::operator<<(wostream *this,_func_wostream_ptr_wostream_ptr *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x00283920. Too many branches */\n ... | (translation_unit "void FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)\n\n{\n \n \n (*UNRECOVERED_JUMPTABLE)();\n return;\n}\n\n" (function_definition "void FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)\n\n{\n \n ... | (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 (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_l... | (function_definition "void FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)\n\n{\n \n \n (*UNRECOVERED_JUMPTABLE)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00283920(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)" (identifier "FUN_00283920") (... |
/* std::wostream::TEMPNAMEPLACEHOLDERVALUE(std::wostream& (*)(std::wostream&)) */
void __thiscall std::wostream::operator<<(wostream *type_2,_func_wostream_ptr_wostream_ptr *type_1)
{
/* WARNING: Could not recover jumptable at 0x00283920. Too many branches */
/* WARNING: Treat... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif... | null |
void MASKED(undefined8 param_1,code *UNRECOVERED_JUMPTABLE)
{
/* WARNING: Could not recover jumptable at 0x00283920. Too many branches */
/* WARNING: Treating indirect jump as call */
(*UNRECOVERED_JUMPTABLE)();
return;
}
|
6069_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | print | FUN_0025d690 |
/* DWARF original prototype: void print(Sections_element_assignment * this, FILE * f) */
void __thiscall gold::Sections_element_assignment::print(Sections_element_assignment *this,FILE *f)
{
fwrite(&DAT_0038529e,1,2,(FILE *)f);
Symbol_assignment::print(&this->assignment_,f);
return;
}
|
void FUN_0025d690(long param_1,FILE *param_2)
{
fwrite(&DAT_0038529e,1,2,param_2);
FUN_002644f0(param_1 + 8,param_2);
return;
}
| PUSH RBP
MOV RCX,RSI
MOV RBP,RSI
MOV EDX,0x2
PUSH RBX
MOV ESI,0x1
MOV RBX,RDI
LEA RDI,[0x38529e]
SUB RSP,0x8
CALL 0x001479a0
ADD RSP,0x8
LEA RDI,[RBX + 0x8]
MOV RSI,RBP
POP RBX
POP RBP
JMP 0x002644f0 | null | null | null | null | [('const-0', u'RETURN_-1204103431'), (u'PTRSUB_-1204103344', u'CALL_-1204103435'), ('const-1', u'CALL_-1204103474'), ('const-2', u'CALL_-1204103474'), ('const-0', u'PTRSUB_-1204103354'), (u'PTRSUB_-1204103354', u'CALL_-1204103474'), (u'CAST_-1204103354', u'CALL_-1204103474'), ('tmp_126', u'PTRSUB_-1204103344'), ('const... | [('const-0', u'RETURN_-1204103431'), ('const-2', u'CALL_-1204103474'), ('tmp_212', u'CALL_-1204103474'), ('const-8', u'INT_ADD_-1204103443'), ('tmp_214', u'INT_ADD_-1204103443'), ('const-3691166', u'PTRSUB_-1204103354'), ('tmp_212', u'CALL_-1204103435'), ('const-0', u'PTRSUB_-1204103354'), (u'PTRSUB_-1204103354', u'CAL... | null | null | 0025d690 | x64 | O2 | (translation_unit "void FUN_0025d690(long param_1,FILE *param_2)\n\n{\n fwrite(&DAT_0038529e,1,2,param_2);\n FUN_002644f0(param_1 + 8,param_2);\n return;\n}\n\n" (function_definition "void FUN_0025d690(long param_1,FILE *param_2)\n\n{\n fwrite(&DAT_0038529e,1,2,param_2);\n FUN_002644f0(param_1 + 8,param_2);\n ret... | (translation_unit "/* DWARF original prototype: void print(Sections_element_assignment * this, FILE * f) */\n\nvoid __thiscall gold::Sections_element_assignment::print(Sections_element_assignment *this,FILE *f)\n\n{\n fwrite(&DAT_0038529e,1,2,(FILE *)f);\n Symbol_assignment::print(&this->assignment_,f);\n return;\n}... | (translation_unit "void FUN_0025d690(long param_1,FILE *param_2)\n\n{\n fwrite(&DAT_0038529e,1,2,param_2);\n FUN_002644f0(param_1 + 8,param_2);\n return;\n}\n\n" (function_definition "void FUN_0025d690(long param_1,FILE *param_2)\n\n{\n fwrite(&DAT_0038529e,1,2,param_2);\n FUN_002644f0(param_1 + 8,param_2);\n ret... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDE... | (function_definition "void FUN_0025d690(long param_1,FILE *param_2)\n\n{\n fwrite(&DAT_0038529e,1,2,param_2);\n FUN_002644f0(param_1 + 8,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0025d690(long param_1,FILE *param_2)" (identifier "FUN_0025d690") (parameter_list "(long param_1,FILE *par... |
/* DWARF original prototype: void print(Sections_element_assignment * this, FILE * f) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f)
{
var_1(&DAT_0038529e,1,2,(type_2 *)f);
Symbol_assignment::function_1(&this->assignment_,f);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (id... | null |
void MASKED(long param_1,FILE *param_2)
{
fwrite(&DAT_0038529e,1,2,param_2);
FUN_002644f0(param_1 + 8,param_2);
return;
}
|
10173_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | has_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>> | FUN_00340c40 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bool std::has_facet<std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > > >(std::locale const&) */
bool std::
has_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wch... |
bool FUN_00340c40(long *param_1)
{
ulong uVar1;
long lVar2;
bool bVar3;
uVar1 = FUN_002dd3a0(&DAT_0044bd18);
bVar3 = false;
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_0031b7b0(lVar2,&PTR_PTR_FUN_00438640,&PTR... | PUSH RBX
MOV RBX,RDI
LEA RDI,[0x44bd18]
CALL 0x002dd3a0
MOV RCX,qword ptr [RBX]
MOV RDX,RAX
XOR EAX,EAX
CMP qword ptr [RCX + 0x10],RDX
JBE 0x00340c86
MOV RCX,qword ptr [RCX + 0x8]
MOV RDI,qword ptr [RCX + RDX*0x8]
TEST RDI,RDI
JZ 0x00340c86
LEA RDX,[0x43c788]
LEA RSI,[0x438640]
XOR ECX,ECX
CALL 0x0031b7b0
TEST RAX,RAX
... | null | null | null | null | [('const-0', u'PTRSUB_-1205138108'), ('const-433', u'LOAD_-1205138320'), ('const-0', u'COPY_-1205138174'), ('tmp_135', u'CBRANCH_-1205138271'), (u'COPY_-1205138174', u'COPY_-1205138141'), ('const-4504856', u'PTRSUB_-1205138108'), ('const-433', u'LOAD_-1205138292'), (u'CAST_-1205138085', u'LOAD_-1205138300'), (u'PTRSUB_... | [('const-433', u'LOAD_-1205138320'), (u'LOAD_-1205138292', u'INT_NOTEQUAL_-1205138272'), ('tmp_135', u'CBRANCH_-1205138271'), ('const-0', u'PTRSUB_-1205138113'), (u'INT_ADD_-1205138304', u'CAST_-1205138098'), (u'LOAD_-1205138342', u'INT_ADD_-1205138284'), (u'CAST_-1205138086', u'LOAD_-1205138292'), ('const-0', u'RETURN... | null | null | 00340c40 | x64 | O2 | (translation_unit "bool FUN_00340c40(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd18);\n bVar3 = false;\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_0031b7b0(lVa... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* bool std::has_facet<std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t,\n std::char_traits<wchar_t> > > >(std::locale const&) */\n\nbool std::\n has_facet<std::money_put<wchar_t,std::ostreambuf_iterator<wchar... | (translation_unit "bool FUN_00340c40(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd18);\n bVar3 = false;\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_0031b7b0(lVa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statemen... | (function_definition "bool FUN_00340c40(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd18);\n bVar3 = false;\n if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&\n (lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {\n lVar2 = FUN_0031b7b0(... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bool std::has_facet<std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > > >(std::locale const&) */
bool std::
has_facet<std::money_put<var_2,std::var_7<var_2,std::var_1<var_2>>>>
(l... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifi... | null |
bool MASKED(long *param_1)
{
ulong uVar1;
long lVar2;
bool bVar3;
uVar1 = FUN_002dd3a0(&DAT_0044bd18);
bVar3 = false;
if ((uVar1 < *(ulong *)(*param_1 + 0x10)) &&
(lVar2 = *(long *)(*(long *)(*param_1 + 8) + uVar1 * 8), lVar2 != 0)) {
lVar2 = FUN_0031b7b0(lVar2,&PTR_PTR_FUN_00438640,&PTR_PTR_F... |
7746_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | _S_compare | FUN_002de960 |
/* std::wstring::_S_compare(unsigned long, unsigned long) */
ulong std::wstring::_S_compare(ulong param_1,ulong param_2)
{
ulong uVar1;
ulong uVar2;
uVar2 = param_1 - param_2;
uVar1 = 0x7fffffff;
if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {
uVar1 = uVar2 & 0xf... |
ulong FUN_002de960(long param_1,long param_2)
{
ulong uVar1;
ulong uVar2;
uVar2 = param_1 - param_2;
uVar1 = 0x7fffffff;
if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {
uVar1 = uVar2 & 0xffffffff;
}
return uVar1;
}
| SUB RDI,RSI
MOV EAX,0x7fffffff
CMP RDI,0x7fffffff
JG 0x002de97e
CMP RDI,-0x80000000
LEA EAX,[RAX + 0x1]
CMOVGE EAX,EDI
RET | null | null | null | null | [('tmp_126', u'INT_SUB_-1204622986'), (u'INT_SLESS_-1204622958', u'CBRANCH_-1204622965'), ('const-0', u'RETURN_-1204622923'), ('tmp_111', u'CBRANCH_-1204622935'), (u'CAST_-1204622851', u'INT_SLESS_-1204622958'), ('tmp_64', u'CBRANCH_-1204622965'), (u'INT_SLESS_-1204622931', u'CBRANCH_-1204622935'), ('const-2147483647',... | [('const-2147483648', u'INT_SLESS_-1204622958'), (u'INT_SLESS_-1204622958', u'CBRANCH_-1204622965'), ('const-0', u'RETURN_-1204622923'), ('tmp_111', u'CBRANCH_-1204622935'), ('tmp_200', u'INT_SUB_-1204622986'), ('const--2147483649', u'INT_SLESS_-1204622931'), (u'CAST_-1204622851', u'INT_SLESS_-1204622958'), ('tmp_64', ... | null | null | 002de960 | x64 | O2 | (translation_unit "ulong FUN_002de960(long param_1,long param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n \n uVar2 = param_1 - param_2;\n uVar1 = 0x7fffffff;\n if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {\n uVar1 = uVar2 & 0xffffffff;\n }\n return uVar1;\n}\n\n" (function_... | (translation_unit "/* std::wstring::_S_compare(unsigned long, unsigned long) */\n\nulong std::wstring::_S_compare(ulong param_1,ulong param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n \n uVar2 = param_1 - param_2;\n uVar1 = 0x7fffffff;\n if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2... | (translation_unit "ulong FUN_002de960(long param_1,long param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n \n uVar2 = param_1 - param_2;\n uVar1 = 0x7fffffff;\n if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {\n uVar1 = uVar2 & 0xffffffff;\n }\n return uVar1;\n}\n\n" (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment... | (function_definition "ulong FUN_002de960(long param_1,long param_2)\n\n{\n ulong uVar1;\n ulong uVar2;\n \n uVar2 = param_1 - param_2;\n uVar1 = 0x7fffffff;\n if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {\n uVar1 = uVar2 & 0xffffffff;\n }\n return uVar1;\n}" (type_ident... |
/* std::wstring::_S_compare(unsigned long, unsigned long) */
type_1 std::wstring::function_1(type_1 var_1,type_1 var_2)
{
type_1 uVar1;
type_1 var_3;
var_3 = var_1 - var_2;
uVar1 = 0x7fffffff;
if (((long)var_3 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)var_3)) {
uVar1 = var_3 & 0xffff... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compou... | null |
ulong MASKED(long param_1,long param_2)
{
ulong uVar1;
ulong uVar2;
uVar2 = param_1 - param_2;
uVar1 = 0x7fffffff;
if (((long)uVar2 < 0x80000000) && (uVar1 = 0x80000000, -0x80000001 < (long)uVar2)) {
uVar1 = uVar2 & 0xffffffff;
}
return uVar1;
}
|
1054_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | ~Struct_no_noexecstack | FUN_00150340 |
/* DWARF original prototype: void ~Struct_no_noexecstack(Struct_no_noexecstack * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_noexecstack::~Struct_no_noexecstack
(Struct_no_noexecstack *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longname._M_dataplus.... |
void FUN_00150340(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003e1198;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x3e1198]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00150360
MOV RDI,RDX
JMP 0x002a2980
RET | null | null | null | null | [('const-0', u'PTRSUB_-1207303241'), ('const-0', u'PTRSUB_-1207303234'), ('tmp_68', u'PTRSUB_-1207303234'), ('const-0', u'PTRSUB_-1207303239'), ('const-0', u'PTRSUB_-1207303235'), ('const-0', u'PTRSUB_-1207303238'), (u'LOAD_-1207303349', u'CAST_-1207303223'), (u'INT_NOTEQUAL_-1207303317', u'CBRANCH_-1207303316'), ('con... | [('const-0', u'PTRSUB_-1207303242'), (u'PTRADD_-1207303238', u'INT_NOTEQUAL_-1207303317'), ('tmp_109', u'STORE_-1207303341'), ('const-4067736', u'PTRSUB_-1207303242'), ('const-1', u'PTRADD_-1207303246'), (u'PTRSUB_-1207303242', u'STORE_-1207303341'), (u'INT_NOTEQUAL_-1207303317', u'CBRANCH_-1207303316'), ('tmp_48', u'C... | null | null | 00150340 | x64 | O2 | (translation_unit "void FUN_00150340(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003e1198;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00150340(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit "/* DWARF original prototype: void ~Struct_no_noexecstack(Struct_no_noexecstack * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_noexecstack::~Struct_no_noexecstack\n (Struct_no_noexecstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->o... | (translation_unit "void FUN_00150340(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003e1198;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00150340(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (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_00150340(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003e1198;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00150340(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_noexecstack(Struct_no_noexecstack * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vp... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003e1198;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980((undefined8 *)param_1[1]);
return;
}
return;
}
|
3475_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | compute_final_local_value | FUN_001c35b0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Compute_final_local_value_status
compute_final_local_value(Sized_relobj_file<32,_true> * this, uint r_sym, Symbol_value<32> *
lv_in, Symbol_value<32> * lv_out, Symbol_table * symtab) */
Compute_final_local_value_status _... |
void FUN_001c35b0(void)
{
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) {
FUN_001c30a0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x0043e6b0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001c35e7
MOVZX EAX,byte ptr [RAX + 0x5051]
PUSH R8
LEA R8,[RDI + 0xe0]
LEA R9,[RDI + 0x50]
PUSH R8
MOV R8D,EAX
CALL 0x001c30a0
ADD RSP,0x18
RET
LEA RDX,[0x379870]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650 | null | null | null | null | [('const-0', u'PTRSUB_-1207748961'), ('tmp_169', u'CALL_-1207749107'), ('const-0', u'RETURN_-1207749083'), ('tmp_169', u'PTRSUB_-1207748961'), ('const-0', u'PTRSUB_-1207748952'), ('const-0', u'PTRSUB_-1207748948'), ('const-16', u'PTRSUB_-1207748982'), (u'PTRSUB_-1207748946', u'CALL_-1207749107'), (u'CALL_-1207749107', ... | [('const-433', u'LOAD_-1207749176'), ('const-3614416', u'COPY_-1207749007'), (u'CALL_-1207749107', u'INDIRECT_-1207748986'), ('const-0', u'RETURN_-1207749083'), ('tmp_60', u'CBRANCH_-1207749155'), ('const-92', u'CALL_-1207749060'), (u'PTRADD_-1207749114', u'CAST_-1207749005'), (u'COPY_-1207749007', u'CALL_-1207749060')... | null | null | 001c35b0 | x64 | O2 | (translation_unit "void FUN_001c35b0(void)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) {\n FUN_001c30a0();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "void FUN_001c35b0(void)\n\n{\n ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Compute_final_local_value_status\n compute_final_local_value(Sized_relobj_file<32,_true> * this, uint r_sym, Symbol_value<32> *\n lv_in, Symbol_value<32> * lv_out, Symbol_table * symtab) */\n\nCompute_fin... | (translation_unit "void FUN_001c35b0(void)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) {\n FUN_001c30a0();\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "void FUN_001c35b0(void)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) !... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarat... | (function_definition "void FUN_001c35b0(void)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) {\n FUN_001c30a0();\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n}" (primitive_type "void") (function_declarator "FUN_001c35b0(void)" (identifier "FUN_001c35b0") (... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Compute_final_local_value_status
compute_final_local_value(Sized_relobj_file<32,_true> * this, uint r_sym, Symbol_value<32> *
lv_in, Symbol_value<32> * lv_out, Symbol_table * symtab) */
type_1 __thiscall
gold::Sized_relo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression a... | null |
void MASKED(void)
{
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) != 0) {
FUN_001c30a0();
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
|
187_powerpc64le-linux-gnu-readelf_and_powerpc64le-linux-gnu-readelf_strip.c | arm_process_unwind | FUN_00128eb0 |
bfd_boolean arm_process_unwind(Filedata *filedata)
{
ushort uVar1;
uint uVar2;
Elf_Internal_Shdr *pEVar3;
undefined8 uVar4;
bfd_vma bVar5;
bool bVar6;
Elf_Internal_Ehdr *pEVar7;
uchar uVar8;
uchar uVar9;
uchar uVar10;
undefined1 uVar11;
bool bVar12;
bfd_boolean bVar13;
Elf_Internal_Sym *pE... |
undefined4 FUN_00128eb0(long param_1)
{
short sVar1;
uint uVar2;
bool bVar3;
undefined4 uVar4;
bool bVar5;
int iVar6;
undefined8 uVar7;
ulong uVar8;
undefined8 uVar9;
char *pcVar10;
long *plVar11;
long *plVar12;
int iVar13;
int iVar14;
long lVar15;
size_t sVar16;
long lVar17;
ulong... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
SUB RSP,0x148
MOVZX EBX,word ptr [RDI + 0x52]
CMP BX,0x28
JZ 0x00128ed9
CMP BX,0x8c
JNZ 0x001296b0
CMP qword ptr [R12 + 0x80],0x0
MOV dword ptr [RSP + 0x54],0x0
JZ 0x00129554
MOV EDX,dword ptr [R12 + 0x64]
PXOR XMM0,XMM0
LEA R15,[RSP + 0x100]
MOV qword p... | null | null | null | null | [(u'COPY_-1207061056', u'MULTIEQUAL_-1207066045'), (u'CALL_-1207066767', u'INDIRECT_-1207060751'), (u'LOAD_-1207070404', u'CAST_-1207061410'), ('const-80', u'PTRADD_-1207061593'), (u'MULTIEQUAL_-1207062815', u'MULTIEQUAL_-1207062570'), (u'INDIRECT_-1207063099', u'MULTIEQUAL_-1207063869'), ('const-24', u'PTRSUB_-1207060... | [(u'MULTIEQUAL_-1207066615', u'INT_ADD_-1207070620'), (u'INDIRECT_-1207061928', u'INT_NOTEQUAL_-1207068457'), (u'CALL_-1207070507', u'INDIRECT_-1207062252'), (u'CALL_-1207068234', u'INDIRECT_-1207061426'), (u'MULTIEQUAL_-1207061453', u'MULTIEQUAL_-1207060242'), (u'CALL_-1207070483', u'INDIRECT_-1207064639'), (u'CALL_-1... | null | null | 00128eb0 | x64 | O2 | (translation_unit "undefined4 FUN_00128eb0(long param_1)\n\n{\n short sVar1;\n uint uVar2;\n bool bVar3;\n undefined4 uVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n ulong uVar8;\n undefined8 uVar9;\n char *pcVar10;\n long *plVar11;\n long *plVar12;\n int iVar13;\n int iVar14;\n long lVar15;\n s... | (translation_unit "bfd_boolean arm_process_unwind(Filedata *filedata)\n\n{\n ushort uVar1;\n uint uVar2;\n Elf_Internal_Shdr *pEVar3;\n undefined8 uVar4;\n bfd_vma bVar5;\n bool bVar6;\n Elf_Internal_Ehdr *pEVar7;\n uchar uVar8;\n uchar uVar9;\n uchar uVar10;\n undefined1 uVar11;\n bool bVar12;\n bfd_boole... | (translation_unit "undefined4 FUN_00128eb0(long param_1)\n\n{\n short sVar1;\n uint uVar2;\n bool bVar3;\n undefined4 uVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n ulong uVar8;\n undefined8 uVar9;\n char *pcVar10;\n long *plVar11;\n long *plVar12;\n int iVar13;\n int iVar14;\n long lVar15;\n s... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier short) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TY... | (function_definition "undefined4 FUN_00128eb0(long param_1)\n\n{\n short sVar1;\n uint uVar2;\n bool bVar3;\n undefined4 uVar4;\n bool bVar5;\n int iVar6;\n undefined8 uVar7;\n ulong uVar8;\n undefined8 uVar9;\n char *pcVar10;\n long *plVar11;\n long *plVar12;\n int iVar13;\n int iVar14;\n long lVar15;\n... |
type_1 function_1(type_2 *filedata)
{
type_3 var_1;
type_4 var_4;
type_5 *pEVar3;
type_6 uVar4;
type_7 bVar5;
bool bVar6;
type_8 *pEVar7;
type_9 uVar8;
type_9 uVar9;
type_9 uVar10;
type_10 uVar11;
bool bVar12;
type_1 var_28;
type_11 *var_20;
char *pcVar15;
type_2 *pFVar16;
type_12 va... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier... | null |
undefined4 MASKED(long param_1)
{
short sVar1;
uint uVar2;
bool bVar3;
undefined4 uVar4;
bool bVar5;
int iVar6;
undefined8 uVar7;
ulong uVar8;
undefined8 uVar9;
char *pcVar10;
long *plVar11;
long *plVar12;
int iVar13;
int iVar14;
long lVar15;
size_t sVar16;
long lVar17;
ulong uVar1... |
166_powerpc64le-linux-gnu-size_and_powerpc64le-linux-gnu-size_strip.c | fprintf | fprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.2.5 */
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fprintf(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206935206')] | [('const-1', u'RETURN_-1206935206')] | null | null | 0010a150 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ... | (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FIL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fprintf@@GLIBC_2.2.5... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream,char *__format,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
933_alpha-linux-gnu-as_and_alpha-linux-gnu-as_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.2.5 */
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_-1207307758')] | [('const-1', u'RETURN_-1207307758')] | null | null | 0016f208 | x64 | O2 | (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.2.5 */
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();
}
|
12_ia64-linux-gnu-ranlib_and_ia64-linux-gnu-ranlib_strip.c | strcpy | strcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();
return pcVar1;
}
| JMP qword ptr [0x00110060] | null | null | null | null | [(u'INDIRECT_-1206968057', u'COPY_-1206968116'), ('tmp_38', u'CAST_-1206968052'), (u'CAST_-1206968052', u'CALLIND_-1206968120'), (u'CALLIND_-1206968120', u'INDIRECT_-1206968057'), ('const-0', u'RETURN_-1206968117'), (u'CALLIND_-1206968120', u'CAST_-1206968051'), (u'CAST_-1206968051', u'RETURN_-1206968117')] | [(u'INDIRECT_-1206968057', u'COPY_-1206968116'), ('tmp_38', u'CAST_-1206968052'), (u'CAST_-1206968052', u'CALLIND_-1206968120'), (u'CALLIND_-1206968120', u'INDIRECT_-1206968057'), ('const-0', u'RETURN_-1206968117'), (u'CALLIND_-1206968120', u'CAST_-1206968051'), (u'CAST_-1206968051', u'RETURN_-1206968117')] | null | null | 001020c0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\... | (translation_unit "char * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();\n return pcVar1;\n}\n\n" (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();\n return pcV... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_st... | (function_definition "char * strcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strcpy_00110060)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strcpy(char *__dest,char *__src)" (* "*") (function_declarator "strcpy(char *__dest,char *__src)" (identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strcpy_00110060)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00110060)();
return pcVar1;
}
|
190_x86_64-linux-gnu-readelf_and_x86_64-linux-gnu-readelf_strip.c | display_mips_gnu_attribute | FUN_0012a230 |
uchar * display_mips_gnu_attribute(uchar *p,uint tag,uchar *end)
{
uchar *puVar1;
dwarf_vma dVar2;
char *pcVar3;
uint len;
if (tag == 4) {
dVar2 = read_leb128(p,&len,0,end);
printf(" Tag_GNU_MIPS_ABI_FP: ");
print_mips_fp_abi_value((uint)dVar2);
return p + len;
}
if (tag == 8) {
... |
long FUN_0012a230(long param_1,uint param_2,undefined8 param_3)
{
uint uVar1;
undefined4 uVar2;
long lVar3;
char *pcVar4;
uint local_1c [3];
if (param_2 == 4) {
uVar2 = FUN_0013fb20(param_1,local_1c,0,param_3);
printf(" Tag_GNU_MIPS_ABI_FP: ");
FUN_00111ae0(uVar2);
return param_1 + (ul... | PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x18
CMP ESI,0x4
JZ 0x0012a2b0
CMP ESI,0x8
JZ 0x0012a260
MOV EDI,ESI
MOV RSI,RBX
AND EDI,0x1
CALL 0x001124d0
MOV RBX,RAX
ADD RSP,0x18
MOV RAX,RBX
POP RBX
POP RBP
RET
MOV RCX,RDX
LEA RSI,[RSP + 0xc]
XOR EDX,EDX
CALL 0x0013fb20
LEA RDI,[0x16a214]
MOV RBP,RAX
MOV EAX,dword ptr [RSP + ... | null | null | null | null | [(u'INDIRECT_-1207065245', u'INT_ZEXT_-1207065499'), ('const-1460322', u'COPY_-1207065297'), ('const-0', u'RETURN_-1207065356'), ('tmp_764', u'PTRADD_-1207065822'), ('const-1483284', u'COPY_-1207065324'), ('const-4294967295', u'INT_AND_-1207065473'), ('tmp_340', u'CBRANCH_-1207065841'), (u'INT_ZEXT_-1207065499', u'PTRA... | [('tmp_340', u'CBRANCH_-1207065841'), ('tmp_1542', u'PTRSUB_-1207065295'), (u'COPY_-1207065380', u'RETURN_-1207065365'), (u'COPY_-1207065960', u'RETURN_-1207065935'), (u'CALL_-1207065908', u'INT_EQUAL_-1207065842'), (u'PTRSUB_-1207065295', u'CALL_-1207065908'), ('tmp_1544', u'CALL_-1207065977'), (u'INT_NOTEQUAL_-120706... | null | null | 0012a230 | x64 | O2 | (translation_unit "long FUN_0012a230(long param_1,uint param_2,undefined8 param_3)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n char *pcVar4;\n uint local_1c [3];\n \n if (param_2 == 4) {\n uVar2 = FUN_0013fb20(param_1,local_1c,0,param_3);\n printf(" Tag_GNU_MIPS_ABI_FP: ");\n FUN_00111ae0(uV... | (translation_unit "uchar * display_mips_gnu_attribute(uchar *p,uint tag,uchar *end)\n\n{\n uchar *puVar1;\n dwarf_vma dVar2;\n char *pcVar3;\n uint len;\n \n if (tag == 4) {\n dVar2 = read_leb128(p,&len,0,end);\n printf(" Tag_GNU_MIPS_ABI_FP: ");\n print_mips_fp_abi_value((uint)dVar2);\n return p + l... | (translation_unit "long FUN_0012a230(long param_1,uint param_2,undefined8 param_3)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n char *pcVar4;\n uint local_1c [3];\n \n if (param_2 == 4) {\n uVar2 = FUN_0013fb20(param_1,local_1c,0,param_3);\n printf(" Tag_GNU_MIPS_ABI_FP: ");\n FUN_00111ae0(uV... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "long FUN_0012a230(long param_1,uint param_2,undefined8 param_3)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n char *pcVar4;\n uint local_1c [3];\n \n if (param_2 == 4) {\n uVar2 = FUN_0013fb20(param_1,local_1c,0,param_3);\n printf(" Tag_GNU_MIPS_ABI_FP: ");\n FUN_00111ae0... |
type_1 * function_1(type_1 *var_5,type_2 var_1,type_1 *end)
{
type_1 *puVar1;
type_3 var_7;
char *pcVar3;
type_2 var_6;
if (var_1 == 4) {
var_7 = var_2(var_5,&var_6,0,end);
var_3(" Tag_GNU_MIPS_ABI_FP: ");
var_4((type_2)var_7);
return var_5 + var_6;
}
if (var_1 == 8) {
var_7 = va... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_decl... | null |
long MASKED(long param_1,uint param_2,undefined8 param_3)
{
uint uVar1;
undefined4 uVar2;
long lVar3;
char *pcVar4;
uint local_1c [3];
if (param_2 == 4) {
uVar2 = FUN_0013fb20(param_1,local_1c,0,param_3);
printf(" Tag_GNU_MIPS_ABI_FP: ");
FUN_00111ae0(uVar2);
return param_1 + (ulong)lo... |
105_md5sum_and_md5sum_strip.c | quotearg_n_style | FUN_001065e0 |
char * quotearg_n_style(wchar_t n,quoting_style s,char *arg)
{
long lVar1;
char *pcVar2;
long in_FS_OFFSET;
quoting_options o;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
if (s == custom_quoting_style) {
/* WARNING: Subroutine does not return */
abort();
}
o.flags = L'\0';
o.q... |
void FUN_001065e0(undefined8 param_1,int param_2,undefined8 param_3)
{
long in_FS_OFFSET;
int local_48 [14];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 == 10) {
/* WARNING: Subroutine does not return */
abort();
}
local_48[1] = 0;
local_48[2] = 0;
... | SUB RSP,0x48
MOV RAX,RDX
MOV RDX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x38],RDX
XOR EDX,EDX
CMP ESI,0xa
JZ 0x0010239a
MOV dword ptr [RSP],ESI
MOV RCX,RSP
MOV RSI,RAX
MOV RDX,-0x1
MOV dword ptr [RSP + 0x4],0x0
MOV qword ptr [RSP + 0x8],0x0
MOV qword ptr [RSP + 0x10],0x0
MOV qword ptr [RSP + 0x18],0x0
MOV qword ptr [... | null | null | null | null | [(u'COPY_-1206950167', u'PIECE_-1206950108'), (u'INDIRECT_-1206950115', u'INT_ADD_-1206950224'), (u'CALL_-1206950250', u'INDIRECT_-1206950068'), (u'INT_EQUAL_-1206950226', u'CBRANCH_-1206950217'), (u'CALL_-1206950193', u'INDIRECT_-1206950050'), ('const-0', u'COPY_-1206950156'), (u'COPY_-1206950132', u'PIECE_-1206950072... | [(u'COPY_-1206950167', u'PIECE_-1206950108'), (u'CALL_-1206950250', u'INDIRECT_-1206950068'), (u'INT_EQUAL_-1206950226', u'CBRANCH_-1206950217'), (u'CALL_-1206950193', u'INDIRECT_-1206950050'), (u'COPY_-1206950132', u'PIECE_-1206950072'), (u'CAST_-1206950136', u'LOAD_-1206950412'), ('tmp_462', u'COPY_-1206950097'), (u'... | null | null | 001065e0 | x64 | O2 | (translation_unit "void FUN_001065e0(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n long in_FS_OFFSET;\n int local_48 [14];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 == 10) {\n /* WARNING: Subroutine does not return */\n abort();\n }\n local_... | (translation_unit "char * quotearg_n_style(wchar_t n,quoting_style s,char *arg)\n\n{\n long lVar1;\n char *pcVar2;\n long in_FS_OFFSET;\n quoting_options o;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n if (s == custom_quoting_style) {\n /* WARNING: Subroutine does not return */\n abort();... | (translation_unit "void FUN_001065e0(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n long in_FS_OFFSET;\n int local_48 [14];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 == 10) {\n \n abort();\n }\n local_48[1] = 0;\n local_48[2] = 0;\n local_4... | (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 (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LI... | (function_definition "void FUN_001065e0(undefined8 param_1,int param_2,undefined8 param_3)\n\n{\n long in_FS_OFFSET;\n int local_48 [14];\n long local_10;\n \n local_10 = *(long *)(in_FS_OFFSET + 0x28);\n if (param_2 == 10) {\n \n abort();\n }\n local_48[1] = 0;\n local_48[2] = 0;\n loca... |
char * function_1(type_1 n,type_2 var_2,char *arg)
{
long var_6;
char *pcVar2;
long var_1;
type_3 o;
var_6 = *(long *)(var_1 + 0x28);
if (var_2 == var_3) {
/* WARNING: Subroutine does not return */
var_4();
}
o.flags = L'\0';
o.quote_these_too[0] = 0;
o.quote_these_too[1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type... | null |
void MASKED(undefined8 param_1,int param_2,undefined8 param_3)
{
long in_FS_OFFSET;
int local_48 [14];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 == 10) {
/* WARNING: Subroutine does not return */
abort();
}
local_48[1] = 0;
local_48[2] = 0;
loca... |
676_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c | isatty | isatty |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int isatty(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* isatty@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int isatty(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207492366')] | [('const-1', u'RETURN_-1207492366')] | null | null | 001820e8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint isatty(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (functi... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint isatty(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* isatty@@GLIBC_2.2.5 */\n ... | (translation_unit "int isatty(int __fd)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int isatty(int __fd)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "isatty(int __fd)" identifier (parameter_list "(int __fd)" ( (parameter_declaration "int __fd" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int isatty(int __fd)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "isatty(int __fd)" (identifier "isatty") (parameter_list "(int __fd)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) () ")"))) (compound_stateme... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* isatty@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
13547_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | time_get | FUN_00502410 |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::time_get(unsigned long) */
void __thiscall
std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::time_get
(time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>... |
void FUN_00502410(undefined8 *param_1,long param_2)
{
*(uint *)(param_1 + 1) = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_0067ab50;
return;
}
| XOR EAX,EAX
TEST RSI,RSI
SETNZ AL
MOV dword ptr [RDI + 0x8],EAX
LEA RAX,[0x67ab40]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
RET | null | null | null | null | [('tmp_106', u'INT_NOTEQUAL_-1202772948'), ('const-8', u'PTRADD_-1202772882'), ('const-433', u'STORE_-1202772916'), ('tmp_105', u'PTRADD_-1202772882'), ('const-1', u'PTRADD_-1202772882'), (u'CAST_-1202772848', u'STORE_-1202772942'), ('const-6794064', u'PTRSUB_-1202772833'), ('tmp_105', u'CAST_-1202772833'), ('const-0',... | [('const-433', u'STORE_-1202772942'), ('tmp_137', u'PTRADD_-1202772847'), ('const-1', u'PTRADD_-1202772847'), (u'CAST_-1202772847', u'STORE_-1202772942'), ('const-0', u'PTRSUB_-1202772833'), ('const-0', u'RETURN_-1202772903'), ('tmp_137', u'STORE_-1202772916'), (u'INT_NOTEQUAL_-1202772948', u'INT_ZEXT_-1202772902'), (u... | null | null | 00502410 | x64 | O2 | (translation_unit "void FUN_00502410(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0067ab50;\n return;\n}\n\n" (function_definition "void FUN_00502410(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 =... | (translation_unit "/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::time_get(unsigned long) */\n\nvoid __thiscall\nstd::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::time_get\n (time_get<wchar_t,std::istreambuf_iterator<wchar_t,std:... | (translation_unit "void FUN_00502410(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0067ab50;\n return;\n}\n\n" (function_definition "void FUN_00502410(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 =... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (... | (function_definition "void FUN_00502410(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_0067ab50;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00502410(undefined8 *param_1,long param_2)" (identifier "FUN_00502410") (parameter_list "(und... |
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::time_get(unsigned long) */
void __thiscall
std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::time_get
(time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (i... | null |
void MASKED(undefined8 *param_1,long param_2)
{
*(uint *)(param_1 + 1) = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_0067ab50;
return;
}
|
6453_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | compute_final_value<32> | FUN_00275150 |
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Value_type compute_final_value<32>(Symbol_table * this,
Sized_symbol<32> * sym, Compute_final_value_status * pstatus) */
Value_type __thiscall
gold::Symbol_table::compu... |
ulong FUN_00275150(long param_1,long param_2,undefined4 *param_3)
{
int iVar1;
char cVar2;
uint uVar3;
int iVar4;
long lVar5;
long *plVar6;
ulong uVar7;
byte bVar8;
long *plVar9;
undefined1 auVar10 [16];
bVar8 = *(byte *)(param_2 + 0x3a);
switch(bVar8 & 7) {
case 0:
if ((bVar8 & 7) !=... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RDX
PUSH RBX
SUB RSP,0x18
MOVZX EDX,byte ptr [RSI + 0x3a]
MOV EAX,EDX
AND EAX,0x7
CMP AL,0x4
JA 0x0027559b
LEA RCX,[0x3868e4]
MOVZX EAX,AL
MOV RBX,RSI
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
JMP RAX
AND EDX,0x7
JNZ 0x002755d2
MOVZX R12D,byte ptr [RSI + 0x3b]... | null | null | null | null | [(u'INT_EQUAL_-1204268070', u'CBRANCH_-1204268068'), ('const-0', u'PTRSUB_-1204264361'), ('const-60', u'PTRSUB_-1204264518'), (u'COPY_-1204263576', u'CALL_-1204266298'), (u'PTRSUB_-1204264030', u'PTRSUB_-1204263975'), (u'INT_EQUAL_-1204267917', u'CBRANCH_-1204267912'), (u'INT_NOTEQUAL_-1204268315', u'CBRANCH_-120426831... | [(u'INT_EQUAL_-1204268070', u'CBRANCH_-1204268068'), (u'INT_ADD_-1204267888', u'CAST_-1204264408'), (u'INT_NOTEQUAL_-1204268315', u'CBRANCH_-1204268314'), (u'CAST_-1204264485', u'LOAD_-1204268091'), ('const-1', u'PTRADD_-1204264413'), ('const-712', u'INT_ADD_-1204267958'), (u'CAST_-1204264697', u'LOAD_-1204268053'), ('... | null | null | 00275150 | x64 | O2 | (translation_unit "ulong FUN_00275150(long param_1,long param_2,undefined4 *param_3)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n long lVar5;\n long *plVar6;\n ulong uVar7;\n byte bVar8;\n long *plVar9;\n undefined1 auVar10 [16];\n \n bVar8 = *(byte *)(param_2 + 0x3a);\n switch(bVar8 & 7) {... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Value_type compute_final_value<32>(Symbol_table * this,\n Sized_symbol<32> * sym, Compute_final_value_status * pstatus) */\n\nValue_type __thiscall\ng... | (translation_unit "ulong FUN_00275150(long param_1,long param_2,undefined4 *param_3)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n long lVar5;\n long *plVar6;\n ulong uVar7;\n byte bVar8;\n long *plVar9;\n undefined1 auVar10 [16];\n \n bVar8 = *(byte *)(param_2 + 0x3a);\n switch(bVar8 & 7) {... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "ulong FUN_00275150(long param_1,long param_2,undefined4 *param_3)\n\n{\n int iVar1;\n char cVar2;\n uint uVar3;\n int iVar4;\n long lVar5;\n long *plVar6;\n ulong uVar7;\n byte bVar8;\n long *plVar9;\n undefined1 auVar10 [16];\n \n bVar8 = *(byte *)(param_2 + 0x3a);\n switch(bVar8 & 7... |
/* WARNING: Type propagation algorithm not settling */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Value_type compute_final_value<32>(Symbol_table * this,
Sized_symbol<32> * sym, Compute_final_value_status * pstatus) */
type_1 __thiscall
var_6::type_2::function_1<32>... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_decl... | null |
ulong MASKED(long param_1,long param_2,undefined4 *param_3)
{
int iVar1;
char cVar2;
uint uVar3;
int iVar4;
long lVar5;
long *plVar6;
ulong uVar7;
byte bVar8;
long *plVar9;
undefined1 auVar10 [16];
bVar8 = *(byte *)(param_2 + 0x3a);
switch(bVar8 & 7) {
case 0:
if ((bVar8 & 7) != 0) {
... |
6913_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | rend | FUN_002a9a70 |
/* std::string::rend() */
void std::string::rend(void)
{
undefined8 *in_RSI;
undefined8 *in_RDI;
*in_RDI = *in_RSI;
return;
}
|
undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)
{
*param_1 = *param_2;
return param_1;
}
| MOV RDX,qword ptr [RSI]
MOV RAX,RDI
MOV qword ptr [RDI],RDX
RET | null | null | null | null | [('const-433', u'LOAD_-1204446606'), (u'LOAD_-1204446606', u'STORE_-1204446595'), ('const-0', u'RETURN_-1204446582'), ('tmp_25', u'STORE_-1204446595'), ('tmp_24', u'LOAD_-1204446606'), ('const-433', u'STORE_-1204446595')] | [('const-433', u'LOAD_-1204446606'), ('tmp_25', u'COPY_-1204446602'), (u'LOAD_-1204446606', u'STORE_-1204446595'), ('const-0', u'RETURN_-1204446582'), (u'COPY_-1204446602', u'RETURN_-1204446582'), ('tmp_25', u'STORE_-1204446595'), ('tmp_24', u'LOAD_-1204446606'), ('const-433', u'STORE_-1204446595')] | null | null | 002a9a70 | x64 | O2 | (translation_unit "undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "... | (translation_unit "/* std::string::rend() */\n\nvoid std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\n}\n\n" comment (function_definition "void std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\... | (translation_unit "undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (assignment_expression (pointer_expression... | (function_definition "undefined8 * FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_002a9a70(undefined8 *param_1,undefined8 *param_2)" (* "*") (function_declarator "FUN_002a9a70(undefined8 *param_1,undefin... |
/* std::string::rend() */
void std::string::function_1(void)
{
type_1 *in_RSI;
type_1 *in_RDI;
*in_RDI = *in_RSI;
return;
}
| 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 |
undefined8 * MASKED(undefined8 *param_1,undefined8 *param_2)
{
*param_1 = *param_2;
return param_1;
}
|
358_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | walk_wild | FUN_001192a0 |
void walk_wild(lang_wild_statement_type *s,callback_t callback,void *data)
{
char *__s;
bfd_boolean bVar1;
int iVar2;
char *pcVar3;
lang_input_statement_type *f;
lang_statement_union *plVar4;
__s = s->filename;
if (__s == (char *)0x0) {
plVar4 = file_chain.head;
if (file_chain.head != (lang... |
void FUN_001192a0(long param_1,undefined8 param_2,undefined8 param_3)
{
char *__s;
int iVar1;
char *pcVar2;
long lVar3;
__s = *(char **)(param_1 + 0x10);
if (__s == (char *)0x0) {
lVar3 = DAT_0017b230;
if (DAT_0017b230 != 0) {
do {
FUN_001154e0(param_1,lVar3,param_2,param_3);
... | PUSH R15
PUSH R14
PUSH R13
MOV R13,RDX
PUSH R12
MOV R12,RSI
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x8
MOV R14,qword ptr [RDI + 0x10]
TEST R14,R14
JZ 0x001193a0
MOVSX ESI,byte ptr [0x0017ba0a]
TEST SIL,SIL
JZ 0x00119340
MOV RDI,R14
CALL 0x00109380
MOV R15,RAX
TEST RAX,RAX
JZ 0x00119340
MOV RBX,qword ptr [0x0017b230]
TES... | null | null | null | null | [(u'PTRSUB_-1207003518', u'CAST_-1207003472'), ('tmp_407', u'CBRANCH_-1207004212'), (u'CALL_-1207004062', u'INT_EQUAL_-1207004048'), ('tmp_669', u'CBRANCH_-1207003913'), ('tmp_974', u'CALL_-1207003901'), ('tmp_2565', u'INT_EQUAL_-1207004409'), (u'MULTIEQUAL_-1207003533', u'MULTIEQUAL_-1207003621'), ('const-1306849', u'... | [(u'CALL_-1207003929', u'INT_NOTEQUAL_-1207003914'), ('tmp_407', u'CBRANCH_-1207004212'), (u'INT_NOTEQUAL_-1207004259', u'CBRANCH_-1207004259'), (u'CALL_-1207004062', u'INT_EQUAL_-1207004048'), ('tmp_669', u'CBRANCH_-1207003913'), (u'MULTIEQUAL_-1207003423', u'INT_ADD_-1207004075'), (u'MULTIEQUAL_-1207003547', u'INT_NO... | null | null | 001192a0 | x64 | O2 | (translation_unit "void FUN_001192a0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n char *__s;\n int iVar1;\n char *pcVar2;\n long lVar3;\n \n __s = *(char **)(param_1 + 0x10);\n if (__s == (char *)0x0) {\n lVar3 = DAT_0017b230;\n if (DAT_0017b230 != 0) {\n do {\n FUN_001154e0(param... | (translation_unit "void walk_wild(lang_wild_statement_type *s,callback_t callback,void *data)\n\n{\n char *__s;\n bfd_boolean bVar1;\n int iVar2;\n char *pcVar3;\n lang_input_statement_type *f;\n lang_statement_union *plVar4;\n \n __s = s->filename;\n if (__s == (char *)0x0) {\n plVar4 = file_chain.head;\n ... | (translation_unit "void FUN_001192a0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n char *__s;\n int iVar1;\n char *pcVar2;\n long lVar3;\n \n __s = *(char **)(param_1 + 0x10);\n if (__s == (char *)0x0) {\n lVar3 = DAT_0017b230;\n if (DAT_0017b230 != 0) {\n do {\n FUN_001154e0(param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT... | (function_definition "void FUN_001192a0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n char *__s;\n int iVar1;\n char *pcVar2;\n long lVar3;\n \n __s = *(char **)(param_1 + 0x10);\n if (__s == (char *)0x0) {\n lVar3 = DAT_0017b230;\n if (DAT_0017b230 != 0) {\n do {\n FUN_001154e0(pa... |
void function_1(type_1 *s,type_2 callback,void *data)
{
char *var_1;
type_3 var_12;
int var_10;
char *var_5;
type_4 *var_8;
type_5 *var_3;
var_1 = s->filename;
if (var_1 == (char *)0x0) {
var_3 = file_chain.head;
if (file_chain.head != (type_5 *)0x0) {
do {
var_2(s,&var_3->inp... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
char *__s;
int iVar1;
char *pcVar2;
long lVar3;
__s = *(char **)(param_1 + 0x10);
if (__s == (char *)0x0) {
lVar3 = DAT_0017b230;
if (DAT_0017b230 != 0) {
do {
FUN_001154e0(param_1,lVar3,param_2,param_3);
lV... |
215_bc_and_bc_strip.c | add_history | add_history |
/* WARNING: Control flow encountered bad instruction data */
void add_history(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void add_history(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207005078')] | [('const-1', u'RETURN_-1207005078')] | null | null | 00119060 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid add_history(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void add_history(void)\n\n{\n /* WARNING: Bad inst... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid add_history(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void add_history(void)\n\n{\n /* WARNING: Bad inst... | (translation_unit "void add_history(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void add_history(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "add_history(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 add_history(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "add_history(void)" (identifier "add_history") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
40_nohup_and_nohup_strip.c | mempcpy | mempcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * mempcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * mempcpy(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();
return pvVar1;
}
| JMP qword ptr [0x0010a140] | null | null | null | null | [(u'CAST_-1206967602', u'RETURN_-1206967669'), (u'CALLIND_-1206967672', u'INDIRECT_-1206967608'), ('const-0', u'RETURN_-1206967669'), (u'INDIRECT_-1206967608', u'COPY_-1206967667'), (u'CAST_-1206967603', u'CALLIND_-1206967672'), ('tmp_44', u'CAST_-1206967603'), (u'CALLIND_-1206967672', u'CAST_-1206967602')] | [(u'CAST_-1206967602', u'RETURN_-1206967669'), (u'CALLIND_-1206967672', u'INDIRECT_-1206967608'), ('const-0', u'RETURN_-1206967669'), (u'INDIRECT_-1206967608', u'COPY_-1206967667'), (u'CAST_-1206967603', u'CALLIND_-1206967672'), ('tmp_44', u'CAST_-1206967603'), (u'CALLIND_-1206967672', u'CAST_-1206967602')] | null | null | 00102280 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mempcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * mempcpy(void *__dest,void... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * mempcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();\n return pvVar1;\n}\n\n" comment (function_definition "void * mempcpy(void *__dest,void... | (translation_unit "void * mempcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();\n return pvVar1;\n}\n\n" (function_definition "void * mempcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mempcpy_... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "void * mempcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_mempcpy_0010a140)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* mempcpy(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "mempcpy(void *__dest... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_mempcpy_0010a140)();
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_0010a140)();
return pvVar1;
}
|
10633_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | d_ref_qualifier | FUN_0035b2a0 |
void d_ref_qualifier(long param_1,undefined8 param_2)
{
char cVar1;
int iVar2;
undefined8 uVar3;
cVar1 = **(char **)(param_1 + 0x18);
if ((cVar1 != 'R') && (cVar1 != 'O')) {
return;
}
uVar3 = 0x20;
iVar2 = *(int *)(param_1 + 0x48) + 3;
if (cVar1 == 'R') {
iVar2 = *(int *)(param_1 + 0x48) ... |
void FUN_0035b2a0(long param_1,undefined8 param_2)
{
char cVar1;
int iVar2;
undefined8 uVar3;
cVar1 = **(char **)(param_1 + 0x18);
if ((cVar1 != 'R') && (cVar1 != 'O')) {
return;
}
uVar3 = 0x20;
iVar2 = *(int *)(param_1 + 0x48) + 3;
if (cVar1 == 'R') {
iVar2 = *(int *)(param_1 + 0x48) + 2... | MOV RCX,qword ptr [RDI + 0x18]
MOV RAX,RSI
MOVZX R8D,byte ptr [RCX]
CMP R8B,0x52
JZ 0x0035b2c0
CMP R8B,0x4f
JZ 0x0035b2c0
RET
MOV R9D,dword ptr [RDI + 0x48]
MOV ESI,0x20
LEA EDX,[R9 + 0x3]
CMP R8B,0x52
JNZ 0x0035b2dc
LEA EDX,[R9 + 0x2]
MOV ESI,0x1f
ADD RCX,0x1
MOV dword ptr [RDI + 0x48],EDX
MOV RDX,RAX
MOV qword ptr [R... | null | null | null | null | [(u'CAST_-1205161049', u'LOAD_-1205161245'), (u'LOAD_-1205161299', u'INT_NOTEQUAL_-1205161260'), ('tmp_393', u'INT_ADD_-1205161229'), (u'INT_ADD_-1205161215', u'MULTIEQUAL_-1205161035'), (u'LOAD_-1205161309', u'PTRADD_-1205161129'), ('const-24', u'INT_ADD_-1205161154'), (u'INT_NOTEQUAL_-1205161260', u'CBRANCH_-12051612... | [(u'CAST_-1205161049', u'LOAD_-1205161245'), (u'LOAD_-1205161299', u'INT_NOTEQUAL_-1205161260'), ('tmp_393', u'INT_ADD_-1205161229'), (u'INT_ADD_-1205161215', u'MULTIEQUAL_-1205161035'), (u'LOAD_-1205161309', u'PTRADD_-1205161129'), ('const-24', u'INT_ADD_-1205161154'), (u'INT_NOTEQUAL_-1205161260', u'CBRANCH_-12051612... | null | null | 0035b2a0 | x64 | O2 | (translation_unit "void FUN_0035b2a0(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n undefined8 uVar3;\n \n cVar1 = **(char **)(param_1 + 0x18);\n if ((cVar1 != 'R') && (cVar1 != 'O')) {\n return;\n }\n uVar3 = 0x20;\n iVar2 = *(int *)(param_1 + 0x48) + 3;\n if (cVar1 == 'R') {\n iVar... | (translation_unit "void d_ref_qualifier(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n undefined8 uVar3;\n \n cVar1 = **(char **)(param_1 + 0x18);\n if ((cVar1 != 'R') && (cVar1 != 'O')) {\n return;\n }\n uVar3 = 0x20;\n iVar2 = *(int *)(param_1 + 0x48) + 3;\n if (cVar1 == 'R') {\n i... | (translation_unit "void FUN_0035b2a0(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n undefined8 uVar3;\n \n cVar1 = **(char **)(param_1 + 0x18);\n if ((cVar1 != 'R') && (cVar1 != 'O')) {\n return;\n }\n uVar3 = 0x20;\n iVar2 = *(int *)(param_1 + 0x48) + 3;\n if (cVar1 == 'R') {\n iVar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assign... | (function_definition "void FUN_0035b2a0(long param_1,undefined8 param_2)\n\n{\n char cVar1;\n int iVar2;\n undefined8 uVar3;\n \n cVar1 = **(char **)(param_1 + 0x18);\n if ((cVar1 != 'R') && (cVar1 != 'O')) {\n return;\n }\n uVar3 = 0x20;\n iVar2 = *(int *)(param_1 + 0x48) + 3;\n if (cVar1 == 'R') {\n i... |
void function_1(long var_1,type_1 param_2)
{
char var_2;
int iVar2;
type_1 uVar3;
var_2 = **(char **)(var_1 + 0x18);
if ((var_2 != 'R') && (var_2 != 'O')) {
return;
}
uVar3 = 0x20;
iVar2 = *(int *)(var_1 + 0x48) + 3;
if (var_2 == 'R') {
iVar2 = *(int *)(var_1 + 0x48) + 2;
uVar3 = 0x1f... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_sta... | null |
void MASKED(long param_1,undefined8 param_2)
{
char cVar1;
int iVar2;
undefined8 uVar3;
cVar1 = **(char **)(param_1 + 0x18);
if ((cVar1 != 'R') && (cVar1 != 'O')) {
return;
}
uVar3 = 0x20;
iVar2 = *(int *)(param_1 + 0x48) + 3;
if (cVar1 == 'R') {
iVar2 = *(int *)(param_1 + 0x48) + 2;
... |
310_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c | tg_class_static_method_variant | FUN_00127df0 |
bfd_boolean
tg_class_static_method_variant
(void *p,char *physname,debug_visibility visibility,bfd_boolean constp,
bfd_boolean volatilep)
{
pr_handle *info_00;
long lVar1;
bfd_boolean bVar2;
char *__ptr;
char *pcVar3;
char *pcVar4;
pr_handle *info;
if (*(long **)((long)p + 0x10)... |
undefined4
FUN_00127df0(undefined8 *param_1,undefined8 param_2,undefined4 param_3,int param_4,int param_5)
{
undefined8 *puVar1;
long lVar2;
char *__s;
int iVar3;
char *__ptr;
void *__ptr_00;
undefined8 uVar4;
if ((long *)param_1[2] == (long *)0x0) {
/* WARNING: Subroutine does ... | PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x10
MOV RAX,qword ptr [RDI + 0x10]
TEST RAX,RAX
JZ 0x00127f85
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JZ 0x00127fc3
CMP qword ptr [RAX + 0x18],0x0
JZ 0x00127fa4
MOV RBX,RDI
MOV R12D,EDX
LEA RBP,[RDI + 0x10]
MOV R13D,ECX
TEST R8D,R8D
JNZ 0x00127f18
TEST R13D,R13D
JZ 0x0... | null | null | null | null | [('const-0', u'COPY_-1207074655'), ('tmp_1138', u'CALL_-1207074928'), (u'CAST_-1207074072', u'LOAD_-1207075305'), ('const-2380', u'CALL_-1207074484'), (u'INT_ADD_-1207074854', u'CAST_-1207073843'), (u'INT_NOTEQUAL_-1207074913', u'CBRANCH_-1207074913'), ('const-0', u'INT_EQUAL_-1207074987'), (u'COPY_-1207073695', u'CALL... | [('const-1333391', u'COPY_-1207073877'), ('const-2', u'PTRADD_-1207074100'), (u'INT_NOTEQUAL_-1207074913', u'CBRANCH_-1207074913'), ('const-0', u'INT_EQUAL_-1207074987'), (u'COPY_-1207073726', u'CALL_-1207074471'), (u'COPY_-1207073755', u'CALL_-1207074484'), (u'COPY_-1207074081', u'CALL_-1207075124'), (u'LOAD_-12070752... | null | null | 00127df0 | x64 | O2 | (translation_unit "undefined4\nFUN_00127df0(undefined8 *param_1,undefined8 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n undefined8 *puVar1;\n long lVar2;\n char *__s;\n int iVar3;\n char *__ptr;\n void *__ptr_00;\n undefined8 uVar4;\n \n if ((long *)param_1[2] == (long *)0x0) {\n ... | (translation_unit "bfd_boolean\ntg_class_static_method_variant\n (void *p,char *physname,debug_visibility visibility,bfd_boolean constp,\n bfd_boolean volatilep)\n\n{\n pr_handle *info_00;\n long lVar1;\n bfd_boolean bVar2;\n char *__ptr;\n char *pcVar3;\n char *pcVar4;\n pr_handle *info;\n \n... | (translation_unit "undefined4\nFUN_00127df0(undefined8 *param_1,undefined8 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n undefined8 *puVar1;\n long lVar2;\n char *__s;\n int iVar3;\n char *__ptr;\n void *__ptr_00;\n undefined8 uVar4;\n \n if ((long *)param_1[2] == (long *)0x0) {\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {... | (function_definition "undefined4\nFUN_00127df0(undefined8 *param_1,undefined8 param_2,undefined4 param_3,int param_4,int param_5)\n\n{\n undefined8 *puVar1;\n long lVar2;\n char *__s;\n int iVar3;\n char *__ptr;\n void *__ptr_00;\n undefined8 uVar4;\n \n if ((long *)param_1[2] == (long *)0x0) {\n ... |
type_1
function_1
(void *p,char *physname,type_2 visibility,type_1 var_6,
type_1 var_3)
{
type_3 *info_00;
long var_2;
type_1 var_5;
char *__ptr;
char *var_12;
char *pcVar4;
type_3 *info;
if (*(long **)((long)p + 0x10) == (long *)0x0) {
/* WARNING: Subroutine... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
undefined4
MASKED(undefined8 *param_1,undefined8 param_2,undefined4 param_3,int param_4,int param_5)
{
undefined8 *puVar1;
long lVar2;
char *__s;
int iVar3;
char *__ptr;
void *__ptr_00;
undefined8 uVar4;
if ((long *)param_1[2] == (long *)0x0) {
/* WARNING: Subroutine does not re... |
3743_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | visit | FUN_001f41c0 |
/* DWARF original prototype: void visit(Local_got_offset_visitor<64,_true> * this, uint got_type,
uint got_offset) */
void __thiscall
gold::Local_got_offset_visitor<64,_true>::visit
(Local_got_offset_visitor<64,_true> *this,uint got_type,uint got_offset)
{
uint uVar1;
Got_plt_view_info *pGVar2;
uc... |
void FUN_001f41c0(long param_1,uint param_2,uint param_3)
{
uint uVar1;
long *plVar2;
long lVar3;
uint uVar4;
uint *puVar5;
plVar2 = *(long **)(param_1 + 8);
uVar4 = (uint)((ulong)param_3 / (ulong)*(uint *)(plVar2 + 5));
if (*(uint *)(plVar2 + 3) <= uVar4) {
/* WARNING: Subrouti... | SUB RSP,0x8
MOV RCX,qword ptr [RDI + 0x8]
MOV EAX,EDX
XOR EDX,EDX
DIV dword ptr [RCX + 0x28]
CMP dword ptr [RCX + 0x18],EAX
JBE 0x001f4204
CMP ESI,0x7e
JA 0x001f421c
MOV RCX,qword ptr [RCX]
MOV EDX,EAX
OR ESI,0xffffff80
SHL EAX,0x3
MOV byte ptr [RCX + RDX*0x1],SIL
MOV RDX,qword ptr [RDI + 0x8]
MOV ECX,dword ptr [RDX + ... | null | null | null | null | [(u'LOAD_-1207942550', u'INT_AND_-1207942500'), (u'INT_LEFT_-1207942491', u'INT_OR_-1207942491'), ('const-4080580', u'COPY_-1207942267'), ('tmp_170', u'CBRANCH_-1207942629'), ('const-128', u'INT_OR_-1207942592'), (u'INT_RIGHT_-1207942471', u'INT_OR_-1207942472'), ('const-8', u'INT_RIGHT_-1207942471'), (u'LOAD_-12079425... | [(u'LOAD_-1207942550', u'INT_AND_-1207942500'), ('const-4080580', u'COPY_-1207942269'), (u'CAST_-1207942300', u'LOAD_-1207942681'), ('const-8', u'PTRADD_-1207942299'), (u'INT_LEFT_-1207942491', u'INT_OR_-1207942491'), (u'LOAD_-1207942557', u'INT_ADD_-1207942492'), ('tmp_170', u'CBRANCH_-1207942629'), (u'INT_RIGHT_-1207... | null | null | 001f41c0 | x64 | O2 | (translation_unit "void FUN_001f41c0(long param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n uint uVar4;\n uint *puVar5;\n \n plVar2 = *(long **)(param_1 + 8);\n uVar4 = (uint)((ulong)param_3 / (ulong)*(uint *)(plVar2 + 5));\n if (*(uint *)(plVar2 + 3) <= uVar4) {\n ... | (translation_unit "/* DWARF original prototype: void visit(Local_got_offset_visitor<64,_true> * this, uint got_type,\n uint got_offset) */\n\nvoid __thiscall\ngold::Local_got_offset_visitor<64,_true>::visit\n (Local_got_offset_visitor<64,_true> *this,uint got_type,uint got_offset)\n\n{\n uint uVar1;\n Got_... | (translation_unit "void FUN_001f41c0(long param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n uint uVar4;\n uint *puVar5;\n \n plVar2 = *(long **)(param_1 + 8);\n uVar4 = (uint)((ulong)param_3 / (ulong)*(uint *)(plVar2 + 5));\n if (*(uint *)(plVar2 + 3) <= uVar4) {\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (poin... | (function_definition "void FUN_001f41c0(long param_1,uint param_2,uint param_3)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n uint uVar4;\n uint *puVar5;\n \n plVar2 = *(long **)(param_1 + 8);\n uVar4 = (uint)((ulong)param_3 / (ulong)*(uint *)(plVar2 + 5));\n if (*(uint *)(plVar2 + 3) <= uVar4) {\n ... |
/* DWARF original prototype: void visit(Local_got_offset_visitor<64,_true> * this, uint got_type,
uint got_offset) */
void __thiscall
gold::Local_got_offset_visitor<64,_true>::visit
(Local_got_offset_visitor<64,_true> *this,type_4 var_3,type_4 got_offset)
{
type_4 var_5;
type_1 *pGVar2;
type_2 *va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,uint param_2,uint param_3)
{
uint uVar1;
long *plVar2;
long lVar3;
uint uVar4;
uint *puVar5;
plVar2 = *(long **)(param_1 + 8);
uVar4 = (uint)((ulong)param_3 / (ulong)*(uint *)(plVar2 + 5));
if (*(uint *)(plVar2 + 3) <= uVar4) {
/* WARNING: Subroutine doe... |
45_sort_and_sort_strip.c | lseek | lseek |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_0011c168)();
return _Var1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__off_t lseek(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_lseek_0011c168)();
return _Var1;
}
| JMP qword ptr [0x0011c168] | null | null | null | null | [('const-0', u'RETURN_-1206963493'), (u'CALLIND_-1206963496', u'INDIRECT_-1206963432'), (u'CALLIND_-1206963496', u'RETURN_-1206963493'), (u'INDIRECT_-1206963432', u'COPY_-1206963491'), (u'CAST_-1206963427', u'CALLIND_-1206963496'), ('tmp_44', u'CAST_-1206963427')] | [('const-0', u'RETURN_-1206963493'), (u'CALLIND_-1206963496', u'INDIRECT_-1206963432'), (u'CALLIND_-1206963496', u'RETURN_-1206963493'), (u'INDIRECT_-1206963432', u'COPY_-1206963491'), (u'CAST_-1206963427', u'CALLIND_-1206963496'), ('tmp_44', u'CAST_-1206963427')] | null | null | 001032d0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0011c168)();\n return _Var1;\n}\n\n" comment (function_definition "__off_t lseek(int __fd,__off_t __offset,i... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0011c168)();\n return _Var1;\n}\n\n" comment (function_definition "__off_t lseek(int __fd,__off_t __offset,i... | (translation_unit "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0011c168)();\n return _Var1;\n}\n\n" (function_definition "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0011c168)();\n r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression... | (function_definition "__off_t lseek(int __fd,__off_t __offset,int __whence)\n\n{\n __off_t _Var1;\n \n _Var1 = (*(code *)PTR_lseek_0011c168)();\n return _Var1;\n}" (type_identifier "__off_t") (function_declarator "lseek(int __fd,__off_t __offset,int __whence)" (identifier "lseek") (parameter_list "(int __fd,__off_t... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __fd,type_1 __offset,int __whence)
{
type_1 _Var1;
_Var1 = (*(type_2 *)PTR_lseek_0011c168)();
return _Var1;
}
| 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: Unknown calling convention -- yet parameter storage is locked */
__off_t MASKED(int __fd,__off_t __offset,int __whence)
{
__off_t _Var1;
_Var1 = (*(code *)PTR_MASKED_0011c168)();
return _Var1;
}
|
1601_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ~Struct_assert | FUN_0015b7e0 |
/* DWARF original prototype: void ~Struct_assert(Struct_assert * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_assert::~Struct_assert(Struct_assert *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00440da8;
p... |
void FUN_0015b7e0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00440da8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
}
thunk_FUN_002f1e60(param_1,0x70);
return;
}
| LEA RAX,[0x440da8]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x0015b800
CALL 0x002f1e60
MOV RDI,RBX
MOV ESI,0x70
POP RBX
JMP 0x002f1e50 | null | null | null | null | [(u'PTRSUB_-1207256963', u'CAST_-1207256953'), (u'INT_NOTEQUAL_-1207257069', u'CBRANCH_-1207257068'), (u'PTRSUB_-1207256958', u'PTRSUB_-1207256957'), ('const-0', u'PTRSUB_-1207256953'), (u'PTRSUB_-1207256950', u'LOAD_-1207257096'), ('const-0', u'PTRSUB_-1207256957'), (u'PTRSUB_-1207256953', u'PTRSUB_-1207256950'), ('co... | [('tmp_194', u'PTRADD_-1207256961'), ('const-1', u'PTRADD_-1207256961'), ('const-4459944', u'PTRSUB_-1207256964'), (u'INT_NOTEQUAL_-1207257069', u'CBRANCH_-1207257068'), ('const-3', u'PTRADD_-1207256956'), ('const-433', u'LOAD_-1207257096'), ('const-112', u'CALL_-1207257040'), (u'CAST_-1207256960', u'INT_NOTEQUAL_-1207... | null | null | 0015b7e0 | x64 | O2 | (translation_unit "void FUN_0015b7e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00440da8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_0015b7e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_assert(Struct_assert * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_assert::~Struct_assert(Struct_assert *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_pa... | (translation_unit "void FUN_0015b7e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00440da8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_0015b7e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (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_0015b7e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00440da8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015b7e0(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_assert(Struct_assert * 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_Struct_var = (type_2 **)&PTR_parse_to_value_00440da8;
var_5 = (this->option).... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00440da8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
}
thunk_FUN_002f1e60(param_1,0x70);
return;
}
|
1190_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | ~Struct_noexecstack | FUN_001569e0 |
/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_noexecstack::~Struct_noexecstack
(Struct_noexecstack *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longname._M_dataplus._M_p;
(this->sup... |
void FUN_001569e0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_004266d0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x4266d0]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00156a00
MOV RDI,RDX
JMP 0x002dac70
RET | null | null | null | null | [(u'LOAD_-1207277077', u'CALL_-1207277035'), ('tmp_48', u'CBRANCH_-1207277044'), (u'PTRSUB_-1207276963', u'LOAD_-1207277077'), ('const-8', u'PTRSUB_-1207276972'), (u'INT_NOTEQUAL_-1207277045', u'CBRANCH_-1207277044'), ('const-16', u'PTRSUB_-1207276955'), ('const-0', u'RETURN_-1207277022'), (u'PTRSUB_-1207276969', u'CAS... | [(u'CAST_-1207276973', u'CALL_-1207277035'), (u'PTRADD_-1207276974', u'LOAD_-1207277077'), (u'CAST_-1207276973', u'INT_NOTEQUAL_-1207277045'), ('tmp_48', u'CBRANCH_-1207277044'), ('const-4351696', u'PTRSUB_-1207276970'), ('const-3', u'PTRADD_-1207276966'), (u'INT_NOTEQUAL_-1207277045', u'CBRANCH_-1207277044'), ('const-... | null | null | 001569e0 | x64 | O2 | (translation_unit "void FUN_001569e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004266d0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001569e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_noexecstack::~Struct_noexecstack\n (Struct_noexecstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_... | (translation_unit "void FUN_001569e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004266d0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001569e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (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_001569e0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004266d0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001569e0(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_var)._vptr_Struct... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_004266d0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70((undefined8 *)param_1[1]);
return;
}
return;
}
|
222_b2sum_and_b2sum_strip.c | strtoul | strtoul |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strtoul@@GLIBC_2.... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong strtoul(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207041566')] | [('const-1', u'RETURN_-1207041566')] | null | null | 001101d8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata(... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "strtoul(char *__nptr,char *... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call... | (function_definition "ulong strtoul(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (type_identifier "ulong") (function_declarator "strtoul(char *__nptr,char **__endptr,int __base)" (identifier "strtoul") (parameter_list "(char *__nptr,char **__endptr,int __base)" (( "(") (par... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strtoul@@GLIB... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
ulong MASKED(char *__nptr,char **__endptr,int __base)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5405_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | get_relobj | FUN_00272300 |
/* DWARF original prototype: Sized_relobj<32,_true> * get_relobj(Output_reloc<4,_true,_32,_true> *
this) */
Sized_relobj<32,_true> * __thiscall
gold::Output_reloc<4,_true,_32,_true>::get_relobj(Output_reloc<4,_true,_32,_true> *this)
{
if ((this->rel_).shndx_ != 0xfffffffc) {
return (this->rel_).u2_.relobj;
... |
undefined8 FUN_00272300(long param_1)
{
if (*(int *)(param_1 + 0x1c) != -4) {
return *(undefined8 *)(param_1 + 8);
}
return 0;
}
| CMP dword ptr [RDI + 0x1c],-0x4
JZ 0x00272310
MOV RAX,qword ptr [RDI + 0x8]
RET
XOR EAX,EAX
RET | null | null | null | null | [('const-4294967292', u'INT_NOTEQUAL_-1204280557'), (u'LOAD_-1204280573', u'INT_NOTEQUAL_-1204280557'), (u'PTRSUB_-1204280462', u'LOAD_-1204280573'), (u'PTRSUB_-1204280454', u'LOAD_-1204280554'), ('const-8', u'PTRSUB_-1204280455'), ('const-28', u'PTRSUB_-1204280462'), ('const-0', u'PTRSUB_-1204280466'), (u'COPY_-120428... | [(u'LOAD_-1204280573', u'INT_NOTEQUAL_-1204280557'), ('const-0', u'RETURN_-1204280517'), (u'CAST_-1204280468', u'LOAD_-1204280573'), (u'INT_ADD_-1204280557', u'CAST_-1204280468'), ('tmp_106', u'INT_ADD_-1204280538'), (u'CAST_-1204280461', u'LOAD_-1204280554'), ('tmp_106', u'INT_ADD_-1204280557'), ('const-0', u'RETURN_-... | null | null | 00272300 | x64 | O2 | (translation_unit "undefined8 FUN_00272300(long param_1)\n\n{\n if (*(int *)(param_1 + 0x1c) != -4) {\n return *(undefined8 *)(param_1 + 8);\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00272300(long param_1)\n\n{\n if (*(int *)(param_1 + 0x1c) != -4) {\n return *(undefined8 *)(param_1 + 8);\n... | (translation_unit "/* DWARF original prototype: Sized_relobj<32,_true> * get_relobj(Output_reloc<4,_true,_32,_true> *\n this) */\n\nSized_relobj<32,_true> * __thiscall\ngold::Output_reloc<4,_true,_32,_true>::get_relobj(Output_reloc<4,_true,_32,_true> *this)\n\n{\n if ((this->rel_).shndx_ != 0xfffffffc) {\n return... | (translation_unit "undefined8 FUN_00272300(long param_1)\n\n{\n if (*(int *)(param_1 + 0x1c) != -4) {\n return *(undefined8 *)(param_1 + 8);\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00272300(long param_1)\n\n{\n if (*(int *)(param_1 + 0x1c) != -4) {\n return *(undefined8 *)(param_1 + 8);\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_de... | (function_definition "undefined8 FUN_00272300(long param_1)\n\n{\n if (*(int *)(param_1 + 0x1c) != -4) {\n return *(undefined8 *)(param_1 + 8);\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_00272300(long param_1)" (identifier "FUN_00272300") (parameter_list "(long param_1)" (( "(") ... |
/* DWARF original prototype: Sized_relobj<32,_true> * get_relobj(Output_reloc<4,_true,_32,_true> *
this) */
var_1<32,var_2> * __thiscall
gold::Output_reloc<4,var_2,_32,var_2>::get_relobj(Output_reloc<4,var_2,_32,var_2> *this)
{
if ((this->rel_).shndx_ != 0xfffffffc) {
return (this->rel_).u2_.relobj;
}
r... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expres... | null |
undefined8 MASKED(long param_1)
{
if (*(int *)(param_1 + 0x1c) != -4) {
return *(undefined8 *)(param_1 + 8);
}
return 0;
}
|
8603_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | operator>> | FUN_002fb430 |
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */
istream * __thiscall std::istream::operator>>(istream *this,streambuf *param_1)
{
long lVar1;
_Ios_Iostate _Var2;
ios *this_00;
sentry local_1a;
bool local_19 [9];
sentry::sentry(&local_1a,this,false);
if (local_1a == (sentry)0x0) {
i... |
long * FUN_002fb430(long *param_1,long param_2)
{
uint uVar1;
long lVar2;
char local_1a;
char local_19 [9];
FUN_002faf20(&local_1a,param_1,0);
if (local_1a == '\0') {
if (param_2 != 0) {
return param_1;
}
uVar1 = 4;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
}
else {... | PUSH RBP
XOR EDX,EDX
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
MOV RSI,RBX
SUB RSP,0x18
LEA RDI,[RSP + 0xe]
CALL 0x002faf20
CMP byte ptr [RSP + 0xe],0x0
JZ 0x002fb498
MOV RAX,qword ptr [RBX]
MOV RDI,qword ptr [RAX + -0x18]
ADD RDI,RBX
TEST RBP,RBP
JZ 0x002fb4b0
MOV RDI,qword ptr [RDI + 0xe8]
LEA RDX,[RSP + 0xf]
MOV RSI,RBP
CALL... | null | null | null | null | [(u'CAST_-1204767034', u'MULTIEQUAL_-1204767109'), ('const-433', u'LOAD_-1204767574'), ('tmp_715', u'CAST_-1204766959'), ('const-433', u'LOAD_-1204767614'), (u'CAST_-1204767105', u'LOAD_-1204767614'), (u'INT_EQUAL_-1204767577', u'CBRANCH_-1204767575'), ('tmp_715', u'CALL_-1204767635'), (u'LOAD_-1204767508', u'INT_ADD_-... | [('tmp_1200', u'CAST_-1204766976'), (u'MULTIEQUAL_-1204767110', u'INT_ADD_-1204767425'), ('const-433', u'LOAD_-1204767358'), ('tmp_1200', u'LOAD_-1204767614'), (u'CAST_-1204767110', u'LOAD_-1204767608'), (u'INT_EQUAL_-1204767577', u'CBRANCH_-1204767575'), (u'INDIRECT_-1204767156', u'INT_EQUAL_-1204767618'), (u'LOAD_-12... | null | null | 002fb430 | x64 | O2 | (translation_unit "long * FUN_002fb430(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n char local_1a;\n char local_19 [9];\n \n FUN_002faf20(&local_1a,param_1,0);\n if (local_1a == '\0') {\n if (param_2 != 0) {\n return param_1;\n }\n uVar1 = 4;\n lVar2 = *(long *)(*param_1 + -0x1... | (translation_unit "/* std::istream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */\n\nistream * __thiscall std::istream::operator>>(istream *this,streambuf *param_1)\n\n{\n long lVar1;\n _Ios_Iostate _Var2;\n ios *this_00;\n sentry local_1a;\n bool local_19 [9];\n \n sentry::sentry(&local_1a,this,false);\n if (lo... | (translation_unit "long * FUN_002fb430(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n char local_1a;\n char local_19 [9];\n \n FUN_002faf20(&local_1a,param_1,0);\n if (local_1a == '\0') {\n if (param_2 != 0) {\n return param_1;\n }\n uVar1 = 4;\n lVar2 = *(long *)(*param_1 + -0x1... | (translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE ... | (function_definition "long * FUN_002fb430(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n char local_1a;\n char local_19 [9];\n \n FUN_002faf20(&local_1a,param_1,0);\n if (local_1a == '\0') {\n if (param_2 != 0) {\n return param_1;\n }\n uVar1 = 4;\n lVar2 = *(long *)(*param_1 + -... |
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */
type_5 * __thiscall std::type_5::operator>>(type_5 *var_3,type_4 *var_2)
{
long var_6;
type_1 var_10;
type_2 *var_11;
type_3 var_1;
bool local_19 [9];
sentry::type_3(&var_1,var_3,false);
if (var_1 == (type_3)0x0) {
if (var_2 != (type_... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration ... | null |
long * MASKED(long *param_1,long param_2)
{
uint uVar1;
long lVar2;
char local_1a;
char local_19 [9];
FUN_002faf20(&local_1a,param_1,0);
if (local_1a == '\0') {
if (param_2 != 0) {
return param_1;
}
uVar1 = 4;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
}
else {
l... |
866_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c | MagickGetImageFuzz | MagickGetImageFuzz |
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionTyp... |
undefined * MagickGetImageFuzz(long param_1)
{
undefined *puVar1;
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("wand != (MagickWand *) NULL","MagickWand/magick-image.c",0x13cd,
"MagickGetImageFuzz");
}
if (*(long *)(param_1 + 0x1030) ... | TEST RDI,RDI
PUSH RBX
JZ 0x0018fd59
MOV EAX,0xabacadab
CMP qword ptr [RDI + 0x1030],RAX
MOV RBX,RDI
JNZ 0x0018fd78
MOV ECX,dword ptr [RDI + 0x1028]
TEST ECX,ECX
JNZ 0x0018fce0
MOV RAX,qword ptr [RBX + 0x1008]
TEST RAX,RAX
JZ 0x0018fd16
MOVSD XMM0,qword ptr [RAX + 0x298]
POP RBX
RET
LEA R9,[RDI + 0x8]
XOR EAX,EAX
MOV EC... | null | null | null | null | [('const-262144', u'CALL_-1207435880'), (u'COPY_-1207435494', u'CALL_-1207435718'), (u'PTRSUB_-1207435544', u'LOAD_-1207435939'), (u'LOAD_-1207436015', u'COPY_-1207435745'), ('const-5070', u'CALL_-1207435718'), ('const-664', u'PTRSUB_-1207435612'), ('const-8', u'PTRSUB_-1207435600'), (u'LOAD_-1207436040', u'MULTIEQUAL_... | [('const-2175234', u'COPY_-1207435636'), (u'CAST_-1207435629', u'LOAD_-1207436040'), (u'INT_ADD_-1207435862', u'CAST_-1207435565'), ('const-2163968', u'COPY_-1207435529'), ('tmp_908', u'INT_ADD_-1207435923'), (u'COPY_-1207435497', u'CALL_-1207435718'), ('const-433', u'LOAD_-1207436040'), ('const-4104', u'INT_ADD_-12074... | null | null | 0018fca0 | x64 | O2 | (translation_unit "undefined * MagickGetImageFuzz(long param_1)\n\n{\n undefined *puVar1;\n \n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("wand != (MagickWand *) NULL","MagickWand/magick-image.c",0x13cd,\n "MagickGetImageFuzz");\n }\n if (... | (translation_unit "/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNI... | (translation_unit "undefined * MagickGetImageFuzz(long param_1)\n\n{\n undefined *puVar1;\n \n if (param_1 == 0) {\n \n __assert_fail("wand != (MagickWand *) NULL","MagickWand/magick-image.c",0x13cd,\n "MagickGetImageFuzz");\n }\n if (*(long *)(param_1 + 0x1030) == 0xabacadab... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == L... | (function_definition "undefined * MagickGetImageFuzz(long param_1)\n\n{\n undefined *puVar1;\n \n if (param_1 == 0) {\n \n __assert_fail("wand != (MagickWand *) NULL","MagickWand/magick-image.c",0x13cd,\n "MagickGetImageFuzz");\n }\n if (*(long *)(param_1 + 0x1030) == 0xabaca... |
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionTyp... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identif... | null |
undefined * MASKED(long param_1)
{
undefined *puVar1;
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("wand != (MagickWand *) NULL","MagickWand/magick-image.c",0x13cd,
"MASKED");
}
if (*(long *)(param_1 + 0x1030) == 0xabacadab) {
if ... |
4000_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | data_size | FUN_001f57f0 |
/* DWARF original prototype: off_t data_size(Input_section * this) */
off_t __thiscall gold::Output_section::Input_section::data_size(Input_section *this)
{
if (3 < this->shndx_ + 4) {
return (this->u1_).data_size;
}
if (((((this->u2_).object)->super_Object).name_.field_2._M_local_buf[8] & 2U) != 0) {
... |
undefined8 FUN_001f57f0(int *param_1)
{
if (3 < *param_1 + 4U) {
return *(undefined8 *)(param_1 + 2);
}
if ((*(byte *)(*(long *)(param_1 + 4) + 0x20) & 2) != 0) {
return *(undefined8 *)(*(long *)(param_1 + 4) + 0x10);
}
/* WARNING: Subroutine does not return */
FUN_001f48c0();
}
... | MOV EAX,dword ptr [RDI]
ADD EAX,0x4
CMP EAX,0x3
JA 0x001f5810
MOV RAX,qword ptr [RDI + 0x10]
TEST byte ptr [RAX + 0x20],0x2
JZ 0x001f5815
MOV RAX,qword ptr [RAX + 0x10]
RET
MOV RAX,qword ptr [RDI + 0x8]
RET
PUSH RAX
CALL 0x001f48c0 | null | null | null | null | [('const-4', u'INT_ADD_-1207937014'), (u'PTRSUB_-1207936848', u'PTRSUB_-1207936843'), (u'PTRSUB_-1207936848', u'LOAD_-1207937001'), (u'LOAD_-1207936992', u'INT_AND_-1207936966'), (u'LOAD_-1207937001', u'PTRSUB_-1207936849'), ('const-433', u'LOAD_-1207936992'), ('const-433', u'LOAD_-1207936950'), ('tmp_167', u'CALL_-120... | [(u'INT_AND_-1207936966', u'INT_NOTEQUAL_-1207936979'), ('const-16', u'INT_ADD_-1207936960'), (u'LOAD_-1207936976', u'COPY_-1207936976'), ('const-4', u'PTRADD_-1207936840'), ('const-4', u'INT_ADD_-1207937014'), ('const-0', u'RETURN_-1207936960'), ('const-433', u'LOAD_-1207936976'), (u'INT_LESS_-1207936993', u'CBRANCH_-... | null | null | 001f57f0 | x64 | O2 | (translation_unit "undefined8 FUN_001f57f0(int *param_1)\n\n{\n if (3 < *param_1 + 4U) {\n return *(undefined8 *)(param_1 + 2);\n }\n if ((*(byte *)(*(long *)(param_1 + 4) + 0x20) & 2) != 0) {\n return *(undefined8 *)(*(long *)(param_1 + 4) + 0x10);\n }\n /* WARNING: Subroutine does not ret... | (translation_unit "/* DWARF original prototype: off_t data_size(Input_section * this) */\n\noff_t __thiscall gold::Output_section::Input_section::data_size(Input_section *this)\n\n{\n if (3 < this->shndx_ + 4) {\n return (this->u1_).data_size;\n }\n if (((((this->u2_).object)->super_Object).name_.field_2._M_local... | (translation_unit "undefined8 FUN_001f57f0(int *param_1)\n\n{\n if (3 < *param_1 + 4U) {\n return *(undefined8 *)(param_1 + 2);\n }\n if ((*(byte *)(*(long *)(param_1 + 4) + 0x20) & 2) != 0) {\n return *(undefined8 *)(*(long *)(param_1 + 4) + 0x10);\n }\n \n FUN_001f48c0();\n}\n\n" (functi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression (pointer_expression * IDENT) + LIT)) )) (compound_statemen... | (function_definition "undefined8 FUN_001f57f0(int *param_1)\n\n{\n if (3 < *param_1 + 4U) {\n return *(undefined8 *)(param_1 + 2);\n }\n if ((*(byte *)(*(long *)(param_1 + 4) + 0x20) & 2) != 0) {\n return *(undefined8 *)(*(long *)(param_1 + 4) + 0x10);\n }\n \n FUN_001f48c0();\n}" (type_id... |
/* DWARF original prototype: off_t data_size(Input_section * this) */
type_1 __thiscall gold::Output_section::type_2::function_1(type_2 *this)
{
if (3 < this->shndx_ + 4) {
return (this->u1_).function_1;
}
if (((((this->u2_).object)->super_Object).name_.field_2._M_local_buf[8] & 2U) != 0) {
return (((t... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesize... | null |
undefined8 MASKED(int *param_1)
{
if (3 < *param_1 + 4U) {
return *(undefined8 *)(param_1 + 2);
}
if ((*(byte *)(*(long *)(param_1 + 4) + 0x20) & 2) != 0) {
return *(undefined8 *)(*(long *)(param_1 + 4) + 0x10);
}
/* WARNING: Subroutine does not return */
FUN_001f48c0();
}
|
6188_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | allocate_dependency_list | FUN_00266070 |
/* DWARF original prototype: Version_dependency_list * allocate_dependency_list(Version_script_info
* this) */
Version_dependency_list * __thiscall
gold::Version_script_info::allocate_dependency_list(Version_script_info *this)
{
iterator __position;
Version_dependency_list *pVVar1;
Version_dependency_list *... |
undefined8 FUN_00266070(long param_1)
{
undefined8 *puVar1;
undefined8 uVar2;
undefined8 *local_10;
local_10 = (undefined8 *)FUN_002d94a0(0x18);
puVar1 = *(undefined8 **)(param_1 + 8);
*local_10 = 0;
local_10[1] = 0;
local_10[2] = 0;
if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {
*puVar1 =... | PUSH RBX
MOV RBX,RDI
MOV EDI,0x18
SUB RSP,0x10
CALL 0x002d94a0
MOV RSI,qword ptr [RBX + 0x8]
MOV qword ptr [RAX],0x0
MOV qword ptr [RAX + 0x8],0x0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [RSP + 0x8],RAX
CMP RSI,qword ptr [RBX + 0x10]
JZ 0x002660c0
MOV qword ptr [RSI],RAX
ADD RSI,0x8
MOV RAX,qword ptr [RSI + -0x8]
... | null | null | null | null | [('const-0', u'PTRSUB_-1204199043'), (u'INT_NOTEQUAL_-1204199212', u'CBRANCH_-1204199210'), (u'LOAD_-1204199274', u'PTRADD_-1204199034'), ('const-0', u'PTRSUB_-1204199054'), (u'PTRSUB_-1204198987', u'STORE_-1204199182'), (u'LOAD_-1204199228', u'INT_NOTEQUAL_-1204199212'), (u'PTRSUB_-1204199043', u'PTRSUB_-1204199030'),... | [(u'INT_NOTEQUAL_-1204199212', u'CBRANCH_-1204199210'), (u'CALL_-1204199135', u'INDIRECT_-1204199021'), ('const-8', u'PTRADD_-1204199040'), (u'CAST_-1204199002', u'LOAD_-1204199133'), ('tmp_381', u'INT_ADD_-1204199168'), ('const-433', u'STORE_-1204199182'), ('tmp_380', u'PTRSUB_-1204199017'), (u'LOAD_-1204199228', u'IN... | null | null | 00266070 | x64 | O2 | (translation_unit "undefined8 FUN_00266070(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 *local_10;\n \n local_10 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1 = *(undefined8 **)(param_1 + 8);\n *local_10 = 0;\n local_10[1] = 0;\n local_10[2] = 0;\n if (puVar1 != *(undefined8 **)(pa... | (translation_unit "/* DWARF original prototype: Version_dependency_list * allocate_dependency_list(Version_script_info\n * this) */\n\nVersion_dependency_list * __thiscall\ngold::Version_script_info::allocate_dependency_list(Version_script_info *this)\n\n{\n iterator __position;\n Version_dependency_list *pVVar1;\n... | (translation_unit "undefined8 FUN_00266070(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 *local_10;\n \n local_10 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1 = *(undefined8 **)(param_1 + 8);\n *local_10 = 0;\n local_10[1] = 0;\n local_10[2] = 0;\n if (puVar1 != *(undefined8 **)(pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statemen... | (function_definition "undefined8 FUN_00266070(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 uVar2;\n undefined8 *local_10;\n \n local_10 = (undefined8 *)FUN_002d94a0(0x18);\n puVar1 = *(undefined8 **)(param_1 + 8);\n *local_10 = 0;\n local_10[1] = 0;\n local_10[2] = 0;\n if (puVar1 != *(undefined8 **)... |
/* DWARF original prototype: Version_dependency_list * allocate_dependency_list(Version_script_info
* this) */
type_2 * __thiscall
var_2::Version_script_info::allocate_dependency_list(Version_script_info *this)
{
type_1 __position;
type_2 *pVVar1;
type_2 *local_10;
local_10 = (type_2 *)var_1(0x18);
_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declara... | null |
undefined8 MASKED(long param_1)
{
undefined8 *puVar1;
undefined8 uVar2;
undefined8 *local_10;
local_10 = (undefined8 *)FUN_002d94a0(0x18);
puVar1 = *(undefined8 **)(param_1 + 8);
*local_10 = 0;
local_10[1] = 0;
local_10[2] = 0;
if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {
*puVar1 = local... |
8200_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | Output_reloc | FUN_003daed0 |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, uint shndx, Address address,
Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset)
*/
void __thiscall
gold::Out... |
void FUN_003daed0(long param_1)
{
undefined8 in_stack_00000008;
FUN_003d9e50();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
return;
}
| PUSH RBX
MOVZX EAX,byte ptr [RSP + 0x30]
MOV RBX,RDI
PUSH RAX
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
MOVZX EAX,byte ptr [RSP + 0x30]
PUSH RAX
CALL 0x003d9e50
MOV RAX,qword ptr [RSP + 0x30]
ADD RSP,0x20
MOV qword ptr [RBX + 0x28],RAX
POP RBX
RET | null | null | null | null | [(u'PTRSUB_-1205686367', u'CALL_-1205686507'), ('tmp_159', u'CALL_-1205686507'), ('tmp_155', u'PTRSUB_-1205686354'), ('tmp_165', u'CALL_-1205686507'), ('tmp_162', u'CALL_-1205686507'), (u'PTRSUB_-1205686354', u'STORE_-1205686482'), ('tmp_156', u'CALL_-1205686507'), ('tmp_161', u'STORE_-1205686482'), ('tmp_155', u'PTRSU... | [(u'CAST_-1205686371', u'STORE_-1205686482'), ('tmp_331', u'STORE_-1205686482'), ('tmp_216', u'INT_ADD_-1205686468'), ('const-0', u'RETURN_-1205686463'), ('const-433', u'STORE_-1205686482'), ('const-40', u'INT_ADD_-1205686468'), (u'INT_ADD_-1205686468', u'CAST_-1205686371')] | null | null | 003daed0 | x64 | O2 | (translation_unit "void FUN_003daed0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d9e50();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_003daed0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d9e50();\n *(undefined8 *)... | (translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this,\n Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, uint shndx, Address address,\n Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset)\n */\n\nvo... | (translation_unit "void FUN_003daed0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d9e50();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_003daed0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d9e50();\n *(undefined8 *)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (point... | (function_definition "void FUN_003daed0(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_003d9e50();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" (primitive_type "void") (function_declarator "FUN_003daed0(long param_1)" (identifier "FUN_003daed0") (parameter_list "(long param_1)"... |
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, uint shndx, Address address,
Addend addend, bool is_relative, bool is_symbolless, bool is_section_symbol, bool use_plt_offset)
*/
void __thiscall
gold::fun... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (ex... | null |
void MASKED(long param_1)
{
undefined8 in_stack_00000008;
FUN_003d9e50();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
return;
}
|
628_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c | write_contents | FUN_0012d350 |
void write_contents(bfd *abfd,asection *sec,void *xxx)
{
ulong __n;
offsetT oVar1;
undefined1 auVar2 [16];
undefined1 auVar3 [16];
int iVar4;
undefined4 uVar5;
void *pvVar6;
undefined8 uVar7;
char *pcVar8;
char *pcVar9;
ulong uVar10;
long lVar11;
fragS *fragP;
char *pcVar12;
long lVar13;... |
void FUN_0012d350(undefined8 param_1,undefined8 *param_2)
{
ulong __n;
undefined8 uVar1;
undefined8 uVar2;
undefined1 auVar3 [16];
undefined1 auVar4 [16];
int iVar5;
undefined4 uVar6;
void *pvVar7;
undefined8 uVar8;
undefined8 uVar9;
undefined8 uVar10;
undefined8 *__dest;
ulong uVar11;
lon... | MOV RAX,qword ptr [RSI + 0xa8]
TEST RAX,RAX
JZ 0x0012d7b2
TEST byte ptr [RSI + 0x21],0x1
JZ 0x0012d7b2
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x128
MOV RAX,qword ptr [RAX]
MOV R12,qword ptr [RAX]
TEST R12,R12
JZ 0x0012d504
MOV EAX,dword ptr [R12 + 0x5c]
MOV qword ptr [RSP],RSI
CMP EAX,0xa
JZ 0x00... | null | null | null | null | [(u'CALL_-1207051277', u'INDIRECT_-1207047768'), (u'LOAD_-1207053485', u'CAST_-1207048926'), (u'INDIRECT_-1207049578', u'MULTIEQUAL_-1207049527'), (u'MULTIEQUAL_-1207051212', u'CALL_-1207053053'), ('tmp_2281', u'CBRANCH_-1207052288'), (u'INDIRECT_-1207049094', u'MULTIEQUAL_-1207049105'), (u'MULTIEQUAL_-1207051271', u'M... | [('const-72340172838076673', u'INT_MULT_-1207051549'), ('tmp_2281', u'CBRANCH_-1207052288'), (u'CALL_-1207051700', u'INDIRECT_-1207048166'), (u'MULTIEQUAL_-1207049457', u'MULTIEQUAL_-1207049353'), (u'CALL_-1207053053', u'INDIRECT_-1207049639'), (u'CALL_-1207052025', u'INDIRECT_-1207047934'), (u'LOAD_-1207053208', u'INT... | null | null | 0012d350 | x64 | O2 | (translation_unit "void FUN_0012d350(undefined8 param_1,undefined8 *param_2)\n\n{\n ulong __n;\n undefined8 uVar1;\n undefined8 uVar2;\n undefined1 auVar3 [16];\n undefined1 auVar4 [16];\n int iVar5;\n undefined4 uVar6;\n void *pvVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n undefined8 uVar10;\n undefined... | (translation_unit "void write_contents(bfd *abfd,asection *sec,void *xxx)\n\n{\n ulong __n;\n offsetT oVar1;\n undefined1 auVar2 [16];\n undefined1 auVar3 [16];\n int iVar4;\n undefined4 uVar5;\n void *pvVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n ulong uVar10;\n long lVar11;\n fragS *fragP... | (translation_unit "void FUN_0012d350(undefined8 param_1,undefined8 *param_2)\n\n{\n ulong __n;\n undefined8 uVar1;\n undefined8 uVar2;\n undefined1 auVar3 [16];\n undefined1 auVar4 [16];\n int iVar5;\n undefined4 uVar6;\n void *pvVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n undefined8 uVar10;\n undefined... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_decl... | (function_definition "void FUN_0012d350(undefined8 param_1,undefined8 *param_2)\n\n{\n ulong __n;\n undefined8 uVar1;\n undefined8 uVar2;\n undefined1 auVar3 [16];\n undefined1 auVar4 [16];\n int iVar5;\n undefined4 uVar6;\n void *pvVar7;\n undefined8 uVar8;\n undefined8 uVar9;\n undefined8 uVar10;\n undefi... |
void function_1(type_1 *abfd,type_2 *sec,void *xxx)
{
type_3 var_12;
type_4 oVar1;
type_5 var_23 [16];
type_5 var_20 [16];
int var_5;
type_6 uVar5;
void *pvVar6;
type_7 uVar7;
char *pcVar8;
char *pcVar9;
type_3 var_21;
long var_11;
type_8 *var_1;
char *pcVar12;
long var_26;
long var_10... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif... | null |
void MASKED(undefined8 param_1,undefined8 *param_2)
{
ulong __n;
undefined8 uVar1;
undefined8 uVar2;
undefined1 auVar3 [16];
undefined1 auVar4 [16];
int iVar5;
undefined4 uVar6;
void *pvVar7;
undefined8 uVar8;
undefined8 uVar9;
undefined8 uVar10;
undefined8 *__dest;
ulong uVar11;
long lVar... |
197_powerpc64-linux-gnu-size_and_powerpc64-linux-gnu-size_strip.c | bfd_map_over_sections | bfd_map_over_sections |
/* WARNING: Control flow encountered bad instruction data */
void bfd_map_over_sections(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_map_over_sections(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206934958')] | [('const-1', u'RETURN_-1206934958')] | null | null | 0010a248 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_map_over_sections(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_map_over_sections(void)\n\n{\n ... | (translation_unit "void bfd_map_over_sections(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_map_over_sections(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (para... | (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_map_over_sections(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_map_over_sections(void)" (identifier "bfd_map_over_sections") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (comp... |
/* 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();
}
|
175_i686-kfreebsd-gnu-as_and_i686-kfreebsd-gnu-as_strip.c | dwarf2_directive_filename | FUN_0010ec30 |
/* WARNING: Unknown calling convention */
char * dwarf2_directive_filename(void)
{
char cVar1;
offsetT oVar2;
char *filename;
char *pcVar3;
int filename_len;
cVar1 = *input_line_pointer;
if (cVar1 == ' ') {
cVar1 = input_line_pointer[1];
input_line_pointer = input_line_pointer + 1;
}
if ... |
long FUN_0010ec30(void)
{
char cVar1;
ulong uVar2;
long lVar3;
undefined8 uVar4;
undefined1 local_1c [12];
cVar1 = *DAT_001e4780;
if (cVar1 == ' ') {
cVar1 = DAT_001e4780[1];
DAT_001e4780 = DAT_001e4780 + 1;
}
if (cVar1 == '\"') {
lVar3 = 0;
FUN_00124c40(0);
}
else {
uVar2... | PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV RDX,qword ptr [0x001e4780]
MOVZX EAX,byte ptr [RDX]
CMP AL,0x20
JNZ 0x0010ec53
LEA RAX,[RDX + 0x1]
MOV qword ptr [0x001e4780],RAX
MOVZX EAX,byte ptr [RDX + 0x1]
CMP AL,0x22
JZ 0x0010ece8
CALL 0x0011f430
LEA RDI,[RSP + 0xc]
MOV RBP,RAX
CALL 0x00124e70
MOV RBX,RAX
TEST RAX,RAX
JZ 0x0010... | null | null | null | null | [(u'CALL_-1206915645', u'INDIRECT_-1206915141'), (u'LOAD_-1206916017', u'MULTIEQUAL_-1206915313'), (u'PTRSUB_-1206915188', u'CALL_-1206915930'), (u'INT_NOTEQUAL_-1206915771', u'CBRANCH_-1206915768'), (u'CALL_-1206915552', u'INDIRECT_-1206915090'), (u'CALL_-1206915903', u'INDIRECT_-1206915216'), (u'INDIRECT_-1206915238'... | [(u'CALL_-1206915645', u'INDIRECT_-1206915123'), (u'INDIRECT_-1206915191', u'MULTIEQUAL_-1206915185'), ('const-5', u'CALL_-1206915673'), (u'INDIRECT_-1206915123', u'MULTIEQUAL_-1206915163'), (u'INT_NOTEQUAL_-1206915771', u'CBRANCH_-1206915768'), ('tmp_595', u'BRANCH_-1206915642'), (u'CALL_-1206915903', u'INDIRECT_-1206... | null | null | 0010ec30 | x64 | O2 | (translation_unit "long FUN_0010ec30(void)\n\n{\n char cVar1;\n ulong uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined1 local_1c [12];\n \n cVar1 = *DAT_001e4780;\n if (cVar1 == ' ') {\n cVar1 = DAT_001e4780[1];\n DAT_001e4780 = DAT_001e4780 + 1;\n }\n if (cVar1 == '\"') {\n lVar3 = 0;\n FUN_0... | (translation_unit "/* WARNING: Unknown calling convention */\n\nchar * dwarf2_directive_filename(void)\n\n{\n char cVar1;\n offsetT oVar2;\n char *filename;\n char *pcVar3;\n int filename_len;\n \n cVar1 = *input_line_pointer;\n if (cVar1 == ' ') {\n cVar1 = input_line_pointer[1];\n input_line_pointer = i... | (translation_unit "long FUN_0010ec30(void)\n\n{\n char cVar1;\n ulong uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined1 local_1c [12];\n \n cVar1 = *DAT_001e4780;\n if (cVar1 == ' ') {\n cVar1 = DAT_001e4780[1];\n DAT_001e4780 = DAT_001e4780 + 1;\n }\n if (cVar1 == '\"') {\n lVar3 = 0;\n FUN_0... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (arr... | (function_definition "long FUN_0010ec30(void)\n\n{\n char cVar1;\n ulong uVar2;\n long lVar3;\n undefined8 uVar4;\n undefined1 local_1c [12];\n \n cVar1 = *DAT_001e4780;\n if (cVar1 == ' ') {\n cVar1 = DAT_001e4780[1];\n DAT_001e4780 = DAT_001e4780 + 1;\n }\n if (cVar1 == '\"') {\n lVar3 = 0;\n FU... |
/* WARNING: Unknown calling convention */
char * function_1(void)
{
char var_1;
type_1 var_8;
char *var_6;
char *pcVar3;
int filename_len;
var_1 = *var_2;
if (var_1 == ' ') {
var_1 = var_2[1];
var_2 = var_2 + 1;
}
if (var_1 == '\"') {
var_6 = (char *)0x0;
var_3(0);
}
else {
... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_iden... | null |
long MASKED(void)
{
char cVar1;
ulong uVar2;
long lVar3;
undefined8 uVar4;
undefined1 local_1c [12];
cVar1 = *DAT_001e4780;
if (cVar1 == ' ') {
cVar1 = DAT_001e4780[1];
DAT_001e4780 = DAT_001e4780 + 1;
}
if (cVar1 == '\"') {
lVar3 = 0;
FUN_00124c40(0);
}
else {
uVar2 = FUN... |
7962_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | rfind | FUN_002f5a90 |
/* std::wstring::rfind(wchar_t, unsigned long) const */
void __thiscall std::wstring::rfind(wstring *this,wchar_t param_1,ulong param_2)
{
ulong uVar1;
if (*(long *)(this + 8) != 0) {
uVar1 = *(long *)(this + 8) - 1;
if (param_2 < uVar1) {
uVar1 = param_2;
}
do {
if (*(wchar_t *)(*... |
void FUN_002f5a90(long *param_1,int param_2,ulong param_3)
{
ulong uVar1;
if (param_1[1] != 0) {
uVar1 = param_1[1] - 1;
if (param_3 < uVar1) {
uVar1 = param_3;
}
do {
if (*(int *)(*param_1 + uVar1 * 4) == param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar... | MOV RCX,qword ptr [RDI + 0x8]
MOV RAX,-0x1
TEST RCX,RCX
JZ 0x002f5abf
ADD RAX,RCX
CMP RAX,RDX
CMOVA RAX,RDX
MOV RDX,qword ptr [RDI]
NOP dword ptr [RAX]
CMP dword ptr [RDX + RAX*0x4],ESI
JZ 0x002f5abf
SUB RAX,0x1
CMP RAX,-0x1
JNZ 0x002f5ab0
RET | null | null | null | null | [('const-0', u'RETURN_-1204790505'), ('const-8', u'PTRADD_-1204790575'), (u'MULTIEQUAL_-1204790440', u'MULTIEQUAL_-1204790435'), (u'INT_LESS_-1204790570', u'CBRANCH_-1204790576'), (u'LOAD_-1204790637', u'INT_NOTEQUAL_-1204790609'), ('tmp_217', u'COPY_-1204790483'), (u'LOAD_-1204790573', u'INT_ADD_-1204790547'), (u'PTRA... | [('const-0', u'RETURN_-1204790505'), ('const-0', u'RETURN_-1204790451'), (u'INT_SUB_-1204790588', u'COPY_-1204790483'), ('const-433', u'LOAD_-1204790563'), (u'CAST_-1204790408', u'LOAD_-1204790563'), ('const-1', u'PTRADD_-1204790442'), (u'MULTIEQUAL_-1204790440', u'MULTIEQUAL_-1204790435'), ('const-1', u'INT_SUB_-12047... | null | null | 002f5a90 | x64 | O2 | (translation_unit "void FUN_002f5a90(long *param_1,int param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n if (param_1[1] != 0) {\n uVar1 = param_1[1] - 1;\n if (param_3 < uVar1) {\n uVar1 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar1 * 4) == param_2) {\n return;\n }\n uVar... | (translation_unit "/* std::wstring::rfind(wchar_t, unsigned long) const */\n\nvoid __thiscall std::wstring::rfind(wstring *this,wchar_t param_1,ulong param_2)\n\n{\n ulong uVar1;\n \n if (*(long *)(this + 8) != 0) {\n uVar1 = *(long *)(this + 8) - 1;\n if (param_2 < uVar1) {\n uVar1 = param_2;\n }\n ... | (translation_unit "void FUN_002f5a90(long *param_1,int param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n if (param_1[1] != 0) {\n uVar1 = param_1[1] - 1;\n if (param_3 < uVar1) {\n uVar1 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar1 * 4) == param_2) {\n return;\n }\n uVar... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (paren... | (function_definition "void FUN_002f5a90(long *param_1,int param_2,ulong param_3)\n\n{\n ulong uVar1;\n \n if (param_1[1] != 0) {\n uVar1 = param_1[1] - 1;\n if (param_3 < uVar1) {\n uVar1 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar1 * 4) == param_2) {\n return;\n }\n u... |
/* std::wstring::rfind(wchar_t, unsigned long) const */
void __thiscall std::type_1::function_1(type_1 *var_1,type_2 var_4,type_3 var_2)
{
type_3 var_3;
if (*(long *)(var_1 + 8) != 0) {
var_3 = *(long *)(var_1 + 8) - 1;
if (var_2 < var_3) {
var_3 = var_2;
}
do {
if (*(type_2 *)(*(l... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (id... | null |
void MASKED(long *param_1,int param_2,ulong param_3)
{
ulong uVar1;
if (param_1[1] != 0) {
uVar1 = param_1[1] - 1;
if (param_3 < uVar1) {
uVar1 = param_3;
}
do {
if (*(int *)(*param_1 + uVar1 * 4) == param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar1 != 0... |
45_hppa64-linux-gnu-strip_and_hppa64-linux-gnu-strip_strip.c | bfd_convert_section_contents | bfd_convert_section_contents |
void bfd_convert_section_contents(void)
{
(*(code *)PTR_bfd_convert_section_contents_0012b168)();
return;
}
|
void bfd_convert_section_contents(void)
{
(*(code *)PTR_bfd_convert_section_contents_0012b168)();
return;
}
| JMP qword ptr [0x0012b168] | null | null | null | null | [('tmp_22', u'CAST_-1206959335'), (u'INDIRECT_-1206959340', u'COPY_-1206959399'), ('const-0', u'RETURN_-1206959397'), (u'CAST_-1206959335', u'CALLIND_-1206959400'), (u'CALLIND_-1206959400', u'INDIRECT_-1206959340')] | [('tmp_22', u'CAST_-1206959335'), (u'INDIRECT_-1206959340', u'COPY_-1206959399'), ('const-0', u'RETURN_-1206959397'), (u'CAST_-1206959335', u'CALLIND_-1206959400'), (u'CALLIND_-1206959400', u'INDIRECT_-1206959340')] | null | null | 001042d0 | x64 | O2 | (translation_unit "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}\n\n" (function_definition "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}" primitive_type (function_declarator "... | (translation_unit "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}\n\n" (function_definition "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}" primitive_type (function_declarator "... | (translation_unit "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}\n\n" (function_definition "void bfd_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}" primitive_type (function_declarator "... | (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_convert_section_contents(void)\n\n{\n (*(code *)PTR_bfd_convert_section_contents_0012b168)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_convert_section_contents(void)" (identifier "bfd_convert_section_contents") (parameter_list "(void)" (( "(") (parameter_declarati... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_convert_section_contents_0012b168)();
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_0012b168)();
return;
}
|
4587_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | Got_entry | FUN_00208b70 |
/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,
bool use_plt_or_tls_offset) */
void __thiscall
gold::Output_data_got<32,_true>::Got_entry::Got_entry
(Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset)
{
this->addend_ = 0;
*(ui... |
void FUN_00208b70(undefined8 *param_1,undefined8 param_2,uint param_3,int param_4)
{
param_1[2] = 0;
*(uint *)(param_1 + 1) = *(uint *)(param_1 + 1) & 0x80000000 | param_3 & 0x7fffffff;
*(byte *)((long)param_1 + 0xb) = (byte)(param_3 >> 0x18) & 0x7f | (byte)(param_4 << 7);
if ((2 < param_3 + 0x80000003) && (p... | MOV EAX,dword ptr [RDI + 0x8]
MOV R9D,EDX
MOV R8D,ECX
MOV qword ptr [RDI + 0x10],0x0
AND R9D,0x7fffffff
SHL R8D,0x7
AND EAX,0x80000000
OR EAX,R9D
MOV dword ptr [RDI + 0x8],EAX
SHR EAX,0x18
MOV ECX,EAX
LEA EAX,[RDX + -0x7ffffffd]
AND ECX,0x7f
OR ECX,R8D
MOV byte ptr [RDI + 0xb],CL
CMP EAX,0x2
JBE 0x00208bb9
CMP EDX,R9D
... | null | null | null | null | [(u'INT_LESS_-1203794853', u'CBRANCH_-1203794862'), (u'INT_RIGHT_-1203794655', u'SUBPIECE_-1203794636'), ('tmp_427', u'CBRANCH_-1203794862'), ('tmp_503', u'PTRSUB_-1203794621'), ('const-433', u'LOAD_-1203795085'), (u'PTRSUB_-1203794642', u'CAST_-1203794639'), ('const-7', u'INT_LEFT_-1203795012'), (u'INT_AND_-1203794972... | [(u'CAST_-1203794656', u'STORE_-1203794968'), (u'CAST_-1203794635', u'INT_ADD_-1203794868'), (u'INT_LESS_-1203794853', u'CBRANCH_-1203794862'), ('const-433', u'STORE_-1203794843'), ('tmp_427', u'CBRANCH_-1203794862'), ('const-433', u'STORE_-1203794968'), ('const-1', u'PTRADD_-1203794658'), ('const-8', u'PTRADD_-1203794... | null | null | 00208b70 | x64 | O2 | (translation_unit "void FUN_00208b70(undefined8 *param_1,undefined8 param_2,uint param_3,int param_4)\n\n{\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = *(uint *)(param_1 + 1) & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((long)param_1 + 0xb) = (byte)(param_3 >> 0x18) & 0x7f | (byte)(param_4 << 7);\n if ((2 < par... | (translation_unit "/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,\n bool use_plt_or_tls_offset) */\n\nvoid __thiscall\ngold::Output_data_got<32,_true>::Got_entry::Got_entry\n (Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset)\n\n{\n ... | (translation_unit "void FUN_00208b70(undefined8 *param_1,undefined8 param_2,uint param_3,int param_4)\n\n{\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = *(uint *)(param_1 + 1) & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((long)param_1 + 0xb) = (byte)(param_3 >> 0x18) & 0x7f | (byte)(param_4 << 7);\n if ((2 < par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_ex... | (function_definition "void FUN_00208b70(undefined8 *param_1,undefined8 param_2,uint param_3,int param_4)\n\n{\n param_1[2] = 0;\n *(uint *)(param_1 + 1) = *(uint *)(param_1 + 1) & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((long)param_1 + 0xb) = (byte)(param_3 >> 0x18) & 0x7f | (byte)(param_4 << 7);\n if ((2 < ... |
/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,
bool use_plt_or_tls_offset) */
void __thiscall
gold::Output_data_got<32,_true>::Got_entry::Got_entry
(Got_entry *this,Relobj *object,type_1 var_1,bool var_2)
{
this->addend_ = 0;
*(type_1 *)&this->fi... | 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(undefined8 *param_1,undefined8 param_2,uint param_3,int param_4)
{
param_1[2] = 0;
*(uint *)(param_1 + 1) = *(uint *)(param_1 + 1) & 0x80000000 | param_3 & 0x7fffffff;
*(byte *)((long)param_1 + 0xb) = (byte)(param_3 >> 0x18) & 0x7f | (byte)(param_4 << 7);
if ((2 < param_3 + 0x80000003) && (param_3... |
5687_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | set_final_data_size | FUN_00242300 |
/* DWARF original prototype: void set_final_data_size(Output_reduced_debug_info_section * this) */
void __thiscall
gold::Output_reduced_debug_info_section::set_final_data_size
(Output_reduced_debug_info_section *this)
{
vector<unsigned_char,_std::allocator<unsigned_char>_> *destination;
byte bVar1;
b... |
void FUN_00242300(long param_1)
{
long lVar1;
byte bVar2;
undefined1 uVar3;
char cVar4;
undefined2 uVar5;
undefined4 uVar6;
uint uVar7;
int iVar8;
byte *pbVar9;
long lVar10;
byte *pbVar11;
undefined8 uVar12;
long lVar13;
ulong uVar14;
char *pcVar15;
size_t sVar16;
size_t *psVar17;
... | CMP byte ptr [RDI + 0x168],0x0
JNZ 0x00242610
PUSH R15
PUSH R14
PUSH R13
MOV R13,RDI
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x88
MOV RAX,qword ptr [RDI + 0xc0]
TEST RAX,RAX
JZ 0x00242a67
MOV qword ptr [RSP + 0x38],RAX
ADD RAX,qword ptr [RDI + 0x10]
MOV RBX,RAX
MOV qword ptr [RSP + 0x8],RAX
CALL 0x001f6a80
CMP RBX,qword ptr... | null | null | null | null | [(u'CALL_-1204082741', u'INDIRECT_-1204079221'), (u'CAST_-1204077404', u'INT_EQUAL_-1204081708'), (u'CALL_-1204082982', u'INDIRECT_-1204078356'), (u'CALL_-1204083139', u'INDIRECT_-1204079048'), (u'CALL_-1204083257', u'INDIRECT_-1204078957'), (u'CALL_-1204082741', u'MULTIEQUAL_-1204079988'), (u'CALL_-1204083311', u'INDI... | [(u'INDIRECT_-1204079619', u'COPY_-1204078387'), (u'INDIRECT_-1204078140', u'MULTIEQUAL_-1204077642'), (u'CALL_-1204082638', u'INDIRECT_-1204079252'), (u'INDIRECT_-1204077812', u'MULTIEQUAL_-1204077939'), (u'CAST_-1204077287', u'LOAD_-1204081652'), (u'CALL_-1204081334', u'INDIRECT_-1204078178'), ('const-1', u'RETURN_-1... | null | null | 00242300 | x64 | O2 | (translation_unit "void FUN_00242300(long param_1)\n\n{\n long lVar1;\n byte bVar2;\n undefined1 uVar3;\n char cVar4;\n undefined2 uVar5;\n undefined4 uVar6;\n uint uVar7;\n int iVar8;\n byte *pbVar9;\n long lVar10;\n byte *pbVar11;\n undefined8 uVar12;\n long lVar13;\n ulong uVar14;\n char *pcVar15;\n ... | (translation_unit "/* DWARF original prototype: void set_final_data_size(Output_reduced_debug_info_section * this) */\n\nvoid __thiscall\ngold::Output_reduced_debug_info_section::set_final_data_size\n (Output_reduced_debug_info_section *this)\n\n{\n vector<unsigned_char,_std::allocator<unsigned_char>_> *desti... | (translation_unit "void FUN_00242300(long param_1)\n\n{\n long lVar1;\n byte bVar2;\n undefined1 uVar3;\n char cVar4;\n undefined2 uVar5;\n undefined4 uVar6;\n uint uVar7;\n int iVar8;\n byte *pbVar9;\n long lVar10;\n byte *pbVar11;\n undefined8 uVar12;\n long lVar13;\n ulong uVar14;\n char *pcVar15;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYP... | (function_definition "void FUN_00242300(long param_1)\n\n{\n long lVar1;\n byte bVar2;\n undefined1 uVar3;\n char cVar4;\n undefined2 uVar5;\n undefined4 uVar6;\n uint uVar7;\n int iVar8;\n byte *pbVar9;\n long lVar10;\n byte *pbVar11;\n undefined8 uVar12;\n long lVar13;\n ulong uVar14;\n char *pcVar15;\... |
/* DWARF original prototype: void set_final_data_size(Output_reduced_debug_info_section * this) */
void __thiscall
gold::type_1::function_1
(type_1 *this)
{
vector<var_2,_std::var_1<var_2>var_3> *destination;
type_2 var_35;
type_2 value;
bool bVar2;
type_3 VVar3;
type_3 var_9;
type_4 *var_7;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)... | null |
void MASKED(long param_1)
{
long lVar1;
byte bVar2;
undefined1 uVar3;
char cVar4;
undefined2 uVar5;
undefined4 uVar6;
uint uVar7;
int iVar8;
byte *pbVar9;
long lVar10;
byte *pbVar11;
undefined8 uVar12;
long lVar13;
ulong uVar14;
char *pcVar15;
size_t sVar16;
size_t *psVar17;
byte *... |
1267_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_001863ee | FUN_001863ee |
void FUN_001863ee(void)
{
long unaff_RBX;
long unaff_R13;
void *in_stack_00000040;
undefined8 in_stack_000000a8;
long in_stack_000000b0;
long in_stack_000000b8;
long in_stack_000000c0;
void *in_stack_00000220;
if (in_stack_00000220 != (void *)(unaff_RBX + 0x10)) {
operator_delete(in_stack_000... |
void FUN_001863ee(void)
{
long unaff_RBX;
long unaff_R13;
long in_stack_00000040;
undefined8 in_stack_000000a8;
long in_stack_000000b0;
long in_stack_000000b8;
long in_stack_000000c0;
long in_stack_00000220;
if (in_stack_00000220 != unaff_RBX + 0x10) {
FUN_0049e330();
}
if (in_stack_00000... | MOV RDI,qword ptr [RSP + 0x220]
ADD RBX,0x10
CMP RDI,RBX
JZ 0x00186404
CALL 0x0049e330
MOV RBX,RBP
JMP 0x001863b2 | null | null | null | null | [(u'COPY_-1207474668', u'CALL_-1207474881'), ('const-100', u'CALL_-1207475143'), ('const-16', u'INT_ADD_-1207475221'), ('const-4', u'SUBPIECE_-1207474824'), (u'COPY_-1207474704', u'CALL_-1207474937'), ('const-5431981', u'COPY_-1207474890'), (u'SUBPIECE_-1207474824', u'INT_NOTEQUAL_-1207475182'), (u'INT_ADD_-1207475186'... | [('const-16', u'INT_ADD_-1207475221'), (u'INT_ADD_-1207475186', u'INT_NOTEQUAL_-1207475177'), ('const-5431981', u'COPY_-1207474671'), ('const-0', u'INT_NOTEQUAL_-1207474973'), (u'INT_NOTEQUAL_-1207475177', u'CBRANCH_-1207475176'), ('tmp_993', u'INT_EQUAL_-1207474918'), ('tmp_62', u'CBRANCH_-1207475176'), (u'INT_NOTEQUA... | null | null | 001863ee | x64 | O2 | (translation_unit "void FUN_001863ee(void)\n\n{\n long unaff_RBX;\n long unaff_R13;\n long in_stack_00000040;\n undefined8 in_stack_000000a8;\n long in_stack_000000b0;\n long in_stack_000000b8;\n long in_stack_000000c0;\n long in_stack_00000220;\n \n if (in_stack_00000220 != unaff_RBX + 0x10) {\n FUN_0049e... | (translation_unit "void FUN_001863ee(void)\n\n{\n long unaff_RBX;\n long unaff_R13;\n void *in_stack_00000040;\n undefined8 in_stack_000000a8;\n long in_stack_000000b0;\n long in_stack_000000b8;\n long in_stack_000000c0;\n void *in_stack_00000220;\n \n if (in_stack_00000220 != (void *)(unaff_RBX + 0x10)) {\n ... | (translation_unit "void FUN_001863ee(void)\n\n{\n long unaff_RBX;\n long unaff_R13;\n long in_stack_00000040;\n undefined8 in_stack_000000a8;\n long in_stack_000000b0;\n long in_stack_000000b8;\n long in_stack_000000c0;\n long in_stack_00000220;\n \n if (in_stack_00000220 != unaff_RBX + 0x10) {\n FUN_0049e... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;)... | (function_definition "void FUN_001863ee(void)\n\n{\n long unaff_RBX;\n long unaff_R13;\n long in_stack_00000040;\n undefined8 in_stack_000000a8;\n long in_stack_000000b0;\n long in_stack_000000b8;\n long in_stack_000000c0;\n long in_stack_00000220;\n \n if (in_stack_00000220 != unaff_RBX + 0x10) {\n FUN_00... |
void function_1(void)
{
long var_2;
long var_5;
void *var_4;
type_1 in_stack_000000a8;
long var_7;
long var_8;
long var_9;
void *var_1;
if (var_1 != (void *)(var_2 + 0x10)) {
var_3(var_1);
}
if (var_4 != (void *)(var_5 + 0x10)) {
var_3(var_4);
}
if (in_stack_000000a8._4_4_ != 0) {... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_typ... | null |
void MASKED(void)
{
long unaff_RBX;
long unaff_R13;
long in_stack_00000040;
undefined8 in_stack_000000a8;
long in_stack_000000b0;
long in_stack_000000b8;
long in_stack_000000c0;
long in_stack_00000220;
if (in_stack_00000220 != unaff_RBX + 0x10) {
FUN_0049e330();
}
if (in_stack_00000040 !=... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.