file_name stringlengths 17 79 | original_function_name stringlengths 2 741 | stripped_function_name stringlengths 3 57 | decompiled_code_original stringlengths 34 258k ⌀ | decompiled_code_stripped stringlengths 34 283k ⌀ | assembly_code stringlengths 3 329k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 13.4M | pcode_edges_stripped stringlengths 11 13.6M | 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 339 8.52M ⌀ | S-Expression_decompiled_code_original stringlengths 339 7.86M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 338 8.52M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 162 2.07M ⌀ | S-Expression_decompiled_code_original_root stringlengths 347 8.59M ⌀ | Replace_function_name_and_variable_name stringlengths 39 248k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 238 2.75M ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 283k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
473_inetutils-ftp_and_inetutils-ftp_strip.c | ntohs | ntohs |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint16_t ntohs(uint16_t __netshort)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ntohs@@GLIBC_2.2.5 */
halt_baddata... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint16_t ntohs(uint16_t __netshort)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207049446')] | [('const-1', u'RETURN_-1207049446')] | null | null | 0012e310 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint16_t ntohs(uint16_t __netshort)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nuint16_t ntohs(uint16_t __netshort)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ntohs@@GLIB... | (translation_unit "uint16_t ntohs(uint16_t __netshort)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "uint16_t ntohs(uint16_t __netshort)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ntohs(uint16_t __netshort)" identifier (parameter_list "(uint16_t ... | (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 "uint16_t ntohs(uint16_t __netshort)\n\n{\n \n halt_baddata();\n}" (primitive_type "uint16_t") (function_declarator "ntohs(uint16_t __netshort)" (identifier "ntohs") (parameter_list "(uint16_t __netshort)" (( "(") (parameter_declaration "uint16_t __netshort" (primitive_type "uin... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
uint16_t function_1(uint16_t __netshort)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ntohs@@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 */
uint16_t MASKED(uint16_t __netshort)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
101_s390x-linux-gnu-elfedit_and_s390x-linux-gnu-elfedit_strip.c | strlen | strlen |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strlen@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206931358')] | [('const-1', u'RETURN_-1206931358')] | null | null | 0010b058 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fu... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strlen@@GLIBC_2.2.5 */... | (translation_unit "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "ch... | (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 "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (i... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strlen@@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: (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 */
size_t MASKED(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7190_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | ~Max_expression | FUN_002b39a0 |
/* DWARF original prototype: void ~Max_expression(Max_expression * this, int __in_chrg) */
void __thiscall gold::Max_expression::~Max_expression(Max_expression *this,int __in_chrg)
{
Expression *pEVar1;
undefined4 in_register_00000034;
(this->super_Binary_expression).super_Expression._vptr_Expression =
... |
void FUN_002b39a0(undefined8 *param_1)
{
*param_1 = &DAT_00437f40;
if ((long *)param_1[1] != (long *)0x0) {
(**(code **)(*(long *)param_1[1] + 8))();
}
if ((long *)param_1[2] != (long *)0x0) {
(**(code **)(*(long *)param_1[2] + 8))();
}
thunk_FUN_002dac70(param_1,0x18);
return;
}
| LEA RAX,[0x437f40]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
TEST RDI,RDI
JZ 0x002b39bd
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JZ 0x002b39cc
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
MOV RDI,RBX
MOV ESI,0x18
POP RBX
JMP 0x... | null | null | null | null | [('const-433', u'LOAD_-1204536841'), (u'LOAD_-1204536868', u'INT_NOTEQUAL_-1204536848'), ('const-433', u'LOAD_-1204536877'), ('const-433', u'STORE_-1204536908'), (u'PTRSUB_-1204536711', u'CAST_-1204536699'), (u'LOAD_-1204536868', u'PTRSUB_-1204536676'), (u'INT_NOTEQUAL_-1204536848', u'CBRANCH_-1204536847'), ('const-24'... | [('const-0', u'RETURN_-1204536809'), ('tmp_49', u'CBRANCH_-1204536883'), (u'INT_ADD_-1204536825', u'CAST_-1204536682'), ('const-1', u'PTRADD_-1204536713'), (u'LOAD_-1204536883', u'INT_ADD_-1204536861'), (u'INT_ADD_-1204536861', u'CAST_-1204536699'), ('const-8', u'PTRADD_-1204536697'), (u'INT_NOTEQUAL_-1204536848', u'CB... | null | null | 002b39a0 | x64 | O0 | (translation_unit "void FUN_002b39a0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n (**(code **)(*(long *)param_1[2] + 8))();\n }\n thunk_FUN_002dac70(param_1,0x18);... | (translation_unit "/* DWARF original prototype: void ~Max_expression(Max_expression * this, int __in_chrg) */\n\nvoid __thiscall gold::Max_expression::~Max_expression(Max_expression *this,int __in_chrg)\n\n{\n Expression *pEVar1;\n undefined4 in_register_00000034;\n \n (this->super_Binary_expression).super_Expressi... | (translation_unit "void FUN_002b39a0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n (**(code **)(*(long *)param_1[2] + 8))();\n }\n thunk_FUN_002dac70(param_1,0x18);... | (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_002b39a0(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n (**(code **)(*(long *)param_1[2] + 8))();\n }\n thunk_FUN_002dac70(param_1,0x1... |
/* DWARF original prototype: void ~Max_expression(Max_expression * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *var_1;
type_2 in_register_00000034;
(this->super_Binary_expression).super_Expression._vptr_Expression =
(type_3 **)&DAT_00... | 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 = &DAT_00437f40;
if ((long *)param_1[1] != (long *)0x0) {
(**(code **)(*(long *)param_1[1] + 8))();
}
if ((long *)param_1[2] != (long *)0x0) {
(**(code **)(*(long *)param_1[2] + 8))();
}
thunk_FUN_002dac70(param_1,0x18);
return;
}
|
421_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | FUN_001444ee | FUN_001444ee |
void FUN_001444ee(void)
{
long unaff_RBP;
if (*(void **)(unaff_RBP + -0x60) != (void *)0x0) {
operator_delete(*(void **)(unaff_RBP + -0x60));
}
if (*(void **)(unaff_RBP + -0x78) != (void *)0x0) {
operator_delete(*(void **)(unaff_RBP + -0x78));
}
if (*(void **)(unaff_RBP + -0x140) != (void *)(*(... |
void FUN_001444ee(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x60) != 0) {
FUN_00276d20();
}
if (*(long *)(unaff_RBP + -0x78) != 0) {
FUN_00276d20();
}
if (*(long *)(unaff_RBP + -0x140) != *(long *)(unaff_RBP + -0x180) + 0x10) {
FUN_00276d20();
}
/* WARNING: Su... | MOV RDI,qword ptr [RBP + -0x60]
TEST RDI,RDI
JZ 0x001444fc
CALL 0x00276d20
MOV RDI,qword ptr [RBP + -0x78]
TEST RDI,RDI
JZ 0x001444bc
CALL 0x00276d20
JMP 0x001444bc | null | null | null | null | [(u'CAST_-1207220831', u'LOAD_-1207221014'), (u'LOAD_-1207221007', u'CALL_-1207220979'), ('const-433', u'LOAD_-1207220977'), ('const--96', u'INT_ADD_-1207220991'), ('const-1', u'RETURN_-1207220952'), ('const--320', u'INT_ADD_-1207220998'), ('tmp_74', u'CBRANCH_-1207220956'), (u'INT_ADD_-1207220986', u'CAST_-1207220823'... | [(u'CAST_-1207220831', u'LOAD_-1207221014'), ('const--96', u'INT_ADD_-1207220991'), ('const-433', u'LOAD_-1207221007'), ('const-1', u'RETURN_-1207220952'), ('const--320', u'INT_ADD_-1207220998'), ('tmp_74', u'CBRANCH_-1207220956'), ('const-433', u'LOAD_-1207220977'), ('const-433', u'LOAD_-1207221024'), (u'INT_ADD_-1207... | null | null | 001444ee | x64 | O0 | (translation_unit "void FUN_001444ee(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x60) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x78) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x140) != *(long *)(unaff_RBP + -0x180) + 0x10) {\n FUN_00276d20();\n }\n ... | (translation_unit "void FUN_001444ee(void)\n\n{\n long unaff_RBP;\n \n if (*(void **)(unaff_RBP + -0x60) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBP + -0x60));\n }\n if (*(void **)(unaff_RBP + -0x78) != (void *)0x0) {\n operator_delete(*(void **)(unaff_RBP + -0x78));\n }\n if (*(void **)(unaff... | (translation_unit "void FUN_001444ee(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x60) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x78) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x140) != *(long *)(unaff_RBP + -0x180) + 0x10) {\n FUN_00276d20();\n }\n ... | (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 (siz... | (function_definition "void FUN_001444ee(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x60) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x78) != 0) {\n FUN_00276d20();\n }\n if (*(long *)(unaff_RBP + -0x140) != *(long *)(unaff_RBP + -0x180) + 0x10) {\n FUN_00276d20();\n }\... |
void function_1(void)
{
long var_1;
if (*(void **)(var_1 + -0x60) != (void *)0x0) {
var_2(*(void **)(var_1 + -0x60));
}
if (*(void **)(var_1 + -0x78) != (void *)0x0) {
var_2(*(void **)(var_1 + -0x78));
}
if (*(void **)(var_1 + -0x140) != (void *)(*(long *)(var_1 + -0x180) + 0x10)) {
var_2(*... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (par... | null |
void MASKED(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x60) != 0) {
FUN_00276d20();
}
if (*(long *)(unaff_RBP + -0x78) != 0) {
FUN_00276d20();
}
if (*(long *)(unaff_RBP + -0x140) != *(long *)(unaff_RBP + -0x180) + 0x10) {
FUN_00276d20();
}
/* WARNING: Subrouti... |
26_csplit_and_csplit_strip.c | strchr | strchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();
return pcVar1;
}
| JMP qword ptr [0x0010f0d0] | null | null | null | null | [(u'CALLIND_-1206967896', u'INDIRECT_-1206967833'), (u'INDIRECT_-1206967833', u'COPY_-1206967892'), (u'CALLIND_-1206967896', u'CAST_-1206967827'), (u'CAST_-1206967827', u'RETURN_-1206967893'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967828', u'CALLIND_-1206967896'), ('tmp_38', u'CAST_-1206967828')] | [(u'CALLIND_-1206967896', u'INDIRECT_-1206967833'), (u'INDIRECT_-1206967833', u'COPY_-1206967892'), (u'CALLIND_-1206967896', u'CAST_-1206967827'), (u'CAST_-1206967827', u'RETURN_-1206967893'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967828', u'CALLIND_-1206967896'), ('tmp_38', u'CAST_-1206967828')] | null | null | 001021a0 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();\n return pcVar1;\n}\n\n" (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();\n return pcVar1;\n}" primi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_exp... | (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0d0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" (* "*") (function_declarator "strchr(char *__s,int __c)" (identifier "strchr") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strchr_0010f0d0)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0010f0d0)();
return pcVar1;
}
|
5551_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | get_symbols_v2 | FUN_0024ca70 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
ld_plugin_status gold::get_symbols_v2(void *handle,int nsyms,ld_plugin_symbol *syms)
{
Plugin_manager *pPVar1;
pointer ppOVar2;
Object *pOVar3;
int iVar4;
ld_plugin_status lVa... |
undefined8 FUN_0024ca70(uint param_1,undefined4 param_2,undefined8 param_3)
{
long lVar1;
long *plVar2;
long lVar3;
undefined8 uVar4;
if (*(long *)(PTR_DAT_004586c8 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0018dcf0("../../gold/parameters.h",0x5c,"options");
... | MOV RAX,qword ptr [0x004586c8]
PUSH R12
PUSH RBP
PUSH RBX
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x0024cb02
MOV RBX,qword ptr [RAX + 0x9058]
TEST RBX,RBX
JZ 0x0024caea
MOV R8,qword ptr [RBX + 0x20]
MOV RAX,qword ptr [RBX + 0x28]
MOV EDI,EDI
SUB RAX,R8
SAR RAX,0x3
CMP RDI,RAX
JNC 0x0024cae0
MOV RDI,qword ptr [R8... | null | null | null | null | [('const-433', u'LOAD_-1204041026'), ('const-1', u'RETURN_-1204040774'), (u'PTRSUB_-1204040681', u'LOAD_-1204041080'), ('const-16', u'PTRSUB_-1204040681'), ('tmp_1016', u'PTRSUB_-1204040681'), (u'INDIRECT_-1204040569', u'COPY_-1204040622'), (u'PTRSUB_-1204040643', u'LOAD_-1204041026'), ('const-3', u'INT_SRIGHT_-1204040... | [('const-3773768', u'COPY_-1204040628'), ('const-216', u'INT_ADD_-1204040872'), ('const-40', u'INT_ADD_-1204040896'), (u'LOAD_-1204041033', u'INT_ADD_-1204040931'), ('const-1', u'RETURN_-1204040774'), (u'LOAD_-1204041058', u'INT_ADD_-1204041010'), ('const-8', u'INT_MULT_-1204040919'), ('const-3', u'INT_SRIGHT_-12040409... | null | null | 0024ca70 | x64 | O0 | (translation_unit "undefined8 FUN_0024ca70(uint param_1,undefined4 param_2,undefined8 param_3)\n\n{\n long lVar1;\n long *plVar2;\n long lVar3;\n undefined8 uVar4;\n \n if (*(long *)(PTR_DAT_004586c8 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/param... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n\nld_plugin_status gold::get_symbols_v2(void *handle,int nsyms,ld_plugin_symbol *syms)\n\n{\n Plugin_manager *pPVar1;\n pointer ppOVar2;\n Object *pOVar3;\n int iV... | (translation_unit "undefined8 FUN_0024ca70(uint param_1,undefined4 param_2,undefined8 param_3)\n\n{\n long lVar1;\n long *plVar2;\n long lVar3;\n undefined8 uVar4;\n \n if (*(long *)(PTR_DAT_004586c8 + 0x10) == 0) {\n \n FUN_0018dcf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 =... | (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 (sized_type_specifier long) (poin... | (function_definition "undefined8 FUN_0024ca70(uint param_1,undefined4 param_2,undefined8 param_3)\n\n{\n long lVar1;\n long *plVar2;\n long lVar3;\n undefined8 uVar4;\n \n if (*(long *)(PTR_DAT_004586c8 + 0x10) == 0) {\n \n FUN_0018dcf0("../../gold/parameters.h",0x5c,"options");\n }\n lVar... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
type_1 var_3::function_1(void *handle,int nsyms,type_2 *syms)
{
type_3 *var_2;
type_4 ppOVar2;
type_5 *var_6;
int iVar4;
type_1 lVar5;
type_6 extraout_var;
if (paramete... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty... | null |
undefined8 MASKED(uint param_1,undefined4 param_2,undefined8 param_3)
{
long lVar1;
long *plVar2;
long lVar3;
undefined8 uVar4;
if (*(long *)(PTR_DAT_004586c8 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0018dcf0("../../gold/parameters.h",0x5c,"options");
}
lV... |
10592_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | do_out | FUN_00359a80 |
/* std::__codecvt_utf8_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t
const*&, char*, char*, char*&) const */
undefined8 __thiscall
std::__codecvt_utf8_base<wchar_t>::do_out
(__codecvt_utf8_base<wchar_t> *this,__mbstate_t *param_1,wchar_t *param_2,wchar_t *param_3
,... |
undefined8
FUN_00359a80(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)
{
char cVar1;
undefined8 uVar2;
undefined8 local_28;
undefined8 local_20;
undefined8 local_18;
undefined8 local_10;
... | SUB RSP,0x28
MOV R11,R8
MOV R8,qword ptr [RDI + 0x18]
MOV RAX,qword ptr [RSP + 0x30]
MOV qword ptr [RSP],R9
MOV RSI,RSP
MOV qword ptr [RSP + 0x10],RDX
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x18],RCX
TEST byte ptr [RDI + 0x20],0x2
JZ 0x00359ab8
MOV RDI,RSI
CALL 0x00359820
TEST AL,AL
JZ 0x00359ae0
LEA RDI,[R... | null | null | null | null | [('tmp_238', u'MULTIEQUAL_-1205167229'), (u'PTRSUB_-1205167217', u'CALL_-1205167391'), (u'INDIRECT_-1205167192', u'MULTIEQUAL_-1205167181'), (u'COPY_-1205167435', u'MULTIEQUAL_-1205167177'), ('const-0', u'INT_NOTEQUAL_-1205167404'), ('const-1', u'PTRADD_-1205167357'), ('tmp_495', u'PTRSUB_-1205167217'), ('tmp_236', u'C... | [('tmp_633', u'COPY_-1205167435'), (u'PTRSUB_-1205167217', u'CALL_-1205167391'), (u'INDIRECT_-1205167192', u'MULTIEQUAL_-1205167181'), (u'COPY_-1205167435', u'MULTIEQUAL_-1205167177'), ('const-0', u'INT_NOTEQUAL_-1205167404'), (u'INDIRECT_-1205167240', u'MULTIEQUAL_-1205167229'), (u'CALL_-1205167358', u'INDIRECT_-12051... | null | null | 00359a80 | x64 | O0 | (translation_unit "undefined8\nFUN_00359a80(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n char cVar1;\n undefined8 uVar2;\n undefined8 local_28;\n undefined8 local_20;\n undefined8 local_18;\... | (translation_unit "/* std::__codecvt_utf8_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t\n const*&, char*, char*, char*&) const */\n\nundefined8 __thiscall\nstd::__codecvt_utf8_base<wchar_t>::do_out\n (__codecvt_utf8_base<wchar_t> *this,__mbstate_t *param_1,wchar_t *param_2,wchar... | (translation_unit "undefined8\nFUN_00359a80(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n char cVar1;\n undefined8 uVar2;\n undefined8 local_28;\n undefined8 local_20;\n undefined8 local_18;\... | (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 TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , ... | (function_definition "undefined8\nFUN_00359a80(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)\n\n{\n char cVar1;\n undefined8 uVar2;\n undefined8 local_28;\n undefined8 local_20;\n undefined8 local_1... |
/* std::__codecvt_utf8_base<wchar_t>::do_out(__mbstate_t&, wchar_t const*, wchar_t const*, wchar_t
const*&, char*, char*, char*&) const */
type_1 __thiscall
std::type_2<type_4>::function_1
(type_2<type_4> *this,type_3 *param_1,type_4 *param_2,type_4 *param_3
,type_4 **param_4,char *param_5,char... | 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: (type_identifier) declarator: (identifier)) (parameter_declarati... | null |
undefined8
MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 *param_5,undefined8 param_6,undefined8 param_7,undefined8 *param_8)
{
char cVar1;
undefined8 uVar2;
undefined8 local_28;
undefined8 local_20;
undefined8 local_18;
undefined8 local_10;
local... |
57_grep_and_grep_strip.c | pcre_fullinfo | pcre_fullinfo |
void pcre_fullinfo(void)
{
(*(code *)PTR_pcre_fullinfo_00130e40)();
return;
}
|
void pcre_fullinfo(void)
{
(*(code *)PTR_pcre_fullinfo_00130e40)();
return;
}
| JMP qword ptr [0x00130e40] | null | null | null | null | [(u'INDIRECT_-1206959148', u'COPY_-1206959207'), ('const-0', u'RETURN_-1206959205'), (u'CALLIND_-1206959208', u'INDIRECT_-1206959148'), (u'CAST_-1206959143', u'CALLIND_-1206959208'), ('tmp_22', u'CAST_-1206959143')] | [(u'INDIRECT_-1206959148', u'COPY_-1206959207'), ('const-0', u'RETURN_-1206959205'), (u'CALLIND_-1206959208', u'INDIRECT_-1206959148'), (u'CAST_-1206959143', u'CALLIND_-1206959208'), ('tmp_22', u'CAST_-1206959143')] | null | null | 00104390 | x64 | O0 | (translation_unit "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}\n\n" (function_definition "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}" primitive_type (function_declarator "pcre_fullinfo(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}\n\n" (function_definition "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}" primitive_type (function_declarator "pcre_fullinfo(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}\n\n" (function_definition "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}" primitive_type (function_declarator "pcre_fullinfo(void)" identifier (parameter_list "(void)" ( (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void pcre_fullinfo(void)\n\n{\n (*(code *)PTR_pcre_fullinfo_00130e40)();\n return;\n}" (primitive_type "void") (function_declarator "pcre_fullinfo(void)" (identifier "pcre_fullinfo") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR_pcre_fullinfo_00130e40)();
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_00130e40)();
return;
}
|
7403_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | _M_date_formats | FUN_002b3770 |
/* std::__timepunct<char>::_M_date_formats(char const**) const */
void __thiscall std::__timepunct<char>::_M_date_formats(__timepunct<char> *this,char **param_1)
{
long lVar1;
lVar1 = *(long *)(this + 0x10);
*param_1 = *(char **)(lVar1 + 0x10);
param_1[1] = *(char **)(lVar1 + 0x18);
return;
}
|
void FUN_002b3770(long param_1,undefined8 *param_2)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x10);
*param_2 = *(undefined8 *)(lVar1 + 0x10);
param_2[1] = *(undefined8 *)(lVar1 + 0x18);
return;
}
| MOV RAX,qword ptr [RDI + 0x10]
MOV RDX,qword ptr [RAX + 0x10]
MOV qword ptr [RSI],RDX
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RSI + 0x8],RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1204537443'), (u'LOAD_-1204537466', u'STORE_-1204537457'), ('const-433', u'STORE_-1204537470'), ('const-16', u'PTRADD_-1204537423'), ('const-16', u'INT_ADD_-1204537462'), (u'CAST_-1204537400', u'LOAD_-1204537478'), (u'INT_ADD_-1204537462', u'CAST_-1204537400'), (u'PTRADD_-1204537390', u'STORE_-12... | [('const-433', u'LOAD_-1204537485'), ('const-0', u'RETURN_-1204537443'), (u'LOAD_-1204537466', u'STORE_-1204537457'), ('tmp_50', u'PTRADD_-1204537390'), ('const-16', u'INT_ADD_-1204537462'), (u'CAST_-1204537400', u'LOAD_-1204537478'), (u'INT_ADD_-1204537462', u'CAST_-1204537400'), (u'PTRADD_-1204537390', u'STORE_-12045... | null | null | 002b3770 | x64 | O0 | (translation_unit "void FUN_002b3770(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_002b3770(long param_1,undefined8 *param_2)\n\... | (translation_unit "/* std::__timepunct<char>::_M_date_formats(char const**) const */\n\nvoid __thiscall std::__timepunct<char>::_M_date_formats(__timepunct<char> *this,char **param_1)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(this + 0x10);\n *param_1 = *(char **)(lVar1 + 0x10);\n param_1[1] = *(char **)(lVar1 + 0x... | (translation_unit "void FUN_002b3770(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}\n\n" (function_definition "void FUN_002b3770(long param_1,undefined8 *param_2)\n\... | (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 { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_exp... | (function_definition "void FUN_002b3770(long param_1,undefined8 *param_2)\n\n{\n long lVar1;\n \n lVar1 = *(long *)(param_1 + 0x10);\n *param_2 = *(undefined8 *)(lVar1 + 0x10);\n param_2[1] = *(undefined8 *)(lVar1 + 0x18);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b3770(long param_1,undef... |
/* std::__timepunct<char>::_M_date_formats(char const**) const */
void __thiscall std::type_1<char>::function_1(type_1<char> *var_1,char **param_1)
{
long var_2;
var_2 = *(long *)(var_1 + 0x10);
*param_1 = *(char **)(var_2 + 0x10);
param_1[1] = *(char **)(var_2 + 0x18);
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,undefined8 *param_2)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x10);
*param_2 = *(undefined8 *)(lVar1 + 0x10);
param_2[1] = *(undefined8 *)(lVar1 + 0x18);
return;
}
|
6611_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | __cxa_free_dependent_exception | FUN_002a2920 |
void __cxa_free_dependent_exception(void *param_1)
{
if (((ulong)(anonymous_namespace)::emergency_pool._48_8_ < param_1) &&
(param_1 < (void *)((anonymous_namespace)::emergency_pool._48_8_ +
(anonymous_namespace)::emergency_pool._56_8_))) {
(anonymous_namespace)::pool::free(param_1)... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void FUN_002a2920(void *param_1)
{
if ((DAT_004033f0 < param_1) && (param_1 < (void *)((long)DAT_004033f0 + _DAT_004033f8))) {
FUN_002a2530();
return;
}
free(param_1);
return;
}
| MOV RAX,qword ptr [0x004033f0]
CMP RDI,RAX
JBE 0x002a2940
ADD RAX,qword ptr [0x004033f8]
CMP RDI,RAX
JNC 0x002a2940
JMP 0x002a2530
JMP 0x00144470 | null | null | null | null | [('tmp_232', u'CAST_-1204475458'), (u'CALL_-1204475541', u'INDIRECT_-1204475445'), (u'INDIRECT_-1204475445', u'COPY_-1204475502'), (u'INDIRECT_-1204475449', u'COPY_-1204475506'), (u'CAST_-1204475455', u'INT_LESS_-1204475559'), ('const-0', u'RETURN_-1204475547'), (u'INDIRECT_-1204475456', u'COPY_-1204475515'), (u'CALL_-... | [('tmp_33', u'CBRANCH_-1204475589'), (u'CALL_-1204475541', u'INDIRECT_-1204475445'), (u'INT_ADD_-1204475570', u'CAST_-1204475455'), (u'INT_LESS_-1204475559', u'CBRANCH_-1204475556'), (u'CAST_-1204475456', u'INT_ADD_-1204475570'), ('tmp_205', u'INT_LESS_-1204475580'), (u'INDIRECT_-1204475445', u'COPY_-1204475502'), ('tm... | null | null | 002a2920 | x64 | O0 | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_002a2920(void *param_1)\n\n{\n if ((DAT_004033f0 < param_1) && (param_1 < (void *)((long)DAT_004033f0 + _DAT_004033f8))) {\n FUN_002a2530();\n return;\n }\n free(param_1);\n return;\n}\n\n" comm... | (translation_unit "void __cxa_free_dependent_exception(void *param_1)\n\n{\n if (((ulong)(anonymous_namespace)::emergency_pool._48_8_ < param_1) &&\n (param_1 < (void *)((anonymous_namespace)::emergency_pool._48_8_ +\n (anonymous_namespace)::emergency_pool._56_8_))) {\n (anonymous_namespa... | (translation_unit "void FUN_002a2920(void *param_1)\n\n{\n if ((DAT_004033f0 < param_1) && (param_1 < (void *)((long)DAT_004033f0 + _DAT_004033f8))) {\n FUN_002a2530();\n return;\n }\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_002a2920(void *param_1)\n\n{\n if ((DAT_004033f0 < param_1) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_... | (function_definition "void FUN_002a2920(void *param_1)\n\n{\n if ((DAT_004033f0 < param_1) && (param_1 < (void *)((long)DAT_004033f0 + _DAT_004033f8))) {\n FUN_002a2530();\n return;\n }\n free(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002a2920(void *param_1)" (identifier "FUN_0... |
void function_1(void *var_1)
{
if (((ulong)(anonymous_namespace)::emergency_pool._48_8_ < var_1) &&
(var_1 < (void *)((anonymous_namespace)::emergency_pool._48_8_ +
(anonymous_namespace)::emergency_pool._56_8_))) {
(anonymous_namespace)::pool::var_2(var_1);
return;
}
var_2(v... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesized... | null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void MASKED(void *param_1)
{
if ((DAT_004033f0 < param_1) && (param_1 < (void *)((long)DAT_004033f0 + _DAT_004033f8))) {
FUN_002a2530();
return;
}
free(param_1);
return;
}
|
90_i686-linux-gnu-addr2line_and_i686-linux-gnu-addr2line_strip.c | bfd_fatal | FUN_001032b0 |
void bfd_fatal(char *string)
{
__gnuc_va_list in_RSI;
char *__format;
bfd_nonfatal(string);
__format = (char *)0x1;
xexit();
fflush(stdout);
fprintf(stderr,"%s: ",program_name);
vfprintf(stderr,__format,in_RSI);
putc(10,stderr);
return;
}
|
void FUN_001032b0(undefined8 param_1,__gnuc_va_list param_2)
{
char *__format;
FUN_00103080();
__format = (char *)0x1;
xexit();
fflush(stdout);
fprintf(stderr,"%s: ",DAT_001084c0);
vfprintf(stderr,__format,param_2);
putc(10,stderr);
return;
}
| SUB RSP,0x8
CALL 0x00103080
MOV EDI,0x1
CALL 0x00102400
NOP dword ptr CS:[RAX + RAX*0x1]
NOP | null | null | null | null | [(u'CALL_-1206963514', u'INDIRECT_-1206963339'), (u'INDIRECT_-1206963146', u'COPY_-1206963205'), (u'CALL_-1206963500', u'INDIRECT_-1206963256'), ('const-1070856', u'COPY_-1206963227'), (u'CALL_-1206963440', u'INDIRECT_-1206963232'), (u'INDIRECT_-1206963225', u'CALL_-1206963396'), (u'INDIRECT_-1206963153', u'COPY_-12069... | [(u'CALL_-1206963514', u'INDIRECT_-1206963339'), (u'INDIRECT_-1206963146', u'COPY_-1206963205'), (u'CALL_-1206963500', u'INDIRECT_-1206963256'), (u'CALL_-1206963440', u'INDIRECT_-1206963232'), (u'INDIRECT_-1206963225', u'CALL_-1206963396'), (u'INDIRECT_-1206963153', u'COPY_-1206963212'), (u'CALL_-1206963372', u'INDIREC... | null | null | 001032b0 | x64 | O0 | (translation_unit "void FUN_001032b0(undefined8 param_1,__gnuc_va_list param_2)\n\n{\n char *__format;\n \n FUN_00103080();\n __format = (char *)0x1;\n xexit();\n fflush(stdout);\n fprintf(stderr,"%s: ",DAT_001084c0);\n vfprintf(stderr,__format,param_2);\n putc(10,stderr);\n return;\n}\n\n" (function_definiti... | (translation_unit "void bfd_fatal(char *string)\n\n{\n __gnuc_va_list in_RSI;\n char *__format;\n \n bfd_nonfatal(string);\n __format = (char *)0x1;\n xexit();\n fflush(stdout);\n fprintf(stderr,"%s: ",program_name);\n vfprintf(stderr,__format,in_RSI);\n putc(10,stderr);\n return;\n}\n\n" (function_definitio... | (translation_unit "void FUN_001032b0(undefined8 param_1,__gnuc_va_list param_2)\n\n{\n char *__format;\n \n FUN_00103080();\n __format = (char *)0x1;\n xexit();\n fflush(stdout);\n fprintf(stderr,"%s: ",DAT_001084c0);\n vfprintf(stderr,__format,param_2);\n putc(10,stderr);\n return;\n}\n\n" (function_definiti... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_st... | (function_definition "void FUN_001032b0(undefined8 param_1,__gnuc_va_list param_2)\n\n{\n char *__format;\n \n FUN_00103080();\n __format = (char *)0x1;\n xexit();\n fflush(stdout);\n fprintf(stderr,"%s: ",DAT_001084c0);\n vfprintf(stderr,__format,param_2);\n putc(10,stderr);\n return;\n}" (primitive_type "vo... |
void function_1(char *string)
{
type_1 in_RSI;
char *__format;
var_1(string);
__format = (char *)0x1;
var_2();
var_3(stdout);
var_4(stderr,"%s: ",program_name);
var_5(stderr,__format,in_RSI);
var_6(10,stderr);
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,__gnuc_va_list param_2)
{
char *__format;
FUN_00103080();
__format = (char *)0x1;
xexit();
fflush(stdout);
fprintf(stderr,"%s: ",DAT_001084c0);
vfprintf(stderr,__format,param_2);
putc(10,stderr);
return;
}
|
2434_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | do_print_to_mapfile | FUN_001764e0 |
/* DWARF original prototype: void do_print_to_mapfile(Output_section_incremental_inputs<32,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_section_incremental_inputs<32,_false>::do_print_to_mapfile
(Output_section_incremental_inputs<32,_false> *this,Mapfile *mapfile)
{
char *name;
... |
void FUN_001764e0(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** incremental_inputs");
FUN_00199970(param_2,param_1,uVar1);
return;
}
| PUSH RBP
MOV RBP,RDI
LEA RDI,[0x30ea61]
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x0013e320
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
MOV RDX,RAX
POP RBX
POP RBP
JMP 0x00199970 | null | null | null | null | [(u'COPY_-1207409340', u'CALL_-1207409394'), ('const-3205729', u'COPY_-1207409340'), (u'CALL_-1207409394', u'CAST_-1207409276'), ('tmp_120', u'CALL_-1207409353'), (u'CAST_-1207409276', u'CALL_-1207409353'), ('tmp_119', u'CAST_-1207409255'), ('const-0', u'RETURN_-1207409349'), (u'CAST_-1207409255', u'CALL_-1207409353')] | [(u'COPY_-1207409340', u'CALL_-1207409394'), ('const-3205729', u'COPY_-1207409340'), ('tmp_201', u'CALL_-1207409353'), ('tmp_199', u'CALL_-1207409353'), ('const-0', u'RETURN_-1207409349'), (u'CALL_-1207409394', u'CALL_-1207409353')] | null | null | 001764e0 | x64 | O0 | (translation_unit "void FUN_001764e0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_00199970(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001764e0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n... | (translation_unit "/* DWARF original prototype: void do_print_to_mapfile(Output_section_incremental_inputs<32,_false> *\n this, Mapfile * mapfile) */\n\nvoid __thiscall\ngold::Output_section_incremental_inputs<32,_false>::do_print_to_mapfile\n (Output_section_incremental_inputs<32,_false> *this,Mapfile *mapf... | (translation_unit "void FUN_001764e0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_00199970(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001764e0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n... | (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_001764e0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_00199970(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001764e0(undefined8 param_1,undefined8 param_2)" (identifier ... |
/* DWARF original prototype: void do_print_to_mapfile(Output_section_incremental_inputs<32,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_section_incremental_inputs<32,_false>::do_print_to_mapfile
(Output_section_incremental_inputs<32,_false> *this,Mapfile *mapfile)
{
char *name;
... | 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("** incremental_inputs");
FUN_00199970(param_2,param_1,uVar1);
return;
}
|
8597_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | iostream | FUN_002d1ac0 |
/* std::iostream::iostream() */
void __thiscall std::iostream::iostream(iostream *this)
{
ios_base *this_00;
this_00 = (ios_base *)(this + 0x18);
ios_base::ios_base(this_00);
*(undefined8 *)this = 0x3bc400;
*(undefined2 *)(this + 0xf8) = 0;
*(undefined8 *)(this + 0xf0) = 0;
*(undefined8 *)(this + 0x... |
void FUN_002d1ac0(undefined8 *param_1)
{
undefined8 *puVar1;
puVar1 = param_1 + 3;
FUN_002b4a80(puVar1);
*param_1 = &DAT_003bc400;
*(undefined2 *)(param_1 + 0x1f) = 0;
param_1[0x1e] = 0;
param_1[0x20] = 0;
param_1[0x21] = 0;
param_1[0x22] = 0;
param_1[0x23] = 0;
param_1[3] = &DAT_003bc428;
... | PUSH R12
LEA R12,[0x3bc400]
PUSH RBP
LEA RBP,[RDI + 0x18]
PUSH RBX
MOV RBX,RDI
MOV RDI,RBP
CALL 0x002b4a80
XOR EAX,EAX
MOV qword ptr [RBX],R12
XOR ESI,ESI
MOV word ptr [RBX + 0xf8],AX
LEA RAX,[R12 + 0x28]
MOV RDI,RBP
MOV qword ptr [RBX + 0xf0],0x0
MOV qword ptr [RBX + 0x100],0x0
MOV qword ptr [RBX + 0x108],0x0
MOV qwor... | null | null | null | null | [(u'CAST_-1204675553', u'STORE_-1204675806'), ('const-280', u'PTRADD_-1204675690'), ('const-433', u'STORE_-1204675792'), ('const-433', u'STORE_-1204675778'), (u'PTRADD_-1204675546', u'CAST_-1204675413'), ('const-272', u'PTRADD_-1204675704'), ('const-1', u'PTRADD_-1204675546'), ('const-0', u'STORE_-1204675778'), ('tmp_3... | [('tmp_563', u'PTRADD_-1204675409'), ('tmp_563', u'PTRADD_-1204675534'), ('tmp_563', u'PTRADD_-1204675510'), (u'PTRADD_-1204675486', u'STORE_-1204675736'), ('const-8', u'PTRADD_-1204675481'), ('const-0', u'STORE_-1204675750'), ('tmp_563', u'PTRADD_-1204675498'), ('const-433', u'STORE_-1204675778'), ('const-433', u'STOR... | null | null | 002d1ac0 | x64 | O0 | (translation_unit "void FUN_002d1ac0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 3;\n FUN_002b4a80(puVar1);\n *param_1 = &DAT_003bc400;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x1e] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n... | (translation_unit "/* std::iostream::iostream() */\n\nvoid __thiscall std::iostream::iostream(iostream *this)\n\n{\n ios_base *this_00;\n \n this_00 = (ios_base *)(this + 0x18);\n ios_base::ios_base(this_00);\n *(undefined8 *)this = 0x3bc400;\n *(undefined2 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0xf0) = 0... | (translation_unit "void FUN_002d1ac0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 3;\n FUN_002b4a80(puVar1);\n *param_1 = &DAT_003bc400;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x1e] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (express... | (function_definition "void FUN_002d1ac0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = param_1 + 3;\n FUN_002b4a80(puVar1);\n *param_1 = &DAT_003bc400;\n *(undefined2 *)(param_1 + 0x1f) = 0;\n param_1[0x1e] = 0;\n param_1[0x20] = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0... |
/* std::iostream::iostream() */
void __thiscall std::function_1::function_1(function_1 *var_1)
{
type_1 *this_00;
this_00 = (type_1 *)(var_1 + 0x18);
ios_base::type_1(this_00);
*(type_2 *)var_1 = 0x3bc400;
*(type_3 *)(var_1 + 0xf8) = 0;
*(type_2 *)(var_1 + 0xf0) = 0;
*(type_2 *)(var_1 + 0x100) = 0;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
void MASKED(undefined8 *param_1)
{
undefined8 *puVar1;
puVar1 = param_1 + 3;
FUN_002b4a80(puVar1);
*param_1 = &DAT_003bc400;
*(undefined2 *)(param_1 + 0x1f) = 0;
param_1[0x1e] = 0;
param_1[0x20] = 0;
param_1[0x21] = 0;
param_1[0x22] = 0;
param_1[0x23] = 0;
param_1[3] = &DAT_003bc428;
param_... |
2271_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | add_writer | FUN_00179730 |
/* DWARF original prototype: void add_writer(Task_token * this, Task * t, Task_token * this) */
void __thiscall gold::Task_token::add_writer(Task_token *this,Task *t,Task_token *this_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");
}
|
void FUN_00179730(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/token.h",0x7c,"add_writer");
}
| SUB RSP,0x8
LEA RDX,[0x372b70]
MOV ESI,0x7c
LEA RDI,[0x36b5e5]
CALL 0x0017c650 | null | null | null | null | [('const-3585509', u'COPY_-1207396502'), (u'COPY_-1207396502', u'CALL_-1207396516'), ('const-3615600', u'COPY_-1207396501'), ('const-124', u'CALL_-1207396516'), ('const-1', u'RETURN_-1207396511'), (u'COPY_-1207396501', u'CALL_-1207396516')] | [(u'COPY_-1207396502', u'CALL_-1207396516'), ('const-3585509', u'COPY_-1207396503'), ('const-124', u'CALL_-1207396516'), ('const-3615600', u'COPY_-1207396502'), (u'COPY_-1207396503', u'CALL_-1207396516'), ('const-1', u'RETURN_-1207396511')] | null | null | 00179730 | x64 | O0 | (translation_unit "void FUN_00179730(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/token.h",0x7c,"add_writer");\n}\n\n" (function_definition "void FUN_00179730(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/to... | (translation_unit "/* DWARF original prototype: void add_writer(Task_token * this, Task * t, Task_token * this) */\n\nvoid __thiscall gold::Task_token::add_writer(Task_token *this,Task *t,Task_token *this_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",... | (translation_unit "void FUN_00179730(void)\n\n{\n \n FUN_0017c650("../../gold/token.h",0x7c,"add_writer");\n}\n\n" (function_definition "void FUN_00179730(void)\n\n{\n \n FUN_0017c650("../../gold/token.h",0x7c,"add_writer");\n}" primitive_type (function_declarator "FUN_00179730(v... | (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_00179730(void)\n\n{\n \n FUN_0017c650("../../gold/token.h",0x7c,"add_writer");\n}" (primitive_type "void") (function_declarator "FUN_00179730(void)" (identifier "FUN_00179730") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () "... |
/* DWARF original prototype: void add_writer(Task_token * this, Task * t, Task_token * this) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *t,type_1 *this_1)
{
/* WARNING: Subroutine does not return */
var_1("../../gold/token.h",0x7c,"add_writer");
}
| 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/token.h",0x7c,"add_writer");
}
|
11561_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | sungetc | FUN_004a8650 |
/* std::wstreambuf::sungetc() */
ulong __thiscall std::wstreambuf::sungetc(wstreambuf *this)
{
uint uVar1;
ulong uVar2;
uVar2 = *(ulong *)(this + 0x10);
if (*(ulong *)(this + 8) < uVar2) {
uVar1 = *(uint *)(uVar2 - 4);
*(ulong *)(this + 0x10) = uVar2 - 4;
return (ulong)uVar1;
}
if (*(code ... |
ulong FUN_004a8650(long *param_1)
{
uint uVar1;
ulong uVar2;
uVar2 = param_1[2];
if ((ulong)param_1[1] < uVar2) {
uVar1 = *(uint *)(uVar2 - 4);
param_1[2] = uVar2 - 4;
return (ulong)uVar1;
}
if (*(code **)(*param_1 + 0x58) == (code *)PTR_FUN_0067ba40) {
return 0xffffffff;
}
... | MOV RAX,qword ptr [RDI + 0x10]
CMP qword ptr [RDI + 0x8],RAX
JNC 0x004a8670
LEA RDX,[RAX + -0x4]
MOV EAX,dword ptr [RAX + -0x4]
MOV qword ptr [RDI + 0x10],RDX
RET
MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RAX + 0x58]
CMP RDX,qword ptr [0x0067ba40]
MOV EAX,0xffffffff
JNZ 0x004a8690
RET
MOV ESI,EAX
JMP RDX | null | null | null | null | [('const-433', u'LOAD_-1202354545'), ('const-1', u'PTRADD_-1202354543'), ('tmp_143', u'PTRADD_-1202354543'), ('const-88', u'INT_ADD_-1202354523'), ('tmp_233', u'COPY_-1202354475'), (u'CAST_-1202354417', u'INT_EQUAL_-1202354519'), (u'CALLIND_-1202354482', u'RETURN_-1202354479'), (u'CAST_-1202354460', u'LOAD_-1202354605'... | [('tmp_232', u'COPY_-1202354475'), ('tmp_204', u'LOAD_-1202354545'), ('const-8', u'PTRADD_-1202354459'), ('const-88', u'INT_ADD_-1202354523'), ('const-4', u'INT_SUB_-1202354555'), (u'CALLIND_-1202354482', u'RETURN_-1202354479'), ('tmp_204', u'PTRADD_-1202354459'), (u'CAST_-1202354453', u'INT_LESS_-1202354583'), (u'INT_... | null | null | 004a8650 | x64 | O0 | (translation_unit "ulong FUN_004a8650(long *param_1)\n\n{\n uint uVar1;\n ulong uVar2;\n \n uVar2 = param_1[2];\n if ((ulong)param_1[1] < uVar2) {\n uVar1 = *(uint *)(uVar2 - 4);\n param_1[2] = uVar2 - 4;\n return (ulong)uVar1;\n }\n if (*(code **)(*param_1 + 0x58) == (code *)PTR_FUN_0067ba40) {\n re... | (translation_unit "/* std::wstreambuf::sungetc() */\n\nulong __thiscall std::wstreambuf::sungetc(wstreambuf *this)\n\n{\n uint uVar1;\n ulong uVar2;\n \n uVar2 = *(ulong *)(this + 0x10);\n if (*(ulong *)(this + 8) < uVar2) {\n uVar1 = *(uint *)(uVar2 - 4);\n *(ulong *)(this + 0x10) = uVar2 - 4;\n return (... | (translation_unit "ulong FUN_004a8650(long *param_1)\n\n{\n uint uVar1;\n ulong uVar2;\n \n uVar2 = param_1[2];\n if ((ulong)param_1[1] < uVar2) {\n uVar1 = *(uint *)(uVar2 - 4);\n param_1[2] = uVar2 - 4;\n return (ulong)uVar1;\n }\n if (*(code **)(*param_1 + 0x58) == (code *)PTR_FUN_0067ba40) {\n re... | (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 TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expres... | (function_definition "ulong FUN_004a8650(long *param_1)\n\n{\n uint uVar1;\n ulong uVar2;\n \n uVar2 = param_1[2];\n if ((ulong)param_1[1] < uVar2) {\n uVar1 = *(uint *)(uVar2 - 4);\n param_1[2] = uVar2 - 4;\n return (ulong)uVar1;\n }\n if (*(code **)(*param_1 + 0x58) == (code *)PTR_FUN_0067ba40) {\n ... |
/* std::wstreambuf::sungetc() */
type_1 __thiscall std::type_2::function_1(type_2 *var_1)
{
type_3 uVar1;
type_1 var_2;
var_2 = *(type_1 *)(var_1 + 0x10);
if (*(type_1 *)(var_1 + 8) < var_2) {
uVar1 = *(type_3 *)(var_2 - 4);
*(type_1 *)(var_1 + 0x10) = var_2 - 4;
return (type_1)uVar1;
}
if... | null | (translation_unit (function_definition type: (type_identifier) 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_identif... | null |
ulong MASKED(long *param_1)
{
uint uVar1;
ulong uVar2;
uVar2 = param_1[2];
if ((ulong)param_1[1] < uVar2) {
uVar1 = *(uint *)(uVar2 - 4);
param_1[2] = uVar2 - 4;
return (ulong)uVar1;
}
if (*(code **)(*param_1 + 0x58) == (code *)PTR_FUN_0067ba40) {
return 0xffffffff;
}
... |
7673_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | _M_insert_unique_node | FUN_00309f70 |
/* DWARF original prototype: iterator
_M_insert_unique_node(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::O... |
long * FUN_00309f70(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)
{
long *plVar1;
long lVar2;
char cVar3;
undefined8 extraout_RDX;
long local_30 [2];
local_30[0] = param_1[5];
cVar3 = FUN_00376fd0(param_1 + 4,param_1[1],param_1[3],param_5);
if (cVar3 != '\0') {
... | PUSH R13
MOV R13,RDX
PUSH R12
MOV R12,RSI
PUSH RBP
MOV RBP,RCX
MOV RCX,R8
PUSH RBX
MOV RBX,RDI
ADD RDI,0x20
SUB RSP,0x18
MOV RAX,qword ptr [RDI + 0x8]
MOV RDX,qword ptr [RDI + -0x8]
MOV RSI,qword ptr [RDI + -0x18]
MOV qword ptr [RSP + 0x8],RAX
CALL 0x00376fd0
TEST AL,AL
JZ 0x00309fc3
MOV RSI,RDX
MOV RDI,RBX
LEA RDX,[RS... | null | null | null | null | [('const-0', u'PTRSUB_-1204837945'), (u'PTRSUB_-1204837890', u'LOAD_-1204838207'), (u'CAST_-1204837869', u'STORE_-1204838148'), (u'PTRSUB_-1204837939', u'STORE_-1204838305'), ('tmp_601', u'PTRSUB_-1204837926'), ('const-433', u'LOAD_-1204838166'), ('tmp_604', u'CAST_-1204837915'), ('const-32', u'PTRSUB_-1204838060'), (u... | [('tmp_997', u'CALL_-1204838405'), ('const-433', u'STORE_-1204838324'), (u'LOAD_-1204838463', u'CALL_-1204838442'), ('const-8', u'PTRADD_-1204837900'), ('const-1', u'INT_ADD_-1204838279'), (u'CAST_-1204837915', u'STORE_-1204838211'), (u'CALL_-1204838442', u'INT_NOTEQUAL_-1204838427'), (u'LOAD_-1204838166', u'CAST_-1204... | null | null | 00309f70 | x64 | O0 | (translation_unit "long * FUN_00309f70(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_00376fd0(param_1 + 4,param_1[1],param_1[3],param_5);\n ... | (translation_unit "/* DWARF original prototype: iterator\n _M_insert_unique_node(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std... | (translation_unit "long * FUN_00309f70(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_00376fd0(param_1 + 4,param_1[1],param_1[3],param_5);\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 TYPE IDENT) , (parameter_declaration (sized... | (function_definition "long * FUN_00309f70(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_00376fd0(param_1 + 4,param_1[1],param_1[3],param_5);... |
/* DWARF original prototype: iterator
_M_insert_unique_node(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::O... | 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,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)
{
long *plVar1;
long lVar2;
char cVar3;
undefined8 extraout_RDX;
long local_30 [2];
local_30[0] = param_1[5];
cVar3 = FUN_00376fd0(param_1 + 4,param_1[1],param_1[3],param_5);
if (cVar3 != '\0') {
... |
8042_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | find_last_not_of | FUN_002e3870 |
/* std::string::find_last_not_of(char, unsigned long) const */
void __thiscall std::string::find_last_not_of(string *this,char 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 (*... |
void FUN_002e3870(long *param_1,char 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 (*(char *)(*param_1 + uVar1) != param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar1 ... | MOV RCX,qword ptr [RDI + 0x8]
MOV RAX,-0x1
TEST RCX,RCX
JZ 0x002e38a0
ADD RAX,RCX
CMP RAX,RDX
CMOVA RAX,RDX
MOV RDX,qword ptr [RDI]
JMP 0x002e389a
SUB RAX,0x1
CMP RAX,-0x1
JZ 0x002e38a0
CMP byte ptr [RDX + RAX*0x1],SIL
JZ 0x002e3890
RET | null | null | null | null | [(u'LOAD_-1204733837', u'INT_SUB_-1204733788'), (u'MULTIEQUAL_-1204733627', u'INT_SUB_-1204733727'), ('tmp_214', u'PTRADD_-1204733775'), (u'INT_SUB_-1204733727', u'MULTIEQUAL_-1204733627'), ('const-1', u'INT_SUB_-1204733727'), ('const-8', u'PTRADD_-1204733775'), (u'PTRADD_-1204733775', u'CAST_-1204733641'), (u'INT_SUB_... | [(u'LOAD_-1204733837', u'INT_SUB_-1204733788'), (u'MULTIEQUAL_-1204733627', u'INT_SUB_-1204733727'), ('tmp_370', u'COPY_-1204733682'), (u'INT_SUB_-1204733727', u'MULTIEQUAL_-1204733627'), (u'PTRADD_-1204733642', u'LOAD_-1204733837'), ('const-433', u'LOAD_-1204733752'), ('tmp_370', u'INT_LESS_-1204733770'), (u'INT_ADD_-... | null | null | 002e3870 | x64 | O0 | (translation_unit "void FUN_002e3870(long *param_1,char 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 (*(char *)(*param_1 + uVar1) != param_2) {\n return;\n }\n uVar1 ... | (translation_unit "/* std::string::find_last_not_of(char, unsigned long) const */\n\nvoid __thiscall std::string::find_last_not_of(string *this,char 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... | (translation_unit "void FUN_002e3870(long *param_1,char 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 (*(char *)(*param_1 + uVar1) != param_2) {\n return;\n }\n uVar1 ... | (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_002e3870(long *param_1,char 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 (*(char *)(*param_1 + uVar1) != param_2) {\n return;\n }\n uVa... |
/* std::string::find_last_not_of(char, unsigned long) const */
void __thiscall std::type_1::function_1(type_1 *var_1,char var_4,type_2 var_2)
{
type_2 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 (*(char *)(... | 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,char 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 (*(char *)(*param_1 + uVar1) != param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar1 != 0xf... |
41_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_strip.c | strchr | strchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();
return pcVar1;
}
| JMP qword ptr [0x0012b148] | null | null | null | null | [(u'CALLIND_-1206959464', u'CAST_-1206959395'), (u'INDIRECT_-1206959401', u'COPY_-1206959460'), (u'CAST_-1206959395', u'RETURN_-1206959461'), (u'CAST_-1206959396', u'CALLIND_-1206959464'), ('const-0', u'RETURN_-1206959461'), (u'CALLIND_-1206959464', u'INDIRECT_-1206959401'), ('tmp_38', u'CAST_-1206959396')] | [(u'CALLIND_-1206959464', u'CAST_-1206959395'), (u'INDIRECT_-1206959401', u'COPY_-1206959460'), (u'CAST_-1206959395', u'RETURN_-1206959461'), (u'CAST_-1206959396', u'CALLIND_-1206959464'), ('const-0', u'RETURN_-1206959461'), (u'CALLIND_-1206959464', u'INDIRECT_-1206959401'), ('tmp_38', u'CAST_-1206959396')] | null | null | 00104290 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();\n return pcVar1;\n}\n\n" (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();\n return pcVar1;\n}" primi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_exp... | (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0012b148)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" (* "*") (function_declarator "strchr(char *__s,int __c)" (identifier "strchr") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strchr_0012b148)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0012b148)();
return pcVar1;
}
|
1096_wget_and_wget_strip.c | pcre2_match_data_create_from_pattern_8 | pcre2_match_data_create_from_pattern_8 |
/* WARNING: Control flow encountered bad instruction data */
void pcre2_match_data_create_from_pattern_8(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void pcre2_match_data_create_from_pattern_8(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207562102')] | [('const-1', u'RETURN_-1207562102')] | null | null | 00191080 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid pcre2_match_data_create_from_pattern_8(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pcre2_match_data_create_from_pattern_... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid pcre2_match_data_create_from_pattern_8(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void pcre2_match_data_create_from_pattern_... | (translation_unit "void pcre2_match_data_create_from_pattern_8(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void pcre2_match_data_create_from_pattern_8(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "pcre2_match_data_create_from_pattern_8... | (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 pcre2_match_data_create_from_pattern_8(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "pcre2_match_data_create_from_pattern_8(void)" (identifier "pcre2_match_data_create_from_pattern_8") (parameter_list "(void)" (( "(") (parameter_declarat... |
/* 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();
}
|
59_hppa-linux-gnu-ar_and_hppa-linux-gnu-ar_strip.c | fileno | fileno |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_001101d8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fileno(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fileno_001101d8)();
return iVar1;
}
| JMP qword ptr [0x001101d8] | null | null | null | null | [(u'CALLIND_-1206967368', u'INDIRECT_-1206967306'), ('const-0', u'RETURN_-1206967365'), (u'CALLIND_-1206967368', u'RETURN_-1206967365'), (u'INDIRECT_-1206967306', u'COPY_-1206967365'), (u'CAST_-1206967301', u'CALLIND_-1206967368'), ('tmp_32', u'CAST_-1206967301')] | [(u'CALLIND_-1206967368', u'INDIRECT_-1206967306'), ('const-0', u'RETURN_-1206967365'), (u'CALLIND_-1206967368', u'RETURN_-1206967365'), (u'INDIRECT_-1206967306', u'COPY_-1206967365'), (u'CAST_-1206967301', u'CALLIND_-1206967368'), ('tmp_32', u'CAST_-1206967301')] | null | null | 001023b0 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_001101d8)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_001101d8)();\n return iVar1;\n}\n\n" comment (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_001101d8)();\n return iVar1;\n}\n\n" (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_001101d8)();\n return iVar1;\n}" primitive_type (function_declarator "fileno... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * ... | (function_definition "int fileno(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fileno_001101d8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fileno(FILE *__stream)" (identifier "fileno") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fileno_001101d8)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001101d8)();
return iVar1;
}
|
14_sg_luns_and_sg_luns_strip.c | getopt_long | getopt_long |
void getopt_long(void)
{
(*(code *)PTR_getopt_long_00106f48)();
return;
}
|
void getopt_long(void)
{
(*(code *)PTR_getopt_long_00106f48)();
return;
}
| JMP qword ptr [0x00106f48] | null | null | null | null | [('const-0', u'RETURN_-1206972181'), (u'INDIRECT_-1206972124', u'COPY_-1206972183'), ('tmp_22', u'CAST_-1206972119'), (u'CAST_-1206972119', u'CALLIND_-1206972184'), (u'CALLIND_-1206972184', u'INDIRECT_-1206972124')] | [('const-0', u'RETURN_-1206972181'), (u'INDIRECT_-1206972124', u'COPY_-1206972183'), ('tmp_22', u'CAST_-1206972119'), (u'CAST_-1206972119', u'CALLIND_-1206972184'), (u'CALLIND_-1206972184', u'INDIRECT_-1206972124')] | null | null | 001010e0 | x64 | O0 | (translation_unit "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00106f48)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00106f48)();\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_00106f48)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00106f48)();\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_00106f48)();\n return;\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n (*(code *)PTR_getopt_long_00106f48)();\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_00106f48)();\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_00106f48)();
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_00106f48)();
return;
}
|
7315_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | do_print_merge_stats | FUN_002bad80 |
/* DWARF original prototype: void do_print_merge_stats(Output_merge_string<unsigned_int> * this,
char * section_name) */
void __thiscall
gold::Output_merge_string<unsigned_int>::do_print_merge_stats
(Output_merge_string<unsigned_int> *this,char *section_name)
{
size_t sVar1;
char *pcVar2;
char *pc... |
void FUN_002bad80(long param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined8 uVar2;
char *pcVar3;
char acStack_f8 [216];
snprintf(acStack_f8,200,"%s merged %s",param_2,"32-bit strings");
uVar2 = DAT_0043e8e8;
uVar1 = *(undefined8 *)(param_1 + 0x140);
pcVar3 = (char *)gettext("%s: %s input byte... | PUSH R13
MOV RCX,RSI
LEA R8,[0x38d36f]
XOR EAX,EAX
PUSH R12
LEA RDX,[0x38d31f]
MOV ESI,0xc8
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0xd8
MOV RBP,RSP
MOV RDI,RBP
CALL 0x00147130
MOV R13,qword ptr [RBX + 0x140]
MOV R12,qword ptr [0x0043e8e8]
LEA RDI,[0x38d32c]
CALL 0x00147320
MOV RDI,qword ptr [0x0043e860]
MOV RCX,RBP
MOV ... | null | null | null | null | [(u'COPY_-1204506831', u'CALL_-1204507015'), (u'COPY_-1204506895', u'CALL_-1204507171'), (u'CALL_-1204507015', u'INDIRECT_-1204506768'), ('const-3724076', u'COPY_-1204506868'), (u'COPY_-1204506815', u'CALL_-1204507059'), (u'CAST_-1204506740', u'CALL_-1204507015'), (u'COPY_-1204506884', u'CALL_-1204507093'), (u'CALL_-12... | [('tmp_728', u'INT_ADD_-1204507153'), (u'PTRSUB_-1204506837', u'CALL_-1204507015'), ('const--248', u'PTRSUB_-1204506836'), (u'COPY_-1204506895', u'CALL_-1204507171'), (u'CALL_-1204507015', u'INDIRECT_-1204506768'), ('const-144', u'INT_ADD_-1204506997'), (u'COPY_-1204506815', u'CALL_-1204507059'), (u'CAST_-1204506763', ... | null | null | 002bad80 | x64 | O0 | (translation_unit "void FUN_002bad80(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n char acStack_f8 [216];\n \n snprintf(acStack_f8,200,"%s merged %s",param_2,"32-bit strings");\n uVar2 = DAT_0043e8e8;\n uVar1 = *(undefined8 *)(param_1 + 0x140);\n pcVar3 = (char... | (translation_unit "/* DWARF original prototype: void do_print_merge_stats(Output_merge_string<unsigned_int> * this,\n char * section_name) */\n\nvoid __thiscall\ngold::Output_merge_string<unsigned_int>::do_print_merge_stats\n (Output_merge_string<unsigned_int> *this,char *section_name)\n\n{\n size_t sVar1;\... | (translation_unit "void FUN_002bad80(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n char acStack_f8 [216];\n \n snprintf(acStack_f8,200,"%s merged %s",param_2,"32-bit strings");\n uVar2 = DAT_0043e8e8;\n uVar1 = *(undefined8 *)(param_1 + 0x140);\n pcVar3 = (char... | (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 (pointer_declarator * IDENT) ;) (decla... | (function_definition "void FUN_002bad80(long param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n char *pcVar3;\n char acStack_f8 [216];\n \n snprintf(acStack_f8,200,"%s merged %s",param_2,"32-bit strings");\n uVar2 = DAT_0043e8e8;\n uVar1 = *(undefined8 *)(param_1 + 0x140);\n pcVar3 = (c... |
/* DWARF original prototype: void do_print_merge_stats(Output_merge_string<unsigned_int> * this,
char * section_name) */
void __thiscall
gold::type_1<var_5>::function_1
(type_1<var_5> *this,char *section_name)
{
size_t sVar1;
char *pcVar2;
char *pcVar3;
char buf [200];
var_1(buf,200,"%s mer... | 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)
{
undefined8 uVar1;
undefined8 uVar2;
char *pcVar3;
char acStack_f8 [216];
snprintf(acStack_f8,200,"%s merged %s",param_2,"32-bit strings");
uVar2 = DAT_0043e8e8;
uVar1 = *(undefined8 *)(param_1 + 0x140);
pcVar3 = (char *)gettext("%s: %s input bytes: %zu... |
148_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | btowc | btowc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_btowc_003f84a8)();
return wVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t btowc(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_btowc_003f84a8)();
return wVar1;
}
| JMP qword ptr [0x003f84a8] | null | null | null | null | [(u'INDIRECT_-1207219818', u'COPY_-1207219877'), (u'CALLIND_-1207219880', u'RETURN_-1207219877'), (u'CAST_-1207219813', u'CALLIND_-1207219880'), ('const-0', u'RETURN_-1207219877'), (u'CALLIND_-1207219880', u'INDIRECT_-1207219818'), ('tmp_32', u'CAST_-1207219813')] | [(u'INDIRECT_-1207219818', u'COPY_-1207219877'), (u'CALLIND_-1207219880', u'RETURN_-1207219877'), (u'CAST_-1207219813', u'CALLIND_-1207219880'), ('const-0', u'RETURN_-1207219877'), (u'CALLIND_-1207219880', u'INDIRECT_-1207219818'), ('tmp_32', u'CAST_-1207219813')] | null | null | 00144950 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003f84a8)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_b... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nwint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003f84a8)();\n return wVar1;\n}\n\n" comment (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_b... | (translation_unit "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003f84a8)();\n return wVar1;\n}\n\n" (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003f84a8)();\n return wVar1;\n}" type_identifier (function_declarator "btowc(int _... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (typ... | (function_definition "wint_t btowc(int __c)\n\n{\n wint_t wVar1;\n \n wVar1 = (*(code *)PTR_btowc_003f84a8)();\n return wVar1;\n}" (type_identifier "wint_t") (function_declarator "btowc(int __c)" (identifier "btowc") (parameter_list "(int __c)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identi... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(int __c)
{
type_1 wVar1;
wVar1 = (*(type_2 *)PTR_btowc_003f84a8)();
return wVar1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (express... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
wint_t MASKED(int __c)
{
wint_t wVar1;
wVar1 = (*(code *)PTR_MASKED_003f84a8)();
return wVar1;
}
|
1619_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~Struct_no_copy_dt_needed_entries | FUN_00162c60 |
/* DWARF original prototype: void ~Struct_no_copy_dt_needed_entries(Struct_no_copy_dt_needed_entries
* this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_copy_dt_needed_entries::~Struct_no_copy_dt_needed_entries
(Struct_no_copy_dt_needed_entries *this,int __in_chrg)
{
pointer pcV... |
void FUN_00162c60(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0049cee0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a40();
}
thunk_FUN_00338a40(param_1,0x60);
return;
}
| LEA RAX,[0x49cee0]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00162c80
CALL 0x00338a40
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x00338a30 | null | null | null | null | [('const-433', u'STORE_-1207358348'), ('const-8', u'PTRSUB_-1207358206'), ('const-0', u'RETURN_-1207358284'), ('const-433', u'LOAD_-1207358344'), ('const-8', u'PTRSUB_-1207358200'), ('tmp_93', u'PTRSUB_-1207358200'), (u'PTRSUB_-1207358205', u'STORE_-1207358348'), (u'PTRSUB_-1207358211', u'CAST_-1207358201'), ('const-0'... | [('tmp_194', u'PTRADD_-1207358204'), (u'PTRADD_-1207358204', u'INT_NOTEQUAL_-1207358317'), ('const-0', u'RETURN_-1207358284'), (u'PTRSUB_-1207358212', u'STORE_-1207358348'), ('tmp_194', u'CALL_-1207358288'), ('const-8', u'PTRADD_-1207358204'), ('const-8', u'PTRADD_-1207358209'), ('const-433', u'LOAD_-1207358344'), (u'L... | null | null | 00162c60 | x64 | O0 | (translation_unit "void FUN_00162c60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049cee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a40();\n }\n thunk_FUN_00338a40(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00162c60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_no_copy_dt_needed_entries(Struct_no_copy_dt_needed_entries\n * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_copy_dt_needed_entries::~Struct_no_copy_dt_needed_entries\n (Struct_no_copy_dt_needed_entries *this,int __in... | (translation_unit "void FUN_00162c60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049cee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a40();\n }\n thunk_FUN_00338a40(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00162c60(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_00162c60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0049cee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00338a40();\n }\n thunk_FUN_00338a40(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00162c60(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_copy_dt_needed_entries(Struct_no_copy_dt_needed_entries
* 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 **)&PT... | 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_0049cee0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00338a40();
}
thunk_FUN_00338a40(param_1,0x60);
return;
}
|
5159_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | add_output_section | FUN_002343b0 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_output_section(Output_data_reloc<4,_false,_32,_false> * this,
Output_section * os, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_false>::add_output_se... |
void FUN_002343b0(long param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined4 in_R9D;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
uint uStack_30;
int iStack_2c;
undefined4 local_28;
undefined4 uStack_24;
FUN_00215880(&local_48);
puVar1 = *(undefined8 **)(p... | PUSH R12
MOV R12D,R9D
XOR R9D,R9D
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x30
MOV RBP,RSP
MOV RDI,RBP
CALL 0x00215880
MOV dword ptr [RSP + 0x20],R12D
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x00234480
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x28
MOVUPS xmmword ptr [RSI + -0x28],XMM0
MOVDQA XMM1,xm... | null | null | null | null | [(u'INDIRECT_-1204009413', u'STORE_-1204009454'), ('const-0', u'PTRSUB_-1204009191'), (u'CALL_-1204009486', u'INDIRECT_-1204009167'), (u'CAST_-1204009211', u'STORE_-1204009438'), (u'INT_SUB_-1204009564', u'STORE_-1204009568'), (u'COPY_-1204009203', u'CALL_-1204009486'), (u'PTRSUB_-1204009154', u'PTRSUB_-1204009137'), (... | [(u'PIECE_-1204009359', u'STORE_-1204009430'), ('const--72', u'PTRSUB_-1204009362'), (u'LOAD_-1204009879', u'INT_SUB_-1204009860'), (u'INDIRECT_-1204009391', u'MULTIEQUAL_-1204009329'), (u'MULTIEQUAL_-1204009333', u'INT_AND_-1204009297'), ('const-433', u'LOAD_-1204009509'), (u'CAST_-1204009184', u'LOAD_-1204009581'), (... | null | null | 002343b0 | x64 | O0 | (translation_unit "void FUN_002343b0(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined4 in_R9D;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n uint uStack_30;\n int iStack_2c;\n undefined4 local_28;\n undefined4 uStack_24;\n \n FUN_00215880(&local_4... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_output_section(Output_data_reloc<4,_false,_32,_false> * this,\n Output_section * os, uint type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_32... | (translation_unit "void FUN_002343b0(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined4 in_R9D;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n uint uStack_30;\n int iStack_2c;\n undefined4 local_28;\n undefined4 uStack_24;\n \n FUN_00215880(&local_4... | (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 (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ... | (function_definition "void FUN_002343b0(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined4 in_R9D;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n uint uStack_30;\n int iStack_2c;\n undefined4 local_28;\n undefined4 uStack_24;\n \n FUN_00215880(&loca... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_output_section(Output_data_reloc<4,_false,_32,_false> * this,
Output_section * os, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
var_4::Output_data_reloc<4,var_3,_32,var_3>::add_output_sec... | 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: (pointer_declarat... | null |
void MASKED(long param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined4 in_R9D;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
uint uStack_30;
int iStack_2c;
undefined4 local_28;
undefined4 uStack_24;
FUN_00215880(&local_48);
puVar1 = *(undefined8 **)(param_1... |
542_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | FUN_0015079f | FUN_0015079f |
void FUN_0015079f(void)
{
Cie *unaff_RBP;
int __in_chrg;
void *unaff_R13;
__in_chrg = 0x38;
operator_delete(unaff_R13,0x38);
gold::Cie::~Cie(unaff_RBP,__in_chrg);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0015079f(void)
{
thunk_FUN_002f1e60();
FUN_002c2ae0();
/* WARNING: Subroutine does not return */
FUN_0037fad0();
}
| MOV ESI,0x38
MOV RDI,R13
CALL 0x002f1e50
JMP 0x0015075e | null | null | null | null | [('const-56', u'COPY_-1207302198'), (u'CALL_-1207302222', u'INDIRECT_-1207302129'), ('const-1', u'RETURN_-1207302270'), ('const-56', u'CALL_-1207302222'), ('tmp_96', u'CALL_-1207302222'), (u'INDIRECT_-1207302129', u'CALL_-1207302287'), ('tmp_98', u'CALL_-1207302287')] | [('const-1', u'RETURN_-1207302270')] | null | null | 0015079f | x64 | O0 | (translation_unit "void FUN_0015079f(void)\n\n{\n thunk_FUN_002f1e60();\n FUN_002c2ae0();\n /* WARNING: Subroutine does not return */\n FUN_0037fad0();\n}\n\n" (function_definition "void FUN_0015079f(void)\n\n{\n thunk_FUN_002f1e60();\n FUN_002c2ae0();\n /* WARNING: Subroutine... | (translation_unit "void FUN_0015079f(void)\n\n{\n Cie *unaff_RBP;\n int __in_chrg;\n void *unaff_R13;\n \n __in_chrg = 0x38;\n operator_delete(unaff_R13,0x38);\n gold::Cie::~Cie(unaff_RBP,__in_chrg);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition ... | (translation_unit "void FUN_0015079f(void)\n\n{\n thunk_FUN_002f1e60();\n FUN_002c2ae0();\n \n FUN_0037fad0();\n}\n\n" (function_definition "void FUN_0015079f(void)\n\n{\n thunk_FUN_002f1e60();\n FUN_002c2ae0();\n \n FUN_0037fad0();\n}" primitive_type (function_declarator "FU... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression... | (function_definition "void FUN_0015079f(void)\n\n{\n thunk_FUN_002f1e60();\n FUN_002c2ae0();\n \n FUN_0037fad0();\n}" (primitive_type "void") (function_declarator "FUN_0015079f(void)" (identifier "FUN_0015079f") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")... |
void function_1(void)
{
type_1 *unaff_RBP;
int __in_chrg;
void *unaff_R13;
__in_chrg = 0x38;
var_1(unaff_R13,0x38);
gold::Cie::~type_1(unaff_RBP,__in_chrg);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expre... | null |
void MASKED(void)
{
thunk_FUN_002f1e60();
FUN_002c2ae0();
/* WARNING: Subroutine does not return */
FUN_0037fad0();
}
|
796_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c | gldelf64ppc_vercheck | FUN_00149970 |
void gldelf64ppc_vercheck(lang_input_statement_type *s)
{
bfd *pbVar1;
char *__s;
bfd_link_needed_list *pbVar2;
int iVar3;
long lVar4;
char *pcVar5;
if (((global_vercheck_failed != 0) || (pbVar1 = s->the_bfd, pbVar1 == (bfd *)0x0)) ||
((pbVar1->field_0x45 & 8) == 0)) {
return;
}
lVar4 = ... |
void FUN_00149970(long param_1)
{
char *__s;
undefined8 *puVar1;
int iVar2;
long lVar3;
char *pcVar4;
if (((DAT_002a6368 != 0) || (lVar3 = *(long *)(param_1 + 0x20), lVar3 == 0)) ||
((*(byte *)(lVar3 + 0x45) & 8) == 0)) {
return;
}
lVar3 = bfd_elf_get_dt_soname(lVar3);
puVar1 = DAT_002a6... | MOV EAX,dword ptr [0x002a6368]
TEST EAX,EAX
JNZ 0x00149989
MOV RAX,qword ptr [RDI + 0x20]
TEST RAX,RAX
JZ 0x00149989
TEST byte ptr [RAX + 0x45],0x8
JNZ 0x00149990
RET
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
MOV RDI,RAX
SUB RSP,0x8
CALL 0x0010c430
MOV R12,RAX
TEST RAX,RAX
JZ 0x00149a40
MOV RBX,qword ptr [0x002a6... | null | null | null | null | [(u'MULTIEQUAL_-1207198762', u'MULTIEQUAL_-1207198710'), (u'MULTIEQUAL_-1207198712', u'COPY_-1207198739'), (u'CALL_-1207199160', u'INDIRECT_-1207198764'), ('tmp_98', u'CBRANCH_-1207199310'), (u'PTRADD_-1207198994', u'CALL_-1207199040'), (u'CALL_-1207199089', u'INT_NOTEQUAL_-1207199074'), ('const-433', u'LOAD_-120719932... | [('const-4', u'INT_SUB_-1207198666'), (u'MULTIEQUAL_-1207198716', u'PTRADD_-1207198670'), (u'CALL_-1207199160', u'INDIRECT_-1207198764'), ('tmp_98', u'CBRANCH_-1207199310'), (u'PTRADD_-1207198994', u'CALL_-1207199040'), ('const-32', u'INT_ADD_-1207199334'), ('tmp_1613', u'INT_NOTEQUAL_-1207199352'), (u'CALL_-1207199089... | null | null | 00149970 | x64 | O0 | (translation_unit "void FUN_00149970(long param_1)\n\n{\n char *__s;\n undefined8 *puVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n \n if (((DAT_002a6368 != 0) || (lVar3 = *(long *)(param_1 + 0x20), lVar3 == 0)) ||\n ((*(byte *)(lVar3 + 0x45) & 8) == 0)) {\n return;\n }\n lVar3 = bfd_elf_get_dt_sona... | (translation_unit "void gldelf64ppc_vercheck(lang_input_statement_type *s)\n\n{\n bfd *pbVar1;\n char *__s;\n bfd_link_needed_list *pbVar2;\n int iVar3;\n long lVar4;\n char *pcVar5;\n \n if (((global_vercheck_failed != 0) || (pbVar1 = s->the_bfd, pbVar1 == (bfd *)0x0)) ||\n ((pbVar1->field_0x45 & 8) == 0))... | (translation_unit "void FUN_00149970(long param_1)\n\n{\n char *__s;\n undefined8 *puVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n \n if (((DAT_002a6368 != 0) || (lVar3 = *(long *)(param_1 + 0x20), lVar3 == 0)) ||\n ((*(byte *)(lVar3 + 0x45) & 8) == 0)) {\n return;\n }\n lVar3 = bfd_elf_get_dt_sona... | (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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_... | (function_definition "void FUN_00149970(long param_1)\n\n{\n char *__s;\n undefined8 *puVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n \n if (((DAT_002a6368 != 0) || (lVar3 = *(long *)(param_1 + 0x20), lVar3 == 0)) ||\n ((*(byte *)(lVar3 + 0x45) & 8) == 0)) {\n return;\n }\n lVar3 = bfd_elf_get_dt_s... |
void function_1(type_1 *s)
{
type_2 *var_2;
char *__s;
type_3 *var_6;
int var_8;
long var_4;
char *var_10;
if (((var_1 != 0) || (var_2 = s->the_bfd, var_2 == (type_2 *)0x0)) ||
((var_2->field_0x45 & 8) == 0)) {
return;
}
var_4 = var_3(var_2);
var_6 = global_vercheck_needed;
if (var_4... | 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: (primitive_type) declarator: (pointer_declarato... | null |
void MASKED(long param_1)
{
char *__s;
undefined8 *puVar1;
int iVar2;
long lVar3;
char *pcVar4;
if (((DAT_002a6368 != 0) || (lVar3 = *(long *)(param_1 + 0x20), lVar3 == 0)) ||
((*(byte *)(lVar3 + 0x45) & 8) == 0)) {
return;
}
lVar3 = bfd_elf_get_dt_soname(lVar3);
puVar1 = DAT_002a6370;
... |
363_psftp_and_psftp_strip.c | do_sftp | FUN_0011bf9f |
int do_sftp(int mode,int modeflags,char *batchfile)
{
int iVar1;
sftp_command *psVar2;
FILE *__stream;
char *batchfile_local;
int modeflags_local;
int mode_local;
int ret;
int i;
sftp_command *cmd;
FILE *fp;
sftp_command *cmd_1;
if (mode == 0) {
do {
psVar2 = sftp_getcmd((FILE *)0... |
undefined8 FUN_0011bf9f(int param_1,uint param_2,char *param_3)
{
int iVar1;
long *plVar2;
FILE *__stream;
long lVar3;
int local_28;
int local_24;
if (param_1 == 0) {
do {
plVar2 = (long *)FUN_0011b9b5(0,0,0);
if (plVar2 == (long *)0x0) {
return 0;
}
iVar1 = (*(cod... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x24],EDI
MOV dword ptr [RBP + -0x28],ESI
MOV qword ptr [RBP + -0x30],RDX
CMP dword ptr [RBP + -0x24],0x0
JNZ 0x0011c060
MOV EDX,0x0
MOV ESI,0x0
MOV EDI,0x0
CALL 0x0011b9b5
MOV qword ptr [RBP + -0x18],RAX
CMP qword ptr [RBP + -0x18],0x0
JZ 0x0011c11c
MOV RAX,qword... | null | null | null | null | [('const-0', u'PTRSUB_-1206991523'), (u'COPY_-1206991345', u'RETURN_-1206991335'), ('const-1', u'INT_ADD_-1206992619'), (u'LOAD_-1206992718', u'CALL_-1206992702'), (u'INT_ADD_-1206992619', u'MULTIEQUAL_-1206991630'), (u'CALLIND_-1206992836', u'INT_SLESS_-1206992665'), ('const-0', u'INT_NOTEQUAL_-1206992807'), ('tmp_882... | [('const-0', u'INT_EQUAL_-1206992935'), ('const-0', u'CALL_-1206992902'), ('const-1', u'INT_ADD_-1206992619'), (u'CAST_-1206991641', u'PTRADD_-1206991552'), (u'LOAD_-1206992718', u'CALL_-1206992702'), (u'CALLIND_-1206992836', u'INT_SLESS_-1206992665'), ('const-433', u'LOAD_-1206992862'), ('const-0', u'INT_NOTEQUAL_-120... | null | null | 0011bf9f | x64 | O0 | (translation_unit "undefined8 FUN_0011bf9f(int param_1,uint param_2,char *param_3)\n\n{\n int iVar1;\n long *plVar2;\n FILE *__stream;\n long lVar3;\n int local_28;\n int local_24;\n \n if (param_1 == 0) {\n do {\n plVar2 = (long *)FUN_0011b9b5(0,0,0);\n if (plVar2 == (long *)0x0) {\n return... | (translation_unit "int do_sftp(int mode,int modeflags,char *batchfile)\n\n{\n int iVar1;\n sftp_command *psVar2;\n FILE *__stream;\n char *batchfile_local;\n int modeflags_local;\n int mode_local;\n int ret;\n int i;\n sftp_command *cmd;\n FILE *fp;\n sftp_command *cmd_1;\n \n if (mode == 0) {\n do {\n ... | (translation_unit "undefined8 FUN_0011bf9f(int param_1,uint param_2,char *param_3)\n\n{\n int iVar1;\n long *plVar2;\n FILE *__stream;\n long lVar3;\n int local_28;\n int local_24;\n \n if (param_1 == 0) {\n do {\n plVar2 = (long *)FUN_0011b9b5(0,0,0);\n if (plVar2 == (long *)0x0) {\n return... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (poin... | (function_definition "undefined8 FUN_0011bf9f(int param_1,uint param_2,char *param_3)\n\n{\n int iVar1;\n long *plVar2;\n FILE *__stream;\n long lVar3;\n int local_28;\n int local_24;\n \n if (param_1 == 0) {\n do {\n plVar2 = (long *)FUN_0011b9b5(0,0,0);\n if (plVar2 == (long *)0x0) {\n ret... |
int function_1(int var_1,int var_11,char *batchfile)
{
int var_6;
type_1 *var_3;
type_2 *var_8;
char *batchfile_local;
int modeflags_local;
int mode_local;
int var_10;
int var_4;
type_1 *cmd;
type_2 *fp;
type_1 *cmd_1;
if (var_1 == 0) {
do {
var_3 = var_2((type_2 *)0x0,0,0);
... | 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 |
undefined8 MASKED(int param_1,uint param_2,char *param_3)
{
int iVar1;
long *plVar2;
FILE *__stream;
long lVar3;
int local_28;
int local_24;
if (param_1 == 0) {
do {
plVar2 = (long *)FUN_0011b9b5(0,0,0);
if (plVar2 == (long *)0x0) {
return 0;
}
iVar1 = (*(code *)pl... |
8256_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | write | FUN_002e8370 |
/* std::wostream::write(wchar_t const*, long) */
wostream * __thiscall std::wostream::write(wostream *this,wchar_t *param_1,long param_2)
{
long lVar1;
sentry local_38 [24];
sentry::sentry(local_38,this);
if (local_38[0] != (sentry)0x0) {
/* try { // try from 002e83af to 002e83e4 has i... |
long * FUN_002e8370(long *param_1,undefined8 param_2,long param_3)
{
long *plVar1;
long lVar2;
char local_38 [24];
FUN_002e8060(local_38,param_1);
if (local_38[0] != '\0') {
plVar1 = *(long **)((long)param_1 + *(long *)(*param_1 + -0x18) + 0xe8);
/* try { // try from 002e83af to 0... | PUSH R13
MOV R13,RSI
MOV RSI,RDI
PUSH R12
MOV R12,RDX
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x18
MOV RBP,RSP
MOV RDI,RBP
CALL 0x002e8060
CMP byte ptr [RSP],0x0
JZ 0x002e83b7
MOV RAX,qword ptr [RBX]
MOV RDX,R12
MOV RSI,R13
MOV RAX,qword ptr [RAX + -0x18]
MOV RDI,qword ptr [RBX + RAX*0x1 + 0xe8]
MOV RAX,qword ptr [RDI]
C... | null | null | null | null | [('tmp_378', u'CAST_-1204714187'), (u'LOAD_-1204714534', u'LOAD_-1204714524'), (u'PTRADD_-1204714472', u'CAST_-1204714233'), ('tmp_378', u'PTRADD_-1204714472'), ('const-32', u'PTRADD_-1204714348'), (u'PTRADD_-1204714358', u'CAST_-1204714178'), (u'LOAD_-1204714429', u'PTRADD_-1204714358'), (u'CAST_-1204714178', u'PTRADD... | [(u'CAST_-1204714186', u'LOAD_-1204714429'), (u'LOAD_-1204714534', u'LOAD_-1204714524'), ('tmp_679', u'LOAD_-1204714435'), ('tmp_679', u'LOAD_-1204714557'), ('tmp_681', u'CALLIND_-1204714508'), (u'PTRSUB_-1204714272', u'CALL_-1204714576'), ('const--56', u'PTRSUB_-1204714272'), (u'LOAD_-1204714543', u'INT_ADD_-120471428... | null | null | 002e8370 | x64 | O0 | (translation_unit "long * FUN_002e8370(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n long lVar2;\n char local_38 [24];\n \n FUN_002e8060(local_38,param_1);\n if (local_38[0] != '\0') {\n plVar1 = *(long **)((long)param_1 + *(long *)(*param_1 + -0x18) + 0xe8);\n /* try... | (translation_unit "/* std::wostream::write(wchar_t const*, long) */\n\nwostream * __thiscall std::wostream::write(wostream *this,wchar_t *param_1,long param_2)\n\n{\n long lVar1;\n sentry local_38 [24];\n \n sentry::sentry(local_38,this);\n if (local_38[0] != (sentry)0x0) {\n /* try { // try fro... | (translation_unit "long * FUN_002e8370(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n long lVar2;\n char local_38 [24];\n \n FUN_002e8060(local_38,param_1);\n if (local_38[0] != '\0') {\n plVar1 = *(long **)((long)param_1 + *(long *)(*param_1 + -0x18) + 0xe8);\n \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_002e8370(long *param_1,undefined8 param_2,long param_3)\n\n{\n long *plVar1;\n long lVar2;\n char local_38 [24];\n \n FUN_002e8060(local_38,param_1);\n if (local_38[0] != '\0') {\n plVar1 = *(long **)((long)param_1 + *(long *)(*param_1 + -0x18) + 0xe8);\n \n ... |
/* std::wostream::write(wchar_t const*, long) */
wostream * __thiscall std::wostream::write(wostream *var_1,wchar_t *param_1,long var_2)
{
long var_3;
type_1 local_38 [24];
sentry::type_1(local_38,var_1);
if (local_38[0] != (type_1)0x0) {
/* try { // try from 002e83af to 002e83e4 has i... | 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;
long lVar2;
char local_38 [24];
FUN_002e8060(local_38,param_1);
if (local_38[0] != '\0') {
plVar1 = *(long **)((long)param_1 + *(long *)(*param_1 + -0x18) + 0xe8);
/* try { // try from 002e83af to 002e83e... |
501_aarch64-linux-gnu-objcopy_and_aarch64-linux-gnu-objcopy_strip.c | bfd_get_mach | bfd_get_mach |
/* WARNING: Control flow encountered bad instruction data */
void bfd_get_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_get_mach(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053510')] | [('const-1', u'RETURN_-1207053510')] | null | null | 0012d330 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_mach(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_get_mach(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_get_mach(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "void bfd_get_mach(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_get_mach(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_get_mach(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_get_mach(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_get_mach(void)" (identifier "bfd_get_mach") (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();
}
|
107_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | strspn | strspn |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_003be360)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strspn(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strspn_003be360)();
return sVar1;
}
| JMP qword ptr [0x003be360] | null | null | null | null | [(u'CALLIND_-1207114040', u'RETURN_-1207114037'), (u'CAST_-1207113972', u'CALLIND_-1207114040'), ('const-0', u'RETURN_-1207114037'), (u'CALLIND_-1207114040', u'INDIRECT_-1207113977'), (u'INDIRECT_-1207113977', u'COPY_-1207114036'), ('tmp_38', u'CAST_-1207113972')] | [(u'CALLIND_-1207114040', u'RETURN_-1207114037'), (u'CAST_-1207113972', u'CALLIND_-1207114040'), ('const-0', u'RETURN_-1207114037'), (u'CALLIND_-1207114040', u'INDIRECT_-1207113977'), (u'INDIRECT_-1207113977', u'COPY_-1207114036'), ('tmp_38', u'CAST_-1207113972')] | null | null | 0013e6c0 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_003be360)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_003be360)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t ... | (translation_unit "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_003be360)();\n return sVar1;\n}\n\n" (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_003be360)();\n return sVar1;\n}" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_e... | (function_definition "size_t strspn(char *__s,char *__accept)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strspn_003be360)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strspn(char *__s,char *__accept)" (identifier "strspn") (parameter_list "(char *__s,char *__accept)" (( "(") (paramete... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strspn_003be360)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s,char *__accept)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_003be360)();
return sVar1;
}
|
768_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | logic_error | FUN_00150234 |
/* std::logic_error::logic_error(std::string const&) [clone .cold.2] */
void __thiscall std::logic_error::logic_error(logic_error *this,string *param_1)
{
exception *unaff_RBX;
exception::~exception(unaff_RBX);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00150234(void)
{
FUN_002da390();
/* WARNING: Subroutine does not return */
FUN_003688d0();
}
| MOV RDI,RBX
CALL 0x002da390
MOV RDI,RBP
CALL 0x003688d0 | null | null | null | null | [('tmp_63', u'CALL_-1207303615'), ('const-1', u'RETURN_-1207303598')] | [('const-1', u'RETURN_-1207303598')] | null | null | 00150234 | x64 | O0 | (translation_unit "void FUN_00150234(void)\n\n{\n FUN_002da390();\n /* WARNING: Subroutine does not return */\n FUN_003688d0();\n}\n\n" (function_definition "void FUN_00150234(void)\n\n{\n FUN_002da390();\n /* WARNING: Subroutine does not return */\n FUN_003688d0();\n}" primiti... | (translation_unit "/* std::logic_error::logic_error(std::string const&) [clone .cold.2] */\n\nvoid __thiscall std::logic_error::logic_error(logic_error *this,string *param_1)\n\n{\n exception *unaff_RBX;\n \n exception::~exception(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_... | (translation_unit "void FUN_00150234(void)\n\n{\n FUN_002da390();\n \n FUN_003688d0();\n}\n\n" (function_definition "void FUN_00150234(void)\n\n{\n FUN_002da390();\n \n FUN_003688d0();\n}" primitive_type (function_declarator "FUN_00150234(void)" identifier (parameter_list "(voi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00150234(void)\n\n{\n FUN_002da390();\n \n FUN_003688d0();\n}" (primitive_type "void") (function_declarator "FUN_00150234(void)" (identifier "FUN_00150234") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_sta... |
/* std::logic_error::logic_error(std::string const&) [clone .cold.2] */
void __thiscall std::function_1::function_1(function_1 *this,type_1 *param_1)
{
type_2 *unaff_RBX;
exception::~type_2(unaff_RBX);
/* WARNING: Subroutine does not return */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expre... | null |
void MASKED(void)
{
FUN_002da390();
/* WARNING: Subroutine does not return */
FUN_003688d0();
}
|
5416_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | print_cref | FUN_0023c570 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void print_cref(Cref_inputs * this, Symbol_table * param_1, FILE * f)
*/
void __thiscall gold::Cref_inputs::print_cref(Cref_inputs *this,Symbol_table *param_1,FILE *f)
{
ulong uVar1;
anon_union_16_2_edb7204a_for_basic_string<... |
void FUN_0023c570(long param_1,undefined8 param_2,FILE *param_3)
{
ulong uVar1;
byte bVar2;
long *plVar3;
long lVar4;
undefined4 *puVar5;
ulong uVar6;
size_t sVar7;
ulong uVar8;
long *plVar9;
char *__s;
ulong *local_88;
ulong local_80;
ulong local_78 [2];
undefined1 local_68 [8];
undefin... | PUSH R15
MOV RSI,RDI
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
MOV RBP,RDX
PUSH RBX
SUB RSP,0x78
LEA RDX,[RSP + 0x40]
MOV dword ptr [RSP + 0x48],0x0
LEA RAX,[RDX + 0x8]
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP + 0x50],0x0
MOV qword ptr [RSP + 0x58],RAX
MOV qword ptr [RSP + 0x60],RAX
MOV qword ptr [RSP + 0... | null | null | null | null | [(u'INDIRECT_-1203974421', u'MULTIEQUAL_-1203974707'), (u'CALL_-1203976242', u'INDIRECT_-1203974779'), (u'CALL_-1203975439', u'INDIRECT_-1203974372'), (u'PTRSUB_-1203974687', u'CALL_-1203976714'), ('const-3290213', u'COPY_-1203974327'), (u'INT_NOTEQUAL_-1203976499', u'CBRANCH_-1203976498'), (u'PTRSUB_-1203974739', u'CA... | [(u'INDIRECT_-1203974421', u'MULTIEQUAL_-1203974707'), (u'CALL_-1203976242', u'INDIRECT_-1203974779'), ('const-433', u'STORE_-1203976137'), ('const-32', u'CALL_-1203975702'), (u'CALL_-1203975439', u'INDIRECT_-1203974372'), ('const-8', u'PTRADD_-1203974549'), (u'COPY_-1203974591', u'INT_ADD_-1203976035'), (u'INT_NOTEQUA... | null | null | 0023c570 | x64 | O0 | (translation_unit "void FUN_0023c570(long param_1,undefined8 param_2,FILE *param_3)\n\n{\n ulong uVar1;\n byte bVar2;\n long *plVar3;\n long lVar4;\n undefined4 *puVar5;\n ulong uVar6;\n size_t sVar7;\n ulong uVar8;\n long *plVar9;\n char *__s;\n ulong *local_88;\n ulong local_80;\n ulong local_78 [2];\n ... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void print_cref(Cref_inputs * this, Symbol_table * param_1, FILE * f)\n */\n\nvoid __thiscall gold::Cref_inputs::print_cref(Cref_inputs *this,Symbol_table *param_1,FILE *f)\n\n{\n ulong uVar1;\n anon_union_16_2_... | (translation_unit "void FUN_0023c570(long param_1,undefined8 param_2,FILE *param_3)\n\n{\n ulong uVar1;\n byte bVar2;\n long *plVar3;\n long lVar4;\n undefined4 *puVar5;\n ulong uVar6;\n size_t sVar7;\n ulong uVar8;\n long *plVar9;\n char *__s;\n ulong *local_88;\n ulong local_80;\n ulong local_78 [2];\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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "void FUN_0023c570(long param_1,undefined8 param_2,FILE *param_3)\n\n{\n ulong uVar1;\n byte bVar2;\n long *plVar3;\n long lVar4;\n undefined4 *puVar5;\n ulong uVar6;\n size_t sVar7;\n ulong uVar8;\n long *plVar9;\n char *__s;\n ulong *local_88;\n ulong local_80;\n ulong local_78 [2];\... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void print_cref(Cref_inputs * this, Symbol_table * param_1, FILE * f)
*/
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *param_1,type_3 *f)
{
type_4 var_19;
anon_union_16_2_edb7204a_for_basic_string<var_2,_std::... | 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,FILE *param_3)
{
ulong uVar1;
byte bVar2;
long *plVar3;
long lVar4;
undefined4 *puVar5;
ulong uVar6;
size_t sVar7;
ulong uVar8;
long *plVar9;
char *__s;
ulong *local_88;
ulong local_80;
ulong local_78 [2];
undefined1 local_68 [8];
undefined4 lo... |
8192_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | operator<< | FUN_002e5e90 |
/* std::ostream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */
ostream * __thiscall std::ostream::operator<<(ostream *this,streambuf *param_1)
{
long lVar1;
_Ios_Iostate _Var2;
ios *this_00;
bool local_29;
sentry local_28 [16];
sentry::sentry(local_28,this);
if (local_28[0] == (sentry)0x0) {
if (... |
long * FUN_002e5e90(long *param_1,long param_2)
{
uint uVar1;
long lVar2;
undefined1 local_29;
char local_28 [16];
FUN_002e5db0(local_28,param_1);
if (local_28[0] == '\0') {
if (param_2 != 0) goto LAB_002e5ef5;
uVar1 = 1;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
}
else {
... | PUSH R12
MOV R12,RSI
MOV RSI,RDI
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x20
LEA RBP,[RSP + 0x10]
MOV RDI,RBP
CALL 0x002e5db0
CMP byte ptr [RSP + 0x10],0x0
JZ 0x002e5ef0
MOV RAX,qword ptr [RBX]
MOV RDI,qword ptr [RAX + -0x18]
ADD RDI,RBX
TEST R12,R12
JZ 0x002e5f10
MOV RSI,qword ptr [RDI + 0xe8]
LEA RDX,[RSP + 0xf]
MOV R... | null | null | null | null | [('tmp_467', u'CALL_-1204723934'), ('const-0', u'INT_NOTEQUAL_-1204723919'), (u'PTRSUB_-1204723666', u'CALL_-1204724022'), ('tmp_305', u'BRANCH_-1204723820'), ('const-0', u'INT_EQUAL_-1204723964'), (u'PTRADD_-1204723834', u'CAST_-1204723584'), ('const-4', u'COPY_-1204723706'), (u'LOAD_-1204723767', u'PTRADD_-1204723696... | [('const-0', u'INT_NOTEQUAL_-1204723919'), (u'LOAD_-1204723905', u'INT_ADD_-1204723880'), ('tmp_833', u'CAST_-1204723589'), ('tmp_305', u'BRANCH_-1204723820'), (u'PTRSUB_-1204723667', u'CALL_-1204723850'), ('const-0', u'INT_EQUAL_-1204723964'), (u'INT_ADD_-1204723742', u'MULTIEQUAL_-1204723646'), ('const-1', u'COPY_-12... | null | null | 002e5e90 | x64 | O0 | (translation_unit "long * FUN_002e5e90(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n undefined1 local_29;\n char local_28 [16];\n \n FUN_002e5db0(local_28,param_1);\n if (local_28[0] == '\0') {\n if (param_2 != 0) goto LAB_002e5ef5;\n uVar1 = 1;\n lVar2 = *(long *)(*param_1 + -0x18) + (... | (translation_unit "/* std::ostream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */\n\nostream * __thiscall std::ostream::operator<<(ostream *this,streambuf *param_1)\n\n{\n long lVar1;\n _Ios_Iostate _Var2;\n ios *this_00;\n bool local_29;\n sentry local_28 [16];\n \n sentry::sentry(local_28,this);\n if (local_28... | (translation_unit "long * FUN_002e5e90(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n undefined1 local_29;\n char local_28 [16];\n \n FUN_002e5db0(local_28,param_1);\n if (local_28[0] == '\0') {\n if (param_2 != 0) goto LAB_002e5ef5;\n uVar1 = 1;\n lVar2 = *(long *)(*param_1 + -0x18) + (... | (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_002e5e90(long *param_1,long param_2)\n\n{\n uint uVar1;\n long lVar2;\n undefined1 local_29;\n char local_28 [16];\n \n FUN_002e5db0(local_28,param_1);\n if (local_28[0] == '\0') {\n if (param_2 != 0) goto LAB_002e5ef5;\n uVar1 = 1;\n lVar2 = *(long *)(*param_1 + -0x18) ... |
/* std::ostream::TEMPNAMEPLACEHOLDERVALUE(std::streambuf*) */
type_5 * __thiscall std::type_5::operator<<(type_5 *var_2,type_4 *var_1)
{
long var_5;
type_1 var_7;
type_2 *var_8;
bool local_29;
type_3 local_28 [16];
sentry::type_3(local_28,var_2);
if (local_28[0] == (type_3)0x0) {
if (var_1 != (t... | 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;
undefined1 local_29;
char local_28 [16];
FUN_002e5db0(local_28,param_1);
if (local_28[0] == '\0') {
if (param_2 != 0) goto LAB_002e5ef5;
uVar1 = 1;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
}
else {
lVar2... |
617_libtomcrypt.so_and_libtomcrypt.so_strip.c | rc2_ecb_decrypt | rc2_ecb_decrypt |
int rc2_ecb_decrypt(uchar *ct,uchar *pt,symmetric_key *skey)
{
uint uVar1;
symmetric_key *skey_local;
uchar *pt_local;
uchar *ct_local;
uint x76;
uint x54;
uint x32;
uint x10;
int i;
uint *xkey;
if (pt == (uchar *)0x0) {
/* WARNING: Subroutine does not return */
crypt_... |
undefined8 rc2_ecb_decrypt(byte *param_1,undefined1 *param_2,long param_3)
{
uint uVar1;
uint local_24;
uint local_20;
uint local_1c;
uint local_18;
int local_14;
if (param_2 == (undefined1 *)0x0) {
crypt_argchk("pt != NULL","src/ciphers/rc2.c",0xef);
}
if (param_1 == (byte *)0x0) {
crypt... | SUB RSP,0x48
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x10],RSI
MOV qword ptr [RSP + 0x8],RDX
CMP qword ptr [RSP + 0x10],0x0
JNZ 0x001254aa
MOV EDX,0xef
LEA RSI,[0x1e16e0]
LEA RDI,[0x1e170b]
CALL 0x001142b0
CMP qword ptr [RSP + 0x18],0x0
JNZ 0x001254ca
MOV EDX,0xf0
LEA RSI,[0x1e16e0]
LEA RDI,[0x1e1716]
CALL ... | null | null | null | null | [(u'INT_MULT_-1207083025', u'INT_ADD_-1207085488'), ('const-4', u'INT_MULT_-1207084706'), (u'CAST_-1207081754', u'INT_ADD_-1207084160'), (u'MULTIEQUAL_-1207081863', u'INT_NEGATE_-1207083956'), ('const-1', u'PTRADD_-1207084474'), (u'INT_OR_-1207083978', u'INT_SUB_-1207083779'), (u'INT_AND_-1207083417', u'MULTIEQUAL_-120... | [(u'INT_AND_-1207084830', u'INT_ZEXT_-1207082874'), (u'INT_SEXT_-1207083860', u'INT_ADD_-1207083854'), (u'COPY_-1207082251', u'CALL_-1207085819'), (u'INT_SUB_-1207084128', u'INT_AND_-1207084109'), (u'MULTIEQUAL_-1207081433', u'INT_EQUAL_-1207084894'), ('const-4', u'INT_EQUAL_-1207084894'), (u'INT_LEFT_-1207084231', u'I... | null | null | 00125477 | x64 | O0 | (translation_unit "undefined8 rc2_ecb_decrypt(byte *param_1,undefined1 *param_2,long param_3)\n\n{\n uint uVar1;\n uint local_24;\n uint local_20;\n uint local_1c;\n uint local_18;\n int local_14;\n \n if (param_2 == (undefined1 *)0x0) {\n crypt_argchk("pt != NULL","src/ciphers/rc2.c",0xef);\n }\n if (para... | (translation_unit "int rc2_ecb_decrypt(uchar *ct,uchar *pt,symmetric_key *skey)\n\n{\n uint uVar1;\n symmetric_key *skey_local;\n uchar *pt_local;\n uchar *ct_local;\n uint x76;\n uint x54;\n uint x32;\n uint x10;\n int i;\n uint *xkey;\n \n if (pt == (uchar *)0x0) {\n /* WARNING: Subrout... | (translation_unit "undefined8 rc2_ecb_decrypt(byte *param_1,undefined1 *param_2,long param_3)\n\n{\n uint uVar1;\n uint local_24;\n uint local_20;\n uint local_1c;\n uint local_18;\n int local_14;\n \n if (param_2 == (undefined1 *)0x0) {\n crypt_argchk("pt != NULL","src/ciphers/rc2.c",0xef);\n }\n if (para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "undefined8 rc2_ecb_decrypt(byte *param_1,undefined1 *param_2,long param_3)\n\n{\n uint uVar1;\n uint local_24;\n uint local_20;\n uint local_1c;\n uint local_18;\n int local_14;\n \n if (param_2 == (undefined1 *)0x0) {\n crypt_argchk("pt != NULL","src/ciphers/rc2.c",0xef);\n }\n if (p... |
int function_1(type_1 *var_3,type_1 *var_1,type_2 *var_4)
{
type_3 var_8;
type_2 *skey_local;
type_1 *pt_local;
type_1 *ct_local;
type_3 var_6;
type_3 var_7;
type_3 var_9;
type_3 var_10;
int var_5;
type_3 *xkey;
if (var_1 == (type_1 *)0x0) {
/* WARNING: Subroutine does not... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (point... | null |
undefined8 MASKED(byte *param_1,undefined1 *param_2,long param_3)
{
uint uVar1;
uint local_24;
uint local_20;
uint local_1c;
uint local_18;
int local_14;
if (param_2 == (undefined1 *)0x0) {
crypt_argchk("pt != NULL","src/ciphers/rc2.c",0xef);
}
if (param_1 == (byte *)0x0) {
crypt_argchk("... |
7017_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | __adjust_heap<__gnu_cxx::__normal_iterator<std::pair<long_unsigned_int,_long_unsigned_int>*,_std::vector<std::pair<long_unsigned_int,_long_unsigned_int>,_std::allocator<std::pair<long_unsigned_int,_long_unsigned_int>_>_>_>,_long_int,_std::pair<long_unsigned_int,_long_unsigned_int>,___gnu_cxx::__ops::_Iter_comp_iter<gol... | FUN_002b0150 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __adjust_heap<__gnu_cxx::__normal_iterator<std::pair<long unsigned int, long
unsigned int>*, std::vector<std::pair<long unsigned int, long unsigned int>,
std::allocator<std::pair<long unsigned int, long unsigned ... |
void FUN_002b0150(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5)
{
ulong uVar1;
long lVar2;
long lVar3;
ulong *puVar4;
long lVar5;
ulong *puVar6;
long lVar7;
ulong *puVar8;
ulong uVar9;
lVar5 = (long)(param_3 - 1) / 2;
lVar7 = param_2;
if (param_2 < lVar5) {
do {
... | LEA RAX,[RDX + -0x1]
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RAX
AND EBP,0x1
SHR RBX,0x3f
ADD RBX,RAX
SAR RBX,0x1
CMP RSI,RBX
JGE 0x002b0260
MOV R9,RSI
NOP dword ptr [RAX + RAX*0x1]
LEA R10,[R9 + 0x1]
LEA R13,[R10 + R10*0x1]
SHL R10,0x5
LEA RAX,[R13 + -0x1]
ADD R10,RDI
MOV R11,RAX
MOV R14,qword... | null | null | null | null | [(u'CAST_-1204549776', u'MULTIEQUAL_-1204549832'), (u'COPY_-1204549731', u'MULTIEQUAL_-1204549944'), ('tmp_3850', u'INT_SLESSEQUAL_-1204550454'), (u'MULTIEQUAL_-1204549809', u'INT_MULT_-1204549730'), (u'LOAD_-1204550179', u'STORE_-1204550170'), ('tmp_3851', u'INT_ADD_-1204551115'), (u'INT_ADD_-1204550896', u'INT_SDIV_-... | [(u'CAST_-1204549776', u'MULTIEQUAL_-1204549832'), ('tmp_3852', u'COPY_-1204549768'), ('const-8', u'PTRADD_-1204549898'), (u'COPY_-1204549731', u'MULTIEQUAL_-1204549944'), ('tmp_3844', u'INT_SUB_-1204550335'), ('const-433', u'STORE_-1204550654'), ('const-433', u'STORE_-1204550970'), (u'MULTIEQUAL_-1204549809', u'INT_MU... | null | null | 002b0150 | x64 | O0 | (translation_unit "void FUN_002b0150(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5)\n\n{\n ulong uVar1;\n long lVar2;\n long lVar3;\n ulong *puVar4;\n long lVar5;\n ulong *puVar6;\n long lVar7;\n ulong *puVar8;\n ulong uVar9;\n \n lVar5 = (long)(param_3 - 1) / 2;\n lVar7 = param_2;\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __adjust_heap<__gnu_cxx::__normal_iterator<std::pair<long unsigned int, long\n unsigned int>*, std::vector<std::pair<long unsigned int, long unsigned int>,\n std::allocator<std::pair<long unsigne... | (translation_unit "void FUN_002b0150(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5)\n\n{\n ulong uVar1;\n long lVar2;\n long lVar3;\n ulong *puVar4;\n long lVar5;\n ulong *puVar6;\n long lVar7;\n ulong *puVar8;\n ulong uVar9;\n \n lVar5 = (long)(param_3 - 1) / 2;\n lVar7 = param_2;\n ... | (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 IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))... | (function_definition "void FUN_002b0150(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5)\n\n{\n ulong uVar1;\n long lVar2;\n long lVar3;\n ulong *puVar4;\n long lVar5;\n ulong *puVar6;\n long lVar7;\n ulong *puVar8;\n ulong uVar9;\n \n lVar5 = (long)(param_3 - 1) / 2;\n lVar7 = param_2;\... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name: __adjust_heap<__gnu_cxx::__normal_iterator<std::pair<long unsigned int, long
unsigned int>*, std::vector<std::pair<long unsigned int, long unsigned int>,
std::allocator<std::pair<long unsigned int, long unsigned ... | 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: (sized_type_specifier) declarator: (identifier)) (parameter_decla... | null |
void MASKED(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5)
{
ulong uVar1;
long lVar2;
long lVar3;
ulong *puVar4;
long lVar5;
ulong *puVar6;
long lVar7;
ulong *puVar8;
ulong uVar9;
lVar5 = (long)(param_3 - 1) / 2;
lVar7 = param_2;
if (param_2 < lVar5) {
do {
l... |
10389_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | swap | FUN_00354fb0 |
/* std::wstring::swap(std::wstring&) */
void __thiscall std::wstring::swap(wstring *this,wstring *param_1)
{
long lVar1;
long lVar2;
lVar1 = *(long *)this;
if (*(int *)(lVar1 + -8) < 0) {
*(undefined4 *)(lVar1 + -8) = 0;
}
lVar2 = *(long *)param_1;
if (*(int *)(lVar2 + -8) < 0) {
*(undefined... |
void FUN_00354fb0(long *param_1,long *param_2)
{
long lVar1;
long lVar2;
lVar1 = *param_1;
if (*(int *)(lVar1 + -8) < 0) {
*(undefined4 *)(lVar1 + -8) = 0;
}
lVar2 = *param_2;
if (*(int *)(lVar2 + -8) < 0) {
*(undefined4 *)(lVar2 + -8) = 0;
}
*param_1 = lVar2;
*param_2 = lVar1;
return... | MOV RAX,qword ptr [RDI]
MOV EDX,dword ptr [RAX + -0x8]
TEST EDX,EDX
JNS 0x00354fc1
MOV dword ptr [RAX + -0x8],0x0
MOV RDX,qword ptr [RSI]
MOV ECX,dword ptr [RDX + -0x8]
TEST ECX,ECX
JNS 0x00354fd2
MOV dword ptr [RDX + -0x8],0x0
MOV qword ptr [RDI],RDX
MOV qword ptr [RSI],RAX
RET | null | null | null | null | [(u'INT_SLESS_-1205186612', u'CBRANCH_-1205186611'), (u'LOAD_-1205186638', u'INT_ADD_-1205186616'), (u'INT_ADD_-1205186594', u'CAST_-1205186496'), (u'LOAD_-1205186601', u'INT_ADD_-1205186557'), ('const-433', u'LOAD_-1205186632'), (u'LOAD_-1205186595', u'INT_SLESS_-1205186575'), ('tmp_123', u'CAST_-1205186464'), (u'LOAD... | [(u'INT_SLESS_-1205186612', u'CBRANCH_-1205186611'), (u'LOAD_-1205186638', u'INT_ADD_-1205186616'), ('const-0', u'STORE_-1205186608'), (u'LOAD_-1205186601', u'INT_ADD_-1205186557'), (u'LOAD_-1205186595', u'INT_SLESS_-1205186575'), (u'INT_ADD_-1205186557', u'CAST_-1205186478'), ('const-0', u'INT_SLESS_-1205186612'), ('c... | null | null | 00354fb0 | x64 | O0 | (translation_unit "void FUN_00354fb0(long *param_1,long *param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n if (*(int *)(lVar1 + -8) < 0) {\n *(undefined4 *)(lVar1 + -8) = 0;\n }\n lVar2 = *param_2;\n if (*(int *)(lVar2 + -8) < 0) {\n *(undefined4 *)(lVar2 + -8) = 0;\n }\n *param_1 = lVa... | (translation_unit "/* std::wstring::swap(std::wstring&) */\n\nvoid __thiscall std::wstring::swap(wstring *this,wstring *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *(long *)this;\n if (*(int *)(lVar1 + -8) < 0) {\n *(undefined4 *)(lVar1 + -8) = 0;\n }\n lVar2 = *(long *)param_1;\n if (*(int *)(lVa... | (translation_unit "void FUN_00354fb0(long *param_1,long *param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n if (*(int *)(lVar1 + -8) < 0) {\n *(undefined4 *)(lVar1 + -8) = 0;\n }\n lVar2 = *param_2;\n if (*(int *)(lVar2 + -8) < 0) {\n *(undefined4 *)(lVar2 + -8) = 0;\n }\n *param_1 = lVa... | (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) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) ... | (function_definition "void FUN_00354fb0(long *param_1,long *param_2)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n if (*(int *)(lVar1 + -8) < 0) {\n *(undefined4 *)(lVar1 + -8) = 0;\n }\n lVar2 = *param_2;\n if (*(int *)(lVar2 + -8) < 0) {\n *(undefined4 *)(lVar2 + -8) = 0;\n }\n *param_1 = ... |
/* std::wstring::swap(std::wstring&) */
void __thiscall std::type_1::function_1(type_1 *this,type_1 *param_1)
{
long var_1;
long var_2;
var_1 = *(long *)this;
if (*(int *)(var_1 + -8) < 0) {
*(type_2 *)(var_1 + -8) = 0;
}
var_2 = *(long *)param_1;
if (*(int *)(var_2 + -8) < 0) {
*(type_2 *)(... | 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 lVar1;
long lVar2;
lVar1 = *param_1;
if (*(int *)(lVar1 + -8) < 0) {
*(undefined4 *)(lVar1 + -8) = 0;
}
lVar2 = *param_2;
if (*(int *)(lVar2 + -8) < 0) {
*(undefined4 *)(lVar2 + -8) = 0;
}
*param_1 = lVar2;
*param_2 = lVar1;
return;
}
|
68_ia64-linux-gnu-objdump_and_ia64-linux-gnu-objdump_strip.c | disassembler_usage | disassembler_usage |
void disassembler_usage(void)
{
(*(code *)PTR_disassembler_usage_00155220)();
return;
}
|
void disassembler_usage(void)
{
(*(code *)PTR_disassembler_usage_00155220)();
return;
}
| JMP qword ptr [0x00155220] | null | null | null | null | [(u'INDIRECT_-1206946684', u'COPY_-1206946743'), ('tmp_22', u'CAST_-1206946679'), (u'CALLIND_-1206946744', u'INDIRECT_-1206946684'), ('const-0', u'RETURN_-1206946741'), (u'CAST_-1206946679', u'CALLIND_-1206946744')] | [(u'INDIRECT_-1206946684', u'COPY_-1206946743'), ('tmp_22', u'CAST_-1206946679'), (u'CALLIND_-1206946744', u'INDIRECT_-1206946684'), ('const-0', u'RETURN_-1206946741'), (u'CAST_-1206946679', u'CALLIND_-1206946744')] | null | null | 00107440 | x64 | O0 | (translation_unit "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}\n\n" (function_definition "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}" primitive_type (function_declarator "disassembler_usage(void)" identifier (pa... | (translation_unit "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}\n\n" (function_definition "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}" primitive_type (function_declarator "disassembler_usage(void)" identifier (pa... | (translation_unit "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}\n\n" (function_definition "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}" primitive_type (function_declarator "disassembler_usage(void)" identifier (pa... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void disassembler_usage(void)\n\n{\n (*(code *)PTR_disassembler_usage_00155220)();\n return;\n}" (primitive_type "void") (function_declarator "disassembler_usage(void)" (identifier "disassembler_usage") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")... |
void function_1(void)
{
(*(type_1 *)PTR_disassembler_usage_00155220)();
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_00155220)();
return;
}
|
10663_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | d_encoding | FUN_0035e120 |
/* WARNING: Type propagation algorithm not settling */
uint * d_encoding(long param_1,int param_2)
{
char cVar1;
int iVar2;
long lVar3;
int iVar4;
uint *puVar5;
int *piVar6;
byte bVar7;
uint *puVar8;
uint uVar9;
undefined8 uVar10;
char *pcVar12;
char *pcVar13;
uint uVar14;
ulong uVar15;
... |
/* WARNING: Type propagation algorithm not settling */
uint * FUN_0035e120(long param_1,int param_2)
{
char cVar1;
int iVar2;
long lVar3;
int iVar4;
uint *puVar5;
int *piVar6;
byte bVar7;
uint *puVar8;
uint uVar9;
undefined8 uVar10;
char *pcVar12;
char *pcVar13;
uint uVar14;
ulong uVar15;... | PUSH R12
PUSH RBP
PUSH RBX
MOV RAX,qword ptr [RDI + 0x18]
MOV RBX,RDI
MOVZX EDX,byte ptr [RAX]
CMP DL,0x47
JZ 0x0035e1b0
CMP DL,0x54
JZ 0x0035e1b0
MOV R12D,ESI
CALL 0x0035c740
MOV RBP,RAX
TEST RAX,RAX
JZ 0x0035e2b2
TEST R12D,R12D
JZ 0x0035e210
TEST byte ptr [RBX + 0x10],0x1
JNZ 0x0035e210
MOV EAX,dword ptr [RAX]
LEA ED... | null | null | null | null | [(u'MULTIEQUAL_-1205145090', u'INT_NOTEQUAL_-1205147281'), ('const-3', u'PTRADD_-1205147267'), (u'INT_EQUAL_-1205147241', u'CBRANCH_-1205147239'), ('const-40', u'INT_ADD_-1205146585'), (u'INT_ADD_-1205147841', u'CAST_-1205144404'), (u'COPY_-1205144546', u'RETURN_-1205144530'), ('const-20', u'INT_ADD_-1205148495'), ('co... | [(u'MULTIEQUAL_-1205145090', u'INT_NOTEQUAL_-1205147281'), ('const-3', u'PTRADD_-1205147267'), (u'INT_EQUAL_-1205147241', u'CBRANCH_-1205147239'), ('const-40', u'INT_ADD_-1205146585'), (u'INT_ADD_-1205147841', u'CAST_-1205144404'), (u'COPY_-1205144546', u'RETURN_-1205144530'), ('const-20', u'INT_ADD_-1205148495'), ('co... | null | null | 0035e120 | x64 | O0 | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n\nuint * FUN_0035e120(long param_1,int param_2)\n\n{\n char cVar1;\n int iVar2;\n long lVar3;\n int iVar4;\n uint *puVar5;\n int *piVar6;\n byte bVar7;\n uint *puVar8;\n uint uVar9;\n undefined8 uVar10;\n char *pcVar12;\n char *pcVar... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n\nuint * d_encoding(long param_1,int param_2)\n\n{\n char cVar1;\n int iVar2;\n long lVar3;\n int iVar4;\n uint *puVar5;\n int *piVar6;\n byte bVar7;\n uint *puVar8;\n uint uVar9;\n undefined8 uVar10;\n char *pcVar12;\n char *pcVar13... | (translation_unit "uint * FUN_0035e120(long param_1,int param_2)\n\n{\n char cVar1;\n int iVar2;\n long lVar3;\n int iVar4;\n uint *puVar5;\n int *piVar6;\n byte bVar7;\n uint *puVar8;\n uint uVar9;\n undefined8 uVar10;\n char *pcVar12;\n char *pcVar13;\n uint uVar14;\n ulong uVar15;\n long lVar11;\n \n... | (translation_unit (function_definition TYPE (pointer_declarator * (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 (sized_type_specifie... | (function_definition "uint * FUN_0035e120(long param_1,int param_2)\n\n{\n char cVar1;\n int iVar2;\n long lVar3;\n int iVar4;\n uint *puVar5;\n int *piVar6;\n byte bVar7;\n uint *puVar8;\n uint uVar9;\n undefined8 uVar10;\n char *pcVar12;\n char *pcVar13;\n uint uVar14;\n ulong uVar15;\n long lVar11;\n ... |
/* WARNING: Type propagation algorithm not settling */
type_1 * function_1(long var_1,int var_16)
{
char var_9;
int var_10;
long lVar3;
int var_2;
type_1 *var_13;
int *var_18;
type_2 var_20;
type_1 *var_14;
type_1 var_12;
type_3 uVar10;
char *pcVar12;
char *var_3;
type_1 uVar14;
type_4 va... | 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: (id... | null |
/* WARNING: Type propagation algorithm not settling */
uint * MASKED(long param_1,int param_2)
{
char cVar1;
int iVar2;
long lVar3;
int iVar4;
uint *puVar5;
int *piVar6;
byte bVar7;
uint *puVar8;
uint uVar9;
undefined8 uVar10;
char *pcVar12;
char *pcVar13;
uint uVar14;
ulong uVar15;
lon... |
4780_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | ~Output_section_element_assertion | FUN_0020ae30 |
/* DWARF original prototype: void ~Output_section_element_assertion(Output_section_element_assertion
* this, int __in_chrg) */
void __thiscall
gold::Output_section_element_assertion::~Output_section_element_assertion
(Output_section_element_assertion *this,int __in_chrg)
{
pointer pcVar1;
(this->... |
void FUN_0020ae30(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003ad428;
if ((undefined8 *)param_1[2] != param_1 + 4) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x30);
return;
}
| LEA RAX,[0x3ad428]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x10]
LEA RAX,[RBX + 0x20]
CMP RDI,RAX
JZ 0x0020ae50
CALL 0x00276d20
MOV RDI,RBX
MOV ESI,0x30
POP RBX
JMP 0x00276d10 | null | null | null | null | [(u'PTRSUB_-1203786035', u'CAST_-1203786024'), (u'PTRSUB_-1203786023', u'PTRSUB_-1203786018'), (u'PTRSUB_-1203786028', u'STORE_-1203786172'), ('const-8', u'PTRSUB_-1203786023'), ('tmp_58', u'CBRANCH_-1203786140'), (u'CAST_-1203786012', u'INT_NOTEQUAL_-1203786141'), (u'INT_NOTEQUAL_-1203786141', u'CBRANCH_-1203786140'),... | [('const-0', u'PTRSUB_-1203786036'), ('const-433', u'LOAD_-1203786168'), ('tmp_194', u'PTRADD_-1203786028'), (u'CAST_-1203786032', u'INT_NOTEQUAL_-1203786141'), ('const-2', u'PTRADD_-1203786033'), ('tmp_58', u'CBRANCH_-1203786140'), ('const-8', u'PTRADD_-1203786028'), (u'INT_NOTEQUAL_-1203786141', u'CBRANCH_-1203786140... | null | null | 0020ae30 | x64 | O0 | (translation_unit "void FUN_0020ae30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003ad428;\n if ((undefined8 *)param_1[2] != param_1 + 4) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x30);\n return;\n}\n\n" (function_definition "void FUN_0020ae30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit "/* DWARF original prototype: void ~Output_section_element_assertion(Output_section_element_assertion\n * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Output_section_element_assertion::~Output_section_element_assertion\n (Output_section_element_assertion *this,int __in_chrg)\n\n{\n po... | (translation_unit "void FUN_0020ae30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003ad428;\n if ((undefined8 *)param_1[2] != param_1 + 4) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x30);\n return;\n}\n\n" (function_definition "void FUN_0020ae30(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_0020ae30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003ad428;\n if ((undefined8 *)param_1[2] != param_1 + 4) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x30);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0020ae30(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Output_section_element_assertion(Output_section_element_assertion
* this, int __in_chrg) */
void __thiscall
gold::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Output_section_element)._vptr_Output_section_element =
... | 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_003ad428;
if ((undefined8 *)param_1[2] != param_1 + 4) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x30);
return;
}
|
239_i686-kfreebsd-gnu-ranlib_and_i686-kfreebsd-gnu-ranlib_strip.c | strlen | strlen |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strlen@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037734')] | [('const-1', u'RETURN_-1207037734')] | null | null | 001110d0 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fu... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strlen@@GLIBC_2.2.5 */... | (translation_unit "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "ch... | (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 "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (i... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strlen@@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: (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 */
size_t MASKED(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
4204_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | do_print_to_mapfile | FUN_001fe740 |
/* DWARF original prototype: void do_print_to_mapfile(Output_data_reloc_base<9,_false,_64,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_data_reloc_base<9,_false,_64,_false>::do_print_to_mapfile
(Output_data_reloc_base<9,_false,_64,_false> *this,Mapfile *mapfile)
{
char *name;
... |
void FUN_001fe740(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** relocs");
FUN_001bbfd0(param_2,param_1,uVar1);
return;
}
| PUSH RBP
MOV RBP,RDI
LEA RDI,[0x376112]
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 | [(u'CAST_-1207900188', u'CALL_-1207900265'), (u'CAST_-1207900167', u'CALL_-1207900265'), ('const-0', u'RETURN_-1207900261'), ('tmp_119', u'CAST_-1207900167'), (u'COPY_-1207900252', u'CALL_-1207900306'), (u'CALL_-1207900306', u'CAST_-1207900188'), ('tmp_120', u'CALL_-1207900265'), ('const-3629330', u'COPY_-1207900252')] | [('tmp_199', u'CALL_-1207900265'), ('const-0', u'RETURN_-1207900261'), (u'COPY_-1207900252', u'CALL_-1207900306'), (u'CALL_-1207900306', u'CALL_-1207900265'), ('tmp_201', u'CALL_-1207900265'), ('const-3629330', u'COPY_-1207900252')] | null | null | 001fe740 | x64 | O0 | (translation_unit "void FUN_001fe740(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** relocs");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001fe740(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = ge... | (translation_unit "/* DWARF original prototype: void do_print_to_mapfile(Output_data_reloc_base<9,_false,_64,_false> *\n this, Mapfile * mapfile) */\n\nvoid __thiscall\ngold::Output_data_reloc_base<9,_false,_64,_false>::do_print_to_mapfile\n (Output_data_reloc_base<9,_false,_64,_false> *this,Mapfile *mapfile... | (translation_unit "void FUN_001fe740(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** relocs");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001fe740(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = ge... | (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_001fe740(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** relocs");\n FUN_001bbfd0(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001fe740(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001fe74... |
/* DWARF original prototype: void do_print_to_mapfile(Output_data_reloc_base<9,_false,_64,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_data_reloc_base<9,_false,_64,_false>::do_print_to_mapfile
(Output_data_reloc_base<9,_false,_64,_false> *this,Mapfile *mapfile)
{
char *name;
... | 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("** relocs");
FUN_001bbfd0(param_2,param_1,uVar1);
return;
}
|
5484_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | GetPixelRed | FUN_004bf243 |
/* 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 */
Quantum GetPixelRed(Image *im... |
undefined4 FUN_004bf243(long param_1,long param_2)
{
return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + 8) * 4);
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x360]
MOV RAX,qword ptr [RAX + 0x8]
LEA RDX,[RAX*0x4]
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,RDX
MOVSS XMM0,dword ptr [RAX]
POP RBP
RET | null | null | null | null | [(u'PTRADD_-1202392356', u'LOAD_-1202392432'), ('const-433', u'LOAD_-1202392467'), (u'PTRSUB_-1202392372', u'LOAD_-1202392467'), ('tmp_121', u'PTRSUB_-1202392380'), ('const-8', u'PTRSUB_-1202392372'), ('const-864', u'PTRSUB_-1202392380'), ('const-0', u'RETURN_-1202392408'), ('tmp_122', u'PTRADD_-1202392356'), (u'LOAD_-... | [('tmp_126', u'INT_ADD_-1202392461'), ('tmp_127', u'INT_ADD_-1202392425'), (u'LOAD_-1202392432', u'COPY_-1202392413'), (u'CAST_-1202392372', u'LOAD_-1202392467'), ('const-4', u'INT_MULT_-1202392431'), ('const-0', u'RETURN_-1202392408'), (u'INT_MULT_-1202392431', u'INT_ADD_-1202392425'), ('const-433', u'LOAD_-1202392467... | null | null | 004bf243 | x64 | O0 | (translation_unit "undefined4 FUN_004bf243(long param_1,long param_2)\n\n{\n return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + 8) * 4);\n}\n\n" (function_definition "undefined4 FUN_004bf243(long param_1,long param_2)\n\n{\n return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + ... | (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\nQuantu... | (translation_unit "undefined4 FUN_004bf243(long param_1,long param_2)\n\n{\n return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + 8) * 4);\n}\n\n" (function_definition "undefined4 FUN_004bf243(long param_1,long param_2)\n\n{\n return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + ... | (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 { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE... | (function_definition "undefined4 FUN_004bf243(long param_1,long param_2)\n\n{\n return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + 8) * 4);\n}" (type_identifier "undefined4") (function_declarator "FUN_004bf243(long param_1,long param_2)" (identifier "FUN_004bf243") (parameter_list "(long param_1,l... |
/* 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 */
type_1 function_1(type_2 *ima... | 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 |
undefined4 MASKED(long param_1,long param_2)
{
return *(undefined4 *)(param_2 + *(long *)(*(long *)(param_1 + 0x360) + 8) * 4);
}
|
486_x86_64-linux-gnux32-objcopy_and_x86_64-linux-gnux32-objcopy_strip.c | htab_traverse | htab_traverse |
/* WARNING: Control flow encountered bad instruction data */
void htab_traverse(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void htab_traverse(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053638')] | [('const-1', u'RETURN_-1207053638')] | null | null | 0012d2b0 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_traverse(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_traverse(void)\n\n{\n /* WARNING: Bad ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_traverse(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_traverse(void)\n\n{\n /* WARNING: Bad ... | (translation_unit "void htab_traverse(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void htab_traverse(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "htab_traverse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void htab_traverse(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "htab_traverse(void)" (identifier "htab_traverse") (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();
}
|
166_users_and_users_strip.c | __ctype_get_mb_cur_max | __ctype_get_mb_cur_max |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_get_mb_cur_max@@GLIBC_2.2.5 ... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206931310')] | [('const-1', u'RETURN_-1206931310')] | null | null | 0010b088 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_get... | (translation_unit "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__ctype_get_mb_cur_max(void)" identifier (parameter_list "(void)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cur_max(void)" (identifier "__ctype_get_mb_cur_max") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_get_mb_cur_max@@GLIBC_2.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)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
6051_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | add_relative | FUN_0028dff0 |
/* DWARF original prototype: void add_relative(Output_data_reloc<4,_true,_32,_false> * this, uint
type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_relative
(Output_data_reloc<4,_true,_32,_false> *this,uint type,Output_data *od,Add... |
void FUN_0028dff0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5)
{
undefined1 auStack_58 [32];
undefined4 local_38;
FUN_0026e1c0(auStack_58);
local_38 = param_5;
FUN_001c1d80(param_1,param_3,auStack_58);
return;
}
| PUSH R13
MOV R13D,R8D
MOV R8D,0x1
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RDX
SUB RSP,0x38
MOV RBP,RSP
MOV RDI,RBP
CALL 0x0026e1c0
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
MOV dword ptr [RSP + 0x20],R13D
CALL 0x001c1d80
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
RET | null | null | null | null | [('tmp_188', u'COPY_-1204297560'), ('tmp_298', u'PTRSUB_-1204297526'), ('tmp_185', u'CALL_-1204297676'), (u'PTRSUB_-1204297526', u'PTRSUB_-1204297513'), ('const-1', u'CALL_-1204297676'), (u'PTRSUB_-1204297493', u'CALL_-1204297648'), ('tmp_186', u'CALL_-1204297648'), (u'CALL_-1204297648', u'INDIRECT_-1204297513'), ('tmp... | [(u'PTRSUB_-1204297533', u'CALL_-1204297648'), (u'PTRSUB_-1204297534', u'CALL_-1204297676'), ('const--88', u'PTRSUB_-1204297533'), (u'CALL_-1204297648', u'INDIRECT_-1204297521'), ('const-0', u'RETURN_-1204297602'), ('tmp_296', u'COPY_-1204297568'), ('tmp_283', u'CALL_-1204297648'), ('tmp_280', u'PTRSUB_-1204297533'), (... | null | null | 0028dff0 | x64 | O0 | (translation_unit "void FUN_0028dff0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_0026e1c0(auStack_58);\n local_38 = param_5;\n FUN_001c1d80(param_1,param_3,auStack_58);\n retu... | (translation_unit "/* DWARF original prototype: void add_relative(Output_data_reloc<4,_true,_32,_false> * this, uint\n type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_32,_false>::add_relative\n (Output_data_reloc<4,_true,_32,_false> *this,uint t... | (translation_unit "void FUN_0028dff0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_0026e1c0(auStack_58);\n local_38 = param_5;\n FUN_001c1d80(param_1,param_3,auStack_58);\n retu... | (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) ))) (compound_statement { (declaration TYPE (arr... | (function_definition "void FUN_0028dff0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_0026e1c0(auStack_58);\n local_38 = param_5;\n FUN_001c1d80(param_1,param_3,auStack_58);\n r... |
/* DWARF original prototype: void add_relative(Output_data_reloc<4,_true,_32,_false> * this, uint
type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_relative
(Output_data_reloc<4,_true,_32,_false> *this,uint type,Output_data *od,Add... | 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)
{
undefined1 auStack_58 [32];
undefined4 local_38;
FUN_0026e1c0(auStack_58);
local_38 = param_5;
FUN_001c1d80(param_1,param_3,auStack_58);
return;
}
|
43_i686-gnu-ld_and_i686-gnu-ld_strip.c | fclose | fclose |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_001a9158)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_001a9158)();
return iVar1;
}
| JMP qword ptr [0x001a9158] | null | null | null | null | [(u'CALLIND_-1206938952', u'INDIRECT_-1206938890'), (u'CAST_-1206938885', u'CALLIND_-1206938952'), (u'INDIRECT_-1206938890', u'COPY_-1206938949'), ('tmp_32', u'CAST_-1206938885'), ('const-0', u'RETURN_-1206938949'), (u'CALLIND_-1206938952', u'RETURN_-1206938949')] | [(u'CALLIND_-1206938952', u'INDIRECT_-1206938890'), (u'CAST_-1206938885', u'CALLIND_-1206938952'), (u'INDIRECT_-1206938890', u'COPY_-1206938949'), ('tmp_32', u'CAST_-1206938885'), ('const-0', u'RETURN_-1206938949'), (u'CALLIND_-1206938952', u'RETURN_-1206938949')] | null | null | 001092b0 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_001a9158)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_001a9158)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)... | (translation_unit "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_001a9158)();\n return iVar1;\n}\n\n" (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_001a9158)();\n return iVar1;\n}" primitive_type (function_declarator "fclose... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * ... | (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_001a9158)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_id... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fclose_001a9158)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001a9158)();
return iVar1;
}
|
2051_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | do_section_type | FUN_00168ea0 |
/* DWARF original prototype: uint do_section_type(Sized_relobj_dwo<64,_true> * this, uint shndx) */
uint __thiscall
gold::Sized_relobj_dwo<64,_true>::do_section_type(Sized_relobj_dwo<64,_true> *this,uint shndx)
{
Elf_file<64,_true,_gold::Object> *this_00;
uint uVar1;
Object *this_01;
off_t start;
uchar *pu... |
uint FUN_00168ea0(long param_1,uint param_2)
{
uint uVar1;
undefined4 uVar2;
long lVar3;
undefined8 uVar4;
long lVar5;
lVar5 = param_1 + 0xf8;
lVar3 = *(long *)(param_1 + 0xf8);
FUN_00167b70(lVar5);
if (*(uint *)(param_1 + 0x108) <= param_2) {
FUN_00167b70(lVar5);
uVar2 = *(undefined4 *)(... | PUSH R13
PUSH R12
MOV R12D,ESI
PUSH RBP
LEA RBP,[RDI + 0xf8]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R13,qword ptr [RDI + 0xf8]
MOV RDI,RBP
CALL 0x00167b70
CMP R12D,dword ptr [RBX + 0x108]
JNC 0x00168f18
MOV RDI,RBP
MOV ESI,R12D
CALL 0x00168dd0
MOV RDI,qword ptr [R13 + 0x28]
TEST RDI,RDI
JZ 0x00168f46
MOV RSI,qword ptr [R... | null | null | null | null | [(u'LOAD_-1207333102', u'INT_NOTEQUAL_-1207333082'), (u'COPY_-1207332886', u'RETURN_-1207332963'), ('tmp_171', u'CBRANCH_-1207333081'), ('tmp_459', u'PTRSUB_-1207332716'), (u'LOAD_-1207333164', u'PTRSUB_-1207332661'), (u'LOAD_-1207333028', u'INT_LEFT_-1207332963'), (u'COPY_-1207332650', u'CALL_-1207332920'), (u'CAST_-1... | [('const-64', u'CALL_-1207333030'), ('tmp_1314', u'CALL_-1207333104'), (u'LOAD_-1207333102', u'INT_NOTEQUAL_-1207333082'), ('const-4', u'INT_ADD_-1207333012'), (u'CALL_-1207333030', u'INT_ADD_-1207333012'), ('tmp_171', u'CBRANCH_-1207333081'), (u'CAST_-1207332660', u'LOAD_-1207333080'), (u'COPY_-1207332690', u'RETURN_-... | null | null | 00168ea0 | x64 | O0 | (translation_unit "uint FUN_00168ea0(long param_1,uint param_2)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n \n lVar5 = param_1 + 0xf8;\n lVar3 = *(long *)(param_1 + 0xf8);\n FUN_00167b70(lVar5);\n if (*(uint *)(param_1 + 0x108) <= param_2) {\n FUN_00167b70(lVar5... | (translation_unit "/* DWARF original prototype: uint do_section_type(Sized_relobj_dwo<64,_true> * this, uint shndx) */\n\nuint __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_section_type(Sized_relobj_dwo<64,_true> *this,uint shndx)\n\n{\n Elf_file<64,_true,_gold::Object> *this_00;\n uint uVar1;\n Object *this_01;\... | (translation_unit "uint FUN_00168ea0(long param_1,uint param_2)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n \n lVar5 = param_1 + 0xf8;\n lVar3 = *(long *)(param_1 + 0xf8);\n FUN_00167b70(lVar5);\n if (*(uint *)(param_1 + 0x108) <= param_2) {\n FUN_00167b70(lVar5... | (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 (sized_type_specifier long) IDENT ;) (decla... | (function_definition "uint FUN_00168ea0(long param_1,uint param_2)\n\n{\n uint uVar1;\n undefined4 uVar2;\n long lVar3;\n undefined8 uVar4;\n long lVar5;\n \n lVar5 = param_1 + 0xf8;\n lVar3 = *(long *)(param_1 + 0xf8);\n FUN_00167b70(lVar5);\n if (*(uint *)(param_1 + 0x108) <= param_2) {\n FUN_00167b70(lV... |
/* DWARF original prototype: uint do_section_type(Sized_relobj_dwo<64,_true> * this, uint shndx) */
type_1 __thiscall
gold::Sized_relobj_dwo<64,_true>::do_section_type(Sized_relobj_dwo<64,_true> *this,type_1 var_2)
{
Elf_file<64,_true,_gold::type_2> *this_00;
type_1 var_8;
type_2 *this_01;
type_3 start;
ty... | 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: (type_identifier) declarator: (identifier)))) body: (compound_st... | null |
uint MASKED(long param_1,uint param_2)
{
uint uVar1;
undefined4 uVar2;
long lVar3;
undefined8 uVar4;
long lVar5;
lVar5 = param_1 + 0xf8;
lVar3 = *(long *)(param_1 + 0xf8);
FUN_00167b70(lVar5);
if (*(uint *)(param_1 + 0x108) <= param_2) {
FUN_00167b70(lVar5);
uVar2 = *(undefined4 *)(param_... |
10334_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | has_facet<std::collate<char>> | FUN_0034fcd0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bool std::has_facet<std::collate<char> >(std::locale const&) */
bool std::has_facet<std::collate<char>>(locale *param_1)
{
ulong uVar1;
long lVar2;
bool bVar3;
uVar1 = locale::id::_M_id((id *)&collate<char>::id);
bVar3 = fal... |
bool FUN_0034fcd0(long *param_1)
{
ulong uVar1;
long lVar2;
bool bVar3;
uVar1 = FUN_002dd3a0(&DAT_0044bd78);
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,[0x44bd78]
CALL 0x002dd3a0
MOV RCX,qword ptr [RBX]
MOV RDX,RAX
XOR EAX,EAX
CMP qword ptr [RCX + 0x10],RDX
JBE 0x0034fd16
MOV RCX,qword ptr [RCX + 0x8]
MOV RDI,qword ptr [RCX + RDX*0x8]
TEST RDI,RDI
JZ 0x0034fd16
LEA RDX,[0x43cc28]
LEA RSI,[0x438640]
XOR ECX,ECX
CALL 0x0031b7b0
TEST RAX,RAX
... | null | null | null | null | [(u'COPY_-1205076589', u'COPY_-1205076571'), (u'COPY_-1205076605', u'RETURN_-1205076619'), (u'LOAD_-1205076708', u'CALL_-1205076652'), ('const-0', u'COPY_-1205076589'), ('const-0', u'PTRSUB_-1205076478'), ('const-4443176', u'PTRSUB_-1205076477'), ('const-433', u'LOAD_-1205076716'), (u'CAST_-1205076523', u'CALL_-1205076... | [(u'PTRSUB_-1205076482', u'CALL_-1205076652'), (u'INT_LESS_-1205076708', u'CBRANCH_-1205076717'), (u'LOAD_-1205076758', u'INT_ADD_-1205076700'), (u'INT_MULT_-1205076680', u'INT_ADD_-1205076692'), (u'INT_ADD_-1205076692', u'CAST_-1205076502'), ('const-4425280', u'PTRSUB_-1205076483'), (u'PTRSUB_-1205076483', u'CALL_-120... | null | null | 0034fcd0 | x64 | O0 | (translation_unit "bool FUN_0034fcd0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd78);\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::collate<char> >(std::locale const&) */\n\nbool std::has_facet<std::collate<char>>(locale *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = locale::id::_M_id((id *)&colla... | (translation_unit "bool FUN_0034fcd0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd78);\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_0034fcd0(long *param_1)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n \n uVar1 = FUN_002dd3a0(&DAT_0044bd78);\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::collate<char> >(std::locale const&) */
bool std::has_facet<std::collate<char>>(locale *param_1)
{
type_1 var_1;
long var_2;
bool bVar3;
var_1 = locale::id::_M_id((id *)&collate<var_4>::id);
bVar3 = f... | 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_0044bd78);
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... |
8_identify-im6_and_identify-im6_strip.c | DestroyImageInfo | DestroyImageInfo |
void DestroyImageInfo(void)
{
(*(code *)PTR_DestroyImageInfo_00104040)();
return;
}
|
void DestroyImageInfo(void)
{
(*(code *)PTR_DestroyImageInfo_00104040)();
return;
}
| JMP qword ptr [0x00104040] | null | null | null | null | [(u'INDIRECT_-1206972220', u'COPY_-1206972279'), ('tmp_22', u'CAST_-1206972215'), (u'CAST_-1206972215', u'CALLIND_-1206972280'), (u'CALLIND_-1206972280', u'INDIRECT_-1206972220'), ('const-0', u'RETURN_-1206972277')] | [(u'INDIRECT_-1206972220', u'COPY_-1206972279'), ('tmp_22', u'CAST_-1206972215'), (u'CAST_-1206972215', u'CALLIND_-1206972280'), (u'CALLIND_-1206972280', u'INDIRECT_-1206972220'), ('const-0', u'RETURN_-1206972277')] | null | null | 00101080 | x64 | O0 | (translation_unit "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}\n\n" (function_definition "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}" primitive_type (function_declarator "DestroyImageInfo(void)" identifier (parameter_li... | (translation_unit "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}\n\n" (function_definition "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}" primitive_type (function_declarator "DestroyImageInfo(void)" identifier (parameter_li... | (translation_unit "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}\n\n" (function_definition "void DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}" primitive_type (function_declarator "DestroyImageInfo(void)" identifier (parameter_li... | (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 DestroyImageInfo(void)\n\n{\n (*(code *)PTR_DestroyImageInfo_00104040)();\n return;\n}" (primitive_type "void") (function_declarator "DestroyImageInfo(void)" (identifier "DestroyImageInfo") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
void function_1(void)
{
(*(type_1 *)PTR_DestroyImageInfo_00104040)();
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_00104040)();
return;
}
|
117_m68k-linux-gnu-ld_and_m68k-linux-gnu-ld_strip.c | bfd_hide_sym_by_version | bfd_hide_sym_by_version |
void bfd_hide_sym_by_version(void)
{
(*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();
return;
}
|
void bfd_hide_sym_by_version(void)
{
(*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();
return;
}
| JMP qword ptr [0x0017a3a8] | null | null | null | null | [(u'CAST_-1206937703', u'CALLIND_-1206937768'), ('const-0', u'RETURN_-1206937765'), (u'INDIRECT_-1206937708', u'COPY_-1206937767'), (u'CALLIND_-1206937768', u'INDIRECT_-1206937708'), ('tmp_22', u'CAST_-1206937703')] | [(u'CAST_-1206937703', u'CALLIND_-1206937768'), ('const-0', u'RETURN_-1206937765'), (u'INDIRECT_-1206937708', u'COPY_-1206937767'), (u'CALLIND_-1206937768', u'INDIRECT_-1206937708'), ('tmp_22', u'CAST_-1206937703')] | null | null | 00109750 | x64 | O0 | (translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_vers... | (translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_vers... | (translation_unit "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}\n\n" (function_definition "void bfd_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}" primitive_type (function_declarator "bfd_hide_sym_by_vers... | (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_hide_sym_by_version(void)\n\n{\n (*(code *)PTR_bfd_hide_sym_by_version_0017a3a8)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_hide_sym_by_version(void)" (identifier "bfd_hide_sym_by_version") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_hide_sym_by_version_0017a3a8)();
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_0017a3a8)();
return;
}
|
109_riscv64-linux-gnu-addr2line_and_riscv64-linux-gnu-addr2line_strip.c | dupargv | FUN_00104230 |
char ** dupargv(char **argv)
{
long lVar1;
char **ppcVar2;
undefined8 uVar3;
char **ppcVar4;
long lVar5;
if (argv == (char **)0x0) {
ppcVar2 = (char **)0x0;
}
else {
if (*argv == (char *)0x0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = lVar5;
lVar... |
undefined8 * FUN_00104230(long *param_1)
{
long lVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
long lVar5;
if (param_1 == (long *)0x0) {
puVar2 = (undefined8 *)0x0;
}
else {
if (*param_1 == 0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = ... | PUSH R12
PUSH RBP
PUSH RBX
TEST RDI,RDI
JZ 0x001042c5
CMP qword ptr [RDI],0x0
MOV RBP,RDI
JZ 0x001042b0
MOV EAX,0x1
NOP dword ptr [RAX + RAX*0x1]
MOV ECX,EAX
ADD RAX,0x1
CMP qword ptr [RBP + RAX*0x8 + -0x8],0x0
JNZ 0x00104250
LEA EDI,[RCX + 0x1]
MOVSXD RDI,EDI
SHL RDI,0x3
CALL 0x00102230
MOV RDI,qword ptr [RBP]
MOV R12... | null | null | null | null | [(u'SUBPIECE_-1206959014', u'INT_ADD_-1206959441'), (u'CAST_-1206958925', u'LOAD_-1206959324'), (u'INT_ADD_-1206959282', u'CAST_-1206958913'), (u'INT_EQUAL_-1206959519', u'CBRANCH_-1206959512'), (u'COPY_-1206959056', u'INT_ADD_-1206959476'), ('const-433', u'LOAD_-1206959324'), (u'COPY_-1206959056', u'SUBPIECE_-12069590... | [(u'SUBPIECE_-1206959014', u'INT_ADD_-1206959441'), ('const-433', u'LOAD_-1206959399'), (u'CAST_-1206958925', u'LOAD_-1206959324'), (u'INT_ADD_-1206959282', u'CAST_-1206958913'), ('tmp_1226', u'LOAD_-1206959399'), (u'INT_EQUAL_-1206959519', u'CBRANCH_-1206959512'), (u'COPY_-1206959056', u'INT_ADD_-1206959476'), ('const... | null | null | 00104230 | x64 | O0 | (translation_unit "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVa... | (translation_unit "char ** dupargv(char **argv)\n\n{\n long lVar1;\n char **ppcVar2;\n undefined8 uVar3;\n char **ppcVar4;\n long lVar5;\n \n if (argv == (char **)0x0) {\n ppcVar2 = (char **)0x0;\n }\n else {\n if (*argv == (char *)0x0) {\n lVar5 = 8;\n }\n else {\n lVar5 = 1;\n do {... | (translation_unit "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n lVa... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (... | (function_definition "undefined8 * FUN_00104230(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n long lVar5;\n \n if (param_1 == (long *)0x0) {\n puVar2 = (undefined8 *)0x0;\n }\n else {\n if (*param_1 == 0) {\n lVar5 = 8;\n }\n else {\n ... |
char ** function_1(char **var_1)
{
long var_2;
char **ppcVar2;
type_1 uVar3;
char **ppcVar4;
long var_5;
if (var_1 == (char **)0x0) {
ppcVar2 = (char **)0x0;
}
else {
if (*var_1 == (char *)0x0) {
var_5 = 8;
}
else {
var_5 = 1;
do {
var_2 = var_5;
va... | 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: (pointer_declarator declarator: (identifier)))))) body: (compound_statement... | null |
undefined8 * MASKED(long *param_1)
{
long lVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
long lVar5;
if (param_1 == (long *)0x0) {
puVar2 = (undefined8 *)0x0;
}
else {
if (*param_1 == 0) {
lVar5 = 8;
}
else {
lVar5 = 1;
do {
lVar1 = lVar5;... |
3649_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | do_section_entsize | FUN_001f3190 |
/* DWARF original prototype: uint64_t do_section_entsize(Sized_relobj_incr<64,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_relobj_incr<64,_false>::do_section_entsize
(Sized_relobj_incr<64,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do... |
void FUN_001f3190(void)
{
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");
}
| SUB RSP,0x8
LEA RDX,[0x3e3370]
MOV ESI,0x912
LEA RDI,[0x3e24e4]
CALL 0x001e9890 | null | null | null | null | [(u'COPY_-1207946804', u'CALL_-1207946820'), ('const-2322', u'CALL_-1207946820'), ('const-4076400', u'COPY_-1207946804'), (u'COPY_-1207946805', u'CALL_-1207946820'), ('const-1', u'RETURN_-1207946815'), ('const-4072676', u'COPY_-1207946805')] | [(u'COPY_-1207946806', u'CALL_-1207946820'), ('const-4072676', u'COPY_-1207946807'), ('const-2322', u'CALL_-1207946820'), ('const-1', u'RETURN_-1207946815'), ('const-4076400', u'COPY_-1207946806'), (u'COPY_-1207946807', u'CALL_-1207946820')] | null | null | 001f3190 | x64 | O0 | (translation_unit "void FUN_001f3190(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");\n}\n\n" (function_definition "void FUN_001f3190(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e989... | (translation_unit "/* DWARF original prototype: uint64_t do_section_entsize(Sized_relobj_incr<64,_false> * this, uint\n param_1) */\n\nuint64_t __thiscall\ngold::Sized_relobj_incr<64,_false>::do_section_entsize\n (Sized_relobj_incr<64,_false> *this,uint param_1)\n\n{\n /* WARNING: Subrouti... | (translation_unit "void FUN_001f3190(void)\n\n{\n \n FUN_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");\n}\n\n" (function_definition "void FUN_001f3190(void)\n\n{\n \n FUN_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");\n}" primitive_type (fun... | (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_001f3190(void)\n\n{\n \n FUN_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");\n}" (primitive_type "void") (function_declarator "FUN_001f3190(void)" (identifier "FUN_001f3190") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_ty... |
/* DWARF original prototype: uint64_t do_section_entsize(Sized_relobj_incr<64,_false> * this, uint
param_1) */
uint64_t __thiscall
gold::Sized_relobj_incr<64,_false>::do_section_entsize
(Sized_relobj_incr<64,_false> *this,uint param_1)
{
/* WARNING: Subroutine does not return */
do... | 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_001e9890("../../gold/incremental.cc",0x912,"do_section_entsize");
}
|
620_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | script_exp_function_loadaddr.cold.61 | FUN_00158637 |
void script_exp_function_loadaddr_cold_61(void)
{
void *unaff_RBX;
operator_delete(unaff_RBX,0x28);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00158637(void)
{
thunk_FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
| MOV RDI,RBX
MOV ESI,0x28
CALL 0x00338a40
MOV RDI,RBP
CALL 0x003c66c0 | null | null | null | null | [('const-40', u'CALL_-1207269814'), ('tmp_64', u'CALL_-1207269814'), ('const-1', u'RETURN_-1207269797')] | [('const-1', u'RETURN_-1207269797')] | null | null | 00158637 | x64 | O0 | (translation_unit "void FUN_00158637(void)\n\n{\n thunk_FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00158637(void)\n\n{\n thunk_FUN_00338a50();\n /* WARNING: Subroutine does not return */\n FUN_003c66c0();... | (translation_unit "void script_exp_function_loadaddr_cold_61(void)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX,0x28);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void script_exp_function_loadaddr_cold_61(void)\n\n{\n void *unaff_RBX;\n... | (translation_unit "void FUN_00158637(void)\n\n{\n thunk_FUN_00338a50();\n \n FUN_003c66c0();\n}\n\n" (function_definition "void FUN_00158637(void)\n\n{\n thunk_FUN_00338a50();\n \n FUN_003c66c0();\n}" primitive_type (function_declarator "FUN_00158637(void)" identifier (paramete... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00158637(void)\n\n{\n thunk_FUN_00338a50();\n \n FUN_003c66c0();\n}" (primitive_type "void") (function_declarator "FUN_00158637(void)" (identifier "FUN_00158637") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou... |
void function_1(void)
{
void *unaff_RBX;
var_1(unaff_RBX,0x28);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expre... | null |
void MASKED(void)
{
thunk_FUN_00338a50();
/* WARNING: Subroutine does not return */
FUN_003c66c0();
}
|
7519_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | usage | FUN_003b9710 |
void anon_unknown.dwarf_226e1c0::usage(void)
{
char *pcVar1;
char *__format;
pcVar1 = gold::program_name;
__format = (char *)gettext("%s: use the --help option for usage information\n");
fprintf(stderr,__format,pcVar1);
/* WARNING: Subroutine does not return */
exit(1);
}
|
void FUN_003b9710(void)
{
undefined8 uVar1;
char *__format;
uVar1 = DAT_0067e138;
__format = (char *)gettext("%s: use the --help option for usage information\n");
fprintf(stderr,__format,uVar1);
/* WARNING: Subroutine does not return */
exit(1);
}
| PUSH RBX
LEA RDI,[0x575c70]
MOV RBX,qword ptr [0x0067e138]
CALL 0x00177320
MOV RDI,qword ptr [0x0067cca0]
MOV RDX,RBX
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00177a00
MOV EDI,0x1
CALL 0x00177230 | null | null | null | null | [(u'CALL_-1205561555', u'INDIRECT_-1205561423'), (u'INDIRECT_-1205561391', u'COPY_-1205561450'), (u'CALL_-1205561555', u'INDIRECT_-1205561419'), ('const-1', u'CALL_-1205561505'), ('tmp_301', u'COPY_-1205561483'), (u'CALL_-1205561505', u'INDIRECT_-1205561387'), (u'COPY_-1205561469', u'CALL_-1205561555'), (u'CAST_-120556... | [(u'CALL_-1205561555', u'INDIRECT_-1205561423'), (u'INDIRECT_-1205561391', u'COPY_-1205561450'), (u'CALL_-1205561555', u'INDIRECT_-1205561419'), ('const-1', u'CALL_-1205561505'), ('tmp_301', u'COPY_-1205561483'), (u'CALL_-1205561505', u'INDIRECT_-1205561387'), (u'COPY_-1205561469', u'CALL_-1205561555'), (u'CAST_-120556... | null | null | 003b9710 | x64 | O0 | (translation_unit "void FUN_003b9710(void)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = DAT_0067e138;\n __format = (char *)gettext("%s: use the --help option for usage information\n");\n fprintf(stderr,__format,uVar1);\n /* WARNING: Subroutine does not return */\n exit(1);\n}\n\n" (... | (translation_unit "void anon_unknown.dwarf_226e1c0::usage(void)\n\n{\n char *pcVar1;\n char *__format;\n \n pcVar1 = gold::program_name;\n __format = (char *)gettext("%s: use the --help option for usage information\n");\n fprintf(stderr,__format,pcVar1);\n /* WARNING: Subroutine does not return... | (translation_unit "void FUN_003b9710(void)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = DAT_0067e138;\n __format = (char *)gettext("%s: use the --help option for usage information\n");\n fprintf(stderr,__format,uVar1);\n \n exit(1);\n}\n\n" (function_definition "void FUN_003b9710(vo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_ex... | (function_definition "void FUN_003b9710(void)\n\n{\n undefined8 uVar1;\n char *__format;\n \n uVar1 = DAT_0067e138;\n __format = (char *)gettext("%s: use the --help option for usage information\n");\n fprintf(stderr,__format,uVar1);\n \n exit(1);\n}" (primitive_type "void") (function_declarato... |
void anon_unknown.dwarf_226e1c0::function_1(void)
{
char *pcVar1;
char *__format;
pcVar1 = gold::program_name;
__format = (char *)var_1("%s: use the --help option for usage information\n");
var_2(stderr,__format,pcVar1);
/* WARNING: Subroutine does not return */
var_3(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 (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type... | null |
void MASKED(void)
{
undefined8 uVar1;
char *__format;
uVar1 = DAT_0067e138;
__format = (char *)gettext("%s: use the --help option for usage information\n");
fprintf(stderr,__format,uVar1);
/* WARNING: Subroutine does not return */
exit(1);
}
|
5192_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | SetPixelRed | FUN_0048af5e |
/* 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 */
void SetPixelRed(Image *image... |
void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)
{
*(undefined4 *)(param_3 + *(long *)(*(long *)(param_2 + 0x360) + 8) * 4) = param_1;
return;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOVSS dword ptr [RBP + -0xc],XMM0
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x360]
MOV RAX,qword ptr [RAX + 0x8]
LEA RDX,[RAX*0x4]
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,RDX
MOVSS XMM0,dword ptr [RBP + -0xc]
MOVSS dword p... | null | null | null | null | [('tmp_136', u'PTRSUB_-1202212886'), ('const-433', u'STORE_-1202212928'), (u'LOAD_-1202212976', u'PTRADD_-1202212862'), ('const-864', u'PTRSUB_-1202212886'), ('tmp_137', u'STORE_-1202212928'), (u'PTRSUB_-1202212878', u'LOAD_-1202212976'), ('const-433', u'LOAD_-1202212986'), ('const-8', u'PTRSUB_-1202212878'), ('tmp_138... | [('const-8', u'INT_ADD_-1202212960'), ('const-433', u'LOAD_-1202212986'), (u'INT_MULT_-1202212940', u'INT_ADD_-1202212934'), (u'INT_ADD_-1202212960', u'CAST_-1202212880'), ('const-433', u'STORE_-1202212928'), (u'LOAD_-1202212976', u'INT_MULT_-1202212940'), ('const-4', u'INT_MULT_-1202212940'), ('const-864', u'INT_ADD_-... | null | null | 0048af5e | x64 | O0 | (translation_unit "void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)\n\n{\n *(undefined4 *)(param_3 + *(long *)(*(long *)(param_2 + 0x360) + 8) * 4) = param_1;\n return;\n}\n\n" (function_definition "void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)\n\n{\n *(undefined4 *)(param_3 + *(long... | (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\nvoid S... | (translation_unit "void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)\n\n{\n *(undefined4 *)(param_3 + *(long *)(*(long *)(param_2 + 0x360) + 8) * 4) = param_1;\n return;\n}\n\n" (function_definition "void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)\n\n{\n *(undefined4 *)(param_3 + *(long... | (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) ))) (compound_statement { (expression_statement (assignment_expression (poin... | (function_definition "void FUN_0048af5e(undefined4 param_1,long param_2,long param_3)\n\n{\n *(undefined4 *)(param_3 + *(long *)(*(long *)(param_2 + 0x360) + 8) * 4) = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0048af5e(undefined4 param_1,long param_2,long param_3)" (identifier "FUN_0048... |
/* 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 */
void function_1(type_1 *image... | 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: (sized_type_specifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(undefined4 param_1,long param_2,long param_3)
{
*(undefined4 *)(param_3 + *(long *)(*(long *)(param_2 + 0x360) + 8) * 4) = param_1;
return;
}
|
1949_bash_and_bash_strip.c | list_shopt_o_options | FUN_001c046d |
int list_shopt_o_options(WORD_LIST *list,int flags)
{
int iVar1;
undefined *puVar2;
undefined8 uVar3;
int flags_local;
WORD_LIST *list_local;
int rval;
int val;
WORD_LIST *l;
if (list == (WORD_LIST *)0x0) {
if ((flags & 4U) == 0) {
list_minus_o_opts(-1,flags & 0x10);
}
iVar1 = s... |
void FUN_001c046d(undefined8 *param_1,uint param_2)
{
int iVar1;
undefined *puVar2;
undefined8 uVar3;
undefined4 local_18;
undefined8 *local_10;
if (param_1 == (undefined8 *)0x0) {
if ((param_2 & 4) == 0) {
list_minus_o_opts(0xffffffff,param_2 & 0x10);
}
sh_chkwrite(0);
}
else {
... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
CMP qword ptr [RBP + -0x18],0x0
JNZ 0x001c04ae
MOV EAX,dword ptr [RBP + -0x1c]
AND EAX,0x4
TEST EAX,EAX
JNZ 0x001c049f
MOV EAX,dword ptr [RBP + -0x1c]
AND EAX,0x10
MOV ESI,EAX
MOV EDI,0xffffffff
CALL 0x001b9bc8
MOV EDI,0x0... | null | null | null | null | [(u'INT_EQUAL_-1207761289', u'CBRANCH_-1207761286'), ('const-8', u'PTRSUB_-1207760729'), ('tmp_810', u'INT_AND_-1207761720'), (u'PTRSUB_-1207760872', u'LOAD_-1207761537'), ('const-8', u'PTRSUB_-1207760902'), (u'INT_AND_-1207761685', u'CALL_-1207761682'), ('tmp_680', u'CBRANCH_-1207761353'), (u'COPY_-1207761336', u'MULT... | [('const-0', u'PTRSUB_-1207761222'), (u'INT_EQUAL_-1207761289', u'CBRANCH_-1207761286'), (u'INT_AND_-1207761685', u'CALL_-1207761682'), ('const-1', u'COPY_-1207761469'), ('tmp_680', u'CBRANCH_-1207761353'), (u'MULTIEQUAL_-1207760738', u'PTRADD_-1207760826'), (u'LOAD_-1207761383', u'CAST_-1207760822'), ('const-16', u'IN... | null | null | 001c046d | x64 | O0 | (translation_unit "void FUN_001c046d(undefined8 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined *puVar2;\n undefined8 uVar3;\n undefined4 local_18;\n undefined8 *local_10;\n \n if (param_1 == (undefined8 *)0x0) {\n if ((param_2 & 4) == 0) {\n list_minus_o_opts(0xffffffff,param_2 & 0x10);\n }\n ... | (translation_unit "int list_shopt_o_options(WORD_LIST *list,int flags)\n\n{\n int iVar1;\n undefined *puVar2;\n undefined8 uVar3;\n int flags_local;\n WORD_LIST *list_local;\n int rval;\n int val;\n WORD_LIST *l;\n \n if (list == (WORD_LIST *)0x0) {\n if ((flags & 4U) == 0) {\n list_minus_o_opts(-1,fl... | (translation_unit "void FUN_001c046d(undefined8 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined *puVar2;\n undefined8 uVar3;\n undefined4 local_18;\n undefined8 *local_10;\n \n if (param_1 == (undefined8 *)0x0) {\n if ((param_2 & 4) == 0) {\n list_minus_o_opts(0xffffffff,param_2 & 0x10);\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_001c046d(undefined8 *param_1,uint param_2)\n\n{\n int iVar1;\n undefined *puVar2;\n undefined8 uVar3;\n undefined4 local_18;\n undefined8 *local_10;\n \n if (param_1 == (undefined8 *)0x0) {\n if ((param_2 & 4) == 0) {\n list_minus_o_opts(0xffffffff,param_2 & 0x10);\n }\n... |
int function_1(type_1 *var_1,int var_2)
{
int var_7;
type_2 *puVar2;
type_3 uVar3;
int flags_local;
type_1 *list_local;
int rval;
int val;
type_1 *var_5;
if (var_1 == (type_1 *)0x0) {
if ((var_2 & 4U) == 0) {
var_3(-1,var_2 & 0x10);
}
var_7 = var_4(0);
}
else {
rval = 0;... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined8 *param_1,uint param_2)
{
int iVar1;
undefined *puVar2;
undefined8 uVar3;
undefined4 local_18;
undefined8 *local_10;
if (param_1 == (undefined8 *)0x0) {
if ((param_2 & 4) == 0) {
list_minus_o_opts(0xffffffff,param_2 & 0x10);
}
sh_chkwrite(0);
}
else {
loc... |
161_sh4-linux-gnu-ar_and_sh4-linux-gnu-ar_strip.c | ar_list | FUN_00106d20 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ar_list(void)
{
char *pcVar1;
bfd *abfd;
char *pcVar2;
pcVar1 = program_name;
if (obfd == (bfd *)0x0) {
pcVar2 = (char *)dcgettext(0,"%s: no open output archive\n",5);
fprintf(stderr,pcVar2,pcVar1);
if (interac... |
void FUN_00106d20(void)
{
undefined8 uVar1;
long lVar2;
char *pcVar3;
uVar1 = DAT_00110690;
if (DAT_00110530 == (undefined8 *)0x0) {
pcVar3 = (char *)dcgettext(0,"%s: no open output archive\n",5);
fprintf(stderr,pcVar3,uVar1);
if (DAT_001104ac == 0) {
/* WARNING: Subroutin... | MOV RAX,qword ptr [0x00110530]
PUSH RBX
TEST RAX,RAX
JZ 0x00106da8
MOV RDX,qword ptr [0x00110400]
MOV RBX,qword ptr [RAX]
LEA RSI,[0x10c0f1]
XOR EDI,EDI
MOV dword ptr [0x001104d0],0x1
MOV qword ptr [0x00110520],RDX
MOV EDX,0x5
CALL 0x001021b0
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x001021f0
MOV RAX,qword ptr [0x0011... | null | null | null | null | [(u'CALL_-1206948221', u'INDIRECT_-1206947891'), (u'INT_EQUAL_-1206948549', u'CBRANCH_-1206948547'), ('const-5', u'CALL_-1206948482'), (u'CALL_-1206948294', u'CAST_-1206947877'), ('const-9', u'CALL_-1206948221'), ('const-0', u'PTRSUB_-1206948025'), (u'INDIRECT_-1206947941', u'COPY_-1206947996'), ('tmp_157', u'CBRANCH_-... | [(u'INT_EQUAL_-1206948549', u'CBRANCH_-1206948547'), (u'INDIRECT_-1206947925', u'COPY_-1206947980'), (u'LOAD_-1206948372', u'MULTIEQUAL_-1206947964'), (u'CALL_-1206948221', u'INDIRECT_-1206947925'), (u'MULTIEQUAL_-1206947962', u'MULTIEQUAL_-1206948006'), (u'INDIRECT_-1206947956', u'MULTIEQUAL_-1206947996'), ('const-433... | null | null | 00106d20 | x64 | O0 | (translation_unit "void FUN_00106d20(void)\n\n{\n undefined8 uVar1;\n long lVar2;\n char *pcVar3;\n \n uVar1 = DAT_00110690;\n if (DAT_00110530 == (undefined8 *)0x0) {\n pcVar3 = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(stderr,pcVar3,uVar1);\n if (DAT_001104ac == 0) {\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid ar_list(void)\n\n{\n char *pcVar1;\n bfd *abfd;\n char *pcVar2;\n \n pcVar1 = program_name;\n if (obfd == (bfd *)0x0) {\n pcVar2 = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(stderr,p... | (translation_unit "void FUN_00106d20(void)\n\n{\n undefined8 uVar1;\n long lVar2;\n char *pcVar3;\n \n uVar1 = DAT_00110690;\n if (DAT_00110530 == (undefined8 *)0x0) {\n pcVar3 = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(stderr,pcVar3,uVar1);\n if (DAT_001104ac == 0) {\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDEN... | (function_definition "void FUN_00106d20(void)\n\n{\n undefined8 uVar1;\n long lVar2;\n char *pcVar3;\n \n uVar1 = DAT_00110690;\n if (DAT_00110530 == (undefined8 *)0x0) {\n pcVar3 = (char *)dcgettext(0,"%s: no open output archive\n",5);\n fprintf(stderr,pcVar3,uVar1);\n if (DAT_001104ac == 0) {\n ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
char *pcVar1;
type_1 *var_7;
char *pcVar2;
pcVar1 = program_name;
if (var_1 == (type_1 *)0x0) {
pcVar2 = (char *)var_2(0,"%s: no open output archive\n",5);
var_3(stderr,pcVar2,pcVar1);
if (va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_spe... | null |
void MASKED(void)
{
undefined8 uVar1;
long lVar2;
char *pcVar3;
uVar1 = DAT_00110690;
if (DAT_00110530 == (undefined8 *)0x0) {
pcVar3 = (char *)dcgettext(0,"%s: no open output archive\n",5);
fprintf(stderr,pcVar3,uVar1);
if (DAT_001104ac == 0) {
/* WARNING: Subroutine does... |
4314_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | add_target_specific | FUN_00206330 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address
address) */
void __thiscall
gold::Output_data_reloc<9,_false,... |
void FUN_00206330(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack... | PUSH RBP
MOV RCX,R8
MOV R8D,R9D
PUSH RBX
MOV RBX,RDI
SUB RSP,0x28
MOV RBP,RSP
MOV R9D,dword ptr [RSP + 0x40]
MOV RDI,RBP
CALL 0x001f7db0
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x002063e0
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x20
MOVUPS xmmword ptr [RSI + -0x20],XMM0
MOVDQA XMM1,xmmword ptr [R... | null | null | null | null | [(u'MULTIEQUAL_-1203804768', u'PTRSUB_-1203804613'), (u'LOAD_-1203805330', u'INT_EQUAL_-1203805308'), ('const-56', u'PTRSUB_-1203804587'), (u'PTRADD_-1203804747', u'STORE_-1203805255'), ('const-433', u'STORE_-1203805057'), ('const-0', u'INT_NOTEQUAL_-1203805144'), ('const-0', u'PTRSUB_-1203804741'), (u'INDIRECT_-120380... | [('const--56', u'PTRSUB_-1203804771'), ('const-3456704', u'COPY_-1203804636'), (u'LOAD_-1203805330', u'INT_EQUAL_-1203805308'), (u'INT_ADD_-1203805043', u'CAST_-1203804633'), ('const-433', u'STORE_-1203804833'), ('tmp_461', u'CBRANCH_-1203805097'), (u'LOAD_-1203805330', u'PTRADD_-1203804715'), ('const-433', u'STORE_-12... | null | null | 00206330 | x64 | O0 | (translation_unit "void FUN_00206330(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\n ... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_false> * this,\n uint type, void * arg, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address\n address) */\n\nvoid __thiscall\ngold::Out... | (translation_unit "void FUN_00206330(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\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 TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "void FUN_00206330(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_38;\n long lStack_30;\n undefined8 local_28;\... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<9,_false,_32,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<32,_false> * relobj, uint shndx, Address
address) */
void __thiscall
gold::Output_data_reloc<9,_false,... | 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,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
... |
180_md5sum_and_md5sum_strip.c | _ITM_deregisterTMCloneTable | _ITM_deregisterTMCloneTable |
/* WARNING: Control flow encountered bad instruction data */
void _ITM_deregisterTMCloneTable(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void _ITM_deregisterTMCloneTable(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206915030')] | [('const-1', u'RETURN_-1206915030')] | null | null | 0010f020 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_deregisterTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n ... | (translation_unit "void _ITM_deregisterTMCloneTable(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "_ITM_deregisterTMCloneTable(void)" identifier (parameter_lis... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void _ITM_deregisterTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "_ITM_deregisterTMCloneTable(void)" (identifier "_ITM_deregisterTMCloneTable") (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();
}
|
119_powerpc64le-linux-gnu-gprof_and_powerpc64le-linux-gnu-gprof_strip.c | core_create_function_syms | FUN_00108a50 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void core_create_function_syms(void)
{
bfd_flavour bVar1;
char *pcVar2;
bfd_section *pbVar3;
asymbol *paVar4;
function_map *pfVar5;
char *pcVar6;
int iVar7;
bfd_boolean bVar8;
int iVar9;
Sym *pSVar10;
Source_File *pSVa... |
void FUN_00108a50(void)
{
long lVar1;
uint uVar2;
long lVar3;
long lVar4;
undefined *puVar5;
undefined8 uVar6;
int iVar7;
int iVar8;
long *plVar9;
char *pcVar10;
byte bVar11;
undefined8 *puVar12;
ulong uVar13;
long lVar14;
long lVar15;
ulong uVar16;
ulong uVar17;
bool bVar18;
und... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x48
MOV RAX,qword ptr [0x00119ad8]
MOV dword ptr [RSP + 0x1c],0x0
MOV RAX,qword ptr [RAX + 0x8]
MOV ECX,dword ptr [RAX + 0x8]
CMP ECX,0xa
JA 0x00108a90
MOV EAX,0x1
SHL RAX,CL
TEST EAX,0x43c
SETNZ AL
MOVZX EAX,AL
MOV dword ptr [RSP + 0x1c],EAX
MOV ECX,dword ... | null | null | null | null | [(u'CALL_-1206940762', u'INDIRECT_-1206937768'), ('const-24', u'PTRADD_-1206936311'), ('const-433', u'LOAD_-1206940627'), (u'INDIRECT_-1206937736', u'MULTIEQUAL_-1206937718'), (u'STORE_-1206939121', u'INDIRECT_-1206937069'), (u'INDIRECT_-1206937830', u'MULTIEQUAL_-1206937812'), (u'COPY_-1206936230', u'MULTIEQUAL_-12069... | [(u'MULTIEQUAL_-1206937209', u'CAST_-1206936597'), ('const-433', u'LOAD_-1206939185'), (u'INT_ADD_-1206939113', u'CAST_-1206936217'), (u'INDIRECT_-1206937119', u'MULTIEQUAL_-1206937181'), (u'CALL_-1206939899', u'INDIRECT_-1206937483'), (u'MULTIEQUAL_-1206937795', u'MULTIEQUAL_-1206937788'), (u'LOAD_-1206940627', u'CAST... | null | null | 00108a50 | x64 | O0 | (translation_unit "void FUN_00108a50(void)\n\n{\n long lVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n undefined *puVar5;\n undefined8 uVar6;\n int iVar7;\n int iVar8;\n long *plVar9;\n char *pcVar10;\n byte bVar11;\n undefined8 *puVar12;\n ulong uVar13;\n long lVar14;\n long lVar15;\n ulong uVar16;\... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid core_create_function_syms(void)\n\n{\n bfd_flavour bVar1;\n char *pcVar2;\n bfd_section *pbVar3;\n asymbol *paVar4;\n function_map *pfVar5;\n char *pcVar6;\n int iVar7;\n bfd_boolean bVar8;\n int iVar9;\n S... | (translation_unit "void FUN_00108a50(void)\n\n{\n long lVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n undefined *puVar5;\n undefined8 uVar6;\n int iVar7;\n int iVar8;\n long *plVar9;\n char *pcVar10;\n byte bVar11;\n undefined8 *puVar12;\n ulong uVar13;\n long lVar14;\n long lVar15;\n ulong uVar16;\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;)... | (function_definition "void FUN_00108a50(void)\n\n{\n long lVar1;\n uint uVar2;\n long lVar3;\n long lVar4;\n undefined *puVar5;\n undefined8 uVar6;\n int iVar7;\n int iVar8;\n long *plVar9;\n char *pcVar10;\n byte bVar11;\n undefined8 *puVar12;\n ulong uVar13;\n long lVar14;\n long lVar15;\n ulong uVar1... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 var_1;
char *pcVar2;
type_2 *var_16;
type_3 *paVar4;
type_4 *var_10;
char *pcVar6;
int var_5;
type_5 var_20;
int var_18;
type_6 *var_24;
type_7 *pSVar11;
char *__format;
type_8 var_22... | 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: (type_iden... | null |
void MASKED(void)
{
long lVar1;
uint uVar2;
long lVar3;
long lVar4;
undefined *puVar5;
undefined8 uVar6;
int iVar7;
int iVar8;
long *plVar9;
char *pcVar10;
byte bVar11;
undefined8 *puVar12;
ulong uVar13;
long lVar14;
long lVar15;
ulong uVar16;
ulong uVar17;
bool bVar18;
undefined... |
1049_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_output_local_symbol_count | FUN_001554a0 |
/* DWARF original prototype: uint do_output_local_symbol_count(Sized_relobj_dwo<64,_true> * this) */
uint __thiscall
gold::Sized_relobj_dwo<64,_true>::do_output_local_symbol_count(Sized_relobj_dwo<64,_true> *this)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dwp.c... |
void FUN_001554a0(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dwp.cc",0x185,"do_output_local_symbol_count");
}
| SUB RSP,0x8
LEA RDX,[0x36c930]
MOV ESI,0x185
LEA RDI,[0x36b004]
CALL 0x0017c650 | null | null | null | null | [('const-3590448', u'COPY_-1207282469'), ('const-1', u'RETURN_-1207282479'), ('const-3584004', u'COPY_-1207282470'), (u'COPY_-1207282470', u'CALL_-1207282484'), (u'COPY_-1207282469', u'CALL_-1207282484'), ('const-389', u'CALL_-1207282484')] | [(u'COPY_-1207282471', u'CALL_-1207282484'), ('const-389', u'CALL_-1207282484'), ('const-3590448', u'COPY_-1207282470'), ('const-3584004', u'COPY_-1207282471'), ('const-1', u'RETURN_-1207282479'), (u'COPY_-1207282470', u'CALL_-1207282484')] | null | null | 001554a0 | x64 | O0 | (translation_unit "void FUN_001554a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dwp.cc",0x185,"do_output_local_symbol_count");\n}\n\n" (function_definition "void FUN_001554a0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c... | (translation_unit "/* DWARF original prototype: uint do_output_local_symbol_count(Sized_relobj_dwo<64,_true> * this) */\n\nuint __thiscall\ngold::Sized_relobj_dwo<64,_true>::do_output_local_symbol_count(Sized_relobj_dwo<64,_true> *this)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unre... | (translation_unit "void FUN_001554a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x185,"do_output_local_symbol_count");\n}\n\n" (function_definition "void FUN_001554a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x185,"do_output_local_symbol_count");\n}" primitive_type ... | (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_001554a0(void)\n\n{\n \n FUN_0017c650("../../gold/dwp.cc",0x185,"do_output_local_symbol_count");\n}" (primitive_type "void") (function_declarator "FUN_001554a0(void)" (identifier "FUN_001554a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_... |
/* DWARF original prototype: uint do_output_local_symbol_count(Sized_relobj_dwo<64,_true> * this) */
uint __thiscall
gold::Sized_relobj_dwo<64,_true>::do_output_local_symbol_count(Sized_relobj_dwo<64,_true> *this)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dwp.c... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (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",0x185,"do_output_local_symbol_count");
}
|
9366_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | set_output_value | FUN_00413500 |
/* DWARF original prototype: void set_output_value(Symbol_value<64> * this, Value value) */
void __thiscall gold::Symbol_value<64>::set_output_value(Symbol_value<64> *this,Value value)
{
(this->u_).value = value;
return;
}
|
void FUN_00413500(long param_1,undefined8 param_2)
{
*(undefined8 *)(param_1 + 0x10) = param_2;
return;
}
| MOV qword ptr [RDI + 0x10],RSI
RET | null | null | null | null | [(u'PTRSUB_-1201785527', u'PTRSUB_-1201785526'), (u'PTRSUB_-1201785526', u'STORE_-1201785595'), ('const-433', u'STORE_-1201785595'), ('tmp_18', u'PTRSUB_-1201785527'), ('const-16', u'PTRSUB_-1201785527'), ('const-0', u'RETURN_-1201785581'), ('tmp_19', u'STORE_-1201785595'), ('const-0', u'PTRSUB_-1201785526')] | [('tmp_18', u'INT_ADD_-1201785581'), (u'INT_ADD_-1201785581', u'CAST_-1201785529'), ('const-0', u'RETURN_-1201785581'), ('const-16', u'INT_ADD_-1201785581'), ('tmp_19', u'STORE_-1201785595'), (u'CAST_-1201785529', u'STORE_-1201785595'), ('const-433', u'STORE_-1201785595')] | null | null | 00413500 | x64 | O0 | (translation_unit "void FUN_00413500(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x10) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00413500(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x10) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_... | (translation_unit "/* DWARF original prototype: void set_output_value(Symbol_value<64> * this, Value value) */\n\nvoid __thiscall gold::Symbol_value<64>::set_output_value(Symbol_value<64> *this,Value value)\n\n{\n (this->u_).value = value;\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Symbol_v... | (translation_unit "void FUN_00413500(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x10) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00413500(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x10) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (a... | (function_definition "void FUN_00413500(long param_1,undefined8 param_2)\n\n{\n *(undefined8 *)(param_1 + 0x10) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00413500(long param_1,undefined8 param_2)" (identifier "FUN_00413500") (parameter_list "(long param_1,undefined8 param_2)" (( "(") ... |
/* DWARF original prototype: void set_output_value(Symbol_value<64> * this, Value value) */
void __thiscall gold::type_1<64>::function_1(type_1<64> *this,type_2 value)
{
(this->u_).value = value;
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: (identifier)))) body: (compound_sta... | null |
void MASKED(long param_1,undefined8 param_2)
{
*(undefined8 *)(param_1 + 0x10) = param_2;
return;
}
|
40_sg_ses_microcode_and_sg_ses_microcode_strip.c | __do_global_dtors_aux | _FINI_0 |
void __do_global_dtors_aux(void)
{
if (completed_7325 == '\0') {
if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {
__cxa_finalize(__dso_handle);
}
deregister_tm_clones();
completed_7325 = 1;
return;
}
return;
}
|
void _FINI_0(void)
{
if (DAT_00109480 == '\0') {
if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {
__cxa_finalize(PTR_LOOP_00109008);
}
FUN_00102280();
DAT_00109480 = 1;
return;
}
return;
}
| CMP byte ptr [0x00109480],0x0
JNZ 0x00102328
PUSH RBP
CMP qword ptr [0x00108ff8],0x0
MOV RBP,RSP
JZ 0x00102313
MOV RDI,qword ptr [0x00109008]
CALL 0x00102240
CALL 0x00102280
MOV byte ptr [0x00109480],0x1
POP RBP
RET
RET | null | null | null | null | [(u'INDIRECT_-1206967392', u'MULTIEQUAL_-1206967384'), (u'CALL_-1206967501', u'INDIRECT_-1206967382'), ('const-0', u'INT_EQUAL_-1206967552'), ('tmp_70', u'CBRANCH_-1206967516'), (u'INT_NOTEQUAL_-1206967526', u'CBRANCH_-1206967516'), ('const-0', u'RETURN_-1206967469'), ('tmp_313', u'MULTIEQUAL_-1206967384'), ('const-0',... | [(u'INDIRECT_-1206967392', u'MULTIEQUAL_-1206967384'), (u'CALL_-1206967501', u'INDIRECT_-1206967382'), ('const-0', u'INT_EQUAL_-1206967552'), ('tmp_70', u'CBRANCH_-1206967516'), (u'INT_NOTEQUAL_-1206967526', u'CBRANCH_-1206967516'), ('const-0', u'RETURN_-1206967469'), ('tmp_313', u'MULTIEQUAL_-1206967384'), ('const-0',... | null | null | 001022f0 | x64 | O0 | (translation_unit "void _FINI_0(void)\n\n{\n if (DAT_00109480 == '\0') {\n if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00109008);\n }\n FUN_00102280();\n DAT_00109480 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT... | (translation_unit "void __do_global_dtors_aux(void)\n\n{\n if (completed_7325 == '\0') {\n if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {\n __cxa_finalize(__dso_handle);\n }\n deregister_tm_clones();\n completed_7325 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void __do_glo... | (translation_unit "void _FINI_0(void)\n\n{\n if (DAT_00109480 == '\0') {\n if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00109008);\n }\n FUN_00102280();\n DAT_00109480 = 1;\n return;\n }\n return;\n}\n\n" (function_definition "void _FINI_0(void)\n\n{\n if (DAT... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression... | (function_definition "void _FINI_0(void)\n\n{\n if (DAT_00109480 == '\0') {\n if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00109008);\n }\n FUN_00102280();\n DAT_00109480 = 1;\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "_FINI_0(voi... |
void function_1(void)
{
if (var_1 == '\0') {
if (var_2 != (type_1 *)0x0) {
var_3(__dso_handle);
}
var_4();
var_1 = 1;
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... | null |
void MASKED(void)
{
if (DAT_00109480 == '\0') {
if (PTR___cxa_finalize_00108ff8 != (undefined *)0x0) {
__cxa_finalize(PTR_LOOP_00109008);
}
FUN_00102280();
DAT_00109480 = 1;
return;
}
return;
}
|
239_powerpc-linux-gnu-ld_and_powerpc-linux-gnu-ld_strip.c | yyerror | FUN_0010dcc0 |
void yyerror(char *arg)
{
char *pcVar1;
char *fmt;
if (ldfile_assumed_script != 0) {
pcVar1 = ldlex_filename();
fmt = (char *)dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);
einfo(fmt,pcVar1);
}
if (error_index - 1U < 0x13) {
einfo("%F%P:%pS: %s in %s\n",0... |
void FUN_0010dcc0(undefined8 param_1)
{
undefined8 uVar1;
undefined8 uVar2;
if (DAT_002a5ba8 != 0) {
uVar1 = FUN_00112960();
uVar2 = dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);
FUN_001283c0(uVar2,uVar1);
}
if (DAT_002a5580 - 1U < 0x13) {
FUN_001283c0("... | PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV EAX,dword ptr [0x002a5ba8]
TEST EAX,EAX
JNZ 0x0010dd30
MOV EAX,dword ptr [0x002a5580]
SUB EAX,0x1
CMP EAX,0x12
JA 0x0010dd10
CDQE
LEA RDX,[0x2a55a0]
XOR ESI,ESI
MOV RCX,qword ptr [RDX + RAX*0x8]
ADD RSP,0x8
MOV RDX,RBX
XOR EAX,EAX
POP RBX
LEA RDI,[0x152026]
POP RBP
JMP 0x00... | null | null | null | null | [(u'CALL_-1206919671', u'INDIRECT_-1206919406'), ('const-1', u'INT_SUB_-1206919922'), ('tmp_454', u'BRANCH_-1206919668'), (u'INT_SUB_-1206919922', u'CAST_-1206919486'), ('const-0', u'CALL_-1206919753'), ('tmp_1137', u'MULTIEQUAL_-1206919538'), (u'INDIRECT_-1206919493', u'COPY_-1206919552'), ('const-0', u'RETURN_-120691... | [('const-1384486', u'COPY_-1206919521'), (u'COPY_-1206919486', u'CALL_-1206919753'), ('tmp_454', u'BRANCH_-1206919668'), (u'INT_MULT_-1206919858', u'PTRADD_-1206919824'), (u'INDIRECT_-1206919492', u'COPY_-1206919551'), (u'INDIRECT_-1206919413', u'MULTIEQUAL_-1206919537'), ('tmp_1147', u'MULTIEQUAL_-1206919537'), (u'CAL... | null | null | 0010dcc0 | x64 | O0 | (translation_unit "void FUN_0010dcc0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if (DAT_002a5ba8 != 0) {\n uVar1 = FUN_00112960();\n uVar2 = dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);\n FUN_001283c0(uVar2,uVar1);\n }\n if (DAT_002a5580 - 1U... | (translation_unit "void yyerror(char *arg)\n\n{\n char *pcVar1;\n char *fmt;\n \n if (ldfile_assumed_script != 0) {\n pcVar1 = ldlex_filename();\n fmt = (char *)dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);\n einfo(fmt,pcVar1);\n }\n if (error_index - 1U < 0x13) {\n ... | (translation_unit "void FUN_0010dcc0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if (DAT_002a5ba8 != 0) {\n uVar1 = FUN_00112960();\n uVar2 = dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);\n FUN_001283c0(uVar2,uVar1);\n }\n if (DAT_002a5580 - 1U... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_s... | (function_definition "void FUN_0010dcc0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n \n if (DAT_002a5ba8 != 0) {\n uVar1 = FUN_00112960();\n uVar2 = dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);\n FUN_001283c0(uVar2,uVar1);\n }\n if (DAT_002a5580 -... |
void function_1(char *arg)
{
char *pcVar1;
char *fmt;
if (var_1 != 0) {
pcVar1 = var_2();
fmt = (char *)var_3(0,"%P:%s: file format not recognized; treating as linker script\n",5);
var_4(fmt,pcVar1);
}
if (var_5 - 1U < 0x13) {
var_4("%F%P:%pS: %s in %s\n",0,arg,error_names[(int)(var_5 - 1... | 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 uVar1;
undefined8 uVar2;
if (DAT_002a5ba8 != 0) {
uVar1 = FUN_00112960();
uVar2 = dcgettext(0,"%P:%s: file format not recognized; treating as linker script\n",5);
FUN_001283c0(uVar2,uVar1);
}
if (DAT_002a5580 - 1U < 0x13) {
FUN_001283c0("%F%P:%... |
7719_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~bad_exception | FUN_002ef6f0 |
/* std::bad_exception::~bad_exception() */
void __thiscall std::bad_exception::~bad_exception(bad_exception *this)
{
~bad_exception(this);
operator_delete(this,8);
return;
}
|
void FUN_002ef6f0(undefined8 param_1)
{
FUN_002ef690();
thunk_FUN_002eff50(param_1,8);
return;
}
| PUSH RBX
MOV RBX,RDI
CALL 0x002ef690
MOV RDI,RBX
MOV ESI,0x8
POP RBX
JMP 0x002eff40 | null | null | null | null | [('const-0', u'RETURN_-1204685030'), ('tmp_43', u'CALL_-1204685034'), ('const-8', u'CALL_-1204685034'), ('tmp_43', u'CALL_-1204685055')] | [('tmp_77', u'CALL_-1204685034'), ('const-8', u'CALL_-1204685034'), ('const-0', u'RETURN_-1204685030')] | null | null | 002ef6f0 | x64 | O0 | (translation_unit "void FUN_002ef6f0(undefined8 param_1)\n\n{\n FUN_002ef690();\n thunk_FUN_002eff50(param_1,8);\n return;\n}\n\n" (function_definition "void FUN_002ef6f0(undefined8 param_1)\n\n{\n FUN_002ef690();\n thunk_FUN_002eff50(param_1,8);\n return;\n}" primitive_type (function_declarator "FUN_002ef6f0(und... | (translation_unit "/* std::bad_exception::~bad_exception() */\n\nvoid __thiscall std::bad_exception::~bad_exception(bad_exception *this)\n\n{\n ~bad_exception(this);\n operator_delete(this,8);\n return;\n}\n\n" comment (function_definition "void __thiscall std::bad_exception::~bad_exception(bad_exception *this)\n\n{... | (translation_unit "void FUN_002ef6f0(undefined8 param_1)\n\n{\n FUN_002ef690();\n thunk_FUN_002eff50(param_1,8);\n return;\n}\n\n" (function_definition "void FUN_002ef6f0(undefined8 param_1)\n\n{\n FUN_002ef690();\n thunk_FUN_002eff50(param_1,8);\n return;\n}" primitive_type (function_declarator "FUN_002ef6f0(und... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement re... | (function_definition "void FUN_002ef6f0(undefined8 param_1)\n\n{\n FUN_002ef690();\n thunk_FUN_002eff50(param_1,8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002ef6f0(undefined8 param_1)" (identifier "FUN_002ef6f0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefine... |
/* std::bad_exception::~bad_exception() */
void __thiscall std::function_1::~function_1(function_1 *this)
{
~function_1(this);
var_1(this,8);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments... | null |
void MASKED(undefined8 param_1)
{
FUN_002ef690();
thunk_FUN_002eff50(param_1,8);
return;
}
|
29_vdir_and_vdir_strip.c | __ctype_get_mb_cur_max | __ctype_get_mb_cur_max |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t __ctype_get_mb_cur_max(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();
return sVar1;
}
| JMP qword ptr [0x001280e8] | null | null | null | null | [(u'CALLIND_-1206959656', u'RETURN_-1206959653'), ('tmp_26', u'CAST_-1206959590'), (u'CAST_-1206959590', u'CALLIND_-1206959656'), (u'CALLIND_-1206959656', u'INDIRECT_-1206959595'), (u'INDIRECT_-1206959595', u'COPY_-1206959654'), ('const-0', u'RETURN_-1206959653')] | [(u'CALLIND_-1206959656', u'RETURN_-1206959653'), ('tmp_26', u'CAST_-1206959590'), (u'CAST_-1206959590', u'CALLIND_-1206959656'), (u'CALLIND_-1206959656', u'INDIRECT_-1206959595'), (u'INDIRECT_-1206959595', u'COPY_-1206959654'), ('const-0', u'RETURN_-1206959653')] | null | null | 001041d0 | x64 | O0 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n ... | (translation_unit "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();\n return sVar1;\n}\n\n" (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();\n retur... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_desc... | (function_definition "size_t __ctype_get_mb_cur_max(void)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR___ctype_get_mb_cur_max_001280e8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "__ctype_get_mb_cur_max(void)" (identifier "__ctype_get_mb_cur_max") (parameter_list "(void)" (( "(") (para... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR___ctype_get_mb_cur_max_001280e8)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_001280e8)();
return sVar1;
}
|
373_mknod_and_mknod_strip.c | readdir | readdir |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * readdir(DIR *__dirp)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* readdir@@GLIBC_2.2.5 */
halt_baddata();
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * readdir(DIR *__dirp)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207021062')] | [('const-1', u'RETURN_-1207021062')] | null | null | 001151f0 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndirent * readdir(DIR *__dirp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment commen... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndirent * readdir(DIR *__dirp)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* readdir@@GLIBC_2.... | (translation_unit "dirent * readdir(DIR *__dirp)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "dirent * readdir(DIR *__dirp)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "* readdir(DIR *__dirp)" * (function_declarator "readdir(DIR *__dirp)" identifi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "dirent * readdir(DIR *__dirp)\n\n{\n \n halt_baddata();\n}" (type_identifier "dirent") (pointer_declarator "* readdir(DIR *__dirp)" (* "*") (function_declarator "readdir(DIR *__dirp)" (identifier "readdir") (parameter_list "(DIR *__dirp)" (( "(") (parameter_declaration "DIR *__... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(type_2 *__dirp)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* readdir@@GLIBC_2.2.5 */
var_1();
}... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (exp... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * MASKED(DIR *__dirp)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
369_sparc64-linux-gnu-strip_and_sparc64-linux-gnu-strip_strip.c | set_default_bfd_target | FUN_0011b700 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void set_default_bfd_target(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
char *format;
iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar... |
void FUN_0011b700(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar3 = bfd_errmsg(uVar2);
uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\'... | PUSH RBX
LEA RDI,[0x124578]
CALL 0x00104140
TEST EAX,EAX
JZ 0x0011b713
POP RBX
RET
CALL 0x00104350
MOV EDI,EAX
CALL 0x001047e0
MOV EDX,0x5
LEA RSI,[0x1246f8]
XOR EDI,EDI
MOV RBX,RAX
CALL 0x00104240
MOV RDX,RBX
LEA RSI,[0x124578]
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0011b5c0 | null | null | null | null | [('const-5', u'CALL_-1206995098'), ('const-1197816', u'COPY_-1206994969'), (u'COPY_-1206994950', u'CALL_-1206995062'), (u'CALL_-1206995148', u'CALL_-1206995136'), ('tmp_42', u'CBRANCH_-1206995164'), ('const-1197432', u'COPY_-1206995011'), (u'CALL_-1206995098', u'CAST_-1206994905'), ('const-0', u'RETURN_-1206995149'), (... | [('const-1197432', u'COPY_-1206995011'), (u'COPY_-1206994950', u'CALL_-1206995062'), (u'CALL_-1206995148', u'CALL_-1206995136'), ('tmp_42', u'CBRANCH_-1206995164'), ('const-0', u'RETURN_-1206995149'), ('const-1197816', u'COPY_-1206994969'), ('const-0', u'CALL_-1206995098'), ('const-0', u'INT_NOTEQUAL_-1206995164'), (u'... | null | null | 0011b700 | x64 | O0 | (translation_unit "void FUN_0011b700(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid set_default_bfd_target(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n char *format;\n \n iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n ... | (translation_unit "void FUN_0011b700(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can\'t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expressio... | (function_definition "void FUN_0011b700(void)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n \n iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");\n if (iVar1 != 0) {\n return;\n }\n uVar2 = bfd_get_error();\n uVar3 = bfd_errmsg(uVar2);\n uVar4 = dcgettext(0,"can... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
int var_2;
type_1 uVar2;
type_2 uVar3;
char *format;
var_2 = var_1("sparc64-unknown-linux-gnu");
if (var_2 != 0) {
return;
}
uVar2 = var_3();
uVar3 = var_4(uVar2);
format = (char *)var_5(0,... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier... | null |
void MASKED(void)
{
int iVar1;
undefined4 uVar2;
undefined8 uVar3;
undefined8 uVar4;
iVar1 = bfd_set_default_target("sparc64-unknown-linux-gnu");
if (iVar1 != 0) {
return;
}
uVar2 = bfd_get_error();
uVar3 = bfd_errmsg(uVar2);
uVar4 = dcgettext(0,"can\'t set BFD default target to `%s\': %s",... |
157_whoami_and_whoami_strip.c | mbrtowc | mbrtowc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* mbrto... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206935390')] | [('const-1', u'RETURN_-1206935390')] | null | null | 0010a098 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n h... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "mbrt... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_st... | (function_definition "size_t mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "mbrtowc(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)" (identifier "mbrtowc") (parameter_list "(wchar_t *__pwc,char *__s,size_t... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(type_1 *__pwc,char *__s,size_t __n,type_2 *__p)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* mbrtow... | 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 */
size_t MASKED(wchar_t *__pwc,char *__s,size_t __n,mbstate_t *__p)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
118_ia64-linux-gnu-strings_and_ia64-linux-gnu-strings_strip.c | free | free |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206939614')] | [('const-1', u'RETURN_-1206939614')] | null | null | 00109018 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (func... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n ... | (translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void... | (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 "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (i... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@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: (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 */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1645_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | ~Struct_no_add_needed | FUN_00157210 |
/* DWARF original prototype: void ~Struct_no_add_needed(Struct_no_add_needed * this, int __in_chrg)
*/
void __thiscall
gold::General_options::Struct_no_add_needed::~Struct_no_add_needed
(Struct_no_add_needed *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_fun... |
void FUN_00157210(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003de240;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x60);
return;
}
| LEA RAX,[0x3de240]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00157230
CALL 0x002a2980
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x002a2970 | null | null | null | null | [('tmp_93', u'PTRSUB_-1207274834'), ('const-8', u'PTRSUB_-1207274830'), ('tmp_93', u'PTRSUB_-1207274830'), ('const-433', u'LOAD_-1207274968'), ('const-0', u'PTRSUB_-1207274822'), (u'PTRSUB_-1207274829', u'STORE_-1207274972'), ('const-433', u'STORE_-1207274972'), (u'CAST_-1207274825', u'STORE_-1207274972'), ('const-4055... | [(u'PTRADD_-1207274828', u'INT_NOTEQUAL_-1207274941'), ('const-0', u'RETURN_-1207274908'), ('const-1', u'PTRADD_-1207274833'), ('tmp_58', u'CBRANCH_-1207274940'), ('tmp_194', u'STORE_-1207274972'), ('tmp_194', u'PTRADD_-1207274828'), ('const-433', u'STORE_-1207274972'), ('const-4055616', u'PTRSUB_-1207274836'), ('const... | null | null | 00157210 | x64 | O0 | (translation_unit "void FUN_00157210(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003de240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00157210(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit "/* DWARF original prototype: void ~Struct_no_add_needed(Struct_no_add_needed * this, int __in_chrg)\n */\n\nvoid __thiscall\ngold::General_options::Struct_no_add_needed::~Struct_no_add_needed\n (Struct_no_add_needed *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_v... | (translation_unit "void FUN_00157210(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003de240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00157210(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_00157210(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003de240;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00157210(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_add_needed(Struct_no_add_needed * 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_003de2... | 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_003de240;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x60);
return;
}
|
200_[_and_[_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_-1206914982')] | [('const-1', u'RETURN_-1206914982')] | null | null | 0010f050 | x64 | O0 | (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();
}
|
201_inetutils-logger_and_inetutils-logger_strip.c | ctime | ctime |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ctime@@GLIBC_2.2.5 */
halt_baddata();
}
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207033726')] | [('const-1', u'RETURN_-1207033726')] | null | null | 00112078 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment commen... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ctime@@GLIBC_2.2.... | (translation_unit "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" ident... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "char * ctime(time_t *__timer)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(time_t *__timer)" (( "(") (parameter_declaration "time... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* ctime@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expr... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(time_t *__timer)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
859_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | sqlite3BtreeSecureDelete | FUN_00131ea8 |
/* WARNING: Removing unreachable block (ram,0x00131f2b) */
int sqlite3BtreeSecureDelete(Btree *p,int newFlag)
{
int iVar1;
int newFlag_local;
Btree *p_local;
int b;
if (p == (Btree *)0x0) {
iVar1 = 0;
}
else {
sqlite3BtreeEnter(p);
if (-1 < newFlag) {
p->pBt->btsFlags = p->pBt->bts... |
/* WARNING: Removing unreachable block (ram,0x00131f2b) */
int FUN_00131ea8(long param_1,int param_2)
{
int iVar1;
if (param_1 == 0) {
iVar1 = 0;
}
else {
FUN_0012da1c(param_1);
if (-1 < param_2) {
*(ushort *)(*(long *)(param_1 + 8) + 0x28) =
*(ushort *)(*(long *)(param_1 + 8)... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
CMP qword ptr [RBP + -0x18],0x0
JNZ 0x00131ec5
MOV EAX,0x0
JMP 0x00131f43
MOV RAX,qword ptr [RBP + -0x18]
MOV RDI,RAX
CALL 0x0012da1c
CMP dword ptr [RBP + -0x1c],0x0
JS 0x00131f14
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qw... | null | null | null | null | [('tmp_676', u'INT_SLESS_-1207165164'), (u'INT_AND_-1207164945', u'CAST_-1207164519'), ('const-8', u'PTRSUB_-1207164610'), ('const-40', u'PTRSUB_-1207164588'), ('const-40', u'PTRSUB_-1207164574'), ('const-433', u'STORE_-1207165003'), ('const-8', u'PTRSUB_-1207164596'), (u'LOAD_-1207165154', u'PTRSUB_-1207164605'), ('tm... | [(u'INT_ADD_-1207165096', u'CAST_-1207164592'), ('const-2', u'INT_SRIGHT_-1207164903'), ('const-0', u'COPY_-1207164707'), ('const-8', u'INT_ADD_-1207165116'), (u'INT_ADD_-1207164975', u'CAST_-1207164545'), (u'CAST_-1207164600', u'LOAD_-1207165132'), (u'CAST_-1207164521', u'INT_SRIGHT_-1207164903'), ('const-8', u'INT_AD... | null | null | 00131ea8 | x64 | O0 | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00131f2b) */\n\nint FUN_00131ea8(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n FUN_0012da1c(param_1);\n if (-1 < param_2) {\n *(ushort *)(*(long *)(param_1 + 8) + 0x28) =\n *(... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00131f2b) */\n\nint sqlite3BtreeSecureDelete(Btree *p,int newFlag)\n\n{\n int iVar1;\n int newFlag_local;\n Btree *p_local;\n int b;\n \n if (p == (Btree *)0x0) {\n iVar1 = 0;\n }\n else {\n sqlite3BtreeEnter(p);\n if (-1 < newFlag) {\n ... | (translation_unit "int FUN_00131ea8(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n FUN_0012da1c(param_1);\n if (-1 < param_2) {\n *(ushort *)(*(long *)(param_1 + 8) + 0x28) =\n *(ushort *)(*(long *)(param_1 + 8) + 0x28) & 0xfff3;\n *(us... | (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 ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (c... | (function_definition "int FUN_00131ea8(long param_1,int param_2)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n iVar1 = 0;\n }\n else {\n FUN_0012da1c(param_1);\n if (-1 < param_2) {\n *(ushort *)(*(long *)(param_1 + 8) + 0x28) =\n *(ushort *)(*(long *)(param_1 + 8) + 0x28) & 0xfff3;\n *... |
/* WARNING: Removing unreachable block (ram,0x00131f2b) */
int function_1(type_1 *var_1,int var_3)
{
int iVar1;
int newFlag_local;
type_1 *p_local;
int b;
if (var_1 == (type_1 *)0x0) {
iVar1 = 0;
}
else {
var_2(var_1);
if (-1 < var_3) {
var_1->pBt->btsFlags = var_1->pBt->btsFlags &... | 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: (primitive_type) declarator: (identifier)))) body: (compound_stat... | null |
/* WARNING: Removing unreachable block (ram,0x00131f2b) */
int MASKED(long param_1,int param_2)
{
int iVar1;
if (param_1 == 0) {
iVar1 = 0;
}
else {
FUN_0012da1c(param_1);
if (-1 < param_2) {
*(ushort *)(*(long *)(param_1 + 8) + 0x28) =
*(ushort *)(*(long *)(param_1 + 8) + 0x2... |
7113_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | sgetn | FUN_002acc50 |
/* std::wstreambuf::sgetn(wchar_t*, long) */
void std::wstreambuf::sgetn(wchar_t *param_1,long param_2)
{
/* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*(long *)param_1 + 0x40))();
ret... |
void FUN_002acc50(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x40))();
return;
}
| MOV RAX,qword ptr [RDI]
JMP qword ptr [RAX + 0x40] | null | null | null | null | [(u'CAST_-1204433762', u'LOAD_-1204433838'), ('tmp_18', u'CAST_-1204433762'), (u'INT_ADD_-1204433816', u'CAST_-1204433758'), (u'LOAD_-1204433832', u'CALLIND_-1204433825'), ('const-433', u'LOAD_-1204433838'), ('const-1', u'RETURN_-1204433822'), ('const-64', u'INT_ADD_-1204433816'), ('const-433', u'LOAD_-1204433832'), (u... | [(u'INT_ADD_-1204433816', u'CAST_-1204433760'), ('const-433', u'LOAD_-1204433838'), (u'LOAD_-1204433832', u'CALLIND_-1204433825'), ('const-433', u'LOAD_-1204433832'), ('const-1', u'RETURN_-1204433822'), ('const-64', u'INT_ADD_-1204433816'), (u'CAST_-1204433760', u'LOAD_-1204433832'), ('tmp_34', u'LOAD_-1204433838'), (u... | null | null | 002acc50 | x64 | O0 | (translation_unit "void FUN_002acc50(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x40))();\n return;\n}\n\n" (function_definition "void FUN_002acc50(lon... | (translation_unit "/* std::wstreambuf::sgetn(wchar_t*, long) */\n\nvoid std::wstreambuf::sgetn(wchar_t *param_1,long param_2)\n\n{\n /* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)... | (translation_unit "void FUN_002acc50(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x40))();\n return;\n}\n\n" (function_definition "void FUN_002acc50(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x40))();\n return;\n}" primiti... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_express... | (function_definition "void FUN_002acc50(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x40))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_002acc50(long *param_1)" (identifier "FUN_002acc50") (parameter_list "(long *param_1)" (( "(") (parameter_declarat... |
/* std::wstreambuf::sgetn(wchar_t*, long) */
void std::wstreambuf::function_1(type_1 *param_1,long param_2)
{
/* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(type_2 **)(*(long *)param_1 + 0x40))();... | 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 (expression_statement (call_expre... | null |
void MASKED(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x002acc53. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x40))();
return;
}
|
998_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_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 0x00160256
NOP dword ptr [RAX]
CMP RSI,RAX
JBE 0x0016023a
CMP qword ptr [RAX],RSI
JNC 0x00160250
MOV RAX,qword ptr [RAX + 0x8]
TEST RAX,RAX
JNZ 0x00160230
XOR EAX,EAX
RET
MOV EAX,0x1
RET
RET | null | null | null | null | [(u'COPY_-1207369027', u'RETURN_-1207369049'), (u'PTRSUB_-1207368968', u'LOAD_-1207369117'), ('const-0', u'COPY_-1207369046'), (u'INT_EQUAL_-1207369098', u'CBRANCH_-1207369095'), ('const-433', u'LOAD_-1207369181'), (u'LOAD_-1207369117', u'MULTIEQUAL_-1207369003'), (u'INT_LESSEQUAL_-1207369126', u'CBRANCH_-1207369136'),... | [('const-8', u'INT_ADD_-1207369165'), (u'INT_EQUAL_-1207369098', u'CBRANCH_-1207369095'), (u'INT_LESSEQUAL_-1207369126', u'CBRANCH_-1207369136'), (u'COPY_-1207369181', u'RETURN_-1207369049'), (u'LOAD_-1207369181', u'COPY_-1207369181'), ('const-0', u'INT_EQUAL_-1207369098'), (u'CAST_-1207368980', u'INT_LESS_-1207369121'... | null | null | 00160220 | x64 | O0 | (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;
... |
1396_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ~Struct_map_whole_files | FUN_00159170 |
/* DWARF original prototype: void ~Struct_map_whole_files(Struct_map_whole_files * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_map_whole_files::~Struct_map_whole_files
(Struct_map_whole_files *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longname._M_data... |
void FUN_00159170(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00441e38;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x441e38]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00159190
MOV RDI,RDX
JMP 0x002f1e60
RET | null | null | null | null | [('const-433', u'STORE_-1207266941'), ('tmp_68', u'PTRSUB_-1207266844'), ('const-16', u'PTRSUB_-1207266827'), ('const-8', u'PTRSUB_-1207266844'), ('const-0', u'PTRSUB_-1207266843'), (u'PTRSUB_-1207266839', u'PTRSUB_-1207266835'), ('tmp_48', u'CBRANCH_-1207266916'), ('tmp_68', u'PTRSUB_-1207266838'), ('const-8', u'PTRSU... | [(u'CAST_-1207266845', u'CALL_-1207266907'), ('const-3', u'PTRADD_-1207266838'), ('const-8', u'PTRADD_-1207266846'), (u'CAST_-1207266845', u'INT_NOTEQUAL_-1207266917'), ('const-8', u'PTRADD_-1207266838'), ('const-0', u'RETURN_-1207266903'), (u'INT_NOTEQUAL_-1207266917', u'CBRANCH_-1207266916'), ('const-433', u'LOAD_-12... | null | null | 00159170 | x64 | O0 | (translation_unit "void FUN_00159170(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00441e38;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00159170(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_map_whole_files(Struct_map_whole_files * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_map_whole_files::~Struct_map_whole_files\n (Struct_map_whole_files *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (th... | (translation_unit "void FUN_00159170(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00441e38;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00159170(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_00159170(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00441e38;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00159170(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_map_whole_files(Struct_map_whole_files * 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)._... | 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_00441e38;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60((undefined8 *)param_1[1]);
return;
}
return;
}
|
6617_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ~Sized_incremental_binary | FUN_00360480 |
/* DWARF original prototype: void ~Sized_incremental_binary(Sized_incremental_binary<64,_true> *
this, int __in_chrg) */
void __thiscall
gold::Sized_incremental_binary<64,_true>::~Sized_incremental_binary
(Sized_incremental_binary<64,_true> *this,int __in_chrg)
{
pointer pSVar1;
_func_int_varargs *p... |
void FUN_00360480(undefined8 *param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 *puVar3;
puVar1 = (undefined8 *)param_1[0x2d];
puVar3 = (undefined8 *)param_1[0x2c];
*param_1 = &PTR_FUN_00656048;
if (puVar1 != puVar3) {
do {
while (*(code **)*puVar3 == FUN_0035b760) {
puV... | PUSH R13
LEA RAX,[0x656048]
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV R12,qword ptr [RDI + 0x168]
MOV RBP,qword ptr [RDI + 0x160]
MOV qword ptr [RDI],RAX
CMP R12,RBP
JZ 0x003604e7
LEA R13,[0x35b760]
JMP 0x003604c1
ADD RBP,0x20
CMP R12,RBP
JZ 0x003604e0
MOV RAX,qword ptr [RBP]
MOV RAX,qword ptr [RAX]
CMP RA... | null | null | null | null | [('const-6643784', u'PTRSUB_-1205270648'), ('tmp_796', u'PTRSUB_-1205270516'), ('const-56', u'PTRSUB_-1205270456'), (u'PTRSUB_-1205270650', u'PTRSUB_-1205270619'), ('tmp_111', u'CBRANCH_-1205271338'), ('tmp_566', u'CBRANCH_-1205270978'), (u'PTRSUB_-1205270489', u'CAST_-1205270427'), (u'LOAD_-1205271368', u'MULTIEQUAL_-... | [('const-8', u'PTRADD_-1205270472'), ('const-8', u'PTRADD_-1205270682'), (u'LOAD_-1205271307', u'CALLIND_-1205271260'), ('const-8', u'PTRADD_-1205270512'), (u'CAST_-1205270666', u'INT_EQUAL_-1205271068'), ('tmp_111', u'CBRANCH_-1205271338'), ('const-0', u'INT_NOTEQUAL_-1205271178'), (u'LOAD_-1205271072', u'INT_NOTEQUAL... | null | null | 00360480 | x64 | O0 | (translation_unit "void FUN_00360480(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[0x2d];\n puVar3 = (undefined8 *)param_1[0x2c];\n *param_1 = &PTR_FUN_00656048;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 ... | (translation_unit "/* DWARF original prototype: void ~Sized_incremental_binary(Sized_incremental_binary<64,_true> *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<64,_true>::~Sized_incremental_binary\n (Sized_incremental_binary<64,_true> *this,int __in_chrg)\n\n{\n pointer pSVa... | (translation_unit "void FUN_00360480(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[0x2d];\n puVar3 = (undefined8 *)param_1[0x2c];\n *param_1 = &PTR_FUN_00656048;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ... | (function_definition "void FUN_00360480(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[0x2d];\n puVar3 = (undefined8 *)param_1[0x2c];\n *param_1 = &PTR_FUN_00656048;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVa... |
/* DWARF original prototype: void ~Sized_incremental_binary(Sized_incremental_binary<64,_true> *
this, int __in_chrg) */
void __thiscall
var_1::var_8<64,var_9>::~var_8
(var_8<64,var_9> *this,int __in_chrg)
{
type_2 var_4;
type_1 *var_6;
type_2 var_12;
type_2 var_14;
type_2 var_15;
type_2 var... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
void MASKED(undefined8 *param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 *puVar3;
puVar1 = (undefined8 *)param_1[0x2d];
puVar3 = (undefined8 *)param_1[0x2c];
*param_1 = &PTR_FUN_00656048;
if (puVar1 != puVar3) {
do {
while (*(code **)*puVar3 == FUN_0035b760) {
puVar3 = ... |
30_hppa64-linux-gnu-objcopy_and_hppa64-linux-gnu-objcopy_strip.c | bfd_hash_newfunc | bfd_hash_newfunc |
void bfd_hash_newfunc(void)
{
(*(code *)PTR_bfd_hash_newfunc_0012b0f0)();
return;
}
|
void bfd_hash_newfunc(void)
{
(*(code *)PTR_bfd_hash_newfunc_0012b0f0)();
return;
}
| JMP qword ptr [0x0012b0f0] | null | null | null | null | [('const-0', u'RETURN_-1206959637'), (u'CALLIND_-1206959640', u'INDIRECT_-1206959580'), (u'INDIRECT_-1206959580', u'COPY_-1206959639'), ('tmp_22', u'CAST_-1206959575'), (u'CAST_-1206959575', u'CALLIND_-1206959640')] | [('const-0', u'RETURN_-1206959637'), (u'CALLIND_-1206959640', u'INDIRECT_-1206959580'), (u'INDIRECT_-1206959580', u'COPY_-1206959639'), ('tmp_22', u'CAST_-1206959575'), (u'CAST_-1206959575', u'CALLIND_-1206959640')] | null | null | 001041e0 | x64 | O0 | (translation_unit "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}\n\n" (function_definition "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_newfunc(void)" identifier (parameter_li... | (translation_unit "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}\n\n" (function_definition "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_newfunc(void)" identifier (parameter_li... | (translation_unit "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}\n\n" (function_definition "void bfd_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}" primitive_type (function_declarator "bfd_hash_newfunc(void)" identifier (parameter_li... | (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_hash_newfunc(void)\n\n{\n (*(code *)PTR_bfd_hash_newfunc_0012b0f0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_hash_newfunc(void)" (identifier "bfd_hash_newfunc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_hash_newfunc_0012b0f0)();
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_0012b0f0)();
return;
}
|
125_s390x-linux-gnu-c++filt_and_s390x-linux-gnu-c++filt_strip.c | dcgettext | dcgettext |
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* dcgettext@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void dcgettext(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037806')] | [('const-1', u'RETURN_-1207037806')] | null | null | 00111088 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\n\n{\n /* WARNING: Bad instruct... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcgettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcgettext@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void dcgettext(void)\... | (translation_unit "void dcgettext(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dcgettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void dcgettext(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dcgettext(void)" (identifier "dcgettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* dcgettext@@GLIBC_2.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)))) 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();
}
|
4245_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Output_data_dynamic | FUN_00211550 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void ~Output_data_dynamic(Output_data_dynamic * this, int __in_chrg) */
void __thiscall
gold::Output_data_dynamic::~Output_data_dynamic(Output_data_dynamic *this,int __in_chrg)
{
pointer pDVar1;
(this->super_Output_sec... |
void FUN_00211550(undefined8 *param_1)
{
*param_1 = &PTR_FUN_004420b0;
if (param_1[7] != 0) {
FUN_002eff50();
return;
}
return;
}
| LEA RAX,[0x4420b0]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x38]
TEST RDI,RDI
JZ 0x00211570
JMP 0x002eff50
RET | null | null | null | null | [('const-4464816', u'PTRSUB_-1203890755'), (u'LOAD_-1203890848', u'CALL_-1203890822'), (u'PTRSUB_-1203890751', u'PTRSUB_-1203890749'), ('const-433', u'LOAD_-1203890848'), ('tmp_57', u'PTRSUB_-1203890750'), ('tmp_39', u'CBRANCH_-1203890827'), (u'INT_NOTEQUAL_-1203890828', u'CBRANCH_-1203890827'), (u'PTRSUB_-1203890749',... | [('const-0', u'RETURN_-1203890818'), ('const-0', u'RETURN_-1203890802'), ('const-7', u'PTRADD_-1203890753'), ('const-433', u'STORE_-1203890852'), ('tmp_39', u'CBRANCH_-1203890827'), (u'INT_NOTEQUAL_-1203890828', u'CBRANCH_-1203890827'), (u'LOAD_-1203890848', u'INT_NOTEQUAL_-1203890828'), ('tmp_92', u'STORE_-1203890852'... | null | null | 00211550 | x64 | O0 | (translation_unit "void FUN_00211550(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004420b0;\n if (param_1[7] != 0) {\n FUN_002eff50();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00211550(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004420b0;\n if (param_1[7] != 0) {\n FUN_002eff... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void ~Output_data_dynamic(Output_data_dynamic * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Output_data_dynamic::~Output_data_dynamic(Output_data_dynamic *this,int __in_chrg)\n\n{\n pointer pDVar1;\n ... | (translation_unit "void FUN_00211550(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004420b0;\n if (param_1[7] != 0) {\n FUN_002eff50();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00211550(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004420b0;\n if (param_1[7] != 0) {\n FUN_002eff... | (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_00211550(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004420b0;\n if (param_1[7] != 0) {\n FUN_002eff50();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00211550(undefined8 *param_1)" (identifier "FUN_00211550") (parameter_list "(undefined8 *pa... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void ~Output_data_dynamic(Output_data_dynamic * this, int __in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_3;
(this->super_Output_section_data).super_Output_data.... | 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_004420b0;
if (param_1[7] != 0) {
FUN_002eff50();
return;
}
return;
}
|
6581_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | operator= | FUN_0027e970 |
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<char>) */
string * __thiscall std::string::operator=(string *this,char *param_2,ulong param_3)
{
_M_replace(this,0,*(ulong *)(this + 8),param_2,param_3);
return this;
}
|
long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_0027e650(param_1,0,*(undefined8 *)(param_1 + 8),param_2,param_3);
return param_1;
}
| PUSH RBX
MOV R8,RDX
MOV RDX,qword ptr [RDI + 0x8]
MOV RBX,RDI
MOV RCX,RSI
XOR ESI,ESI
CALL 0x0027e650
MOV RAX,RBX
POP RBX
RET | null | null | null | null | [('const-0', u'RETURN_-1204229712'), ('const-433', u'LOAD_-1204229765'), ('tmp_152', u'CALL_-1204229732'), ('tmp_151', u'CALL_-1204229732'), ('tmp_151', u'COPY_-1204229732'), (u'COPY_-1204229732', u'RETURN_-1204229712'), (u'LOAD_-1204229765', u'CALL_-1204229732'), ('tmp_150', u'CALL_-1204229732'), ('const-1', u'PTRADD_... | [('const-0', u'RETURN_-1204229712'), ('tmp_152', u'CALL_-1204229732'), ('tmp_151', u'CALL_-1204229732'), ('tmp_151', u'COPY_-1204229732'), (u'COPY_-1204229732', u'RETURN_-1204229712'), (u'LOAD_-1204229765', u'CALL_-1204229732'), ('tmp_150', u'CALL_-1204229732'), (u'CAST_-1204229648', u'LOAD_-1204229765'), ('const-433',... | null | null | 0027e970 | x64 | O0 | (translation_unit "long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0027e650(param_1,0,*(undefined8 *)(param_1 + 8),param_2,param_3);\n return param_1;\n}\n\n" (function_definition "long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0027e650(param_1,0,*(u... | (translation_unit "/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<char>) */\n\nstring * __thiscall std::string::operator=(string *this,char *param_2,ulong param_3)\n\n{\n _M_replace(this,0,*(ulong *)(this + 8),param_2,param_3);\n return this;\n}\n\n" comment (ERROR "string * __thiscall std::string::op... | (translation_unit "long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0027e650(param_1,0,*(undefined8 *)(param_1 + 8),param_2,param_3);\n return param_1;\n}\n\n" (function_definition "long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0027e650(param_1,0,*(u... | (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 { (expression_statement (call_expression IDENT (argu... | (function_definition "long FUN_0027e970(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_0027e650(param_1,0,*(undefined8 *)(param_1 + 8),param_2,param_3);\n return param_1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0027e970(long param_1,undefined8 param_2,undefined8 param... |
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::initializer_list<char>) */
string * __thiscall std::string::operator=(string *var_2,char *param_2,type_1 param_3)
{
var_1(var_2,0,*(type_1 *)(var_2 + 8),param_2,param_3);
return var_2;
}
| 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,undefined8 param_2,undefined8 param_3)
{
FUN_0027e650(param_1,0,*(undefined8 *)(param_1 + 8),param_2,param_3);
return param_1;
}
|
1373_pscp_and_pscp_strip.c | x_get_default | FUN_0018a748 |
char * x_get_default(char *key)
{
char *key_local;
return (char *)0x0;
}
|
undefined8 FUN_0018a748(void)
{
return 0;
}
| PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,0x0
POP RBP
RET | null | null | null | null | [(u'COPY_-1207457960', u'RETURN_-1207457938'), ('const-0', u'COPY_-1207457960'), ('const-0', u'RETURN_-1207457938')] | [(u'COPY_-1207457960', u'RETURN_-1207457938'), ('const-0', u'COPY_-1207457960'), ('const-0', u'RETURN_-1207457938')] | null | null | 0018a748 | x64 | O0 | (translation_unit "undefined8 FUN_0018a748(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0018a748(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0018a748(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit "char * x_get_default(char *key)\n\n{\n char *key_local;\n \n return (char *)0x0;\n}\n\n" (function_definition "char * x_get_default(char *key)\n\n{\n char *key_local;\n \n return (char *)0x0;\n}" primitive_type (pointer_declarator "* x_get_default(char *key)" * (function_declarator "x_get_defau... | (translation_unit "undefined8 FUN_0018a748(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0018a748(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0018a748(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined8 FUN_0018a748(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0018a748(void)" (identifier "FUN_0018a748") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{")... |
char * function_1(char *key)
{
char *key_local;
return (char *)0x0;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal))))) | null |
undefined8 MASKED(void)
{
return 0;
}
|
7565_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | __do_find_public_src | FUN_002d91f0 |
/* __cxxabiv1::__si_class_type_info::__do_find_public_src(long, void const*,
__cxxabiv1::__class_type_info const*, void const*) const */
undefined8 __thiscall
__cxxabiv1::__si_class_type_info::__do_find_public_src
(__si_class_type_info *this,long param_1,void *param_2,__class_type_info *param_3,
... |
undefined8 FUN_002d91f0(long param_1,undefined8 param_2,long param_3,long param_4,long param_5)
{
char *__s1;
int iVar1;
undefined8 uVar2;
if (param_5 == param_3) {
__s1 = *(char **)(param_1 + 8);
if (__s1 == *(char **)(param_4 + 8)) {
return 6;
}
if ((*__s1 != '*') && (iVar1 = strcmp... | PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x28
CMP R8,RDX
JZ 0x002d9220
MOV RDI,qword ptr [RBX + 0x10]
MOV RSI,RBP
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x40]
ADD RSP,0x28
POP RBX
POP RBP
JMP RAX
MOV RDI,qword ptr [RDI + 0x8]
MOV RSI,qword ptr [RCX + 0x8]
CMP RDI,RSI
JZ 0x002d9259
CMP byte ptr [RDI],... | null | null | null | null | [(u'COPY_-1204645157', u'RETURN_-1204645130'), (u'CAST_-1204645039', u'LOAD_-1204645344'), ('const-1', u'PTRADD_-1204645282'), (u'PTRADD_-1204645282', u'CAST_-1204645039'), (u'INT_EQUAL_-1204645347', u'CBRANCH_-1204645345'), ('const-433', u'LOAD_-1204645344'), ('const-0', u'RETURN_-1204644997'), (u'LOAD_-1204645344', u... | [(u'COPY_-1204645157', u'RETURN_-1204645130'), (u'CAST_-1204645039', u'LOAD_-1204645344'), ('tmp_687', u'INT_EQUAL_-1204645347'), (u'INT_EQUAL_-1204645347', u'CBRANCH_-1204645345'), (u'LOAD_-1204645344', u'LOAD_-1204645334'), (u'INT_ADD_-1204645263', u'CAST_-1204645005'), ('const-433', u'LOAD_-1204645257'), ('const-8',... | null | null | 002d91f0 | x64 | O0 | (translation_unit "undefined8 FUN_002d91f0(long param_1,undefined8 param_2,long param_3,long param_4,long param_5)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n \n if (param_5 == param_3) {\n __s1 = *(char **)(param_1 + 8);\n if (__s1 == *(char **)(param_4 + 8)) {\n return 6;\n }\n if ((*_... | (translation_unit "/* __cxxabiv1::__si_class_type_info::__do_find_public_src(long, void const*,\n __cxxabiv1::__class_type_info const*, void const*) const */\n\nundefined8 __thiscall\n__cxxabiv1::__si_class_type_info::__do_find_public_src\n (__si_class_type_info *this,long param_1,void *param_2,__class_type_... | (translation_unit "undefined8 FUN_002d91f0(long param_1,undefined8 param_2,long param_3,long param_4,long param_5)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n \n if (param_5 == param_3) {\n __s1 = *(char **)(param_1 + 8);\n if (__s1 == *(char **)(param_4 + 8)) {\n return 6;\n }\n if ((*_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_dec... | (function_definition "undefined8 FUN_002d91f0(long param_1,undefined8 param_2,long param_3,long param_4,long param_5)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n \n if (param_5 == param_3) {\n __s1 = *(char **)(param_1 + 8);\n if (__s1 == *(char **)(param_4 + 8)) {\n return 6;\n }\n if (... |
/* __cxxabiv1::__si_class_type_info::__do_find_public_src(long, void const*,
__cxxabiv1::__class_type_info const*, void const*) const */
type_1 __thiscall
__cxxabiv1::type_2::function_1
(type_2 *var_3,long param_1,void *var_2,type_3 *var_5,
void *var_1)
{
char *var_4;
int var_7;
type_1 u... | 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: (type_identifier) declarator: (identifier)) (parameter_declarati... | null |
undefined8 MASKED(long param_1,undefined8 param_2,long param_3,long param_4,long param_5)
{
char *__s1;
int iVar1;
undefined8 uVar2;
if (param_5 == param_3) {
__s1 = *(char **)(param_1 + 8);
if (__s1 == *(char **)(param_4 + 8)) {
return 6;
}
if ((*__s1 != '*') && (iVar1 = strcmp(__s1,... |
2851_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | print_output_section | FUN_00199a50 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void print_output_section(Mapfile * this, Output_section * os) */
void __thiscall gold::Mapfile::print_output_section(Mapfile *this,Output_section *os)
{
_func_int_varargs *p_Var1;
byte bVar2;
int iVar3;
size_t from;
... |
void FUN_00199a50(undefined8 *param_1,long *param_2)
{
int iVar1;
byte bVar2;
size_t sVar3;
long lVar4;
int iVar5;
FILE *__s;
char acStack_58 [64];
if (*(char *)((long)param_1 + 10) == '\0') {
FUN_00199500();
}
fprintf((FILE *)*param_1,"\n%s",param_2[5]);
sVar3 = strlen((char *)param_2[5]... | PUSH R12
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x40
CMP byte ptr [RDI + 0xa],0x0
JZ 0x00199ba0
MOV RDX,qword ptr [RBX + 0x28]
MOV RDI,qword ptr [RBP]
XOR EAX,EAX
MOV R12,RSP
LEA RSI,[0x31211f]
CALL 0x0013ea00
MOV RDI,qword ptr [RBX + 0x28]
CALL 0x0013e490
MOV EDX,0x10
MOV RDI,RBP
MOV RSI,RAX
CALL 0x00199660... | null | null | null | null | [('tmp_1269', u'PTRSUB_-1207525370'), ('const-0', u'INT_EQUAL_-1207526780'), ('const-433', u'LOAD_-1207526363'), (u'INT_NOTEQUAL_-1207526122', u'CBRANCH_-1207526116'), (u'CALLIND_-1207525966', u'PIECE_-1207525593'), (u'PTRSUB_-1207525494', u'LOAD_-1207526772'), (u'LOAD_-1207526576', u'CAST_-1207525348'), (u'INT_SLESS_-... | [('const-3219747', u'COPY_-1207525432'), ('const-433', u'LOAD_-1207526363'), (u'CALLIND_-1207525966', u'MULTIEQUAL_-1207525719'), (u'LOAD_-1207526727', u'CAST_-1207525462'), ('const-433', u'LOAD_-1207526294'), ('const-433', u'LOAD_-1207526615'), (u'INT_NOTEQUAL_-1207526122', u'CBRANCH_-1207526116'), ('const-8', u'PTRAD... | null | null | 00199a50 | x64 | O0 | (translation_unit "void FUN_00199a50(undefined8 *param_1,long *param_2)\n\n{\n int iVar1;\n byte bVar2;\n size_t sVar3;\n long lVar4;\n int iVar5;\n FILE *__s;\n char acStack_58 [64];\n \n if (*(char *)((long)param_1 + 10) == '\0') {\n FUN_00199500();\n }\n fprintf((FILE *)*param_1,"\n%s",param_2[5]);\n ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void print_output_section(Mapfile * this, Output_section * os) */\n\nvoid __thiscall gold::Mapfile::print_output_section(Mapfile *this,Output_section *os)\n\n{\n _func_int_varargs *p_Var1;\n byte bVar2;\n ... | (translation_unit "void FUN_00199a50(undefined8 *param_1,long *param_2)\n\n{\n int iVar1;\n byte bVar2;\n size_t sVar3;\n long lVar4;\n int iVar5;\n FILE *__s;\n char acStack_58 [64];\n \n if (*(char *)((long)param_1 + 10) == '\0') {\n FUN_00199500();\n }\n fprintf((FILE *)*param_1,"\n%s",param_2[5]);\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "void FUN_00199a50(undefined8 *param_1,long *param_2)\n\n{\n int iVar1;\n byte bVar2;\n size_t sVar3;\n long lVar4;\n int iVar5;\n FILE *__s;\n char acStack_58 [64];\n \n if (*(char *)((long)param_1 + 10) == '\0') {\n FUN_00199500();\n }\n fprintf((FILE *)*param_1,"\n%s",param_2[5]);\... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void print_output_section(Mapfile * this, Output_section * os) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *os)
{
type_3 *var_9;
type_4 var_10;
int var_7;
size_t from;
type_5 extraout_var;
int ... | 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: (p... | null |
void MASKED(undefined8 *param_1,long *param_2)
{
int iVar1;
byte bVar2;
size_t sVar3;
long lVar4;
int iVar5;
FILE *__s;
char acStack_58 [64];
if (*(char *)((long)param_1 + 10) == '\0') {
FUN_00199500();
}
fprintf((FILE *)*param_1,"\n%s",param_2[5]);
sVar3 = strlen((char *)param_2[5]);
F... |
1319_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | ~Struct_print_symbol_counts | FUN_001534f0 |
/* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_print_symbol_counts::~Struct_print_symbol_counts
(Struct_print_symbol_counts *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_... |
void FUN_001534f0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003dfc58;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x70);
return;
}
| LEA RAX,[0x3dfc58]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00153510
CALL 0x002a2980
MOV RDI,RBX
MOV ESI,0x70
POP RBX
JMP 0x002a2970 | null | null | null | null | [('const-433', u'STORE_-1207290620'), ('tmp_93', u'PTRSUB_-1207290478'), (u'PTRSUB_-1207290478', u'PTRSUB_-1207290477'), ('tmp_93', u'PTRSUB_-1207290482'), ('const-433', u'LOAD_-1207290616'), (u'CAST_-1207290473', u'STORE_-1207290620'), (u'PTRSUB_-1207290472', u'PTRSUB_-1207290468'), (u'CAST_-1207290461', u'INT_NOTEQUA... | [(u'INT_NOTEQUAL_-1207290589', u'CBRANCH_-1207290588'), ('const-0', u'RETURN_-1207290556'), ('const-433', u'STORE_-1207290620'), ('const-4062296', u'PTRSUB_-1207290484'), (u'PTRSUB_-1207290484', u'STORE_-1207290620'), ('const-8', u'PTRADD_-1207290476'), ('const-112', u'CALL_-1207290560'), ('const-1', u'PTRADD_-12072904... | null | null | 001534f0 | x64 | O0 | (translation_unit "void FUN_001534f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_001534f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit "/* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_print_symbol_counts::~Struct_print_symbol_counts\n (Struct_print_symbol_counts *this,int __in_chrg)\n\n{\n pointer pcVar1;... | (translation_unit "void FUN_001534f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_001534f0(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_001534f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003dfc58;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002a2980();\n }\n thunk_FUN_002a2980(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001534f0(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_print_symbol_counts(Struct_print_symbol_counts * 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_v... | 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_003dfc58;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002a2980();
}
thunk_FUN_002a2980(param_1,0x70);
return;
}
|
1599_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | ~Struct_no_gnu_unique | FUN_0015b690 |
/* DWARF original prototype: void ~Struct_no_gnu_unique(Struct_no_gnu_unique * this, int __in_chrg)
*/
void __thiscall
gold::General_options::Struct_no_gnu_unique::~Struct_no_gnu_unique
(Struct_no_gnu_unique *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_fun... |
void FUN_0015b690(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00424600;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x60);
return;
}
| LEA RAX,[0x424600]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x0015b6b0
CALL 0x002dac60
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x002dac50 | null | null | null | null | [(u'PTRSUB_-1207257289', u'PTRSUB_-1207257286'), ('const-4343296', u'PTRSUB_-1207257299'), ('tmp_93', u'PTRSUB_-1207257288'), (u'PTRSUB_-1207257284', u'PTRSUB_-1207257281'), ('const-0', u'PTRSUB_-1207257298'), (u'PTRSUB_-1207257286', u'LOAD_-1207257432'), ('tmp_58', u'CBRANCH_-1207257404'), ('const-0', u'RETURN_-120725... | [('const-0', u'PTRSUB_-1207257300'), ('const-8', u'PTRADD_-1207257297'), ('tmp_194', u'PTRADD_-1207257292'), ('const-96', u'CALL_-1207257376'), ('const-8', u'PTRADD_-1207257292'), ('const-433', u'LOAD_-1207257432'), (u'PTRSUB_-1207257300', u'STORE_-1207257436'), ('tmp_194', u'CALL_-1207257376'), ('tmp_194', u'STORE_-12... | null | null | 0015b690 | x64 | O0 | (translation_unit "void FUN_0015b690(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424600;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0015b690(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_no_gnu_unique(Struct_no_gnu_unique * this, int __in_chrg)\n */\n\nvoid __thiscall\ngold::General_options::Struct_no_gnu_unique::~Struct_no_gnu_unique\n (Struct_no_gnu_unique *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_v... | (translation_unit "void FUN_0015b690(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424600;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0015b690(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_0015b690(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00424600;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac60();\n }\n thunk_FUN_002dac60(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015b690(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_gnu_unique(Struct_no_gnu_unique * 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_004246... | 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_00424600;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac60();
}
thunk_FUN_002dac60(param_1,0x60);
return;
}
|
259_locate_and_locate_strip.c | rpl_fseeko | FUN_0010e47d |
int rpl_fseeko(FILE *fp,off_t offset,int whence)
{
int iVar1;
__off_t _Var2;
int whence_local;
off_t offset_local;
FILE *fp_local;
off_t pos;
if (((fp->_IO_read_end == fp->_IO_read_ptr) && (fp->_IO_write_ptr == fp->_IO_write_base)) &&
(fp->_IO_save_base == (char *)0x0)) {
iVar1 = fileno((FIL... |
int FUN_0010e47d(FILE *param_1,__off_t param_2,int param_3)
{
int iVar1;
__off_t _Var2;
if (((param_1->_IO_read_end == param_1->_IO_read_ptr) &&
(param_1->_IO_write_ptr == param_1->_IO_write_base)) &&
(param_1->_IO_save_base == (char *)0x0)) {
iVar1 = fileno(param_1);
_Var2 = lseek(iVar1,p... | PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV dword ptr [RBP + -0x24],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV RDX,qword ptr [RAX + 0x10]
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x8]
CMP RDX,RAX
JNZ 0x0010e51f
MOV RAX,qword ptr [RBP + -0x18]
MOV RD... | null | null | null | null | [(u'LOAD_-1206917753', u'INT_AND_-1206917721'), ('tmp_486', u'PTRSUB_-1206917532'), ('const-0', u'PTRSUB_-1206917443'), ('const-433', u'LOAD_-1206917923'), (u'INT_EQUAL_-1206917859', u'CBRANCH_-1206917856'), ('tmp_334', u'BRANCH_-1206917767'), ('tmp_486', u'CAST_-1206917499'), (u'MULTIEQUAL_-1206917436', u'COPY_-120691... | [(u'LOAD_-1206917753', u'INT_AND_-1206917721'), ('tmp_879', u'CALL_-1206917838'), (u'INT_EQUAL_-1206917859', u'CBRANCH_-1206917856'), ('tmp_334', u'BRANCH_-1206917767'), (u'CALL_-1206917804', u'STORE_-1206917703'), ('tmp_879', u'PTRSUB_-1206917520'), (u'LOAD_-1206917909', u'INT_EQUAL_-1206917889'), (u'LOAD_-1206917954'... | null | null | 0010e47d | x64 | O0 | (translation_unit "int FUN_0010e47d(FILE *param_1,__off_t param_2,int param_3)\n\n{\n int iVar1;\n __off_t _Var2;\n \n if (((param_1->_IO_read_end == param_1->_IO_read_ptr) &&\n (param_1->_IO_write_ptr == param_1->_IO_write_base)) &&\n (param_1->_IO_save_base == (char *)0x0)) {\n iVar1 = fileno(param_1)... | (translation_unit "int rpl_fseeko(FILE *fp,off_t offset,int whence)\n\n{\n int iVar1;\n __off_t _Var2;\n int whence_local;\n off_t offset_local;\n FILE *fp_local;\n off_t pos;\n \n if (((fp->_IO_read_end == fp->_IO_read_ptr) && (fp->_IO_write_ptr == fp->_IO_write_base)) &&\n (fp->_IO_save_base == (char *)0x... | (translation_unit "int FUN_0010e47d(FILE *param_1,__off_t param_2,int param_3)\n\n{\n int iVar1;\n __off_t _Var2;\n \n if (((param_1->_IO_read_end == param_1->_IO_read_ptr) &&\n (param_1->_IO_write_ptr == param_1->_IO_write_base)) &&\n (param_1->_IO_save_base == (char *)0x0)) {\n iVar1 = fileno(param_1)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (p... | (function_definition "int FUN_0010e47d(FILE *param_1,__off_t param_2,int param_3)\n\n{\n int iVar1;\n __off_t _Var2;\n \n if (((param_1->_IO_read_end == param_1->_IO_read_ptr) &&\n (param_1->_IO_write_ptr == param_1->_IO_write_base)) &&\n (param_1->_IO_save_base == (char *)0x0)) {\n iVar1 = fileno(param... |
int function_1(type_1 *fp,type_2 offset,int whence)
{
int iVar1;
type_3 var_3;
int whence_local;
type_2 offset_local;
type_1 *fp_local;
type_2 pos;
if (((fp->_IO_read_end == fp->_IO_read_ptr) && (fp->_IO_write_ptr == fp->_IO_write_base)) &&
(fp->_IO_save_base == (char *)0x0)) {
iVar1 = var_1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
int MASKED(FILE *param_1,__off_t param_2,int param_3)
{
int iVar1;
__off_t _Var2;
if (((param_1->_IO_read_end == param_1->_IO_read_ptr) &&
(param_1->_IO_write_ptr == param_1->_IO_write_base)) &&
(param_1->_IO_save_base == (char *)0x0)) {
iVar1 = fileno(param_1);
_Var2 = lseek(iVar1,param_2... |
5116_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | resolve_forwards | FUN_0021ec60 |
/* DWARF original prototype: Symbol * resolve_forwards(Symbol_table * this, Symbol * from) */
Symbol * __thiscall gold::Symbol_table::resolve_forwards(Symbol_table *this,Symbol *from)
{
ulong uVar1;
_Hash_node_base *p_Var2;
ulong uVar3;
Symbol *pSVar4;
__bucket_type p_Var5;
__bucket_type p_Var6;
if ... |
undefined8 FUN_0021ec60(long param_1,ulong param_2)
{
long *plVar1;
ulong uVar2;
ulong uVar3;
long *plVar4;
long *plVar5;
if ((*(byte *)(param_2 + 0x3a) & 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/symtab.cc",0x2b4,"resolve_forwards");
}
... | SUB RSP,0x8
TEST byte ptr [RSI + 0x3a],0x10
JZ 0x0021eccd
MOV RCX,qword ptr [RDI + 0x100]
MOV RAX,RSI
XOR EDX,EDX
DIV RCX
MOV RAX,qword ptr [RDI + 0xf8]
MOV R9,qword ptr [RAX + RDX*0x8]
MOV R10,RDX
TEST R9,R9
JZ 0x0021ece5
MOV R8,qword ptr [R9]
MOV RDI,qword ptr [R8 + 0x8]
JMP 0x0021ecb7
MOV RAX,qword ptr [R8]
TEST RAX... | null | null | null | null | [('const-433', u'LOAD_-1203835790'), ('tmp_424', u'CBRANCH_-1203835555'), (u'PTRSUB_-1203835375', u'LOAD_-1203835694'), ('const-433', u'LOAD_-1203835635'), (u'COPY_-1203835430', u'MULTIEQUAL_-1203835404'), (u'PTRSUB_-1203835327', u'LOAD_-1203835634'), ('tmp_240', u'CBRANCH_-1203835614'), ('const-3274784', u'COPY_-12038... | [('tmp_824', u'INT_ADD_-1203835776'), (u'INT_ADD_-1203835758', u'CAST_-1203835421'), (u'CAST_-1203835405', u'LOAD_-1203835736'), ('tmp_424', u'CBRANCH_-1203835555'), (u'COPY_-1203835411', u'LOAD_-1203835635'), (u'CAST_-1203835371', u'COPY_-1203835414'), ('tmp_830', u'INT_ADD_-1203835720'), ('tmp_240', u'CBRANCH_-120383... | null | null | 0021ec60 | x64 | O0 | (translation_unit "undefined8 FUN_0021ec60(long param_1,ulong param_2)\n\n{\n long *plVar1;\n ulong uVar2;\n ulong uVar3;\n long *plVar4;\n long *plVar5;\n \n if ((*(byte *)(param_2 + 0x3a) & 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/symtab.cc",0x2... | (translation_unit "/* DWARF original prototype: Symbol * resolve_forwards(Symbol_table * this, Symbol * from) */\n\nSymbol * __thiscall gold::Symbol_table::resolve_forwards(Symbol_table *this,Symbol *from)\n\n{\n ulong uVar1;\n _Hash_node_base *p_Var2;\n ulong uVar3;\n Symbol *pSVar4;\n __bucket_type p_Var5;\n __... | (translation_unit "undefined8 FUN_0021ec60(long param_1,ulong param_2)\n\n{\n long *plVar1;\n ulong uVar2;\n ulong uVar3;\n long *plVar4;\n long *plVar5;\n \n if ((*(byte *)(param_2 + 0x3a) & 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/symtab.cc",0x2b4,"resolve_forwards");\n }\n uVar2 = p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "undefined8 FUN_0021ec60(long param_1,ulong param_2)\n\n{\n long *plVar1;\n ulong uVar2;\n ulong uVar3;\n long *plVar4;\n long *plVar5;\n \n if ((*(byte *)(param_2 + 0x3a) & 0x10) == 0) {\n \n FUN_0016cdf0("../../gold/symtab.cc",0x2b4,"resolve_forwards");\n }\n uVar2 ... |
/* DWARF original prototype: Symbol * resolve_forwards(Symbol_table * this, Symbol * from) */
type_3 * __thiscall gold::Symbol_table::resolve_forwards(Symbol_table *this,type_3 *var_5)
{
type_1 var_2;
type_2 *var_6;
type_1 var_7;
type_3 *var_4;
type_4 p_Var5;
type_4 var_3;
if ((var_5->field_0x3a & 0... | 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: (type_identifier) declarator: (identifier)))) body: (compound_st... | null |
undefined8 MASKED(long param_1,ulong param_2)
{
long *plVar1;
ulong uVar2;
ulong uVar3;
long *plVar4;
long *plVar5;
if ((*(byte *)(param_2 + 0x3a) & 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/symtab.cc",0x2b4,"resolve_forwards");
}
uVar2... |
488_inetutils-ftp_and_inetutils-ftp_strip.c | accept | accept |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* accept@@GLIB... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207049326')] | [('const-1', u'RETURN_-1207049326')] | null | null | 0012e388 | x64 | O0 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_bad... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "accept(int __fd,so... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "int accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "accept(int __fd,sockaddr *__addr,socklen_t *__addr_len)" (identifier "accept") (parameter_list "(int __fd,sockaddr *__addr,socklen_t *__addr_le... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,type_1 *__addr,type_2 *__addr_len)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* accept@@GLIBC... | 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 __fd,sockaddr *__addr,socklen_t *__addr_len)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
146_inetutils-telnet_and_inetutils-telnet_strip.c | _start | entry |
void processEntry _start(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_0012efd0)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} ... |
void processEntry entry(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_0012efd0)
(FUN_0010c235,param_2,&stack0x00000008,FUN_00123b60,FUN_00123bc0,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
}... | XOR EBP,EBP
MOV R9,RDX
POP RSI
MOV RDX,RSP
AND RSP,-0x10
PUSH RAX
PUSH RSP
LEA R8,[0x123bc0]
LEA RCX,[0x123b60]
LEA RDI,[0x10c235]
CALL qword ptr [0x0012efd0]
HLT | null | null | null | null | [('tmp_219', u'CALLIND_-1206945423'), ('tmp_175', u'CALLIND_-1206945423'), ('const-8', u'PTRSUB_-1206945355'), (u'PTRSUB_-1206945346', u'CALLIND_-1206945423'), (u'PTRSUB_-1206945325', u'CALLIND_-1206945423'), ('const-0', u'PTRSUB_-1206945325'), ('const-1194944', u'PTRSUB_-1206945325'), ('const-0', u'PTRSUB_-1206945327'... | [('tmp_219', u'CALLIND_-1206945423'), ('tmp_175', u'CALLIND_-1206945423'), ('const-8', u'PTRSUB_-1206945355'), (u'PTRSUB_-1206945346', u'CALLIND_-1206945423'), (u'PTRSUB_-1206945325', u'CALLIND_-1206945423'), ('const-0', u'PTRSUB_-1206945325'), ('const-1194944', u'PTRSUB_-1206945325'), ('const-0', u'PTRSUB_-1206945327'... | null | null | 00107920 | x64 | O0 | (translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0012efd0)\n (FUN_0010c235,param_2,&stack0x00000008,FUN_00123b60,FUN_00123bc0,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block... | (translation_unit "void processEntry _start(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0012efd0)\n (main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);\n do {\n /* WARNING: Do nothing block ... | (translation_unit "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0012efd0)\n (FUN_0010c235,param_2,&stack0x00000008,FUN_00123b60,FUN_00123bc0,param_1,auStack_8);\n do {\n \n } while( true );\n}\n\n"... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression (parenthesized_expression ... | (function_definition "void processEntry entry(undefined8 param_1,undefined8 param_2)\n\n{\n undefined1 auStack_8 [8];\n \n (*(code *)PTR___libc_start_main_0012efd0)\n (FUN_0010c235,param_2,&stack0x00000008,FUN_00123b60,FUN_00123bc0,param_1,auStack_8);\n do {\n \n } while( true );\n}" ... |
void processEntry function_1(type_1 param_1,type_1 param_2)
{
type_2 auStack_8 [8];
(*(type_3 *)PTR___libc_start_main_0012efd0)
(main,param_2,&stack0x00000008,__libc_csu_init,__libc_csu_fini,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
} while(... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod... | null |
void processEntry MASKED(undefined8 param_1,undefined8 param_2)
{
undefined1 auStack_8 [8];
(*(code *)PTR___libc_start_main_0012efd0)
(FUN_0010c235,param_2,&stack0x00000008,FUN_00123b60,FUN_00123bc0,param_1,auStack_8);
do {
/* WARNING: Do nothing block with infinite loop */
... |
7832_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | do_get_monthname | FUN_002ac380 |
/* std::__facet_shims::(anonymous
namespace)::time_get_shim<char>::do_get_monthname(std::istreambuf_iterator<char,
std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >,
std::ios_base&, std::_Ios_Iostate&, tm*) const */
void std::__facet_shims::(anonymous_namespace)::time_get_shim... |
void FUN_002ac380(long param_1)
{
FUN_002b3610(*(undefined8 *)(param_1 + 0x10));
return;
}
| SUB RSP,0x10
MOV RDI,qword ptr [RDI + 0x10]
PUSH 0x6d
PUSH qword ptr [RSP + 0x28]
PUSH qword ptr [RSP + 0x28]
CALL 0x002b3610
ADD RSP,0x28
RET | null | null | null | null | [('const-16', u'INT_ADD_-1204436064'), ('const-0', u'RETURN_-1204436020'), ('tmp_148', u'INT_ADD_-1204436064'), (u'LOAD_-1204436080', u'CALL_-1204436044'), ('const-433', u'LOAD_-1204436080'), (u'INT_ADD_-1204436064', u'CAST_-1204435965'), (u'CAST_-1204435965', u'LOAD_-1204436080')] | [('const-16', u'INT_ADD_-1204436064'), ('const-0', u'RETURN_-1204436020'), ('tmp_148', u'INT_ADD_-1204436064'), (u'LOAD_-1204436080', u'CALL_-1204436044'), ('const-433', u'LOAD_-1204436080'), (u'INT_ADD_-1204436064', u'CAST_-1204435965'), (u'CAST_-1204435965', u'LOAD_-1204436080')] | null | null | 002ac380 | x64 | O0 | (translation_unit "void FUN_002ac380(long param_1)\n\n{\n FUN_002b3610(*(undefined8 *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_002ac380(long param_1)\n\n{\n FUN_002b3610(*(undefined8 *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_002ac380(long param_1)" identi... | (translation_unit "/* std::__facet_shims::(anonymous\n namespace)::time_get_shim<char>::do_get_monthname(std::istreambuf_iterator<char,\n std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >,\n std::ios_base&, std::_Ios_Iostate&, tm*) const */\n\nvoid std::__facet_shims::(anonymous_na... | (translation_unit "void FUN_002ac380(long param_1)\n\n{\n FUN_002b3610(*(undefined8 *)(param_1 + 0x10));\n return;\n}\n\n" (function_definition "void FUN_002ac380(long param_1)\n\n{\n FUN_002b3610(*(undefined8 *)(param_1 + 0x10));\n return;\n}" primitive_type (function_declarator "FUN_002ac380(long param_1)" identi... | (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 ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "void FUN_002ac380(long param_1)\n\n{\n FUN_002b3610(*(undefined8 *)(param_1 + 0x10));\n return;\n}" (primitive_type "void") (function_declarator "FUN_002ac380(long param_1)" (identifier "FUN_002ac380") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_spe... |
/* std::__facet_shims::(anonymous
namespace)::time_get_shim<char>::do_get_monthname(std::istreambuf_iterator<char,
std::char_traits<char> >, std::istreambuf_iterator<char, std::char_traits<char> >,
std::ios_base&, std::_Ios_Iostate&, tm*) const */
void std::type_1::(anonymous_namespace)::time_get_shim<char>:... | 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_002b3610(*(undefined8 *)(param_1 + 0x10));
return;
}
|
8657_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | add_global | FUN_003f09d0 |
/* DWARF original prototype: void add_global(Output_data_reloc<4,_false,_32,_false> * this, Symbol *
gsym, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_false>::add_global
(Output_data_reloc<4,_false,_32,_false> *this,Symbol *gsym,ui... |
void FUN_003f09d0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6)
{
undefined1 auStack_58 [32];
undefined4 local_38;
FUN_003d3550(auStack_58);
local_38 = param_6;
FUN_003f08f0(param_1,param_4,auStack_58);
return;
}
| PUSH R13
MOV R13D,R9D
XOR R9D,R9D
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RCX
SUB RSP,0x38
MOV RBP,RSP
PUSH 0x0
PUSH 0x0
MOV RDI,RBP
CALL 0x003d3550
MOV dword ptr [RSP + 0x30],R13D
MOV RSI,RBX
POP RAX
MOV RDI,R12
POP RDX
MOV RDX,RBP
CALL 0x003f08f0
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
RET | null | null | null | null | [('tmp_249', u'COPY_-1205859650'), ('tmp_399', u'PTRSUB_-1205859621'), ('tmp_244', u'PTRSUB_-1205859583'), ('const-0', u'RETURN_-1205859720'), ('const-0', u'CALL_-1205859804'), ('tmp_246', u'CALL_-1205859804'), (u'PTRSUB_-1205859622', u'PTRSUB_-1205859605'), ('const-0', u'CALL_-1205859804'), ('tmp_247', u'CALL_-1205859... | [(u'CALL_-1205859766', u'INDIRECT_-1205859618'), ('const--88', u'PTRSUB_-1205859637'), ('const-0', u'RETURN_-1205859720'), (u'PTRSUB_-1205859637', u'CALL_-1205859804'), ('tmp_377', u'PTRSUB_-1205859637'), ('tmp_377', u'PTRSUB_-1205859636'), ('const--88', u'PTRSUB_-1205859636'), (u'PTRSUB_-1205859636', u'CALL_-120585976... | null | null | 003f09d0 | x64 | O0 | (translation_unit "void FUN_003f09d0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_003d3550(auStack_58);\n local_38 = param_6;\n FUN_003f08f0(param_1,param_4,a... | (translation_unit "/* DWARF original prototype: void add_global(Output_data_reloc<4,_false,_32,_false> * this, Symbol *\n gsym, uint type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_32,_false>::add_global\n (Output_data_reloc<4,_false,_32,_false... | (translation_unit "void FUN_003f09d0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_003d3550(auStack_58);\n local_38 = param_6;\n FUN_003f08f0(param_1,param_4,a... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou... | (function_definition "void FUN_003f09d0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6)\n\n{\n undefined1 auStack_58 [32];\n undefined4 local_38;\n \n FUN_003d3550(auStack_58);\n local_38 = param_6;\n FUN_003f08f0(param_1,param_... |
/* DWARF original prototype: void add_global(Output_data_reloc<4,_false,_32,_false> * this, Symbol *
gsym, uint type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_false>::add_global
(Output_data_reloc<4,_false,_32,_false> *this,Symbol *gsym,ui... | 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,
undefined8 param_5,undefined4 param_6)
{
undefined1 auStack_58 [32];
undefined4 local_38;
FUN_003d3550(auStack_58);
local_38 = param_6;
FUN_003f08f0(param_1,param_4,auStack_58);
return;
}
|
5195_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | _M_insert_unique_node | FUN_00226d00 |
/* DWARF original prototype: iterator
_M_insert_unique_node(_Hashtable<gold::Symbol*,_std::pair<gold::Symbol*_const,_gold::Symbol*>,_std::allocator<std::pair<gold::Symbol*_const,_gold::Symbol*>_>,_std::__detail::_Select1st,_std::equal_to<gold::Symbol*>,_std::hash<gold::Symbol*>,_std::__detail::_Mod_range_hashing,_s... |
long * FUN_00226d00(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)
{
long *plVar1;
long lVar2;
char cVar3;
undefined8 extraout_RDX;
long local_30 [2];
local_30[0] = param_1[5];
cVar3 = FUN_002b52b0(param_1 + 4,param_1[1],param_1[3],param_5);
if (cVar3 != '\0') {
... | PUSH R13
MOV R13,RDX
PUSH R12
MOV R12,RSI
PUSH RBP
MOV RBP,RCX
MOV RCX,R8
PUSH RBX
MOV RBX,RDI
ADD RDI,0x20
SUB RSP,0x18
MOV RAX,qword ptr [RDI + 0x8]
MOV RDX,qword ptr [RDI + -0x8]
MOV RSI,qword ptr [RDI + -0x18]
MOV qword ptr [RSP + 0x8],RAX
CALL 0x002b52b0
TEST AL,AL
JZ 0x00226d53
MOV RSI,RDX
MOV RDI,RBX
LEA RDX,[RS... | null | null | null | null | [(u'PTRSUB_-1203933329', u'LOAD_-1203933627'), ('tmp_602', u'PTRSUB_-1203933319'), ('const-0', u'PTRSUB_-1203933359'), (u'PTRSUB_-1203933446', u'LOAD_-1203933885'), (u'PTRSUB_-1203933413', u'LOAD_-1203933795'), ('const-0', u'RETURN_-1203933639'), (u'PTRSUB_-1203933316', u'STORE_-1203933631'), ('const-433', u'LOAD_-1203... | [(u'LOAD_-1203933777', u'INT_ADD_-1203933744'), ('tmp_983', u'PTRADD_-1203933461'), (u'INT_MULT_-1203933732', u'INT_ADD_-1203933744'), ('const-433', u'LOAD_-1203933627'), ('const-433', u'STORE_-1203933556'), ('const-433', u'STORE_-1203933631'), (u'INT_ADD_-1203933577', u'CAST_-1203933315'), ('const-0', u'RETURN_-120393... | null | null | 00226d00 | x64 | O0 | (translation_unit "long * FUN_00226d00(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_002b52b0(param_1 + 4,param_1[1],param_1[3],param_5);\n ... | (translation_unit "/* DWARF original prototype: iterator\n _M_insert_unique_node(_Hashtable<gold::Symbol*,_std::pair<gold::Symbol*_const,_gold::Symbol*>,_std::allocator<std::pair<gold::Symbol*_const,_gold::Symbol*>_>,_std::__detail::_Select1st,_std::equal_to<gold::Symbol*>,_std::hash<gold::Symbol*>,_std::__detail::_M... | (translation_unit "long * FUN_00226d00(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_002b52b0(param_1 + 4,param_1[1],param_1[3],param_5);\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 TYPE IDENT) , (parameter_declaration (sized... | (function_definition "long * FUN_00226d00(long *param_1,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)\n\n{\n long *plVar1;\n long lVar2;\n char cVar3;\n undefined8 extraout_RDX;\n long local_30 [2];\n \n local_30[0] = param_1[5];\n cVar3 = FUN_002b52b0(param_1 + 4,param_1[1],param_1[3],param_5);... |
/* DWARF original prototype: iterator
_M_insert_unique_node(_Hashtable<gold::Symbol*,_std::pair<gold::Symbol*_const,_gold::Symbol*>,_std::allocator<std::pair<gold::Symbol*_const,_gold::Symbol*>_>,_std::__detail::_Select1st,_std::equal_to<gold::Symbol*>,_std::hash<gold::Symbol*>,_std::__detail::_Mod_range_hashing,_s... | 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,ulong param_2,ulong param_3,long *param_4,undefined8 param_5)
{
long *plVar1;
long lVar2;
char cVar3;
undefined8 extraout_RDX;
long local_30 [2];
local_30[0] = param_1[5];
cVar3 = FUN_002b52b0(param_1 + 4,param_1[1],param_1[3],param_5);
if (cVar3 != '\0') {
... |
1182_bash_and_bash_strip.c | reset_mail_files | reset_mail_files |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void reset_mail_files(void)
{
FILEINFO *pFVar1;
int i;
int iVar2;
for (iVar2 = 0; iVar2 < mailfiles_count; iVar2 = iVar2 + 1) {
pFVar1 = mailfiles[iVar2];
pFVar1->mod_time = 0;
mailfiles[iVar2]->access_time = pFVar1->... |
void reset_mail_files(void)
{
long lVar1;
int iVar2;
for (iVar2 = 0; iVar2 < DAT_0024e1d8; iVar2 = iVar2 + 1) {
lVar1 = *(long *)(DAT_0024e1d0 + (long)iVar2 * 8);
*(undefined8 *)(lVar1 + 0x18) = 0;
*(undefined8 *)(*(long *)(DAT_0024e1d0 + (long)iVar2 * 8) + 0x10) =
*(undefined8 *)(lVar1 ... | PUSH RBP
MOV RBP,RSP
PUSH RBX
MOV EBX,0x0
JMP 0x00182fdf
MOV RAX,qword ptr [0x0024e1d0]
MOVSXD RDX,EBX
SHL RDX,0x3
ADD RAX,RDX
MOV RAX,qword ptr [RAX]
MOV qword ptr [RAX + 0x18],0x0
MOV RDX,qword ptr [0x0024e1d0]
MOVSXD RCX,EBX
SHL RCX,0x3
ADD RDX,RCX
MOV RDX,qword ptr [RDX]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr... | null | null | null | null | [(u'STORE_-1207488385', u'INDIRECT_-1207488167'), (u'MULTIEQUAL_-1207488144', u'INT_SEXT_-1207488353'), (u'STORE_-1207488462', u'INDIRECT_-1207488192'), (u'PTRSUB_-1207488214', u'STORE_-1207488550'), ('const-433', u'STORE_-1207488385'), ('const-0', u'STORE_-1207488385'), ('const-433', u'LOAD_-1207488471'), (u'STORE_-12... | [(u'CAST_-1207488181', u'STORE_-1207488462'), (u'STORE_-1207488385', u'INDIRECT_-1207488167'), (u'MULTIEQUAL_-1207488144', u'INT_SEXT_-1207488353'), ('const-16', u'INT_ADD_-1207488448'), (u'STORE_-1207488462', u'INDIRECT_-1207488192'), ('const-0', u'STORE_-1207488550'), ('const-24', u'INT_ADD_-1207488536'), (u'CAST_-12... | null | null | 00182f61 | x64 | O0 | (translation_unit "void reset_mail_files(void)\n\n{\n long lVar1;\n int iVar2;\n \n for (iVar2 = 0; iVar2 < DAT_0024e1d8; iVar2 = iVar2 + 1) {\n lVar1 = *(long *)(DAT_0024e1d0 + (long)iVar2 * 8);\n *(undefined8 *)(lVar1 + 0x18) = 0;\n *(undefined8 *)(*(long *)(DAT_0024e1d0 + (long)iVar2 * 8) + 0x10) =\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid reset_mail_files(void)\n\n{\n FILEINFO *pFVar1;\n int i;\n int iVar2;\n \n for (iVar2 = 0; iVar2 < mailfiles_count; iVar2 = iVar2 + 1) {\n pFVar1 = mailfiles[iVar2];\n pFVar1->mod_time = 0;\n mailfiles[... | (translation_unit "void reset_mail_files(void)\n\n{\n long lVar1;\n int iVar2;\n \n for (iVar2 = 0; iVar2 < DAT_0024e1d8; iVar2 = iVar2 + 1) {\n lVar1 = *(long *)(DAT_0024e1d0 + (long)iVar2 * 8);\n *(undefined8 *)(lVar1 + 0x18) = 0;\n *(undefined8 *)(*(long *)(DAT_0024e1d0 + (long)iVar2 * 8) + 0x10) =\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (for_statement for ( (assignment_expression IDENT = LIT) ; (binary_expression IDENT < IDENT) ; (ass... | (function_definition "void reset_mail_files(void)\n\n{\n long lVar1;\n int iVar2;\n \n for (iVar2 = 0; iVar2 < DAT_0024e1d8; iVar2 = iVar2 + 1) {\n lVar1 = *(long *)(DAT_0024e1d0 + (long)iVar2 * 8);\n *(undefined8 *)(lVar1 + 0x18) = 0;\n *(undefined8 *)(*(long *)(DAT_0024e1d0 + (long)iVar2 * 8) + 0x10) =\n... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 *pFVar1;
int i;
int var_1;
for (var_1 = 0; var_1 < var_2; var_1 = var_1 + 1) {
pFVar1 = mailfiles[var_1];
pFVar1->mod_time = 0;
mailfiles[var_1]->access_time = pFVar1->mod_time;
mail... | 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: (primitive... | null |
void MASKED(void)
{
long lVar1;
int iVar2;
for (iVar2 = 0; iVar2 < DAT_0024e1d8; iVar2 = iVar2 + 1) {
lVar1 = *(long *)(DAT_0024e1d0 + (long)iVar2 * 8);
*(undefined8 *)(lVar1 + 0x18) = 0;
*(undefined8 *)(*(long *)(DAT_0024e1d0 + (long)iVar2 * 8) + 0x10) =
*(undefined8 *)(lVar1 + 0x18);
... |
10289_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | _M_extract_int[abi:cxx11]<long_long> | FUN_0034c000 |
/* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char,
std::istreambuf_iterator<char, std::char_traits<char> > >::_M_extract_int[abi:cxx11]<long
long>(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_... |
undefined1 [16]
FUN_0034c000(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5,long param_6,
uint *param_7,ulong *param_8)
{
ulong uVar1;
long *plVar2;
byte bVar3;
bool bVar4;
char cVar5;
int iVar6;
int iVar7;
int iVar8;
long lVar9;
ulong uVar10;
void *pvVar11... | PUSH R15
MOV R15,RSI
PUSH R14
PUSH R13
PUSH R12
MOV R12,R9
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RCX
SUB RSP,0x98
LEA RDI,[0x44bd90]
MOV qword ptr [RSP + 0x60],RDX
MOV qword ptr [RSP + 0x18],R8
MOV dword ptr [RSP + 0x10],EDX
MOV qword ptr [RSP + 0x8],RCX
CALL 0x002dd3b0
MOV RSI,RAX
MOV qword ptr [RSP + 0x20],RAX
MOV RA... | null | null | null | null | [(u'MULTIEQUAL_-1205084958', u'INT_ADD_-1205089457'), (u'INT_SEXT_-1205090978', u'INT_ADD_-1205088857'), (u'MULTIEQUAL_-1205082982', u'PTRADD_-1205078669'), (u'LOAD_-1205091640', u'MULTIEQUAL_-1205083627'), (u'CALLIND_-1205088009', u'INDIRECT_-1205079700'), (u'PTRADD_-1205080534', u'LOAD_-1205091734'), (u'MULTIEQUAL_-1... | [(u'PTRADD_-1205079096', u'LOAD_-1205089168'), (u'COPY_-1205077039', u'MULTIEQUAL_-1205079998'), (u'MULTIEQUAL_-1205079996', u'MULTIEQUAL_-1205080519'), (u'INT_SEXT_-1205090978', u'INT_ADD_-1205088857'), (u'COPY_-1205077990', u'MULTIEQUAL_-1205081282'), ('const-3', u'PTRADD_-1205080562'), (u'LOAD_-1205091741', u'CAST_-... | null | null | 0034c000 | x64 | O0 | (translation_unit "undefined1 [16]\nFUN_0034c000(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5,long param_6,\n uint *param_7,ulong *param_8)\n\n{\n ulong uVar1;\n long *plVar2;\n byte bVar3;\n bool bVar4;\n char cVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n long lVar9;\... | (translation_unit "/* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char,\n std::istreambuf_iterator<char, std::char_traits<char> > >::_M_extract_int[abi:cxx11]<long\n long>(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, s... | (translation_unit "undefined1 [16]\nFUN_0034c000(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5,long param_6,\n uint *param_7,ulong *param_8)\n\n{\n ulong uVar1;\n long *plVar2;\n byte bVar3;\n bool bVar4;\n char cVar5;\n int iVar6;\n int iVar7;\n int iVar8;\n long lVar9;\... | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (declaration (macro_type_specifier IDENT ( (type_descriptor TYPE) )) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) (pointer_declarator * IDENT) , (ERROR IDENT) IDENT , (ERROR IDENT) IDENT , (ERROR ... | (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (declaration "FUN_0034c000(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5,long param_6,\n uint *param_7,ulong *param_8)\n\n{\n ... |
/* std::istreambuf_iterator<char, std::char_traits<char> > std::num_get<char,
std::istreambuf_iterator<char, std::char_traits<char> > >::_M_extract_int[abi:cxx11]<long
long>(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_... | null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (declaration type: (macro_type_specifier name: (identifier) type: (type_descriptor type: (type_identifier)) (MISSING ")")) declarator: (identifier) (ERROR (identifier)) declarator: (pointer_decla... | null |
undefined1 [16]
MASKED(undefined8 param_1,long *param_2,ulong param_3,long *param_4,int param_5,long param_6,
uint *param_7,ulong *param_8)
{
ulong uVar1;
long *plVar2;
byte bVar3;
bool bVar4;
char cVar5;
int iVar6;
int iVar7;
int iVar8;
long lVar9;
ulong uVar10;
void *pvVar11;
un... |
8341_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | swap | FUN_002fcf00 |
/* std::ostream::swap(std::ostream&) */
void __thiscall std::ostream::swap(ostream *this,ostream *param_1)
{
ios_base iVar1;
undefined8 uVar2;
ios_base *this_00;
ios_base *this_01;
this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));
this_00 = (ios_base *)(param_1 + *(long *)(*(long *)para... |
void FUN_002fcf00(long *param_1,long *param_2)
{
undefined1 uVar1;
undefined8 uVar2;
long lVar3;
long lVar4;
lVar4 = (long)param_1 + *(long *)(*param_1 + -0x18);
lVar3 = *(long *)(*param_2 + -0x18) + (long)param_2;
FUN_003300a0(lVar4,lVar3);
FUN_00317db0(lVar4,lVar4 + 0xd0);
FUN_00317db0(lVar3,lV... | PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [RDI]
ADD RDI,qword ptr [RAX + -0x18]
MOV RAX,qword ptr [RSI]
MOV RBP,RDI
MOV RBX,qword ptr [RAX + -0x18]
ADD RBX,RSI
MOV RSI,RBX
CALL 0x003300a0
LEA RSI,[RBP + 0xd0]
MOV RDI,RBP
CALL 0x00317db0
LEA RSI,[RBX + 0xd0]
MOV RDI,RBX
CALL 0x00317db0
MOV RAX,qword ptr [RBP + 0xd... | null | null | null | null | [('tmp_336', u'CAST_-1204760541'), ('const-224', u'PTRADD_-1204760560'), ('const-433', u'STORE_-1204760640'), (u'INT_ADD_-1204760787', u'CAST_-1204760547'), (u'LOAD_-1204760694', u'STORE_-1204760682'), (u'PTRADD_-1204760622', u'CAST_-1204760467'), ('const-433', u'STORE_-1204760591'), (u'CAST_-1204760551', u'LOAD_-12047... | [('const-433', u'STORE_-1204760640'), (u'INT_ADD_-1204760781', u'INT_ADD_-1204760688'), (u'LOAD_-1204760694', u'STORE_-1204760682'), ('const-433', u'STORE_-1204760591'), (u'CAST_-1204760547', u'INT_ADD_-1204760781'), (u'CAST_-1204760548', u'LOAD_-1204760799'), ('const-216', u'INT_ADD_-1204760688'), (u'INT_ADD_-12047607... | null | null | 002fcf00 | x64 | O0 | (translation_unit "void FUN_002fcf00(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined8 uVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = (long)param_1 + *(long *)(*param_1 + -0x18);\n lVar3 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_003300a0(lVar4,lVar3);\n FUN_00317db0(lVar4,lVar4 + 0... | (translation_unit "/* std::ostream::swap(std::ostream&) */\n\nvoid __thiscall std::ostream::swap(ostream *this,ostream *param_1)\n\n{\n ios_base iVar1;\n undefined8 uVar2;\n ios_base *this_00;\n ios_base *this_01;\n \n this_01 = (ios_base *)(this + *(long *)(*(long *)this + -0x18));\n this_00 = (ios_base *)(para... | (translation_unit "void FUN_002fcf00(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined8 uVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = (long)param_1 + *(long *)(*param_1 + -0x18);\n lVar3 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_003300a0(lVar4,lVar3);\n FUN_00317db0(lVar4,lVar4 + 0... | (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) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration T... | (function_definition "void FUN_002fcf00(long *param_1,long *param_2)\n\n{\n undefined1 uVar1;\n undefined8 uVar2;\n long lVar3;\n long lVar4;\n \n lVar4 = (long)param_1 + *(long *)(*param_1 + -0x18);\n lVar3 = *(long *)(*param_2 + -0x18) + (long)param_2;\n FUN_003300a0(lVar4,lVar3);\n FUN_00317db0(lVar4,lVar4 ... |
/* std::ostream::swap(std::ostream&) */
void __thiscall std::type_1::function_1(type_1 *var_1,type_1 *var_2)
{
type_2 iVar1;
type_3 uVar2;
type_2 *var_6;
type_2 *var_5;
var_5 = (type_2 *)(var_1 + *(long *)(*(long *)var_1 + -0x18));
var_6 = (type_2 *)(var_2 + *(long *)(*(long *)var_2 + -0x18));
ios_b... | 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)
{
undefined1 uVar1;
undefined8 uVar2;
long lVar3;
long lVar4;
lVar4 = (long)param_1 + *(long *)(*param_1 + -0x18);
lVar3 = *(long *)(*param_2 + -0x18) + (long)param_2;
FUN_003300a0(lVar4,lVar3);
FUN_00317db0(lVar4,lVar4 + 0xd0);
FUN_00317db0(lVar3,lVar3 + ... |
8026_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | rfind | FUN_002e34f0 |
/* std::string::rfind(char, unsigned long) const */
void __thiscall std::string::rfind(string *this,char 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 (*(char *)(*(long *)this... |
void FUN_002e34f0(long *param_1,char 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 (*(char *)(*param_1 + uVar1) == param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar1 ... | MOV RCX,qword ptr [RDI + 0x8]
MOV RAX,-0x1
TEST RCX,RCX
JZ 0x002e3520
ADD RAX,RCX
CMP RAX,RDX
CMOVA RAX,RDX
MOV RDX,qword ptr [RDI]
NOP dword ptr [RAX]
CMP byte ptr [RDX + RAX*0x1],SIL
JZ 0x002e3520
SUB RAX,0x1
CMP RAX,-0x1
JNZ 0x002e3510
RET | null | null | null | null | [(u'INT_LESS_-1204734666', u'CBRANCH_-1204734672'), ('const-0', u'RETURN_-1204734600'), ('const-0', u'INT_NOTEQUAL_-1204734705'), (u'CAST_-1204734510', u'LOAD_-1204734669'), (u'MULTIEQUAL_-1204734531', u'INT_ADD_-1204734643'), ('const-433', u'LOAD_-1204734733'), (u'CAST_-1204734537', u'LOAD_-1204734733'), ('tmp_215', u... | [(u'INT_LESS_-1204734666', u'CBRANCH_-1204734672'), ('const-0', u'RETURN_-1204734600'), ('const-0', u'INT_NOTEQUAL_-1204734705'), ('tmp_378', u'COPY_-1204734578'), (u'MULTIEQUAL_-1204734531', u'INT_ADD_-1204734643'), ('tmp_377', u'PTRADD_-1204734538'), (u'COPY_-1204734578', u'MULTIEQUAL_-1204734536'), (u'LOAD_-12047346... | null | null | 002e34f0 | x64 | O0 | (translation_unit "void FUN_002e34f0(long *param_1,char 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 (*(char *)(*param_1 + uVar1) == param_2) {\n return;\n }\n uVar1 ... | (translation_unit "/* std::string::rfind(char, unsigned long) const */\n\nvoid __thiscall std::string::rfind(string *this,char 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 do {\n ... | (translation_unit "void FUN_002e34f0(long *param_1,char 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 (*(char *)(*param_1 + uVar1) == param_2) {\n return;\n }\n uVar1 ... | (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_002e34f0(long *param_1,char 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 (*(char *)(*param_1 + uVar1) == param_2) {\n return;\n }\n uVa... |
/* std::string::rfind(char, unsigned long) const */
void __thiscall std::type_1::function_1(type_1 *var_1,char var_4,type_2 var_2)
{
type_2 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 (*(char *)(*(long *)va... | 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,char 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 (*(char *)(*param_1 + uVar1) == param_2) {
return;
}
uVar1 = uVar1 - 1;
} while (uVar1 != 0xf... |
10224_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ~Binary_to_elf | FUN_0045ef50 |
/* DWARF original prototype: void ~Binary_to_elf(Binary_to_elf * this, int __in_chrg) */
void __thiscall gold::Binary_to_elf::~Binary_to_elf(Binary_to_elf *this,int __in_chrg)
{
pointer pcVar1;
if (this->data_ != (uchar *)0x0) {
operator_delete__(this->data_);
}
pcVar1 = (this->filename_)._M_dataplus.... |
void FUN_0045ef50(long param_1)
{
if (*(long *)(param_1 + 0x30) != 0) {
thunk_FUN_0049e330();
}
if (*(long *)(param_1 + 0x10) != param_1 + 0x20) {
FUN_0049e330();
return;
}
return;
}
| PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x30]
TEST RDI,RDI
JZ 0x0045ef62
CALL 0x0049e300
MOV RDI,qword ptr [RBX + 0x10]
ADD RBX,0x20
CMP RDI,RBX
JZ 0x0045ef78
POP RBX
JMP 0x0049e330
POP RBX
RET | null | null | null | null | [(u'INT_NOTEQUAL_-1201999973', u'CBRANCH_-1201999972'), ('const-433', u'LOAD_-1202000037'), ('const-0', u'RETURN_-1201999942'), (u'PTRSUB_-1201999857', u'LOAD_-1202000007'), ('tmp_114', u'CBRANCH_-1201999972'), (u'PTRSUB_-1201999861', u'PTRSUB_-1201999860'), ('const-16', u'PTRSUB_-1201999852'), (u'LOAD_-1202000037', u'... | [(u'INT_NOTEQUAL_-1201999973', u'CBRANCH_-1201999972'), ('tmp_244', u'INT_ADD_-1202000021'), (u'INT_ADD_-1201999991', u'CAST_-1201999866'), ('const-0', u'RETURN_-1201999942'), ('const-433', u'LOAD_-1202000037'), ('tmp_244', u'INT_ADD_-1201999982'), (u'INT_ADD_-1201999982', u'INT_NOTEQUAL_-1201999973'), ('tmp_114', u'CB... | null | null | 0045ef50 | x64 | O0 | (translation_unit "void FUN_0045ef50(long param_1)\n\n{\n if (*(long *)(param_1 + 0x30) != 0) {\n thunk_FUN_0049e330();\n }\n if (*(long *)(param_1 + 0x10) != param_1 + 0x20) {\n FUN_0049e330();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0045ef50(long param_1)\n\n{\n if (*(long *)(par... | (translation_unit "/* DWARF original prototype: void ~Binary_to_elf(Binary_to_elf * this, int __in_chrg) */\n\nvoid __thiscall gold::Binary_to_elf::~Binary_to_elf(Binary_to_elf *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n if (this->data_ != (uchar *)0x0) {\n operator_delete__(this->data_);\n }\n pcVar1 = (t... | (translation_unit "void FUN_0045ef50(long param_1)\n\n{\n if (*(long *)(param_1 + 0x30) != 0) {\n thunk_FUN_0049e330();\n }\n if (*(long *)(param_1 + 0x10) != param_1 + 0x20) {\n FUN_0049e330();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0045ef50(long param_1)\n\n{\n if (*(long *)(par... | (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 (sized_type_specifier lon... | (function_definition "void FUN_0045ef50(long param_1)\n\n{\n if (*(long *)(param_1 + 0x30) != 0) {\n thunk_FUN_0049e330();\n }\n if (*(long *)(param_1 + 0x10) != param_1 + 0x20) {\n FUN_0049e330();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0045ef50(long param_1)" (ident... |
/* DWARF original prototype: void ~Binary_to_elf(Binary_to_elf * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_6;
if (this->data_ != (type_2 *)0x0) {
var_1(this->data_);
}
var_6 = (this->filename_)._M_dataplus._M_p;
if ((anon_union... | 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 (if_statement condition: (parenthesized_expression (binary_express... | null |
void MASKED(long param_1)
{
if (*(long *)(param_1 + 0x30) != 0) {
thunk_FUN_0049e330();
}
if (*(long *)(param_1 + 0x10) != param_1 + 0x20) {
FUN_0049e330();
return;
}
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.