file_name stringlengths 21 83 | original_function_name stringlengths 1 716 | stripped_function_name stringlengths 3 50 | decompiled_code_original stringlengths 44 263k ⌀ | decompiled_code_stripped stringlengths 41 208k ⌀ | assembly_code stringlengths 3 168k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 5.24M | pcode_edges_stripped stringlengths 11 3.12M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 338 5.73M ⌀ | S-Expression_decompiled_code_original stringlengths 367 7.15M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 289 5.55M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 148 531k ⌀ | S-Expression_decompiled_code_original_root stringlengths 291 5.61M ⌀ | Replace_function_name_and_variable_name stringlengths 39 247k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 225 747k ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 208k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
775_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c | md_undefined_symbol | FUN_0004e030 |
symbolS * md_undefined_symbol(char *name)
{
symbolS *psVar1;
if (*name == '$') {
psVar1 = md_undefined_symbol(name);
return psVar1;
}
return (symbolS *)0x0;
}
|
undefined4 FUN_0004e030(char *param_1)
{
undefined4 uVar1;
if (*param_1 == '$') {
uVar1 = FUN_0004a980();
return uVar1;
}
return 0;
}
| MOV EAX,dword ptr [ESP + 0x4]
CMP byte ptr [EAX],0x24
JNZ 0x0004e040
JMP 0x0004a980
XOR EAX,EAX
RET | null | null | null | null | [('tmp_85', u'CALL_-1206132656'), ('tmp_85', u'LOAD_-1206132679'), ('const-36', u'INT_EQUAL_-1206132664'), (u'CALL_-1206132656', u'RETURN_-1206132652'), ('const-417', u'LOAD_-1206132679'), ('const-0', u'COPY_-1206132651'), ('const-0', u'RETURN_-1206132652'), ('tmp_41', u'CBRANCH_-1206132661'), (u'COPY_-1206132651', u'R... | [('const-417', u'LOAD_-1206132679'), ('const-36', u'INT_EQUAL_-1206132664'), (u'CALL_-1206132656', u'RETURN_-1206132652'), ('const-0', u'COPY_-1206132651'), ('const-0', u'RETURN_-1206132652'), ('tmp_134', u'LOAD_-1206132679'), ('tmp_41', u'CBRANCH_-1206132661'), (u'COPY_-1206132651', u'RETURN_-1206132631'), (u'LOAD_-12... | null | null | 0004e030 | x86 | O1 | (translation_unit "undefined4 FUN_0004e030(char *param_1)\n\n{\n undefined4 uVar1;\n \n if (*param_1 == '$') {\n uVar1 = FUN_0004a980();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0004e030(char *param_1)\n\n{\n undefined4 uVar1;\n \n if (*param_1 == '$') {\n uVar1 = FU... | (translation_unit "symbolS * md_undefined_symbol(char *name)\n\n{\n symbolS *psVar1;\n \n if (*name == '$') {\n psVar1 = md_undefined_symbol(name);\n return psVar1;\n }\n return (symbolS *)0x0;\n}\n\n" (function_definition "symbolS * md_undefined_symbol(char *name)\n\n{\n symbolS *psVar1;\n \n if (*name =... | (translation_unit "undefined4 FUN_0004e030(char *param_1)\n\n{\n undefined4 uVar1;\n \n if (*param_1 == '$') {\n uVar1 = FUN_0004a980();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0004e030(char *param_1)\n\n{\n undefined4 uVar1;\n \n if (*param_1 == '$') {\n uVar1 = FU... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' characte... | (function_definition "undefined4 FUN_0004e030(char *param_1)\n\n{\n undefined4 uVar1;\n \n if (*param_1 == '$') {\n uVar1 = FUN_0004a980();\n return uVar1;\n }\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0004e030(char *param_1)" (identifier "FUN_0004e030") (parameter_list "(char ... |
type_1 * function_1(char *name)
{
type_1 *psVar1;
if (*name == '$') {
psVar1 = function_1(name);
return psVar1;
}
return (type_1 *)0x0;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
undefined4 MASKED(char *param_1)
{
undefined4 uVar1;
if (*param_1 == '$') {
uVar1 = FUN_0004a980();
return uVar1;
}
return 0;
}
|
259_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | lex_push_file | FUN_0001cec0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void lex_push_file(FILE *file,char *name,uint sysrooted)
{
YY_BUFFER_STATE pyVar1;
char *fmt;
if (9 < include_stack_ptr) {
fmt = (char *)dcgettext(0,"%F:includes nested too deeply\n",5);
einfo(fmt);
}
file_na... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001cec0(undefined4 param_1,undefined4 param_2,byte param_3)
{
undefined4 uVar1;
int iVar2;
if (9 < DAT_001cf574) {
uVar1 = dcgettext(0,"%F:includes nested too deeply\n",5);
FUN_00034d20(uVar1);
}
*... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017b80
ADD EBX,0x1b1137
SUB ESP,0x1c
MOV ESI,dword ptr [ESP + 0x30]
MOV EDI,dword ptr [ESP + 0x34]
MOV EBP,dword ptr [ESP + 0x38]
MOV EAX,dword ptr [EBX + 0x1574]
CMP EAX,0x9
JA 0x0001cf88
LEA ECX,[EBX + 0x236c]
MOV dword ptr [EBX + EAX*0x4 + 0x1600],EDI
MOV EDX,dword ptr [E... | null | null | null | null | [(u'CALL_-1205940030', u'INDIRECT_-1205939743'), (u'CALL_-1205940043', u'CAST_-1205939718'), ('const-463348', u'COPY_-1205939792'), ('tmp_830', u'STORE_-1205940426'), ('const-1', u'COPY_-1205940219'), (u'PTRSUB_-1205939869', u'PTRADD_-1205939866'), (u'INT_AND_-1205940316', u'STORE_-1205940326'), ('const-16384', u'CALL_... | [(u'COPY_-1205939903', u'MULTIEQUAL_-1205940024'), (u'PTRADD_-1205940266', u'CAST_-1205939852'), (u'INDIRECT_-1205939886', u'INT_MULT_-1205940257'), (u'MULTIEQUAL_-1205940024', u'STORE_-1205940275'), (u'MULTIEQUAL_-1205940108', u'INT_MULT_-1205940400'), ('const-4', u'INT_MULT_-1205940400'), ('const-9', u'INT_LESS_-1205... | null | null | 0001cec0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001cec0(undefined4 param_1,undefined4 param_2,byte param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n \n if (9 < DAT_001cf574) {\n uVar1 = dcgettext(0,"%F:includes nested too deeply\n",5);\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid lex_push_file(FILE *file,char *name,uint sysrooted)\n\n{\n YY_BUFFER_STATE pyVar1;\n char *fmt;\n \n if (9 < include_stack_ptr) {\n fmt = (char *)dcgettext(0,"%F:includes nested too deeply\n",5);\n ... | (translation_unit "void FUN_0001cec0(undefined4 param_1,undefined4 param_2,byte param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n \n if (9 < DAT_001cf574) {\n uVar1 = dcgettext(0,"%F:includes nested too deeply\n",5);\n FUN_00034d20(uVar1);\n }\n *(undefined4 *)(&DAT_001cf600 + DAT_001cf574 * 4) = param_2;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression... | (function_definition "void FUN_0001cec0(undefined4 param_1,undefined4 param_2,byte param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n \n if (9 < DAT_001cf574) {\n uVar1 = dcgettext(0,"%F:includes nested too deeply\n",5);\n FUN_00034d20(uVar1);\n }\n *(undefined4 *)(&DAT_001cf600 + DAT_001cf574 * 4) = param_2;... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(type_1 *file,char *name,type_2 sysrooted)
{
type_3 pyVar1;
char *fmt;
if (9 < var_1) {
fmt = (char *)var_2(0,"%F:includes nested too deeply\n",5);
var_3(fmt);
}
file_name_stack[var_1] = 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)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2,byte param_3)
{
undefined4 uVar1;
int iVar2;
if (9 < DAT_001cf574) {
uVar1 = dcgettext(0,"%F:includes nested too deeply\n",5);
FUN_00034d20(uVar1);
}
*(undef... |
7129_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | operator.cast.to.bool | FUN_001b9950 |
/* std::ostream::sentry::operator bool() const */
bool __thiscall std::ostream::sentry::operator_cast_to_bool(sentry *this)
{
return (bool)*this;
}
|
undefined1 FUN_001b9950(undefined1 *param_1)
{
return *param_1;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOVZX EAX,byte ptr [EAX]
RET | null | null | null | null | [('const-417', u'LOAD_-1207658151'), ('tmp_24', u'LOAD_-1207658151'), (u'COPY_-1207658143', u'RETURN_-1207658136'), ('const-0', u'RETURN_-1207658136'), (u'CAST_-1207658078', u'COPY_-1207658143'), (u'LOAD_-1207658151', u'CAST_-1207658078')] | [(u'LOAD_-1207658151', u'COPY_-1207658146'), ('const-0', u'RETURN_-1207658136'), (u'COPY_-1207658146', u'RETURN_-1207658136'), ('const-417', u'LOAD_-1207658151'), ('tmp_26', u'LOAD_-1207658151')] | null | null | 001b9950 | x86 | O1 | (translation_unit "undefined1 FUN_001b9950(undefined1 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined1 FUN_001b9950(undefined1 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_001b9950(undefined1 *param_1)" identifier (parameter_list "(undefined1 *param_1)" ( (... | (translation_unit "/* std::ostream::sentry::operator bool() const */\n\nbool __thiscall std::ostream::sentry::operator_cast_to_bool(sentry *this)\n\n{\n return (bool)*this;\n}\n\n" comment (function_definition "bool __thiscall std::ostream::sentry::operator_cast_to_bool(sentry *this)\n\n{\n return (bool)*this;\n}" pr... | (translation_unit "undefined1 FUN_001b9950(undefined1 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined1 FUN_001b9950(undefined1 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_001b9950(undefined1 *param_1)" identifier (parameter_list "(undefined1 *param_1)" ( (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * IDENT) ;) }))) | (function_definition "undefined1 FUN_001b9950(undefined1 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined1") (function_declarator "FUN_001b9950(undefined1 *param_1)" (identifier "FUN_001b9950") (parameter_list "(undefined1 *param_1)" (( "(") (parameter_declaration "undefined1 *param_1" (type_identifie... |
/* std::ostream::sentry::operator bool() const */
bool __thiscall std::ostream::type_1::function_1(type_1 *this)
{
return (bool)*this;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression... | null |
undefined1 MASKED(undefined1 *param_1)
{
return *param_1;
}
|
232_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c | yyget_debug | FUN_0001bc00 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int yyget_debug(void)
{
return yy_flex_debug;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_0001bc00(void)
{
return DAT_0013ccc4;
}
| CALL 0x0001c192
ADD EAX,0x1203fb
MOV EAX,dword ptr [EAX + 0xcc4]
RET | null | null | null | null | [('const-0', u'RETURN_-1205945301'), (u'COPY_-1205945319', u'RETURN_-1205945301'), ('tmp_77', u'COPY_-1205945305'), ('tmp_77', u'COPY_-1205945319')] | [('const-0', u'RETURN_-1205945301'), (u'COPY_-1205945319', u'RETURN_-1205945301'), ('tmp_77', u'COPY_-1205945305'), ('tmp_77', u'COPY_-1205945319')] | null | null | 0001bc00 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_0001bc00(void)\n\n{\n return DAT_0013ccc4;\n}\n\n" comment (function_definition "undefined4 FUN_0001bc00(void)\n\n{\n return DAT_0013ccc4;\n}" type_identifier (function_declarator "FUN_0001bc0... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint yyget_debug(void)\n\n{\n return yy_flex_debug;\n}\n\n" comment comment (function_definition "int yyget_debug(void)\n\n{\n return yy_flex_debug;\n}" primitive_typ... | (translation_unit "undefined4 FUN_0001bc00(void)\n\n{\n return DAT_0013ccc4;\n}\n\n" (function_definition "undefined4 FUN_0001bc00(void)\n\n{\n return DAT_0013ccc4;\n}" type_identifier (function_declarator "FUN_0001bc00(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (co... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return IDENT ;) }))) | (function_definition "undefined4 FUN_0001bc00(void)\n\n{\n return DAT_0013ccc4;\n}" (type_identifier "undefined4") (function_declarator "FUN_0001bc00(void)" (identifier "FUN_0001bc00") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return DAT... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
int function_1(void)
{
return yy_flex_debug;
}
| 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 (identifier))))) | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(void)
{
return DAT_0013ccc4;
}
|
13424_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | use_facet<std::moneypunct<wchar_t,true>> | FUN_0041cb90 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::moneypunct<wchar_t, true> const& std::use_facet<std::moneypunct<wchar_t, true> >(std::locale
const&) */
moneypunct * std::use_facet<std::money... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0041cb90(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_003b0a10(PTR_DAT_005e9dd4);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
... | PUSH EBX
CALL 0x00050b50
ADD EBX,0x1cd46a
SUB ESP,0x14
PUSH dword ptr [EBX + 0xfffffdd4]
CALL 0x003b0a10
MOV EDX,dword ptr [ESP + 0x20]
ADD ESP,0x10
MOV EDX,dword ptr [EDX]
MOV ECX,dword ptr [EDX + 0x4]
CMP dword ptr [EDX + 0x8],EAX
JBE 0x0041cbe2
MOV EAX,dword ptr [ECX + EAX*0x4]
TEST EAX,EAX
JZ 0x0041cbe2
PUSH 0x0
PU... | null | null | null | null | [('const-1', u'RETURN_-1201747038')] | [('const-0', u'INT_NOTEQUAL_-1201746927'), (u'CALL_-1201746829', u'INDIRECT_-1201746648'), (u'CALL_-1201746829', u'INDIRECT_-1201746648'), (u'CAST_-1201746669', u'LOAD_-1201746946'), (u'INT_NOTEQUAL_-1201746862', u'CBRANCH_-1201746862'), ('const-0', u'RETURN_-1201746835'), ('const-4', u'INT_MULT_-1201746918'), (u'CALL_... | null | null | 0041cb90 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0041cb90(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_003b0a10(PTR_DAT_005e9dd4);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::moneypunct<wchar_t, true> const& std::use_facet<std::moneypunct<wchar_t, true> >(std::locale\n const&) */\n\nmoneypunct * st... | (translation_unit "void FUN_0041cb90(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_003b0a10(PTR_DAT_005e9dd4);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_003f6160(iVar2,PTR_PTR_005e9bac,PTR_PTR_005e9cd0,0)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( ... | (function_definition "void FUN_0041cb90(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_003b0a10(PTR_DAT_005e9dd4);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_003f6160(iVar2,PTR_PTR_005e9bac,PTR_PTR_005e9cd0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::moneypunct<wchar_t, true> const& std::use_facet<std::moneypunct<wchar_t, true> >(std::locale
const&) */
moneypunct * std::use_facet<std::money... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_003b0a10(PTR_DAT_005e9dd4);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
iVar2 ... |
9213_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | operator>> | FUN_0026e7c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long double&) */
void __thiscall std::istream::operator>>(istream *this,longdouble *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0026e7c0(undefined4 param_1,undefined4 param_2)
{
FUN_0026e680(param_1,param_2);
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x1a583a
SUB ESP,0x10
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0026e680
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1204164654')] | [('const-0', u'RETURN_-1204164578'), ('tmp_262', u'CALL_-1204164606'), ('tmp_263', u'CALL_-1204164606')] | null | null | 0026e7c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0026e7c0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026e680(param_1,param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0026e7c0(undefined4 param_1,undefined4 param_2)\n\n{\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long double&) */\n\nvoid __thiscall std::istream::operator>>(istream *this,longdouble *param_1)\n\n{\n}\n\n" comment comment (ERROR "void __thiscall std::istream::operato... | (translation_unit "void FUN_0026e7c0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026e680(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0026e7c0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026e680(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0026e7c0(und... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0026e7c0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026e680(param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0026e7c0(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0026e7c0") (parameter_list "(undefined4 param_1,undefined4 param_2)" ((... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long double&) */
void __thiscall std::istream::operator>>(istream *this,longdouble *param_1)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_0026e680(param_1,param_2);
return;
}
|
1_sh4-linux-gnu-ar_and_sh4-linux-gnu-ar_strip.c | _init | _DT_INIT |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _init(EVP_PKEY_CTX *ctx)
{
int iVar1;
if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00020fe4)();
}
frame_dummy();
iVar1 = __do_global_ctors_aux();
return iVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void _DT_INIT(void)
{
if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00020fe4)();
}
thunk_FUN_00013760();
FUN_00019a20();
return;
}
| PUSH EBX
SUB ESP,0x8
CALL 0x00013710
ADD EBX,0xeff7
MOV EAX,dword ptr [EBX + 0xffffffe4]
TEST EAX,EAX
JZ 0x0001201b
CALL EAX
CALL 0x00013840
CALL 0x00019a20
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [(u'CALLIND_-1205985207', u'INDIRECT_-1205985066'), (u'INDIRECT_-1205985066', u'MULTIEQUAL_-1205985061'), ('const-0', u'RETURN_-1205985167'), ('tmp_427', u'INT_NOTEQUAL_-1205985216'), (u'CALL_-1205985195', u'INDIRECT_-1205985057'), ('tmp_427', u'CAST_-1205985058'), ('tmp_427', u'MULTIEQUAL_-1205985061'), ('const-0', u'... | [('const-0', u'RETURN_-1205985167'), (u'CAST_-1205985062', u'CALLIND_-1205985207'), (u'CALLIND_-1205985207', u'INDIRECT_-1205985070'), ('tmp_407', u'INT_NOTEQUAL_-1205985216'), ('tmp_407', u'CAST_-1205985062'), ('const-0', u'INT_NOTEQUAL_-1205985216'), (u'CALL_-1205985203', u'INDIRECT_-1205985067'), (u'CALL_-1205985195... | null | null | 00012000 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00020fe4)();\n }\n thunk_FUN_00013760();\n FUN_00019a20();\n return;\n}\n\n" comment (fu... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n \n if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00020fe4)();\n }\n frame_dummy();\n iVar1 = __do_global_ctors_a... | (translation_unit "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00020fe4)();\n }\n thunk_FUN_00013760();\n FUN_00019a20();\n return;\n}\n\n" (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00020fe4 != (undefined *)0x0) ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statemen... | (function_definition "void _DT_INIT(void)\n\n{\n if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {\n (*(code *)PTR___gmon_start___00020fe4)();\n }\n thunk_FUN_00013760();\n FUN_00019a20();\n return;\n}" (primitive_type "void") (function_declarator "_DT_INIT(void)" (identifier "_DT_INIT") (parameter_list "(... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(type_1 *ctx)
{
int iVar1;
if (var_1 != (type_2 *)0x0) {
(*(type_3 *)var_1)();
}
var_2();
iVar1 = var_3();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
if (PTR___gmon_start___00020fe4 != (undefined *)0x0) {
(*(code *)PTR___gmon_start___00020fe4)();
}
thunk_FUN_00013760();
FUN_00019a20();
return;
}
|
12_sg_referrals_and_sg_referrals_strip.c | __libc_start_main | __libc_start_main |
void __libc_start_main(void)
{
(*(code *)PTR___libc_start_main_00013fb4)();
return;
}
|
void __libc_start_main(void)
{
(*(code *)PTR___libc_start_main_00013fb4)();
return;
}
| JMP dword ptr [EBX + 0x30] | null | null | null | null | [(u'CAST_-1205989081', u'CALLIND_-1205989158'), (u'INDIRECT_-1205989086', u'COPY_-1205989145'), ('const-0', u'RETURN_-1205989155'), (u'CALLIND_-1205989158', u'INDIRECT_-1205989086'), ('tmp_58', u'CAST_-1205989081')] | [(u'CAST_-1205989081', u'CALLIND_-1205989158'), (u'INDIRECT_-1205989086', u'COPY_-1205989145'), ('const-0', u'RETURN_-1205989155'), (u'CALLIND_-1205989158', u'INDIRECT_-1205989086'), ('tmp_58', u'CAST_-1205989081')] | null | null | 000110d0 | x86 | O1 | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (paramet... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __libc_start_main(void)\n\n{\n (*(code *)PTR___libc_start_main_00013fb4)();\n return;\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))... |
void function_1(void)
{
(*(type_1 *)PTR___libc_start_main_00013fb4)();
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_00013fb4)();
return;
}
|
655_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | __throw_runtime_error | FUN_00037714 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_runtime_error(char const*) [clone .cold.6] */
void std::__throw_runtime_error(char *param_1)
{
int unaff_EBP;
__cxa_free_exception();
/* WARNING: Subroutine does not return */
_Unwind_Resume(*(un... |
void FUN_00037714(void)
{
int unaff_EBP;
FUN_002480c0();
/* WARNING: Subroutine does not return */
FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x002480c0
POP EAX
PUSH dword ptr [EBP + -0x1c]
CALL 0x002df1f0 | null | null | null | null | [(u'CAST_-1206093922', u'LOAD_-1206094025'), ('const-4294967268', u'INT_ADD_-1206094009'), (u'LOAD_-1206094025', u'CALL_-1206094011'), (u'INT_ADD_-1206094009', u'CAST_-1206093922'), ('tmp_142', u'INT_ADD_-1206094009'), ('const-417', u'LOAD_-1206094025'), ('const-1', u'RETURN_-1206094006')] | [('tmp_141', u'INT_ADD_-1206094009'), ('const-4294967268', u'INT_ADD_-1206094009'), (u'CAST_-1206093924', u'LOAD_-1206094025'), (u'LOAD_-1206094025', u'CALL_-1206094011'), ('const-417', u'LOAD_-1206094025'), (u'INT_ADD_-1206094009', u'CAST_-1206093924'), ('const-1', u'RETURN_-1206094006')] | null | null | 00037714 | x86 | O1 | (translation_unit "void FUN_00037714(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n /* WARNING: Subroutine does not return */\n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_00037714(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_runtime_error(char const*) [clone .cold.6] */\n\nvoid std::__throw_runtime_error(char *param_1)\n\n{\n int unaff_EBP;\n \n __cxa_free_exception();\n /* WARNING: Subroutine does not retu... | (translation_unit "void FUN_00037714(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_00037714(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expressio... | (function_definition "void FUN_00037714(void)\n\n{\n int unaff_EBP;\n \n FUN_002480c0();\n \n FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_00037714(void)" (identifier "FUN_00037714") (parameter_list "(void)" (( "(") (parameter_declaration... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_runtime_error(char const*) [clone .cold.6] */
void std::function_1(char *param_1)
{
int var_3;
var_1();
/* WARNING: Subroutine does not return */
var_2(*(type_1 *)(var_3 + -0x1c));
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express... | null |
void MASKED(void)
{
int unaff_EBP;
FUN_002480c0();
/* WARNING: Subroutine does not return */
FUN_002df1f0(*(undefined4 *)(unaff_EBP + -0x1c));
}
|
6637_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | relocate_section_range | FUN_001c17c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_section_range(Sized_relobj_file<64,_true> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm1
FUN_001c17c0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,
undefined4 param_6,int *param_7,uint param_8,uint param_9)
{
int *piVar1;
int iVar2;
undefined4 *pu... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x252837
SUB ESP,0x8c
MOV EBP,dword ptr [ESP + 0xb8]
TEST EBP,EBP
JZ 0x001c2045
MOV EAX,dword ptr [ESP + 0xa0]
MOV EAX,dword ptr [EAX + 0x28]
CMP dword ptr [ESP + 0xbc],EAX
JNC 0x001c2092
CMP EBP,dword ptr [ESP + 0xbc]
JA 0x001c1cb0
LEA EAX,[EBX + 0x4e8]
MOV d... | null | null | null | null | [('const-1', u'RETURN_-1207756834')] | [('tmp_843', u'CBRANCH_-1207756067'), ('tmp_4859', u'BRANCH_-1207753458'), (u'LOAD_-1207753828', u'CALLIND_-1207753698'), (u'CALL_-1207752218', u'INDIRECT_-1207748393'), (u'INT_EQUAL_-1207756664', u'CBRANCH_-1207756663'), (u'MULTIEQUAL_-1207752820', u'CALL_-1207755830'), ('const-0', u'INT_EQUAL_-1207756664'), ('const-8... | null | null | 001c17c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm1\nFUN_001c17c0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int *param_7,uint param_8,uint param_9)\n\n{\n int *piVar1;\n i... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void relocate_section_range(Sized_relobj_file<64,_true> * this,\n Symbol_table * symtab, Layout * layout, uchar * psh... | (translation_unit "void __regparm1\nFUN_001c17c0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int *param_7,uint param_8,uint param_9)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 *puVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVar7;... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDEN... | (function_definition "void __regparm1\nFUN_001c17c0(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,\n undefined4 param_6,int *param_7,uint param_8,uint param_9)\n\n{\n int *piVar1;\n int iVar2;\n undefined4 *puVar3;\n uint uVar4;\n uint uVar5;\n uint uVar6;\n uint uVa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_section_range(Sized_relobj_file<64,_true> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of... | 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: (primitive_type) declarator: (identifier)) (param... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm1
MASKED(undefined4 param_1,int param_2,undefined4 param_3,undefined4 param_4,int param_5,
undefined4 param_6,int *param_7,uint param_8,uint param_9)
{
int *piVar1;
int iVar2;
undefined4 *puVar3;
... |
2218_bash_and_bash_strip.c | _rl_read_mbstring | _rl_read_mbstring |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _rl_read_mbstring(int first,char *mb,int mlen)
{
int iVar1;
int iVar2;
int iVar3;
int in_GS_OFFSET;
mbstate_t ps;
iVar1 = *(int *)(in_GS_OFFSET + 0x14);
memset(mb,0,mlen);
if ((-1 < first) && (0 < mlen)) {
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _rl_read_mbstring(int param_1,void *param_2,size_t param_3)
{
int iVar1;
int iVar2;
int in_GS_OFFSET;
undefined4 local_28;
undefined4 local_24;
int local_20;
local_20 = *(int *)(in_GS_OFFSET + 0x14);
memse... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x30
CALL 0x0002fe00
ADD EBX,0x668a0
MOV EAX,dword ptr [ESP + 0x48]
MOV dword ptr [ESP + 0x10],EAX
MOV ECX,dword ptr GS:[0x14]
MOV dword ptr [ESP + 0x20],ECX
XOR ECX,ECX
PUSH dword ptr [ESP + 0x4c]
PUSH 0x0
PUSH EAX
CALL 0x0002f850
ADD ESP,0x10
CMP dword ptr [ESP + 0x40],0x0
... | null | null | null | null | [(u'CALL_-1206761524', u'INDIRECT_-1206761134'), (u'STORE_-1206761430', u'INDIRECT_-1206760872'), (u'CALL_-1206761327', u'INDIRECT_-1206760838'), (u'CAST_-1206760926', u'LOAD_-1206761576'), (u'CALL_-1206761327', u'INDIRECT_-1206760888'), (u'INT_ADD_-1206761283', u'INT_SLESSEQUAL_-1206761246'), (u'INT_ADD_-1206761210', ... | [(u'CALL_-1206761524', u'INDIRECT_-1206761134'), (u'STORE_-1206761430', u'INDIRECT_-1206760872'), ('const-0', u'COPY_-1206761427'), (u'MULTIEQUAL_-1206760835', u'INT_NOTEQUAL_-1206761211'), (u'INDIRECT_-1206760966', u'MULTIEQUAL_-1206760924'), (u'CALL_-1206761327', u'INDIRECT_-1206760838'), ('tmp_2018', u'CALL_-1206761... | null | null | 000d4754 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _rl_read_mbstring(int param_1,void *param_2,size_t param_3)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n undefined4 local_28;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _rl_read_mbstring(int first,char *mb,int mlen)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int in_GS_OFFSET;\n mbstate_t ps;\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n memset(mb,0,mlen);\n if ... | (translation_unit "int _rl_read_mbstring(int param_1,void *param_2,size_t param_3)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n undefined4 local_28;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n memset(param_2,0,param_3);\n if ((-1 < param_1) && (0 < (int)para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE I... | (function_definition "int _rl_read_mbstring(int param_1,void *param_2,size_t param_3)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n undefined4 local_28;\n undefined4 local_24;\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n memset(param_2,0,param_3);\n if ((-1 < param_1) && (0 < (int)p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(int var_3,char *mb,int var_4)
{
int var_10;
int var_6;
int var_9;
int var_1;
type_1 ps;
var_10 = *(int *)(var_1 + 0x14);
var_2(mb,0,var_4);
if ((-1 < var_3) && (0 < var_4)) {
var_9 = 0;
w... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(int param_1,void *param_2,size_t param_3)
{
int iVar1;
int iVar2;
int in_GS_OFFSET;
undefined4 local_28;
undefined4 local_24;
int local_20;
local_20 = *(int *)(in_GS_OFFSET + 0x14);
memset(param_2,0... |
10581_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | operator= | FUN_002ac7b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__sso_string::TEMPNAMEPLACEHOLDERVALUE(std::__sso_string const&) */
void __thiscall std::__sso_string::operator=(__sso_string *this,__sso_string *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_002ac7b0(undefined4 param_1,undefined4 param_2)
{
FUN_0024fe30(param_1,param_2);
return param_1;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x167849
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x0024fe30
ADD ESP,0x14
MOV EAX,ESI
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1204435002')] | [('tmp_298', u'COPY_-1204434940'), ('tmp_298', u'CALL_-1204434952'), ('const-0', u'RETURN_-1204434916'), (u'COPY_-1204434940', u'RETURN_-1204434916'), ('tmp_299', u'CALL_-1204434952')] | null | null | 002ac7b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_002ac7b0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0024fe30(param_1,param_2);\n return param_1;\n}\n\n" comment (function_definition "undefined4 FUN_002ac7b0(undefined4 param_1,undefin... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__sso_string::TEMPNAMEPLACEHOLDERVALUE(std::__sso_string const&) */\n\nvoid __thiscall std::__sso_string::operator=(__sso_string *this,__sso_string *param_1)\n\n{\n}\n\n" comment comment (ERROR "void __th... | (translation_unit "undefined4 FUN_002ac7b0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0024fe30(param_1,param_2);\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_002ac7b0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0024fe30(param_1,param_2);\n return param_1;\n}" type_identifier (function... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined4 FUN_002ac7b0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0024fe30(param_1,param_2);\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_002ac7b0(undefined4 param_1,undefined4 param_2)" (identifier "FUN_002ac7b0") (parameter_list "(undefined4 param_1,un... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__sso_string::TEMPNAMEPLACEHOLDERVALUE(std::__sso_string const&) */
void __thiscall std::__sso_string::operator=(__sso_string *this,__sso_string *param_1)
{
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_stateme... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_0024fe30(param_1,param_2);
return param_1;
}
|
21_aarch64-linux-gnu-ranlib_and_aarch64-linux-gnu-ranlib_strip.c | ctime | ctime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();
return pcVar1;
}
| JMP dword ptr [EBX + 0x58] | null | null | null | null | [(u'CALLIND_-1205984902', u'CAST_-1205984822'), ('tmp_67', u'CAST_-1205984823'), ('const-0', u'RETURN_-1205984899'), (u'CALLIND_-1205984902', u'INDIRECT_-1205984829'), (u'CAST_-1205984823', u'CALLIND_-1205984902'), (u'INDIRECT_-1205984829', u'COPY_-1205984888'), (u'CAST_-1205984822', u'RETURN_-1205984899')] | [(u'CALLIND_-1205984902', u'CAST_-1205984822'), ('tmp_67', u'CAST_-1205984823'), ('const-0', u'RETURN_-1205984899'), (u'CALLIND_-1205984902', u'INDIRECT_-1205984829'), (u'CAST_-1205984823', u'CALLIND_-1205984902'), (u'INDIRECT_-1205984829', u'COPY_-1205984888'), (u'CAST_-1205984822', u'RETURN_-1205984899')] | null | null | 00012170 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \... | (translation_unit "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}" primitive_typ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (t... | (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00021058)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(tim... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_ctime_00021058)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decl... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00021058)();
return pcVar1;
}
|
9502_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | open | FUN_0027bbc0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wifstream::open(char const*, std::_Ios_Openmode) */
void std::wifstream::open(char *param_1,_Ios_Openmode param_2)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0027bbc0(int *param_1,undefined4 param_2,uint param_3)
{
int iVar1;
iVar1 = FUN_0027b950(param_1 + 2,param_2,param_3 | 8);
if (iVar1 != 0) {
FUN_00272b10((int)param_1 + *(int *)(*param_1 + -0xc),0);
ret... | PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x198439
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x1c]
MOV ESI,dword ptr [ESP + 0x14]
OR EAX,0x8
PUSH EAX
LEA EAX,[ESI + 0x8]
PUSH dword ptr [ESP + 0x1c]
PUSH EAX
CALL 0x0027b950
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0027bc10
SUB ESP,0x8
PUSH 0x0
MOV EAX,dword ptr [ESI]
ADD ESI,dword ptr... | null | null | null | null | [('const-1', u'RETURN_-1204241450')] | [('const-2', u'PTRADD_-1204241083'), ('tmp_209', u'CBRANCH_-1204241345'), (u'INT_ADD_-1204241202', u'CAST_-1204241021'), ('tmp_945', u'CALL_-1204241372'), (u'INT_NOTEQUAL_-1204241345', u'CBRANCH_-1204241345'), (u'INT_ADD_-1204241307', u'CAST_-1204241053'), (u'LOAD_-1204241328', u'INT_ADD_-1204241307'), (u'LOAD_-1204241... | null | null | 0027bbc0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0027bbc0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_0027b950(param_1 + 2,param_2,param_3 | 8);\n if (iVar1 != 0) {\n FUN_00272b10((int)param_1 + *(int *)(*... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wifstream::open(char const*, std::_Ios_Openmode) */\n\nvoid std::wifstream::open(char *param_1,_Ios_Openmode param_2)\n\n{\n}\n\n" comment comment (function_definition "void std::wifstream::open(char *par... | (translation_unit "void FUN_0027bbc0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_0027b950(param_1 + 2,param_2,param_3 | 8);\n if (iVar1 != 0) {\n FUN_00272b10((int)param_1 + *(int *)(*param_1 + -0xc),0);\n return;\n }\n iVar1 = (int)param_1 + *(int *)(*param_1 + -0xc);\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression I... | (function_definition "void FUN_0027bbc0(int *param_1,undefined4 param_2,uint param_3)\n\n{\n int iVar1;\n \n iVar1 = FUN_0027b950(param_1 + 2,param_2,param_3 | 8);\n if (iVar1 != 0) {\n FUN_00272b10((int)param_1 + *(int *)(*param_1 + -0xc),0);\n return;\n }\n iVar1 = (int)param_1 + *(int *)(*param_1 + -0xc)... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wifstream::open(char const*, std::_Ios_Openmode) */
void std::wifstream::function_1(char *param_1,type_1 param_2)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,undefined4 param_2,uint param_3)
{
int iVar1;
iVar1 = FUN_0027b950(param_1 + 2,param_2,param_3 | 8);
if (iVar1 != 0) {
FUN_00272b10((int)param_1 + *(int *)(*param_1 + -0xc),0);
return;
... |
6359_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | demangle_expression | FUN_00194ca0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 demangle_expression(work_stuff *work,char **mangled,string *s,type_kind_t tk)
{
bool bVar1;
char cVar2;
int iVar3;
size_t sVar4;
int iVar5;
size_t __n;
char *pcVar6;
char *__s;
optable *poVar7;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm2 FUN_00194ca0(undefined4 param_1,int *param_2,undefined4 param_3)
{
bool bVar1;
char cVar2;
int iVar3;
size_t sVar4;
int iVar5;
size_t __n;
char *__s;
char *__s_00;
undefined **ppuVar6;
FUN_0... | PUSH EBP
PUSH EDI
PUSH ESI
MOV ESI,EDX
PUSH EBX
CALL 0x00035680
ADD EBX,0x1aa355
SUB ESP,0x2c
MOV dword ptr [ESP + 0x18],EAX
MOV EAX,ECX
MOV dword ptr [ESP + 0x10],EDX
MOV dword ptr [ESP + 0x14],ECX
MOV ECX,0x1
LEA EDX,[EBX + 0xfff2018c]
CALL 0x00193810
MOV EDX,dword ptr [ESI]
LEA EAX,[EBX + 0xfff2a461]
MOV dword ptr [... | null | null | null | null | [(u'LOAD_-1207545826', u'PTRADD_-1207545762'), (u'MULTIEQUAL_-1207545271', u'CALL_-1207546131'), (u'COPY_-1207546157', u'MULTIEQUAL_-1207545547'), ('const-1', u'PTRADD_-1207546230'), (u'PTRADD_-1207546230', u'STORE_-1207546291'), ('const-1', u'PTRADD_-1207545100'), (u'MULTIEQUAL_-1207545539', u'INT_NOTEQUAL_-1207546339... | [('const-2', u'COPY_-1207546112'), (u'LOAD_-1207545971', u'CAST_-1207544896'), (u'MULTIEQUAL_-1207545540', u'LOAD_-1207545921'), (u'CALL_-1207546443', u'MULTIEQUAL_-1207545677'), ('const-3367244', u'PTRSUB_-1207546102'), ('const-417', u'LOAD_-1207545826'), ('const-1', u'INT_ADD_-1207546573'), (u'CAST_-1207545262', u'ST... | null | null | 00194ca0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm2 FUN_00194ca0(undefined4 param_1,int *param_2,undefined4 param_3)\n\n{\n bool bVar1;\n char cVar2;\n int iVar3;\n size_t sVar4;\n int iVar5;\n size_t __n;\n char *__s;\n char *__s_00;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 demangle_expression(work_stuff *work,char **mangled,string *s,type_kind_t tk)\n\n{\n bool bVar1;\n char cVar2;\n int iVar3;\n size_t sVar4;\n int iVar5;\n size_t __n;\n char *pcVar6;\n ch... | (translation_unit "int __regparm2 FUN_00194ca0(undefined4 param_1,int *param_2,undefined4 param_3)\n\n{\n bool bVar1;\n char cVar2;\n int iVar3;\n size_t sVar4;\n int iVar5;\n size_t __n;\n char *__s;\n char *__s_00;\n undefined **ppuVar6;\n \n FUN_00193810();\n __s = (char *)(*param_2 + 1);\n *param_2 = (... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl... | (function_definition "int __regparm2 FUN_00194ca0(undefined4 param_1,int *param_2,undefined4 param_3)\n\n{\n bool bVar1;\n char cVar2;\n int iVar3;\n size_t sVar4;\n int iVar5;\n size_t __n;\n char *__s;\n char *__s_00;\n undefined **ppuVar6;\n \n FUN_00193810();\n __s = (char *)(*param_2 + 1);\n *param_2 ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(type_1 *work,char **mangled,type_2 *s,type_3 tk)
{
bool bVar1;
char var_2;
int var_9;
size_t var_5;
int var_8;
size_t var_6;
char *var_10;
char *__s;
type_4 *var_4;
var_1(s,"(",1);... | 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: (primitive_type) declarator: (pointer_declarator ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm2 MASKED(undefined4 param_1,int *param_2,undefined4 param_3)
{
bool bVar1;
char cVar2;
int iVar3;
size_t sVar4;
int iVar5;
size_t __n;
char *__s;
char *__s_00;
undefined **ppuVar6;
FUN_0019381... |
7883_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | get_input_merge_map | FUN_0022a270 |
/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint
shndx) */
Input_merge_map * __thiscall
gold::Object_merge_map::get_input_merge_map(Object_merge_map *this,uint shndx)
{
uint uVar1;
pointer ppVar2;
pointer ppVar3;
Object_merge_map *in_stack_fffffff4;
uint i... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Removing unreachable block (ram,0x0022a33d) */
/* WARNING: Removing unreachable block (ram,0x0022a342) */
/* WARNING: Removing unreachable block (ram,0x0022a34f) */
/* WARNING: Removing unreachable block (ram,0x0022a35... | PUSH EBX
SUB ESP,0x8
MOV ECX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ESP + 0x10]
CMP ECX,-0x1
JZ 0x0022a2b8
MOV EDX,dword ptr [EAX]
MOV EBX,dword ptr [EAX + 0x4]
CMP EDX,EBX
JZ 0x0022a2a6
LEA EAX,[EDX + 0x8]
CMP ECX,dword ptr [EDX]
JNZ 0x0022a2a0
JMP 0x0022a2b0
ADD EAX,0x8
CMP dword ptr [EAX + -0x8],ECX
JZ 0x0022a2b0... | null | null | null | null | [('tmp_78', u'CBRANCH_-1203920224'), (u'MULTIEQUAL_-1203919948', u'PTRSUB_-1203919910'), ('const-4', u'PTRSUB_-1203919941'), ('tmp_398', u'INT_EQUAL_-1203920226'), ('const-417', u'LOAD_-1203920194'), (u'LOAD_-1203920219', u'INT_EQUAL_-1203920125'), ('const-4', u'PTRSUB_-1203919910'), ('const-1', u'PTRADD_-1203919952'),... | [(u'PTRADD_-1203919223', u'LOAD_-1203919921'), (u'INT_EQUAL_-1203919874', u'CBRANCH_-1203919872'), (u'INT_ADD_-1203919466', u'CALL_-1203919456'), ('const-0', u'COPY_-1203920110'), ('tmp_78', u'CBRANCH_-1203920224'), (u'CAST_-1203919212', u'MULTIEQUAL_-1203919446'), ('tmp_2460', u'INT_EQUAL_-1203920179'), ('const-429380... | null | null | 0022a270 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Removing unreachable block (ram,0x0022a33d) */\n/* WARNING: Removing unreachable block (ram,0x0022a342) */\n/* WARNING: Removing unreachable block (ram,0x0022a34f) */\n/* WARNING: Removing unreachabl... | (translation_unit "/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint\n shndx) */\n\nInput_merge_map * __thiscall\ngold::Object_merge_map::get_input_merge_map(Object_merge_map *this,uint shndx)\n\n{\n uint uVar1;\n pointer ppVar2;\n pointer ppVar3;\n Object_merge_map ... | (translation_unit "undefined4 * FUN_0022a270(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]) {... | (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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declarati... | (function_definition "undefined4 * FUN_0022a270(undefined4 *param_1,int param_2)\n\n{\n int iVar1;\n int *piVar2;\n undefined4 *puVar3;\n undefined4 uVar4;\n int extraout_ECX;\n int unaff_EBX;\n undefined4 *puStack_8;\n \n if (param_2 != -1) {\n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)param_1[1]... |
/* DWARF original prototype: Input_merge_map * get_input_merge_map(Object_merge_map * this, uint
shndx) */
type_4 * __thiscall
gold::type_3::var_2(type_3 *this,type_1 var_1)
{
type_1 var_6;
type_2 var_5;
type_2 var_4;
type_3 *in_stack_fffffff4;
type_1 in_stack_fffffff8;
if (var_1 == 0xffffffff) {
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* WARNING: Removing unreachable block (ram,0x0022a33d) */
/* WARNING: Removing unreachable block (ram,0x0022a342) */
/* WARNING: Removing unreachable block (ram,0x0022a34f) */
/* WARNING: Removing unreachable block (ram,0x0022a35... |
9930_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~numpunct_shim | FUN_00288c10 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::numpunct_shim<wchar_t>::~numpunct_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::numpunct_shim<wchar_t>::~numpunct_shim
(numpunct_shim<wchar_t> *this)
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00288c10(undefined4 *param_1)
{
int *piVar1;
int *piVar2;
undefined *puVar3;
int iVar4;
puVar3 = PTR___pthread_key_create_00413ff8;
*param_1 = &PTR_FUN_004124a0;
*(undefined4 *)(param_1[4] + 0xc) = 0;
... | PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x18b3e9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xffffe4a0]
MOV EDX,dword ptr [EBX + 0xfffffff8]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x10]
MOV dword ptr [EAX + 0xc],0x0
MOV EAX,dword ptr [ESI + 0xc]
TEST EDX,EDX
JZ 0x00288c78
MOV EDX,0xffffffff
X... | null | null | null | null | [('const-1', u'RETURN_-1204319194')] | [('const-4294967295', u'INT_ADD_-1204319077'), ('const-0', u'RETURN_-1204318950'), (u'LOAD_-1204318952', u'MULTIEQUAL_-1204318890'), ('const-1', u'PTRADD_-1204318749'), ('const-417', u'LOAD_-1204319039'), ('const-18', u'CALLOTHER_-1204319076'), (u'PTRADD_-1204318818', u'LOAD_-1204319126'), (u'INDIRECT_-1204318806', u'M... | null | null | 00288c10 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00288c10(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_00413ff8;\n *param_1 = &PTR_FUN_004124a0;\n *(undefine... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__facet_shims::(anonymous namespace)::numpunct_shim<wchar_t>::~numpunct_shim() */\n\nvoid __thiscall\nstd::__facet_shims::(anonymous_namespace)::numpunct_shim<wchar_t>::~numpunct_shim\n (numpunct... | (translation_unit "void FUN_00288c10(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_00413ff8;\n *param_1 = &PTR_FUN_004124a0;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n piVar2 = (int *)param_1[3];\n if (puVar3 == (undefined *)0x... | (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_00288c10(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_00413ff8;\n *param_1 = &PTR_FUN_004124a0;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n piVar2 = (int *)param_1[3];\n if (puVar3 == (undefined *... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::numpunct_shim<wchar_t>::~numpunct_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::function_1<wchar_t>::~function_1
(function_1<wchar_t> *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
int *piVar1;
int *piVar2;
undefined *puVar3;
int iVar4;
puVar3 = PTR___pthread_key_create_00413ff8;
*param_1 = &PTR_FUN_004124a0;
*(undefined4 *)(param_1[4] + 0xc) = 0;
piVar... |
8738_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | _M_emplace<std::pair<std::pair<const_gold::Relobj*,_unsigned_int>,_gold::Output_relaxed_input_section*>&> | FUN_002fbe80 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original name: _M_emplace<std::pair<std::pair<const gold::Relobj*, unsigned int>,
gold::Output_relaxed_input_section*>&>
DWARF original prototype:
pair<std::__detail::_Node_iterator<std::pair<const_std::pair<const... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int * FUN_002fbe80(int *param_1,int *param_2,undefined4 param_3,uint *param_4)
{
uint uVar1;
int iVar2;
int iVar3;
int *piVar4;
int *piVar5;
uint uVar6;
uint local_40;
char local_34 [4];
undefined4 local_30;
... | CALL 0x00074f02
ADD EAX,0x2ee17b
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,EAX
SUB ESP,0x48
MOV dword ptr [EBP + -0x34],EAX
MOV EDI,dword ptr [EBP + 0xc]
PUSH 0x14
CALL 0x003ac4d0
MOV ECX,dword ptr [EBP + 0x14]
MOV EBX,dword ptr [EDI + 0x4]
MOV dword ptr [EAX],0x0
MOV ESI,EAX
MOV EAX,dword ptr [ECX]
MOV E... | null | null | null | null | [(u'CAST_-1204763870', u'CALL_-1204764824'), ('const-417', u'LOAD_-1204764904'), ('const-417', u'LOAD_-1204764945'), (u'PTRSUB_-1204763698', u'STORE_-1204764319'), ('tmp_2952', u'PTRSUB_-1204763835'), ('const-4', u'PTRSUB_-1204763980'), ('const-0', u'PTRSUB_-1204763976'), ('const-417', u'STORE_-1204764314'), ('const-4'... | [(u'CAST_-1204763692', u'STORE_-1204764253'), ('const-4', u'PTRADD_-1204763999'), (u'PTRADD_-1204763972', u'STORE_-1204764922'), (u'CALL_-1204764824', u'CAST_-1204763920'), ('const-1', u'PTRADD_-1204763887'), ('tmp_2967', u'PTRADD_-1204763751'), (u'INT_ADD_-1204764378', u'STORE_-1204764393'), (u'CALL_-1204764974', u'IN... | null | null | 002fbe80 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint * FUN_002fbe80(int *param_1,int *param_2,undefined4 param_3,uint *param_4)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int *piVar5;\n uint uVar6;\n uint local_40;\n char local_34 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original name: _M_emplace<std::pair<std::pair<const gold::Relobj*, unsigned int>,\n gold::Output_relaxed_input_section*>&>\n DWARF original prototype:\n pair<std::__detail::_Node_iterator<std::pair... | (translation_unit "int * FUN_002fbe80(int *param_1,int *param_2,undefined4 param_3,uint *param_4)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int *piVar5;\n uint uVar6;\n uint local_40;\n char local_34 [4];\n undefined4 local_30;\n int local_20 [4];\n \n piVar4 = (int *)FUN_003ac4d0(0x14);... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * ID... | (function_definition "int * FUN_002fbe80(int *param_1,int *param_2,undefined4 param_3,uint *param_4)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n int *piVar4;\n int *piVar5;\n uint uVar6;\n uint local_40;\n char local_34 [4];\n undefined4 local_30;\n int local_20 [4];\n \n piVar4 = (int *)FUN_003ac4d0(0x1... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original name: _M_emplace<std::pair<std::pair<const gold::Relobj*, unsigned int>,
gold::Output_relaxed_input_section*>&>
DWARF original prototype:
pair<std::__detail::_Node_iterator<std::pair<const_std::pair<const... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int * MASKED(int *param_1,int *param_2,undefined4 param_3,uint *param_4)
{
uint uVar1;
int iVar2;
int iVar3;
int *piVar4;
int *piVar5;
uint uVar6;
uint local_40;
char local_34 [4];
undefined4 local_30;
int lo... |
479_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | selectOpName | FUN_0001c54d |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char * __regparm3 selectOpName(int id)
{
char *pcVar1;
if (id == 0x86) {
pcVar1 = "EXCEPT";
}
else {
pcVar1 = "INTERSECT";
if (id != 0x87) {
pcVar1 = "UNION ALL";
if (id != 0x85) {
pcVar... |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char * __regparm3 FUN_0001c54d(int param_1)
{
char *pcVar1;
if (param_1 == 0x86) {
pcVar1 = "EXCEPT";
}
else {
pcVar1 = "INTERSECT";
if (param_1 != 0x87) {
pcVar1 = "UNION ALL";
if (param_1 != ... | CALL 0x000948f1
ADD ECX,0xa8aae
MOV EDX,EAX
CMP EAX,0x86
JZ 0x0001c585
LEA EAX,[ECX + 0xfffcffb9]
CMP EDX,0x87
JZ 0x0001c58b
CMP EDX,0x85
LEA EAX,[ECX + 0xfffcffaf]
LEA EDX,[ECX + 0xfffcffca]
CMOVNZ EAX,EDX
RET
LEA EAX,[ECX + 0xfffcffc3]
RET | null | null | null | null | [('tmp_178', u'INT_NOTEQUAL_-1205942876'), ('const-133', u'INT_NOTEQUAL_-1205942876'), ('tmp_143', u'CBRANCH_-1205942853'), (u'COPY_-1205942868', u'COPY_-1205942824'), ('const-134', u'INT_EQUAL_-1205942922'), (u'COPY_-1205942845', u'MULTIEQUAL_-1205942768'), ('const-135', u'INT_NOTEQUAL_-1205942895'), (u'COPY_-12059428... | [('tmp_143', u'CBRANCH_-1205942853'), (u'COPY_-1205942868', u'COPY_-1205942824'), (u'COPY_-1205942845', u'MULTIEQUAL_-1205942768'), ('const-134', u'INT_EQUAL_-1205942922'), (u'COPY_-1205942825', u'MULTIEQUAL_-1205942776'), ('const-610223', u'COPY_-1205942876'), ('tmp_220', u'INT_NOTEQUAL_-1205942895'), ('const-610243',... | null | null | 0001c54d | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nchar * __regparm3 FUN_0001c54d(int param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 0x86) {\n pcVar1 = "EXCEPT";\n }\n else {\n pcVar1 = "INTERSECT";\n if (param_1 != 0x87) {\n pcVar1 = "UN... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nchar * __regparm3 selectOpName(int id)\n\n{\n char *pcVar1;\n \n if (id == 0x86) {\n pcVar1 = "EXCEPT";\n }\n else {\n pcVar1 = "INTERSECT";\n if (id != 0x87) {\n pcVar1 = "UNION ALL";\n ... | (translation_unit "char * __regparm3 FUN_0001c54d(int param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 0x86) {\n pcVar1 = "EXCEPT";\n }\n else {\n pcVar1 = "INTERSECT";\n if (param_1 != 0x87) {\n pcVar1 = "UNION ALL";\n if (param_1 != 0x85) {\n pcVar1 = "UNION";\n }\n return pc... | (translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (c... | (function_definition "char * __regparm3 FUN_0001c54d(int param_1)\n\n{\n char *pcVar1;\n \n if (param_1 == 0x86) {\n pcVar1 = "EXCEPT";\n }\n else {\n pcVar1 = "INTERSECT";\n if (param_1 != 0x87) {\n pcVar1 = "UNION ALL";\n if (param_1 != 0x85) {\n pcVar1 = "UNION";\n }\n return... |
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char * __regparm3 function_1(int var_1)
{
char *pcVar1;
if (var_1 == 0x86) {
pcVar1 = "EXCEPT";
}
else {
pcVar1 = "INTERSECT";
if (var_1 != 0x87) {
pcVar1 = "UNION ALL";
if (var_1 != 0x85) {
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type:... | null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
char * __regparm3 MASKED(int param_1)
{
char *pcVar1;
if (param_1 == 0x86) {
pcVar1 = "EXCEPT";
}
else {
pcVar1 = "INTERSECT";
if (param_1 != 0x87) {
pcVar1 = "UNION ALL";
if (param_1 != 0x85) ... |
6671_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | _M_rehash | FUN_001c6cb0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_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::... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_001c6cb0(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_28;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
... | CALL 0x000b4846
ADD EAX,0x24d34b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
CMP dword ptr [ESP + 0x34],0x1
MOV ESI,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0xc],EAX
JZ 0x001c6d88
MOV EAX,dword ptr [ESP + 0x34]
CALL 0x001c57e0
MOV EDI,EAX
LEA EAX,[ESI + 0x18]
MOV dword ptr [ESP + 0x4],EAX
MOV ECX,dword ptr [ESI... | null | null | null | null | [(u'MULTIEQUAL_-1207734599', u'STORE_-1207734749'), ('const-417', u'LOAD_-1207734907'), (u'PTRADD_-1207734427', u'LOAD_-1207734881'), ('const-417', u'LOAD_-1207734763'), ('const-24', u'PTRSUB_-1207734308'), (u'PTRSUB_-1207734458', u'STORE_-1207734757'), ('const-4', u'PTRADD_-1207734391'), ('const-417', u'STORE_-1207734... | [('tmp_1561', u'INT_EQUAL_-1207735052'), ('const-4', u'PTRADD_-1207734323'), (u'CAST_-1207734441', u'STORE_-1207734749'), ('const-417', u'LOAD_-1207734881'), ('const-417', u'STORE_-1207734749'), ('const-417', u'LOAD_-1207734999'), ('const-417', u'STORE_-1207734854'), ('tmp_1562', u'PTRADD_-1207734327'), (u'CAST_-120773... | null | null | 001c6cb0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_001c6cb0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n _M_rehash(_Hashtable<gold::Symbol*,_std::pair<gold::Symbol*_const,_gold::Symbol*>,_std::allocator<std::pair<gold::Symbol*_const,_gold::Symbol*>_>,_std::__detail::_Select1st,_... | (translation_unit "void FUN_001c6cb0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_00... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declarati... | (function_definition "void FUN_001c6cb0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_Hashtable<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::... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_28;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
else ... |
126_x86_64-kfreebsd-gnu-readelf_and_x86_64-kfreebsd-gnu-readelf_strip.c | request_dump_byname | FUN_0001e780 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 request_dump_byname(char *section,dump_type type)
{
dump_list_entry *pdVar1;
char *pcVar2;
pdVar1 = (dump_list_entry *)malloc(0xc);
if (pdVar1 == (dump_list_entry *)0x0) {
pcVar2 = (char *)dcgettext... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_0001e780(char *param_1,undefined1 param_2)
{
undefined4 *puVar1;
char *pcVar2;
undefined4 uVar3;
puVar1 = (undefined4 *)malloc(0xc);
if (puVar1 == (undefined4 *)0x0) {
uVar3 = dcgettext(0,"Ou... | PUSH EBP
PUSH EDI
MOV EDI,EAX
PUSH ESI
MOV ESI,EDX
PUSH EBX
CALL 0x00013f70
ADD EBX,0x95873
SUB ESP,0x18
PUSH 0xc
CALL 0x000131c0
ADD ESP,0x10
MOV EBP,EAX
TEST EAX,EAX
JZ 0x0001e7d8
SUB ESP,0xc
PUSH EDI
CALL 0x000130b0
ADD ESP,0x10
MOV dword ptr [EBP],EAX
TEST EAX,EAX
JZ 0x0001e800
MOV EAX,ESI
MOV byte ptr [EBP + 0x4],... | null | null | null | null | [(u'CAST_-1205933679', u'PTRSUB_-1205933630'), ('const-0', u'PTRSUB_-1205933656'), ('const-0', u'INT_EQUAL_-1205934108'), ('tmp_263', u'CBRANCH_-1205934052'), (u'CALL_-1205934137', u'INDIRECT_-1205933701'), ('const-5', u'CALL_-1205933899'), ('const-527280', u'COPY_-1205933671'), (u'CALL_-1205933888', u'INDIRECT_-120593... | [('const-0', u'CALL_-1205933899'), ('const-0', u'INT_EQUAL_-1205934108'), ('tmp_263', u'CBRANCH_-1205934052'), ('tmp_952', u'STORE_-1205934046'), (u'INDIRECT_-1205933661', u'STORE_-1205934022'), ('const-2', u'PTRADD_-1205933635'), (u'COPY_-1205933674', u'CALL_-1205933901'), (u'INDIRECT_-1205933671', u'MULTIEQUAL_-12059... | null | null | 0001e780 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0001e780(char *param_1,undefined1 param_2)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n puVar1 = (undefined4 *)malloc(0xc);\n if (puVar1 == (undefined4 *)0x0) {... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 request_dump_byname(char *section,dump_type type)\n\n{\n dump_list_entry *pdVar1;\n char *pcVar2;\n \n pdVar1 = (dump_list_entry *)malloc(0xc);\n if (pdVar1 == (dump_list_entry *)0x0) {\n ... | (translation_unit "void __regparm3 FUN_0001e780(char *param_1,undefined1 param_2)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n puVar1 = (undefined4 *)malloc(0xc);\n if (puVar1 == (undefined4 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error(uV... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT)... | (function_definition "void __regparm3 FUN_0001e780(char *param_1,undefined1 param_2)\n\n{\n undefined4 *puVar1;\n char *pcVar2;\n undefined4 uVar3;\n \n puVar1 = (undefined4 *)malloc(0xc);\n if (puVar1 == (undefined4 *)0x0) {\n uVar3 = dcgettext(0,"Out of memory allocating dump request table.\n",5);\n error... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 function_1(char *section,type_1 type)
{
type_2 *var_2;
char *var_6;
var_2 = (type_2 *)var_1(0xc);
if (var_2 == (type_2 *)0x0) {
var_6 = (char *)var_3(0,"Out of memory allocating dump request table.\... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier)... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(char *param_1,undefined1 param_2)
{
undefined4 *puVar1;
char *pcVar2;
undefined4 uVar3;
puVar1 = (undefined4 *)malloc(0xc);
if (puVar1 == (undefined4 *)0x0) {
uVar3 = dcgettext(0,"Out of m... |
634_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_000416d2 | FUN_000416d2 |
void FUN_000416d2(void)
{
void *unaff_ESI;
operator_delete(unaff_ESI,0xe8);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_000416d2(void)
{
FUN_003ae060();
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
| PUSH EAX
PUSH EAX
PUSH 0xe8
PUSH ESI
MOV ESI,dword ptr [EBP + -0x1c]
MOV EBX,ESI
CALL 0x003ae060
MOV dword ptr [ESP],EDI
CALL 0x004451f0 | null | null | null | null | [('tmp_102', u'CALL_-1206184200'), ('const-232', u'CALL_-1206184200'), ('const-1', u'RETURN_-1206184182')] | [('const-1', u'RETURN_-1206184182')] | null | null | 000416d2 | x86 | O1 | (translation_unit "void FUN_000416d2(void)\n\n{\n FUN_003ae060();\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}\n\n" (function_definition "void FUN_000416d2(void)\n\n{\n FUN_003ae060();\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}" primiti... | (translation_unit "void FUN_000416d2(void)\n\n{\n void *unaff_ESI;\n \n operator_delete(unaff_ESI,0xe8);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_000416d2(void)\n\n{\n void *unaff_ESI;\n \n operator_delete(unaff_ESI,0xe8);\n ... | (translation_unit "void FUN_000416d2(void)\n\n{\n FUN_003ae060();\n \n FUN_004451f0();\n}\n\n" (function_definition "void FUN_000416d2(void)\n\n{\n FUN_003ae060();\n \n FUN_004451f0();\n}" primitive_type (function_declarator "FUN_000416d2(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_000416d2(void)\n\n{\n FUN_003ae060();\n \n FUN_004451f0();\n}" (primitive_type "void") (function_declarator "FUN_000416d2(void)" (identifier "FUN_000416d2") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_sta... |
void function_1(void)
{
void *unaff_ESI;
var_1(unaff_ESI,0xe8);
/* 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)
{
FUN_003ae060();
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
|
5295_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | sort_before | FUN_0012a040 |
/* DWARF original prototype: bool sort_before(Output_reloc<9,_false,_64,_true> * this,
Output_reloc<9,_false,_64,_true> * r2) */
bool __thiscall
gold::Output_reloc<9,_false,_64,_true>::sort_before
(Output_reloc<9,_false,_64,_true> *this,Output_reloc<9,_false,_64,_true> *r2)
{
int iVar1;
iVar1 = c... |
uint FUN_0012a040(undefined4 param_1,undefined4 param_2)
{
uint uVar1;
uVar1 = FUN_00129fa0(param_1,param_2);
return uVar1 >> 0x1f;
}
| SUB ESP,0x14
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x00129fa0
ADD ESP,0x1c
SHR EAX,0x1f
RET | null | null | null | null | [('const-0', u'RETURN_-1207066458'), (u'INT_RIGHT_-1207066413', u'SUBPIECE_-1207066398'), (u'CAST_-1207066378', u'INT_RIGHT_-1207066413'), ('const-0', u'SUBPIECE_-1207066398'), ('tmp_206', u'CALL_-1207066521'), (u'CALL_-1207066521', u'CAST_-1207066378'), ('const-31', u'INT_RIGHT_-1207066413'), ('tmp_207', u'CALL_-12070... | [('tmp_288', u'CALL_-1207066521'), (u'CALL_-1207066521', u'INT_RIGHT_-1207066478'), ('tmp_287', u'CALL_-1207066521'), ('const-0', u'RETURN_-1207066458'), (u'INT_RIGHT_-1207066478', u'RETURN_-1207066458'), ('const-31', u'INT_RIGHT_-1207066478')] | null | null | 0012a040 | x86 | O1 | (translation_unit "uint FUN_0012a040(undefined4 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n \n uVar1 = FUN_00129fa0(param_1,param_2);\n return uVar1 >> 0x1f;\n}\n\n" (function_definition "uint FUN_0012a040(undefined4 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n \n uVar1 = FUN_00129fa0(param_1,param_2);\... | (translation_unit "/* DWARF original prototype: bool sort_before(Output_reloc<9,_false,_64,_true> * this,\n Output_reloc<9,_false,_64,_true> * r2) */\n\nbool __thiscall\ngold::Output_reloc<9,_false,_64,_true>::sort_before\n (Output_reloc<9,_false,_64,_true> *this,Output_reloc<9,_false,_64,_true> *r2)\n\n{\n ... | (translation_unit "uint FUN_0012a040(undefined4 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n \n uVar1 = FUN_00129fa0(param_1,param_2);\n return uVar1 >> 0x1f;\n}\n\n" (function_definition "uint FUN_0012a040(undefined4 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n \n uVar1 = FUN_00129fa0(param_1,param_2);\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT... | (function_definition "uint FUN_0012a040(undefined4 param_1,undefined4 param_2)\n\n{\n uint uVar1;\n \n uVar1 = FUN_00129fa0(param_1,param_2);\n return uVar1 >> 0x1f;\n}" (type_identifier "uint") (function_declarator "FUN_0012a040(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0012a040") (parameter_list "(... |
/* DWARF original prototype: bool sort_before(Output_reloc<9,_false,_64,_true> * this,
Output_reloc<9,_false,_64,_true> * r2) */
bool __thiscall
gold::Output_reloc<9,_false,_64,_true>::sort_before
(Output_reloc<9,_false,_64,_true> *this,Output_reloc<9,_false,_64,_true> *r2)
{
int iVar1;
iVar1 = v... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_stateme... | null |
uint MASKED(undefined4 param_1,undefined4 param_2)
{
uint uVar1;
uVar1 = FUN_00129fa0(param_1,param_2);
return uVar1 >> 0x1f;
}
|
134_wget_and_wget_strip.c | utime | utime |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int utime(char *__file,utimbuf *__file_times)
{
int iVar1;
iVar1 = (*(code *)PTR_utime_0009ae14)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int utime(char *__file,utimbuf *__file_times)
{
int iVar1;
iVar1 = (*(code *)PTR_utime_0009ae14)();
return iVar1;
}
| JMP dword ptr [EBX + 0x224] | null | null | null | null | [(u'INDIRECT_-1205966605', u'COPY_-1205966664'), ('const-0', u'RETURN_-1205966675'), (u'CALLIND_-1205966678', u'INDIRECT_-1205966605'), ('tmp_72', u'CAST_-1205966598'), (u'CAST_-1205966598', u'CALLIND_-1205966678'), (u'CALLIND_-1205966678', u'RETURN_-1205966675')] | [(u'INDIRECT_-1205966605', u'COPY_-1205966664'), ('const-0', u'RETURN_-1205966675'), (u'CALLIND_-1205966678', u'INDIRECT_-1205966605'), ('tmp_72', u'CAST_-1205966598'), (u'CAST_-1205966598', u'CALLIND_-1205966678'), (u'CALLIND_-1205966678', u'RETURN_-1205966675')] | null | null | 000168a0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint utime(char *__file,utimbuf *__file_times)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_utime_0009ae14)();\n return iVar1;\n}\n\n" comment (function_definition "int utime(char *__file,utimbuf *__file_times)\n\n{\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint utime(char *__file,utimbuf *__file_times)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_utime_0009ae14)();\n return iVar1;\n}\n\n" comment (function_definition "int utime(char *__file,utimbuf *__file_times)\n\n{\n ... | (translation_unit "int utime(char *__file,utimbuf *__file_times)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_utime_0009ae14)();\n return iVar1;\n}\n\n" (function_definition "int utime(char *__file,utimbuf *__file_times)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_utime_0009ae14)();\n return iVar1;\n}" primiti... | (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 "int utime(char *__file,utimbuf *__file_times)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_utime_0009ae14)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "utime(char *__file,utimbuf *__file_times)" (identifier "utime") (parameter_list "(char *__file,utimbuf *__file_times)" ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,type_1 *__file_times)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_utime_0009ae14)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__file,utimbuf *__file_times)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0009ae14)();
return iVar1;
}
|
225_busybox_and_busybox_strip.c | adjtimex_main | FUN_0001cae9 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int adjtimex_main(int argc,char **argv)
{
char *opt_o;
char *opt_f;
char *opt_p;
char *opt_t;
timex txc;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0001cae9(void)
{
}
| PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0xbc
CALL 0x00017610 | null | null | null | null | [('const-1', u'RETURN_-1205941482')] | [('const-1', u'RETURN_-1205941482')] | null | null | 0001cae9 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0001cae9(void)\n\n{\n}\n\n" comment (function_definition "void FUN_0001cae9(void)\n\n{\n}" primitive_type (function_declarator "FUN_0001cae9(void)" identifier (parameter_list "(void)" ( (parameter_dec... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint adjtimex_main(int argc,char **argv)\n\n{\n char *opt_o;\n char *opt_f;\n char *opt_p;\n char *opt_t;\n timex txc;\n \n}\n\n" comment comment (function_defini... | (translation_unit "void FUN_0001cae9(void)\n\n{\n}\n\n" (function_definition "void FUN_0001cae9(void)\n\n{\n}" primitive_type (function_declarator "FUN_0001cae9(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 { }))) | (function_definition "void FUN_0001cae9(void)\n\n{\n}" (primitive_type "void") (function_declarator "FUN_0001cae9(void)" (identifier "FUN_0001cae9") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n}" ({ "{") (} "}"))) |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(int argc,char **argv)
{
char *opt_o;
char *opt_f;
char *opt_p;
char *opt_t;
type_1 txc;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement))) | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
}
|
161_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c | bfd_emul_set_maxpagesize | bfd_emul_set_maxpagesize |
void bfd_emul_set_maxpagesize(void)
{
(*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();
return;
}
|
void bfd_emul_set_maxpagesize(void)
{
(*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();
return;
}
| JMP dword ptr [EBX + 0x2b4] | null | null | null | null | [(u'INDIRECT_-1205966030', u'COPY_-1205966089'), (u'CAST_-1205966025', u'CALLIND_-1205966102'), ('const-0', u'RETURN_-1205966099'), (u'CALLIND_-1205966102', u'INDIRECT_-1205966030'), ('tmp_58', u'CAST_-1205966025')] | [(u'INDIRECT_-1205966030', u'COPY_-1205966089'), (u'CAST_-1205966025', u'CALLIND_-1205966102'), ('const-0', u'RETURN_-1205966099'), (u'CALLIND_-1205966102', u'INDIRECT_-1205966030'), ('tmp_58', u'CAST_-1205966025')] | null | null | 00016ae0 | x86 | O1 | (translation_unit "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}" primitive_type (function_declarator "bfd_emul_set_max... | (translation_unit "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}" primitive_type (function_declarator "bfd_emul_set_max... | (translation_unit "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}\n\n" (function_definition "void bfd_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}" primitive_type (function_declarator "bfd_emul_set_max... | (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_emul_set_maxpagesize(void)\n\n{\n (*(code *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_emul_set_maxpagesize(void)" (identifier "bfd_emul_set_maxpagesize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primi... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_emul_set_maxpagesize_001cf2b4)();
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_001cf2b4)();
return;
}
|
492_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_0003f25c | FUN_0003f25c |
void FUN_0003f25c(void)
{
int unaff_EBP;
operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);
if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {
operator_delete(*(void **)(unaff_EBP + -0x48));
}
if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {
operator_d... |
void __regparm3 FUN_0003f25c(undefined4 param_1)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);
if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x48));
}
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_E... | PUSH EAX
MOV EBX,ESI
PUSH EAX
PUSH 0x38
PUSH dword ptr [EBP + 0xfffffb34]
CALL 0x003ae060
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x48]
CMP EAX,dword ptr [EBP + 0xfffffb6c]
JZ 0x0003f289
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x30]
CMP EAX,dword ptr [EBP + 0xfffffb74]
JZ ... | null | null | null | null | [('const-417', u'LOAD_-1206067981'), ('const-417', u'LOAD_-1206068317'), (u'INT_ADD_-1206068163', u'CAST_-1206067362'), (u'CAST_-1206067309', u'LOAD_-1206068050'), ('tmp_1029', u'CBRANCH_-1206067952'), ('const-417', u'LOAD_-1206068110'), ('const-4294966312', u'INT_ADD_-1206068310'), ('tmp_230', u'CBRANCH_-1206062358'),... | [(u'CAST_-1206067281', u'LOAD_-1206067981'), (u'CAST_-1206067341', u'LOAD_-1206068119'), ('tmp_2258', u'INT_ADD_-1206067956'), (u'CAST_-1206067461', u'LOAD_-1206068395'), (u'CAST_-1206067371', u'LOAD_-1206068188'), ('tmp_2258', u'INT_ADD_-1206062465'), ('tmp_1029', u'CBRANCH_-1206067952'), (u'CAST_-1206067221', u'LOAD_... | null | null | 0003f25c | x86 | O1 | (translation_unit "void __regparm3 FUN_0003f25c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP +... | (translation_unit "void FUN_0003f25c(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP ... | (translation_unit "void __regparm3 FUN_0003f25c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP +... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abs... | (function_definition "void __regparm3 FUN_0003f25c(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EB... |
void function_1(void)
{
int var_2;
var_1(*(void **)(var_2 + -0x4cc),0x38);
if (*(void **)(var_2 + -0x48) != *(void **)(var_2 + -0x494)) {
var_1(*(void **)(var_2 + -0x48));
}
if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x48c)) {
var_1(*(void **)(var_2 + -0x30));
}
if (*(void **)(var_2... | 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)))) body: (compound_statement (declaration type: (primitive_type) declarator: (i... | null |
void __regparm3 MASKED(undefined4 param_1)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);
if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x48));
}
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -... |
7380_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | parse_version_script | FUN_002b5100 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_version_script(General_options * this, char * param_1, char
* arg, Command_line * cmdline) */
void __thiscall
gold::General_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002b5100(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)
{
char cVar1;
undefined4 uVar2;
cVar1 = FUN_00342220(param_3,param_4);
if (cVar1 != '\0') {
return;
}
uVar2 = gett... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x334ef9
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x20]
PUSH dword ptr [ESP + 0x24]
PUSH ESI
CALL 0x00342220
ADD ESP,0x10
TEST AL,AL
JZ 0x002b512b
ADD ESP,0x4
POP EBX
POP ESI
RET
SUB ESP,0xc
LEA EAX,[EBX + 0xffea4694]
PUSH EAX
CALL 0x00039440
POP EDX
POP ECX
PUSH ESI
PUSH EAX
CALL ... | null | null | null | null | [('const-1', u'RETURN_-1204530922')] | [('const-0', u'INT_NOTEQUAL_-1204530845'), ('const-1', u'RETURN_-1204530757'), (u'CALL_-1204530788', u'CALL_-1204530762'), ('tmp_656', u'CALL_-1204530872'), ('tmp_655', u'CALL_-1204530762'), ('tmp_164', u'CBRANCH_-1204530845'), ('tmp_655', u'CALL_-1204530872'), (u'CALL_-1204530872', u'INT_NOTEQUAL_-1204530845'), (u'COP... | null | null | 002b5100 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002b5100(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n char cVar1;\n undefined4 uVar2;\n \n cVar1 = FUN_00342220(param_3,param_4);\n if (cVar1 != '\0') {\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_version_script(General_options * this, char * param_1, char\n * arg, Command_line * cmdline) */\n\nvoid __... | (translation_unit "void FUN_002b5100(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n char cVar1;\n undefined4 uVar2;\n \n cVar1 = FUN_00342220(param_3,param_4);\n if (cVar1 != '\0') {\n return;\n }\n uVar2 = gettext("unable to parse version script file %s");\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expr... | (function_definition "void FUN_002b5100(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n char cVar1;\n undefined4 uVar2;\n \n cVar1 = FUN_00342220(param_3,param_4);\n if (cVar1 != '\0') {\n return;\n }\n uVar2 = gettext("unable to parse version script file %s");\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_version_script(General_options * this, char * param_1, char
* arg, Command_line * cmdline) */
void __thiscall
gold::type_1::... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)
{
char cVar1;
undefined4 uVar2;
cVar1 = FUN_00342220(param_3,param_4);
if (cVar1 != '\0') {
return;
}
uVar2 = gettext("u... |
13364_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | money_put | FUN_004143c0 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::money_put(unsigned int) */
void __thiscall
std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_p... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_004143c0(undefined4 *param_1,int param_2)
{
param_1[1] = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_005e93c8;
return;
}
| CALL 0x00050c85
ADD EDX,0x1d5c3b
MOV EAX,dword ptr [ESP + 0x4]
XOR ECX,ECX
CMP dword ptr [ESP + 0x8],0x0
SETNZ CL
MOV dword ptr [EAX + 0x4],ECX
LEA EDX,[EDX + 0xfffff3c0]
ADD EDX,0x8
MOV dword ptr [EAX],EDX
RET | null | null | null | null | [(u'INT_ZEXT_-1201781724', u'STORE_-1201781756'), ('const-6198216', u'PTRSUB_-1201781657'), (u'PTRADD_-1201781696', u'CAST_-1201781670'), ('const-0', u'PTRSUB_-1201781657'), ('tmp_164', u'CAST_-1201781657'), (u'CAST_-1201781670', u'STORE_-1201781756'), ('const-417', u'STORE_-1201781731'), ('const-4', u'PTRADD_-12017816... | [(u'INT_ZEXT_-1201781724', u'STORE_-1201781756'), ('const-417', u'STORE_-1201781731'), (u'PTRADD_-1201781669', u'STORE_-1201781756'), ('tmp_200', u'PTRADD_-1201781669'), ('const-1', u'PTRADD_-1201781669'), ('const-6198216', u'PTRSUB_-1201781657'), ('const-0', u'INT_NOTEQUAL_-1201781764'), (u'INT_NOTEQUAL_-1201781764', ... | null | null | 004143c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_004143c0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e93c8;\n return;\n}\n\n" comment (function_definition "void FUN_004143c0(undefined4 *par... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::money_put(unsigned int) */\n\nvoid __thiscall\nstd::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_tra... | (translation_unit "void FUN_004143c0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e93c8;\n return;\n}\n\n" (function_definition "void FUN_004143c0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e93c8;\n ret... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthe... | (function_definition "void FUN_004143c0(undefined4 *param_1,int param_2)\n\n{\n param_1[1] = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_005e93c8;\n return;\n}" (primitive_type "void") (function_declarator "FUN_004143c0(undefined4 *param_1,int param_2)" (identifier "FUN_004143c0") (parameter_list "(undefined4 *param... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::money_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::money_put(unsigned int) */
void __thiscall
std::money_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::money_p... | 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: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(undefined4 *param_1,int param_2)
{
param_1[1] = (uint)(param_2 != 0);
*param_1 = &PTR_FUN_005e93c8;
return;
}
|
59_busybox_and_busybox_strip.c | __longjmp_chk | __longjmp_chk |
void __longjmp_chk(void)
{
(*(code *)PTR___longjmp_chk_000cae28)();
return;
}
|
void __longjmp_chk(void)
{
(*(code *)PTR___longjmp_chk_000cae28)();
return;
}
| JMP dword ptr [EBX + 0x3e8] | null | null | null | null | [(u'CAST_-1205964793', u'CALLIND_-1205964870'), ('const-0', u'RETURN_-1205964867'), (u'INDIRECT_-1205964798', u'COPY_-1205964857'), ('tmp_58', u'CAST_-1205964793'), (u'CALLIND_-1205964870', u'INDIRECT_-1205964798')] | [(u'CAST_-1205964793', u'CALLIND_-1205964870'), ('const-0', u'RETURN_-1205964867'), (u'INDIRECT_-1205964798', u'COPY_-1205964857'), ('tmp_58', u'CAST_-1205964793'), (u'CALLIND_-1205964870', u'INDIRECT_-1205964798')] | null | null | 00016fb0 | x86 | O1 | (translation_unit "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}\n\n" (function_definition "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}" primitive_type (function_declarator "__longjmp_chk(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}\n\n" (function_definition "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}" primitive_type (function_declarator "__longjmp_chk(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}\n\n" (function_definition "void __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}" primitive_type (function_declarator "__longjmp_chk(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 __longjmp_chk(void)\n\n{\n (*(code *)PTR___longjmp_chk_000cae28)();\n return;\n}" (primitive_type "void") (function_declarator "__longjmp_chk(void)" (identifier "__longjmp_chk") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR___longjmp_chk_000cae28)();
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_000cae28)();
return;
}
|
8831_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | use_facet<std::time_get<wchar_t,std::istreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>> | FUN_00203390 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::time_get<wchar_t, std::istreambuf_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00203390(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_001aee00(PTR_DAT_0033efc8);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
... | PUSH EBX
CALL 0x00035680
ADD EBX,0x13bc6a
SUB ESP,0x14
PUSH dword ptr [EBX + 0xffffffc8]
CALL 0x001aee00
MOV EDX,dword ptr [ESP + 0x20]
ADD ESP,0x10
MOV EDX,dword ptr [EDX]
MOV ECX,dword ptr [EDX + 0x4]
CMP dword ptr [EDX + 0x8],EAX
JBE 0x002033e2
MOV EAX,dword ptr [ECX + EAX*0x4]
TEST EAX,EAX
JZ 0x002033e2
PUSH 0x0
PU... | null | null | null | null | [(u'CALL_-1203817357', u'INDIRECT_-1203817176'), (u'CALL_-1203817357', u'INDIRECT_-1203817176'), (u'INDIRECT_-1203817245', u'CALL_-1203817417'), (u'CALL_-1203817417', u'INDIRECT_-1203817199'), (u'INT_ADD_-1203817478', u'CAST_-1203817201'), (u'CAST_-1203817221', u'CALL_-1203817525'), (u'CALL_-1203817417', u'INDIRECT_-12... | [(u'CALL_-1203817357', u'INDIRECT_-1203817176'), (u'CALL_-1203817357', u'INDIRECT_-1203817176'), (u'INDIRECT_-1203817245', u'CALL_-1203817417'), (u'CALL_-1203817417', u'INDIRECT_-1203817199'), (u'INT_ADD_-1203817478', u'CAST_-1203817203'), (u'CALL_-1203817417', u'INDIRECT_-1203817192'), ('tmp_315', u'CBRANCH_-120381739... | null | null | 00203390 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00203390(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_001aee00(PTR_DAT_0033efc8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&\n std::use_facet<std::time_get<wcha... | (translation_unit "void FUN_00203390(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_001aee00(PTR_DAT_0033efc8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_001f4550(iVar2,PTR_PTR_0033ee60,PTR_PTR_0033ebf8,0)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( ... | (function_definition "void FUN_00203390(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_001aee00(PTR_DAT_0033efc8);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_001f4550(iVar2,PTR_PTR_0033ee60,PTR_PTR_0033ebf8... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::time_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const&
std::use_facet<std::time_get<wchar_t, std::istreambuf_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1)
{
uint uVar1;
int iVar2;
uVar1 = FUN_001aee00(PTR_DAT_0033efc8);
if ((uVar1 < *(uint *)(*param_1 + 8)) &&
(iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {
iVar2 ... |
34_sg_read_and_sg_read_strip.c | __cxa_finalize | __cxa_finalize |
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_00016ff0)();
return;
}
|
void __cxa_finalize(void)
{
(*(code *)PTR___cxa_finalize_00016ff0)();
return;
}
| JMP dword ptr [EBX + 0x8c] | null | null | null | null | [('tmp_58', u'CAST_-1205988729'), (u'CALLIND_-1205988806', u'INDIRECT_-1205988734'), ('const-0', u'RETURN_-1205988803'), (u'CAST_-1205988729', u'CALLIND_-1205988806'), (u'INDIRECT_-1205988734', u'COPY_-1205988793')] | [('tmp_58', u'CAST_-1205988729'), (u'CALLIND_-1205988806', u'INDIRECT_-1205988734'), ('const-0', u'RETURN_-1205988803'), (u'CAST_-1205988729', u'CALLIND_-1205988806'), (u'INDIRECT_-1205988734', u'COPY_-1205988793')] | null | null | 00011230 | x86 | O1 | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void __cxa_finalize(void)\n\n{\n (*(code *)PTR___cxa_finalize_00016ff0)();\n return;\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_s... |
void function_1(void)
{
(*(type_1 *)PTR___cxa_finalize_00016ff0)();
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_00016ff0)();
return;
}
|
2151_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | Copy_relocs | FUN_00067b00 |
/* DWARF original prototype: void Copy_relocs(Copy_relocs<4,_32,_false> * this, uint
copy_reloc_type) */
void __thiscall
gold::Copy_relocs<4,_32,_false>::Copy_relocs(Copy_relocs<4,_32,_false> *this,uint copy_reloc_type)
{
(this->entries_).
super__Vector_base<gold::Copy_relocs<4,_32,_false>::Copy_reloc_entry,_... |
void FUN_00067b00(undefined4 *param_1,undefined4 param_2)
{
*param_1 = 0;
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = param_2;
param_1[4] = 0;
param_1[5] = 0;
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [ESP + 0x8]
MOV dword ptr [EAX],0x0
MOV dword ptr [EAX + 0x4],0x0
MOV dword ptr [EAX + 0x8],0x0
MOV dword ptr [EAX + 0xc],EDX
MOV dword ptr [EAX + 0x10],0x0
MOV dword ptr [EAX + 0x14],0x0
RET | null | null | null | null | [('const-0', u'PTRSUB_-1206289539'), ('const-417', u'STORE_-1206289611'), (u'PTRSUB_-1206289545', u'STORE_-1206289646'), (u'PTRSUB_-1206289555', u'PTRSUB_-1206289550'), (u'PTRSUB_-1206289534', u'PTRSUB_-1206289530'), ('const-417', u'STORE_-1206289617'), ('const-0', u'RETURN_-1206289584'), ('const-0', u'STORE_-120628962... | [('const-3', u'PTRADD_-1206289542'), ('const-2', u'PTRADD_-1206289550'), ('const-1', u'PTRADD_-1206289558'), ('const-4', u'PTRADD_-1206289530'), ('const-417', u'STORE_-1206289637'), ('const-0', u'RETURN_-1206289584'), (u'PTRADD_-1206289558', u'STORE_-1206289637'), ('tmp_81', u'PTRADD_-1206289538'), ('const-417', u'STOR... | null | null | 00067b00 | x86 | O1 | (translation_unit "void FUN_00067b00(undefined4 *param_1,undefined4 param_2)\n\n{\n *param_1 = 0;\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = param_2;\n param_1[4] = 0;\n param_1[5] = 0;\n return;\n}\n\n" (function_definition "void FUN_00067b00(undefined4 *param_1,undefined4 param_2)\n\n{\n *param_1 = 0;... | (translation_unit "/* DWARF original prototype: void Copy_relocs(Copy_relocs<4,_32,_false> * this, uint\n copy_reloc_type) */\n\nvoid __thiscall\ngold::Copy_relocs<4,_32,_false>::Copy_relocs(Copy_relocs<4,_32,_false> *this,uint copy_reloc_type)\n\n{\n (this->entries_).\n super__Vector_base<gold::Copy_relocs<4,_32,_... | (translation_unit "void FUN_00067b00(undefined4 *param_1,undefined4 param_2)\n\n{\n *param_1 = 0;\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = param_2;\n param_1[4] = 0;\n param_1[5] = 0;\n return;\n}\n\n" (function_definition "void FUN_00067b00(undefined4 *param_1,undefined4 param_2)\n\n{\n *param_1 = 0;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (ass... | (function_definition "void FUN_00067b00(undefined4 *param_1,undefined4 param_2)\n\n{\n *param_1 = 0;\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = param_2;\n param_1[4] = 0;\n param_1[5] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00067b00(undefined4 *param_1,undefined4 param_2)" (i... |
/* DWARF original prototype: void Copy_relocs(Copy_relocs<4,_32,_false> * this, uint
copy_reloc_type) */
void __thiscall
var_1::Copy_relocs<4,_32,_false>::Copy_relocs(Copy_relocs<4,_32,_false> *this,uint copy_reloc_type)
{
(this->entries_).
super__Vector_base<var_1::Copy_relocs<4,_32,_false>::var_2,_std::allo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined4 *param_1,undefined4 param_2)
{
*param_1 = 0;
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = param_2;
param_1[4] = 0;
param_1[5] = 0;
return;
}
|
13519_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | pos_format | FUN_00422510 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<char, true>::pos_format() const */
void std::moneypunct<char,true>::pos_format(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * FUN_00422510(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x24) == (code *)PTR_FUN_005e9f58) {
*param_1 = *(undefined4 *)(param_2[2] + 0x30);
return param_1... | PUSH EBX
CALL 0x00050b50
ADD EBX,0x1c7aea
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [EDX]
MOV ECX,dword ptr [ECX + 0x24]
CMP ECX,dword ptr [EBX + 0xffffff58]
JNZ 0x00422548
MOV EDX,dword ptr [EDX + 0x8]
MOV EDX,dword ptr [EDX + 0x30]
MOV dword ptr [EAX],EDX
ADD ESP,0x8
... | null | null | null | null | [('const-1', u'RETURN_-1201855198')] | [(u'CAST_-1201854960', u'INT_EQUAL_-1201855135'), ('tmp_498', u'COPY_-1201855167'), (u'LOAD_-1201855128', u'INT_ADD_-1201855106'), ('tmp_498', u'STORE_-1201855115'), ('tmp_497', u'CALLIND_-1201855048'), (u'INT_ADD_-1201855140', u'CAST_-1201854964'), (u'LOAD_-1201855122', u'STORE_-1201855115'), ('const-417', u'LOAD_-120... | null | null | 00422510 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00422510(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x24) == (code *)PTR_FUN_005e9f58) {\n *param_1 = *(undefined4 *)(param_2[2] +... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<char, true>::pos_format() const */\n\nvoid std::moneypunct<char,true>::pos_format(void)\n\n{\n}\n\n" comment comment (ERROR "void std::moneypunct<char,true>::pos_format(void)" primitive_type (E... | (translation_unit "undefined4 * FUN_00422510(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x24) == (code *)PTR_FUN_005e9f58) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x30);\n return param_1;\n }\n (**(code **)(*param_2 + 0x24))(param_1,param_2);\n ret... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement ... | (function_definition "undefined4 * FUN_00422510(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x24) == (code *)PTR_FUN_005e9f58) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x30);\n return param_1;\n }\n (**(code **)(*param_2 + 0x24))(param_1,param_2);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<char, true>::pos_format() const */
void std::moneypunct<char,true>::pos_format(void)
{
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (pri... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * MASKED(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x24) == (code *)PTR_FUN_005e9f58) {
*param_1 = *(undefined4 *)(param_2[2] + 0x30);
return param_1;
}
... |
6996_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | discard_decompressed_sections | FUN_0028c0a0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void discard_decompressed_sections(Object * this) */
void __thiscall gold::Object::discard_decompressed_sections(Object *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0028c0a0(int param_1)
{
int iVar1;
int iVar2;
iVar2 = *(int *)(param_1 + 0x34);
if ((iVar2 != 0) && (iVar1 = *(int *)(iVar2 + 0xc), iVar1 != iVar2 + 4)) {
do {
if (*(int *)(iVar1 + 0x28) != 0) {
... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x35df57
SUB ESP,0xc
MOV EDI,dword ptr [ESP + 0x20]
MOV EBP,dword ptr [EDI + 0x34]
TEST EBP,EBP
JZ 0x0028c102
MOV ESI,dword ptr [EBP + 0xc]
LEA EAX,[EBP + 0x4]
CMP ESI,EAX
JZ 0x0028c102
LEA ESI,[ESI]
NOP
MOV EAX,dword ptr [ESI + 0x28]
TEST EAX,EAX
JZ 0x0028c0e... | null | null | null | null | [('const-1', u'RETURN_-1204305730')] | [('tmp_132', u'CBRANCH_-1204305680'), (u'MULTIEQUAL_-1204305401', u'MULTIEQUAL_-1204305428'), ('const-52', u'INT_ADD_-1204305683'), (u'CAST_-1204305302', u'LOAD_-1204305589'), (u'LOAD_-1204305679', u'INT_NOTEQUAL_-1204305654'), ('const-417', u'STORE_-1204305597'), (u'CALL_-1204305549', u'MULTIEQUAL_-1204305426'), ('con... | null | null | 0028c0a0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0028c0a0(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = *(int *)(param_1 + 0x34);\n if ((iVar2 != 0) && (iVar1 = *(int *)(iVar2 + 0xc), iVar1 != iVar2 + 4)) {\n do {\n if (*(int... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void discard_decompressed_sections(Object * this) */\n\nvoid __thiscall gold::Object::discard_decompressed_sections(Object *this)\n\n{\n}\n\n" comment comment (function_definition "vo... | (translation_unit "void FUN_0028c0a0(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = *(int *)(param_1 + 0x34);\n if ((iVar2 != 0) && (iVar1 = *(int *)(iVar2 + 0xc), iVar1 != iVar2 + 4)) {\n do {\n if (*(int *)(iVar1 + 0x28) != 0) {\n FUN_003ae020(*(int *)(iVar1 + 0x28));\n *(undefine... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE ... | (function_definition "void FUN_0028c0a0(int param_1)\n\n{\n int iVar1;\n int iVar2;\n \n iVar2 = *(int *)(param_1 + 0x34);\n if ((iVar2 != 0) && (iVar1 = *(int *)(iVar2 + 0xc), iVar1 != iVar2 + 4)) {\n do {\n if (*(int *)(iVar1 + 0x28) != 0) {\n FUN_003ae020(*(int *)(iVar1 + 0x28));\n *(undef... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void discard_decompressed_sections(Object * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarati... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
int iVar1;
int iVar2;
iVar2 = *(int *)(param_1 + 0x34);
if ((iVar2 != 0) && (iVar1 = *(int *)(iVar2 + 0xc), iVar1 != iVar2 + 4)) {
do {
if (*(int *)(iVar1 + 0x28) != 0) {
F... |
590_hppa-linux-gnu-objdump_and_hppa-linux-gnu-objdump_strip.c | bfd_close_all_done | bfd_close_all_done |
/* WARNING: Control flow encountered bad instruction data */
void bfd_close_all_done(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_close_all_done(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206370010')] | [('const-1', u'RETURN_-1206370010')] | null | null | 0007411c | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close_all_done(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close_all_done(void)\n\n{\n /* WAR... | (translation_unit "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_dec... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_close_all_done(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close_all_done(void)" (identifier "bfd_close_all_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stat... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1820_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Target_selector_sparc | FUN_00049ee0 |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_sparc(Target_selector_sparc<64,_true> * this, int
__in_chrg) */
void __thiscall
anon_unknown.dwarf_227848::Target_selector_sparc<64,_true>::~Target_selector_sparc
(Target_selector_sparc... |
void FUN_00049ee0(void)
{
return;
}
| RET | null | null | null | null | [('const-0', u'RETURN_-1206149396')] | [('const-0', u'RETURN_-1206149396')] | null | null | 00049ee0 | x86 | O1 | (translation_unit "void FUN_00049ee0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00049ee0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00049ee0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void ~Target_selector_sparc(Target_selector_sparc<64,_true> * this, int\n __in_chrg) */\n\nvoid __thiscall\nanon_unknown.dwarf_227848::Target_selector_sparc<64,_true>::~Target_selector_sparc\n ... | (translation_unit "void FUN_00049ee0(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00049ee0(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00049ee0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void FUN_00049ee0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00049ee0(void)" (identifier "FUN_00049ee0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statemen... |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void ~Target_selector_sparc(Target_selector_sparc<64,_true> * this, int
__in_chrg) */
void __thiscall
anon_unknown.dwarf_227848::Target_selector_sparc<64,_true>::~Target_selector_sparc
(Target_selector_sparc... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
void MASKED(void)
{
return;
}
|
573_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | message | FUN_00037920 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
ld_plugin_status message(int level,char *format,...)
{
undefined4 uVar1;
char *pcVar2;
undefined *puVar3;
puVar3 = PTR_stdout_001cdfc4;
if (level == 0) {
vfinfo(*(FILE **)PTR_stdout_001cdfc4,format,&stack0x000000... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_00037920(int param_1,undefined4 param_2)
{
undefined4 uVar1;
void *pvVar2;
undefined *puVar3;
puVar3 = PTR_stdout_001cdfc4;
if (param_1 == 0) {
FUN_00033f20(*(undefined4 *)PTR_stdout_001cdfc4,para... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00017b80
ADD EBX,0x1966d4
LEA EDI,[ESP + 0x18]
TEST ESI,ESI
JZ 0x000379c8
CMP ESI,0x1
JZ 0x000379f0
SUB ESP,0x4
LEA EAX,[EBX + 0xffeb0140]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x00016310
CMP ESI,0x3
LEA ECX,[EBX + 0xffeaee6f]
LEA EDX,[EBX + 0xffead160]
CMOVNZ ... | null | null | null | null | [('const-504160', u'PTRSUB_-1206093321'), (u'CAST_-1206092469', u'LOAD_-1206093027'), ('tmp_1079', u'INT_NOTEQUAL_-1206093391'), ('const-0', u'COPY_-1206092971'), (u'CALL_-1206092980', u'INDIRECT_-1206092403'), (u'CALL_-1206093044', u'CAST_-1206092407'), ('const-1756474', u'COPY_-1206092623'), (u'CALL_-1206093211', u'I... | [(u'MULTIEQUAL_-1206092942', u'CALL_-1206093324'), (u'INDIRECT_-1206092502', u'COPY_-1206092536'), (u'CALL_-1206093324', u'CAST_-1206092568'), ('const-516402', u'COPY_-1206092520'), (u'CAST_-1206092425', u'CALL_-1206092993'), (u'LOAD_-1206093003', u'CALL_-1206092985'), (u'CAST_-1206092522', u'LOAD_-1206093237'), (u'CAL... | null | null | 00037920 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00037920(int param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *pvVar2;\n undefined *puVar3;\n \n puVar3 = PTR_stdout_001cdfc4;\n if (param_1 == 0) {\n FUN_00033f20(*(undefine... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nld_plugin_status message(int level,char *format,...)\n\n{\n undefined4 uVar1;\n char *pcVar2;\n undefined *puVar3;\n \n puVar3 = PTR_stdout_001cdfc4;\n if (level == 0) {\n vfinfo(*(FILE **)PTR_stdout_0... | (translation_unit "undefined4 FUN_00037920(int param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *pvVar2;\n undefined *puVar3;\n \n puVar3 = PTR_stdout_001cdfc4;\n if (param_1 == 0) {\n FUN_00033f20(*(undefined4 *)PTR_stdout_001cdfc4,param_2,&stack0x0000000c,0);\n putc(10,*(FILE **)puVar3);\n r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expre... | (function_definition "undefined4 FUN_00037920(int param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n void *pvVar2;\n undefined *puVar3;\n \n puVar3 = PTR_stdout_001cdfc4;\n if (param_1 == 0) {\n FUN_00033f20(*(undefined4 *)PTR_stdout_001cdfc4,param_2,&stack0x0000000c,0);\n putc(10,*(FILE **)puVar3);\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 function_1(int var_1,char *format,...)
{
type_2 uVar1;
char *pcVar2;
type_3 *puVar3;
puVar3 = PTR_stdout_001cdfc4;
if (var_1 == 0) {
var_2(*(type_4 **)PTR_stdout_001cdfc4,format,&stack0x0000000c,0);
va... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(int param_1,undefined4 param_2)
{
undefined4 uVar1;
void *pvVar2;
undefined *puVar3;
puVar3 = PTR_stdout_001cdfc4;
if (param_1 == 0) {
FUN_00033f20(*(undefined4 *)PTR_stdout_001cdfc4,param_2,&s... |
957_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | set_final_data_size | FUN_0004506c |
/* gold::Gdb_index::set_final_data_size() [clone .cold.269] */
void gold::Gdb_index::set_final_data_size(void)
{
/* WARNING: Subroutine does not return */
__cxa_throw_bad_array_new_length();
}
|
void FUN_0004506c(void)
{
/* WARNING: Subroutine does not return */
FUN_003ada10();
}
| MOV EBX,dword ptr [ESP + 0xc]
CALL 0x003ada10 | null | null | null | null | [('const-1', u'RETURN_-1206169471')] | [('const-1', u'RETURN_-1206169471')] | null | null | 0004506c | x86 | O1 | (translation_unit "void FUN_0004506c(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_003ada10();\n}\n\n" (function_definition "void FUN_0004506c(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_003ada10();\n}" primitive_type (function_declarator "FUN_0004... | (translation_unit "/* gold::Gdb_index::set_final_data_size() [clone .cold.269] */\n\nvoid gold::Gdb_index::set_final_data_size(void)\n\n{\n /* WARNING: Subroutine does not return */\n __cxa_throw_bad_array_new_length();\n}\n\n" comment (function_definition "void gold::Gdb_index::set_final_data_size(... | (translation_unit "void FUN_0004506c(void)\n\n{\n \n FUN_003ada10();\n}\n\n" (function_definition "void FUN_0004506c(void)\n\n{\n \n FUN_003ada10();\n}" primitive_type (function_declarator "FUN_0004506c(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 FUN_0004506c(void)\n\n{\n \n FUN_003ada10();\n}" (primitive_type "void") (function_declarator "FUN_0004506c(void)" (identifier "FUN_0004506c") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* gold::Gdb_index::set_final_data_size() [clone .cold.269] */
void gold::Gdb_index::function_1(void)
{
/* WARNING: Subroutine does not return */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_003ada10();
}
|
10440_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | _M_copy | FUN_0027ec40 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::_M_copy(wchar_t*, wchar_t const*, unsigned int) */
void std::wstring::_M_copy(wchar_t *param_1,wchar_t *param_2,uint param_3)
{
if (param_3 == 1) {
*param_1 = *param_2;
return;
}
if (param_3 == 0) {... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0027ec40(wchar_t *param_1,wchar_t *param_2,size_t param_3)
{
if (param_3 == 1) {
*param_1 = *param_2;
return;
}
if (param_3 == 0) {
return;
}
wmemcpy(param_1,param_2,param_3);
return;
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x12b3ba
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [ESP + 0x14]
CMP EAX,0x1
JZ 0x0027ec80
TEST EAX,EAX
JNZ 0x0027ec68
ADD ESP,0x8
POP EBX
RET
SUB ESP,0x4
PUSH EAX
PUSH EDX
PUSH dword ptr [ESP + 0x1c]
CALL 0x0002a380
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET
MOV EAX,dword p... | null | null | null | null | [('tmp_395', u'INT_EQUAL_-1204228972'), ('tmp_140', u'CBRANCH_-1204228970'), ('tmp_395', u'CALL_-1204228910'), ('const-0', u'RETURN_-1204228832'), ('tmp_393', u'STORE_-1204228861'), (u'INT_EQUAL_-1204228972', u'CBRANCH_-1204228970'), ('tmp_394', u'LOAD_-1204228874'), ('tmp_393', u'CALL_-1204228910'), (u'LOAD_-120422887... | [('tmp_140', u'CBRANCH_-1204228970'), ('const-417', u'STORE_-1204228861'), ('const-0', u'RETURN_-1204228832'), ('tmp_551', u'LOAD_-1204228874'), (u'INT_EQUAL_-1204228972', u'CBRANCH_-1204228970'), ('tmp_551', u'CALL_-1204228910'), (u'LOAD_-1204228874', u'STORE_-1204228861'), ('tmp_550', u'INT_EQUAL_-1204228972'), ('tmp... | null | null | 0027ec40 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0027ec40(wchar_t *param_1,wchar_t *param_2,size_t param_3)\n\n{\n if (param_3 == 1) {\n *param_1 = *param_2;\n return;\n }\n if (param_3 == 0) {\n return;\n }\n wmemcpy(param_1,param_2,p... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::_M_copy(wchar_t*, wchar_t const*, unsigned int) */\n\nvoid std::wstring::_M_copy(wchar_t *param_1,wchar_t *param_2,uint param_3)\n\n{\n if (param_3 == 1) {\n *param_1 = *param_2;\n return;... | (translation_unit "void FUN_0027ec40(wchar_t *param_1,wchar_t *param_2,size_t param_3)\n\n{\n if (param_3 == 1) {\n *param_1 = *param_2;\n return;\n }\n if (param_3 == 0) {\n return;\n }\n wmemcpy(param_1,param_2,param_3);\n return;\n}\n\n" (function_definition "void FUN_0027ec40(wchar_t *param_1,wchar_t... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (bina... | (function_definition "void FUN_0027ec40(wchar_t *param_1,wchar_t *param_2,size_t param_3)\n\n{\n if (param_3 == 1) {\n *param_1 = *param_2;\n return;\n }\n if (param_3 == 0) {\n return;\n }\n wmemcpy(param_1,param_2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0027ec40(wchar_... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::_M_copy(wchar_t*, wchar_t const*, unsigned int) */
void std::wstring::function_1(type_1 *param_1,type_1 *param_2,type_2 var_1)
{
if (var_1 == 1) {
*param_1 = *param_2;
return;
}
if (var_1 == 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: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(wchar_t *param_1,wchar_t *param_2,size_t param_3)
{
if (param_3 == 1) {
*param_1 = *param_2;
return;
}
if (param_3 == 0) {
return;
}
wmemcpy(param_1,param_2,param_3);
return;
}
|
6998_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | string | FUN_001b70c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */
void __thiscall std::string::string(string *this,int param_2,int param_3)
{
*(string **)this = this + 8;
__cxx11::basic_string<char,_std::cha... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001b70c0(int *param_1,int param_2,int param_3)
{
*param_1 = (int)(param_1 + 2);
FUN_00056c80(param_1,param_2,param_3 + param_2,0);
return;
}
| PUSH EBX
CALL 0x00035680
ADD EBX,0x187f3a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
LEA ECX,[EAX + 0x8]
MOV dword ptr [EAX],ECX
PUSH 0x0
MOV ECX,dword ptr [ESP + 0x1c]
ADD ECX,EDX
PUSH ECX
PUSH EDX
PUSH EAX
CALL 0x00056c80
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [('tmp_368', u'INT_ADD_-1207668449'), (u'CAST_-1207668343', u'STORE_-1207668482'), ('const-1', u'PTRADD_-1207668426'), (u'INT_ADD_-1207668449', u'CALL_-1207668438'), ('tmp_368', u'CALL_-1207668438'), ('tmp_367', u'CAST_-1207668343'), (u'PTRADD_-1207668426', u'STORE_-1207668482'), ('const-8', u'PTRADD_-1207668426'), ('c... | [('tmp_368', u'INT_ADD_-1207668449'), ('const-417', u'STORE_-1207668482'), ('tmp_367', u'PTRADD_-1207668345'), (u'INT_ADD_-1207668449', u'CALL_-1207668438'), ('tmp_367', u'STORE_-1207668482'), ('tmp_368', u'CALL_-1207668438'), ('tmp_367', u'CALL_-1207668438'), (u'CAST_-1207668342', u'STORE_-1207668482'), (u'PTRADD_-120... | null | null | 001b70c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001b70c0(int *param_1,int param_2,int param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_00056c80(param_1,param_2,param_3 + param_2,0);\n return;\n}\n\n" comment (function_definition "void FUN_00... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */\n\nvoid __thiscall std::string::string(string *this,int param_2,int param_3)\n\n{\n *(string **)this = this + 8;\n __cxx11::ba... | (translation_unit "void FUN_001b70c0(int *param_1,int param_2,int param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_00056c80(param_1,param_2,param_3 + param_2,0);\n return;\n}\n\n" (function_definition "void FUN_001b70c0(int *param_1,int param_2,int param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_00056c80(... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT)... | (function_definition "void FUN_001b70c0(int *param_1,int param_2,int param_3)\n\n{\n *param_1 = (int)(param_1 + 2);\n FUN_00056c80(param_1,param_2,param_3 + param_2,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b70c0(int *param_1,int param_2,int param_3)" (identifier "FUN_001b70c0") (paramet... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::string(std::initializer_list<char>, std::allocator<char> const&) */
void __thiscall std::function_1::function_1(function_1 *var_1,int var_8,int var_7)
{
*(function_1 **)var_1 = var_1 + 8;
__cxx11::basic_string... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int param_2,int param_3)
{
*param_1 = (int)(param_1 + 2);
FUN_00056c80(param_1,param_2,param_3 + param_2,0);
return;
}
|
294_sed_and_sed_strip.c | version_etc_arn | FUN_000226fd |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors,
size_t n_authors)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000226fd(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6)
{
undefined4 uVar1;
char *__s;
undefined4 uVar2;
undefined4 uVar3;
undefined4 ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
CALL 0x00012740
ADD EBX,0xd8f7
MOV EBP,dword ptr [ESP + 0x40]
MOV EAX,dword ptr [ESP + 0x44]
MOV EDX,dword ptr [ESP + 0x48]
MOV ECX,dword ptr [ESP + 0x4c]
MOV EDI,dword ptr [ESP + 0x50]
MOV ESI,dword ptr [ESP + 0x54]
TEST EAX,EAX
JZ 0x000227c7
SUB ESP,0x8
PUSH ECX
PUSH E... | null | null | null | null | [('tmp_3639', u'LOAD_-1206047648'), ('const-4', u'PTRADD_-1206045604'), ('const-2018', u'CALL_-1206048692'), ('const-417', u'LOAD_-1206047639'), (u'CALL_-1206047494', u'INDIRECT_-1206045437'), ('const-417', u'LOAD_-1206047781'), ('const-1', u'PTRADD_-1206045441'), ('const-5', u'CALL_-1206047595'), ('tmp_3635', u'CALL_-... | [('const-4', u'PTRADD_-1206045347'), ('const-5', u'CALL_-1206048808'), ('const-4', u'PTRADD_-1206045137'), ('const-417', u'LOAD_-1206047755'), (u'CALL_-1206047494', u'INDIRECT_-1206045437'), ('tmp_11029', u'PTRADD_-1206045465'), ('const-5', u'CALL_-1206047685'), ('const-417', u'LOAD_-1206047592'), ('tmp_11027', u'CALL_... | null | null | 000226fd | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000226fd(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n undefined4 uVar2;\n unde... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid version_etc_arn(FILE *stream,char *command_name,char *package,char *version,char **authors,\n size_t n_authors)\n\n{\n char *pcVar1;\n char *... | (translation_unit "void FUN_000226fd(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined4 u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , ... | (function_definition "void FUN_000226fd(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6)\n\n{\n undefined4 uVar1;\n char *__s;\n undefined4 uVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n undefined4 uVar5;\n undefined4 uVar6;\n undefined... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *stream,char *var_1,char *package,char *version,char **authors,
size_t n_authors)
{
char *pcVar1;
char *pcVar2;
char *pcVar3;
char *pcVa... | 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: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(FILE *param_1,int param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6)
{
undefined4 uVar1;
char *__s;
undefined4 uVar2;
undefined4 uVar3;
undefined4 uVar4;... |
671_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | gldelf_iamcu_stat_needed | FUN_00047830 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void gldelf_iamcu_stat_needed(lang_input_statement_type *s)
{
bfd *pbVar1;
uint uVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
int iVar6;
stat st;
if ((global_found == (... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00047830(int param_1)
{
undefined4 uVar1;
uint uVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
int iVar6;
undefined4 uVar7;
undefined4 uVar8;
int local_7c;
int local_78;
int local_24;
int local_20;... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00017b80
ADD EBX,0x1867c7
SUB ESP,0x6c
MOV ESI,dword ptr [EBX + 0x1bc0]
TEST ESI,ESI
JZ 0x00047858
ADD ESP,0x6c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV EAX,dword ptr [ESP + 0x80]
MOV EAX,dword ptr [EAX + 0x10]
TEST EAX,EAX
JZ 0x0004784c
SUB ESP,0xc
PUSH EAX
CALL 0x000163c0
ADD... | null | null | null | null | [(u'INDIRECT_-1206157814', u'MULTIEQUAL_-1206158078'), ('const-0', u'INT_EQUAL_-1206159117'), (u'LOAD_-1206159082', u'CALL_-1206159068'), (u'CALL_-1206158405', u'INDIRECT_-1206157661'), (u'PTRSUB_-1206157948', u'CALL_-1206159068'), (u'INDIRECT_-1206157800', u'MULTIEQUAL_-1206158064'), (u'CALL_-1206158862', u'INDIRECT_-... | [(u'INDIRECT_-1206157665', u'MULTIEQUAL_-1206157872'), (u'INDIRECT_-1206157943', u'MULTIEQUAL_-1206158082'), (u'LOAD_-1206159082', u'CALL_-1206159068'), (u'CALL_-1206158577', u'INDIRECT_-1206157899'), (u'CALL_-1206158929', u'INDIRECT_-1206157971'), ('tmp_4441', u'MULTIEQUAL_-1206158026'), ('const-417', u'LOAD_-12061590... | null | null | 00047830 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047830(int param_1)\n\n{\n undefined4 uVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n int iVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n int local_7c;\n int local_78;... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid gldelf_iamcu_stat_needed(lang_input_statement_type *s)\n\n{\n bfd *pbVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n int iVar6;\n stat s... | (translation_unit "void FUN_00047830(int param_1)\n\n{\n undefined4 uVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n int iVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n int local_7c;\n int local_78;\n int local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x47839;\n i... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator *... | (function_definition "void FUN_00047830(int param_1)\n\n{\n undefined4 uVar1;\n uint uVar2;\n int iVar3;\n char *pcVar4;\n char *pcVar5;\n int iVar6;\n undefined4 uVar7;\n undefined4 uVar8;\n int local_7c;\n int local_78;\n int local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x47839;\n... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *s)
{
type_2 *pbVar1;
type_3 var_3;
int var_5;
char *var_7;
char *var_9;
int var_13;
type_4 st;
if ((var_1 == (type_1 *)0x0) && (s->the_bfd != (t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
undefined4 uVar1;
uint uVar2;
int iVar3;
char *pcVar4;
char *pcVar5;
int iVar6;
undefined4 uVar7;
undefined4 uVar8;
int local_7c;
int local_78;
int local_24;
int local_20;
und... |
12485_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ctype | FUN_003e8d70 |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */
void __thiscall std::ctype<char>::ctype(ctype<char> *this,ushort *param_1,bool param_2,uint param_3)
{
int iVar1;
uint uVar2;
undefined4 *puVar3;
by... |
void FUN_003e8d70(undefined4 *param_1,int param_2,byte param_3,int param_4)
{
int iVar1;
uint uVar2;
int unaff_EBP;
undefined4 *puVar3;
byte bVar4;
bVar4 = 0;
FUN_00074f0e();
param_1[1] = (uint)(param_4 != 0);
*param_1 = &UNK_001ff8e6 + unaff_EBP;
/* try { // try from 003e8dad... | PUSH EBP
CALL 0x00074f0e
ADD EBP,0x20128a
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x38]
MOV EDX,dword ptr [ESP + 0x3c]
MOV EBX,EBP
MOV ESI,dword ptr [ESP + 0x30]
MOV EDI,dword ptr [ESP + 0x34]
MOV dword ptr [ESP + 0xc],EAX
XOR EAX,EAX
TEST EDX,EDX
SETNZ AL
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,... | null | null | null | null | [('tmp_979', u'INT_EQUAL_-1205760420'), ('const-1', u'PTRADD_-1205760356'), ('tmp_978', u'PTRADD_-1205760264'), (u'LOAD_-1205760456', u'STORE_-1205760448'), ('const-4', u'PTRADD_-1205760000'), ('const-417', u'STORE_-1205760486'), (u'PTRADD_-1205760131', u'CAST_-1205759925'), ('const-537', u'PTRADD_-1205760169'), ('tmp_... | [(u'INDIRECT_-1205760121', u'INT_ZEXT_-1205760254'), ('const-417', u'STORE_-1205760264'), ('const-2095334', u'PTRSUB_-1205760078'), ('const-0', u'PTRSUB_-1205760078'), (u'LOAD_-1205760456', u'STORE_-1205760448'), ('const-417', u'STORE_-1205760436'), (u'CAST_-1205759980', u'INT_ADD_-1205760333'), ('const-0', u'STORE_-12... | null | null | 003e8d70 | x86 | O1 | (translation_unit "void FUN_003e8d70(undefined4 *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_00074f0e();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = &UNK_001ff8e6 + unaff_EBP;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */\n/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */\n\nvoid __thiscall std::ctype<char>::ctype(ctype<char> *this,ushort *param_1,bool param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n... | (translation_unit "void FUN_003e8d70(undefined4 *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_00074f0e();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = &UNK_001ff8e6 + unaff_EBP;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat... | (function_definition "void FUN_003e8d70(undefined4 *param_1,int param_2,byte param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EBP;\n undefined4 *puVar3;\n byte bVar4;\n \n bVar4 = 0;\n FUN_00074f0e();\n param_1[1] = (uint)(param_4 != 0);\n *param_1 = &UNK_001ff8e6 + unaff_EBP;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */
/* std::ctype<char>::ctype(unsigned short const*, bool, unsigned int) */
void __thiscall std::function_1<char>::function_1(function_1<char> *var_1,type_1 *var_6,bool var_7,type_2 var_2)
{
int var_8;
type_2 var_9;
type_3 *va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif... | null |
void MASKED(undefined4 *param_1,int param_2,byte param_3,int param_4)
{
int iVar1;
uint uVar2;
int unaff_EBP;
undefined4 *puVar3;
byte bVar4;
bVar4 = 0;
FUN_00074f0e();
param_1[1] = (uint)(param_4 != 0);
*param_1 = &UNK_001ff8e6 + unaff_EBP;
/* try { // try from 003e8dad to 00... |
9554_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | message[abi:cxx11] | FUN_00243c70 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* (anonymous namespace)::system_error_category::message[abi:cxx11](int) const */
int (anonymous_namespace)::system_error_category::message_abi_cxx11_(int param_1)
{
char *__s;
char *pcVar1;
size_t sVar2;
int in_stack_000... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_00243c70(int *param_1,undefined4 param_2,int param_3)
{
char *__s;
char *pcVar1;
size_t sVar2;
__s = strerror(param_3);
*param_1 = (int)(param_1 + 2);
pcVar1 = (char *)0xffffffff;
if (__s != (char *)0x... | PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00036f20
ADD EBX,0x16b384
SUB ESP,0xc
PUSH dword ptr [ESP + 0x24]
CALL 0x0002a100
ADD ESP,0x10
MOV EDI,EAX
LEA EAX,[ESI + 0x8]
MOV dword ptr [ESI],EAX
MOV EAX,0xffffffff
TEST EDI,EDI
JZ 0x00243caf
SUB ESP,0xc
PUSH EDI
CALL 0x0002a5f0
ADD ESP,0x10
ADD EAX,... | null | null | null | null | [(u'INT_NOTEQUAL_-1204077339', u'CBRANCH_-1204077339'), (u'CAST_-1204077080', u'CALL_-1204077268'), ('const-0', u'INT_NOTEQUAL_-1204077339'), ('const-4294967295', u'COPY_-1204077360'), ('tmp_178', u'CBRANCH_-1204077339'), (u'CALL_-1204077384', u'CALL_-1204077316'), ('tmp_781', u'CALL_-1204077384'), (u'CALL_-1204077316'... | [('const-2', u'PTRADD_-1204077113'), ('tmp_780', u'CALL_-1204077384'), (u'INT_NOTEQUAL_-1204077339', u'CBRANCH_-1204077339'), ('const-1', u'PTRADD_-1204077238'), ('tmp_779', u'PTRADD_-1204077113'), ('const-0', u'INT_NOTEQUAL_-1204077339'), ('tmp_779', u'CALL_-1204077268'), ('tmp_178', u'CBRANCH_-1204077339'), ('const-4... | null | null | 00243c70 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00243c70(int *param_1,undefined4 param_2,int param_3)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = strerror(param_3);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffff... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* (anonymous namespace)::system_error_category::message[abi:cxx11](int) const */\n\nint (anonymous_namespace)::system_error_category::message_abi_cxx11_(int param_1)\n\n{\n char *__s;\n char *pcVar1;\n size_t... | (translation_unit "int * FUN_00243c70(int *param_1,undefined4 param_2,int param_3)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = strerror(param_3);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n }... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ... | (function_definition "int * FUN_00243c70(int *param_1,undefined4 param_2,int param_3)\n\n{\n char *__s;\n char *pcVar1;\n size_t sVar2;\n \n __s = strerror(param_3);\n *param_1 = (int)(param_1 + 2);\n pcVar1 = (char *)0xffffffff;\n if (__s != (char *)0x0) {\n sVar2 = strlen(__s);\n pcVar1 = __s + sVar2;\n... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* (anonymous namespace)::system_error_category::message[abi:cxx11](int) const */
int (anonymous_namespace)::system_error_category::function_1(int var_2)
{
char *var_3;
char *pcVar1;
size_t var_5;
int in_stack_0000000c;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,undefined4 param_2,int param_3)
{
char *__s;
char *pcVar1;
size_t sVar2;
__s = strerror(param_3);
*param_1 = (int)(param_1 + 2);
pcVar1 = (char *)0xffffffff;
if (__s != (char *)0x0) {
... |
7729_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | end | FUN_001eb530 |
/* std::wstring::end() const */
void std::wstring::end(void)
{
int *in_stack_00000004;
int *in_stack_00000008;
*in_stack_00000004 = *in_stack_00000008 + in_stack_00000008[1] * 4;
return;
}
|
void FUN_001eb530(int *param_1,int *param_2)
{
*param_1 = *param_2 + param_2[1] * 4;
return;
}
| MOV EDX,dword ptr [ESP + 0x8]
MOV EAX,dword ptr [ESP + 0x4]
MOV ECX,dword ptr [EDX + 0x4]
MOV EDX,dword ptr [EDX]
LEA EDX,[EDX + ECX*0x4]
MOV dword ptr [EAX],EDX
RET 0x4 | null | null | null | null | [('const-4', u'PTRADD_-1207847538'), ('const-417', u'STORE_-1207847598'), ('tmp_60', u'LOAD_-1207847610'), (u'INT_ADD_-1207847588', u'STORE_-1207847598'), (u'LOAD_-1207847615', u'INT_MULT_-1207847576'), ('tmp_61', u'STORE_-1207847598'), (u'PTRADD_-1207847538', u'LOAD_-1207847615'), (u'LOAD_-1207847610', u'INT_ADD_-1207... | [('const-4', u'PTRADD_-1207847538'), ('const-417', u'STORE_-1207847598'), ('tmp_60', u'LOAD_-1207847610'), (u'INT_ADD_-1207847588', u'STORE_-1207847598'), (u'LOAD_-1207847615', u'INT_MULT_-1207847576'), ('tmp_61', u'STORE_-1207847598'), (u'PTRADD_-1207847538', u'LOAD_-1207847615'), (u'LOAD_-1207847610', u'INT_ADD_-1207... | null | null | 001eb530 | x86 | O1 | (translation_unit "void FUN_001eb530(int *param_1,int *param_2)\n\n{\n *param_1 = *param_2 + param_2[1] * 4;\n return;\n}\n\n" (function_definition "void FUN_001eb530(int *param_1,int *param_2)\n\n{\n *param_1 = *param_2 + param_2[1] * 4;\n return;\n}" primitive_type (function_declarator "FUN_001eb530(int *param_1,... | (translation_unit "/* std::wstring::end() const */\n\nvoid std::wstring::end(void)\n\n{\n int *in_stack_00000004;\n int *in_stack_00000008;\n \n *in_stack_00000004 = *in_stack_00000008 + in_stack_00000008[1] * 4;\n return;\n}\n\n" comment (function_definition "void std::wstring::end(void)\n\n{\n int *in_stack_000... | (translation_unit "void FUN_001eb530(int *param_1,int *param_2)\n\n{\n *param_1 = *param_2 + param_2[1] * 4;\n return;\n}\n\n" (function_definition "void FUN_001eb530(int *param_1,int *param_2)\n\n{\n *param_1 = *param_2 + param_2[1] * 4;\n return;\n}" primitive_type (function_declarator "FUN_001eb530(int *param_1,... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_exp... | (function_definition "void FUN_001eb530(int *param_1,int *param_2)\n\n{\n *param_1 = *param_2 + param_2[1] * 4;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001eb530(int *param_1,int *param_2)" (identifier "FUN_001eb530") (parameter_list "(int *param_1,int *param_2)" (( "(") (parameter_declaration ... |
/* std::wstring::end() const */
void std::wstring::function_1(void)
{
int *in_stack_00000004;
int *in_stack_00000008;
*in_stack_00000004 = *in_stack_00000008 + in_stack_00000008[1] * 4;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
void MASKED(int *param_1,int *param_2)
{
*param_1 = *param_2 + param_2[1] * 4;
return;
}
|
1511_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | ~Struct_eh_frame_hdr | FUN_0003f5b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_eh_frame_hdr(Struct_eh_frame_hdr * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_eh_frame_hdr::~Struct_eh_frame_hdr
(Struct_eh_frame_hdr *this,int __in_ch... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003f5b0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00331bc8;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
FUN_001ac450(param_1,0x40);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x2ffa49
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff2bc8]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x0003f5e2
SUB ESP,0xc
PUSH EAX
CALL 0x001ac470
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001ac450
AD... | null | null | null | null | [('const-0', u'PTRSUB_-1206061358'), (u'PTRSUB_-1206061360', u'INT_NOTEQUAL_-1206061558'), ('const-0', u'PTRSUB_-1206061348'), (u'PTRSUB_-1206061361', u'CAST_-1206061351'), ('const-0', u'PTRSUB_-1206061350'), ('const-4', u'PTRSUB_-1206061355'), (u'PTRSUB_-1206061350', u'PTRSUB_-1206061348'), (u'CAST_-1206061351', u'STO... | [('const-4', u'PTRADD_-1206061363'), ('const-0', u'PTRSUB_-1206061366'), ('const-417', u'LOAD_-1206061578'), (u'LOAD_-1206061578', u'CAST_-1206061363'), ('const-4', u'PTRADD_-1206061375'), (u'PTRADD_-1206061363', u'LOAD_-1206061578'), ('tmp_597', u'STORE_-1206061581'), ('const-3349448', u'PTRSUB_-1206061366'), (u'CAST_... | null | null | 0003f5b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003f5b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331bc8;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_eh_frame_hdr(Struct_eh_frame_hdr * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_eh_frame_hdr::~Struct_eh_frame_hdr\n (Struct_eh_fram... | (translation_unit "void FUN_0003f5b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331bc8;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003f5b0(undefined4 *param_1)\n\n{\n *para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_0003f5b0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00331bc8;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003f5b0(undefined4 *para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_eh_frame_hdr(Struct_eh_frame_hdr * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00331bc8;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
FUN_001ac450(param_1,0x40);
return;
}
|
3282_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | ~Output_data_fixed_space | FUN_000b7b50 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int
__in_chrg) */
void __thiscall
gold::Output_data_fixed_space::~Output_data_fixed_space(Output_data_fixed_space *this,int __in_chrg)
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000b7b50(undefined4 *param_1)
{
*param_1 = &DAT_003a59ac;
FUN_00101100(param_1);
return;
}
| PUSH EBX
CALL 0x00036db0
ADD EBX,0x2f24aa
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x1c]
LEA EDX,[EBX + 0xffffb9a4]
ADD EDX,0x8
MOV dword ptr [EAX],EDX
PUSH EAX
CALL 0x00101100
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [(u'PTRSUB_-1206617076', u'STORE_-1206617194'), (u'PTRSUB_-1206617078', u'PTRSUB_-1206617077'), ('const-0', u'RETURN_-1206617153'), ('const-0', u'PTRSUB_-1206617076'), (u'PTRSUB_-1206617079', u'CAST_-1206617077'), (u'PTRSUB_-1206617077', u'PTRSUB_-1206617076'), ('const-417', u'STORE_-1206617194'), (u'CAST_-1206617073',... | [('const-3824044', u'PTRSUB_-1206617083'), ('const-0', u'RETURN_-1206617153'), ('const-417', u'STORE_-1206617194'), ('tmp_282', u'STORE_-1206617194'), (u'PTRSUB_-1206617083', u'STORE_-1206617194'), ('tmp_282', u'CALL_-1206617181'), ('const-0', u'PTRSUB_-1206617083')] | null | null | 000b7b50 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000b7b50(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_000b7b50(undefined4 *param_1)\n\n{\n *param_1 = &DA... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Output_data_fixed_space::~Output_data_fixed_space(Output_data_fixed_space... | (translation_unit "void FUN_000b7b50(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}\n\n" (function_definition "void FUN_000b7b50(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" primitive_type (function_declarator "FUN_000b7b... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression... | (function_definition "void FUN_000b7b50(undefined4 *param_1)\n\n{\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000b7b50(undefined4 *param_1)" (identifier "FUN_000b7b50") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "und... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Output_data_fixed_space(Output_data_fixed_space * this, int
__in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
int in_stack_ffffffe8;
(this->... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &DAT_003a59ac;
FUN_00101100(param_1);
return;
}
|
10735_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | do_in | FUN_00287530 |
/* std::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char
const*&, char16_t*, char16_t*, char16_t*&) const */
void __thiscall
std::codecvt<char16_t,char,__mbstate_t>::do_in
(codecvt<char16_t,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3
... |
void FUN_00287530(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)
{
FUN_00287410(1,0,param_3,param_4,param_6,param_7);
*param_5 = param_3;
*param_8 = param_6;
return;
}
| SUB ESP,0x10
MOV ECX,0x10ffff
MOV EAX,dword ptr [ESP + 0x1c]
LEA EDX,[ESP + 0x8]
MOV dword ptr [ESP],EAX
MOV EAX,dword ptr [ESP + 0x20]
MOV dword ptr [ESP + 0x4],EAX
MOV EAX,dword ptr [ESP + 0x28]
MOV dword ptr [ESP + 0x8],EAX
MOV EAX,dword ptr [ESP + 0x2c]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,ESP
PUSH 0x0
PUSH 0x1
CA... | null | null | null | null | [('tmp_249', u'PTRSUB_-1204324887'), (u'INDIRECT_-1204324860', u'STORE_-1204324955'), ('const-0', u'RETURN_-1204324913'), ('const-0', u'CALL_-1204324972'), ('tmp_249', u'PTRSUB_-1204324900'), ('const-1114111', u'CALL_-1204324972'), ('tmp_206', u'COPY_-1204325012'), ('tmp_208', u'STORE_-1204324937'), (u'CALL_-1204324972... | [('tmp_351', u'CALL_-1204324972'), (u'INDIRECT_-1204324860', u'STORE_-1204324937'), ('const-1', u'CALL_-1204324972'), ('const-0', u'RETURN_-1204324913'), (u'CALL_-1204324972', u'INDIRECT_-1204324862'), ('const-417', u'STORE_-1204324955'), (u'CALL_-1204324972', u'INDIRECT_-1204324860'), ('tmp_352', u'CALL_-1204324972'),... | null | null | 00287530 | x86 | O1 | (translation_unit "void FUN_00287530(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n FUN_00287410(1,0,param_3,param_4,param_6,param_7);\n *param_5 = param_3;\n *param_8 = param_6;\n r... | (translation_unit "/* std::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char\n const*&, char16_t*, char16_t*, char16_t*&) const */\n\nvoid __thiscall\nstd::codecvt<char16_t,char,__mbstate_t>::do_in\n (codecvt<char16_t,char,__mbstate_t> *this,__mbstate_t *param_1,char *p... | (translation_unit "void FUN_00287530(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n FUN_00287410(1,0,param_3,param_4,param_6,param_7);\n *param_5 = param_3;\n *param_8 = param_6;\n r... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration ... | (function_definition "void FUN_00287530(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)\n\n{\n FUN_00287410(1,0,param_3,param_4,param_6,param_7);\n *param_5 = param_3;\n *param_8 = param_6;\n... |
/* std::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char
const*&, char16_t*, char16_t*, char16_t*&) const */
void __thiscall
std::codecvt<char16_t,char,__mbstate_t>::do_in
(codecvt<char16_t,char,__mbstate_t> *this,__mbstate_t *param_1,char *param_2,char *param_3
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 *param_5,undefined4 param_6,undefined4 param_7,undefined4 *param_8)
{
FUN_00287410(1,0,param_3,param_4,param_6,param_7);
*param_5 = param_3;
*param_8 = param_6;
return;
}
|
3650_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~Output_section_incremental_inputs | FUN_000e6520 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Output_section_incremental_inputs(Output_section_incremental_inputs<32,_true> * this, int
__in_chrg) */
void __thiscall
gold::Output_section_incremental_inputs<32,_true>::~Output_section_in... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000e6520(undefined4 *param_1)
{
*param_1 = &DAT_0040fd40;
FUN_0015bff0(param_1);
FUN_00248200(param_1,0x34);
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x32dad9
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[EBX + 0xffffbd38]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x0015bff0
POP EAX
POP EDX
PUSH 0x34
PUSH ESI
CALL 0x00248200
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1206819530')] | [('const-0', u'PTRSUB_-1206819321'), ('tmp_452', u'CALL_-1206819465'), ('const-0', u'RETURN_-1206819405'), ('const-52', u'CALL_-1206819438'), ('const-4259136', u'PTRSUB_-1206819321'), ('tmp_452', u'CALL_-1206819438'), ('const-417', u'STORE_-1206819478'), (u'PTRSUB_-1206819321', u'STORE_-1206819478'), ('tmp_452', u'STOR... | null | null | 000e6520 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000e6520(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x34);\n return;\n}\n\n" comment (function_definition "void FUN_000e6520(undefined4 *... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n ~Output_section_incremental_inputs(Output_section_incremental_inputs<32,_true> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Output_section_incremental_inputs<32,_t... | (translation_unit "void FUN_000e6520(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x34);\n return;\n}\n\n" (function_definition "void FUN_000e6520(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x34);\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression... | (function_definition "void FUN_000e6520(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0040fd40;\n FUN_0015bff0(param_1);\n FUN_00248200(param_1,0x34);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000e6520(undefined4 *param_1)" (identifier "FUN_000e6520") (parameter_list "(undefined4 *param_1)" (( "... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Output_section_incremental_inputs(Output_section_incremental_inputs<32,_true> * this, int
__in_chrg) */
void __thiscall
gold::Output_section_incremental_inputs<32,_true>::~Output_section_in... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &DAT_0040fd40;
FUN_0015bff0(param_1);
FUN_00248200(param_1,0x34);
return;
}
|
71_riscv64-linux-gnu-size_and_riscv64-linux-gnu-size_strip.c | fputs | fputs |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0001911c)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_0001911c)();
return iVar1;
}
| JMP dword ptr [EBX + 0x11c] | null | null | null | null | [(u'CALLIND_-1205988214', u'INDIRECT_-1205988141'), (u'CAST_-1205988134', u'CALLIND_-1205988214'), ('const-0', u'RETURN_-1205988211'), (u'CALLIND_-1205988214', u'RETURN_-1205988211'), ('tmp_72', u'CAST_-1205988134'), (u'INDIRECT_-1205988141', u'COPY_-1205988200')] | [(u'CALLIND_-1205988214', u'INDIRECT_-1205988141'), (u'CAST_-1205988134', u'CALLIND_-1205988214'), ('const-0', u'RETURN_-1205988211'), (u'CALLIND_-1205988214', u'RETURN_-1205988211'), ('tmp_72', u'CAST_-1205988134'), (u'INDIRECT_-1205988141', u'COPY_-1205988200')] | null | null | 00011480 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0001911c)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0001911c)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n i... | (translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0001911c)();\n return iVar1;\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0001911c)();\n return iVar1;\n}" primitive_type (function_de... | (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 "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_0001911c)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fputs_0001911c)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0001911c)();
return iVar1;
}
|
122_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | sqlite3_finalize | sqlite3_finalize |
/* WARNING: Unknown calling convention */
int sqlite3_finalize(sqlite3_stmt *pStmt)
{
int iVar1;
iVar1 = (*(code *)PTR_sqlite3_finalize_000c51f8)();
return iVar1;
}
|
void sqlite3_finalize(void)
{
(*(code *)PTR_sqlite3_finalize_000c51f8)();
return;
}
| JMP dword ptr [EBX + 0x1f8] | null | null | null | null | [('tmp_67', u'CAST_-1205966103'), (u'CALLIND_-1205966182', u'RETURN_-1205966179'), (u'INDIRECT_-1205966109', u'COPY_-1205966168'), (u'CALLIND_-1205966182', u'INDIRECT_-1205966109'), ('const-1', u'RETURN_-1205966179'), (u'CAST_-1205966103', u'CALLIND_-1205966182')] | [(u'CAST_-1205966105', u'CALLIND_-1205966182'), ('const-1', u'RETURN_-1205966179'), (u'CALLIND_-1205966182', u'INDIRECT_-1205966110'), (u'INDIRECT_-1205966110', u'COPY_-1205966169'), ('tmp_58', u'CAST_-1205966105')] | null | null | 00016a90 | x86 | O1 | (translation_unit "void sqlite3_finalize(void)\n\n{\n (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return;\n}\n\n" (function_definition "void sqlite3_finalize(void)\n\n{\n (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return;\n}" primitive_type (function_declarator "sqlite3_finalize(void)" identifier (parameter_li... | (translation_unit "/* WARNING: Unknown calling convention */\n\nint sqlite3_finalize(sqlite3_stmt *pStmt)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return iVar1;\n}\n\n" comment (function_definition "int sqlite3_finalize(sqlite3_stmt *pStmt)\n\n{\n int iVar1;\n \n iVar1 = (*(co... | (translation_unit "void sqlite3_finalize(void)\n\n{\n (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return;\n}\n\n" (function_definition "void sqlite3_finalize(void)\n\n{\n (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return;\n}" primitive_type (function_declarator "sqlite3_finalize(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 sqlite3_finalize(void)\n\n{\n (*(code *)PTR_sqlite3_finalize_000c51f8)();\n return;\n}" (primitive_type "void") (function_declarator "sqlite3_finalize(void)" (identifier "sqlite3_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (co... |
/* WARNING: Unknown calling convention */
int function_1(type_1 *pStmt)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_sqlite3_finalize_000c51f8)();
return iVar1;
}
| 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_000c51f8)();
return;
}
|
3963_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | verify_sections | FUN_001077f0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void verify_sections(Relaxation_debug_check * this, Section_list *
sections) */
void __thiscall
gold::Layout::Relaxation_debug_check::verify_sections
(Relaxation_debug_check *this,Section_... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_001077f0(int *param_1,int *param_2)
{
byte bVar1;
int iVar2;
int iVar3;
int iVar4;
int *piVar5;
int iVar6;
int iVar7;
int *local_3c;
int local_38;
int local_34;
int local_30;
int local_2c;
l... | CALL 0x000b4846
ADD EAX,0x30c80b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV dword ptr [ESP + 0x1c],EAX
MOV EAX,dword ptr [ESP + 0x44]
MOV EBX,dword ptr [ESP + 0x40]
MOV ECX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
MOV dword ptr [ESP + 0x18],EAX
CMP ECX,EAX
JZ 0x00107920
MOV EDX,dword ptr [EBX]
MOV EAX,dw... | null | null | null | null | [('const-0', u'PTRSUB_-1206944737'), ('const-0', u'PTRSUB_-1206944719'), ('const-417', u'LOAD_-1206945730'), (u'MULTIEQUAL_-1206944770', u'MULTIEQUAL_-1206944750'), (u'MULTIEQUAL_-1206944592', u'MULTIEQUAL_-1206944738'), (u'MULTIEQUAL_-1206944934', u'MULTIEQUAL_-1206944756'), (u'PTRSUB_-1206944574', u'LOAD_-1206945353'... | [('const-417', u'LOAD_-1206945730'), (u'PTRADD_-1206944661', u'LOAD_-1206945421'), ('const-32', u'INT_ADD_-1206945055'), ('const-4', u'PTRADD_-1206944776'), ('const-5', u'PTRADD_-1206944621'), ('const-1', u'INT_ADD_-1206945217'), (u'INT_ADD_-1206945169', u'CAST_-1206944683'), ('const-16', u'INT_ADD_-1206945165'), ('tmp... | null | null | 001077f0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_001077f0(int *param_1,int *param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n int *local_3c;\n int local_38;\n int local_34;\n int... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void verify_sections(Relaxation_debug_check * this, Section_list *\n sections) */\n\nvoid __thiscall\ngold::Layout::Relaxation_debug_check::verify_sections\n (Relaxation_de... | (translation_unit "void FUN_001077f0(int *param_1,int *param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n int *local_3c;\n int local_38;\n int local_34;\n int local_30;\n int local_2c;\n \n local_3c = (int *)*param_2;\n if (local_3c != (int *)par... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_001077f0(int *param_1,int *param_2)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int *piVar5;\n int iVar6;\n int iVar7;\n int *local_3c;\n int local_38;\n int local_34;\n int local_30;\n int local_2c;\n \n local_3c = (int *)*param_2;\n if (local_3c != (int *)... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void verify_sections(Relaxation_debug_check * this, Section_list *
sections) */
void __thiscall
gold::Layout::type_1::function_1
(type_1 *this,type_2 *sections)
{
type_3 var_6;
type_4... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,int *param_2)
{
byte bVar1;
int iVar2;
int iVar3;
int iVar4;
int *piVar5;
int iVar6;
int iVar7;
int *local_3c;
int local_38;
int local_34;
int local_30;
int local_2c;
local_3... |
1313_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | ~Struct_no_p | FUN_000416d0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_p(Struct_no_p * this, int __in_chrg) */
void __thiscall gold::General_options::Struct_no_p::~Struct_no_p(Struct_no_p *this,int __in_chrg)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000416d0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_004057d4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
| PUSH EBX
CALL 0x0003a210
ADD EBX,0x3d292a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff17d4]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x00041702
SUB ESP,0xc
PUSH EDX
CALL 0x00248220
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET | null | null | null | null | [('const-1', u'RETURN_-1206184222')] | [('const-1', u'PTRADD_-1206184000'), ('const-0', u'PTRSUB_-1206184004'), (u'PTRADD_-1206184013', u'INT_NOTEQUAL_-1206184145'), (u'LOAD_-1206184165', u'CAST_-1206184000'), ('tmp_151', u'CBRANCH_-1206184145'), (u'INT_NOTEQUAL_-1206184145', u'CBRANCH_-1206184145'), ('const-4216788', u'PTRSUB_-1206184004'), ('tmp_439', u'P... | null | null | 000416d0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000416d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004057d4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_p(Struct_no_p * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_no_p::~Struct_no_p(Struct_no_p *this,int __in_chrg)\n\n{\n}\n\n" comment comme... | (translation_unit "void FUN_000416d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004057d4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_000416d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004057d4;\n if ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_000416d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004057d4;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000416d0(undefined4 *param_1)" (identifier "FUN_000416d0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_no_p(Struct_no_p * this, int __in_chrg) */
void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_004057d4;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
|
730_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~moneypunct | FUN_0003825e |
/* std::moneypunct<char, false>::~moneypunct() [clone .cold.4] */
void __thiscall std::moneypunct<char,false>::~moneypunct(moneypunct<char,false> *this)
{
int unaff_EBP;
locale::facet::~facet(*(facet **)(unaff_EBP + 8));
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0003825e(void)
{
int unaff_EBP;
FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));
/* WARNING: Subroutine does not return */
FUN_002df1f0();
}
| SUB ESP,0xc
MOV EDI,dword ptr [EBP + -0x1c]
PUSH dword ptr [EBP + 0x8]
MOV EBX,EDI
CALL 0x0024a0b0
MOV dword ptr [ESP],ESI
CALL 0x002df1f0 | null | null | null | null | [('const-1', u'RETURN_-1206091114'), ('tmp_129', u'INT_ADD_-1206091133'), (u'LOAD_-1206091149', u'CALL_-1206091132'), (u'CAST_-1206091043', u'LOAD_-1206091149'), ('const-8', u'INT_ADD_-1206091133'), ('const-417', u'LOAD_-1206091149'), (u'INT_ADD_-1206091133', u'CAST_-1206091043')] | [('const-1', u'RETURN_-1206091114'), (u'INT_ADD_-1206091133', u'CAST_-1206091045'), ('const-417', u'LOAD_-1206091149'), (u'LOAD_-1206091149', u'CALL_-1206091132'), ('const-8', u'INT_ADD_-1206091133'), (u'CAST_-1206091045', u'LOAD_-1206091149'), ('tmp_128', u'INT_ADD_-1206091133')] | null | null | 0003825e | x86 | O1 | (translation_unit "void FUN_0003825e(void)\n\n{\n int unaff_EBP;\n \n FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));\n /* WARNING: Subroutine does not return */\n FUN_002df1f0();\n}\n\n" (function_definition "void FUN_0003825e(void)\n\n{\n int unaff_EBP;\n \n FUN_0024a0b0(*(undefined4 *)(unaff_... | (translation_unit "/* std::moneypunct<char, false>::~moneypunct() [clone .cold.4] */\n\nvoid __thiscall std::moneypunct<char,false>::~moneypunct(moneypunct<char,false> *this)\n\n{\n int unaff_EBP;\n \n locale::facet::~facet(*(facet **)(unaff_EBP + 8));\n /* WARNING: Subroutine does not return */\n... | (translation_unit "void FUN_0003825e(void)\n\n{\n int unaff_EBP;\n \n FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));\n \n FUN_002df1f0();\n}\n\n" (function_definition "void FUN_0003825e(void)\n\n{\n int unaff_EBP;\n \n FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));\n \n FUN_0... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declar... | (function_definition "void FUN_0003825e(void)\n\n{\n int unaff_EBP;\n \n FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));\n \n FUN_002df1f0();\n}" (primitive_type "void") (function_declarator "FUN_0003825e(void)" (identifier "FUN_0003825e") (parameter_list "(void)" (( "(") (parameter_declaration "vo... |
/* std::moneypunct<char, false>::~moneypunct() [clone .cold.4] */
void __thiscall std::moneypunct<char,false>::~moneypunct(moneypunct<char,false> *this)
{
int var_2;
locale::facet::~var_1(*(var_1 **)(var_2 + 8));
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express... | null |
void MASKED(void)
{
int unaff_EBP;
FUN_0024a0b0(*(undefined4 *)(unaff_EBP + 8));
/* WARNING: Subroutine does not return */
FUN_002df1f0();
}
|
3180_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | lock | FUN_000d2820 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void lock(File_read * this, Task * task) */
void __thiscall gold::File_read::lock(File_read *this,Task *task)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000d2820(undefined4 *param_1,undefined4 param_2)
{
undefined4 in_ECX;
undefined4 extraout_ECX;
if (*(char *)(param_1 + 0x1a) != '\0') {
if ((DAT_004144e8[2] != 0) && ((*(byte *)(DAT_004144e8 + 5) & 4) != 0)... | PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x3417d9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
CMP byte ptr [ESI + 0x68],0x0
JZ 0x000d288d
LEA EAX,[EBX + 0x4e8]
MOV EAX,dword ptr [EAX]
MOV EDX,dword ptr [EAX + 0x8]
TEST EDX,EDX
JZ 0x000d284f
TEST byte ptr [EAX + 0x14],0x4
JNZ 0x000d2870
CMP byte ptr [ESI + 0x2c],0x0
JNZ... | null | null | null | null | [('const-1', u'RETURN_-1206769610')] | [(u'CALL_-1206769389', u'INDIRECT_-1206769220'), (u'LOAD_-1206769526', u'INT_AND_-1206769500'), (u'COPY_-1206769124', u'CALL_-1206769345'), ('const-2', u'PTRADD_-1206769151'), (u'MULTIEQUAL_-1206769214', u'CALL_-1206769345'), ('tmp_848', u'MULTIEQUAL_-1206769214'), (u'CALL_-1206769389', u'INDIRECT_-1206769097'), (u'CAS... | null | null | 000d2820 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000d2820(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n \n if (*(char *)(param_1 + 0x1a) != '\0') {\n if ((DAT_004144e8[2] != 0) && ((*(byte *)(D... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void lock(File_read * this, Task * task) */\n\nvoid __thiscall gold::File_read::lock(File_read *this,Task *task)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall gol... | (translation_unit "void FUN_000d2820(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n \n if (*(char *)(param_1 + 0x1a) != '\0') {\n if ((DAT_004144e8[2] != 0) && ((*(byte *)(DAT_004144e8 + 5) & 4) != 0)) {\n FUN_000d1270(*DAT_004144e8,"Locking file \"%s\"",*para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_exp... | (function_definition "void FUN_000d2820(undefined4 *param_1,undefined4 param_2)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n \n if (*(char *)(param_1 + 0x1a) != '\0') {\n if ((DAT_004144e8[2] != 0) && ((*(byte *)(DAT_004144e8 + 5) & 4) != 0)) {\n FUN_000d1270(*DAT_004144e8,"Locking file \"%s\"",*p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void lock(File_read * this, Task * task) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *task)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2)
{
undefined4 in_ECX;
undefined4 extraout_ECX;
if (*(char *)(param_1 + 0x1a) != '\0') {
if ((DAT_004144e8[2] != 0) && ((*(byte *)(DAT_004144e8 + 5) & 4) != 0)) {
... |
4554_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | write | FUN_0010fba0 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * this, uchar * pov) */
s... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0010fba0(undefined4 *param_1,undefined8 *param_2)
{
undefined8 *puVar1;
uint uVar2;
uint uVar3;
undefined4 uVar4;
int *piVar5;
undefined4 uVar6;
undefined8 uVar7;
uVar7 = FUN_0010f840(param_1);
*par... | CALL 0x00058c42
ADD EAX,0x22f45b
PUSH EBP
XOR EBP,EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV EBX,dword ptr [ESP + 0x3c]
MOV ESI,dword ptr [ESP + 0x40]
MOV dword ptr [ESP + 0x18],EAX
PUSH EBX
CALL 0x0010f840
MOV dword ptr [ESI + 0x4],EDX
MOV dword ptr [ESI],EAX
MOV dword ptr [ESP],EBX
CALL 0x000f6650
MOV ECX,dword ... | null | null | null | null | [('tmp_1224', u'INT_ADD_-1206911472'), (u'PTRSUB_-1206911038', u'LOAD_-1206911526'), (u'CAST_-1206911033', u'STORE_-1206911504'), (u'COPY_-1206911090', u'CALL_-1206911400'), ('const-20', u'INT_ADD_-1206911472'), (u'CAST_-1206911172', u'STORE_-1206911887'), ('const-0', u'SUBPIECE_-1206911383'), ('const-417', u'LOAD_-120... | [(u'STORE_-1206911142', u'INDIRECT_-1206911101'), ('const-8', u'PTRADD_-1206911212'), (u'INT_LESS_-1206911819', u'CBRANCH_-1206911816'), (u'CAST_-1206911194', u'CAST_-1206911193'), ('const-7', u'PTRADD_-1206911208'), (u'CALL_-1206912001', u'INDIRECT_-1206911305'), ('const-0', u'RETURN_-1206911441'), (u'LOAD_-1206911275... | null | null | 0010fba0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0010fba0(undefined4 *param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int *piVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n uVar7 ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * thi... | (translation_unit "void FUN_0010fba0(undefined4 *param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int *piVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n uVar7 = FUN_0010f840(param_1);\n *param_2 = uVar7;\n uVar6 = FUN_000f6650(param_1);\n uVar2 = p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati... | (function_definition "void FUN_0010fba0(undefined4 *param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n uint uVar2;\n uint uVar3;\n undefined4 uVar4;\n int *piVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n \n uVar7 = FUN_0010f840(param_1);\n *param_2 = uVar7;\n uVar6 = FUN_000f6650(param_1);\n uVar2 ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * this, uchar * pov) */
s... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(undefined4 *param_1,undefined8 *param_2)
{
undefined8 *puVar1;
uint uVar2;
uint uVar3;
undefined4 uVar4;
int *piVar5;
undefined4 uVar6;
undefined8 uVar7;
uVar7 = FUN_0010f840(param_1);
*param_2 =... |
3584_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | relocate_sections | FUN_000cb500 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */
void __thiscall
gold::Sized_relobj_file<64,_false>::relocate_sections
... |
void FUN_000cb500(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x000cb506. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0xfc))();
return;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX]
JMP dword ptr [EAX + 0xfc] | null | null | null | null | [('const-1', u'RETURN_-1206668008'), (u'PTRSUB_-1206667942', u'PTRSUB_-1206667941'), ('const-0', u'PTRSUB_-1206667942'), (u'LOAD_-1206668023', u'PTRADD_-1206667937'), ('tmp_26', u'PTRSUB_-1206667942'), ('const-4', u'PTRADD_-1206667937'), ('const-417', u'LOAD_-1206668018'), (u'LOAD_-1206668018', u'CALLIND_-1206668011'),... | [('const-1', u'RETURN_-1206668008'), ('const-417', u'LOAD_-1206668023'), (u'CAST_-1206667946', u'LOAD_-1206668018'), ('const-417', u'LOAD_-1206668018'), (u'LOAD_-1206668018', u'CALLIND_-1206668011'), (u'INT_ADD_-1206668002', u'CAST_-1206667946'), (u'LOAD_-1206668023', u'INT_ADD_-1206668002'), ('const-252', u'INT_ADD_-1... | null | null | 000cb500 | x86 | O1 | (translation_unit "void FUN_000cb500(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x000cb506. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0xfc))();\n return;\n}\n\n" (function_definition "void FUN_000cb500(int ... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,\n Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */\n\nvoid __thiscall\ngold::Sized_relobj_file<64,_fal... | (translation_unit "void FUN_000cb500(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xfc))();\n return;\n}\n\n" (function_definition "void FUN_000cb500(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xfc))();\n return;\n}" primitive... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor ... | (function_definition "void FUN_000cb500(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0xfc))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_000cb500(int *param_1)" (identifier "FUN_000cb500") (parameter_list "(int *param_1)" (( "(") (parameter_declaration... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void relocate_sections(Sized_relobj_file<64,_false> * this,
Symbol_table * symtab, Layout * layout, uchar * pshdrs, Output_file * of, Views * pviews) */
void __thiscall
gold::type_1<64,type_2>::function_1
(type_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 |
void MASKED(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x000cb506. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0xfc))();
return;
}
|
8017_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | d_lookup_template_argument | FUN_00236240 |
demangle_component * __regparm3 d_lookup_template_argument(d_print_info *dpi,demangle_component *dc)
{
demangle_component *pdVar1;
if (dpi->templates == (d_print_template *)0x0) {
dpi->demangle_failure = 1;
pdVar1 = (demangle_component *)0x0;
}
else {
pdVar1 = (dpi->templates->template_decl->u)... |
undefined4 __regparm3 FUN_00236240(int param_1,int *param_2)
{
undefined4 uVar1;
if (*(int *)(param_1 + 0x110) == 0) {
*(undefined4 *)(param_1 + 0x118) = 1;
uVar1 = 0;
}
else {
uVar1 = *(undefined4 *)(*(int *)(*(int *)(param_1 + 0x110) + 4) + 0xc);
if (-1 < *param_2) {
uVar1 = FUN_002... | MOV ECX,dword ptr [EAX + 0x110]
TEST ECX,ECX
JZ 0x00236260
MOV EAX,dword ptr [ECX + 0x4]
MOV EDX,dword ptr [EDX]
MOV ECX,dword ptr [EAX + 0xc]
TEST EDX,EDX
JS 0x0023626a
MOV EAX,ECX
JMP 0x00236200
MOV dword ptr [EAX + 0x118],0x1
MOV EAX,ECX
RET | null | null | null | null | [(u'LOAD_-1204002237', u'INT_EQUAL_-1204002216'), (u'PTRSUB_-1204002091', u'LOAD_-1204002214'), (u'LOAD_-1204002204', u'CALL_-1204002177'), ('const-0', u'INT_EQUAL_-1204002216'), (u'INT_EQUAL_-1204002216', u'CBRANCH_-1204002215'), ('const-417', u'LOAD_-1204002237'), ('tmp_112', u'PTRSUB_-1204002087'), (u'CALL_-12040021... | [(u'LOAD_-1204002237', u'INT_EQUAL_-1204002216'), (u'CAST_-1204002091', u'LOAD_-1204002214'), ('const-12', u'INT_ADD_-1204002188'), ('const-4', u'INT_ADD_-1204002198'), ('const-417', u'LOAD_-1204002204'), (u'CAST_-1204002103', u'LOAD_-1204002237'), ('const-0', u'INT_EQUAL_-1204002216'), (u'LOAD_-1204002209', u'INT_SLES... | null | null | 00236240 | x86 | O1 | (translation_unit "undefined4 __regparm3 FUN_00236240(int param_1,int *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(int *)(param_1 + 0x110) == 0) {\n *(undefined4 *)(param_1 + 0x118) = 1;\n uVar1 = 0;\n }\n else {\n uVar1 = *(undefined4 *)(*(int *)(*(int *)(param_1 + 0x110) + 4) + 0xc);\n if (-1 < *par... | (translation_unit "demangle_component * __regparm3 d_lookup_template_argument(d_print_info *dpi,demangle_component *dc)\n\n{\n demangle_component *pdVar1;\n \n if (dpi->templates == (d_print_template *)0x0) {\n dpi->demangle_failure = 1;\n pdVar1 = (demangle_component *)0x0;\n }\n else {\n pdVar1 = (dpi->... | (translation_unit "undefined4 __regparm3 FUN_00236240(int param_1,int *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(int *)(param_1 + 0x110) == 0) {\n *(undefined4 *)(param_1 + 0x118) = 1;\n uVar1 = 0;\n }\n else {\n uVar1 = *(undefined4 *)(*(int *)(*(int *)(param_1 + 0x110) + 4) + 0xc);\n if (-1 < *par... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (poin... | (function_definition "undefined4 __regparm3 FUN_00236240(int param_1,int *param_2)\n\n{\n undefined4 uVar1;\n \n if (*(int *)(param_1 + 0x110) == 0) {\n *(undefined4 *)(param_1 + 0x118) = 1;\n uVar1 = 0;\n }\n else {\n uVar1 = *(undefined4 *)(*(int *)(*(int *)(param_1 + 0x110) + 4) + 0xc);\n if (-1 < *... |
type_1 * __regparm3 d_lookup_template_argument(d_print_info *dpi,type_1 *dc)
{
type_1 *pdVar1;
if (dpi->templates == (type_2 *)0x0) {
dpi->demangle_failure = 1;
pdVar1 = (type_1 *)0x0;
}
else {
pdVar1 = (dpi->templates->template_decl->u).s_extended_operator.name;
if (-1 < (int)dc->type) {
... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator ... | null |
undefined4 __regparm3 MASKED(int param_1,int *param_2)
{
undefined4 uVar1;
if (*(int *)(param_1 + 0x110) == 0) {
*(undefined4 *)(param_1 + 0x118) = 1;
uVar1 = 0;
}
else {
uVar1 = *(undefined4 *)(*(int *)(*(int *)(param_1 + 0x110) + 4) + 0xc);
if (-1 < *param_2) {
uVar1 = FUN_00236200(... |
2482_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ~Lock_impl_nothreads | FUN_000803c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Lock_impl_nothreads(Lock_impl_nothreads * this, int __in_chrg) */
void __thiscall
gold::Lock_impl_nothreads::~Lock_impl_nothreads(Lock_impl_nothreads *this,int __in_chrg)
{
bool bVar1;
bV... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000803c0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003a28d0;
if (*(char *)(param_1 + 1) == '\0') {
FUN_001ff010(param_1,8);
return;
}
/* WARNING: Subroutine does not return */
FUN_00... | PUSH EBX
CALL 0x00036f20
ADD EBX,0x32ec3a
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
CMP byte ptr [EAX + 0x4],0x0
LEA EDX,[EBX + 0xffff38d0]
MOV dword ptr [EAX],EDX
JNZ 0x000803f1
SUB ESP,0x8
PUSH 0x8
PUSH EAX
CALL 0x001ff010
ADD ESP,0x18
POP EBX
RET
PUSH EAX
LEA EAX,[EBX + 0xffef45a8]
PUSH EAX
LEA EAX,[EBX + 0xffef458... | null | null | null | null | [('const-2766211', u'COPY_-1206451029'), ('const-8', u'CALL_-1206451156'), ('const-0', u'PTRSUB_-1206450996'), (u'PTRSUB_-1206450996', u'STORE_-1206451190'), ('const-0', u'INT_EQUAL_-1206451200'), ('tmp_122', u'CBRANCH_-1206451184'), ('const-2766248', u'COPY_-1206451028'), ('const-417', u'LOAD_-1206451215'), (u'PTRSUB_... | [('const-417', u'LOAD_-1206451215'), ('tmp_519', u'CALL_-1206451156'), ('const-1', u'PTRADD_-1206451017'), (u'PTRADD_-1206451017', u'CAST_-1206451017'), ('const-417', u'STORE_-1206451190'), ('const-50', u'CALL_-1206451094'), ('tmp_122', u'CBRANCH_-1206451184'), ('const-4', u'PTRADD_-1206451017'), (u'LOAD_-1206451215', ... | null | null | 000803c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000803c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a28d0;\n if (*(char *)(param_1 + 1) == '\0') {\n FUN_001ff010(param_1,8);\n return;\n }\n /* WARNING: Subroutine... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Lock_impl_nothreads(Lock_impl_nothreads * this, int __in_chrg) */\n\nvoid __thiscall\ngold::Lock_impl_nothreads::~Lock_impl_nothreads(Lock_impl_nothreads *this,int __in_chrg)\n\... | (translation_unit "void FUN_000803c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a28d0;\n if (*(char *)(param_1 + 1) == '\0') {\n FUN_001ff010(param_1,8);\n return;\n }\n \n FUN_0007d010("../../gold/gold-threads.cc",0x32,"~Lock_impl_nothreads",param_1);\n}\n\n" (function_definition "... | (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_000803c0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a28d0;\n if (*(char *)(param_1 + 1) == '\0') {\n FUN_001ff010(param_1,8);\n return;\n }\n \n FUN_0007d010("../../gold/gold-threads.cc",0x32,"~Lock_impl_nothreads",param_1);\n}" (primitive_type "void")... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Lock_impl_nothreads(Lock_impl_nothreads * this, int __in_chrg) */
void __thiscall
gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
bool var_1;
var_1 = this->acquired_;
(t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003a28d0;
if (*(char *)(param_1 + 1) == '\0') {
FUN_001ff010(param_1,8);
return;
}
/* WARNING: Subroutine does not return */
FUN_0007d010... |
5924_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | _M_emplace<std::pair<std::pair<unsigned_int,_unsigned_int>,_gold::Version_base*>_> | FUN_0023b350 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_emplace<std::pair<std::pair<unsigned int, unsigned int>,
gold::Version_base*> >
DWARF original prototype:
pair<std::__detail::_Node_iterator<std::pair<const_std::pair<unsigned_int,_unsigned_int>,... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_0023b350(int *param_1,int param_2,undefined4 param_3,undefined4 *param_4)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 *puVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *unaff_retaddr;
int local_24;... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x3aeca7
SUB ESP,0x28
MOV EDI,dword ptr [ESP + 0x48]
PUSH 0x14
CALL 0x003ac4d0
MOV EDX,dword ptr [EDI + 0x4]
MOV dword ptr [EAX],0x0
MOV ESI,EAX
MOV EAX,dword ptr [EDI]
MOV dword ptr [ESI + 0x8],EDX
XOR EDX,EDX
MOV dword ptr [ESI + 0x4],EAX
MOV EAX,dword ptr [... | null | null | null | null | [('const-1', u'RETURN_-1203981458')] | [('tmp_1758', u'CALL_-1203981274'), (u'PTRADD_-1203980851', u'LOAD_-1203981414'), ('const-417', u'LOAD_-1203981354'), ('const-1', u'PTRADD_-1203980851'), (u'INT_NOTEQUAL_-1203981247', u'CBRANCH_-1203981247'), (u'LOAD_-1203981370', u'STORE_-1203981330'), (u'PTRADD_-1203980827', u'LOAD_-1203981370'), (u'CAST_-1203980783'... | null | null | 0023b350 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_0023b350(int *param_1,int param_2,undefined4 param_3,undefined4 *param_4)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original name: _M_emplace<std::pair<std::pair<unsigned int, unsigned int>,\n gold::Version_base*> >\n DWARF original prototype:\n pair<std::__detail::_Node_iterator<std::pair<const_std::pair<unsign... | (translation_unit "int * FUN_0023b350(int *param_1,int param_2,undefined4 param_3,undefined4 *param_4)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *unaff_retaddr;\n int local_24;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \n ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_st... | (function_definition "int * FUN_0023b350(int *param_1,int param_2,undefined4 param_3,undefined4 *param_4)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *unaff_retaddr;\n int local_24;\n undefined1 local_20 [12];\n undefined4 uStack_14;\n \... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_emplace<std::pair<std::pair<unsigned int, unsigned int>,
gold::Version_base*> >
DWARF original prototype:
pair<std::__detail::_Node_iterator<std::pair<const_std::pair<unsigned_int,_unsigned_int>,... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,int param_2,undefined4 param_3,undefined4 *param_4)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 *puVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *unaff_retaddr;
int local_24;
und... |
9217_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | wistream | FUN_0026e9a0 |
/* std::wistream::wistream(std::wstreambuf*) */
void __thiscall std::wistream::wistream(wistream *this,wstreambuf *param_1)
{
int unaff_EDI;
__x86_get_pc_thunk_di();
ios_base::ios_base((ios_base *)(this + 8));
*(undefined4 *)(this + 0x78) = 0;
*(undefined4 *)(this + 0x7c) = 0;
this[0x80] = (wistream)0... |
void FUN_0026e9a0(int *param_1,undefined4 param_2)
{
int unaff_EDI;
FUN_000b484e();
FUN_0028d110(param_1 + 2);
param_1[0x1e] = 0;
param_1[0x1f] = 0;
*(undefined1 *)(param_1 + 0x20) = 0;
param_1[0x21] = 0;
param_1[0x22] = 0;
param_1[0x23] = 0;
param_1[0x24] = 0;
*param_1 = unaff_EDI + 0x1a2ddf... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000b484e
ADD EDI,0x1a5657
PUSH ESI
PUSH EBX
SUB ESP,0x28
MOV ESI,dword ptr [EBP + 0x8]
LEA EAX,[ESI + 0x8]
MOV EBX,EDI
PUSH EAX
MOV dword ptr [EBP + -0x1c],EAX
CALL 0x0028d110
LEA EAX,[EDI + 0xffffd77c]
MOV dword ptr [ESI + 0x78],0x0
MOV dword ptr [ESI + 0x7c],0x0
LEA EDX,[EAX + 0xc... | null | null | null | null | [('const-140', u'PTRADD_-1204163960'), (u'PTRADD_-1204163973', u'CAST_-1204163824'), ('const-0', u'STORE_-1204164083'), ('tmp_392', u'CAST_-1204163791'), ('const-1715699', u'INT_ADD_-1204164052'), ('const-1', u'PTRADD_-1204163986'), ('tmp_392', u'PTRADD_-1204163930'), (u'CAST_-1204163835', u'STORE_-1204164046'), (u'PTR... | [('const-0', u'STORE_-1204164093'), ('tmp_492', u'INT_ADD_-1204164052'), ('const-417', u'STORE_-1204163984'), ('const-1', u'PTRADD_-1204163783'), ('const-34', u'PTRADD_-1204163822'), (u'CAST_-1204163835', u'STORE_-1204164056'), ('const-417', u'STORE_-1204164033'), (u'PTRADD_-1204163884', u'CALL_-1204164105'), ('const-4... | null | null | 0026e9a0 | x86 | O1 | (translation_unit "void FUN_0026e9a0(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_000b484e();\n FUN_0028d110(param_1 + 2);\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *(undefined1 *)(param_1 + 0x20) = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n param_1[0x24] = 0;\n ... | (translation_unit "/* std::wistream::wistream(std::wstreambuf*) */\n\nvoid __thiscall std::wistream::wistream(wistream *this,wstreambuf *param_1)\n\n{\n int unaff_EDI;\n \n __x86_get_pc_thunk_di();\n ios_base::ios_base((ios_base *)(this + 8));\n *(undefined4 *)(this + 0x78) = 0;\n *(undefined4 *)(this + 0x7c) = 0... | (translation_unit "void FUN_0026e9a0(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_000b484e();\n FUN_0028d110(param_1 + 2);\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *(undefined1 *)(param_1 + 0x20) = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n param_1[0x24] = 0;\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 ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_st... | (function_definition "void FUN_0026e9a0(int *param_1,undefined4 param_2)\n\n{\n int unaff_EDI;\n \n FUN_000b484e();\n FUN_0028d110(param_1 + 2);\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n *(undefined1 *)(param_1 + 0x20) = 0;\n param_1[0x21] = 0;\n param_1[0x22] = 0;\n param_1[0x23] = 0;\n param_1[0x24] = 0;... |
/* std::wistream::wistream(std::wstreambuf*) */
void __thiscall std::function_1::function_1(function_1 *var_3,type_1 *param_1)
{
int var_4;
var_1();
ios_base::var_2((var_2 *)(var_3 + 8));
*(type_2 *)(var_3 + 0x78) = 0;
*(type_2 *)(var_3 + 0x7c) = 0;
var_3[0x80] = (function_1)0x0;
*(type_2 *)(var_3 +... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
void MASKED(int *param_1,undefined4 param_2)
{
int unaff_EDI;
FUN_000b484e();
FUN_0028d110(param_1 + 2);
param_1[0x1e] = 0;
param_1[0x1f] = 0;
*(undefined1 *)(param_1 + 0x20) = 0;
param_1[0x21] = 0;
param_1[0x22] = 0;
param_1[0x23] = 0;
param_1[0x24] = 0;
*param_1 = unaff_EDI + 0x1a2ddf;
pa... |
5847_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | advance | FUN_0015a060 |
/* DWARF original prototype: int advance(Track_relocs<32,_true> * this, off_t offset) */
int __thiscall gold::Track_relocs<32,_true>::advance(Track_relocs<32,_true> *this,off_t offset)
{
uint uVar1;
int iVar2;
uint uVar3;
uVar3 = this->pos_;
if (uVar3 < this->len_) {
uVar1 = *(uint *)(this->prelocs_... |
int FUN_0015a060(int *param_1,uint param_2,int param_3)
{
uint uVar1;
int iVar2;
uint uVar3;
uVar3 = param_1[2];
if (uVar3 < (uint)param_1[1]) {
uVar1 = *(uint *)(*param_1 + uVar3);
if (-param_3 <
(int)(uint)((uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x28]
MOV EDI,dword ptr [ESP + 0x2c]
MOV ESI,dword ptr [ESP + 0x30]
MOV ECX,dword ptr [EAX + 0x8]
MOV EAX,dword ptr [EAX + 0x4]
MOV dword ptr [ESP + 0x4],EDI
MOV dword ptr [ESP + 0x8],ESI
MOV dword ptr [ESP],EAX
CMP ECX,EAX
JNC 0x0015a0e8
MOV EAX... | null | null | null | null | [(u'INT_LEFT_-1207262796', u'INT_OR_-1207262796'), ('const-0', u'RETURN_-1207262685'), ('tmp_816', u'PTRSUB_-1207262609'), ('tmp_308', u'CBRANCH_-1207262959'), ('const-16711680', u'INT_AND_-1207262978'), ('const-8', u'INT_LEFT_-1207262972'), ('const-417', u'LOAD_-1207263020'), ('const-24', u'INT_RIGHT_-1207262803'), ('... | [(u'INT_LEFT_-1207262796', u'INT_OR_-1207262796'), (u'INT_ADD_-1207262920', u'MULTIEQUAL_-1207262559'), ('const-0', u'RETURN_-1207262685'), (u'CAST_-1207262593', u'INT_SLESS_-1207262952'), ('tmp_308', u'CBRANCH_-1207262959'), ('const-16711680', u'INT_AND_-1207262978'), ('const-8', u'INT_LEFT_-1207262972'), ('const-417'... | null | null | 0015a060 | x86 | O1 | (translation_unit "int FUN_0015a060(int *param_1,uint param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n \n uVar3 = param_1[2];\n if (uVar3 < (uint)param_1[1]) {\n uVar1 = *(uint *)(*param_1 + uVar3);\n if (-param_3 <\n (int)(uint)((uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 &... | (translation_unit "/* DWARF original prototype: int advance(Track_relocs<32,_true> * this, off_t offset) */\n\nint __thiscall gold::Track_relocs<32,_true>::advance(Track_relocs<32,_true> *this,off_t offset)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n \n uVar3 = this->pos_;\n if (uVar3 < this->len_) {\n uVa... | (translation_unit "int FUN_0015a060(int *param_1,uint param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n \n uVar3 = param_1[2];\n if (uVar3 < (uint)param_1[1]) {\n uVar1 = *(uint *)(*param_1 + uVar3);\n if (-param_3 <\n (int)(uint)((uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 &... | (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 ;) (declaration TYPE I... | (function_definition "int FUN_0015a060(int *param_1,uint param_2,int param_3)\n\n{\n uint uVar1;\n int iVar2;\n uint uVar3;\n \n uVar3 = param_1[2];\n if (uVar3 < (uint)param_1[1]) {\n uVar1 = *(uint *)(*param_1 + uVar3);\n if (-param_3 <\n (int)(uint)((uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar... |
/* DWARF original prototype: int advance(Track_relocs<32,_true> * this, off_t offset) */
int __thiscall gold::Track_relocs<32,_true>::advance(Track_relocs<32,_true> *this,off_t offset)
{
type_1 var_2;
int var_3;
type_1 var_1;
var_1 = this->pos_;
if (var_1 < this->len_) {
var_2 = *(type_1 *)(this->pr... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
int MASKED(int *param_1,uint param_2,int param_3)
{
uint uVar1;
int iVar2;
uint uVar3;
uVar3 = param_1[2];
if (uVar3 < (uint)param_1[1]) {
uVar1 = *(uint *)(*param_1 + uVar3);
if (-param_3 <
(int)(uint)((uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18
... |
661_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | __throw_domain_error | FUN_000342cf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_domain_error(char const*) [clone .cold.1] */
void std::__throw_domain_error(char *param_1)
{
int unaff_EBP;
__cxa_free_exception();
/* WARNING: Subroutine does not return */
_Unwind_Resume(*(unde... |
void FUN_000342cf(void)
{
int unaff_EBP;
FUN_001fcec0();
/* WARNING: Subroutine does not return */
FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));
}
| SUB ESP,0xc
MOV EBX,ESI
PUSH EDI
CALL 0x001fcec0
POP EAX
PUSH dword ptr [EBP + -0x1c]
CALL 0x00293ff0 | null | null | null | null | [('tmp_142', u'INT_ADD_-1206107390'), ('const-4294967268', u'INT_ADD_-1206107390'), (u'LOAD_-1206107406', u'CALL_-1206107392'), ('const-417', u'LOAD_-1206107406'), (u'INT_ADD_-1206107390', u'CAST_-1206107303'), ('const-1', u'RETURN_-1206107387'), (u'CAST_-1206107303', u'LOAD_-1206107406')] | [('tmp_141', u'INT_ADD_-1206107390'), ('const-417', u'LOAD_-1206107406'), ('const-4294967268', u'INT_ADD_-1206107390'), (u'LOAD_-1206107406', u'CALL_-1206107392'), ('const-1', u'RETURN_-1206107387'), (u'INT_ADD_-1206107390', u'CAST_-1206107305'), (u'CAST_-1206107305', u'LOAD_-1206107406')] | null | null | 000342cf | x86 | O1 | (translation_unit "void FUN_000342cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001fcec0();\n /* WARNING: Subroutine does not return */\n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_000342cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001fcec0();\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_domain_error(char const*) [clone .cold.1] */\n\nvoid std::__throw_domain_error(char *param_1)\n\n{\n int unaff_EBP;\n \n __cxa_free_exception();\n /* WARNING: Subroutine does not return... | (translation_unit "void FUN_000342cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001fcec0();\n \n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_000342cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001fcec0();\n \n FUN_00293ff0(*(undefined4 *)(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expressio... | (function_definition "void FUN_000342cf(void)\n\n{\n int unaff_EBP;\n \n FUN_001fcec0();\n \n FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_000342cf(void)" (identifier "FUN_000342cf") (parameter_list "(void)" (( "(") (parameter_declaration... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_domain_error(char const*) [clone .cold.1] */
void std::function_1(char *param_1)
{
int var_3;
var_1();
/* WARNING: Subroutine does not return */
var_2(*(type_1 *)(var_3 + -0x1c));
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express... | null |
void MASKED(void)
{
int unaff_EBP;
FUN_001fcec0();
/* WARNING: Subroutine does not return */
FUN_00293ff0(*(undefined4 *)(unaff_EBP + -0x1c));
}
|
1241_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | sqlite3_value_text16be | sqlite3_value_text16be |
/* WARNING: Unknown calling convention */
void * sqlite3_value_text16be(sqlite3_value *pVal)
{
void *pvVar1;
pvVar1 = sqlite3ValueText(pVal,'\x03');
return pvVar1;
}
|
void sqlite3_value_text16be(void)
{
FUN_000310af();
return;
}
| SUB ESP,0xc
MOV EDX,0x3
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x000310af
ADD ESP,0xc
RET | null | null | null | null | [(u'CALL_-1206073545', u'RETURN_-1206073522'), ('const-0', u'RETURN_-1206073522'), ('tmp_84', u'CALL_-1206073545'), ('const-3', u'CALL_-1206073545')] | [('const-0', u'RETURN_-1206073522')] | null | null | 0003c715 | x86 | O1 | (translation_unit "void sqlite3_value_text16be(void)\n\n{\n FUN_000310af();\n return;\n}\n\n" (function_definition "void sqlite3_value_text16be(void)\n\n{\n FUN_000310af();\n return;\n}" primitive_type (function_declarator "sqlite3_value_text16be(void)" identifier (parameter_list "(void)" ( (parameter_declaration "... | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid * sqlite3_value_text16be(sqlite3_value *pVal)\n\n{\n void *pvVar1;\n \n pvVar1 = sqlite3ValueText(pVal,'\x03');\n return pvVar1;\n}\n\n" comment (function_definition "void * sqlite3_value_text16be(sqlite3_value *pVal)\n\n{\n void *pvVar1;\n \n ... | (translation_unit "void sqlite3_value_text16be(void)\n\n{\n FUN_000310af();\n return;\n}\n\n" (function_definition "void sqlite3_value_text16be(void)\n\n{\n FUN_000310af();\n return;\n}" primitive_type (function_declarator "sqlite3_value_text16be(void)" identifier (parameter_list "(void)" ( (parameter_declaration "... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void sqlite3_value_text16be(void)\n\n{\n FUN_000310af();\n return;\n}" (primitive_type "void") (function_declarator "sqlite3_value_text16be(void)" (identifier "sqlite3_value_text16be") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_sta... |
/* WARNING: Unknown calling convention */
void * function_1(type_1 *pVal)
{
void *pvVar1;
pvVar1 = var_1(pVal,'\x03');
return pvVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (retur... | null |
void MASKED(void)
{
FUN_000310af();
return;
}
|
231_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c | process_extended_line_op | FUN_00022470 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 process_extended_line_op(uchar *data,int is_stmt,uchar *end)
{
byte bVar1;
uint uVar2;
char *pcVar3;
int iVar4;
char *pcVar5;
size_t sVar6;
byte *pbVar7;
uint uVar8;
int iVar9;
byte *pbVar10;
... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint __regparm3 FUN_00022470(int param_1,undefined4 param_2,byte *param_3)
{
byte bVar1;
uint uVar2;
undefined4 uVar3;
char *pcVar4;
size_t sVar5;
byte *pbVar6;
uint uVar7;
int iVar8;
byte *pbVar9;
byte *pbVa... | PUSH EBP
MOV EBP,ECX
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x000153d0
ADD EBX,0x50b83
SUB ESP,0x3c
MOV dword ptr [ESP + 0x10],EDX
PUSH ECX
PUSH 0x0
LEA EAX,[ESP + 0x34]
MOV dword ptr [ESP + 0x14],EAX
PUSH EAX
PUSH ESI
CALL 0x0001fa30
MOV ECX,dword ptr [ESP + 0x3c]
ADD ESP,0x10
LEA EDX,[ESI + ECX*0x1]
TEST EAX,EAX... | null | null | null | null | [(u'CALL_-1206048582', u'INDIRECT_-1206043146'), ('tmp_3267', u'BRANCH_-1206047658'), (u'CALL_-1206047856', u'INDIRECT_-1206042301'), (u'MULTIEQUAL_-1206042915', u'MULTIEQUAL_-1206043022'), (u'CALL_-1206047653', u'INDIRECT_-1206041984'), (u'CALL_-1206047291', u'INDIRECT_-1206042839'), (u'CALL_-1206046783', u'INDIRECT_-... | [(u'CALL_-1206047749', u'INDIRECT_-1206041958'), ('tmp_3267', u'BRANCH_-1206047658'), (u'INDIRECT_-1206043230', u'PIECE_-1206042400'), (u'CALL_-1206047022', u'INDIRECT_-1206041876'), (u'PTRADD_-1206046650', u'CAST_-1206041875'), (u'CALL_-1206047208', u'INDIRECT_-1206041731'), (u'CALL_-1206049299', u'INDIRECT_-120604315... | null | null | 00022470 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint __regparm3 FUN_00022470(int param_1,undefined4 param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n undefined4 uVar3;\n char *pcVar4;\n size_t sVar5;\n byte *pbVar6;\n uint uVar7;\n int iVar8... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 process_extended_line_op(uchar *data,int is_stmt,uchar *end)\n\n{\n byte bVar1;\n uint uVar2;\n char *pcVar3;\n int iVar4;\n char *pcVar5;\n size_t sVar6;\n byte *pbVar7;\n uint uVar8;\n ... | (translation_unit "uint __regparm3 FUN_00022470(int param_1,undefined4 param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n undefined4 uVar3;\n char *pcVar4;\n size_t sVar5;\n byte *pbVar6;\n uint uVar7;\n int iVar8;\n byte *pbVar9;\n byte *pbVar10;\n undefined8 uVar11;\n uint local_20 [3];\n undefine... | (translation_unit (function_definition TYPE (ERROR IDENT) (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 TYPE IDENT ;) (decl... | (function_definition "uint __regparm3 FUN_00022470(int param_1,undefined4 param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n undefined4 uVar3;\n char *pcVar4;\n size_t sVar5;\n byte *pbVar6;\n uint uVar7;\n int iVar8;\n byte *pbVar9;\n byte *pbVar10;\n undefined8 uVar11;\n uint local_20 [3];\n undef... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(type_1 *var_2,int is_stmt,type_1 *var_5)
{
type_2 bVar1;
type_3 var_4;
char *var_19;
int var_10;
char *pcVar5;
size_t sVar6;
type_2 *var_6;
type_3 var_15;
int var_11;
type_2 *var_12;
... | null | (translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (para... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint __regparm3 MASKED(int param_1,undefined4 param_2,byte *param_3)
{
byte bVar1;
uint uVar2;
undefined4 uVar3;
char *pcVar4;
size_t sVar5;
byte *pbVar6;
uint uVar7;
int iVar8;
byte *pbVar9;
byte *pbVar10;
... |
5238_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | is_symbolless | FUN_001700a0 |
/* DWARF original prototype: bool is_symbolless(Output_reloc<4,_false,_32,_true> * this) */
bool __thiscall
gold::Output_reloc<4,_false,_32,_true>::is_symbolless(Output_reloc<4,_false,_32,_true> *this)
{
return (bool)((byte)(this->rel_).field_0x13 >> 5 & 1);
}
|
byte FUN_001700a0(int param_1)
{
return *(byte *)(param_1 + 0x13) >> 5 & 1;
}
| MOV EAX,dword ptr [ESP + 0x4]
MOVZX EAX,byte ptr [EAX + 0x13]
SHR AL,0x5
AND EAX,0x1
RET | null | null | null | null | [(u'LOAD_-1207435094', u'CAST_-1207434962'), ('const-1', u'INT_AND_-1207435000'), ('const-0', u'PTRSUB_-1207434967'), (u'PTRSUB_-1207434967', u'PTRSUB_-1207434965'), (u'COPY_-1207435028', u'RETURN_-1207435026'), (u'INT_AND_-1207435000', u'CAST_-1207434955'), (u'INT_RIGHT_-1207435058', u'INT_AND_-1207435000'), (u'PTRSUB... | [('const-5', u'INT_RIGHT_-1207435058'), ('const-417', u'LOAD_-1207435094'), (u'LOAD_-1207435094', u'INT_RIGHT_-1207435058'), (u'INT_AND_-1207435001', u'RETURN_-1207435026'), ('const-1', u'INT_AND_-1207435001'), (u'INT_ADD_-1207435078', u'CAST_-1207434970'), ('tmp_179', u'INT_ADD_-1207435078'), (u'CAST_-1207434970', u'L... | null | null | 001700a0 | x86 | O1 | (translation_unit "byte FUN_001700a0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x13) >> 5 & 1;\n}\n\n" (function_definition "byte FUN_001700a0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x13) >> 5 & 1;\n}" type_identifier (function_declarator "FUN_001700a0(int param_1)" identifier (parameter_list "(int param... | (translation_unit "/* DWARF original prototype: bool is_symbolless(Output_reloc<4,_false,_32,_true> * this) */\n\nbool __thiscall\ngold::Output_reloc<4,_false,_32,_true>::is_symbolless(Output_reloc<4,_false,_32,_true> *this)\n\n{\n return (bool)((byte)(this->rel_).field_0x13 >> 5 & 1);\n}\n\n" comment (ERROR "bool __t... | (translation_unit "byte FUN_001700a0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x13) >> 5 & 1;\n}\n\n" (function_definition "byte FUN_001700a0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x13) >> 5 & 1;\n}" type_identifier (function_declarator "FUN_001700a0(int param_1)" identifier (parameter_list "(int param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthe... | (function_definition "byte FUN_001700a0(int param_1)\n\n{\n return *(byte *)(param_1 + 0x13) >> 5 & 1;\n}" (type_identifier "byte") (function_declarator "FUN_001700a0(int param_1)" (identifier "FUN_001700a0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifie... |
/* DWARF original prototype: bool is_symbolless(Output_reloc<4,_false,_32,_true> * this) */
bool __thiscall
gold::Output_reloc<4,_false,_32,_true>::is_symbolless(Output_reloc<4,_false,_32,_true> *this)
{
return (bool)((byte)(this->rel_).field_0x13 >> 5 & 1);
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (binary_expression left: (po... | null |
byte MASKED(int param_1)
{
return *(byte *)(param_1 + 0x13) >> 5 & 1;
}
|
469_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | print_cref | FUN_0002e15e |
/* gold::Cref_inputs::print_cref(gold::Symbol_table const*, _IO_FILE*) const [clone .cold.121] */
void gold::Cref_inputs::print_cref(Symbol_table *param_1,_IO_FILE *param_2)
{
int unaff_EBP;
if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x5c)) {
operator_delete(*(void **)(unaff_EBP + -0x30)... |
void FUN_0002e15e(void)
{
undefined4 in_ECX;
undefined4 extraout_ECX;
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x5c)) {
FUN_001807a0(*(int *)(unaff_EBP + -0x30));
in_ECX = extraout_ECX;
}
FUN_00142df0(*(undefined4 *)(unaff_EBP + -0x68),*(undefined4 *)(unaff_EBP + ... | MOV EAX,dword ptr [EBP + -0x30]
CMP EAX,dword ptr [EBP + -0x5c]
JZ 0x0002e175
SUB ESP,0xc
MOV EBX,dword ptr [EBP + -0x4c]
PUSH EAX
CALL 0x001807a0
ADD ESP,0x10
PUSH ECX
PUSH ECX
PUSH dword ptr [EBP + -0x40]
PUSH dword ptr [EBP + -0x68]
CALL 0x00142df0
MOV EBX,dword ptr [EBP + -0x4c]
MOV dword ptr [ESP],ESI
CALL 0x00217... | null | null | null | null | [(u'INT_ADD_-1206001289', u'CAST_-1206001083'), ('const-4294967204', u'INT_ADD_-1206001289'), (u'INT_ADD_-1206001213', u'CAST_-1206001056'), ('const-4294967192', u'INT_ADD_-1206001213'), ('const-417', u'LOAD_-1206001311'), (u'LOAD_-1206001311', u'INT_NOTEQUAL_-1206001289'), ('tmp_348', u'INT_ADD_-1206001213'), ('tmp_34... | [(u'CALL_-1206001259', u'INDIRECT_-1206001146'), ('tmp_344', u'MULTIEQUAL_-1206001136'), ('const-4294967204', u'INT_ADD_-1206001289'), ('const-4294967192', u'INT_ADD_-1206001213'), (u'LOAD_-1206001311', u'INT_NOTEQUAL_-1206001289'), (u'CAST_-1206001065', u'LOAD_-1206001229'), ('tmp_341', u'INT_ADD_-1206001289'), ('tmp_... | null | null | 0002e15e | x86 | O1 | (translation_unit "void FUN_0002e15e(void)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_001807a0(*(int *)(unaff_EBP + -0x30));\n in_ECX = extraout_ECX;\n }\n FUN_00142df0(*(undefined4 *)(unaff_EBP + -0x68)... | (translation_unit "/* gold::Cref_inputs::print_cref(gold::Symbol_table const*, _IO_FILE*) const [clone .cold.121] */\n\nvoid gold::Cref_inputs::print_cref(Symbol_table *param_1,_IO_FILE *param_2)\n\n{\n int unaff_EBP;\n \n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x5c)) {\n operator_delete(*(v... | (translation_unit "void FUN_0002e15e(void)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_001807a0(*(int *)(unaff_EBP + -0x30));\n in_ECX = extraout_ECX;\n }\n FUN_00142df0(*(undefined4 *)(unaff_EBP + -0x68)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_exp... | (function_definition "void FUN_0002e15e(void)\n\n{\n undefined4 in_ECX;\n undefined4 extraout_ECX;\n int unaff_EBP;\n \n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x5c)) {\n FUN_001807a0(*(int *)(unaff_EBP + -0x30));\n in_ECX = extraout_ECX;\n }\n FUN_00142df0(*(undefined4 *)(unaff_EBP + -0x... |
/* gold::Cref_inputs::print_cref(gold::Symbol_table const*, _IO_FILE*) const [clone .cold.121] */
void gold::Cref_inputs::function_1(type_1 *param_1,type_2 *param_2)
{
int var_1;
if (*(void **)(var_1 + -0x30) != *(void **)(var_1 + -0x5c)) {
var_2(*(void **)(var_1 + -0x30));
}
std::
_Rb_tree<const_go... | 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: (type_identifie... | null |
void MASKED(void)
{
undefined4 in_ECX;
undefined4 extraout_ECX;
int unaff_EBP;
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x5c)) {
FUN_001807a0(*(int *)(unaff_EBP + -0x30));
in_ECX = extraout_ECX;
}
FUN_00142df0(*(undefined4 *)(unaff_EBP + -0x68),*(undefined4 *)(unaff_EBP + -0x40)... |
187_alpha-linux-gnu-strip_and_alpha-linux-gnu-strip_strip.c | setup_section | FUN_00017af0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void setup_section(bfd *ibfd,sec_ptr isection,void *obfdarg)
{
section_rename *psVar1;
bfd_flavour bVar2;
asection *group;
bfd_boolean bVar3;
size_t sVar4;
size_t sVar5;
cha... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00017af0(int param_1,undefined4 *param_2,int param_3)
{
undefined4 *puVar1;
int iVar2;
size_t sVar3;
size_t sVar4;
char *__dest;
char *pcVar5;
undefined4 uVar6;
int iVar7;
int iVar8;
char *__s2;
ui... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000166c0
ADD EBX,0x28507
SUB ESP,0x1c
MOV EAX,dword ptr [ESP + 0x34]
CALL 0x00017a30
TEST EAX,EAX
JZ 0x00017b20
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV EAX,dword ptr [ESP + 0x34]
MOV EBP,dword ptr [EBX + 0xbe0]
MOV ESI,dword ptr [EAX]
MOV EDI,dword ptr [EAX + 0x14... | null | null | null | null | [(u'INT_ZEXT_-1205959687', u'INT_ADD_-1205959674'), (u'STORE_-1205959703', u'INDIRECT_-1205957187'), (u'INDIRECT_-1205957301', u'MULTIEQUAL_-1205958027'), ('const-36', u'PTRSUB_-1205957155'), (u'CAST_-1205957008', u'INT_ADD_-1205957164'), (u'INDIRECT_-1205958000', u'MULTIEQUAL_-1205957759'), (u'STORE_-1205960191', u'IN... | [(u'INT_ZEXT_-1205959687', u'INT_ADD_-1205959674'), (u'COPY_-1205956954', u'MULTIEQUAL_-1205957318'), (u'INDIRECT_-1205957192', u'COPY_-1205958133'), (u'CALL_-1205960563', u'INDIRECT_-1205957453'), (u'CALL_-1205961615', u'INDIRECT_-1205957897'), (u'CALL_-1205960660', u'INDIRECT_-1205957451'), (u'STORE_-1205960191', u'I... | null | null | 00017af0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00017af0(int param_1,undefined4 *param_2,int param_3)\n\n{\n undefined4 *puVar1;\n int iVar2;\n size_t sVar3;\n size_t sVar4;\n char *__dest;\n char *pcVar5;\n undefined4 uVar6;\n int iVar7;\n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid setup_section(bfd *ibfd,sec_ptr isection,void *obfdarg)\n\n{\n section_rename *psVar1;\n bfd_flavour bVar2;\n asection *group;\n bfd_boolean bVar3;\n size_t ... | (translation_unit "void FUN_00017af0(int param_1,undefined4 *param_2,int param_3)\n\n{\n undefined4 *puVar1;\n int iVar2;\n size_t sVar3;\n size_t sVar4;\n char *__dest;\n char *pcVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n char *__s2;\n uint uVar9;\n byte *pbVar10;\n int iVar11;\n byte *pbVar12... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT... | (function_definition "void FUN_00017af0(int param_1,undefined4 *param_2,int param_3)\n\n{\n undefined4 *puVar1;\n int iVar2;\n size_t sVar3;\n size_t sVar4;\n char *__dest;\n char *pcVar5;\n undefined4 uVar6;\n int iVar7;\n int iVar8;\n char *__s2;\n uint uVar9;\n byte *pbVar10;\n int iVar11;\n byte *pbVa... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *ibfd,type_2 isection,void *obfdarg)
{
type_3 *var_3;
type_4 var_20;
type_5 *group;
type_6 var_2;
size_t var_11;
size_t var_12;
char *__dest;
char *... | 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: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 *param_2,int param_3)
{
undefined4 *puVar1;
int iVar2;
size_t sVar3;
size_t sVar4;
char *__dest;
char *pcVar5;
undefined4 uVar6;
int iVar7;
int iVar8;
char *__s2;
uint uVa... |
9032_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | collate_byname | FUN_0025d030 |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::collate_byname<char>::collate_byname(char const*, unsigned int) */
void __thiscall
std::collate_byname<char>::collate_byname(collate_byname<char> *this,char *param_1,uint param_2)
{
undefined4 uVar1;
int iVar2;
byte... |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_0025d030(undefined4 *param_1,byte *param_2,int param_3)
{
undefined4 uVar1;
int iVar2;
byte *pbVar3;
byte *pbVar4;
bool bVar5;
bool bVar6;
bool bVar7;
byte bVar8;
bVar8 = 0;
param_1[1] = (uint)(pa... | CALL 0x0003a345
ADD EDX,0x1b6fcb
PUSH EBP
XOR EAX,EAX
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,EDX
SUB ESP,0x1c
MOV ECX,dword ptr [EBP + 0x10]
MOV EBX,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x1c],EDX
TEST ECX,ECX
SETNZ AL
MOV dword ptr [EBX + 0x4],EAX
LEA EAX,[EDX + 0xffffd390]
MOV dword ptr [EBP + -0x20],EA... | null | null | null | null | [('tmp_900', u'CAST_-1204104403'), (u'LOAD_-1204104856', u'INT_LESS_-1204104839'), (u'LOAD_-1204104856', u'INT_EQUAL_-1204104839'), ('tmp_901', u'CAST_-1204104337'), (u'COPY_-1204104432', u'MULTIEQUAL_-1204104513'), (u'CAST_-1204104362', u'COPY_-1204104435'), ('tmp_620', u'CBRANCH_-1204104802'), (u'INT_EQUAL_-120410489... | [(u'MULTIEQUAL_-1204104485', u'BOOL_NEGATE_-1204104473'), (u'LOAD_-1204104856', u'INT_LESS_-1204104839'), (u'LOAD_-1204104856', u'INT_EQUAL_-1204104839'), (u'INT_EQUAL_-1204104931', u'MULTIEQUAL_-1204104488'), (u'INT_EQUAL_-1204104896', u'BOOL_NEGATE_-1204104402'), (u'INDIRECT_-1204104513', u'INT_ZEXT_-1204104849'), ('... | null | null | 0025d030 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0025d030(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n \n bVa... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::collate_byname<char>::collate_byname(char const*, unsigned int) */\n\nvoid __thiscall\nstd::collate_byname<char>::collate_byname(collate_byname<char> *this,char *param_1,uint param_2)\n\n{\n undefined4 u... | (translation_unit "void FUN_0025d030(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n \n bVar8 = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00411398;\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "void FUN_0025d030(undefined4 *param_1,byte *param_2,int param_3)\n\n{\n undefined4 uVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n \n bVar8 = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_00411398;\n ... |
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::collate_byname<char>::collate_byname(char const*, unsigned int) */
void __thiscall
std::function_1<char>::function_1(function_1<char> *var_1,char *param_1,type_1 var_2)
{
type_2 uVar1;
int var_4;
type_3 *var_5;
ty... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(undefined4 *param_1,byte *param_2,int param_3)
{
undefined4 uVar1;
int iVar2;
byte *pbVar3;
byte *pbVar4;
bool bVar5;
bool bVar6;
bool bVar7;
byte bVar8;
bVar8 = 0;
param_1[1] = (uint)(param_3 ... |
2707_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | do_archive_entry | FUN_00094570 |
/* DWARF original prototype: Incremental_archive_entry * do_archive_entry(Incremental_input_entry *
this) */
Incremental_archive_entry * __thiscall
gold::Incremental_input_entry::do_archive_entry(Incremental_input_entry *this)
{
return (Incremental_archive_entry *)0x0;
}
|
undefined4 FUN_00094570(void)
{
return 0;
}
| XOR EAX,EAX
RET | null | null | null | null | [('const-0', u'RETURN_-1206499961'), (u'COPY_-1206499981', u'RETURN_-1206499961'), ('const-0', u'COPY_-1206499981')] | [('const-0', u'RETURN_-1206499961'), (u'COPY_-1206499981', u'RETURN_-1206499961'), ('const-0', u'COPY_-1206499981')] | null | null | 00094570 | x86 | O1 | (translation_unit "undefined4 FUN_00094570(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00094570(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00094570(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit "/* DWARF original prototype: Incremental_archive_entry * do_archive_entry(Incremental_input_entry *\n this) */\n\nIncremental_archive_entry * __thiscall\ngold::Incremental_input_entry::do_archive_entry(Incremental_input_entry *this)\n\n{\n return (Incremental_archive_entry *)0x0;\n}\n\n" comment (... | (translation_unit "undefined4 FUN_00094570(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_00094570(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00094570(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) }))) | (function_definition "undefined4 FUN_00094570(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_00094570(void)" (identifier "FUN_00094570") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{")... |
/* DWARF original prototype: Incremental_archive_entry * do_archive_entry(Incremental_input_entry *
this) */
type_1 * __thiscall
gold::Incremental_input_entry::do_archive_entry(Incremental_input_entry *this)
{
return (type_1 *)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 |
undefined4 MASKED(void)
{
return 0;
}
|
342_powerpc64-linux-gnu-readelf_and_powerpc64-linux-gnu-readelf_strip.c | expandargv | FUN_00067fe0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void expandargv(int *argcp,char ***argvp)
{
byte bVar1;
char **argv;
int iVar2;
FILE *__stream;
size_t __n;
byte *input;
size_t sVar3;
char **__src;
char **ppcVar4;
ch... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00067fe0(int *param_1,int *param_2)
{
int iVar1;
byte bVar2;
int iVar3;
int iVar4;
FILE *__stream;
size_t __n;
byte *__ptr;
size_t sVar5;
int *__src;
int iVar6;
char *pcVar7;
byte *pbVar8;
int ... | PUSH EBP
XOR EBP,EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00013f70
ADD EBX,0x4c015
SUB ESP,0x9c
MOV EAX,dword ptr [ESP + 0xb4]
MOV dword ptr [ESP + 0x8],0x7d0
MOV EAX,dword ptr [EAX]
MOV dword ptr [ESP + 0x2c],EAX
MOV EAX,dword ptr [ESP + 0xb0]
MOV ECX,dword ptr [EAX]
LEA EAX,[ESP + 0x30]
MOV dword ptr [ESP + 0xc],EAX
LEA... | null | null | null | null | [('const-1', u'PTRADD_-1206287372'), ('const-0', u'PTRSUB_-1206284544'), (u'MULTIEQUAL_-1206285172', u'MULTIEQUAL_-1206285178'), (u'LOAD_-1206288207', u'LOAD_-1206288202'), (u'CALL_-1206287628', u'INDIRECT_-1206284945'), (u'LOAD_-1206287342', u'INT_ZEXT_-1206287326'), (u'COPY_-1206284992', u'MULTIEQUAL_-1206286317'), (... | [(u'CAST_-1206284378', u'PTRADD_-1206284339'), ('const-417', u'LOAD_-1206286908'), (u'INT_ADD_-1206288157', u'MULTIEQUAL_-1206285534'), (u'COPY_-1206288338', u'MULTIEQUAL_-1206285534'), (u'LOAD_-1206286733', u'MULTIEQUAL_-1206284835'), ('const-417', u'STORE_-1206287432'), (u'LOAD_-1206287342', u'INT_ZEXT_-1206287326'),... | null | null | 00067fe0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00067fe0(int *param_1,int *param_2)\n\n{\n int iVar1;\n byte bVar2;\n int iVar3;\n int iVar4;\n FILE *__stream;\n size_t __n;\n byte *__ptr;\n size_t sVar5;\n int *__src;\n int iVar6;\n cha... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid expandargv(int *argcp,char ***argvp)\n\n{\n byte bVar1;\n char **argv;\n int iVar2;\n FILE *__stream;\n size_t __n;\n byte *input;\n size_t sVar3;\n char ... | (translation_unit "void FUN_00067fe0(int *param_1,int *param_2)\n\n{\n int iVar1;\n byte bVar2;\n int iVar3;\n int iVar4;\n FILE *__stream;\n size_t __n;\n byte *__ptr;\n size_t sVar5;\n int *__src;\n int iVar6;\n char *pcVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int local_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla... | (function_definition "void FUN_00067fe0(int *param_1,int *param_2)\n\n{\n int iVar1;\n byte bVar2;\n int iVar3;\n int iVar4;\n FILE *__stream;\n size_t __n;\n byte *__ptr;\n size_t sVar5;\n int *__src;\n int iVar6;\n char *pcVar7;\n byte *pbVar8;\n int iVar9;\n int iVar10;\n undefined4 uVar11;\n int loc... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(int *argcp,char ***argvp)
{
type_1 var_21;
char **var_18;
int var_2;
type_2 *var_10;
size_t var_13;
type_1 *input;
size_t var_16;
char **__src;
char **va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1,int *param_2)
{
int iVar1;
byte bVar2;
int iVar3;
int iVar4;
FILE *__stream;
size_t __n;
byte *__ptr;
size_t sVar5;
int *__src;
int iVar6;
char *pcVar7;
byte *pbVar8;
int iVar9;... |
6164_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | check | FUN_0017b0e0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void check(Script_assertion * this, Symbol_table * symtab, Layout *
layout) */
void __thiscall
gold::Script_assertion::check(Script_ass... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
longlong lVar1;
lVar1 = FUN_001d4a10(*param_1,param_2,param_3,1);
if (lVar1 != 0) {
return;
}
FUN_00071a80(&DAT_002a40c2,param_1[1])... | PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x22ef19
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
PUSH 0x1
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESI]
CALL 0x001d4a10
ADD ESP,0x10
OR EDX,EAX
JZ 0x0017b118
ADD ESP,0x4
POP EBX
POP ESI
RET
SUB ESP,0x8
LEA EAX,[EBX + 0xffefa0c2]
PUSH dword ptr ... | null | null | null | null | [('const-0', u'PTRSUB_-1207389633'), ('tmp_400', u'PTRSUB_-1207389635'), ('const-4', u'PTRSUB_-1207389635'), (u'CALL_-1207389896', u'INT_NOTEQUAL_-1207389869'), ('const-1', u'CALL_-1207389896'), (u'COPY_-1207389698', u'CALL_-1207389798'), (u'PTRSUB_-1207389671', u'LOAD_-1207389909'), ('tmp_189', u'CBRANCH_-1207389869')... | [(u'CALL_-1207389896', u'INT_NOTEQUAL_-1207389726'), ('const-0', u'INT_NOTEQUAL_-1207389726'), ('const-0', u'PTRSUB_-1207389640'), ('const-417', u'LOAD_-1207389909'), ('tmp_671', u'LOAD_-1207389909'), ('tmp_189', u'CBRANCH_-1207389869'), ('const-1', u'PTRADD_-1207389644'), (u'PTRADD_-1207389644', u'LOAD_-1207389816'), ... | null | null | 0017b0e0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001d4a10(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_00071... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void check(Script_assertion * this, Symbol_table * symtab, Layout *\n layout) */\n\nvoid __thiscall\ngold::Script_ass... | (translation_unit "void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001d4a10(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_00071a80(&DAT_002a40c2,param_1[1]);\n return;\n}\n\n" (function_definition "void FUN_0017b0e0(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression I... | (function_definition "void FUN_0017b0e0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n longlong lVar1;\n \n lVar1 = FUN_001d4a10(*param_1,param_2,param_3,1);\n if (lVar1 != 0) {\n return;\n }\n FUN_00071a80(&DAT_002a40c2,param_1[1]);\n return;\n}" (primitive_type "void") (function_declarato... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void check(Script_assertion * this, Symbol_table * symtab, Layout *
layout) */
void __thiscall
gold::type_1::function_1(type_1 *this,ty... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
longlong lVar1;
lVar1 = FUN_001d4a10(*param_1,param_2,param_3,1);
if (lVar1 != 0) {
return;
}
FUN_00071a80(&DAT_002a40c2,param_1[1]);
re... |
154_x86_64-linux-gnu-size_and_x86_64-linux-gnu-size_strip.c | __cxa_finalize | __cxa_finalize |
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __cxa_finalize@@GLIBC_2.1.3 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __cxa_finalize(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205952402')] | [('const-1', u'RETURN_-1205952402')] | null | null | 0001a064 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_finalize(void)\n\n{\n /* WARNING: Ba... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __cxa_finalize(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __cxa_finalize@@GLIBC_2.1.3 */\n halt_baddata();\n}\n\n" comment (function_definition "void __cxa_... | (translation_unit "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__cxa_finalize(void)" identifier (parameter_list "(void)" ( (parameter_declaration "vo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void __cxa_finalize(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__cxa_finalize(void)" (identifier "__cxa_finalize") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __cxa_finalize@@GLIBC_2.1.3 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
27_riscv64-linux-gnu-c++filt(1)_and_riscv64-linux-gnu-c++filt(1)_strip.c | mkstemps64 | mkstemps64 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps64(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps64_00017074)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps64(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps64_00017074)();
return iVar1;
}
| JMP dword ptr [EBX + 0x74] | null | null | null | null | [(u'CALLIND_-1205988886', u'RETURN_-1205988883'), (u'CALLIND_-1205988886', u'INDIRECT_-1205988813'), (u'CAST_-1205988806', u'CALLIND_-1205988886'), ('tmp_72', u'CAST_-1205988806'), (u'INDIRECT_-1205988813', u'COPY_-1205988872'), ('const-0', u'RETURN_-1205988883')] | [(u'CALLIND_-1205988886', u'RETURN_-1205988883'), (u'CALLIND_-1205988886', u'INDIRECT_-1205988813'), (u'CAST_-1205988806', u'CALLIND_-1205988886'), ('tmp_72', u'CAST_-1205988806'), (u'INDIRECT_-1205988813', u'COPY_-1205988872'), ('const-0', u'RETURN_-1205988883')] | null | null | 000111e0 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_00017074)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps64(char *__template,int __suffixl... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_00017074)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps64(char *__template,int __suffixl... | (translation_unit "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_00017074)();\n return iVar1;\n}\n\n" (function_definition "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_00017074)();\n return iV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesize... | (function_definition "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_00017074)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mkstemps64(char *__template,int __suffixlen)" (identifier "mkstemps64") (parameter_list "(char *__template,int ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_mkstemps64_00017074)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00017074)();
return iVar1;
}
|
292_powerpc64-linux-gnu-as_and_powerpc64-linux-gnu-as_strip.c | set_gas_hash_table_size | FUN_000250c0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void set_gas_hash_table_size(ulong size)
{
gas_hash_table_size = bfd_hash_set_default_size(size);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000250c0(undefined4 param_1)
{
DAT_0006f294 = bfd_hash_set_default_size(param_1);
return;
}
| PUSH EBX
CALL 0x00016090
ADD EBX,0x49f3a
SUB ESP,0x14
PUSH dword ptr [ESP + 0x1c]
CALL 0x00014800
MOV dword ptr [EBX + 0x294],EAX
ADD ESP,0x18
POP EBX
RET | null | null | null | null | [(u'CALL_-1206038279', u'COPY_-1206038277'), ('const-0', u'RETURN_-1206038242'), (u'COPY_-1206038277', u'COPY_-1206038225'), ('tmp_153', u'CALL_-1206038279'), (u'CALL_-1206038279', u'INDIRECT_-1206038181')] | [('tmp_245', u'CALL_-1206038279'), (u'CALL_-1206038279', u'COPY_-1206038277'), ('const-0', u'RETURN_-1206038242'), (u'COPY_-1206038277', u'COPY_-1206038225'), (u'CALL_-1206038279', u'INDIRECT_-1206038181')] | null | null | 000250c0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000250c0(undefined4 param_1)\n\n{\n DAT_0006f294 = bfd_hash_set_default_size(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_000250c0(undefined4 param_1)\n\n{\n DAT_0006f294 = bf... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid set_gas_hash_table_size(ulong size)\n\n{\n gas_hash_table_size = bfd_hash_set_default_size(size);\n return;\n}\n\n" comment comment (function_definition "void s... | (translation_unit "void FUN_000250c0(undefined4 param_1)\n\n{\n DAT_0006f294 = bfd_hash_set_default_size(param_1);\n return;\n}\n\n" (function_definition "void FUN_000250c0(undefined4 param_1)\n\n{\n DAT_0006f294 = bfd_hash_set_default_size(param_1);\n return;\n}" primitive_type (function_declarator "FUN_000250c0(u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (return_statement return ;) }))) | (function_definition "void FUN_000250c0(undefined4 param_1)\n\n{\n DAT_0006f294 = bfd_hash_set_default_size(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000250c0(undefined4 param_1)" (identifier "FUN_000250c0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefin... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 size)
{
gas_hash_table_size = var_1(size);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
DAT_0006f294 = bfd_hash_set_default_size(param_1);
return;
}
|
8164_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | compare | FUN_00209550 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::compare(unsigned int, unsigned int, std::string const&, unsigned int, unsigned int)
const */
int __thiscall
std::string::compare
(string *this,uint param_1,uint param_2,string *param_3,uint param_4,uin... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_00209550(int *param_1,uint param_2,uint param_3,int *param_4,uint param_5,uint param_6)
{
int iVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uVar4 = param_1[1];
uVar3 = param_2;
uVar2 = uVar4;
if ((param_2... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036f20
ADD EBX,0x1a5aa7
SUB ESP,0xc
MOV EDI,dword ptr [ESP + 0x20]
MOV EAX,dword ptr [ESP + 0x24]
MOV EBP,dword ptr [ESP + 0x28]
MOV EDX,dword ptr [ESP + 0x30]
MOV ESI,dword ptr [EDI + 0x4]
MOV ECX,dword ptr [ESP + 0x34]
CMP EAX,ESI
JA 0x002095cb
MOV EDI,dword ptr [ESP + 0x2... | null | null | null | null | [('const-417', u'LOAD_-1203792266'), ('const-0', u'INT_EQUAL_-1203792319'), ('const-1', u'PTRADD_-1203792379'), (u'INT_SUB_-1203792399', u'COPY_-1203791994'), (u'INT_EQUAL_-1203792219', u'CBRANCH_-1203792217'), ('tmp_814', u'INT_SUB_-1203792367'), (u'MULTIEQUAL_-1203792084', u'COPY_-1203791982'), ('tmp_425', u'CBRANCH_... | [('const-0', u'INT_EQUAL_-1203792319'), (u'INT_SUB_-1203792399', u'COPY_-1203791994'), (u'MULTIEQUAL_-1203792080', u'INT_EQUAL_-1203792319'), (u'INT_EQUAL_-1203792219', u'CBRANCH_-1203792217'), (u'MULTIEQUAL_-1203792048', u'RETURN_-1203792161'), ('tmp_1482', u'COPY_-1203791996'), ('tmp_425', u'CBRANCH_-1203792318'), (u... | null | null | 00209550 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_00209550(int *param_1,uint param_2,uint param_3,int *param_4,uint param_5,uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n uVar4 = param_1[1];\n uVar3 = param_2;\n ... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::compare(unsigned int, unsigned int, std::string const&, unsigned int, unsigned int)\n const */\n\nint __thiscall\nstd::string::compare\n (string *this,uint param_1,uint param_2,string *... | (translation_unit "int FUN_00209550(int *param_1,uint param_2,uint param_3,int *param_4,uint param_5,uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n uVar4 = param_1[1];\n uVar3 = param_2;\n uVar2 = uVar4;\n if ((param_2 <= uVar4) && (uVar2 = param_4[1], uVar3 = param_5, param_5 <... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , ... | (function_definition "int FUN_00209550(int *param_1,uint param_2,uint param_3,int *param_4,uint param_5,uint param_6)\n\n{\n int iVar1;\n uint uVar2;\n uint uVar3;\n uint uVar4;\n \n uVar4 = param_1[1];\n uVar3 = param_2;\n uVar2 = uVar4;\n if ((param_2 <= uVar4) && (uVar2 = param_4[1], uVar3 = param_5, param_... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::compare(unsigned int, unsigned int, std::string const&, unsigned int, unsigned int)
const */
int __thiscall
std::type_1::function_1
(type_1 *var_1,type_2 var_2,type_2 var_7,type_1 *var_4,type_2 var_5,t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(int *param_1,uint param_2,uint param_3,int *param_4,uint param_5,uint param_6)
{
int iVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uVar4 = param_1[1];
uVar3 = param_2;
uVar2 = uVar4;
if ((param_2 <= uV... |
394_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | debug_make_function_type | FUN_0003e080 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
debug_type_conflict __regparm3
debug_make_function_type
(void *handle,debug_type_conflict type,debug_type_conflict *arg_types,bfd_boolean varargs)
{
debug_type_s *pdVar1;
debug_class_type *pdVar2;
debug_field *in_... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0003e080(undefined4 param_1,int param_2,int param_3,int param_4)
{
int iVar1;
int *piVar2;
if (param_2 != 0) {
iVar1 = FUN_0003bac0();
if (iVar1 != 0) {
piVar2 = (int *)xmalloc(0xc);
*piVar2 ... | PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x14]
CALL 0x000153d0
ADD EBX,0x34f74
TEST EDI,EDI
JZ 0x0003e0d0
XOR EDX,EDX
MOV EAX,0xd
CALL 0x0003bac0
MOV ESI,EAX
TEST EAX,EAX
JZ 0x0003e0c8
SUB ESP,0xc
PUSH 0xc
CALL 0x000142b0
MOV EDX,dword ptr [ESP + 0x28]
MOV dword ptr [EAX],EDI
MOV dword ptr [EAX + 0x4],EDX
MO... | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206067014'), ('const-0', u'RETURN_-1206066836'), (u'CAST_-1206066731', u'PTRSUB_-1206066711'), ('const-8', u'PTRSUB_-1206066711'), ('tmp_152', u'CBRANCH_-1206066972'), (u'CAST_-1206066731', u'PTRSUB_-1206066722'), ('tmp_90', u'CBRANCH_-1206067014'), ('const-417', u'STORE_-1206066902'), ('c... | [('const-0', u'INT_NOTEQUAL_-1206067014'), ('const-4', u'PTRADD_-1206066718'), ('const-0', u'RETURN_-1206066836'), (u'PTRADD_-1206066718', u'STORE_-1206066908'), ('const-0', u'COPY_-1206066860'), ('tmp_152', u'CBRANCH_-1206066972'), (u'PTRADD_-1206066729', u'STORE_-1206066933'), (u'CAST_-1206066739', u'PTRADD_-12060667... | null | null | 0003e080 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0003e080(undefined4 param_1,int param_2,int param_3,int param_4)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n piVar2 = (int *... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\ndebug_type_conflict __regparm3\ndebug_make_function_type\n (void *handle,debug_type_conflict type,debug_type_conflict *arg_types,bfd_boolean varargs)\n\n{\n debug_type_s *pdVar1;\n debug_class_type *... | (translation_unit "int FUN_0003e080(undefined4 param_1,int param_2,int param_3,int param_4)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n piVar2 = (int *)xmalloc(0xc);\n *piVar2 = param_2;\n piVar2[1] = param_3;\n piVar2[2] = para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_decla... | (function_definition "int FUN_0003e080(undefined4 param_1,int param_2,int param_3,int param_4)\n\n{\n int iVar1;\n int *piVar2;\n \n if (param_2 != 0) {\n iVar1 = FUN_0003bac0();\n if (iVar1 != 0) {\n piVar2 = (int *)xmalloc(0xc);\n *piVar2 = param_2;\n piVar2[1] = param_3;\n piVar2[2] = p... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3
function_1
(void *handle,type_1 type,type_1 *arg_types,type_2 varargs)
{
type_3 *var_3;
type_4 *pdVar2;
type_5 *var_1;
type_6 in_stack_0000000c;
type_6 in_stack_00000010;
if (var_1 != (t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(undefined4 param_1,int param_2,int param_3,int param_4)
{
int iVar1;
int *piVar2;
if (param_2 != 0) {
iVar1 = FUN_0003bac0();
if (iVar1 != 0) {
piVar2 = (int *)xmalloc(0xc);
*piVar2 = para... |
974_busybox_and_busybox_strip.c | seek_by_read | FUN_0007d22a |
void __regparm3 seek_by_read(int fd,off_t amount)
{
int in_ECX;
int in_EDX;
off_t in_stack_ffffffec;
if (in_ECX != 0 || in_EDX != 0) {
bb_copyfd_exact_size(in_EDX,in_ECX,in_stack_ffffffec);
}
return;
}
|
void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)
{
if (param_3 != 0 || param_2 != 0) {
FUN_0001aa78(param_2,param_3);
}
return;
}
| PUSH ESI
PUSH EBX
SUB ESP,0x4
MOV ESI,ECX
OR ESI,EDX
JZ 0x0007d247
SUB ESP,0x8
PUSH ECX
PUSH EDX
MOV EDX,0xffffffff
CALL 0x0001aa78
ADD ESP,0x8
ADD ESP,0x4
POP EBX
POP ESI
RET | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206332757'), ('tmp_302', u'CALL_-1206332814'), ('const-0', u'INT_NOTEQUAL_-1206332756'), (u'BOOL_OR_-1206332707', u'CBRANCH_-1206332847'), ('const-0', u'RETURN_-1206332769'), ('tmp_303', u'INT_NOTEQUAL_-1206332756'), ('tmp_68', u'CBRANCH_-1206332847'), ('tmp_303', u'CALL_-1206332814'), ('t... | [('const-0', u'INT_NOTEQUAL_-1206332762'), ('const-0', u'INT_NOTEQUAL_-1206332763'), ('tmp_286', u'CALL_-1206332814'), ('const-0', u'RETURN_-1206332769'), (u'INT_NOTEQUAL_-1206332763', u'BOOL_OR_-1206332717'), ('tmp_68', u'CBRANCH_-1206332847'), (u'BOOL_OR_-1206332717', u'CBRANCH_-1206332847'), ('tmp_285', u'CALL_-1206... | null | null | 0007d22a | x86 | O1 | (translation_unit "void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)\n\n{\n if (param_3 != 0 || param_2 != 0) {\n FUN_0001aa78(param_2,param_3);\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)\n\n{\n if (param_3 != 0 || p... | (translation_unit "void __regparm3 seek_by_read(int fd,off_t amount)\n\n{\n int in_ECX;\n int in_EDX;\n off_t in_stack_ffffffec;\n \n if (in_ECX != 0 || in_EDX != 0) {\n bb_copyfd_exact_size(in_EDX,in_ECX,in_stack_ffffffec);\n }\n return;\n}\n\n" (function_definition "void __regparm3 seek_by_read(int fd,off_t... | (translation_unit "void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)\n\n{\n if (param_3 != 0 || param_2 != 0) {\n FUN_0001aa78(param_2,param_3);\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)\n\n{\n if (param_3 != 0 || p... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression... | (function_definition "void __regparm3 FUN_0007d22a(undefined4 param_1,int param_2,int param_3)\n\n{\n if (param_3 != 0 || param_2 != 0) {\n FUN_0001aa78(param_2,param_3);\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0007d22a(undefined4 param_1,... |
void __regparm3 function_1(int fd,type_1 amount)
{
int var_1;
int var_2;
type_1 in_stack_ffffffec;
if (var_1 != 0 || var_2 != 0) {
var_3(var_2,var_1,in_stack_ffffffec);
}
return;
}
| 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: (primitive_type) declarator: (identifier)) (param... | null |
void __regparm3 MASKED(undefined4 param_1,int param_2,int param_3)
{
if (param_3 != 0 || param_2 != 0) {
FUN_0001aa78(param_2,param_3);
}
return;
}
|
4668_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | parse_just_symbols | FUN_0014db00 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_just_symbols(General_options * this, char * param_1, char *
arg, Command_line * cmdline) */
void __thiscall
gold::General_options::parse_just_symbols
(General_options *this,char *param_1,char *arg,Comma... |
void FUN_0014db00(int param_1,undefined4 param_2,char *param_3,int param_4)
{
size_t sVar1;
char *pcVar2;
int unaff_EDI;
undefined1 *local_68 [2];
undefined1 local_60 [16];
undefined4 local_50;
undefined1 *local_4c [2];
undefined1 local_44 [16];
undefined1 local_34;
undefined1 local_30;
undefine... | PUSH EBP
MOV EBP,ESP
PUSH EDI
CALL 0x000b484e
ADD EDI,0x2c64f7
PUSH ESI
LEA EAX,[EBP + -0x5c]
PUSH EBX
SUB ESP,0x6c
MOV dword ptr [EBP + -0x70],EAX
MOV ESI,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x64],EAX
MOV EAX,dword ptr [EBP + 0x10]
TEST EAX,EAX
JZ 0x0014dc00
SUB ESP,0xc
PUSH dword ptr [EBP + 0x10]
MOV EBX,EDI
... | null | null | null | null | [('const-0', u'CALL_-1207182314'), (u'CALL_-1207182101', u'INDIRECT_-1207181610'), ('tmp_155', u'CBRANCH_-1207182493'), ('tmp_950', u'CALL_-1207182391'), ('const-18928', u'PTRSUB_-1207181536'), (u'PTRSUB_-1207181501', u'CALL_-1207182164'), ('const-0', u'PTRSUB_-1207181597'), ('const-61', u'PTRSUB_-1207181524'), (u'CALL... | [(u'CALL_-1207182101', u'INDIRECT_-1207181610'), ('tmp_155', u'CBRANCH_-1207182493'), ('const-0', u'CALL_-1207182391'), ('const-952', u'INT_ADD_-1207182258'), (u'INT_ADD_-1207182268', u'CAST_-1207181576'), ('const-1848973', u'INT_ADD_-1207182334'), ('const-23404', u'INT_ADD_-1207182166'), (u'CALL_-1207182164', u'INDIRE... | null | null | 0014db00 | x86 | O1 | (translation_unit "void FUN_0014db00(int param_1,undefined4 param_2,char *param_3,int param_4)\n\n{\n size_t sVar1;\n char *pcVar2;\n int unaff_EDI;\n undefined1 *local_68 [2];\n undefined1 local_60 [16];\n undefined4 local_50;\n undefined1 *local_4c [2];\n undefined1 local_44 [16];\n undefined1 local_34;\n u... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_just_symbols(General_options * this, char * param_1, char *\n arg, Command_line * cmdline) */\n\nvoid __thiscall\ngold::General_options::parse_just_symbols\n (General_options *this,char ... | (translation_unit "void FUN_0014db00(int param_1,undefined4 param_2,char *param_3,int param_4)\n\n{\n size_t sVar1;\n char *pcVar2;\n int unaff_EDI;\n undefined1 *local_68 [2];\n undefined1 local_60 [16];\n undefined4 local_50;\n undefined1 *local_4c [2];\n undefined1 local_44 [16];\n undefined1 local_34;\n u... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declarat... | (function_definition "void FUN_0014db00(int param_1,undefined4 param_2,char *param_3,int param_4)\n\n{\n size_t sVar1;\n char *pcVar2;\n int unaff_EDI;\n undefined1 *local_68 [2];\n undefined1 local_60 [16];\n undefined4 local_50;\n undefined1 *local_4c [2];\n undefined1 local_44 [16];\n undefined1 local_34;\n... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_just_symbols(General_options * this, char * param_1, char *
arg, Command_line * cmdline) */
void __thiscall
gold::type_1::function_1
(type_1 *this,char *param_1,char *var_8,type_2 *cmdline)
{
anon_un... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
void MASKED(int param_1,undefined4 param_2,char *param_3,int param_4)
{
size_t sVar1;
char *pcVar2;
int unaff_EDI;
undefined1 *local_68 [2];
undefined1 local_60 [16];
undefined4 local_50;
undefined1 *local_4c [2];
undefined1 local_44 [16];
undefined1 local_34;
undefined1 local_30;
undefined1 loc... |
22_x86_64-linux-gnux32-objdump_and_x86_64-linux-gnux32-objdump_strip.c | bfd_openr | bfd_openr |
void bfd_openr(void)
{
(*(code *)PTR_bfd_openr_00073064)();
return;
}
|
void bfd_openr(void)
{
(*(code *)PTR_bfd_openr_00073064)();
return;
}
| JMP dword ptr [EBX + 0x64] | null | null | null | null | [('tmp_58', u'CAST_-1205976585'), (u'CALLIND_-1205976662', u'INDIRECT_-1205976590'), ('const-0', u'RETURN_-1205976659'), (u'INDIRECT_-1205976590', u'COPY_-1205976649'), (u'CAST_-1205976585', u'CALLIND_-1205976662')] | [('tmp_58', u'CAST_-1205976585'), (u'CALLIND_-1205976662', u'INDIRECT_-1205976590'), ('const-0', u'RETURN_-1205976659'), (u'INDIRECT_-1205976590', u'COPY_-1205976649'), (u'CAST_-1205976585', u'CALLIND_-1205976662')] | null | null | 000141a0 | x86 | O1 | (translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}\n\n" (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}" primitive_type (function_declarator "bfd_openr(void)" identifier (parameter_list "(void)" ( (parameter_declaratio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_openr(void)\n\n{\n (*(code *)PTR_bfd_openr_00073064)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr(void)" (identifier "bfd_openr") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(co... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_openr_00073064)();
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_00073064)();
return;
}
|
54_powerpc-linux-gnuspe-c++filt_and_powerpc-linux-gnuspe-c++filt_strip.c | sprintf | sprintf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_000170e0)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sprintf(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_sprintf_000170e0)();
return iVar1;
}
| JMP dword ptr [EBX + 0xe0] | null | null | null | null | [(u'CALLIND_-1205988454', u'INDIRECT_-1205988381'), ('tmp_72', u'CAST_-1205988374'), (u'CALLIND_-1205988454', u'RETURN_-1205988451'), (u'INDIRECT_-1205988381', u'COPY_-1205988440'), (u'CAST_-1205988374', u'CALLIND_-1205988454'), ('const-0', u'RETURN_-1205988451')] | [(u'CALLIND_-1205988454', u'INDIRECT_-1205988381'), ('tmp_72', u'CAST_-1205988374'), (u'CALLIND_-1205988454', u'RETURN_-1205988451'), (u'INDIRECT_-1205988381', u'COPY_-1205988440'), (u'CAST_-1205988374', u'CALLIND_-1205988454'), ('const-0', u'RETURN_-1205988451')] | null | null | 00011390 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" comment (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int i... | (translation_unit "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}\n\n" (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\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)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment... | (function_definition "int sprintf(char *__s,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sprintf_000170e0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sprintf(char *__s,char *__format,...)" (identifier "sprintf") (parameter_list "(char *__s,char *__format,...)" (( "(") (p... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_sprintf_000170e0)();
return iVar1;
}
| 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 */
int MASKED(char *__s,char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_000170e0)();
return iVar1;
}
|
10866_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_get_monthname | FUN_002c4a30 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get_monthname(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_bas... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Type propagation algorithm not settling */
void FUN_002c4a30(undefined4 param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,
undefined4 param_6,uint *param_7,int param_8)
{
bool ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x14f5c7
SUB ESP,0x98
MOV EDI,dword ptr [ESP + 0xc4]
LEA EAX,[EDI + 0x6c]
PUSH EAX
CALL 0x0025ebf0
MOV EAX,dword ptr [EAX + 0x8]
MOV EBP,dword ptr [EAX + 0x94]
MOV dword ptr [ESP + 0x30],EBP
MOV EBP,dword ptr [EAX + 0x98]
MOV dword ptr [ESP + 0x34],EBP
MOV EBP... | null | null | null | null | [('const-1', u'RETURN_-1204598194')] | [('const-144', u'INT_ADD_-1204597761'), (u'INDIRECT_-1204596265', u'MULTIEQUAL_-1204596445'), ('tmp_5169', u'CALL_-1204597617'), (u'CALL_-1204597617', u'INDIRECT_-1204596428'), ('tmp_957', u'CBRANCH_-1204597435'), (u'CALLIND_-1204597213', u'INDIRECT_-1204596265'), (u'CAST_-1204595962', u'LOAD_-1204597069'), ('const-152... | null | null | 002c4a30 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Type propagation algorithm not settling */\n\nvoid FUN_002c4a30(undefined4 param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n undefined4 param_6,uint *param_7,i... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get_monthname(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<... | (translation_unit "void FUN_002c4a30(undefined4 param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n undefined4 param_6,uint *param_7,int param_8)\n\n{\n bool bVar1;\n int iVar2;\n bool bVar3;\n undefined4 *unaff_retaddr;\n int *local_98;\n int local_94 [3];\n undefined4 loca... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration ... | (function_definition "void FUN_002c4a30(undefined4 param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n undefined4 param_6,uint *param_7,int param_8)\n\n{\n bool bVar1;\n int iVar2;\n bool bVar3;\n undefined4 *unaff_retaddr;\n int *local_98;\n int local_94 [3];\n undefined4 l... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get_monthname(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_bas... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Type propagation algorithm not settling */
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,
undefined4 param_6,uint *param_7,int param_8)
{
bool bVar1;... |
1030_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | _bfd_pei_swap_debugdir_out | _bfd_pei_swap_debugdir_out |
/* WARNING: Control flow encountered bad instruction data */
void _bfd_pei_swap_debugdir_out(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void _bfd_pei_swap_debugdir_out(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207823846')] | [('const-1', u'RETURN_-1207823846')] | null | null | 001d1210 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _bfd_pei_swap_debugdir_out(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _bfd_pei_swap_debugdir_out(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n ... | (translation_unit "void _bfd_pei_swap_debugdir_out(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "_bfd_pei_swap_debugdir_out(void)" identifier (parameter_list "... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void _bfd_pei_swap_debugdir_out(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "_bfd_pei_swap_debugdir_out(void)" (identifier "_bfd_pei_swap_debugdir_out") (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();
}
|
126_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00069f58)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_00069f58)();
return;
}
| JMP dword ptr [EBX + 0xffffff58] | null | null | null | null | [('tmp_63', u'CAST_-1205974936'), (u'CALLIND_-1205975014', u'INDIRECT_-1205974942'), (u'INDIRECT_-1205974942', u'COPY_-1205975001'), (u'CAST_-1205974936', u'CALLIND_-1205975014'), ('const-0', u'RETURN_-1205975011')] | [('tmp_63', u'CAST_-1205974936'), (u'CALLIND_-1205975014', u'INDIRECT_-1205974942'), (u'INDIRECT_-1205974942', u'COPY_-1205975001'), (u'CAST_-1205974936', u'CALLIND_-1205975014'), ('const-0', u'RETURN_-1205975011')] | null | null | 00014810 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}" primitive_type (function_declar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}" primitive_type (function_declar... | (translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declara... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer... | (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_00069f58)();\n return;\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
(*(type_1 *)PTR_free_00069f58)();
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
(*(code *)PTR_MASKED_00069f58)();
return;
}
|
11817_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | do_get | FUN_003cd180 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_I... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
FUN_003cd180(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
FU... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x21ce79
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
P... | null | null | null | null | [('const-1', u'RETURN_-1205612138')] | [('tmp_538', u'CALL_-1205612025'), (u'COPY_-1205612025', u'RETURN_-1205611988'), ('tmp_535', u'CALL_-1205612025'), ('tmp_532', u'CALL_-1205612025'), ('tmp_532', u'COPY_-1205612025'), ('tmp_536', u'CALL_-1205612025'), ('const-0', u'RETURN_-1205611988'), ('tmp_534', u'CALL_-1205612025'), ('tmp_533', u'CALL_-1205612025'),... | null | null | 003cd180 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4\nFUN_003cd180(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n unde... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, st... | (translation_unit "undefined4\nFUN_003cd180(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n FUN_003cc870(param_1,param_2,param_3,param_4,param_5,param_6,param_7... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "undefined4\nFUN_003cd180(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n FUN_003cc870(param_1,param_2,param_3,param_4,param_5,param_6,para... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::do_get(std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_I... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4
MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9)
{
FUN_003c... |
204_hppa64-linux-gnu-ld_and_hppa64-linux-gnu-ld_strip.c | yy_switch_to_buffer | FUN_000187b0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)
{
YY_BUFFER_STATE pyVar1;
YY_BUFFER_STATE *ppyVar2;
yyensure_buffer_stack();
if (yy_buffer_stack == (YY_BUFFER_STATE *)0x0)... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000187b0(undefined4 *param_1)
{
int iVar1;
int *piVar2;
FUN_00018700();
if (DAT_00084724 == 0) {
if (param_1 == (undefined4 *)0x0) {
return;
}
piVar2 = (int *)(DAT_0008472c << 2);
}
else... | PUSH ESI
PUSH EBX
CALL 0x000159c0
ADD EBX,0x6b849
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
CALL 0x00018700
MOV EAX,dword ptr [EBX + 0x724]
TEST EAX,EAX
JZ 0x00018840
MOV EDX,dword ptr [EBX + 0x72c]
LEA EAX,[EAX + EDX*0x4]
MOV EDX,dword ptr [EAX]
CMP EDX,ESI
JZ 0x00018830
TEST EDX,EDX
JZ 0x00018803
MOV ECX,dword ptr [... | null | null | null | null | [(u'CALL_-1205958677', u'INDIRECT_-1205958308'), (u'INDIRECT_-1205958300', u'COPY_-1205958190'), (u'INDIRECT_-1205958308', u'COPY_-1205958191'), (u'PTRSUB_-1205958165', u'LOAD_-1205958552'), ('const-417', u'LOAD_-1205958638'), (u'INT_NOTEQUAL_-1205958605', u'CBRANCH_-1205958605'), (u'INDIRECT_-1205958316', u'COPY_-1205... | [('tmp_1111', u'LOAD_-1205958520'), (u'CALL_-1205958677', u'INDIRECT_-1205958308'), (u'INDIRECT_-1205958300', u'COPY_-1205958190'), ('const-417', u'LOAD_-1205958520'), (u'INDIRECT_-1205958308', u'COPY_-1205958191'), (u'INT_NOTEQUAL_-1205958605', u'CBRANCH_-1205958605'), (u'INDIRECT_-1205958316', u'COPY_-1205958192'), (... | null | null | 000187b0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000187b0(undefined4 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n FUN_00018700();\n if (DAT_00084724 == 0) {\n if (param_1 == (undefined4 *)0x0) {\n return;\n }\n piVar2 = (int *)... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)\n\n{\n YY_BUFFER_STATE pyVar1;\n YY_BUFFER_STATE *ppyVar2;\n \n yyensure_buffer_stack();\n if (yy_buffer_stac... | (translation_unit "void FUN_000187b0(undefined4 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n FUN_00018700();\n if (DAT_00084724 == 0) {\n if (param_1 == (undefined4 *)0x0) {\n return;\n }\n piVar2 = (int *)(DAT_0008472c << 2);\n }\n else {\n piVar2 = (int *)(DAT_00084724 + DAT_0008472c * 4);\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (... | (function_definition "void FUN_000187b0(undefined4 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n FUN_00018700();\n if (DAT_00084724 == 0) {\n if (param_1 == (undefined4 *)0x0) {\n return;\n }\n piVar2 = (int *)(DAT_0008472c << 2);\n }\n else {\n piVar2 = (int *)(DAT_00084724 + DAT_0008472c * 4... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 var_3)
{
type_1 pyVar1;
type_1 *ppyVar2;
var_1();
if (var_2 == (type_1 *)0x0) {
if (var_3 == (type_1)0x0) {
return;
}
ppyVar2 = (type_1... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
int iVar1;
int *piVar2;
FUN_00018700();
if (DAT_00084724 == 0) {
if (param_1 == (undefined4 *)0x0) {
return;
}
piVar2 = (int *)(DAT_0008472c << 2);
}
else {
... |
6365_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | is_runnable | FUN_001acf60 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Task_token * is_runnable(Finish_group * this) */
Task_token * __thiscall gold::Finish_group::is_runnable(Finish_group *this)
{
Task_token *pTVar1;
Task_token *in_stack_fffffff4;
Task_token *in_stack_fffffff8;
pTVar... |
char * FUN_001acf60(int param_1)
{
char *pcVar1;
pcVar1 = *(char **)(param_1 + 0x3c);
if (pcVar1 != (char *)0x0) {
if (*pcVar1 == '\0') {
/* WARNING: Subroutine does not return */
FUN_001ace70();
}
if (*(int *)(pcVar1 + 4) < 1) {
pcVar1 = (char *)0x0;
}
}
r... | SUB ESP,0xc
MOV EAX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x3c]
TEST EAX,EAX
JZ 0x001acf80
CMP byte ptr [EAX],0x0
JZ 0x001acf84
MOV EDX,dword ptr [EAX + 0x4]
TEST EDX,EDX
MOV EDX,0x0
CMOVLE EAX,EDX
ADD ESP,0xc
RET
CALL 0x001ace70 | null | null | null | null | [('const-0', u'PTRSUB_-1207578579'), (u'LOAD_-1207578762', u'INT_NOTEQUAL_-1207578743'), (u'INT_SLESS_-1207578689', u'CBRANCH_-1207578696'), ('const-417', u'LOAD_-1207578725'), ('const-0', u'INT_NOTEQUAL_-1207578743'), (u'LOAD_-1207578762', u'PTRSUB_-1207578573'), (u'PTRSUB_-1207578579', u'LOAD_-1207578743'), (u'PTRSUB... | [(u'PTRADD_-1207578663', u'CAST_-1207578582'), (u'LOAD_-1207578762', u'LOAD_-1207578743'), (u'LOAD_-1207578762', u'INT_NOTEQUAL_-1207578743'), ('const-417', u'LOAD_-1207578762'), (u'INT_SLESS_-1207578689', u'CBRANCH_-1207578696'), ('tmp_360', u'INT_ADD_-1207578746'), ('const-0', u'INT_NOTEQUAL_-1207578743'), ('const-1'... | null | null | 001acf60 | x86 | O1 | (translation_unit "char * FUN_001acf60(int param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = *(char **)(param_1 + 0x3c);\n if (pcVar1 != (char *)0x0) {\n if (*pcVar1 == '\0') {\n /* WARNING: Subroutine does not return */\n FUN_001ace70();\n }\n if (*(int *)(pcVar1 + 4) < 1) {\n pcVar... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Task_token * is_runnable(Finish_group * this) */\n\nTask_token * __thiscall gold::Finish_group::is_runnable(Finish_group *this)\n\n{\n Task_token *pTVar1;\n Task_token *in_stack_fffffff4;\n Task_token *in_... | (translation_unit "char * FUN_001acf60(int param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = *(char **)(param_1 + 0x3c);\n if (pcVar1 != (char *)0x0) {\n if (*pcVar1 == '\0') {\n \n FUN_001ace70();\n }\n if (*(int *)(pcVar1 + 4) < 1) {\n pcVar1 = (char *)0x0;\n }\n }\n return pc... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (ty... | (function_definition "char * FUN_001acf60(int param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = *(char **)(param_1 + 0x3c);\n if (pcVar1 != (char *)0x0) {\n if (*pcVar1 == '\0') {\n \n FUN_001ace70();\n }\n if (*(int *)(pcVar1 + 4) < 1) {\n pcVar1 = (char *)0x0;\n }\n }\n return... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Task_token * is_runnable(Finish_group * this) */
type_1 * __thiscall gold::Finish_group::is_runnable(Finish_group *this)
{
type_1 *var_1;
type_1 *in_stack_fffffff4;
type_1 *in_stack_fffffff8;
var_1 = this->this_blo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec... | null |
char * MASKED(int param_1)
{
char *pcVar1;
pcVar1 = *(char **)(param_1 + 0x3c);
if (pcVar1 != (char *)0x0) {
if (*pcVar1 == '\0') {
/* WARNING: Subroutine does not return */
FUN_001ace70();
}
if (*(int *)(pcVar1 + 4) < 1) {
pcVar1 = (char *)0x0;
}
}
return ... |
12629_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | ~moneypunct_shim | FUN_003eeaf0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, false>::~moneypunct_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,false>::~moneypunct_shim
(moneypunct... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_003eeaf0(undefined4 *param_1)
{
int *piVar1;
int *piVar2;
undefined *puVar3;
int iVar4;
puVar3 = PTR___pthread_key_create_005e9ff8;
*param_1 = &PTR_FUN_005e8520;
*(undefined4 *)(param_1[4] + 0xc) = 0;
... | PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x1fb509
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xffffe520]
MOV EDX,dword ptr [EBX + 0xfffffff8]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x10]
MOV dword ptr [EAX + 0xc],0x0
MOV EAX,dword ptr [ESI + 0x10]
MOV dword ptr [EAX + 0x20],0x0
MOV EAX,dword p... | null | null | null | null | [('const-1', u'RETURN_-1205736698')] | [('const-0', u'STORE_-1205736638'), (u'INDIRECT_-1205736269', u'MULTIEQUAL_-1205736262'), ('const-12', u'INT_ADD_-1205736624'), (u'PTRADD_-1205736255', u'LOAD_-1205736551'), (u'INT_ADD_-1205736479', u'CAST_-1205736231'), ('const-6194464', u'PTRSUB_-1205736314'), ('const-3', u'PTRADD_-1205736268'), (u'PTRADD_-1205736255... | null | null | 003eeaf0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003eeaf0(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e8520;\n *(undefine... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, false>::~moneypunct_shim() */\n\nvoid __thiscall\nstd::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,false>::~moneypunct_shim... | (translation_unit "void FUN_003eeaf0(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e8520;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n *(undefined4 *)(param_1[4] + 0x20) = 0;\n *(undefined4 *)(p... | (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_003eeaf0(undefined4 *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n undefined *puVar3;\n int iVar4;\n \n puVar3 = PTR___pthread_key_create_005e9ff8;\n *param_1 = &PTR_FUN_005e8520;\n *(undefined4 *)(param_1[4] + 0xc) = 0;\n *(undefined4 *)(param_1[4] + 0x20) = 0;\n *(undefined4 *... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::__facet_shims::(anonymous namespace)::moneypunct_shim<wchar_t, false>::~moneypunct_shim() */
void __thiscall
std::__facet_shims::(anonymous_namespace)::moneypunct_shim<wchar_t,false>::~moneypunct_shim
(moneypunct... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
int *piVar1;
int *piVar2;
undefined *puVar3;
int iVar4;
puVar3 = PTR___pthread_key_create_005e9ff8;
*param_1 = &PTR_FUN_005e8520;
*(undefined4 *)(param_1[4] + 0xc) = 0;
*(und... |
5929_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | add_local | FUN_0018e550 |
/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_32,_false> * this,
Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_local
(Output_d... |
void FUN_0018e550(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 local_28 [24];
undefined4 local_10;
FUN_0016cbc0(local_28,param_2,param_3,param_4,param_6,param_7,0,0,0,0);... | PUSH EBX
SUB ESP,0x30
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x60]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
PUSH dword ptr [ESP + 0x5c]
LEA EBX,[ESP + 0x30]
PUSH EBX
CALL 0x0016cbc0
MOV EAX,dword ptr [ESP + 0x7c]
MOV dword ptr [ESP + 0x4c],EAX
ADD ESP,0x2c
P... | null | null | null | null | [('const-0', u'RETURN_-1207441912'), ('const-0', u'CALL_-1207441996'), ('tmp_300', u'CALL_-1207441996'), (u'CALL_-1207441940', u'INDIRECT_-1207441762'), ('const-0', u'PTRSUB_-1207441752'), ('const-0', u'CALL_-1207441996'), (u'PTRSUB_-1207441784', u'PTRSUB_-1207441778'), ('tmp_417', u'PTRSUB_-1207441784'), ('tmp_297', u... | [('tmp_355', u'PTRSUB_-1207441810'), ('const-0', u'RETURN_-1207441912'), ('tmp_676', u'COPY_-1207441987'), ('const-0', u'CALL_-1207441996'), ('tmp_673', u'CALL_-1207441996'), (u'PTRSUB_-1207441810', u'CALL_-1207441996'), ('const-0', u'CALL_-1207441996'), ('tmp_671', u'CALL_-1207441996'), ('const-0', u'CALL_-1207441996'... | null | null | 0018e550 | x86 | O1 | (translation_unit "void FUN_0018e550(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0016cbc0(local_28,param_2,param_3,param_4,... | (translation_unit "/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_32,_false> * this,\n Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,\n Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_32,_false>::add_lo... | (translation_unit "void FUN_0018e550(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0016cbc0(local_28,param_2,param_3,param_4,... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete... | (function_definition "void FUN_0018e550(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 local_28 [24];\n undefined4 local_10;\n \n FUN_0016cbc0(local_28,param_2,param_3,param... |
/* DWARF original prototype: void add_local(Output_data_reloc<4,_true,_32,_false> * this,
Sized_relobj<32,_false> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_32,_false>::add_local
(Output_d... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ... | null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 local_28 [24];
undefined4 local_10;
FUN_0016cbc0(local_28,param_2,param_3,param_4,param_6,param_7,0,0,0,0);
loc... |
3802_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | reserve | FUN_000ef270 |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
reserve(vector<gold::Sized_incremental_binary<32,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<32,_true>::Sized_input_reader>_>
* this, size_type __n) */
void __t... |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_000ef270(int *param_1,uint param_2)
{
undefined4 uVar1;
undefined4 *puVar2;
undefined4 *puVar3;
int iVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
undefined4 *puVar8;
undefined4 *lo... | CALL 0x000b4846
ADD EAX,0x324d8b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x44]
MOV EDI,dword ptr [ESP + 0x40]
CMP EAX,0xccccccc
JA 0x000ef3c1
MOV ESI,dword ptr [EDI]
MOV EDX,dword ptr [EDI + 0x8]
SUB EDX,ESI
SAR EDX,0x2
IMUL EDX,EDX,-0x33333333
CMP EAX,EDX... | null | null | null | null | [(u'MULTIEQUAL_-1206782213', u'COPY_-1206782220'), ('tmp_1058', u'CBRANCH_-1206782730'), ('const-8', u'PTRSUB_-1206782153'), ('const-0', u'PTRSUB_-1206782039'), ('const-4', u'PTRSUB_-1206782024'), (u'PTRSUB_-1206782179', u'PTRSUB_-1206782146'), (u'LOAD_-1206782940', u'STORE_-1206782932'), (u'PTRSUB_-1206782146', u'LOAD... | [(u'CAST_-1206782295', u'MULTIEQUAL_-1206782480'), (u'MULTIEQUAL_-1206782480', u'PTRADD_-1206782202'), (u'PTRSUB_-1206782150', u'INT_NOTEQUAL_-1206782810'), (u'PTRADD_-1206782202', u'LOAD_-1206782940'), ('tmp_1058', u'CBRANCH_-1206782730'), (u'COPY_-1206782090', u'CALL_-1206782468'), (u'MULTIEQUAL_-1206782517', u'PTRAD... | null | null | 000ef270 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000ef270(int *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n undefi... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n reserve(vector<gold::Sized_incremental_binary<32,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<32,_true>::Sized_input_reader>_>\n * this, size_t... | (translation_unit "void FUN_000ef270(int *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n undefined4 *puVar8;\n undefined4 *local_24;\n \n if (0xccccccc < param_2) {\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 (pointer_declar... | (function_definition "void FUN_000ef270(int *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n undefined4 *puVar2;\n undefined4 *puVar3;\n int iVar4;\n undefined4 *puVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n undefined4 *puVar8;\n undefined4 *local_24;\n \n if (0xccccccc < param_2) {\n ... |
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
reserve(vector<gold::Sized_incremental_binary<32,_true>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<32,_true>::Sized_input_reader>_>
* this, size_type __n) */
void __t... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,uint param_2)
{
undefined4 uVar1;
undefined4 *puVar2;
undefined4 *puVar3;
int iVar4;
undefined4 *puVar5;
undefined4 *puVar6;
undefined4 *puVar7;
undefined4 *puVar8;
undefined4 *local_24... |
1705_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | parse_to_value | FUN_00047ab0 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_Bdynamic * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void ... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_0014bc50(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
| PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x3cc549
SUB ESP,0x8
MOV ESI,dword ptr [ESP + 0x14]
LEA EAX,[ESI + 0x3d]
PUSH EAX
PUSH dword ptr [ESP + 0x20]
PUSH dword ptr [ESP + 0x20]
CALL 0x0014bc50
MOV byte ptr [ESI + 0x3c],0x1
ADD ESP,0x14
POP EBX
POP ESI
RET | null | null | null | null | [('const-1', u'RETURN_-1206158650')] | [('tmp_346', u'CALL_-1206158586'), ('tmp_344', u'INT_ADD_-1206158603'), ('const-0', u'RETURN_-1206158546'), ('const-61', u'INT_ADD_-1206158603'), (u'CAST_-1206158468', u'STORE_-1206158582'), ('const-1', u'STORE_-1206158582'), (u'INT_ADD_-1206158603', u'CALL_-1206158586'), ('const-60', u'INT_ADD_-1206158568'), ('const-4... | null | null | 00047ab0 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_Bdynamic * this, char * option_name, char *\n arg, Command_line * param_3, General_options... | (translation_unit "void FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression... | (function_definition "void FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0014bc50(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047ab0(int param_1,undefined4 param_2,undefined4 param_3)" (identifi... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_Bdynamic * this, char * option_name, char *
arg, Command_line * param_3, General_options * param_4) */
void ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,undefined4 param_3)
{
FUN_0014bc50(param_2,param_3,param_1 + 0x3d);
*(undefined1 *)(param_1 + 0x3c) = 1;
return;
}
|
67_sg_rep_zones_and_sg_rep_zones_strip.c | do_scsi_pt | do_scsi_pt |
/* WARNING: Control flow encountered bad instruction data */
void do_scsi_pt(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void do_scsi_pt(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205964710')] | [('const-1', u'RETURN_-1205964710')] | null | null | 00017050 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid do_scsi_pt(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void do_scsi_pt(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid do_scsi_pt(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void do_scsi_pt(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "void do_scsi_pt(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void do_scsi_pt(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "do_scsi_pt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitiv... | (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 do_scsi_pt(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "do_scsi_pt(void)" (identifier "do_scsi_pt") (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();
}
|
49_riscv64-linux-gnu-strip_and_riscv64-linux-gnu-strip_strip.c | fread | fread |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_000400c8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_000400c8)();
return sVar1;
}
| JMP dword ptr [EBX + 0xc8] | null | null | null | null | [('const-0', u'RETURN_-1205980355'), ('tmp_82', u'CAST_-1205980276'), (u'INDIRECT_-1205980285', u'COPY_-1205980344'), (u'CALLIND_-1205980358', u'RETURN_-1205980355'), (u'CAST_-1205980276', u'CALLIND_-1205980358'), (u'CALLIND_-1205980358', u'INDIRECT_-1205980285')] | [('const-0', u'RETURN_-1205980355'), ('tmp_82', u'CAST_-1205980276'), (u'INDIRECT_-1205980285', u'COPY_-1205980344'), (u'CALLIND_-1205980358', u'RETURN_-1205980355'), (u'CAST_-1205980276', u'CALLIND_-1205980358'), (u'CALLIND_-1205980358', u'INDIRECT_-1205980285')] | null | null | 00013330 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_... | (translation_unit "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}\n\n" (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_f... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration ... | (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_000400c8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (identifier "fread") (parameter_l... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fread_000400c8)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_000400c8)();
return sVar1;
}
|
171_powerpc64-linux-gnu-gprof_and_powerpc64-linux-gnu-gprof_strip.c | sparc_find_call | FUN_0001f000 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void sparc_find_call(Sym *parent,bfd_vma p_lowpc,bfd_vma p_highpc)
{
uint address;
int iVar1;
Sym *child;
bfd_vma bVar7;
uint uVar2;
int iVar3;
uint uVar4;
uint uVar5;
b... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int FUN_0001f000(int param_1,uint param_2,int param_3,uint param_4,uint param_5)
{
int iVar1;
int iVar2;
uint uVar3;
int *piVar4;
uint uVar5;
int iVar6;
uint uVar7;
bool bVar8;
if ((DAT_0002e158 & 0x100) != ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00013030
ADD EBX,0xdff7
SUB ESP,0x4c
MOV EAX,dword ptr [ESP + 0x6c]
MOV ESI,dword ptr [ESP + 0x64]
MOV EDI,dword ptr [ESP + 0x68]
MOV dword ptr [ESP + 0x14],EAX
MOV EAX,dword ptr [ESP + 0x70]
MOV dword ptr [ESP + 0x18],EAX
LEA EAX,[EBX + 0x1158]
MOV dword ptr [ESP + 0x1c],EAX
... | null | null | null | null | [(u'INT_XOR_-1205931514', u'INT_ADD_-1205931463'), (u'INT_AND_-1205930820', u'INT_NOTEQUAL_-1205931897'), (u'MULTIEQUAL_-1205930669', u'INT_SUB_-1205931483'), ('const-0', u'INT_EQUAL_-1205931383'), (u'MULTIEQUAL_-1205930087', u'MULTIEQUAL_-1205930048'), (u'CALLIND_-1205931471', u'INDIRECT_-1205930003'), (u'INT_ZEXT_-12... | [(u'INT_XOR_-1205931514', u'INT_ADD_-1205931463'), (u'CALL_-1205930772', u'INDIRECT_-1205929813'), ('const-0', u'INT_EQUAL_-1205931383'), ('const-417', u'LOAD_-1205931001'), (u'INT_ZEXT_-1205931805', u'INT_LESS_-1205931800'), (u'MULTIEQUAL_-1205930264', u'MULTIEQUAL_-1205929853'), (u'INT_ADD_-1205931440', u'INT_NOTEQUA... | null | null | 0001f000 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0001f000(int param_1,uint param_2,int param_3,uint param_4,uint param_5)\n\n{\n int iVar1;\n int iVar2;\n uint uVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n bool bVar8;\n \n... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid sparc_find_call(Sym *parent,bfd_vma p_lowpc,bfd_vma p_highpc)\n\n{\n uint address;\n int iVar1;\n Sym *child;\n bfd_vma bVar7;\n uint uVar2;\n int iVar3;\n ... | (translation_unit "int FUN_0001f000(int param_1,uint param_2,int param_3,uint param_4,uint param_5)\n\n{\n int iVar1;\n int iVar2;\n uint uVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n bool bVar8;\n \n if ((DAT_0002e158 & 0x100) != 0) {\n printf("[find_call] %s: 0x%lx to 0x%lx\n",*(undefi... | (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 IDEN... | (function_definition "int FUN_0001f000(int param_1,uint param_2,int param_3,uint param_4,uint param_5)\n\n{\n int iVar1;\n int iVar2;\n uint uVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n uint uVar7;\n bool bVar8;\n \n if ((DAT_0002e158 & 0x100) != 0) {\n printf("[find_call] %s: 0x%lx to 0x%lx\n",*(und... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *parent,type_2 var_3,type_2 p_highpc)
{
type_3 var_15;
int var_9;
type_1 *var_12;
type_2 bVar7;
type_3 var_4;
int var_14;
type_3 var_5;
type_3 var_6... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int MASKED(int param_1,uint param_2,int param_3,uint param_4,uint param_5)
{
int iVar1;
int iVar2;
uint uVar3;
int *piVar4;
uint uVar5;
int iVar6;
uint uVar7;
bool bVar8;
if ((DAT_0002e158 & 0x100) != 0) {
... |
7347_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | value | FUN_001d9570 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64... |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 FUN_001d9570(int param_1,undefined4 *param_2)
{
undefined4 uVar1;
undefined8 uVar2;
longlong lVar3;
int local_34;
int local_30;
undefined4 local_2c;
undefined4 local_28;
undefined4 local_24;
undefine... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x1d0a87
SUB ESP,0x40
MOV EBP,dword ptr [ESP + 0x58]
MOV dword ptr [ESP + 0x24],0x0
MOV dword ptr [ESP + 0x28],0x0
PUSH dword ptr [EBP + 0x2c]
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH 0x0
LEA EAX,[ESP + 0x38]
PUSH EAX
LEA EAX,[ESP + 0x34]
PUSH EAX
MOVZX EAX,byte ptr [E... | null | null | null | null | [(u'COPY_-1207788600', u'CALL_-1207789324'), (u'INDIRECT_-1207788896', u'MULTIEQUAL_-1207788748'), ('const-1', u'RETURN_-1207789319'), ('const-417', u'LOAD_-1207790093'), (u'PTRSUB_-1207788754', u'PTRSUB_-1207788748'), (u'PTRSUB_-1207788798', u'CALL_-1207789833'), (u'CALL_-1207789690', u'INDIRECT_-1207788818'), ('const... | [('const-5', u'PTRADD_-1207788990'), (u'LOAD_-1207789895', u'CALL_-1207789833'), ('const-1', u'RETURN_-1207789319'), ('const-417', u'LOAD_-1207789865'), (u'CALL_-1207789690', u'INDIRECT_-1207788912'), ('tmp_3582', u'PTRADD_-1207788986'), (u'PTRADD_-1207789018', u'LOAD_-1207790141'), ('tmp_3582', u'PTRADD_-1207788890'),... | null | null | 001d9570 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined8 FUN_001d9570(int param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n longlong lVar3;\n int local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF orig... | (translation_unit "undefined8 FUN_001d9570(int param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n longlong lVar3;\n int local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (d... | (function_definition "undefined8 FUN_001d9570(int param_1,undefined4 *param_2)\n\n{\n undefined4 uVar1;\n undefined8 uVar2;\n longlong lVar3;\n int local_34;\n int local_30;\n undefined4 local_2c;\n undefined4 local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64... | 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: (pointer_declarator declarator: (identif... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined8 MASKED(int param_1,undefined4 *param_2)
{
undefined4 uVar1;
undefined8 uVar2;
longlong lVar3;
int local_34;
int local_30;
undefined4 local_2c;
undefined4 local_28;
undefined4 local_24;
undefined4 loc... |
54_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_strip.c | mkstemps64 | mkstemps64 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps64(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps64(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();
return iVar1;
}
| JMP dword ptr [EBX + 0xdc] | null | null | null | null | [(u'INDIRECT_-1205980205', u'COPY_-1205980264'), (u'CALLIND_-1205980278', u'RETURN_-1205980275'), ('const-0', u'RETURN_-1205980275'), (u'CALLIND_-1205980278', u'INDIRECT_-1205980205'), (u'CAST_-1205980198', u'CALLIND_-1205980278'), ('tmp_72', u'CAST_-1205980198')] | [(u'INDIRECT_-1205980205', u'COPY_-1205980264'), (u'CALLIND_-1205980278', u'RETURN_-1205980275'), ('const-0', u'RETURN_-1205980275'), (u'CALLIND_-1205980278', u'INDIRECT_-1205980205'), (u'CAST_-1205980198', u'CALLIND_-1205980278'), ('tmp_72', u'CAST_-1205980198')] | null | null | 00013380 | x86 | O1 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps64(char *__template,int __suffixl... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps64(char *__template,int __suffixl... | (translation_unit "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();\n return iVar1;\n}\n\n" (function_definition "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();\n return iV... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesize... | (function_definition "int mkstemps64(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps64_0003f0dc)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mkstemps64(char *__template,int __suffixlen)" (identifier "mkstemps64") (parameter_list "(char *__template,int ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_mkstemps64_0003f0dc)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0003f0dc)();
return iVar1;
}
|
137_i686-kfreebsd-gnu-strings_and_i686-kfreebsd-gnu-strings_strip.c | xrealloc | xrealloc |
/* WARNING: Control flow encountered bad instruction data */
void xrealloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void xrealloc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1205952430')] | [('const-1', u'RETURN_-1205952430')] | null | null | 0001a048 | x86 | O1 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xrealloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xrealloc(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "void xrealloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void xrealloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n ... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9678_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | clear | FUN_0027ff60 |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::clear() */
void std::string::clear(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0027ff60(int *param_1)
{
undefined4 *puVar1;
int *piVar2;
undefined1 *puVar3;
int iVar4;
undefined1 local_1d [9];
undefined4 uStack_14;
uStack_14 = 0x27ff69;
puVar3 = (undefined1 *)*param_1;
puVar1 ... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x194097
SUB ESP,0x1c
MOV ESI,dword ptr [ESP + 0x30]
MOV EAX,dword ptr [ESI]
MOV EAX,dword ptr [EAX + -0x4]
TEST EAX,EAX
MOV EAX,dword ptr [ESI]
LEA EDX,[EAX + -0xc]
JLE 0x0027ffa0
LEA EDI,[EBX + 0x80a0]
CMP EDX,EDI
JNZ 0x0027ffc0
LEA EAX,[EDI + 0xc]
MOV dword... | null | null | null | null | [('const-1', u'RETURN_-1204224130')] | [('const-1', u'INT_SLESS_-1204224058'), (u'CAST_-1204223697', u'LOAD_-1204224095'), (u'CAST_-1204223691', u'PTRADD_-1204223866'), (u'CAST_-1204223637', u'STORE_-1204223872'), (u'CAST_-1204223663', u'STORE_-1204224034'), ('tmp_1234', u'INT_EQUAL_-1204223937'), (u'STORE_-1204223882', u'INDIRECT_-1204223672'), (u'PTRADD_-... | null | null | 0027ff60 | x86 | O1 | (translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0027ff60(int *param_1)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined1 *puVar3;\n int iVar4;\n undefined1 local_1d [9];\n undefined4 uStack_14;\n \n uStack_14 = 0x27ff69;\n puVar3 = (u... | (translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::string::clear() */\n\nvoid std::string::clear(void)\n\n{\n}\n\n" comment comment (function_definition "void std::string::clear(void)\n\n{\n}" primitive_type (ERROR "std::string::" identifier : : identifie... | (translation_unit "void FUN_0027ff60(int *param_1)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined1 *puVar3;\n int iVar4;\n undefined1 local_1d [9];\n undefined4 uStack_14;\n \n uStack_14 = 0x27ff69;\n puVar3 = (undefined1 *)*param_1;\n puVar1 = (undefined4 *)(puVar3 + -0xc);\n if (*(int *)(*param_1 + ... | (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_0027ff60(int *param_1)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined1 *puVar3;\n int iVar4;\n undefined1 local_1d [9];\n undefined4 uStack_14;\n \n uStack_14 = 0x27ff69;\n puVar3 = (undefined1 *)*param_1;\n puVar1 = (undefined4 *)(puVar3 + -0xc);\n if (*(int *)(*param_1... |
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::string::clear() */
void std::string::function_1(void)
{
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de... | null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int *param_1)
{
undefined4 *puVar1;
int *piVar2;
undefined1 *puVar3;
int iVar4;
undefined1 local_1d [9];
undefined4 uStack_14;
uStack_14 = 0x27ff69;
puVar3 = (undefined1 *)*param_1;
puVar1 = (und... |
3538_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | __merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section**,_std::vector<gold::Output_section*>_>,_gold::Output_section**,___gnu_cxx::__ops::_Iter_comp_iter<(anonymous_namespace)::Target_powerpc<64,_false>::Sort_sections>_> | FUN_000bb3b0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section**,
std::vector<gold::Output_section*> >, gold::Output_section**,
__gnu_cxx::__ops::_Iter_comp_iter<(anonymous namespace)::Target_power... |
void __regparm3 FUN_000bb3b0(int param_1,int param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
int iVar7;
int local_3c;
int local_20;
iVar5 = param_2 - param_1;
iVar7 = iVar5 >> 2;
iVar1 = param_3 + iVar5;
iVar3 = param_1;
if (iVar5 < 0x19) {
F... | PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,EDX
SUB EBX,EAX
MOV EDI,EBX
SUB ESP,0x2c
SAR EDI,0x2
MOV dword ptr [ESP + 0x4],EDI
LEA EDI,[ECX + EBX*0x1]
MOV dword ptr [ESP + 0xc],EDI
CMP EBX,0x18
JLE 0x000bb578
MOV dword ptr [ESP + 0x18],ECX
MOV EDI,EDX
MOV dword ptr [ESP + 0x8],EDX
MOV dword ptr [ESP + 0x14],EAX
LEA ESI... | null | null | null | null | [(u'INT_MULT_-1206602270', u'COPY_-1206600831'), ('tmp_3751', u'CAST_-1206601114'), (u'PTRADD_-1206600830', u'CALL_-1206601913'), (u'INT_MULT_-1206600925', u'PTRADD_-1206600891'), (u'MULTIEQUAL_-1206601486', u'INT_ADD_-1206602455'), ('tmp_3750', u'COPY_-1206600970'), (u'MULTIEQUAL_-1206601142', u'COPY_-1206600800'), (u... | [('tmp_3765', u'COPY_-1206601053'), (u'MULTIEQUAL_-1206601341', u'INT_ADD_-1206602122'), (u'MULTIEQUAL_-1206601212', u'INT_SLESSEQUAL_-1206602330'), (u'INT_ADD_-1206602122', u'MULTIEQUAL_-1206601341'), (u'INT_ADD_-1206602455', u'MULTIEQUAL_-1206601481'), ('const-4', u'INT_MULT_-1206602270'), (u'INT_ADD_-1206602723', u'... | null | null | 000bb3b0 | x86 | O1 | (translation_unit "void __regparm3 FUN_000bb3b0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = iVar5 >> 2;\n iVar1 = param_3 + iVar5;\n iVar3 = pa... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section**,\n std::vector<gold::Output_section*> >, gold::Output_section**,\n __gnu_cxx::__ops::_Iter_comp_iter<(anonymous na... | (translation_unit "void __regparm3 FUN_000bb3b0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = iVar5 >> 2;\n iVar1 = param_3 + iVar5;\n iVar3 = pa... | (translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (... | (function_definition "void __regparm3 FUN_000bb3b0(int param_1,int param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n int local_3c;\n int local_20;\n \n iVar5 = param_2 - param_1;\n iVar7 = iVar5 >> 2;\n iVar1 = param_3 + iVar5;\n iVar3 =... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__merge_sort_with_buffer<__gnu_cxx::__normal_iterator<gold::Output_section**,
std::vector<gold::Output_section*> >, gold::Output_section**,
__gnu_cxx::__ops::_Iter_comp_iter<(anonymous namespace)::Target_power... | null | (translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parame... | null |
void __regparm3 MASKED(int param_1,int param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
int iVar7;
int local_3c;
int local_20;
iVar5 = param_2 - param_1;
iVar7 = iVar5 >> 2;
iVar1 = param_3 + iVar5;
iVar3 = param_1;
if (iVar5 < 0x19) {
FUN_000... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.